@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://purl.obolibrary.org/obo/pato.owl#> .
@prefix cl: <http://purl.obolibrary.org/obo/cl#> .
@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 core: <http://purl.obolibrary.org/obo/uberon/core#> .
@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 chebi: <http://purl.obolibrary.org/obo/chebi#2> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix chebi1: <http://purl.obolibrary.org/obo/chebi#3> .
@prefix chebi2: <http://purl.obolibrary.org/obo/chebi#1> .
@prefix terms3: <http://www.geneontology.org/formats/oboInOwl#http://purl.org/dc/terms/> .
@prefix ubprop: <http://purl.obolibrary.org/obo/ubprop#> .
@prefix subsets: <http://purl.obolibrary.org/obo/ro/subsets#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .

obo:BFO_0000002
    a owl:Class ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:BFO_0000003
    ] .

obo:BFO_0000003
    a owl:Class ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:BFO_0000002
    ] .

obo:BFO_0000004
    a owl:Class .

obo:BFO_0000006
    a owl:Class .

obo:BFO_0000015
    a owl:Class .

obo:BFO_0000017
    a owl:Class .

obo:BFO_0000019
    a owl:Class .

obo:BFO_0000020
    a owl:Class .

obo:BFO_0000023
    a owl:Class .

obo:BFO_0000027
    a owl:Class .

obo:BFO_0000040
    a owl:Class ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:BFO_0000141
    ] .

obo:BFO_0000050
    obo:IAO_0000115 "a core relation that holds between a part and its whole"@en ;
    oboInOwl:hasDbXref "BFO:0000050" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "part_of" ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_gp2term, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    oboInOwl:shorthand "part_of" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "part of"@en, "part_of" ;
    rdfs:subPropertyOf obo:RO_0002131 ;
    owl:inverseOf obo:BFO_0000051 .

obo:BFO_0000051
    obo:IAO_0000115 "a core relation that holds between a whole and its part"@en ;
    oboInOwl:hasDbXref "BFO:0000051" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_part" ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    oboInOwl:shorthand "has_part" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "has part"@en, "has_part" ;
    rdfs:subPropertyOf obo:RO_0002131 .

obo:BFO_0000062
    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 ;
    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_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_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 ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    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: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_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:label "contains process"@en .

obo:BFO_0000141
    a owl:Class ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:BFO_0000040
    ] .

obo:BSPO_0000096
    a owl:ObjectProperty .

obo:BSPO_0000097
    a owl:ObjectProperty .

obo:BSPO_0000098
    a owl:ObjectProperty .

obo:BSPO_0000099
    a owl:ObjectProperty .

obo:BSPO_0000100
    a owl:ObjectProperty .

obo:BSPO_0000102
    a owl:ObjectProperty .

obo:BSPO_0000107
    a owl:ObjectProperty .

obo:BSPO_0000108
    a owl:ObjectProperty .

obo:BSPO_0000120
    a owl:ObjectProperty .

obo:BSPO_0000121
    a owl:ObjectProperty .

obo:BSPO_0000122
    a owl:ObjectProperty .

obo:BSPO_0000123
    a owl:ObjectProperty .

obo:BSPO_0000126
    a owl:ObjectProperty .

obo:BSPO_0001106
    a owl:ObjectProperty .

obo:BSPO_0001107
    a owl:ObjectProperty .

obo:CARO_0000000
    a owl:Class .

obo:CHEBI_10545
    obo:IAO_0000115 "Elementary particle not affected by the strong force having a spin 1/2, a negative elementary charge and a rest mass of 0.000548579903(13) u, or 0.51099906(15) MeV." ;
    oboInOwl:hasDbXref "KEGG:C05359", "Wikipedia:Electron" ;
    oboInOwl:hasExactSynonym "electron" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Elektron", "beta", "beta(-)", "beta-particle", "e", "e(-)", "e-", "negatron" ;
    oboInOwl:id "CHEBI:10545" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "electron" ;
    rdfs:subClassOf obo:CHEBI_36338 .

obo:CHEBI_132153
    obo:IAO_0000115 "A carbohydrate acid derivative anion obtained by deprotonation of the carboxy groups of hyaluronic acid; major species at pH 7.3." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "hyaluronan", "hyaluronate polyanion" ;
    oboInOwl:id "CHEBI:132153" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hyaluronate" ;
    rdfs:subClassOf obo:CHEBI_61469, obo:CHEBI_63551, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_16336
    ] .

obo:CHEBI_138103
    obo:IAO_0000115 "A Bronsted acid derived from one or more inorganic compounds. Inorganic acids (also known as mineral acids) form hydrons and conjugate base ions when dissolved in water." ;
    oboInOwl:hasDbXref "Wikipedia:Mineral_acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inorganic acids", "mineral acid", "mineral acids" ;
    oboInOwl:id "CHEBI:138103" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic acid" ;
    rdfs:subClassOf obo:CHEBI_39141 .

obo:CHEBI_138675
    obo:IAO_0000115 "Any main group molecular entity that is gaseous at standard temperature and pressure (STP; 0degreeC and 100 kPa)." ;
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Gas" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "gas molecular entities", "gaseous molecular entities", "gaseous molecular entity" ;
    oboInOwl:id "CHEBI:138675" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "gas molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33579 .

obo:CHEBI_13941
    oboInOwl:hasExactSynonym "carbamate" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Carbamat", "Karbamat", "carbamate ion", "carbamic acid, ion(1-)" ;
    oboInOwl:id "CHEBI:13941" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbamate" ;
    rdfs:subClassOf obo:CHEBI_37022, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_28616
    ] .

obo:CHEBI_15339
    obo:IAO_0000115 "A molecular entity that can accept an electron, a pair of electrons, an atom or a group from another molecular entity." ;
    oboInOwl:hasAlternativeId "CHEBI:13699", "CHEBI:2377" ;
    oboInOwl:hasDbXref "KEGG:C00028", "KEGG:C16722" ;
    oboInOwl:hasExactSynonym "Acceptor" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "A", "Akzeptor", "Hydrogen-acceptor", "Oxidized donor", "accepteur" ;
    oboInOwl:id "CHEBI:15339" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acceptor" ;
    rdfs:subClassOf obo:CHEBI_51086 .

obo:CHEBI_15355
    obo:IAO_0000115 "Actylcholine is an ester of acetic acid and choline, which acts as a neurotransmitter." ;
    oboInOwl:hasAlternativeId "CHEBI:12686", "CHEBI:13715", "CHEBI:22197", "CHEBI:2416", "CHEBI:40559" ;
    oboInOwl:hasDbXref "DrugBank:DB03128", "KEGG:C01996", "LINCS:LSM-5888", "PDBeChem:ACH", "Wikipedia:Acetylcholine" ;
    oboInOwl:hasExactSynonym "ACETYLCHOLINE", "Acetylcholine", "acetylcholine" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "ACh", "Azetylcholin", "O-Acetylcholine", "choline acetate" ;
    oboInOwl:id "CHEBI:15355" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acetylcholine" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_35287, obo:CHEBI_47622, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_24621
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_25512
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_35620
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_38325
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75771
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ] .

obo:CHEBI_15366
    obo:IAO_0000115 "A simple monocarboxylic acid containing two carbons." ;
    oboInOwl:hasAlternativeId "CHEBI:22169", "CHEBI:2387", "CHEBI:40486" ;
    oboInOwl:hasDbXref "HMDB:HMDB0000042", "KEGG:C00033", "KEGG:D00010", "KNApSAcK:C00001176", "MetaCyc:ACET", "PDBeChem:ACT", "PDBeChem:ACY", "PPDB:1333", "Wikipedia:Acetic_acid" ;
    oboInOwl:hasExactSynonym "ACETIC ACID", "Acetic acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "AcOH", "CH3-COOH", "CH3CO2H", "E 260", "E-260", "E260", "Essigsaeure", "Ethanoic acid", "Ethylic acid", "HOAc", "INS No. 260", "MeCO2H", "MeCOOH", "Methanecarboxylic acid", "acide acetique", "ethoic acid" ;
    oboInOwl:id "CHEBI:15366" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acetic acid" ;
    rdfs:subClassOf obo:CHEBI_25384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_48356
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_64049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_65256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_83056
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_30089
    ] .

obo:CHEBI_15379
    oboInOwl:hasAlternativeId "CHEBI:10745", "CHEBI:13416", "CHEBI:23833", "CHEBI:25366", "CHEBI:30491", "CHEBI:44742", "CHEBI:7860" ;
    oboInOwl:hasDbXref "HMDB:HMDB0001377", "KEGG:C00007", "KEGG:D00003", "MetaCyc:OXYGEN-MOLECULE", "MolBase:750", "PDBeChem:OXY", "Wikipedia:Oxygen" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Disauerstoff", "E 948", "E-948", "E948", "O2", "OXYGEN MOLECULE", "Oxygen", "[OO]", "dioxygene", "molecular oxygen" ;
    oboInOwl:id "CHEBI:15379" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "dioxygen" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_138675, obo:CHEBI_25362, obo:CHEBI_33263, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_27027
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_33893
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_35472
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_63248
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75772
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77974
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_29793
    ] .

obo:CHEBI_15841
    obo:IAO_0000115 "A peptide containing ten or more amino acid residues." ;
    oboInOwl:hasAlternativeId "CHEBI:14860", "CHEBI:8314" ;
    oboInOwl:hasDbXref "KEGG:C00403" ;
    oboInOwl:hasExactSynonym "Polypeptide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Polypeptid", "polipeptido" ;
    oboInOwl:id "CHEBI:15841" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polypeptide" ;
    rdfs:subClassOf obo:CHEBI_16670, obo:CHEBI_33839 .

obo:CHEBI_15986
    obo:IAO_0000115 "A nucleobase-containing molecular entity with a polymeric structure comprised of a linear sequence of 13 or more nucleotide residues." ;
    oboInOwl:hasAlternativeId "CHEBI:13672", "CHEBI:14859", "CHEBI:8312" ;
    oboInOwl:hasDbXref "KEGG:C00419" ;
    oboInOwl:hasExactSynonym "Polynucleotide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polynucleotides" ;
    oboInOwl:id "CHEBI:15986" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polynucleotide" ;
    rdfs:subClassOf obo:CHEBI_33695, obo:CHEBI_61120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_50319
    ] .

obo:CHEBI_16134
    obo:IAO_0000115 "An azane that consists of a single nitrogen atom covelently bonded to three hydrogen atoms." ;
    oboInOwl:hasAlternativeId "CHEBI:13405", "CHEBI:13406", "CHEBI:13407", "CHEBI:13771", "CHEBI:22533", "CHEBI:44269", "CHEBI:44284", "CHEBI:44404", "CHEBI:7434" ;
    oboInOwl:hasDbXref "HMDB:HMDB0000051", "KEGG:C00014", "KEGG:D02916", "KNApSAcK:C00007267", "MetaCyc:AMMONIA", "MolBase:930", "PDBeChem:NH3", "Wikipedia:Ammonia" ;
    oboInOwl:hasExactSynonym "AMMONIA", "Ammonia" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Ammoniak", "NH3", "R-717", "[NH3]", "ammoniac", "amoniaco", "spirit of hartshorn" ;
    oboInOwl:id "CHEBI:16134" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ammonia" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_138675, obo:CHEBI_35107, obo:CHEBI_37176, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_228364
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_50910
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_59740
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75771
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77941
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_78433
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_29337
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_28938
    ] .

obo:CHEBI_16189
    obo:IAO_0000115 "A sulfur oxoanion obtained by deprotonation of both OH groups of sulfuric acid." ;
    oboInOwl:hasAlternativeId "CHEBI:15135", "CHEBI:45687", "CHEBI:9335" ;
    oboInOwl:hasDbXref "HMDB:HMDB0001448", "KEGG:C00059", "KEGG:D05963", "MetaCyc:SULFATE", "PDBeChem:SO4", "Wikipedia:Sulfate" ;
    oboInOwl:hasExactSynonym "Sulfate", "sulfate" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "SO4(2-)", "SULFATE ION", "Sulfate anion(2-)", "Sulfate dianion", "Sulfate(2-)", "Sulfuric acid ion(2-)", "[SO4](2-)", "sulphate", "sulphate ion" ;
    oboInOwl:id "CHEBI:16189" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfate" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_33482, obo:CHEBI_48154, obo:CHEBI_79388, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_23357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75772
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_45696
    ] .

obo:CHEBI_16336
    obo:IAO_0000115 "A mucopolysaccharide composed of N-acetylglucosamine and glucuronic acid subunits. It is found in the connective tissues of vertebrates. A principal constituent of the extracellular matrix (ECM), it mediates the growth and metastasis of tumour cells." ;
    oboInOwl:hasAlternativeId "CHEBI:14412", "CHEBI:24622", "CHEBI:24623", "CHEBI:5772" ;
    oboInOwl:hasDbXref "HMDB:HMDB0010366", "KEGG:C00518", "KEGG:D08043", "KEGG:G10505", "Wikipedia:Hyaluronan" ;
    oboInOwl:hasExactSynonym "Hyaluronic acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Hyaluronsaeure", "[beta-D-glucopyranuronosyl-(1->3)-2-(acetylamino)-2-deoxy-beta-D-glucopyranosyl-(1->4)]n", "[beta-N-Acetyl-D-glucosaminyl(1,4)beta-D-glucuronosyl(1,3)]n", "acide hyaluronique", "acido hialuronico", "hyaluronan" ;
    oboInOwl:id "CHEBI:16336" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hyaluronic acid" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_37395, obo:CHEBI_72813, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_132153
    ] .

obo:CHEBI_16541
    obo:IAO_0000115 "A naturally occurring polypeptide synthesized at the ribosome." ;
    oboInOwl:hasAlternativeId "CHEBI:8526" ;
    oboInOwl:hasDbXref "KEGG:C00017" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Protein", "a protein", "polypeptide chain", "protein polypeptide chains" ;
    oboInOwl:id "CHEBI:16541" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "protein polypeptide chain" ;
    rdfs:subClassOf obo:CHEBI_15841, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33700
    ] .

obo:CHEBI_16646
    obo:IAO_0000115 "Any member of the class of organooxygen compounds that is a polyhydroxy-aldehyde or -ketone or a lactol resulting from their intramolecular condensation (monosaccharides); substances derived from these by reduction of the carbonyl group (alditols), by oxidation of one or more hydroxy groups to afford the corresponding aldehydes, ketones, or carboxylic acids, or by replacement of one or more hydroxy group(s) by a hydrogen atom; and polymeric products arising by intermolecular acetal formation between two or more such molecules (disaccharides, polysaccharides and oligosaccharides). Carbohydrates contain only carbon, hydrogen and oxygen atoms; prior to any oxidation or reduction, most have the empirical formula Cm(H2O)n. Compounds obtained from carbohydrates by substitution, etc., are known as carbohydrate derivatives and may contain other elements. Cyclitols are generally not regarded as carbohydrates." ;
    oboInOwl:hasAlternativeId "CHEBI:15131", "CHEBI:23008", "CHEBI:9318" ;
    oboInOwl:hasDbXref "Wikipedia:Carbohydrate" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Kohlenhydrat", "Kohlenhydrate", "a carbohydrate", "carbohidrato", "carbohidratos", "glucide", "glucides", "glucido", "glucidos", "hydrates de carbone", "saccharide", "saccharides", "saccharidum" ;
    oboInOwl:id "CHEBI:16646" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrate" ;
    rdfs:subClassOf obo:CHEBI_78616 .

obo:CHEBI_16670
    obo:IAO_0000115 "Amide derived from two or more amino carboxylic acid molecules (the same or different) by formation of a covalent bond from the carbonyl carbon of one to the nitrogen atom of another with formal loss of water. The term is usually applied to structures formed from alpha-amino acids, but it includes those derived from any amino carboxylic acid. X = OH, OR, NH2, NHR, etc." ;
    oboInOwl:hasAlternativeId "CHEBI:14753", "CHEBI:25906", "CHEBI:7990" ;
    oboInOwl:hasDbXref "KEGG:C00012" ;
    oboInOwl:hasExactSynonym "Peptide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Peptid", "peptido", "peptidos" ;
    oboInOwl:id "CHEBI:16670" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "peptide" ;
    rdfs:subClassOf obo:CHEBI_37622, obo:CHEBI_50047, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33708
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_tautomer_of> ;
        owl:someValuesFrom obo:CHEBI_60466
    ] .

obo:CHEBI_166902
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "noradrenaline" ;
    oboInOwl:id "CHEBI:166902" ;
    oboInOwl:inSubset chebi:_STAR ;
    a owl:Class ;
    rdfs:label "noradrenaline(1+)" ;
    rdfs:subClassOf obo:CHEBI_25697, obo:CHEBI_35274, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_33569
    ] .

obo:CHEBI_167559
    obo:IAO_0000115 "Any oligosaccharide, polysaccharide or their derivatives consisting of monosaccharides or monosaccharide derivatives linked by glycosidic bonds. See also http://www.ontobee.org/ontology/GNO?iri=http://purl.obolibrary.org/obo/GNO_00000001." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "glycans" ;
    oboInOwl:id "CHEBI:167559" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "glycan" ;
    rdfs:subClassOf obo:CHEBI_78616 .

obo:CHEBI_16765
    obo:IAO_0000115 "An aminoalkylindole consisting of indole having a 2-aminoethyl group at the 3-position." ;
    oboInOwl:hasAlternativeId "CHEBI:15274", "CHEBI:27161", "CHEBI:46157", "CHEBI:9767" ;
    oboInOwl:hasDbXref "DrugBank:DB08653", "HMDB:HMDB0000303", "KEGG:C00398", "KNApSAcK:C00001434", "MetaCyc:TRYPTAMINE", "PDBeChem:TSS", "Wikipedia:Tryptamine" ;
    oboInOwl:hasExactSynonym "Tryptamine" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "1H-indole-3-ethanamine", "2-(1H-INDOL-3-YL)ETHANAMINE", "2-(3-indolyl)ethylamine", "3-(2-Aminoethyl)indole" ;
    oboInOwl:id "CHEBI:16765" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "tryptamine" ;
    rdfs:subClassOf obo:CHEBI_27162, obo:CHEBI_38631, obo:CHEBI_38958, obo:CHEBI_64365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75771
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_76924
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_57887
    ] .

obo:CHEBI_17089
    obo:IAO_0000115 "A compound in which a carbohydrate component is covalently bound to a protein component." ;
    oboInOwl:hasAlternativeId "CHEBI:14349", "CHEBI:5481", "CHEBI:5493" ;
    oboInOwl:hasDbXref "KEGG:C00326" ;
    oboInOwl:hasExactSynonym "Glycoprotein" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Glykoprotein", "Glykoproteine", "a glycoprotein", "glicoproteina", "glicoproteinas", "glycoproteine", "glycoproteines" ;
    oboInOwl:id "CHEBI:17089" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "glycoprotein" ;
    rdfs:subClassOf obo:CHEBI_33837, obo:CHEBI_63299 .

obo:CHEBI_17891
    obo:IAO_0000115 "A molecular entity that can transfer (\"donate\") an electron, a pair of electrons, an atom or a group to another molecular entity." ;
    oboInOwl:hasAlternativeId "CHEBI:14202", "CHEBI:4697" ;
    oboInOwl:hasDbXref "KEGG:C01351" ;
    oboInOwl:hasExactSynonym "Donor" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Donator", "donneur" ;
    oboInOwl:id "CHEBI:17891" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "donor" ;
    rdfs:subClassOf obo:CHEBI_51086 .

obo:CHEBI_18059
    obo:IAO_0000115 "'Lipids' is a loosely defined term for substances of biological origin that are soluble in nonpolar solvents. They consist of saponifiable lipids, such as glycerides (fats and oils) and phospholipids, as well as nonsaponifiable lipids, principally steroids." ;
    oboInOwl:hasAlternativeId "CHEBI:14517", "CHEBI:25054", "CHEBI:6486" ;
    oboInOwl:hasDbXref "KEGG:C01356" ;
    oboInOwl:hasExactSynonym "Lipid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:18059" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "lipid" ;
    rdfs:subClassOf obo:CHEBI_50860 .

obo:CHEBI_18085
    obo:IAO_0000115 "Any polysaccharide containing a substantial proportion of aminomonosaccharide residues." ;
    oboInOwl:hasAlternativeId "CHEBI:14361", "CHEBI:24398", "CHEBI:5495" ;
    oboInOwl:hasDbXref "KEGG:C02545", "Wikipedia:Glycosaminoglycan" ;
    oboInOwl:hasExactSynonym "Glycosaminoglycan" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Glykosaminoglykan", "glicosaminoglicano", "glycosaminoglycane", "glycosaminoglycans" ;
    oboInOwl:id "CHEBI:18085" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "glycosaminoglycan" ;
    rdfs:subClassOf obo:CHEBI_22506 .

obo:CHEBI_18154
    obo:IAO_0000115 "A biomacromolecule consisting of large numbers of monosaccharide residues linked glycosidically. This term is commonly used only for those containing more than ten monosaccharide residues." ;
    oboInOwl:hasAlternativeId "CHEBI:14864", "CHEBI:26205", "CHEBI:8322" ;
    oboInOwl:hasDbXref "KEGG:C00420" ;
    oboInOwl:hasExactSynonym "Polysaccharide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Glycan", "Glycane", "Glykan", "Glykane", "glycans", "polisacarido", "polisacaridos" ;
    oboInOwl:id "CHEBI:18154" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polysaccharide" ;
    rdfs:subClassOf obo:CHEBI_16646, obo:CHEBI_167559, obo:CHEBI_33694 .

obo:CHEBI_18282
    obo:IAO_0000115 "That part of DNA or RNA that may be involved in pairing." ;
    oboInOwl:hasAlternativeId "CHEBI:13873", "CHEBI:25598", "CHEBI:2995" ;
    oboInOwl:hasDbXref "KEGG:C00701", "Wikipedia:Nucleobase" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Base", "nucleobases" ;
    oboInOwl:id "CHEBI:18282" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nucleobase" ;
    rdfs:subClassOf obo:CHEBI_38101 .

obo:CHEBI_18357
    obo:IAO_0000115 "The R-enantiomer of noradrenaline." ;
    oboInOwl:hasAlternativeId "CHEBI:1", "CHEBI:14668", "CHEBI:25592", "CHEBI:258884", "CHEBI:43725" ;
    oboInOwl:hasDbXref "DrugBank:DB00368", "HMDB:HMDB0000216", "KEGG:C00547", "KEGG:D00076", "KNApSAcK:C00001424", "PDBeChem:LNR", "Wikipedia:Norepinephrine" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "(-)-arterenol", "(-)-noradrenaline", "(-)-norepinephrine", "(R)-(-)-norepinephrine", "(R)-4-(2-amino-1-hydroxyethyl)-1,2-benzenediol", "(R)-norepinephrine", "4-[(1R)-2-Amino-1-hydroxyethyl]-1,2-benzenediol", "Arterenol", "L-NOREPINEPHRINE", "L-Noradrenaline", "Noradrenaline", "Norepinephrine" ;
    oboInOwl:id "CHEBI:18357" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "(R)-noradrenaline" ;
    rdfs:subClassOf obo:CHEBI_33569, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_25512
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_35524
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_35569
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_50514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75771
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_72587
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_enantiomer_of> ;
        owl:someValuesFrom obo:CHEBI_33571
    ] .

obo:CHEBI_22221
    obo:IAO_0000115 "An organic group formed by removing one or more hydroxy groups from an oxoacid that has the general structure RkE(=O)l(OH)m (l =/= 0). Although the term is almost always applied to organic compounds, with carboxylic acid as the oxoacid, acyl groups can in principle be derived from other types of acids such as sulfonic acids or phosphonic acids." ;
    oboInOwl:hasExactSynonym "acyl group" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "acyl groups", "alkanoyl group", "groupe acyle" ;
    oboInOwl:id "CHEBI:22221" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acyl group" ;
    rdfs:subClassOf obo:CHEBI_33247 .

obo:CHEBI_22315
    obo:IAO_0000115 "Any of the naturally occurring, basic nitrogen compounds (mostly heterocyclic) occurring mostly in the plant kingdom, but also found in bacteria, fungi, and animals. By extension, certain neutral compounds biogenetically related to basic alkaloids are also classed as alkaloids. Amino acids, peptides, proteins, nucleotides, nucleic acids, amino sugars and antibiotics are not normally regarded as alkaloids. Compounds in which the nitrogen is  exocyclic (dopamine, mescaline, serotonin, etc.) are usually classed as amines rather than alkaloids." ;
    oboInOwl:hasDbXref "Wikipedia:Alkaloid" ;
    oboInOwl:hasExactSynonym "Alkaloid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Alkaloide", "alcaloide", "alcaloides" ;
    oboInOwl:id "CHEBI:22315" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alkaloid" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_35352, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_25212
    ] .

obo:CHEBI_22506
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "aminoglycans" ;
    oboInOwl:id "CHEBI:22506" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "aminoglycan" ;
    rdfs:subClassOf obo:CHEBI_35352, obo:CHEBI_65212 .

obo:CHEBI_22563
    obo:IAO_0000115 "A monoatomic or polyatomic species having one or more elementary charges of the electron." ;
    oboInOwl:hasExactSynonym "Anion", "anion" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Anionen", "aniones", "anions" ;
    oboInOwl:id "CHEBI:22563" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "anion" ;
    rdfs:subClassOf obo:CHEBI_24870 .

obo:CHEBI_22695
    obo:IAO_0000115 "A molecular entity having an available pair of electrons capable of forming a covalent bond with a hydron (Bronsted base) or with the vacant orbital of some other molecular entity (Lewis base)." ;
    oboInOwl:hasDbXref "KEGG:C00701" ;
    oboInOwl:hasExactSynonym "Base", "base" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Base1", "Base2", "Basen", "Nucleobase", "bases" ;
    oboInOwl:id "CHEBI:22695" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "base" ;
    rdfs:subClassOf obo:CHEBI_51086 .

obo:CHEBI_22728
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "benzopyrroles" ;
    oboInOwl:id "CHEBI:22728" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "benzopyrrole" ;
    rdfs:subClassOf obo:CHEBI_27171, obo:CHEBI_38101, obo:CHEBI_38180 .

obo:CHEBI_228364
    obo:IAO_0000115 "Any compound that produces a peak used as reference frequency in the delta chemical shift scale." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "NMR chemical shift reference compounds", "NMR chemical shift standard", "NMR chemical shift standards", "NMR internal standard", "NMR internal standards", "NMR reference standard", "NMR reference standards" ;
    oboInOwl:id "CHEBI:228364" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "NMR chemical shift reference compound" ;
    rdfs:subClassOf obo:CHEBI_33232, obo:CHEBI_51086 .

obo:CHEBI_23004
    obo:IAO_0000115 "The univalent carboacyl group formed by loss of -OH from the carboxy group of carbamic acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "-C(O)NH2", "-CONH2", "aminocarbonyl", "carbamyl", "carbamyl group", "carboxamide" ;
    oboInOwl:id "CHEBI:23004" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbamoyl group" ;
    rdfs:subClassOf obo:CHEBI_27207, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_substituent_group_from> ;
        owl:someValuesFrom obo:CHEBI_28616
    ] .

obo:CHEBI_23019
    oboInOwl:hasExactSynonym "carbonyl group" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym ">C=O" ;
    oboInOwl:id "CHEBI:23019" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbonyl group" ;
    rdfs:subClassOf obo:CHEBI_51422 .

obo:CHEBI_23357
    obo:IAO_0000115 "An organic molecule or ion (usually a metal ion) that is required by an enzyme for its activity. It may be attached either loosely (coenzyme) or tightly (prosthetic group)." ;
    oboInOwl:hasDbXref "Wikipedia:Cofactor_(biochemistry)" ;
    oboInOwl:hasExactSynonym "cofactor" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:23357" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cofactor" ;
    rdfs:subClassOf obo:CHEBI_52206 .

obo:CHEBI_23367
    obo:IAO_0000115 "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "entidad molecular", "entidades moleculares", "entite moleculaire", "molecular entities", "molekulare Entitaet" ;
    oboInOwl:id "CHEBI:23367" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "molecular entity" ;
    rdfs:subClassOf obo:CHEBI_24431 .

obo:CHEBI_23449
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Cyclopeptid", "Zyklopeptid", "cyclic peptides", "peptide cyclique", "peptido ciclico" ;
    oboInOwl:id "CHEBI:23449" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cyclic peptide" ;
    rdfs:subClassOf obo:CHEBI_16670 .

obo:CHEBI_23888
    obo:IAO_0000115 "Any substance which when absorbed into a living organism may modify one or more of its functions. The term is generally accepted for a substance taken for a therapeutic purpose, but is also commonly used for abused substances." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "drugs", "medicine" ;
    oboInOwl:id "CHEBI:23888" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "drug" ;
    rdfs:subClassOf obo:CHEBI_52217 .

obo:CHEBI_23924
    obo:IAO_0000115 "A compound or agent that combines with an enzyme in such a manner as to prevent the normal substrate-enzyme combination and the catalytic reaction." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "enzyme inhibitors", "inhibidor enzimatico", "inhibidores enzimaticos", "inhibiteur enzymatique", "inhibiteurs enzymatiques" ;
    oboInOwl:id "CHEBI:23924" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "enzyme inhibitor" ;
    rdfs:subClassOf obo:CHEBI_35222, obo:CHEBI_52206 .

obo:CHEBI_24431
    obo:IAO_0000115 "A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances." ;
    oboInOwl:hasExactSynonym "chemical entity" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:24431" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chemical entity" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:CHEBI_24432
    obo:IAO_0000115 "A role played by the molecular entity or part thereof within a biological context." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "biological function" ;
    oboInOwl:id "CHEBI:24432" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "biological role" ;
    rdfs:subClassOf obo:CHEBI_50906 .

obo:CHEBI_24433
    obo:IAO_0000115 "A defined linked collection of atoms or a single atom within a molecular entity." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Gruppe", "Rest", "groupe", "grupo", "grupos" ;
    oboInOwl:id "CHEBI:24433" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "group" ;
    rdfs:subClassOf obo:CHEBI_24431, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33250
    ] .

obo:CHEBI_24532
    obo:IAO_0000115 "A cyclic compound having as ring members atoms of carbon and at least of one other element." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic heterocycle", "organic heterocyclic compounds" ;
    oboInOwl:id "CHEBI:24532" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic heterocyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33285, obo:CHEBI_33832, obo:CHEBI_5686 .

obo:CHEBI_24533
    obo:IAO_0000115 "A heterodetic cyclic peptide is a peptide consisting only of amino-acid residues, but in which the linkages forming the ring are not solely peptide bonds; one or more is an isopeptide, disulfide, ester, or other bond." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "heterodetic cyclic peptides", "peptide cyclique heterodetique", "peptido ciclico heterodetico" ;
    oboInOwl:id "CHEBI:24533" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "heterodetic cyclic peptide" ;
    rdfs:subClassOf obo:CHEBI_23449 .

obo:CHEBI_24621
    obo:IAO_0000115 "Originally referring to an endogenous compound that is formed in specialized organ or group of cells and carried to another organ or group of cells, in the same organism, upon which it has a specific regulatory function, the term is now commonly used to include non-endogenous, semi-synthetic and fully synthetic analogues of such compounds." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "endocrine", "hormones" ;
    oboInOwl:id "CHEBI:24621" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hormone" ;
    rdfs:subClassOf obo:CHEBI_33280, obo:CHEBI_48705 .

obo:CHEBI_24651
    obo:IAO_0000115 "Hydroxides are chemical compounds containing a hydroxy group or salts containing hydroxide (OH(-))." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:24651" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydroxides" ;
    rdfs:subClassOf obo:CHEBI_25806, obo:CHEBI_33608, obo:CHEBI_37577, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_43176
    ] .

obo:CHEBI_24828
    obo:IAO_0000115 "Any compound containing an indole skeleton." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:24828" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "indoles" ;
    rdfs:subClassOf obo:CHEBI_22728 .

obo:CHEBI_24833
    obo:IAO_0000115 "A compound which contains oxygen, at least one other element, and at least one hydrogen bound to oxygen, and which produces a conjugate base by loss of positive hydrogen ion(s) (hydrons)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxacids", "oxiacids", "oxo acid", "oxy-acids", "oxyacids" ;
    oboInOwl:id "CHEBI:24833" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxoacid" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_24651, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_39141
    ] .

obo:CHEBI_24834
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inorganic anions" ;
    oboInOwl:id "CHEBI:24834" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic anion" ;
    rdfs:subClassOf obo:CHEBI_22563, obo:CHEBI_36914 .

obo:CHEBI_24835
    obo:IAO_0000115 "A molecular entity that contains no carbon." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "anorganische Verbindungen", "inorganic compounds", "inorganic entity", "inorganic molecular entities", "inorganics" ;
    oboInOwl:id "CHEBI:24835" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic molecular entity" ;
    rdfs:subClassOf obo:CHEBI_23367 .

obo:CHEBI_24836
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inorganic oxides" ;
    oboInOwl:id "CHEBI:24836" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic oxide" ;
    rdfs:subClassOf obo:CHEBI_24835, obo:CHEBI_25741 .

obo:CHEBI_24867
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "monoatomic ions" ;
    oboInOwl:id "CHEBI:24867" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monoatomic ion" ;
    rdfs:subClassOf obo:CHEBI_24870, obo:CHEBI_33238 .

obo:CHEBI_24870
    obo:IAO_0000115 "A molecular entity having a net electric charge." ;
    oboInOwl:hasExactSynonym "Ion", "ion" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Ionen", "iones", "ions" ;
    oboInOwl:id "CHEBI:24870" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ion" ;
    rdfs:subClassOf obo:CHEBI_23367 .

obo:CHEBI_25212
    obo:IAO_0000115 "Any intermediate or product resulting from metabolism. The term 'metabolite' subsumes the classes commonly known as primary and secondary metabolites." ;
    oboInOwl:hasAlternativeId "CHEBI:26619", "CHEBI:35220" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "metabolites", "primary metabolites", "secondary metabolites" ;
    oboInOwl:id "CHEBI:25212" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "metabolite" ;
    rdfs:subClassOf obo:CHEBI_52206 .

obo:CHEBI_25362
    obo:IAO_0000115 "A molecule all atoms of which have the same atomic number." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "homoatomic molecule", "homoatomic molecules" ;
    oboInOwl:id "CHEBI:25362" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "elemental molecule" ;
    rdfs:subClassOf obo:CHEBI_25367, obo:CHEBI_33259 .

obo:CHEBI_25367
    obo:IAO_0000115 "Any polyatomic entity that is an electrically neutral entity consisting of more than one atom." ;
    oboInOwl:hasExactSynonym "molecule" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Molekuel", "molecula", "molecules", "neutral molecular compounds" ;
    oboInOwl:id "CHEBI:25367" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "molecule" ;
    rdfs:subClassOf obo:CHEBI_36357 .

obo:CHEBI_25375
    obo:IAO_0000115 "A group of neurotransmitters and neuromodulators that contain one amino group that is connected to an aromatic ring by ethylene group  (-CH2-CH2-). Monoamines are derived from the aromatic amino acids phenylalanine, tyrosine, histidine and tryptophan." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "monamines", "monoamines" ;
    oboInOwl:id "CHEBI:25375" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monoamine molecular messenger" ;
    rdfs:subClassOf obo:CHEBI_63534, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_33280
    ] .

obo:CHEBI_25384
    obo:IAO_0000115 "An oxoacid containing a single carboxy group." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "monocarboxylic acids" ;
    oboInOwl:id "CHEBI:25384" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monocarboxylic acid" ;
    rdfs:subClassOf obo:CHEBI_33575, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_35757
    ] .

obo:CHEBI_25512
    obo:IAO_0000115 "An endogenous compound that is used to transmit information across the synapse between a neuron and another cell." ;
    oboInOwl:hasDbXref "Wikipedia:Neurotransmitter" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "neurotransmitters" ;
    oboInOwl:id "CHEBI:25512" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "neurotransmitter" ;
    rdfs:subClassOf obo:CHEBI_33280 .

obo:CHEBI_25555
    oboInOwl:hasDbXref "WebElements:N" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "7N", "N", "Stickstoff", "azote", "nitrogen", "nitrogeno" ;
    oboInOwl:id "CHEBI:25555" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nitrogen atom" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_25585, obo:CHEBI_33300, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_33937
    ] .

obo:CHEBI_25585
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Nichtmetall", "Nichtmetalle", "no metal", "no metales", "non-metal", "non-metaux", "nonmetal", "nonmetals" ;
    oboInOwl:id "CHEBI:25585" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nonmetal atom" ;
    rdfs:subClassOf obo:CHEBI_33250 .

obo:CHEBI_25696
    obo:IAO_0000115 "Any organic ion with a net negative charge." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic anions" ;
    oboInOwl:id "CHEBI:25696" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic anion" ;
    rdfs:subClassOf obo:CHEBI_22563, obo:CHEBI_25699 .

obo:CHEBI_25697
    obo:IAO_0000115 "Any organic ion with a net positive charge." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic cations" ;
    oboInOwl:id "CHEBI:25697" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic cation" ;
    rdfs:subClassOf obo:CHEBI_25699, obo:CHEBI_36916 .

obo:CHEBI_25699
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic ions" ;
    oboInOwl:id "CHEBI:25699" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic ion" ;
    rdfs:subClassOf obo:CHEBI_24870, obo:CHEBI_50860 .

obo:CHEBI_25704
    obo:IAO_0000115 "Compounds of the general formula SO3HOR where R is an organyl group" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic sulfates" ;
    oboInOwl:id "CHEBI:25704" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic sulfate" ;
    rdfs:subClassOf obo:CHEBI_26820, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_58958
    ] .

obo:CHEBI_25741
    obo:IAO_0000115 "An oxide is a chemical compound of oxygen with other chemical elements." ;
    oboInOwl:hasExactSynonym "oxide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxides" ;
    oboInOwl:id "CHEBI:25741" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxide" ;
    rdfs:subClassOf obo:CHEBI_25806, obo:CHEBI_37577 .

obo:CHEBI_25805
    oboInOwl:hasDbXref "KEGG:C00007", "WebElements:O" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "8O", "O", "Sauerstoff", "oxigeno", "oxygen", "oxygene" ;
    oboInOwl:id "CHEBI:25805" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxygen atom" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_25585, obo:CHEBI_33303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_33937
    ] .

obo:CHEBI_25806
    oboInOwl:hasExactSynonym "oxygen molecular entity" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxygen molecular entities" ;
    oboInOwl:id "CHEBI:25806" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxygen molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33304, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_25805
    ] .

obo:CHEBI_25905
    obo:IAO_0000115 "Any peptide with hormonal activity in animals, whether endocrine, neuroendocrine, or paracrine." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "peptide hormones", "polypeptide hormone" ;
    oboInOwl:id "CHEBI:25905" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "peptide hormone" ;
    rdfs:subClassOf obo:CHEBI_16670, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_24621
    ] .

obo:CHEBI_26764
    obo:IAO_0000115 "Any steroid that acts as hormone." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Steroidhormon", "Steroidhormone", "hormona esteroide", "hormonas esteroideas", "hormone steroide", "hormones steroides", "steroid hormones" ;
    oboInOwl:id "CHEBI:26764" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "steroid hormone" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_35341, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_24621
    ] .

obo:CHEBI_26819
    obo:IAO_0000115 "An ester of an alcohol and sulfuric acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "sulfate ester", "sulfuric acid ester", "sulfuric acid esters" ;
    oboInOwl:id "CHEBI:26819" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfuric ester" ;
    rdfs:subClassOf obo:CHEBI_35701, obo:CHEBI_37826 .

obo:CHEBI_26820
    obo:IAO_0000115 "Salts and esters of sulfuric acid" ;
    oboInOwl:hasExactSynonym "sulfates" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "sulfuric acid derivative", "sulphates" ;
    oboInOwl:id "CHEBI:26820" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfates" ;
    rdfs:subClassOf obo:CHEBI_37826 .

obo:CHEBI_26833
    oboInOwl:hasDbXref "KEGG:C00087", "KEGG:D06527", "PPDB:605", "WebElements:S" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "16S", "Elemental sulfur", "S", "Schwefel", "azufre", "soufre", "sulfur", "sulphur", "theion" ;
    oboInOwl:id "CHEBI:26833" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfur atom" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_25585, obo:CHEBI_33303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_33937
    ] .

obo:CHEBI_26835
    oboInOwl:hasExactSynonym "sulfur molecular entity" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "sulfur molecular entities" ;
    oboInOwl:id "CHEBI:26835" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfur molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33304, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_26833
    ] .

obo:CHEBI_26836
    obo:IAO_0000115 "A sulfur oxoacid that consists of two oxo and two hydroxy groups joined covalently to a central sulfur atom." ;
    oboInOwl:hasDbXref "KEGG:C00059", "KEGG:D05963", "KNApSAcK:C00007530", "MolBase:4", "PPDB:606", "Wikipedia:Sulfuric_acid" ;
    oboInOwl:hasExactSynonym "Sulfuric acid", "sulfuric acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Acide sulfurique", "Acido sulfurico", "Acidum sulfuricum", "H2SO4", "Schwefelsaeureloesungen", "[S(OH)2O2]", "[SO2(OH)2]", "sulphuric acid" ;
    oboInOwl:id "CHEBI:26836" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfuric acid" ;
    rdfs:subClassOf obo:CHEBI_33402, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_35223
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_45696
    ] .

obo:CHEBI_27027
    obo:IAO_0000115 "Any nutrient required in small quantities by organisms throughout their life in order to orchestrate a range of physiological functions." ;
    oboInOwl:hasDbXref "Wikipedia:Micronutrient" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "micronutrients", "trace elements" ;
    oboInOwl:id "CHEBI:27027" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "micronutrient" ;
    rdfs:subClassOf obo:CHEBI_33284 .

obo:CHEBI_27162
    obo:IAO_0000115 "Tryptamine and its substitution derivatives." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:27162" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "tryptamines" ;
    rdfs:subClassOf obo:CHEBI_24828 .

obo:CHEBI_27171
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "heterobicyclic compounds", "organic heterobicyclic compounds" ;
    oboInOwl:id "CHEBI:27171" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic heterobicyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33672, obo:CHEBI_38166 .

obo:CHEBI_27207
    obo:IAO_0000115 "A univalent carboacyl group is a group formed by loss of OH from the carboxy group of a carboxylic acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "univalent acyl group", "univalent carboacyl groups", "univalent carboxylic acyl groups" ;
    oboInOwl:id "CHEBI:27207" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "univalent carboacyl group" ;
    rdfs:subClassOf obo:CHEBI_37838 .

obo:CHEBI_27369
    obo:IAO_0000115 "A neutral compound having formal unit electrical charges of opposite sign on non-adjacent atoms. Sometimes referred to as inner salts, dipolar ions (a misnomer)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "compose zwitterionique", "compuestos zwitterionicos", "zwitteriones", "zwitterionic compounds" ;
    oboInOwl:id "CHEBI:27369" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "zwitterion" ;
    rdfs:subClassOf obo:CHEBI_51151 .

obo:CHEBI_27594
    oboInOwl:hasAlternativeId "CHEBI:23009", "CHEBI:3399" ;
    oboInOwl:hasDbXref "KEGG:C06265", "WebElements:C" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "6C", "C", "Carbon", "Kohlenstoff", "carbon", "carbone", "carbonium", "carbono" ;
    oboInOwl:id "CHEBI:27594" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbon atom" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_25585, obo:CHEBI_33306, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_33937
    ] .

obo:CHEBI_28616
    obo:IAO_0000115 "A one-carbon compound that is ammonia in which one of the hydrogens is replaced by a carboxy group. Although carbamic acid derivatives are common, carbamic acid itself has never been synthesised." ;
    oboInOwl:hasAlternativeId "CHEBI:22504", "CHEBI:23002", "CHEBI:3386", "CHEBI:44573" ;
    oboInOwl:hasDbXref "DrugBank:DB04261", "KEGG:C01563", "PDBeChem:OUT", "Wikipedia:Carbamic_acid" ;
    oboInOwl:hasExactSynonym "CARBAMIC ACID", "Carbamic acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Aminoameisensaeure", "Aminoformic acid", "Carbamate", "Carbamidsaeure" ;
    oboInOwl:id "CHEBI:28616" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbamic acid" ;
    rdfs:subClassOf obo:CHEBI_35352, obo:CHEBI_35605, obo:CHEBI_64708, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_76971
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_13941
    ] .

obo:CHEBI_28790
    obo:IAO_0000115 "A primary amino compound that is the 5-hydroxy derivative of tryptamine." ;
    oboInOwl:hasAlternativeId "CHEBI:1420", "CHEBI:26652", "CHEBI:49894" ;
    oboInOwl:hasDbXref "HMDB:HMDB0000259", "KEGG:C00780", "KNApSAcK:C00001429", "LINCS:LSM-6589", "MetaCyc:SEROTONIN", "PDBeChem:SRO", "Wikipedia:Serotonin" ;
    oboInOwl:hasExactSynonym "SEROTONIN", "Serotonin" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "3-(2-Aminoethyl)-1H-indol-5-ol", "5-HT", "5-Hydroxytryptamine", "Enteramine", "serotonine", "thrombocytin", "thrombotonin" ;
    oboInOwl:id "CHEBI:28790" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "serotonin" ;
    rdfs:subClassOf obo:CHEBI_25375, obo:CHEBI_27162, obo:CHEBI_33853, obo:CHEBI_50994, obo:CHEBI_84729, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_25512
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75771
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_16765
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_350546
    ] .

obo:CHEBI_28938
    obo:IAO_0000115 "An onium cation obtained by protonation of ammonia." ;
    oboInOwl:hasAlternativeId "CHEBI:22534", "CHEBI:49783", "CHEBI:7435" ;
    oboInOwl:hasDbXref "KEGG:C01342", "MetaCyc:AMMONIUM", "MolBase:929", "PDBeChem:NH4", "Wikipedia:Ammonium" ;
    oboInOwl:hasExactSynonym "ammonium" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Ammonium(1+)", "NH4(+)", "NH4+", "[NH4](+)", "ammonium cation", "ammonium ion" ;
    oboInOwl:id "CHEBI:28938" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ammonium" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_35106, obo:CHEBI_50313, obo:CHEBI_60242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_23357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75772
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_76971
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_16134
    ] .

obo:CHEBI_29067
    obo:IAO_0000115 "The conjugate base formed when the carboxy group of a carboxylic acid is deprotonated." ;
    oboInOwl:hasAlternativeId "CHEBI:13626", "CHEBI:13945", "CHEBI:23026", "CHEBI:58657" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "a carboxylate", "carboxylic acid anions", "carboxylic anions" ;
    oboInOwl:id "CHEBI:29067" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carboxylic acid anion" ;
    rdfs:subClassOf obo:CHEBI_25696, obo:CHEBI_35406, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33575
    ] .

obo:CHEBI_29337
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "NH2(-)" ;
    oboInOwl:id "CHEBI:29337" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "azanide" ;
    rdfs:subClassOf obo:CHEBI_35106, obo:CHEBI_79389, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_29340
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_16134
    ] .

obo:CHEBI_29340
    obo:IAO_0000115 "A divalent inorganic anion resulting from the removal of two protons from ammonia." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "NH(2-)", "imide" ;
    oboInOwl:id "CHEBI:29340" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydridonitrate(2-)" ;
    rdfs:subClassOf obo:CHEBI_35106, obo:CHEBI_79388, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_29337
    ] .

obo:CHEBI_29793
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "HO2(+)", "HOO(+)", "[HO2](+)" ;
    oboInOwl:id "CHEBI:29793" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydridodioxygen(1+)" ;
    rdfs:subClassOf obo:CHEBI_33693, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_15379
    ] .

obo:CHEBI_30089
    obo:IAO_0000115 "A monocarboxylic acid anion resulting from the removal of a proton from the carboxy group of acetic acid." ;
    oboInOwl:hasAlternativeId "CHEBI:13704", "CHEBI:22165", "CHEBI:40480" ;
    oboInOwl:hasDbXref "DrugBank:DB03166", "KEGG:C00033", "MetaCyc:ACET", "PDBeChem:ACT", "Wikipedia:Acetate" ;
    oboInOwl:hasExactSynonym "acetate" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "ACETATE ION", "Azetat", "CH3-COO(-)", "Ethanoat", "MeCO2 anion", "acetic acid, ion(1-)", "ethanoate" ;
    oboInOwl:id "CHEBI:30089" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acetate" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_35757, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75772
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_15366
    ] .

obo:CHEBI_30212
    obo:IAO_0000115 "Particle of zero charge, zero rest mass, spin quantum number 1, energy hnu and momentum hnu/c (h is the Planck constant, nu the frequency of radiation and c the speed of light), carrier of electromagnetic force." ;
    oboInOwl:hasAlternativeId "CHEBI:10581", "CHEBI:14383" ;
    oboInOwl:hasDbXref "KEGG:C00205" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Lichtquant", "Light", "foton", "gamma", "hnu", "light quantum" ;
    oboInOwl:id "CHEBI:30212" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "photon" ;
    rdfs:subClassOf obo:CHEBI_36341 .

obo:CHEBI_32952
    obo:IAO_0000115 "A compound formally derived from ammonia by replacing one, two or three hydrogen atoms by hydrocarbyl groups." ;
    oboInOwl:hasAlternativeId "CHEBI:13814", "CHEBI:22474", "CHEBI:2641" ;
    oboInOwl:hasDbXref "KEGG:C00706" ;
    oboInOwl:hasExactSynonym "Amine" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Amin", "Substituted amine" ;
    oboInOwl:id "CHEBI:32952" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "amine" ;
    rdfs:subClassOf obo:CHEBI_50047 .

obo:CHEBI_32988
    obo:IAO_0000115 "An amide is a derivative of an oxoacid RkE(=O)l(OH)m (l =/= 0) in which an acidic hydroxy group has been replaced by an amino or substituted amino group." ;
    oboInOwl:hasAlternativeId "CHEBI:22473", "CHEBI:2633" ;
    oboInOwl:hasDbXref "KEGG:C00241" ;
    oboInOwl:hasExactSynonym "Amide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:32988" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "amide" ;
    rdfs:subClassOf obo:CHEBI_51143 .

obo:CHEBI_33232
    obo:IAO_0000115 "Intended use of the molecular entity or part thereof by humans." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33232" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "application" ;
    rdfs:subClassOf obo:CHEBI_50906 .

obo:CHEBI_33233
    obo:IAO_0000115 "A particle not known to have substructure." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "elementary particles" ;
    oboInOwl:id "CHEBI:33233" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "fundamental particle" ;
    rdfs:subClassOf obo:CHEBI_36342 .

obo:CHEBI_33238
    obo:IAO_0000115 "A monoatomic entity is a molecular entity consisting of a single atom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "atomic entity", "monoatomic entities" ;
    oboInOwl:id "CHEBI:33238" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monoatomic entity" ;
    rdfs:subClassOf obo:CHEBI_33259 .

obo:CHEBI_33241
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxoacid derivatives" ;
    oboInOwl:id "CHEBI:33241" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxoacid derivative" ;
    rdfs:subClassOf obo:CHEBI_37577, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_24833
    ] .

obo:CHEBI_33242
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inorganic hydrides" ;
    oboInOwl:id "CHEBI:33242" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic hydride" ;
    rdfs:subClassOf obo:CHEBI_24835, obo:CHEBI_33692 .

obo:CHEBI_33246
    obo:IAO_0000115 "Any substituent group which does not contain carbon." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inorganic groups" ;
    oboInOwl:id "CHEBI:33246" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic group" ;
    rdfs:subClassOf obo:CHEBI_24433 .

obo:CHEBI_33247
    obo:IAO_0000115 "Any substituent group or skeleton containing carbon." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic groups" ;
    oboInOwl:id "CHEBI:33247" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic group" ;
    rdfs:subClassOf obo:CHEBI_24433, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_64775
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_64769
    ] .

obo:CHEBI_33249
    obo:IAO_0000115 "Any organic substituent group, regardless of functional type, having one free valence at a carbon atom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "groupe organyle", "grupo organilo", "grupos organilo" ;
    oboInOwl:id "CHEBI:33249" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organyl group" ;
    rdfs:subClassOf obo:CHEBI_51447 .

obo:CHEBI_33250
    obo:IAO_0000115 "A chemical entity constituting the smallest component of an element having the chemical properties of the element." ;
    oboInOwl:hasAlternativeId "CHEBI:22671", "CHEBI:23907" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "atome", "atomo", "atoms", "atomus", "element", "elements" ;
    oboInOwl:id "CHEBI:33250" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "atom" ;
    rdfs:subClassOf obo:CHEBI_24431, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_10545
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33252
    ] .

obo:CHEBI_33252
    obo:IAO_0000115 "A nucleus is the positively charged central portion of an atom, excluding the orbital electrons." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Atomkern", "Kern", "noyau", "noyau atomique", "nuclei", "nucleo", "nucleo atomico", "nucleus atomi" ;
    oboInOwl:id "CHEBI:33252" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "atomic nucleus" ;
    rdfs:subClassOf obo:CHEBI_36347, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33253
    ] .

obo:CHEBI_33253
    obo:IAO_0000115 "Heavy nuclear particle: proton or neutron." ;
    oboInOwl:hasExactSynonym "nucleon" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Nukleon", "Nukleonen", "nucleons" ;
    oboInOwl:id "CHEBI:33253" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nucleon" ;
    rdfs:subClassOf obo:CHEBI_36339, obo:CHEBI_36347 .

obo:CHEBI_33256
    obo:IAO_0000115 "A derivative of an oxoacid RkE(=O)l(OH)m (l =/= 0) in which an acidic hydroxy group has been replaced by an amino or substituted amino group." ;
    oboInOwl:hasExactSynonym "primary amide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33256" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "primary amide" ;
    rdfs:subClassOf obo:CHEBI_32988 .

obo:CHEBI_33259
    obo:IAO_0000115 "A molecular entity all atoms of which have the same atomic number." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "homoatomic entity", "homoatomic molecular entities", "homoatomic molecular entity" ;
    oboInOwl:id "CHEBI:33259" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "elemental molecular entity" ;
    rdfs:subClassOf obo:CHEBI_23367 .

obo:CHEBI_33262
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33262" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "elemental oxygen" ;
    rdfs:subClassOf obo:CHEBI_24835, obo:CHEBI_25806, obo:CHEBI_33259 .

obo:CHEBI_33263
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33263" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "diatomic oxygen" ;
    rdfs:subClassOf obo:CHEBI_33262 .

obo:CHEBI_33273
    obo:IAO_0000115 "An anion consisting of more than one atom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyatomic anions" ;
    oboInOwl:id "CHEBI:33273" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polyatomic anion" ;
    rdfs:subClassOf obo:CHEBI_22563, obo:CHEBI_36358 .

obo:CHEBI_33280
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "chemical messenger" ;
    oboInOwl:id "CHEBI:33280" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "molecular messenger" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_33281
    obo:IAO_0000115 "A substance that kills or slows the growth of microorganisms, including bacteria, viruses, fungi and protozoans." ;
    oboInOwl:hasAlternativeId "CHEBI:22582" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Antibiotika", "Antibiotikum", "antibiotic", "antibiotics", "antibiotique", "antimicrobial", "antimicrobial agents", "antimicrobials", "microbicide", "microbicides" ;
    oboInOwl:id "CHEBI:33281" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "antimicrobial agent" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_33284
    obo:IAO_0000115 "A nutrient is a food component that an organism uses to survive and grow." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "nutrients" ;
    oboInOwl:id "CHEBI:33284" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nutrient" ;
    rdfs:subClassOf obo:CHEBI_78295 .

obo:CHEBI_33285
    obo:IAO_0000115 "A heteroorganic entity is an organic molecular entity in which carbon atoms or organic groups are bonded directly to one or more heteroatoms." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "heteroorganic entities", "organoelement compounds" ;
    oboInOwl:id "CHEBI:33285" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "heteroorganic entity" ;
    rdfs:subClassOf obo:CHEBI_50860 .

obo:CHEBI_33300
    obo:IAO_0000115 "Any p-block element atom that is in group 15 of the periodic table: nitrogen, phosphorus, arsenic, antimony and bismuth." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "group 15 elements", "group V elements", "nitrogenoideos", "nitrogenoides", "pnictogene", "pnictogenes" ;
    oboInOwl:id "CHEBI:33300" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "pnictogen" ;
    rdfs:subClassOf obo:CHEBI_33560 .

obo:CHEBI_33302
    obo:IAO_0000115 "A p-block molecular entity containing any pnictogen." ;
    oboInOwl:hasExactSynonym "pnictogen molecular entity" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "pnictogen molecular entities" ;
    oboInOwl:id "CHEBI:33302" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "pnictogen molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33675, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33300
    ] .

obo:CHEBI_33303
    obo:IAO_0000115 "Any p-block element belonging to the group 16 family of the periodic table." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Chalkogen", "Chalkogene", "anfigeno", "anfigenos", "calcogeno", "calcogenos", "chalcogene", "chalcogenes", "group 16 elements", "group VI elements" ;
    oboInOwl:id "CHEBI:33303" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chalcogen" ;
    rdfs:subClassOf obo:CHEBI_33560 .

obo:CHEBI_33304
    obo:IAO_0000115 "Any p-block molecular entity containing a chalcogen." ;
    oboInOwl:hasExactSynonym "chalcogen molecular entity" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "chalcogen compounds", "chalcogen molecular entities" ;
    oboInOwl:id "CHEBI:33304" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chalcogen molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33675, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33303
    ] .

obo:CHEBI_33306
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbon group element", "carbon group elements", "carbonoides", "cristallogene", "cristallogenes", "group IV elements" ;
    oboInOwl:id "CHEBI:33306" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbon group element atom" ;
    rdfs:subClassOf obo:CHEBI_33560 .

obo:CHEBI_33308
    obo:IAO_0000115 "An ester of a carboxylic acid, R(1)C(=O)OR(2), where R(1) = H or organyl and R(2) = organyl." ;
    oboInOwl:hasAlternativeId "CHEBI:13204", "CHEBI:23028", "CHEBI:3408" ;
    oboInOwl:hasDbXref "KEGG:C02391", "Wikipedia:Ester" ;
    oboInOwl:hasExactSynonym "Carboxylic ester" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "a carboxylic ester", "carboxylic acid esters" ;
    oboInOwl:id "CHEBI:33308" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carboxylic ester" ;
    rdfs:subClassOf obo:CHEBI_35701, obo:CHEBI_36586 .

obo:CHEBI_33318
    obo:IAO_0000115 "An atom belonging to one of the main groups (found in the s- and p- blocks) of the periodic table." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Hauptgruppenelement", "Hauptgruppenelemente", "main group element" ;
    oboInOwl:id "CHEBI:33318" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "main group element atom" ;
    rdfs:subClassOf obo:CHEBI_33250 .

obo:CHEBI_33402
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxoacids of sulfur", "sulfur oxoacids" ;
    oboInOwl:id "CHEBI:33402" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfur oxoacid" ;
    rdfs:subClassOf obo:CHEBI_26835, obo:CHEBI_33484 .

obo:CHEBI_33424
    oboInOwl:hasExactSynonym "sulfur oxoacid derivative" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "sulfur oxoacid derivatives" ;
    oboInOwl:id "CHEBI:33424" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfur oxoacid derivative" ;
    rdfs:subClassOf obo:CHEBI_26835, obo:CHEBI_33241 .

obo:CHEBI_33482
    oboInOwl:hasExactSynonym "sulfur oxoanion" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxoanions of sulfur", "sulfur oxoanions" ;
    oboInOwl:id "CHEBI:33482" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfur oxoanion" ;
    rdfs:subClassOf obo:CHEBI_26835, obo:CHEBI_33485 .

obo:CHEBI_33484
    oboInOwl:hasExactSynonym "chalcogen oxoacid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "chalcogen oxoacids" ;
    oboInOwl:id "CHEBI:33484" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chalcogen oxoacid" ;
    rdfs:subClassOf obo:CHEBI_24833, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_138103
    ] .

obo:CHEBI_33485
    oboInOwl:hasExactSynonym "chalcogen oxoanion" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "chalcogen oxoanions" ;
    oboInOwl:id "CHEBI:33485" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chalcogen oxoanion" ;
    rdfs:subClassOf obo:CHEBI_35406 .

obo:CHEBI_33558
    obo:IAO_0000115 "An amino-acid anion obtained by deprotonation of any alpha-amino acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "alpha-amino acid anion", "alpha-amino acid anions", "alpha-amino-acid anions" ;
    oboInOwl:id "CHEBI:33558" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alpha-amino-acid anion" ;
    rdfs:subClassOf obo:CHEBI_37022, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33704
    ] .

obo:CHEBI_33559
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "s-block element", "s-block elements" ;
    oboInOwl:id "CHEBI:33559" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "s-block element atom" ;
    rdfs:subClassOf obo:CHEBI_33250 .

obo:CHEBI_33560
    obo:IAO_0000115 "Any main group element atom belonging to the p-block of the periodic table." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "p-block element", "p-block elements" ;
    oboInOwl:id "CHEBI:33560" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "p-block element atom" ;
    rdfs:subClassOf obo:CHEBI_33318 .

obo:CHEBI_33566
    obo:IAO_0000115 "Any compound containing an o-diphenol component." ;
    oboInOwl:hasAlternativeId "CHEBI:134187", "CHEBI:13628", "CHEBI:18862" ;
    oboInOwl:hasDbXref "KEGG:C15571" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "1,2-benzenediols", "a catechol", "benzene-1,2-diols" ;
    oboInOwl:id "CHEBI:33566" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "catechols" ;
    rdfs:subClassOf obo:CHEBI_33570 .

obo:CHEBI_33567
    obo:IAO_0000115 "4-(2-Aminoethyl)pyrocatechol [4-(2-aminoethyl)benzene-1,2-diol] and derivatives formed by substitution." ;
    oboInOwl:hasAlternativeId "CHEBI:23056", "CHEBI:3468" ;
    oboInOwl:hasDbXref "KEGG:C02012" ;
    oboInOwl:hasExactSynonym "Catecholamine" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "catecholamines" ;
    oboInOwl:id "CHEBI:33567" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "catecholamine" ;
    rdfs:subClassOf obo:CHEBI_25375, obo:CHEBI_33566 .

obo:CHEBI_33569
    obo:IAO_0000115 "A catecholamine in which C-1 of the aminoethyl side-chain is hydroxy-substituted." ;
    oboInOwl:hasDbXref "LINCS:LSM-5181" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "noradrenalina", "norepinephrine" ;
    oboInOwl:id "CHEBI:33569" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "noradrenaline" ;
    rdfs:subClassOf obo:CHEBI_33567, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_76967
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_166902
    ] .

obo:CHEBI_33570
    oboInOwl:hasAlternativeId "CHEBI:22705", "CHEBI:22711" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33570" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "benzenediols" ;
    rdfs:subClassOf obo:CHEBI_33853 .

obo:CHEBI_33571
    obo:IAO_0000115 "The S-enantiomer of noradrenaline." ;
    oboInOwl:hasDbXref "LINCS:LSM-37072" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33571" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "(S)-noradrenaline" ;
    rdfs:subClassOf obo:CHEBI_33569, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_enantiomer_of> ;
        owl:someValuesFrom obo:CHEBI_18357
    ] .

obo:CHEBI_33575
    obo:IAO_0000115 "A carbon oxoacid acid carrying at least one -C(=O)OH group and having the structure RC(=O)OH, where R is any any monovalent functional group. Carboxylic acids are the most common type of organic acid." ;
    oboInOwl:hasAlternativeId "CHEBI:13428", "CHEBI:13627", "CHEBI:23027" ;
    oboInOwl:hasDbXref "Wikipedia:Carboxylic_acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Carbonsaeure", "Carbonsaeuren", "Karbonsaeure", "RC(=O)OH", "acide carboxylique", "acides carboxyliques", "acido carboxilico", "acidos carboxilicos" ;
    oboInOwl:id "CHEBI:33575" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carboxylic acid" ;
    rdfs:subClassOf obo:CHEBI_35605, obo:CHEBI_36586, obo:CHEBI_64709, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_46883
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_29067
    ] .

obo:CHEBI_33579
    obo:IAO_0000115 "A molecular entity containing one or more atoms from any of groups 1, 2, 13, 14, 15, 16, 17, and 18 of the periodic table." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "main group compounds", "main group molecular entities" ;
    oboInOwl:id "CHEBI:33579" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "main group molecular entity" ;
    rdfs:subClassOf obo:CHEBI_23367, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33318
    ] .

obo:CHEBI_33582
    oboInOwl:hasExactSynonym "carbon group molecular entity" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbon group molecular entities" ;
    oboInOwl:id "CHEBI:33582" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbon group molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33675, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33306
    ] .

obo:CHEBI_33595
    obo:IAO_0000115 "Any molecule that consists of a series of atoms joined together to form a ring." ;
    oboInOwl:hasDbXref "Wikipedia:Cyclic_compound" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "cyclic compounds" ;
    oboInOwl:id "CHEBI:33595" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cyclic compound" ;
    rdfs:subClassOf obo:CHEBI_25367 .

obo:CHEBI_33608
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "hydrogen compounds", "hydrogen molecular entities" ;
    oboInOwl:id "CHEBI:33608" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydrogen molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33674, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_49637
    ] .

obo:CHEBI_33635
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polycyclic compounds" ;
    oboInOwl:id "CHEBI:33635" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polycyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33595 .

obo:CHEBI_33636
    obo:IAO_0000115 "A molecule that features two fused rings." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "bicyclic compounds" ;
    oboInOwl:id "CHEBI:33636" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "bicyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33595 .

obo:CHEBI_33655
    obo:IAO_0000115 "A cyclically conjugated molecular entity with a stability (due to delocalization) significantly greater than that of a hypothetical localized structure (e.g. Kekule structure) is said to possess aromatic character." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "aromatics", "aromatische Verbindungen" ;
    oboInOwl:id "CHEBI:33655" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "aromatic compound" ;
    rdfs:subClassOf obo:CHEBI_33595 .

obo:CHEBI_33659
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic aromatic compounds" ;
    oboInOwl:id "CHEBI:33659" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic aromatic compound" ;
    rdfs:subClassOf obo:CHEBI_33655, obo:CHEBI_33832 .

obo:CHEBI_33671
    obo:IAO_0000115 "A polycyclic compound in which at least one of the rings contains at least one non-carbon atom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyheterocyclic compounds" ;
    oboInOwl:id "CHEBI:33671" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "heteropolycyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33635, obo:CHEBI_5686 .

obo:CHEBI_33672
    obo:IAO_0000115 "A bicyclic compound in which at least one of the rings contains at least one skeletal heteroatom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33672" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "heterobicyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33636, obo:CHEBI_5686 .

obo:CHEBI_33674
    obo:IAO_0000115 "An s-block molecular entity is a molecular entity containing one or more atoms of an s-block element." ;
    oboInOwl:hasExactSynonym "s-block molecular entity" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "s-block compounds", "s-block molecular entities" ;
    oboInOwl:id "CHEBI:33674" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "s-block molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33579, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33559
    ] .

obo:CHEBI_33675
    obo:IAO_0000115 "A main group molecular entity that contains one or more atoms of a p-block element." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "p-block compounds", "p-block molecular entities", "p-block molecular entitiy" ;
    oboInOwl:id "CHEBI:33675" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "p-block molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33579, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33560
    ] .

obo:CHEBI_33692
    obo:IAO_0000115 "Hydrides are chemical compounds of hydrogen with other chemical elements." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:33692" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydrides" ;
    rdfs:subClassOf obo:CHEBI_33608, obo:CHEBI_37577 .

obo:CHEBI_33693
    oboInOwl:hasExactSynonym "oxygen hydride" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "hydrides of oxygen", "oxygen hydrides" ;
    oboInOwl:id "CHEBI:33693" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxygen hydride" ;
    rdfs:subClassOf obo:CHEBI_36902 .

obo:CHEBI_33694
    obo:IAO_0000115 "A macromolecule formed by a living organism." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Biopolymere", "biomacromolecules", "biopolymers" ;
    oboInOwl:id "CHEBI:33694" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "biomacromolecule" ;
    rdfs:subClassOf obo:CHEBI_33839, obo:CHEBI_50860 .

obo:CHEBI_33695
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "genetically encoded biomacromolecules", "genetically encoded biopolymers", "information biomacromolecules", "information biopolymers", "information macromolecule", "information macromolecules" ;
    oboInOwl:id "CHEBI:33695" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "information biomacromolecule" ;
    rdfs:subClassOf obo:CHEBI_33694 .

obo:CHEBI_33696
    obo:IAO_0000115 "A macromolecule made up of nucleotide units and hydrolysable into certain pyrimidine or purine bases (usually adenine, cytosine, guanine, thymine, uracil), D-ribose or 2-deoxy-D-ribose and phosphoric acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "NA", "Nukleinsaeure", "Nukleinsaeuren", "acide nucleique", "acides nucleiques", "acido nucleico", "acidos nucleicos" ;
    oboInOwl:id "CHEBI:33696" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nucleic acid" ;
    rdfs:subClassOf obo:CHEBI_15986, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33791
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_50297
    ] .

obo:CHEBI_33697
    obo:IAO_0000115 "High molecular weight, linear polymers, composed of nucleotides containing ribose and linked by phosphodiester bonds; RNA is central to the synthesis of proteins." ;
    oboInOwl:hasExactSynonym "ribonucleic acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "RNA", "RNS", "Ribonukleinsaeure", "pentosenucleic acids", "ribonucleic acids", "ribose nucleic acid", "yeast nucleic acid" ;
    oboInOwl:id "CHEBI:33697" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ribonucleic acid" ;
    rdfs:subClassOf obo:CHEBI_33696, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33792
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_50299
    ] .

obo:CHEBI_33700
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "canonical amino-acid residue", "canonical amino-acid residues", "common amino acid residues", "proteinogenic amino-acid residues", "standard amino acid residues", "standard amino-acid residues" ;
    oboInOwl:id "CHEBI:33700" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "proteinogenic amino-acid residue" ;
    rdfs:subClassOf obo:CHEBI_33710 .

obo:CHEBI_33702
    obo:IAO_0000115 "A cation consisting of more than one atom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyatomic cations" ;
    oboInOwl:id "CHEBI:33702" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polyatomic cation" ;
    rdfs:subClassOf obo:CHEBI_36358, obo:CHEBI_36916 .

obo:CHEBI_33703
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "amino acid cation", "amino acid cations", "amino-acid cations" ;
    oboInOwl:id "CHEBI:33703" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "amino-acid cation" ;
    rdfs:subClassOf obo:CHEBI_25697, obo:CHEBI_33702, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_33709
    ] .

obo:CHEBI_33704
    obo:IAO_0000115 "An amino acid in which the amino group is located on the carbon atom at the position alpha to the carboxy group." ;
    oboInOwl:hasAlternativeId "CHEBI:10208", "CHEBI:13779", "CHEBI:22442", "CHEBI:2642" ;
    oboInOwl:hasDbXref "KEGG:C00045", "KEGG:C05167" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Amino acid", "Amino acids", "alpha-amino acids", "alpha-amino carboxylic acids" ;
    oboInOwl:id "CHEBI:33704" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alpha-amino acid" ;
    rdfs:subClassOf obo:CHEBI_33709, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_33558
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33719
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_tautomer_of> ;
        owl:someValuesFrom obo:CHEBI_78608
    ] .

obo:CHEBI_33708
    obo:IAO_0000115 "When two or more amino acids combine to form a peptide, the elements of water are removed, and what remains of each amino acid is called an amino-acid residue." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "amino acid residue", "amino acid residues", "amino-acid residues" ;
    oboInOwl:id "CHEBI:33708" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "amino-acid residue" ;
    rdfs:subClassOf obo:CHEBI_33247, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_64898
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_58942
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_substituent_group_from> ;
        owl:someValuesFrom obo:CHEBI_33709
    ] .

obo:CHEBI_33709
    obo:IAO_0000115 "A carboxylic acid containing one or more amino groups." ;
    oboInOwl:hasAlternativeId "CHEBI:13815", "CHEBI:22477" ;
    oboInOwl:hasDbXref "Wikipedia:Amino_acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Aminocarbonsaeure", "Aminokarbonsaeure", "Aminosaeure", "amino acids" ;
    oboInOwl:id "CHEBI:33709" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "amino acid" ;
    rdfs:subClassOf obo:CHEBI_33575, obo:CHEBI_50047, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_37022
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33703
    ] .

obo:CHEBI_33710
    obo:IAO_0000115 "An amino-acid residue derived from an alpha-amino acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "alpha-amino-acid residues", "an alpha-amino acid residue" ;
    oboInOwl:id "CHEBI:33710" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alpha-amino-acid residue" ;
    rdfs:subClassOf obo:CHEBI_33708, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_substituent_group_from> ;
        owl:someValuesFrom obo:CHEBI_33704
    ] .

obo:CHEBI_33719
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "alpha-amino acid cation", "alpha-amino acid cations", "alpha-amino-acid cations" ;
    oboInOwl:id "CHEBI:33719" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alpha-amino-acid cation" ;
    rdfs:subClassOf obo:CHEBI_33703, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_33704
    ] .

obo:CHEBI_33720
    oboInOwl:hasExactSynonym "carbohydrate acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbohydrate acids" ;
    oboInOwl:id "CHEBI:33720" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrate acid" ;
    rdfs:subClassOf obo:CHEBI_16646, obo:CHEBI_33575, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_33721
    ] .

obo:CHEBI_33721
    oboInOwl:hasExactSynonym "carbohydrate acid anion" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbohydrate acid anions" ;
    oboInOwl:id "CHEBI:33721" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrate acid anion" ;
    rdfs:subClassOf obo:CHEBI_29067, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33720
    ] .

obo:CHEBI_33791
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "canonical nucleoside residues", "common nucleoside residues", "nucleoside residue", "standard nucleoside residues" ;
    oboInOwl:id "CHEBI:33791" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "canonical nucleoside residue" ;
    rdfs:subClassOf obo:CHEBI_50320 .

obo:CHEBI_33792
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "N", "Nuc", "canonical ribonucleoside residues", "common ribonucleoside residue", "common ribonucleoside residues", "standard ribonucleoside residues" ;
    oboInOwl:id "CHEBI:33792" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "canonical ribonucleoside residue" ;
    rdfs:subClassOf obo:CHEBI_33791 .

obo:CHEBI_33822
    obo:IAO_0000115 "An organic compound having at least one hydroxy group attached to a carbon atom." ;
    oboInOwl:hasAlternativeId "CHEBI:64710" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic alcohol", "organic hydroxy compounds" ;
    oboInOwl:id "CHEBI:33822" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic hydroxy compound" ;
    rdfs:subClassOf obo:CHEBI_24651, obo:CHEBI_50860 .

obo:CHEBI_33832
    obo:IAO_0000115 "Any organic molecule that consists of atoms connected in the form of a ring." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic cyclic compounds" ;
    oboInOwl:id "CHEBI:33832" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic cyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33595, obo:CHEBI_72695 .

obo:CHEBI_33833
    obo:IAO_0000115 "A heterocyclic compound formally derived from an arene by replacement of one or more methine (-C=) and/or vinylene (-CH=CH-) groups by trivalent or divalent heteroatoms, respectively, in such a way as to maintain the continuous pi-electron system characteristic of aromatic systems and a number of out-of-plane pi-electrons corresponding to the Hueckel rule (4n+2)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "hetarenes" ;
    oboInOwl:id "CHEBI:33833" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "heteroarene" ;
    rdfs:subClassOf obo:CHEBI_24532, obo:CHEBI_33659 .

obo:CHEBI_33837
    obo:IAO_0000115 "Conjugated protein is a protein that contains a non-peptide component, usually in stoichiometric proportion." ;
    oboInOwl:hasDbXref "COMe:PRX000001" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "complex protein" ;
    oboInOwl:id "CHEBI:33837" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "conjugated protein" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:CHEBI_33839
    obo:IAO_0000115 "A macromolecule is a molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasDbXref "Wikipedia:Macromolecule" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "macromolecules", "polymer", "polymer molecule", "polymers" ;
    oboInOwl:id "CHEBI:33839" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "macromolecule" ;
    rdfs:subClassOf obo:CHEBI_36357 .

obo:CHEBI_33853
    obo:IAO_0000115 "Organic aromatic compounds having one or more hydroxy groups attached to a benzene or other arene ring." ;
    oboInOwl:hasAlternativeId "CHEBI:13664", "CHEBI:13825", "CHEBI:25969", "CHEBI:2857" ;
    oboInOwl:hasDbXref "KEGG:C15584", "MetaCyc:Phenols", "Wikipedia:Phenols" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Aryl alcohol", "a phenol", "arenols" ;
    oboInOwl:id "CHEBI:33853" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "phenols" ;
    rdfs:subClassOf obo:CHEBI_33659, obo:CHEBI_33822 .

obo:CHEBI_33893
    obo:IAO_0000115 "A substance used in a chemical reaction to detect, measure, examine, or produce other substances." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "reactif", "reactivo", "reagents" ;
    oboInOwl:id "CHEBI:33893" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "reagent" ;
    rdfs:subClassOf obo:CHEBI_33232 .

obo:CHEBI_33937
    obo:IAO_0000115 "Any nutrient required in large quantities by organisms throughout their life in order to orchestrate a range of physiological functions. Macronutrients are usually chemical elements (carbon, hydrogen, nitrogen, oxygen, phosphorus and sulfur) that humans consume in the largest quantities. Calcium, sodium, magnesium and potassium are sometimes included as macronutrients because they are required in relatively large quantities compared with other vitamins and minerals." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "macronutrients" ;
    oboInOwl:id "CHEBI:33937" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "macronutrient" ;
    rdfs:subClassOf obo:CHEBI_33284 .

obo:CHEBI_350546
    obo:IAO_0000115 "An ammonium ion that is the conjugate acid of serotonin; major species at pH 7.3." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "serotonin", "serotonin cation" ;
    oboInOwl:id "CHEBI:350546" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "serotonin(1+)" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_35274, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_28790
    ] .

obo:CHEBI_35106
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "nitrogen hydrides" ;
    oboInOwl:id "CHEBI:35106" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nitrogen hydride" ;
    rdfs:subClassOf obo:CHEBI_35881, obo:CHEBI_51143 .

obo:CHEBI_35107
    obo:IAO_0000115 "Saturated acyclic nitrogen hydrides having the general formula NnHn+2." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "azanes" ;
    oboInOwl:id "CHEBI:35107" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "azane" ;
    rdfs:subClassOf obo:CHEBI_35106 .

obo:CHEBI_35222
    obo:IAO_0000115 "A substance that diminishes the rate of a chemical reaction." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inhibidor", "inhibiteur", "inhibitors" ;
    oboInOwl:id "CHEBI:35222" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inhibitor" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_35223
    obo:IAO_0000115 "A substance that increases the rate of a reaction without modifying the overall standard Gibbs energy change in the reaction." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Katalysator", "catalizador", "catalyseur" ;
    oboInOwl:id "CHEBI:35223" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "catalyst" ;
    rdfs:subClassOf obo:CHEBI_51086 .

obo:CHEBI_35238
    obo:IAO_0000115 "The zwitterionic form of an amino acid having a negatively charged carboxyl group and a positively charged amino group." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "amino acid zwitterion", "amino acid zwitterions", "amino-acid zwitterions" ;
    oboInOwl:id "CHEBI:35238" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "amino-acid zwitterion" ;
    rdfs:subClassOf obo:CHEBI_27369 .

obo:CHEBI_35267
    obo:IAO_0000115 "A derivative of ammonium, NH4(+), in which all four of the hydrogens bonded to nitrogen have been replaced with univalent (usually organyl) groups." ;
    oboInOwl:hasAlternativeId "CHEBI:26470", "CHEBI:8693" ;
    oboInOwl:hasDbXref "KEGG:C06703" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Quaternary amine", "a quaternary ammonium", "quaternary ammonium ions" ;
    oboInOwl:id "CHEBI:35267" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "quaternary ammonium ion" ;
    rdfs:subClassOf obo:CHEBI_25697, obo:CHEBI_35274 .

obo:CHEBI_35274
    obo:IAO_0000115 "A derivative of ammonium, NH4(+), in which one (or more) of the hydrogens bonded to the nitrogen have been replaced with univalent organyl groups. The substituting carbon of the organyl group must not itself be directly attached to a heteroatom (thereby excluding protonated amides, hemiaminals, etc)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "ammonium ion derivatives", "azanium ion derivative", "azanium ion derivatives" ;
    oboInOwl:id "CHEBI:35274" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ammonium ion derivative" ;
    rdfs:subClassOf obo:CHEBI_33702, obo:CHEBI_51143, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_parent_hydride> ;
        owl:someValuesFrom obo:CHEBI_28938
    ] .

obo:CHEBI_35287
    obo:IAO_0000115 "A choline ester formed from choline and a carboxylic acid." ;
    oboInOwl:hasAlternativeId "CHEBI:13245", "CHEBI:22227", "CHEBI:2463" ;
    oboInOwl:hasDbXref "KEGG:C01777" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "acylcholines", "an acylcholine" ;
    oboInOwl:id "CHEBI:35287" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acylcholine" ;
    rdfs:subClassOf obo:CHEBI_35267 .

obo:CHEBI_35341
    obo:IAO_0000115 "Any of naturally occurring compounds and synthetic analogues, based on the cyclopenta[a]phenanthrene carbon skeleton, partially or completely hydrogenated; there are usually methyl groups at C-10 and C-13, and often an alkyl group at C-17. By extension, one or more bond scissions, ring expansions and/or ring contractions of the skeleton may have occurred. Natural steroids are derived biogenetically from squalene which is a triterpene." ;
    oboInOwl:hasAlternativeId "CHEBI:13687", "CHEBI:26768", "CHEBI:9263" ;
    oboInOwl:hasDbXref "KEGG:C00377", "MetaCyc:Steroids" ;
    oboInOwl:hasExactSynonym "Steroid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "a steroid" ;
    oboInOwl:id "CHEBI:35341" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "steroid" ;
    rdfs:subClassOf obo:CHEBI_18059, obo:CHEBI_51958 .

obo:CHEBI_35352
    obo:IAO_0000115 "Any heteroorganic entity containing at least one carbon-nitrogen bond." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organonitrogens" ;
    oboInOwl:id "CHEBI:35352" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organonitrogen compound" ;
    rdfs:subClassOf obo:CHEBI_33285, obo:CHEBI_51143 .

obo:CHEBI_35406
    obo:IAO_0000115 "An oxoanion is an anion derived from an oxoacid by loss of hydron(s) bound to oxygen." ;
    oboInOwl:hasAlternativeId "CHEBI:33274", "CHEBI:33436" ;
    oboInOwl:hasExactSynonym "oxoanion" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxoacid anions", "oxoanions" ;
    oboInOwl:id "CHEBI:35406" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxoanion" ;
    rdfs:subClassOf obo:CHEBI_25741, obo:CHEBI_33273 .

obo:CHEBI_35472
    obo:IAO_0000115 "A substance that reduces or suppresses inflammation." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "anti-inflammatory drugs", "antiinflammatory agent", "antiinflammatory drug", "antiinflammatory drugs" ;
    oboInOwl:id "CHEBI:35472" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "anti-inflammatory drug" ;
    rdfs:subClassOf obo:CHEBI_23888, obo:CHEBI_67079 .

obo:CHEBI_35524
    obo:IAO_0000115 "A drug that mimics the effects of stimulating postganglionic adrenergic sympathetic nerves. Included in this class are drugs that directly stimulate adrenergic receptors and drugs that act indirectly by provoking the release of adrenergic transmitters." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "sympathomimetic", "sympathomimetics" ;
    oboInOwl:id "CHEBI:35524" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sympathomimetic agent" ;
    rdfs:subClassOf obo:CHEBI_37962 .

obo:CHEBI_35554
    obo:IAO_0000115 "A drug that affects the rate or intensity of cardiac contraction, blood vessel diameter or blood volume." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "cardiovascular agent", "cardiovascular drugs" ;
    oboInOwl:id "CHEBI:35554" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cardiovascular drug" ;
    rdfs:subClassOf obo:CHEBI_23888 .

obo:CHEBI_35569
    obo:IAO_0000115 "An agent that selectively binds to and activates alpha-adrenergic receptors." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "alpha-adrenergic agonists", "alpha-adrenergic receptor agonist", "alpha-adrenoceptor agonists" ;
    oboInOwl:id "CHEBI:35569" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alpha-adrenergic agonist" ;
    rdfs:subClassOf obo:CHEBI_37886, obo:CHEBI_48539 .

obo:CHEBI_35605
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbon oxoacids", "oxoacids of carbon" ;
    oboInOwl:id "CHEBI:35605" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbon oxoacid" ;
    rdfs:subClassOf obo:CHEBI_24833, obo:CHEBI_36963 .

obo:CHEBI_35620
    obo:IAO_0000115 "A drug used to cause dilation of the blood vessels." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "vasodilator", "vasodilator agents" ;
    oboInOwl:id "CHEBI:35620" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "vasodilator agent" ;
    rdfs:subClassOf obo:CHEBI_35554 .

obo:CHEBI_35701
    obo:IAO_0000115 "A compound formally derived from an oxoacid RkE(=O)l(OH)m (l > 0) and an alcohol, phenol, heteroarenol, or enol by linking with formal loss of water from an acidic hydroxy group of the former and a hydroxy group of the latter." ;
    oboInOwl:hasAlternativeId "CHEBI:23960", "CHEBI:4859" ;
    oboInOwl:hasDbXref "KEGG:C00287", "Wikipedia:Ester" ;
    oboInOwl:hasExactSynonym "Ester" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "esters" ;
    oboInOwl:id "CHEBI:35701" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ester" ;
    rdfs:subClassOf obo:CHEBI_36963 .

obo:CHEBI_35722
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "glycosaminoglycan sulfate", "glycosaminoglycan sulfates", "sulfated glycosaminoglycans" ;
    oboInOwl:id "CHEBI:35722" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfated glycosaminoglycan" ;
    rdfs:subClassOf obo:CHEBI_18085, obo:CHEBI_35724 .

obo:CHEBI_35724
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbohydrate sulfates", "carbohydrate sulphates" ;
    oboInOwl:id "CHEBI:35724" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrate sulfate" ;
    rdfs:subClassOf obo:CHEBI_25704, obo:CHEBI_26819, obo:CHEBI_63299 .

obo:CHEBI_35757
    obo:IAO_0000115 "A carboxylic acid anion formed when the carboxy group of a monocarboxylic acid is deprotonated." ;
    oboInOwl:hasAlternativeId "CHEBI:13657", "CHEBI:25382", "CHEBI:3407" ;
    oboInOwl:hasDbXref "KEGG:C00060" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Carboxylate", "Monocarboxylate", "a monocarboxylate", "monocarboxylates", "monocarboxylic acid anions" ;
    oboInOwl:id "CHEBI:35757" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monocarboxylic acid anion" ;
    rdfs:subClassOf obo:CHEBI_29067, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_25384
    ] .

obo:CHEBI_35881
    oboInOwl:hasExactSynonym "pnictogen hydride" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "pnictogen hydrides" ;
    oboInOwl:id "CHEBI:35881" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "pnictogen hydride" ;
    rdfs:subClassOf obo:CHEBI_33242, obo:CHEBI_33302 .

obo:CHEBI_35942
    obo:IAO_0000115 "A substance used for its pharmacological action on any aspect of neurotransmitter systems. Neurotransmitter agents include agonists, antagonists, degradation inhibitors, uptake inhibitors, depleters, precursors, and modulators of receptor function." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "neurotransmitter agents" ;
    oboInOwl:id "CHEBI:35942" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "neurotransmitter agent" ;
    rdfs:subClassOf obo:CHEBI_23888, obo:CHEBI_52210 .

obo:CHEBI_36080
    obo:IAO_0000115 "A biological macromolecule minimally consisting of one polypeptide chain synthesized at the ribosome." ;
    oboInOwl:hasAlternativeId "CHEBI:13677", "CHEBI:14911" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:36080" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "protein" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CHEBI_33695, obo:PR_000018263, obo:PR_000064867, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_16541
    ] ;
    owl:equivalentClass obo:PR_000000001 .

obo:CHEBI_36338
    obo:IAO_0000115 "Lepton is a fermion that does not experience the strong force (strong interaction). The term is derived from the Greek lambdaepsilonpitauomicronsigma (small, thin)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "leptons" ;
    oboInOwl:id "CHEBI:36338" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "lepton" ;
    rdfs:subClassOf obo:CHEBI_33233, obo:CHEBI_36340 .

obo:CHEBI_36339
    obo:IAO_0000115 "Baryon is a fermion that does experience the strong force (strong interaction). The term is derived from the Greek betaalpharhoupsilonsigma (heavy)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "baryons" ;
    oboInOwl:id "CHEBI:36339" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "baryon" ;
    rdfs:subClassOf obo:CHEBI_36340, obo:CHEBI_36344 .

obo:CHEBI_36340
    obo:IAO_0000115 "Particle of half-integer spin quantum number following Fermi-Dirac statistics. Fermions are named after Enrico Fermi." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "fermions" ;
    oboInOwl:id "CHEBI:36340" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "fermion" ;
    rdfs:subClassOf obo:CHEBI_36342 .

obo:CHEBI_36341
    obo:IAO_0000115 "Particle of integer spin quantum number following Bose-Einstein statistics. Bosons are named after Satyendra Nath Bose." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "bosons" ;
    oboInOwl:id "CHEBI:36341" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "boson" ;
    rdfs:subClassOf obo:CHEBI_36342 .

obo:CHEBI_36342
    obo:IAO_0000115 "A particle smaller than an atom." ;
    oboInOwl:hasDbXref "Wikipedia:Subatomic_particle" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "subatomic particles" ;
    oboInOwl:id "CHEBI:36342" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "subatomic particle" .

obo:CHEBI_36343
    obo:IAO_0000115 "A subatomic particle known to have substructure (i.e. consisting of smaller particles)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "composite particles" ;
    oboInOwl:id "CHEBI:36343" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "composite particle" ;
    rdfs:subClassOf obo:CHEBI_36342 .

obo:CHEBI_36344
    obo:IAO_0000115 "Hadron is a subatomic particle which experiences the strong force." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "hadrons" ;
    oboInOwl:id "CHEBI:36344" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hadron" ;
    rdfs:subClassOf obo:CHEBI_36343 .

obo:CHEBI_36347
    obo:IAO_0000115 "A nucleus or any of its constituents in any of their energy states." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:36347" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nuclear particle" ;
    rdfs:subClassOf obo:CHEBI_36342 .

obo:CHEBI_36357
    obo:IAO_0000115 "Any molecular entity consisting of more than one atom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyatomic entities" ;
    oboInOwl:id "CHEBI:36357" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polyatomic entity" ;
    rdfs:subClassOf obo:CHEBI_23367, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_24433
    ] .

obo:CHEBI_36358
    obo:IAO_0000115 "An ion consisting of more than one atom." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyatomic ions" ;
    oboInOwl:id "CHEBI:36358" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polyatomic ion" ;
    rdfs:subClassOf obo:CHEBI_24870, obo:CHEBI_36357 .

obo:CHEBI_36586
    obo:IAO_0000115 "Any compound containing the carbonyl group, C=O. The term is commonly used in the restricted sense of aldehydes and ketones, although it actually includes carboxylic acids and derivatives." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:36586" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbonyl compound" ;
    rdfs:subClassOf obo:CHEBI_36587, obo:CHEBI_36963, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_23019
    ] .

obo:CHEBI_36587
    obo:IAO_0000115 "Organic compounds containing an oxygen atom, =O, doubly bonded to carbon or another element." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic oxo compounds" ;
    oboInOwl:id "CHEBI:36587" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic oxo compound" ;
    rdfs:subClassOf obo:CHEBI_72695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_46629
    ] .

obo:CHEBI_36902
    oboInOwl:hasExactSynonym "chalcogen hydride" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "chalcogen hydrides" ;
    oboInOwl:id "CHEBI:36902" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chalcogen hydride" ;
    rdfs:subClassOf obo:CHEBI_33242, obo:CHEBI_33304 .

obo:CHEBI_36914
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inorganic ions" ;
    oboInOwl:id "CHEBI:36914" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic ion" ;
    rdfs:subClassOf obo:CHEBI_24835, obo:CHEBI_24870 .

obo:CHEBI_36915
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "inorganic cations" ;
    oboInOwl:id "CHEBI:36915" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "inorganic cation" ;
    rdfs:subClassOf obo:CHEBI_36914, obo:CHEBI_36916 .

obo:CHEBI_36916
    obo:IAO_0000115 "A monoatomic or polyatomic species having one or more elementary charges of the proton." ;
    oboInOwl:hasAlternativeId "CHEBI:23058", "CHEBI:3473" ;
    oboInOwl:hasDbXref "KEGG:C01373" ;
    oboInOwl:hasExactSynonym "Cation", "cation" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Kation", "Kationen", "cationes", "cations" ;
    oboInOwl:id "CHEBI:36916" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cation" ;
    rdfs:subClassOf obo:CHEBI_24870 .

obo:CHEBI_36962
    obo:IAO_0000115 "An organochalcogen compound is a compound containing at least one carbon-chalcogen bond." ;
    oboInOwl:hasExactSynonym "organochalcogen compound" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organochalcogen compounds" ;
    oboInOwl:id "CHEBI:36962" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organochalcogen compound" ;
    rdfs:subClassOf obo:CHEBI_33285, obo:CHEBI_33304 .

obo:CHEBI_36963
    obo:IAO_0000115 "An organochalcogen compound containing at least one carbon-oxygen bond." ;
    oboInOwl:hasExactSynonym "organooxygen compound" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organooxygen compounds" ;
    oboInOwl:id "CHEBI:36963" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organooxygen compound" ;
    rdfs:subClassOf obo:CHEBI_25806, obo:CHEBI_36962 .

obo:CHEBI_37022
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "amino acid anion", "amino acid anions", "amino-acid anions" ;
    oboInOwl:id "CHEBI:37022" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "amino-acid anion" ;
    rdfs:subClassOf obo:CHEBI_29067, obo:CHEBI_35352, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33709
    ] .

obo:CHEBI_37176
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "mononuclear hydride", "mononuclear hydrides" ;
    oboInOwl:id "CHEBI:37176" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "mononuclear parent hydride" ;
    rdfs:subClassOf obo:CHEBI_33692 .

obo:CHEBI_37395
    obo:IAO_0000115 "Any of the group of polysaccharides composed of alternating units from uronic acids and glycosamines, and commonly partially esterified with sulfuric acid." ;
    oboInOwl:hasAlternativeId "CHEBI:25425", "CHEBI:7011" ;
    oboInOwl:hasDbXref "KEGG:C05114" ;
    oboInOwl:hasExactSynonym "Mucopolysaccharide" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Mucopolysaccharid", "Mukopolysaccharid", "mucopolisacarido", "mucopolisacaridos" ;
    oboInOwl:id "CHEBI:37395" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "mucopolysaccharide" ;
    rdfs:subClassOf obo:CHEBI_18085 .

obo:CHEBI_37527
    obo:IAO_0000115 "An acid is a molecular entity capable of donating a hydron (Bronsted acid) or capable of forming a covalent bond with an electron pair (Lewis acid)." ;
    oboInOwl:hasAlternativeId "CHEBI:13800", "CHEBI:13801", "CHEBI:22209", "CHEBI:2426" ;
    oboInOwl:hasDbXref "KEGG:C00174" ;
    oboInOwl:hasExactSynonym "Acid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Saeure", "Saeuren", "acide", "acido", "acids" ;
    oboInOwl:id "CHEBI:37527" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acid" ;
    rdfs:subClassOf obo:CHEBI_51086 .

obo:CHEBI_37577
    obo:IAO_0000115 "A molecular entity consisting of two or more chemical elements." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "chemical compound", "heteroatomic molecular entities" ;
    oboInOwl:id "CHEBI:37577" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "heteroatomic molecular entity" ;
    rdfs:subClassOf obo:CHEBI_36357 .

obo:CHEBI_37622
    obo:IAO_0000115 "An amide of a carboxylic acid, having the structure RC(=O)NR2. The term is used as a suffix in systematic name formation to denote the -C(=O)NH2 group including its carbon atom." ;
    oboInOwl:hasAlternativeId "CHEBI:35354", "CHEBI:35355" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carboxamides", "primary carboxamide" ;
    oboInOwl:id "CHEBI:37622" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carboxamide" ;
    rdfs:subClassOf obo:CHEBI_33256, obo:CHEBI_35352, obo:CHEBI_36963, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_23004
    ] .

obo:CHEBI_37826
    oboInOwl:hasExactSynonym "sulfuric acid derivative" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "sulfuric acid derivatives" ;
    oboInOwl:id "CHEBI:37826" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfuric acid derivative" ;
    rdfs:subClassOf obo:CHEBI_33424, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_26836
    ] .

obo:CHEBI_37838
    obo:IAO_0000115 "A carboacyl group is a group formed by loss of at least one OH from the carboxy group of a carboxylic acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carboxylic acyl groups" ;
    oboInOwl:id "CHEBI:37838" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carboacyl group" ;
    rdfs:subClassOf obo:CHEBI_22221, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_substituent_group_from> ;
        owl:someValuesFrom obo:CHEBI_33575
    ] .

obo:CHEBI_37886
    obo:IAO_0000115 "An agent that selectively binds to and activates adrenergic receptors." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "adrenergic agonists", "adrenergic receptor agonist", "adrenoceptor agonists", "adrenomimetic", "adrenomimetics" ;
    oboInOwl:id "CHEBI:37886" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "adrenergic agonist" ;
    rdfs:subClassOf obo:CHEBI_37962 .

obo:CHEBI_37962
    obo:IAO_0000115 "Any agent that acts on an adrenergic receptor or affects the life cycle of an adrenergic transmitter." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "adrenergic agents", "adrenergic drug", "adrenergic drugs", "adrenergic neuron agents", "adrenergics" ;
    oboInOwl:id "CHEBI:37962" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "adrenergic agent" ;
    rdfs:subClassOf obo:CHEBI_35942 .

obo:CHEBI_38101
    obo:IAO_0000115 "Any organonitrogen compound containing a cyclic component with nitrogen and at least one other element as ring member atoms." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "heterocyclic organonitrogen compounds", "organonitrogen heterocyclic compounds" ;
    oboInOwl:id "CHEBI:38101" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organonitrogen heterocyclic compound" ;
    rdfs:subClassOf obo:CHEBI_24532, obo:CHEBI_35352 .

obo:CHEBI_38166
    oboInOwl:hasAlternativeId "CHEBI:25429", "CHEBI:38075" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic heteropolycyclic compounds" ;
    oboInOwl:id "CHEBI:38166" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic heteropolycyclic compound" ;
    rdfs:subClassOf obo:CHEBI_24532, obo:CHEBI_33671 .

obo:CHEBI_38180
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polycyclic heteroarenes" ;
    oboInOwl:id "CHEBI:38180" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polycyclic heteroarene" ;
    rdfs:subClassOf obo:CHEBI_33833 .

obo:CHEBI_38323
    obo:IAO_0000115 "Any drug used for its actions on cholinergic systems. Included here are agonists and antagonists, drugs that affect the life cycle of acetylcholine, and drugs that affect the survival of cholinergic neurons." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "cholinergic agent", "cholinergic drugs", "cholinomimetic" ;
    oboInOwl:id "CHEBI:38323" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cholinergic drug" ;
    rdfs:subClassOf obo:CHEBI_35942 .

obo:CHEBI_38324
    obo:IAO_0000115 "Any drug that binds to and activates cholinergic receptors." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "acetylcholine agonist", "acetylcholine agonists", "acetylcholine receptor agonist", "cholinergic agonists", "cholinomimetic", "cholinomimetics" ;
    oboInOwl:id "CHEBI:38324" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cholinergic agonist" ;
    rdfs:subClassOf obo:CHEBI_38323 .

obo:CHEBI_38325
    obo:IAO_0000115 "Any drug that binds to and activates a muscarinic cholinergic receptor." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "muscarinic acetylcholine receptor agonist", "muscarinic agonists", "muscarinic cholinergic agonist", "muscarinic cholinergic agonists" ;
    oboInOwl:id "CHEBI:38325" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "muscarinic agonist" ;
    rdfs:subClassOf obo:CHEBI_38324 .

obo:CHEBI_38631
    oboInOwl:hasAlternativeId "CHEBI:22503", "CHEBI:24792" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "aminoalkylindoles" ;
    oboInOwl:id "CHEBI:38631" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "aminoalkylindole" ;
    rdfs:subClassOf obo:CHEBI_24828 .

obo:CHEBI_38958
    obo:IAO_0000115 "An alkaloid containing an indole skeleton." ;
    oboInOwl:hasAlternativeId "CHEBI:24795", "CHEBI:5901" ;
    oboInOwl:hasDbXref "KEGG:C06073", "Wikipedia:Indole_alkaloid" ;
    oboInOwl:hasExactSynonym "Indole alkaloid" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "indole alkaloids" ;
    oboInOwl:id "CHEBI:38958" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "indole alkaloid" ;
    rdfs:subClassOf obo:CHEBI_22315, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_73398
    ] .

obo:CHEBI_39141
    obo:IAO_0000115 "A molecular entity capable of donating a hydron to an acceptor (Bronsted base)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Bronsted-Saeure", "acide de Bronsted", "donneur d'hydron", "hydron donor" ;
    oboInOwl:id "CHEBI:39141" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "Bronsted acid" ;
    rdfs:subClassOf obo:CHEBI_17891, obo:CHEBI_37527 .

obo:CHEBI_39142
    obo:IAO_0000115 "A molecular entity capable of accepting a hydron from a donor (Bronsted acid)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Bronsted-Base", "accepteur d'hydron", "base de Bronsted", "hydron acceptor" ;
    oboInOwl:id "CHEBI:39142" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "Bronsted base" ;
    rdfs:subClassOf obo:CHEBI_15339, obo:CHEBI_22695 .

obo:CHEBI_39144
    obo:IAO_0000115 "A molecular entity able to provide a pair of electrons and thus capable of forming a covalent bond with an electron-pair acceptor (Lewis acid), thereby producing a Lewis adduct." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Lewis-Base", "base de Lewis", "donneur d'une paire d'electrons", "electron donor" ;
    oboInOwl:id "CHEBI:39144" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "Lewis base" ;
    rdfs:subClassOf obo:CHEBI_17891, obo:CHEBI_22695 .

obo:CHEBI_43176
    oboInOwl:hasAlternativeId "CHEBI:24706", "CHEBI:43171" ;
    oboInOwl:hasDbXref "PDBeChem:OH" ;
    oboInOwl:hasExactSynonym "HYDROXY GROUP", "hydroxy group" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "-OH", "hydroxyl", "hydroxyl group" ;
    oboInOwl:id "CHEBI:43176" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydroxy group" ;
    rdfs:subClassOf obo:CHEBI_33246 .

obo:CHEBI_45696
    oboInOwl:hasAlternativeId "CHEBI:29199", "CHEBI:45693" ;
    oboInOwl:hasExactSynonym "hydrogensulfate" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "HSO4(-)", "HYDROGEN SULFATE", "[SO3(OH)](-)" ;
    oboInOwl:id "CHEBI:45696" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydrogensulfate" ;
    rdfs:subClassOf obo:CHEBI_33482, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_16189
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_26836
    ] .

obo:CHEBI_46629
    oboInOwl:hasAlternativeId "CHEBI:29353", "CHEBI:44607" ;
    oboInOwl:hasDbXref "PDBeChem:O" ;
    oboInOwl:hasExactSynonym "OXO GROUP" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "=O" ;
    oboInOwl:id "CHEBI:46629" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxo group" ;
    rdfs:subClassOf obo:CHEBI_33246 .

obo:CHEBI_46662
    obo:IAO_0000115 "In general, a mineral is a chemical substance that is normally crystalline formed and has been formed as a result of geological processes. The term also includes metamict substances (naturally occurring, formerly crystalline substances whose crystallinity has been destroyed by ionising radiation) and can include naturally occurring amorphous substances that have never been crystalline ('mineraloids') such as georgite and calciouranoite as well as substances formed by the action of geological processes on bigenic compounds ('biogenic minerals')." ;
    oboInOwl:hasDbXref "Wikipedia:Mineral" ;
    oboInOwl:hasExactSynonym "mineral" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Minerale", "minerales", "minerals", "mineraux" ;
    oboInOwl:id "CHEBI:46662" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "mineral" ;
    rdfs:subClassOf obo:CHEBI_59999 .

obo:CHEBI_46723
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "phosphate minerals" ;
    oboInOwl:id "CHEBI:46723" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "phosphate mineral" ;
    rdfs:subClassOf obo:CHEBI_46662 .

obo:CHEBI_46787
    obo:IAO_0000115 "A liquid that can dissolve other substances (solutes) without any change in their chemical composition." ;
    oboInOwl:hasDbXref "Wikipedia:Solvent" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Loesungsmittel", "solvant", "solvents" ;
    oboInOwl:id "CHEBI:46787" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "solvent" ;
    rdfs:subClassOf obo:CHEBI_33232, obo:CHEBI_51086 .

obo:CHEBI_46883
    oboInOwl:hasAlternativeId "CHEBI:23025", "CHEBI:41420" ;
    oboInOwl:hasDbXref "PDBeChem:FMT" ;
    oboInOwl:hasExactSynonym "CARBOXY GROUP" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "-C(O)OH", "-CO2H", "-COOH", "carboxyl group" ;
    oboInOwl:id "CHEBI:46883" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carboxy group" ;
    rdfs:subClassOf obo:CHEBI_33249 .

obo:CHEBI_47622
    obo:IAO_0000115 "Any carboxylic ester where the carboxylic acid component is acetic acid." ;
    oboInOwl:hasAlternativeId "CHEBI:13244", "CHEBI:13799", "CHEBI:22189", "CHEBI:2406" ;
    oboInOwl:hasDbXref "KEGG:C01883", "Wikipedia:Acetate#Esters" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Acetic ester", "Acetyl ester", "acetate", "acetate esters", "acetates", "acetyl esters", "an acetyl ester" ;
    oboInOwl:id "CHEBI:47622" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "acetate ester" ;
    rdfs:subClassOf obo:CHEBI_33308, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_15366
    ] .

obo:CHEBI_48154
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Schwefeloxide", "oxides of sulfur", "sulfur oxides" ;
    oboInOwl:id "CHEBI:48154" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "sulfur oxide" ;
    rdfs:subClassOf obo:CHEBI_24836, obo:CHEBI_26835 .

obo:CHEBI_48354
    obo:IAO_0000115 "A solvent that is composed of polar molecules. Polar solvents can dissolve ionic compounds or ionisable covalent compounds." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polar solvents" ;
    oboInOwl:id "CHEBI:48354" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polar solvent" ;
    rdfs:subClassOf obo:CHEBI_46787 .

obo:CHEBI_48356
    obo:IAO_0000115 "A polar solvent that is capable of acting as a hydron (proton) donor." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:48356" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "protic solvent" ;
    rdfs:subClassOf obo:CHEBI_39141, obo:CHEBI_48354 .

obo:CHEBI_48539
    obo:IAO_0000115 "Any drug that acts on an alpha-adrenergic receptor." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "alpha-adrenergic drugs" ;
    oboInOwl:id "CHEBI:48539" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alpha-adrenergic drug" ;
    rdfs:subClassOf obo:CHEBI_37962 .

obo:CHEBI_48705
    obo:IAO_0000115 "Substance which binds to cell receptors normally responding to naturally occurring substances and which produces a response of its own." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "agonista", "agoniste", "agonists" ;
    oboInOwl:id "CHEBI:48705" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "agonist" ;
    rdfs:subClassOf obo:CHEBI_52210 .

obo:CHEBI_49637
    oboInOwl:hasAlternativeId "CHEBI:24634", "CHEBI:49636" ;
    oboInOwl:hasDbXref "WebElements:H" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "1H", "H", "Wasserstoff", "hidrogeno", "hydrogen", "hydrogene" ;
    oboInOwl:id "CHEBI:49637" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydrogen atom" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_24835, obo:CHEBI_25585, obo:CHEBI_33559, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_33937
    ] .

obo:CHEBI_50047
    obo:IAO_0000115 "A compound formally derived from ammonia by replacing one, two or three hydrogen atoms by organyl groups." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic amino compounds" ;
    oboInOwl:id "CHEBI:50047" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic amino compound" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_35352, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_39142
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_parent_hydride> ;
        owl:someValuesFrom obo:CHEBI_16134
    ] .

obo:CHEBI_50297
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "canonical nucleotide residues" ;
    oboInOwl:id "CHEBI:50297" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "canonical nucleotide residue" ;
    rdfs:subClassOf obo:CHEBI_50319 .

obo:CHEBI_50299
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "canonical ribonucleotide residues" ;
    oboInOwl:id "CHEBI:50299" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "canonical ribonucleotide residue" ;
    rdfs:subClassOf obo:CHEBI_50297 .

obo:CHEBI_50312
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:50312" ;
    oboInOwl:inSubset chebi2:_STAR ;
    a owl:Class ;
    rdfs:label "onium compound" ;
    rdfs:subClassOf obo:CHEBI_37577 .

obo:CHEBI_50313
    obo:IAO_0000115 "Mononuclear cations derived by addition of a hydron to a mononuclear parent hydride of the pnictogen, chalcogen and halogen families." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "onium cations", "onium ion", "onium ions" ;
    oboInOwl:id "CHEBI:50313" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "onium cation" ;
    rdfs:subClassOf obo:CHEBI_50312 .

obo:CHEBI_50319
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "nucleotide residues" ;
    oboInOwl:id "CHEBI:50319" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nucleotide residue" ;
    rdfs:subClassOf obo:CHEBI_33247 .

obo:CHEBI_50320
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "nucleoside residues" ;
    oboInOwl:id "CHEBI:50320" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nucleoside residue" ;
    rdfs:subClassOf obo:CHEBI_33247 .

obo:CHEBI_50514
    obo:IAO_0000115 "Drug used to cause constriction of the blood vessels." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:50514" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "vasoconstrictor agent" ;
    rdfs:subClassOf obo:CHEBI_35554 .

obo:CHEBI_50860
    obo:IAO_0000115 "Any molecular entity that contains carbon." ;
    oboInOwl:hasAlternativeId "CHEBI:25700", "CHEBI:33244" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic compounds", "organic entity", "organic molecular entities" ;
    oboInOwl:id "CHEBI:50860" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33582, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_27594
    ] .

obo:CHEBI_50906
    obo:IAO_0000115 "A role is particular behaviour which a material entity may exhibit." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:50906" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "role" .

obo:CHEBI_50910
    obo:IAO_0000115 "A poison that interferes with the functions of the nervous system." ;
    oboInOwl:hasAlternativeId "CHEBI:50911" ;
    oboInOwl:hasDbXref "Wikipedia:Neurotoxin" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "agente neurotoxico", "nerve poison", "nerve poisons", "neurotoxic agent", "neurotoxic agents", "neurotoxicant", "neurotoxins" ;
    oboInOwl:id "CHEBI:50910" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "neurotoxin" ;
    rdfs:subClassOf obo:CHEBI_52209, obo:CHEBI_64909 .

obo:CHEBI_50994
    obo:IAO_0000115 "A compound formally derived from ammonia by replacing one hydrogen atom by an organyl group." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "primary amino compounds" ;
    oboInOwl:id "CHEBI:50994" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "primary amino compound" ;
    rdfs:subClassOf obo:CHEBI_50047, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_65296
    ] .

obo:CHEBI_51086
    obo:IAO_0000115 "A role played by the molecular entity or part thereof within a chemical context." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:51086" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chemical role" ;
    rdfs:subClassOf obo:CHEBI_50906 .

obo:CHEBI_51143
    oboInOwl:hasAlternativeId "CHEBI:25556", "CHEBI:7594" ;
    oboInOwl:hasDbXref "KEGG:C06061" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Nitrogenous compounds", "nitrogen compounds", "nitrogen molecular entities" ;
    oboInOwl:id "CHEBI:51143" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nitrogen molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33302, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_25555
    ] .

obo:CHEBI_51151
    obo:IAO_0000115 "An  organic molecule that is electrically neutral carrying a positive and a negative charge in one of its major canonical descriptions. In most dipolar compounds the charges are delocalized; however the term is also applied to species where this is not the case." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "dipolar compounds" ;
    oboInOwl:id "CHEBI:51151" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "dipolar compound" ;
    rdfs:subClassOf obo:CHEBI_72695 .

obo:CHEBI_51422
    obo:IAO_0000115 "Any organic substituent group, regardless of functional type, having two free valences at carbon atom(s)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organodiyl groups" ;
    oboInOwl:id "CHEBI:51422" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organodiyl group" ;
    rdfs:subClassOf obo:CHEBI_51446 .

obo:CHEBI_51446
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:51446" ;
    oboInOwl:inSubset chebi2:_STAR ;
    a owl:Class ;
    rdfs:label "organic divalent group" ;
    rdfs:subClassOf obo:CHEBI_33247 .

obo:CHEBI_51447
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:51447" ;
    oboInOwl:inSubset chebi2:_STAR ;
    a owl:Class ;
    rdfs:label "organic univalent group" ;
    rdfs:subClassOf obo:CHEBI_33247 .

obo:CHEBI_51958
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic polycyclic compounds" ;
    oboInOwl:id "CHEBI:51958" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic polycyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33635, obo:CHEBI_33832 .

obo:CHEBI_52206
    obo:IAO_0000115 "A biological role played by the molecular entity or part thereof within a biochemical context." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:52206" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "biochemical role" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_52209
    obo:IAO_0000115 "A role played by the molecular entity or part thereof which causes the development of a pathological process." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "etiopathogenetic agent", "etiopathogenetic role" ;
    oboInOwl:id "CHEBI:52209" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "aetiopathogenetic role" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_52210
    obo:IAO_0000115 "A biological role which describes how a drug interacts within a biological system and how the interactions affect its medicinal properties." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:52210" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "pharmacological role" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_52211
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:52211" ;
    oboInOwl:inSubset chebi2:_STAR ;
    a owl:Class ;
    rdfs:label "physiological role" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_52217
    obo:IAO_0000115 "Any substance introduced into a living organism with therapeutic or diagnostic purpose." ;
    oboInOwl:hasAlternativeId "CHEBI:33293", "CHEBI:33294" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "farmaco", "medicament", "pharmaceuticals" ;
    oboInOwl:id "CHEBI:52217" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "pharmaceutical" ;
    rdfs:subClassOf obo:CHEBI_33232 .

obo:CHEBI_52254
    obo:IAO_0000115 "A phosphate mineral with the general formula Ca5(PO4)3X where X = OH, F or Cl." ;
    oboInOwl:hasDbXref "HMDB:HMDB0033610" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "hydroxyapatite" ;
    oboInOwl:id "CHEBI:52254" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "apatite" ;
    rdfs:subClassOf obo:CHEBI_46723 .

obo:CHEBI_52255
    obo:IAO_0000115 "A phosphate mineral with the formula Ca5(PO4)3(OH)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:52255" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydroxylapatite" ;
    rdfs:subClassOf obo:CHEBI_52254 .

obo:CHEBI_52845
    obo:IAO_0000115 "An organic group that consists of a closed ring. It may be a substituent or a skeleton." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "cyclic organic groups" ;
    oboInOwl:id "CHEBI:52845" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cyclic organic group" ;
    rdfs:subClassOf obo:CHEBI_33247 .

obo:CHEBI_53309
    obo:IAO_0000115 "A polymer carrying multiple negative charges." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyanion", "polyanions" ;
    oboInOwl:id "CHEBI:53309" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polyanionic macromolecule" ;
    rdfs:subClassOf obo:CHEBI_53368 .

obo:CHEBI_53368
    obo:IAO_0000115 "A macromolecule containing ionic groups." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "ionic polymer", "polyionic macromolecule" ;
    oboInOwl:id "CHEBI:53368" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ionic macromolecule" ;
    rdfs:subClassOf obo:CHEBI_33839 .

obo:CHEBI_5391
    obo:IAO_0000115 "A 29-amino acid peptide hormone consisting of His, Ser, Gln, Gly, Thr, Phe, Thr, Ser, Asp, Tyr, Ser, Lys, Tyr, Leu, Asp, Ser, Arg, Arg, Ala, Gln, Asp, Phe, Val, Gln, Trp, Leu, Met, Asn and Thr residues joined in sequence." ;
    oboInOwl:hasDbXref "DrugBank:DB00040", "KEGG:C01501", "KEGG:D00116", "Wikipedia:Glucagon" ;
    oboInOwl:hasExactSynonym "Glucagon" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Glucagone", "HSQGTFTSDYSKYLDSRRAQDFVQWLMNT", "His-Ser-Gln-Gly-Thr-Phe-Thr-Ser-Asp-Tyr-Ser-Lys-Tyr-Leu-Asp-Ser-Arg-Arg-Ala-Gln-Asp-Phe-Val-Gln-Trp-Leu-Met-Asn-Thr", "His-ser-glu(nh2)-gly-thr-phe-thr-ser-asp-tyr-ser-lys-tyr-leu-asp-ser-arg-arg-ala-glu(NH2)-asp-phe-val-glu(NH2)-trp-leu-met-asp(NH2)-thr" ;
    oboInOwl:id "CHEBI:5391" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "glucagon" ;
    rdfs:subClassOf obo:CHEBI_25905 .

obo:CHEBI_5686
    obo:IAO_0000115 "A cyclic compound having as ring members atoms of at least two different elements." ;
    oboInOwl:hasExactSynonym "Heterocyclic compound" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "compuesto heterociclico", "compuestos heterociclicos", "heterocycle", "heterocyclic compounds" ;
    oboInOwl:id "CHEBI:5686" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "heterocyclic compound" ;
    rdfs:subClassOf obo:CHEBI_33595 .

obo:CHEBI_57887
    obo:IAO_0000115 "An  ammonium ion that is the conjugate acid of tryptamine arising from protonation of the primary amino group; major species at pH 7.3." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "tryptamine", "tryptaminium cation", "tryptaminium(1+)" ;
    oboInOwl:id "CHEBI:57887" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "tryptaminium" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_65296, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_75771
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_76924
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_16765
    ] .

obo:CHEBI_58942
    obo:IAO_0000115 "An amino-acid residue protonated on nitrogen." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "amino acid cation residue", "amino acid cation residues", "amino-acid cation residue", "amino-acid cation residues", "cationic amino acid residue", "cationic amino acid residues", "cationic amino-acid residues" ;
    oboInOwl:id "CHEBI:58942" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cationic amino-acid residue" ;
    rdfs:subClassOf obo:CHEBI_64769, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_33708
    ] .

obo:CHEBI_58958
    obo:IAO_0000115 "An organic anion of general formula RS(=O)2O(-) where R is an organyl group." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organosulfate oxoanions" ;
    oboInOwl:id "CHEBI:58958" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organosulfate oxoanion" ;
    rdfs:subClassOf obo:CHEBI_25696, obo:CHEBI_33482, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_16189
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_25704
    ] .

obo:CHEBI_59740
    obo:IAO_0000115 "A reagent that forms a bond to its reaction partner (the electrophile) by donating both bonding electrons." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "nucleophile", "nucleophiles", "nucleophilic reagents" ;
    oboInOwl:id "CHEBI:59740" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nucleophilic reagent" ;
    rdfs:subClassOf obo:CHEBI_33893, obo:CHEBI_39144 .

obo:CHEBI_59999
    obo:IAO_0000115 "A chemical substance is a portion of matter of constant composition, composed of molecular entities of the same type or of different types." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Chemische Substanz" ;
    oboInOwl:id "CHEBI:59999" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "chemical substance" ;
    rdfs:subClassOf obo:CHEBI_24431 .

obo:CHEBI_60004
    obo:IAO_0000115 "A mixture is a chemical substance composed of multiple molecules, at least two of which are of a different kind." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Mischung" ;
    oboInOwl:id "CHEBI:60004" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "mixture" ;
    rdfs:subClassOf obo:CHEBI_59999 .

obo:CHEBI_60027
    obo:IAO_0000115 "A polymer is a mixture, which is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.." ;
    oboInOwl:hasDbXref "Wikipedia:Polymer" ;
    oboInOwl:hasExactSynonym "Polymer" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Kunststoff" ;
    oboInOwl:id "CHEBI:60027" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polymer" ;
    rdfs:subClassOf obo:CHEBI_60004, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33839
    ] .

obo:CHEBI_60164
    obo:IAO_0000115 "An ionic polymer is a polymer, composed of ionic macromolecules." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyionic polymer" ;
    oboInOwl:id "CHEBI:60164" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "ionic polymer" ;
    rdfs:subClassOf obo:CHEBI_60027, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_53368
    ] .

obo:CHEBI_60242
    obo:IAO_0000115 "An atom or small molecule with a positive charge that does not contain carbon in covalent linkage, with a valency of one." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "a monovalent cation" ;
    oboInOwl:id "CHEBI:60242" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monovalent inorganic cation" ;
    rdfs:subClassOf obo:CHEBI_36915 .

obo:CHEBI_60466
    obo:IAO_0000115 "Zwitterionic form of any peptide where, in general, the amino terminus is positively charged and the carboxy terminus is negatively charged." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "a peptide", "peptide zwitterions" ;
    oboInOwl:id "CHEBI:60466" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "peptide zwitterion" ;
    rdfs:subClassOf obo:CHEBI_27369, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_tautomer_of> ;
        owl:someValuesFrom obo:CHEBI_16670
    ] .

obo:CHEBI_61120
    obo:IAO_0000115 "Any compound that has a nucleobase as a part." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "nucleobase-containing compound", "nucleobase-containing compounds", "nucleobase-containing molecular entities" ;
    oboInOwl:id "CHEBI:61120" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "nucleobase-containing molecular entity" ;
    rdfs:subClassOf obo:CHEBI_33833, obo:CHEBI_51143, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_18282
    ] .

obo:CHEBI_61469
    obo:IAO_0000115 "A polymer, composed of polyanion macromolecules." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polyanion", "polyanions" ;
    oboInOwl:id "CHEBI:61469" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polyanionic polymer" ;
    rdfs:subClassOf obo:CHEBI_60164, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_53309
    ] .

obo:CHEBI_63248
    obo:IAO_0000115 "A substance that removes electrons from another reactant in a redox reaction." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "oxidant", "oxidants", "oxidiser", "oxidisers", "oxidising agents", "oxidizer", "oxidizers", "oxidizing agent", "oxidizing agents" ;
    oboInOwl:id "CHEBI:63248" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "oxidising agent" ;
    rdfs:subClassOf obo:CHEBI_51086 .

obo:CHEBI_63299
    obo:IAO_0000115 "Any organooxygen compound derived from a carbohydrate by replacement of one or more hydroxy group(s) by an amino group, a thiol group or similar heteroatomic groups. The term also includes derivatives of these compounds." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbohydrate derivatives", "derivatised carbohydrate", "derivatised carbohydrates", "derivatized carbohydrate", "derivatized carbohydrates" ;
    oboInOwl:id "CHEBI:63299" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrate derivative" ;
    rdfs:subClassOf obo:CHEBI_78616, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_16646
    ] .

obo:CHEBI_63436
    obo:IAO_0000115 "A carbohydrate derivative that is formally obtained from a carbohydrate acid." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbohydrate acid derivatives" ;
    oboInOwl:id "CHEBI:63436" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrate acid derivative" ;
    rdfs:subClassOf obo:CHEBI_63299, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_33720
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_63551
    ] .

obo:CHEBI_63534
    obo:IAO_0000115 "An aralylamino compound which contains one amino group connected to an aromatic ring by a two-carbon chain. Monoamines are derived from aromatic amino acids like phenylalanine, tyrosine, tryptophan, and the thyroid hormones by the action of aromatic amino acid decarboxylase enzymes." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "monoamines", "naturally occurring monoamine", "naturally occurring monoamines" ;
    oboInOwl:id "CHEBI:63534" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monoamine" ;
    rdfs:subClassOf obo:CHEBI_64365 .

obo:CHEBI_63551
    obo:IAO_0000115 "A carboxylic acid anion resulting from the deprotonation of the carboxy group of a carbohydrate acid derivative." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbohydrate acid anion derivative", "carbohydrate acid anion derivatives", "carbohydrate acid derivative anions" ;
    oboInOwl:id "CHEBI:63551" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrate acid derivative anion" ;
    rdfs:subClassOf obo:CHEBI_29067, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_33721
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_63436
    ] .

obo:CHEBI_64047
    obo:IAO_0000115 "Any substance which is added to food to preserve or enhance its flavour and/or appearance." ;
    oboInOwl:hasDbXref "Wikipedia:Food_additive" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "food additives" ;
    oboInOwl:id "CHEBI:64047" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "food additive" ;
    rdfs:subClassOf obo:CHEBI_33232, obo:CHEBI_78295 .

obo:CHEBI_64049
    obo:IAO_0000115 "A food additive that is used to change or otherwise control the acidity or alkalinity of foods. They may be acids, bases, neutralising agents or buffering agents." ;
    oboInOwl:hasDbXref "Wikipedia:Acidity_regulator" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "acidity regulator", "acidity regulators", "food acidity regulators", "pH control agent", "pH control agents" ;
    oboInOwl:id "CHEBI:64049" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "food acidity regulator" ;
    rdfs:subClassOf obo:CHEBI_64047 .

obo:CHEBI_64365
    obo:IAO_0000115 "An organic amino compound in which an aminoalkyl group is linked to an arene." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "aralkylamino compounds" ;
    oboInOwl:id "CHEBI:64365" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "aralkylamino compound" ;
    rdfs:subClassOf obo:CHEBI_50047 .

obo:CHEBI_64628
    obo:IAO_0000115 "A fourteen-membered heterodetic cyclic peptide comprising the sequence Ala-Gly-Cys-Lys-Asn-Phe-Phe-Trp-Lys-Thr-Phe-Thr-Ser-Cys cyclised by a disulfide bridge between the two Cys residues at positions 3 and 14." ;
    oboInOwl:hasDbXref "HMDB:HMDB0013072", "KEGG:C16022", "KEGG:D07431", "LINCS:LSM-5326", "Wikipedia:Somatostatin" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Ala-Gly-cyclo-[Cys-Lys-Asn-Phe-Phe-Trp-Lys-Thr-Phe-Thr-Ser-Cys]", "L-alanylglycyl-L-cysteinyl-L-lysyl-L-asparaginyl-L-phenylalanyl-L-phenylalanyl-L-tryptophyl-L-lysyl-L-threonyl-L-phenylalanyl-L-threonyl-L-seryl-L-cysteine cyclic (3-14) disulfide", "Somatostatin-1", "Somatostatin-14", "Synthetic growth hormone release-inhibiting hormone" ;
    oboInOwl:id "CHEBI:64628" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "somatostatin" ;
    rdfs:subClassOf obo:CHEBI_24533, obo:CHEBI_25905 .

obo:CHEBI_64708
    obo:IAO_0000115 "An organic molecular entity containing a single carbon atom (C1)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "one-carbon compounds" ;
    oboInOwl:id "CHEBI:64708" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "one-carbon compound" ;
    rdfs:subClassOf obo:CHEBI_50860 .

obo:CHEBI_64709
    obo:IAO_0000115 "Any organic molecular entity that is acidic and contains carbon in covalent linkage." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic acids" ;
    oboInOwl:id "CHEBI:64709" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic acid" ;
    rdfs:subClassOf obo:CHEBI_50860 .

obo:CHEBI_64766
    obo:IAO_0000115 "A group that carries an overall positive charge." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "cationic groups" ;
    oboInOwl:id "CHEBI:64766" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "cationic group" ;
    rdfs:subClassOf obo:CHEBI_24433 .

obo:CHEBI_64767
    obo:IAO_0000115 "A group that carries an overall negative charge." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "anionic groups" ;
    oboInOwl:id "CHEBI:64767" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "anionic group" ;
    rdfs:subClassOf obo:CHEBI_24433 .

obo:CHEBI_64769
    obo:IAO_0000115 "A cationic group that contains carbon." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic cationic groups" ;
    oboInOwl:id "CHEBI:64769" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic cationic group" ;
    rdfs:subClassOf obo:CHEBI_64766, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_33247
    ] .

obo:CHEBI_64775
    obo:IAO_0000115 "An anionic group that contains carbon." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic anionic groups" ;
    oboInOwl:id "CHEBI:64775" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic anionic group" ;
    rdfs:subClassOf obo:CHEBI_64767, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33247
    ] .

obo:CHEBI_64898
    obo:IAO_0000115 "An amino-acid residue carrying an overall negative charge." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "amino acid anion residue", "amino acid anion residues", "amino-acid anion residue", "amino-acid anion residues", "anionic amino acid residue", "anionic amino acid residues" ;
    oboInOwl:id "CHEBI:64898" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "anionic amino-acid residue" ;
    rdfs:subClassOf obo:CHEBI_64775, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of> ;
        owl:someValuesFrom obo:CHEBI_33708
    ] .

obo:CHEBI_64909
    obo:IAO_0000115 "Any substance that causes disturbance to organisms by chemical reaction or other activity on the molecular scale, when a sufficient quantity is absorbed by the organism." ;
    oboInOwl:hasDbXref "Wikipedia:Poison" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "poisonous agent", "poisonous agents", "poisonous substance", "poisonous substances", "poisons", "toxic agent", "toxic agents", "toxic substance", "toxic substances" ;
    oboInOwl:id "CHEBI:64909" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "poison" ;
    rdfs:subClassOf obo:CHEBI_24432 .

obo:CHEBI_65212
    obo:IAO_0000115 "A carbohydrate derivative that is any derivative of a polysaccharide." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "polysaccharide derivatives" ;
    oboInOwl:id "CHEBI:65212" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "polysaccharide derivative" ;
    rdfs:subClassOf obo:CHEBI_167559, obo:CHEBI_33694, obo:CHEBI_63299, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#has_functional_parent> ;
        owl:someValuesFrom obo:CHEBI_18154
    ] .

obo:CHEBI_65255
    obo:IAO_0000115 "Substances which are added to food in order to prevent decomposition caused by  microbial growth or by undesirable chemical changes." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "food preservatives" ;
    oboInOwl:id "CHEBI:65255" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "food preservative" ;
    rdfs:subClassOf obo:CHEBI_64047 .

obo:CHEBI_65256
    obo:IAO_0000115 "A food preservative which prevents decomposition of food by preventing the growth of fungi or bacteria. In European countries, E-numbers for permitted food preservatives are from E200 to E299, divided into sorbates (E200-209), benzoates (E210-219), sulfites (E220-229), phenols and formates (E230-239), nitrates (E240-259), acetates (E260-269), lactates (E270-279), propionates (E280-289) and others (E290-299)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "antimicrobial food preservatives", "antimicrobial preservative", "antimicrobial preservatives" ;
    oboInOwl:id "CHEBI:65256" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "antimicrobial food preservative" ;
    rdfs:subClassOf obo:CHEBI_33281, obo:CHEBI_65255 .

obo:CHEBI_65296
    obo:IAO_0000115 "An ammonium ion derivative resulting from the protonation of the nitrogen atom of a primary amino compound. Major species at pH 7.3." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "a primary amine", "substituted ammonium" ;
    oboInOwl:id "CHEBI:65296" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "primary ammonium ion" ;
    rdfs:subClassOf obo:CHEBI_25697, obo:CHEBI_35274, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_50994
    ] .

obo:CHEBI_67079
    obo:IAO_0000115 "Any compound that has anti-inflammatory effects." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "anti-inflammatory agents", "antiinflammatory agent", "antiinflammatory agents" ;
    oboInOwl:id "CHEBI:67079" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "anti-inflammatory agent" ;
    rdfs:subClassOf obo:CHEBI_33232 .

obo:CHEBI_72587
    obo:IAO_0000115 "An organic cation that is the conjugate acid of (R)-noradrenaline, obtained by protonation of the priamry amino group; major species at pH 7.3." ;
    oboInOwl:hasDbXref "PDBeChem:E5E" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "(R)-noradrenaline", "(R)-noradrenaline cation", "(R)-noradrenalinium cation", "(R)-noradrenalinium(1+)" ;
    oboInOwl:id "CHEBI:72587" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "(R)-noradrenaline(1+)" ;
    rdfs:subClassOf obo:BFO_0000004, obo:CHEBI_166902, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom obo:CHEBI_77746
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of> ;
        owl:someValuesFrom obo:CHEBI_18357
    ] .

obo:CHEBI_72695
    obo:IAO_0000115 "Any molecule that consists of at least one carbon atom as part of the electrically neutral entity." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic compound", "organic compounds", "organic molecules" ;
    oboInOwl:id "CHEBI:72695" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic molecule" ;
    rdfs:subClassOf obo:CHEBI_25367, obo:CHEBI_50860 .

obo:CHEBI_72813
    obo:IAO_0000115 "A biomacromolecule composed of carbohydrate residues which is secreted by a microorganism into the surrounding environment." ;
    oboInOwl:hasDbXref "MetaCyc:Exopolysaccharides", "Wikipedia:Exopolysaccharide", "Wikipedia:Extracellular_polymeric_substance" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "exopolysaccharides", "extracellular polymeric substance", "extracellular polymeric substances" ;
    oboInOwl:id "CHEBI:72813" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "exopolysaccharide" ;
    rdfs:subClassOf obo:CHEBI_33694 .

obo:CHEBI_73398
    obo:IAO_0000115 "A mancude heterobicyclic organic group consisting of a benzene ring fused to a pyrrole ring." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:73398" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "indole skeleton" ;
    rdfs:subClassOf obo:CHEBI_73541 .

obo:CHEBI_73541
    obo:IAO_0000115 "A bicyclic organic group that contains both carbon and hetero atoms." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "organic heterobicyclic rings" ;
    oboInOwl:id "CHEBI:73541" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "organic heterobicyclic ring" ;
    rdfs:subClassOf obo:CHEBI_52845 .

obo:CHEBI_75763
    obo:IAO_0000115 "Any  metabolite produced during a metabolic reaction in eukaryotes, the taxon that include members of the fungi, plantae and animalia kingdoms." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "eukaryotic metabolites" ;
    oboInOwl:id "CHEBI:75763" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "eukaryotic metabolite" ;
    rdfs:subClassOf obo:CHEBI_25212 .

obo:CHEBI_75767
    obo:IAO_0000115 "Any eukaryotic metabolite produced during a metabolic reaction in animals that include diverse creatures from sponges, insects to mammals." ;
    oboInOwl:hasAlternativeId "CHEBI:77721", "CHEBI:77743" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "animal metabolites" ;
    oboInOwl:id "CHEBI:75767" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "animal metabolite" ;
    rdfs:subClassOf obo:CHEBI_75763 .

obo:CHEBI_75768
    obo:IAO_0000115 "Any animal metabolite produced during a metabolic reaction in mammals." ;
    oboInOwl:hasAlternativeId "CHEBI:77464", "CHEBI:77744" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "mammalian metabolites" ;
    oboInOwl:id "CHEBI:75768" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "mammalian metabolite" ;
    rdfs:subClassOf obo:CHEBI_75767 .

obo:CHEBI_75771
    obo:IAO_0000115 "Any mammalian metabolite produced during a metabolic reaction in a mouse (Mus musculus)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Mus musculus metabolite", "Mus musculus metabolites", "mouse metabolites" ;
    oboInOwl:id "CHEBI:75771" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "mouse metabolite" ;
    rdfs:subClassOf obo:CHEBI_75768 .

obo:CHEBI_75772
    obo:IAO_0000115 "Any  fungal metabolite produced during a metabolic reaction in Baker's yeast (Saccharomyces cerevisiae)." ;
    oboInOwl:hasAlternativeId "CHEBI:76949", "CHEBI:76951" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "S. cerevisiae metabolite", "S. cerevisiae metabolites", "S. cerevisiae secondary metabolite", "S. cerevisiae secondary metabolites", "Saccharomyces cerevisiae metabolites", "Saccharomyces cerevisiae secondary metabolites", "baker's yeast metabolite", "baker's yeast metabolites", "baker's yeast secondary metabolite", "baker's yeast secondary metabolites" ;
    oboInOwl:id "CHEBI:75772" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "Saccharomyces cerevisiae metabolite" ;
    rdfs:subClassOf obo:CHEBI_76946 .

obo:CHEBI_75787
    obo:IAO_0000115 "Any metabolite produced during a metabolic reaction in prokaryotes, the taxon that include members of domains such as the bacteria and archaea." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "prokaryotic metabolites" ;
    oboInOwl:id "CHEBI:75787" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "prokaryotic metabolite" ;
    rdfs:subClassOf obo:CHEBI_25212 .

obo:CHEBI_76206
    obo:IAO_0000115 "Any metabolite produced by metabolism of a xenobiotic compound." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "xenobiotic metabolites" ;
    oboInOwl:id "CHEBI:76206" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "xenobiotic metabolite" ;
    rdfs:subClassOf obo:CHEBI_25212 .

obo:CHEBI_76759
    obo:IAO_0000115 "Any enzyme inhibitor that interferes with the action of a hydrolase (EC 3.*.*.*)." ;
    oboInOwl:hasDbXref "Wikipedia:Hydrolase" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "EC 3.* (hydrolase) inhibitors", "EC 3.* inhibitor", "EC 3.* inhibitors", "EC 3.*.*.* inhibitor", "EC 3.*.*.* inhibitors", "hydrolase (EC 3.*) inhibitor", "hydrolase (EC 3.*) inhibitors", "hydrolase inhibitor", "hydrolase inhibitors" ;
    oboInOwl:id "CHEBI:76759" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "EC 3.* (hydrolase) inhibitor" ;
    rdfs:subClassOf obo:CHEBI_23924 .

obo:CHEBI_76764
    obo:IAO_0000115 "Any hydrolase inhibitor that interferes with the action of a hydrolase acting on C-N bonds, other than peptide bonds (EC 3.5.*.*)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "EC 3.5.* (hydrolase acting on non-peptide C-N bond) inhibitor", "EC 3.5.* (hydrolase acting on non-peptide C-N bond) inhibitors", "EC 3.5.* (hydrolases acting on C-N bonds, other than peptide bonds) inhibitor", "EC 3.5.* (hydrolases acting on C-N bonds, other than peptide bonds) inhibitors", "EC 3.5.* (hydrolases acting on non-peptide C-N bonds) inhibitors", "EC 3.5.* inhibitor", "EC 3.5.* inhibitors" ;
    oboInOwl:id "CHEBI:76764" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "EC 3.5.* (hydrolases acting on non-peptide C-N bonds) inhibitor" ;
    rdfs:subClassOf obo:CHEBI_76759 .

obo:CHEBI_76807
    obo:IAO_0000115 "An EC 3.5.* (hydrolases acting on non-peptide C-N bonds) inhibitor that interferes with the action of any non-peptide linear amide C-N hydrolase (EC 3.5.1.*)." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "EC 3.5.1.* (non-peptide linear amide C-N hydrolase) inhibitors", "EC 3.5.1.* inhibitor", "EC 3.5.1.* inhibitors", "non-peptide linear amide C-N hydrolase (EC 3.5.1.*) inhibitor", "non-peptide linear amide C-N hydrolase (EC 3.5.1.*) inhibitors" ;
    oboInOwl:id "CHEBI:76807" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "EC 3.5.1.* (non-peptide linear amide C-N hydrolase) inhibitor" ;
    rdfs:subClassOf obo:CHEBI_76764 .

obo:CHEBI_76924
    obo:IAO_0000115 "Any eukaryotic metabolite produced during a metabolic reaction in plants, the kingdom that include flowering plants, conifers and other gymnosperms." ;
    oboInOwl:hasAlternativeId "CHEBI:75766", "CHEBI:76925" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "plant metabolites", "plant secondary metabolites" ;
    oboInOwl:id "CHEBI:76924" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "plant metabolite" ;
    rdfs:subClassOf obo:CHEBI_75763 .

obo:CHEBI_76946
    obo:IAO_0000115 "Any eukaryotic metabolite produced during a metabolic reaction in fungi, the kingdom that includes microorganisms such as the yeasts and moulds." ;
    oboInOwl:hasAlternativeId "CHEBI:75765", "CHEBI:76947" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "fungal metabolites" ;
    oboInOwl:id "CHEBI:76946" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "fungal metabolite" ;
    rdfs:subClassOf obo:CHEBI_75763 .

obo:CHEBI_76967
    obo:IAO_0000115 "Any human metabolite produced by metabolism of a xenobiotic compound in humans." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "human xenobiotic metabolites" ;
    oboInOwl:id "CHEBI:76967" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "human xenobiotic metabolite" ;
    rdfs:subClassOf obo:CHEBI_76206, obo:CHEBI_77746 .

obo:CHEBI_76969
    obo:IAO_0000115 "Any prokaryotic metabolite produced during a metabolic reaction in bacteria." ;
    oboInOwl:hasAlternativeId "CHEBI:75760", "CHEBI:76970" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:76969" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "bacterial metabolite" ;
    rdfs:subClassOf obo:CHEBI_75787 .

obo:CHEBI_76971
    obo:IAO_0000115 "Any bacterial metabolite produced during a metabolic reaction in Escherichia coli." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "E.coli metabolite", "E.coli metabolites", "Escherichia coli metabolites" ;
    oboInOwl:id "CHEBI:76971" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "Escherichia coli metabolite" ;
    rdfs:subClassOf obo:CHEBI_76969 .

obo:CHEBI_77746
    obo:IAO_0000115 "Any mammalian metabolite  produced during a metabolic reaction in humans (Homo sapiens)." ;
    oboInOwl:hasAlternativeId "CHEBI:75770", "CHEBI:77123" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "H. sapiens metabolite", "H. sapiens metabolites", "Homo sapiens metabolite", "Homo sapiens metabolites" ;
    oboInOwl:id "CHEBI:77746" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "human metabolite" ;
    rdfs:subClassOf obo:CHEBI_75768 .

obo:CHEBI_77941
    obo:IAO_0000115 "An EC 3.5.1.* (non-peptide linear amide C-N hydrolase) inhibitor that interferes with the action of amidase (EC 3.5.1.4)." ;
    oboInOwl:hasDbXref "Wikipedia:Amidase" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "EC 3.5.1.4 (amidase) inhibitors", "EC 3.5.1.4 inhibitor", "EC 3.5.1.4 inhibitors", "N-acetylaminohydrolase inhibitor", "N-acetylaminohydrolase inhibitors", "acylamidase inhibitor", "acylamidase inhibitors", "acylamide amidohydrolase inhibitor", "acylamide amidohydrolase inhibitors", "amidase (EC 3.5.1.4) inhibitor", "amidase (EC 3.5.1.4) inhibitors", "amidase inhibitor", "amidase inhibitors", "amidohydrolase inhibitor", "amidohydrolase inhibitors", "deaminase inhibitor", "deaminase inhibitors", "fatty acylamidase inhibitor", "fatty acylamidase inhibitors" ;
    oboInOwl:id "CHEBI:77941" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "EC 3.5.1.4 (amidase) inhibitor" ;
    rdfs:subClassOf obo:CHEBI_76807 .

obo:CHEBI_77974
    obo:IAO_0000115 "A food additive that is a (generally inert) gas which is used to envelop foodstuffs during packing and so protect them from unwanted chemical reactions such as food spoilage or oxidation during subsequent transport and storage. The term includes propellant gases, used to expel foods from a container." ;
    oboInOwl:hasDbXref "Wikipedia:Packaging_gas" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "food packaging gases" ;
    oboInOwl:id "CHEBI:77974" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "food packaging gas" ;
    rdfs:subClassOf obo:CHEBI_64047 .

obo:CHEBI_78295
    obo:IAO_0000115 "A physiological role played by any substance that is distributed in foodstuffs. It includes materials derived from plants or animals, such as vitamins or minerals, as well as environmental contaminants." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "dietary component", "dietary components", "food components" ;
    oboInOwl:id "CHEBI:78295" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "food component" ;
    rdfs:subClassOf obo:CHEBI_52211 .

obo:CHEBI_78433
    obo:IAO_0000115 "A substance used in a thermodynamic heat pump cycle or refrigeration cycle that undergoes a phase change from a gas to a liquid and back. Refrigerants are used in air-conditioning systems and freezers or refrigerators and are assigned a \"R\" number (by ASHRAE - formerly the American Society of Heating, Refrigerating and Air Conditioning Engineers), which is determined systematically according to their molecular structure." ;
    oboInOwl:hasDbXref "Wikipedia:Refrigerant" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "refrigerants" ;
    oboInOwl:id "CHEBI:78433" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "refrigerant" ;
    rdfs:subClassOf obo:CHEBI_33232 .

obo:CHEBI_78608
    obo:IAO_0000115 "An amino acid-zwitterion obtained by transfer of a proton from the carboxy to the amino group of any alpha-amino acid; major species at pH 7.3." ;
    oboInOwl:hasAlternativeId "CHEBI:83409" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "alpha-amino acid zwitterion", "alpha-amino acid zwitterions", "alpha-amino-acid zwitterions", "an alpha-amino acid" ;
    oboInOwl:id "CHEBI:78608" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "alpha-amino-acid zwitterion" ;
    rdfs:subClassOf obo:CHEBI_35238, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/chebi#is_tautomer_of> ;
        owl:someValuesFrom obo:CHEBI_33704
    ] .

obo:CHEBI_78616
    obo:IAO_0000115 "Any organooxygen compound that is a polyhydroxy-aldehyde or -ketone, or a compound derived from one. Carbohydrates contain only carbon, hydrogen and oxygen and usually have an empirical formula Cm(H2O)n; carbohydrate derivatives may contain other elements by substitution or condensation." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "carbohydrates and derivatives", "carbohydrates and their derivatives" ;
    oboInOwl:id "CHEBI:78616" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "carbohydrates and carbohydrate derivatives" ;
    rdfs:subClassOf obo:CHEBI_36963 .

obo:CHEBI_79388
    obo:IAO_0000115 "Any inorganic anion with a valency of two." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "divalent inorganic anions" ;
    oboInOwl:id "CHEBI:79388" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "divalent inorganic anion" ;
    rdfs:subClassOf obo:CHEBI_24834 .

obo:CHEBI_79389
    obo:IAO_0000115 "Any inorganic anion with a valency of one." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "monovalent inorganic anions" ;
    oboInOwl:id "CHEBI:79389" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "monovalent inorganic anion" ;
    rdfs:subClassOf obo:CHEBI_24834 .

obo:CHEBI_83039
    obo:IAO_0000115 "An animal metabolite produced by arthropods such as crabs, lobsters, crayfish, shrimps and krill." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "crustacean metabolites" ;
    oboInOwl:id "CHEBI:83039" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "crustacean metabolite" ;
    rdfs:subClassOf obo:CHEBI_75767 .

obo:CHEBI_83056
    obo:IAO_0000115 "A Daphnia metabolite produced by the species Daphnia magna." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Daphnia magna metabolites" ;
    oboInOwl:id "CHEBI:83056" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "Daphnia magna metabolite" ;
    rdfs:subClassOf obo:CHEBI_83057 .

obo:CHEBI_83057
    obo:IAO_0000115 "A crustacean metabolite produced by the genus of small planktonic arthropods, Daphnia" ;
    oboInOwl:hasDbXref "Wikipedia:Daphnia" ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:hasRelatedSynonym "Daphnia metabolites" ;
    oboInOwl:id "CHEBI:83057" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "Daphnia metabolite" ;
    rdfs:subClassOf obo:CHEBI_83039 .

obo:CHEBI_84729
    obo:IAO_0000115 "Any member of the class of  indoles carrying at least one hydroxy group." ;
    oboInOwl:hasOBONamespace "chebi_ontology" ;
    oboInOwl:id "CHEBI:84729" ;
    oboInOwl:inSubset chebi1:_STAR ;
    a owl:Class ;
    rdfs:label "hydroxyindoles" ;
    rdfs:subClassOf obo:CHEBI_24828, obo:CHEBI_33822 .

obo:CLM_1000041
    a owl:Class .

obo:CLM_1000043
    a owl:Class .

obo:CLM_1000056
    a owl:Class .

obo:CL_0000000
    obo:IAO_0000115 "A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane." ;
    oboInOwl:hasDbXref "CALOHA:TS-2035", "FMA:68646", "GO:0005623", "KUPO:0000002", "MESH:D002477", "VHOG:0001533", "WBbt:0004017", "XAO:0003012" ;
    oboInOwl:inSubset cl:cellxgene_subset, ubprop:_upper_level ;
    a owl:Class ;
    rdfs:comment "The definition of cell is intended to represent all cells, and thus a cell is defined as a material entity and not an anatomical structure, which implies that it is part of an organism (or the entirety of one)." ;
    rdfs:label "cell" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:disjointWith obo:GO_0031012, obo:GO_0032991, obo:GO_0043226 .

obo:CL_0000005
    obo:IAO_0000115 "Any fibroblast that is derived from the neural crest." ;
    oboInOwl:hasExactSynonym "fibroblast neural crest derived" ;
    a owl:Class ;
    rdfs:label "neural crest derived fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000333
            ]
        )
    ] .

obo:CL_0000006
    obo:IAO_0000115 "Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception." ;
    oboInOwl:hasExactSynonym "neuronal receptor cell (sensu Animalia)" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neuronal receptor cell" ;
    rdfs:subClassOf obo:CL_0000101, obo:CL_0000197 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000197
            obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050906
            ]
        )
    ] .

obo:CL_0000007
    obo:IAO_0000115 "A cell found in the embryo before the formation of all the gem layers is complete." ;
    a owl:Class ;
    rdfs:label "early embryonic cell (metazoa)" ;
    rdfs:subClassOf obo:CL_0002321 .

obo:CL_0000008
    obo:IAO_0000115 "Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination." ;
    a owl:Class ;
    rdfs:label "migratory cranial neural crest cell" ;
    rdfs:subClassOf obo:CL_0000333 .

obo:CL_0000011
    obo:IAO_0000115 "Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination." ;
    a owl:Class ;
    rdfs:label "migratory trunk neural crest cell" ;
    rdfs:subClassOf obo:CL_0000333 .

obo:CL_0000014
    obo:IAO_0000115 "A stem cell that is the precursor of gametes." ;
    oboInOwl:hasExactSynonym "germline stem cell" ;
    a owl:Class ;
    rdfs:label "germ line stem cell" ;
    rdfs:subClassOf obo:CL_0000034, obo:CL_0000039 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000039
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0017145
            ]
        )
    ] .

obo:CL_0000021
    obo:IAO_0000115 "Female germ cell is a germ cell that supports female gamete production." ;
    oboInOwl:hasDbXref "MA:0000388", "VHOG:0001530", "ncithesaurus:Egg" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "female germ cell" ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0000586, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0048477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000586
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0048477
            ]
        )
    ] .

obo:CL_0000022
    obo:IAO_0000115 "A stem cell that is the precursor of female gametes." ;
    a owl:Class ;
    rdfs:label "female germ line stem cell" ;
    rdfs:subClassOf obo:CL_0000014, obo:CL_0000021 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0017145
            ]
        )
    ] .

obo:CL_0000023
    obo:IAO_0000115 "A female germ cell that has entered meiosis." ;
    oboInOwl:hasDbXref "BTO:0000964", "CALOHA:TS-0711", "FMA:18644", "MESH:D009865", "WBbt:0006797" ;
    oboInOwl:hasRelatedSynonym "oogonium" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "oocyte" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000021, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0007143
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:CL_0000024
    obo:IAO_0000115 "An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes." ;
    oboInOwl:hasDbXref "FMA:83673" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "oogonial cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000021, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000670
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0000278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:CL_0000025
    obo:IAO_0000115 "A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization." ;
    oboInOwl:hasDbXref "BTO:0000369", "BTO:0003801", "CALOHA:TS-2191", "FMA:67343", "MESH:D010063" ;
    oboInOwl:hasExactSynonym "mature oocyte", "ovum" ;
    a owl:Class ;
    rdfs:label "egg cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000675, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0007143
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000023
    ] .

obo:CL_0000027
    obo:IAO_0000115 "A smooth muscle cell derived from the neural crest." ;
    a owl:Class ;
    rdfs:label "smooth muscle cell neural crest derived" ;
    rdfs:subClassOf obo:CL_0000192, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000333
            ]
        )
    ] .

obo:CL_0000029
    obo:IAO_0000115 "Any neuron that develops from some migratory neural crest cell." ;
    oboInOwl:hasExactSynonym "neuron neural crest derived" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neural crest derived neuron" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002676
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000333
            ]
        )
    ] .

obo:CL_0000030
    obo:IAO_0000115 "A non-terminally differentiated cell that develops form the neuroectoderm. Glioblast has the potential to differentiate into various types of glial cells, including astrocytes and oligodendrocytes." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "glioblast" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000055, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000133
    ] .

obo:CL_0000031
    obo:IAO_0000115 "A cell that will develop into a neuron often after a migration phase." ;
    oboInOwl:hasDbXref "BTO:0000930", "FMA:70563" ;
    oboInOwl:hasExactSynonym "neuroblast" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neuroblast (sensu Vertebrata)" ;
    rdfs:subClassOf obo:CL_0000055, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:CL_0000034
    obo:IAO_0000115 "A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." ;
    oboInOwl:hasDbXref "CALOHA:TS-2086", "FMA:63368" ;
    oboInOwl:hasExactSynonym "animal stem cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "This term applies to metazoan. For plant stem cells, consider using PO:0004011 ‘initial cell’ or its parent PO:0004010 ‘meristematic cell’." ;
    rdfs:label "stem cell" ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0011115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0017145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0017145
            ]
        )
    ] .

obo:CL_0000035
    obo:IAO_0000115 "A stem cell that self-renews as well as give rise to a single mature cell type." ;
    oboInOwl:hasDbXref "FMA:70569" ;
    oboInOwl:hasExactSynonym "unipotent stem cell", "unipotential stem cell" ;
    a owl:Class ;
    rdfs:label "single fate stem cell" ;
    rdfs:subClassOf obo:CL_0000723, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001400
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001400
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0017145
            ]
        )
    ] .

obo:CL_0000036
    oboInOwl:hasExactSynonym "epithelial stem cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "epithelial fate stem cell" ;
    rdfs:subClassOf obo:CL_0000035 .

obo:CL_0000037
    obo:IAO_0000115 "A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119." ;
    oboInOwl:hasDbXref "BTO:0000725", "CALOHA:TS-0448", "FMA:86475", "MESH:D006412", "VHOG:0001485" ;
    oboInOwl:hasExactSynonym "blood forming stem cell", "hemopoietic stem cell" ;
    oboInOwl:hasRelatedSynonym "colony forming unit hematopoietic" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Markers differ between species, and two sets of markers have been described for mice. HSCs are reportedly CD34-positive, CD45-positive, CD48-negative, CD150-positive, CD133-positive, and CD244-negative." ;
    rdfs:label "hematopoietic stem cell" ;
    rdfs:subClassOf obo:CL_0000723, obo:CL_0008001, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000566
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0002244
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0002244
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0048103
            ]
        )
    ] .

obo:CL_0000038
    obo:IAO_0000115 "A progenitor cell committed to the erythroid lineage." ;
    oboInOwl:hasDbXref "BTO:0004911" ;
    oboInOwl:hasRelatedSynonym "blast forming unit erythroid", "burst forming unit erythroid", "colony forming unit erythroid", "erythroid stem cell" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "erythroid progenitor cell" ;
    rdfs:subClassOf obo:CL_0000764, obo:CL_0000839, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000050
    ] .

obo:CL_0000039
    obo:IAO_0000115 "A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring." ;
    oboInOwl:inSubset cl:general_cell_types_upper_slim, ubprop:_upper_level ;
    a owl:Class ;
    rdfs:comment "Originally this term had some plant germ line cell children." ;
    rdfs:label "germ line cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0022414
    ] .

obo:CL_0000048
    obo:IAO_0000115 "A stem cell that can give rise to multiple lineages of cells." ;
    oboInOwl:hasDbXref "FMA:84789" ;
    oboInOwl:hasExactSynonym "multi-fate stem cell", "multifate stem cell", "multipotent cell", "multipotent stem cell" ;
    a owl:Class ;
    rdfs:label "multi fate stem cell" ;
    rdfs:subClassOf obo:CL_0000034, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001402
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0017145
            ]
        )
    ] .

obo:CL_0000049
    obo:IAO_0000115 "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages." ;
    oboInOwl:hasDbXref "BTO:0004730" ;
    oboInOwl:hasExactSynonym "common myeloid precursor" ;
    oboInOwl:hasRelatedSynonym "colony forming unit granulocyte, erythrocyte, macrophage, and megakaryocyte", "multipotential myeloid stem cell", "myeloid stem cell", "pluripotent stem cell (bone marrow)" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "This cell type is intended to be compatible with any vertebrate common myeloid progenitor.  For mammalian CMP known to be CD34-positive, please use the term 'common myeloid progenitor, CD34-positive' (CL_0001059)." ;
    rdfs:label "common myeloid progenitor" ;
    rdfs:subClassOf obo:CL_0002032 ;
    owl:disjointWith obo:CL_0000050, obo:CL_0000051 .

obo:CL_0000050
    obo:IAO_0000115 "A progenitor cell committed to the megakaryocyte and erythroid lineages." ;
    oboInOwl:hasExactSynonym "CFU-EM", "CFU-MegE", "MEP", "Meg/E progenitor", "colony forming unit erythroid megakaryocyte", "megakaryocyte/erythrocyte progenitor", "megakaryocyte/erythroid progenitor cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "MEPs are reportedly CD19-negative, CD34-negative, CD45RA-negative, CD110-positive, CD117-positive, and SCA1-negative and reportedly express the transcription factors GATA-1 and NF-E2." ;
    rdfs:label "megakaryocyte-erythroid progenitor cell" ;
    rdfs:subClassOf obo:CL_0000763, obo:CL_0002032, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030218
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030219
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002032
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030218
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030219
            ]
        )
    ] .

obo:CL_0000051
    obo:IAO_0000115 "A oligopotent progenitor cell committed to the lymphoid lineage." ;
    oboInOwl:hasExactSynonym "common lymphocyte precursor", "common lymphocyte progenitor", "common lymphoid precursor" ;
    oboInOwl:hasRelatedSynonym "committed lymphopoietic stem cell", "early lymphocyte progenitor", "lymphoid stem cell", "lymphopoietic stem cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "CLP are CD7-positive, CD10-positive, CD19-negative, CD34-positive, CD45RA-positive, CD79a-negative, CD127-positive, AA4.1-positive, RAG-negative, Sca-1-low, sIgM-negative, sIgD-negative, TdT-negative, Vpre-B-negative, and pre-BCR-negative. Expression of transcription factors include E2A-positive, EBF-positive, Ikaros-negative, PU.1-negative, and Pax5-negative." ;
    rdfs:label "common lymphoid progenitor" ;
    rdfs:subClassOf obo:CL_0002032, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030098
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002032
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030098
            ]
        )
    ] .

obo:CL_0000052
    obo:IAO_0000115 "A stem cell from which all cells of the body can form." ;
    oboInOwl:hasDbXref "FMA:84790", "MESH:D039901" ;
    oboInOwl:hasExactSynonym "totipotential stem cell" ;
    a owl:Class ;
    rdfs:label "totipotent stem cell" ;
    rdfs:subClassOf obo:CL_0000723 .

obo:CL_0000055
    obo:IAO_0000115 "A precursor cell with a limited number of potential fates." ;
    oboInOwl:hasDbXref "BTO:0000125", "FMA:84782" ;
    oboInOwl:hasExactSynonym "blast cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "define using PATO mulit-potent or oligopotent?" ;
    rdfs:label "non-terminally differentiated cell" ;
    rdfs:subClassOf obo:CL_0011115 .

obo:CL_0000056
    obo:IAO_0000115 "A cell that is commited to differentiating into a muscle cell.  Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes.  Myoblasts also occur as transient populations of cells in muscles undergoing repair." ;
    oboInOwl:hasDbXref "BTO:0000222", "CALOHA:TS-0650", "FMA:70335", "VHOG:0001529" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "myoblast" ;
    rdfs:subClassOf obo:CL_0000680 .

obo:CL_0000057
    obo:IAO_0000115 "A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped." ;
    oboInOwl:hasDbXref "BTO:0000452", "CALOHA:TS-0362", "FMA:63877", "NCIT:C12482", "VHOG:0001482" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "These cells may be vimentin-positive, fibronectin-positive, fsp1-positive, MMP-1-positive, collagen I-positive, collagen III-positive, and alpha-SMA-negative." ;
    rdfs:label "fibroblast" ;
    rdfs:subClassOf obo:CL_0000499 .

obo:CL_0000058
    obo:IAO_0000115 "Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell." ;
    oboInOwl:hasDbXref "BTO:0003607", "FMA:66783" ;
    oboInOwl:hasExactSynonym "chrondoplast" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "chondroblast" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000055, obo:CL_0002320, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0007009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003000 ;
        owl:someValuesFrom obo:UBERON_0002418
    ] .

obo:CL_0000064
    obo:IAO_0000115 "A cell that has a filiform extrusion of the cell surface." ;
    oboInOwl:hasDbXref "VHOG:0001532", "XAO:0000031" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "ciliated cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:CL_0000066
    obo:IAO_0000115 "A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina." ;
    oboInOwl:hasDbXref "BTO:0000414", "CALOHA:TS-2026", "CARO:0000077", "FMA:66768", "WBbt:0003672" ;
    oboInOwl:hasExactSynonym "epitheliocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "epithelial cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000483
    ] ;
    owl:disjointWith obo:CL_0000738 .

obo:CL_0000067
    obo:IAO_0000115 "An epithelial cell that has a cilia." ;
    oboInOwl:hasDbXref "FMA:70605" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "ciliated epithelial cell" ;
    rdfs:subClassOf obo:CL_0000064, obo:CL_0000066 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:CL_0000068
    obo:IAO_0000115 "An epithelial cell that is part of a duct." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "duct epithelial cell" ;
    rdfs:subClassOf obo:CL_0000066, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000058
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000058
            ]
        )
    ] .

obo:CL_0000069
    a owl:Class ;
    rdfs:label "branched duct epithelial cell" ;
    rdfs:subClassOf obo:CL_0000068 .

obo:CL_0000071
    obo:IAO_0000115 "An endothelial cell that lines the vasculature." ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "blood vessel endothelial cell" ;
    rdfs:subClassOf obo:CL_0002139, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:CL_0000075
    obo:IAO_0000115 "A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "columnar/cuboidal epithelial cell" ;
    rdfs:subClassOf obo:CL_0000066 .

obo:CL_0000076
    oboInOwl:hasDbXref "CALOHA:TS-1249" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "squamous epithelial cell" ;
    rdfs:subClassOf obo:CL_0000066 .

obo:CL_0000077
    obo:IAO_0000115 "A flat, squamous-like epithelial cell of mesodermal origin. It forms the mesothelium, which lines the body's serous cavities including the pleural, peritoneal, and pericardial spaces. This cell plays a crucial role in synthesizing and secreting lubricants, such as glycosaminoglycans and surfactants, which minimize friction between adjacent tissues during movement." ;
    oboInOwl:hasDbXref "FMA:66773" ;
    oboInOwl:hasExactSynonym "mesotheliocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Mesothelial cells, which morphologically resemble squamous epithelial cells, express both epithelial markers (cytokeratins) and mesenchymal markers (vimentin), reflecting their mesodermal origin. They feature surface microvilli and apical-basal polarity. Under certain conditions, they can undergo mesothelial-to-mesenchymal transition. These cells also produce extracellular matrix proteins, maintain serosal homeostasis, and facilitate fluid transport." ;
    rdfs:label "mesothelial cell" ;
    rdfs:subClassOf obo:CL_0000076, obo:CL_0002078, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001136
    ] .

obo:CL_0000078
    obo:IAO_0000115 "Any squamous epithelial cell that is part of some periderm." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "peridermal cell" ;
    rdfs:subClassOf obo:CL_0000076, obo:CL_0000362, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000076
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003055
            ]
        )
    ] .

obo:CL_0000080
    obo:IAO_0000115 "A cell which moves among different tissues of the body, via blood, lymph, or other medium." ;
    a owl:Class ;
    rdfs:label "circulating cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000179
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000179
            ]
        )
    ] .

obo:CL_0000081
    obo:IAO_0000115 "A cell found predominately in the blood." ;
    oboInOwl:hasDbXref "FMA:62844", "MESH:D001773" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim ;
    a owl:Class ;
    rdfs:label "blood cell" ;
    rdfs:subClassOf obo:CL_0000988, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0008015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0008015
            ]
        )
    ] .

obo:CL_0000082
    obo:IAO_0000115 "An epithelial cell of the lung." ;
    oboInOwl:hasDbXref "BTO:0004299" ;
    oboInOwl:hasExactSynonym "lung epithelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "epithelial cell of lung" ;
    rdfs:subClassOf obo:CL_0002632, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000115
            ]
        )
    ] .

obo:CL_0000095
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neuron associated cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000133
    ] .

obo:CL_0000098
    obo:IAO_0000115 "A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells." ;
    oboInOwl:hasBroadSynonym "neuroepithelial cell" ;
    oboInOwl:hasDbXref "BTO:0004301" ;
    a owl:Class ;
    rdfs:comment "The term \"neuroepithelial cell\" is used to describe both this cell type and neurecto-epithelial cell (CL:0000710)." ;
    rdfs:label "sensory epithelial cell" ;
    rdfs:subClassOf obo:CL_0000066, obo:CL_0000197 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050906
            ]
        )
    ] .

obo:CL_0000099
    obo:IAO_0000115 "Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions." ;
    oboInOwl:hasDbXref "BTO:0003811", "FMA:67313", "WBbt:0005113" ;
    oboInOwl:hasRelatedSynonym "CNS interneuron" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "interneuron" ;
    rdfs:subClassOf obo:CL_2000029 .

obo:CL_0000100
    obo:IAO_0000115 "An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement." ;
    oboInOwl:hasDbXref "BTO:0000312", "FMA:83617", "WBbt:0005409" ;
    oboInOwl:hasExactSynonym "motoneuron" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "motor neuron" ;
    rdfs:subClassOf obo:CL_0000527 .

obo:CL_0000101
    obo:IAO_0000115 "Any neuron having a sensory function; an afferent neuron conveying sensory impulses." ;
    oboInOwl:hasDbXref "BTO:0001037", "FMA:84649", "MESH:D011984", "WBbt:0005759" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "sensory neuron" ;
    rdfs:subClassOf obo:CL_0000526, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050906
            ]
        )
    ] .

obo:CL_0000103
    obo:IAO_0000115 "A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body." ;
    oboInOwl:hasDbXref "FMA:67282" ;
    oboInOwl:inSubset cl:BDS_subset, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "bipolar neuron" ;
    rdfs:subClassOf obo:CL_0000099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070006
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070006
            ]
        )
    ] .

obo:CL_0000107
    obo:IAO_0000115 "A neuron whose cell body is within an autonomic ganglion." ;
    oboInOwl:hasDbXref "FMA:80121" ;
    a owl:Class ;
    rdfs:label "autonomic neuron" ;
    rdfs:subClassOf obo:CL_2000032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0002410
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0002410
            ]
        )
    ] .

obo:CL_0000108
    obo:IAO_0000115 "A neuron that uses acetylcholine as a vesicular neurotransmitter." ;
    oboInOwl:hasDbXref "BTO:0004902", "FMA:84796", "MESH:D059329", "WBbt:0006840" ;
    a owl:Class ;
    rdfs:label "cholinergic neuron" ;
    rdfs:subClassOf obo:CL_0000151, obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0014055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0014055
            ]
        )
    ] .

obo:CL_0000114
    obo:IAO_0000115 "An ectodermal cell that is part of the external ectoderm, forming the outermost layer of the developing embryo. It is characterized by its polarized nature, with distinct apical and basal surfaces (Ferrante Jr., Reinke, & Stanley, 1995). Surface ectodermal cell gives rise to the epidermis, hair follicles, nails, sensory organs, and specialized structures like the apical ectodermal ridge crucial for limb development (Skoufa et al., 2024)." ;
    oboInOwl:hasDbXref "FMA:72552", "https://cellxgene.cziscience.com/cellguide/CL_0000114" ;
    oboInOwl:hasExactSynonym "cell of surface ectoderm", "surface ectoderm cell" ;
    a owl:Class ;
    rdfs:label "surface ectodermal cell" ;
    rdfs:subClassOf obo:CL_0000221, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000221
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000076
            ]
        )
    ] .

obo:CL_0000115
    obo:IAO_0000115 "An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm." ;
    oboInOwl:hasDbXref "BTO:0001176", "CALOHA:TS-0278", "FMA:66772" ;
    oboInOwl:hasExactSynonym "endotheliocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "From FMA: 9.07.2001: Endothelial cell has always been classified as a kind of epithelial cell, specifically a squamous cell but that is not true. First, endothelial cell can either be squamous or cuboidal (e.g. high-endothelial cell) and secondly, it has different embryological derivation (mesodermal) than a true epithelial cell (ectodermal and endodermal). The basis for present classification is the fact that it comprises the outermost layer or lining of anatomical structures (location-based) but a better structural basis for the differentia is the cytoskeleton of the cell. Endothelial cell has vimentin filaments while an epithelial cell has keratin filaments. [Onard]." ;
    rdfs:label "endothelial cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000222
    ] .

obo:CL_0000122
    obo:IAO_0000115 "A neuron that has dendritic processes radiating from the cell body forming a star-like shape." ;
    oboInOwl:hasDbXref "BTO:0002316" ;
    oboInOwl:inSubset cl:BDS_subset, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "stellate neuron" ;
    rdfs:subClassOf obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070010
            ]
        )
    ] .

obo:CL_0000123
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neuron associated cell (sensu Vertebrata)" ;
    rdfs:subClassOf obo:CL_0000095, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000333
    ] .

obo:CL_0000125
    obo:IAO_0000115 "A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons." ;
    oboInOwl:hasDbXref "BTO:0002606", "CALOHA:TS-0415", "FMA:54536", "https://cellxgene.cziscience.com/cellguide/CL_0000125" ;
    oboInOwl:hasExactSynonym "neuroglial cell" ;
    oboInOwl:hasRelatedSynonym "neuroglia" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Not all glial cells develop from glioblasts, with microglia developing from the mesoderm instead. See https://github.com/obophenotype/cell-ontology/issues/1571" ;
    rdfs:label "glial cell" ;
    rdfs:subClassOf obo:CL_0000095 .

obo:CL_0000126
    obo:IAO_0000115 "A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together." ;
    oboInOwl:hasDbXref "BTO:0000771", "CALOHA:TS-2027", "FMA:54538" ;
    oboInOwl:hasExactSynonym "macrogliocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "macroglial cell" ;
    rdfs:subClassOf obo:CL_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000339
    ] .

obo:CL_0000128
    obo:IAO_0000115 "A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system." ;
    oboInOwl:hasDbXref "BTO:0000962", "CALOHA:TS-0709", "FMA:54540" ;
    oboInOwl:hasExactSynonym "OLs" ;
    oboInOwl:hasRelatedSynonym "oligodendroglia" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Oligodendrocytes are reportedly MDP-positive and CD4-negative." ;
    rdfs:label "oligodendrocyte" ;
    rdfs:subClassOf obo:CL_0000126, obo:CL_4023154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002453
    ] .

obo:CL_0000131
    obo:IAO_0000115 "An endothelial cell that lines the blood and lymphatic vessels of the digestive tract. This cell forms the gut–vascular barrier (GVB) through tight junctions and crosstalk with pericytes and enteric glial cells, regulating the passage of nutrients and immune cells while restricting microbial translocation into the bloodstream." ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0000131" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "gut endothelial cell" ;
    rdfs:subClassOf obo:CL_0000115, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000223
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:CL_0000133
    obo:IAO_0000115 "Ectoderm destined to be nervous tissue." ;
    oboInOwl:hasExactSynonym "neurectoderm cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neurectodermal cell" ;
    rdfs:subClassOf obo:CL_0000221 .

obo:CL_0000134
    obo:IAO_0000115 "A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs." ;
    oboInOwl:hasDbXref "BTO:0002625", "BTO:0003298", "FMA:70546" ;
    oboInOwl:hasNarrowSynonym "bone marrow stromal cells", "colony-forming unit-fibroblast", "marrow stromal cells" ;
    oboInOwl:hasRelatedSynonym "mesenchymal precursor cell", "mesenchymal stem cell", "mesenchymal stromal cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "Many but not all mesenchymal cells derive from the mesoderm. MSCs are reportedly CD3-negative, CD4-negative, CD5-negative, CD8-negative, CD11a-negative, CD11b-negative, CD14-negative, CD19-negative, CD29-positive, CD31-negative, CD34-negative, CD38-negative, CD40-negative, CD44-positive, CD45-negative, CD49-positive, CD54-positive, CD66b-negative, CD79a-negative, CD80-negative, CD102-positive, CD106-positive, CD117-positive, CD121a-positive, CD121b-positive, CD123-positive, CD124-positive, CD133-negative, CD146-positive, CD166-positive, CD271-positive, B220-negative, Gr1-negative, MHCI-positive, MHCII-negative, SSEA4-negative, sca1-positive, Ter119-negative, and glycophorin A-negative. Cultured MSCs are capable of producing stem cell factor, IL7, IL8, IL11, TGF-beta, cofilin, galectin-1, laminin-receptor 1, cyclophilin A, and MMP-2." ;
    rdfs:label "mesenchymal stem cell" ;
    rdfs:subClassOf obo:CL_0000048, obo:CL_0002320 .

obo:CL_0000136
    obo:IAO_0000115 "A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides." ;
    oboInOwl:hasDbXref "BTO:0000443", "CALOHA:TS-0012", "FMA:63880" ;
    oboInOwl:hasExactSynonym "adipose cell", "fat cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "adipocyte" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000325, obo:CL_0002320, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000134
    ] .

obo:CL_0000138
    obo:IAO_0000115 "Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell." ;
    oboInOwl:hasDbXref "BTO:0000249", "CALOHA:TS-0138", "FMA:66782" ;
    oboInOwl:hasExactSynonym "cartilage cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "chondrocyte" ;
    rdfs:subClassOf obo:CL_0000153, obo:CL_0000667, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002418
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000058
    ] .

obo:CL_0000147
    obo:IAO_0000115 "A pigment cell is a cell that contains pigment granules." ;
    oboInOwl:hasDbXref "VHOG:0001678" ;
    oboInOwl:hasExactSynonym "chromatocyte", "chromatophore" ;
    a owl:Class ;
    rdfs:label "pigment cell" ;
    rdfs:subClassOf obo:CL_0000325 .

obo:CL_0000149
    oboInOwl:hasBroadSynonym "pigment cell" ;
    a owl:Class ;
    rdfs:label "visual pigment cell" ;
    rdfs:subClassOf obo:CL_0000147 .

obo:CL_0000150
    obo:IAO_0000115 "An epithelial cell, located in a gland, that is specialised for the synthesis and secretion of specific biomolecules, such as hormones, or mucous." ;
    oboInOwl:hasDbXref "CALOHA:TS-2085", "FMA:86494" ;
    oboInOwl:hasExactSynonym "glandular epithelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "glandular secretory epithelial cell" ;
    rdfs:subClassOf obo:CL_1100001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002530
            ]
        )
    ] .

obo:CL_0000151
    obo:IAO_0000115 "A cell that specializes in controlled release of one or more substances." ;
    oboInOwl:hasDbXref "BTO:0003659", "FMA:86916" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "secretory cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0032940
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0032940
            ]
        )
    ] .

obo:CL_0000152
    obo:IAO_0000115 "A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct." ;
    oboInOwl:hasDbXref "FMA:16014" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim ;
    a owl:Class ;
    rdfs:label "exocrine cell" ;
    rdfs:subClassOf obo:CL_0000151, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002365
            ]
        )
    ] .

obo:CL_0000153
    obo:IAO_0000115 "A cell that secretes glycosaminoglycans." ;
    oboInOwl:hasExactSynonym "GAG secreting cell" ;
    oboInOwl:hasNarrowSynonym "hyaluronic acid secreting cell" ;
    a owl:Class ;
    rdfs:label "glycosaminoglycan secreting cell" ;
    rdfs:subClassOf obo:CL_0000327, obo:CL_0000447 .

obo:CL_0000154
    obo:IAO_0000115 "Any secretory cell that is capable of some protein secretion." ;
    a owl:Class ;
    rdfs:label "protein secreting cell" ;
    rdfs:subClassOf obo:CL_0000151, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0009306
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0009306
            ]
        )
    ] .

obo:CL_0000159
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "seromucus secreting cell" ;
    rdfs:subClassOf obo:CL_0000151 .

obo:CL_0000163
    obo:IAO_0000115 "A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions." ;
    oboInOwl:hasDbXref "FMA:83809" ;
    oboInOwl:hasExactSynonym "endocrinocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "endocrine cell" ;
    rdfs:subClassOf obo:CL_0000151, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000949
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:GO_0046879
                [
                    a owl:Restriction ;
                    owl:onProperty obo:RO_0002339 ;
                    owl:someValuesFrom obo:UBERON_0001009
                ]
            )
        ]
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:GO_0046879
                        [
                            a owl:Restriction ;
                            owl:onProperty obo:RO_0002339 ;
                            owl:someValuesFrom obo:UBERON_0001009
                        ]
                    )
                ]
            ]
        )
    ] .

obo:CL_0000164
    obo:IAO_0000115 "An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas." ;
    oboInOwl:hasDbXref "BTO:0003865", "FMA:62930", "MESH:D019858", "https://cellxgene.cziscience.com/cellguide/CL_0000164" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "enteroendocrine cell" ;
    rdfs:subClassOf obo:CL_0000163, obo:CL_1100001 .

obo:CL_0000165
    obo:IAO_0000115 "A neuron that is capable of some hormone secretion in response to neuronal signals." ;
    oboInOwl:hasDbXref "BTO:0002691", "FMA:83810" ;
    oboInOwl:hasRelatedSynonym "neurosecretory cell", "neurosecretory neuron" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment """The neurosecretory cell is neither an ordinary neuron nor an endocrine cell, but a combination of both. Its neuronal features resemble those of ordinary neurons concerning both structure and function. The production of a visible secretory material marks the neurosecretory neuron as a gland cell, and the fact that extractable cellular products act in the manner of hormones places it in the realm of endocrine elements. 

The modern definition of neurosecretion has evolved to include the release of any neuronal secretory product from a neuron.""" ;
    rdfs:label "neuroendocrine cell" ;
    rdfs:subClassOf obo:CL_0000163, obo:CL_0000527, obo:CL_0000710, obo:CL_1100001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0046879
            ]
        )
    ] .

obo:CL_0000167
    obo:IAO_0000115 "Any secretory cell that is capable of some peptide hormone secretion." ;
    a owl:Class ;
    rdfs:label "peptide hormone secreting cell" ;
    rdfs:subClassOf obo:CL_0000151, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030072
            ]
        )
    ] .

obo:CL_0000170
    obo:IAO_0000115 "A cell that secretes glucagon." ;
    oboInOwl:hasDbXref "FMA:84045" ;
    oboInOwl:hasExactSynonym "glucagon-secreting cell" ;
    a owl:Class ;
    rdfs:label "glucagon secreting cell" ;
    rdfs:subClassOf obo:CL_0000167, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0070091
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0070091
            ]
        )
    ] .

obo:CL_0000172
    obo:IAO_0000115 "Any secretory cell that is capable of some somatostatin secretion." ;
    a owl:Class ;
    rdfs:label "somatostatin secreting cell" ;
    rdfs:subClassOf obo:CL_0000167, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0070253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0070253
            ]
        )
    ] .

obo:CL_0000174
    obo:IAO_0000115 "Any secretory cell that is capable of some steroid hormone secretion." ;
    a owl:Class ;
    rdfs:label "steroid hormone secreting cell" ;
    rdfs:subClassOf obo:CL_0000151, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0035929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0035929
            ]
        )
    ] .

obo:CL_0000183
    obo:IAO_0000115 "A cell whose primary function is to shorten." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "contractile cell" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0000187
    obo:IAO_0000115 "A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns." ;
    oboInOwl:hasDbXref "BTO:0000888", "BTO:0000902", "CALOHA:TS-2032", "FMA:67328", "WBbt:0003675" ;
    oboInOwl:hasExactSynonym "muscle fiber", "myocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "muscle cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000183, obo:CL_0000255, obo:CL_0000393, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000056
    ] .

obo:CL_0000188
    obo:IAO_0000115 "A somatic cell located in skeletal muscle." ;
    oboInOwl:hasDbXref "BTO:0004392", "CALOHA:TS-2158", "FMA:9727", "https://cellxgene.cziscience.com/cellguide/CL_0000188" ;
    oboInOwl:hasExactSynonym "skeletal muscle cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cell of skeletal muscle" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:CL_0000192
    obo:IAO_0000115 "A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast)." ;
    oboInOwl:hasBroadSynonym "non-striated muscle cell" ;
    oboInOwl:hasDbXref "BTO:0004576", "CALOHA:TS-2159", "FMA:14072", "https://cellxgene.cziscience.com/cellguide/CL_0000192" ;
    oboInOwl:hasExactSynonym "SMCs", "myocytes, smooth muscle", "smooth muscle fiber" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "smooth muscle cell" ;
    rdfs:subClassOf obo:CL_0008000, obo:CL_0008007, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000514
    ] .

obo:CL_0000197
    obo:IAO_0000115 "A cell that is capable of detection of a stimulus involved in sensory perception." ;
    oboInOwl:hasDbXref "MESH:D011984" ;
    oboInOwl:hasExactSynonym "receptor cell" ;
    a owl:Class ;
    rdfs:label "sensory receptor cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001032
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001032
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050906
            ]
        )
    ] .

obo:CL_0000206
    obo:IAO_0000115 "A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood." ;
    a owl:Class ;
    rdfs:label "chemoreceptor cell" ;
    rdfs:subClassOf obo:CL_0000197, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050907
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000197
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050907
            ]
        )
    ] .

obo:CL_0000209
    obo:IAO_0000115 "A specialized cell involved in gustatory sensory perception." ;
    oboInOwl:hasDbXref "FMA:67910" ;
    oboInOwl:hasExactSynonym "taste bud cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "taste receptor cell" ;
    rdfs:subClassOf obo:CL_0000098, obo:CL_0000206, obo:CL_0002076, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050912
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000206
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050912
            ]
        )
    ] .

obo:CL_0000210
    obo:IAO_0000115 "A cell specialized in detecting light stimuli that are involved in visual perception." ;
    oboInOwl:hasDbXref "BTO:0001060", "CALOHA:TS-0868", "FMA:86740" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "photoreceptor cell" ;
    rdfs:subClassOf obo:CL_0000101, obo:CL_0008028, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050908
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050908
            ]
        )
    ] .

obo:CL_0000211
    obo:IAO_0000115 "A cell whose function is determined by the generation or the reception of an electric signal." ;
    a owl:Class ;
    rdfs:label "electrically active cell" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0000214
    obo:IAO_0000115 "A cell located in the synovial joint." ;
    oboInOwl:hasDbXref "CALOHA:TS-0995" ;
    oboInOwl:hasExactSynonym "synoviocyte" ;
    a owl:Class ;
    rdfs:label "synovial cell" ;
    rdfs:subClassOf obo:CL_0002078, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002217
    ] .

obo:CL_0000218
    obo:IAO_0000115 "A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons." ;
    oboInOwl:hasBroadSynonym "Schwann cell", "peripheral neuroglial cell" ;
    oboInOwl:hasDbXref "CALOHA:TS-0898", "FMA:62121" ;
    oboInOwl:hasExactSynonym "neurilemmal cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "myelinating Schwann cell" ;
    rdfs:subClassOf obo:CL_0002573, obo:CL_4023154, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002377
    ] .

obo:CL_0000219
    obo:IAO_0000115 "A cell that moves by its own activities." ;
    a owl:Class ;
    rdfs:label "motile cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0048870
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0048870
            ]
        )
    ] .

obo:CL_0000221
    obo:IAO_0000115 "A cell of the outer of the three germ layers of the embryo." ;
    oboInOwl:hasDbXref "FMA:72549" ;
    oboInOwl:hasExactSynonym "ectoderm cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "ectodermal cell" ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0002321, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] .

obo:CL_0000222
    obo:IAO_0000115 "A cell of the middle germ layer of the embryo." ;
    oboInOwl:hasDbXref "FMA:72554", "https://cellxgene.cziscience.com/cellguide/CL_0000222" ;
    oboInOwl:hasExactSynonym "mesoblast", "mesoderm cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "mesodermal cell" ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0002321, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] .

obo:CL_0000223
    obo:IAO_0000115 "A cell of the inner of the three germ layers of the embryo." ;
    oboInOwl:hasDbXref "FMA:72555" ;
    oboInOwl:hasExactSynonym "endoderm cell" ;
    a owl:Class ;
    rdfs:label "endodermal cell" ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0002321, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000925
    ] .

obo:CL_0000225
    obo:IAO_0000115 "A cell that lacks a nucleus." ;
    oboInOwl:hasDbXref "FMA:68647" ;
    oboInOwl:hasExactSynonym "non-nucleated cell" ;
    a owl:Class ;
    rdfs:label "anucleate cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001405
    ] ;
    owl:disjointWith obo:CL_0002242 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001405
            ]
        )
    ] .

obo:CL_0000226
    obo:IAO_0000115 "A cell with a single nucleus." ;
    a owl:Class ;
    rdfs:label "single nucleate cell" ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0002242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001407
            ]
        )
    ] .

obo:CL_0000227
    obo:IAO_0000115 "Any cell that has characteristic some binucleate." ;
    a owl:Class ;
    rdfs:label "binucleate cell" ;
    rdfs:subClassOf obo:CL_0000228, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001406
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001406
            ]
        )
    ] .

obo:CL_0000228
    obo:IAO_0000115 "A cell with more than one nucleus." ;
    oboInOwl:hasExactSynonym "multinucleated cells", "polynuclear cells" ;
    a owl:Class ;
    rdfs:label "multinucleate cell" ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0002242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001908
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001908
            ]
        )
    ] .

obo:CL_0000232
    obo:IAO_0000115 "A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen." ;
    oboInOwl:hasDbXref "BTO:0000424", "CALOHA:TS-0290", "FMA:81100" ;
    oboInOwl:hasExactSynonym "RBC", "red blood cell" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "erythrocyte" ;
    rdfs:subClassOf obo:CL_0000081, obo:CL_0000329, obo:CL_0000764, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030045 ;
        owl:someValuesFrom obo:GO_0005840
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001945
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002039
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000558
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000764
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030045 ;
                owl:someValuesFrom obo:GO_0005840
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001945
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002039
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0008015
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0015671
            ]
        )
    ] .

obo:CL_0000255
    obo:IAO_0000115 "Any cell that in taxon some Eukaryota." ;
    oboInOwl:hasDbXref "MESH:D005057" ;
    a owl:Class ;
    rdfs:label "eukaryotic cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002162 ;
                owl:someValuesFrom obo:NCBITaxon_2759
            ]
        )
    ] .

obo:CL_0000287
    obo:IAO_0000115 "Any photoreceptor cell that is part of some eye." ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:eye_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "eye photoreceptor cell" ;
    rdfs:subClassOf obo:CL_0000006, obo:CL_0000210, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000970
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000210
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000970
            ]
        )
    ] .

obo:CL_0000293
    obo:IAO_0000115 "A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism." ;
    a owl:Class ;
    rdfs:label "structural cell" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0000300
    obo:IAO_0000115 "A mature sexual reproductive cell having a single set of unpaired chromosomes." ;
    oboInOwl:hasDbXref "CALOHA:TS-0395", "FMA:18649", "https://cellxgene.cziscience.com/cellguide/CL_0000300" ;
    oboInOwl:hasExactSynonym "haploid nucleated cell" ;
    oboInOwl:hasRelatedSynonym "haploid germ cell" ;
    a owl:Class ;
    rdfs:label "gamete" ;
    rdfs:subClassOf obo:CL_0000413, obo:CL_0000586, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0009566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000586
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001375
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0009566
            ]
        )
    ] .

obo:CL_0000306
    oboInOwl:hasExactSynonym "lens cell" ;
    oboInOwl:inSubset cl:eye_upper_slim ;
    a owl:Class ;
    rdfs:label "crystallin accumulating cell" ;
    rdfs:subClassOf obo:CL_0000325 .

obo:CL_0000307
    obo:IAO_0000115 "An epithelial cell found in the trachea." ;
    oboInOwl:hasDbXref "FMA:74793" ;
    oboInOwl:hasExactSynonym "tracheocyte" ;
    a owl:Class ;
    rdfs:comment "This class is for the vertebrate tracheal structure. For the analagous insect cell type, see 'respiratory tube epithelial cell'" ;
    rdfs:label "tracheal epithelial cell" ;
    rdfs:subClassOf obo:CL_0002202, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000377
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:CL_0000313
    obo:IAO_0000115 "Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid." ;
    oboInOwl:hasDbXref "BTO:0003687", "FMA:62511" ;
    oboInOwl:hasExactSynonym "serous cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "serous secreting cell" ;
    rdfs:subClassOf obo:CL_0000159 .

obo:CL_0000325
    obo:IAO_0000115 "A cell that is specialised to accumulate a particular substance(s)." ;
    oboInOwl:inSubset ubprop:_upper_level ;
    a owl:Class ;
    rdfs:label "stuff accumulating cell" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0000327
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "extracellular matrix secreting cell" ;
    rdfs:subClassOf obo:CL_0000499 .

obo:CL_0000329
    obo:IAO_0000115 "Any cell that is capable of some oxygen transport." ;
    a owl:Class ;
    rdfs:label "oxygen accumulating cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0015671
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0015671
            ]
        )
    ] .

obo:CL_0000333
    obo:IAO_0000115 "A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body." ;
    oboInOwl:hasDbXref "FMA:86667" ;
    a owl:Class ;
    rdfs:label "migratory neural crest cell" ;
    rdfs:subClassOf obo:CL_0000219, obo:CL_0011012, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0007004
    ] .

obo:CL_0000335
    obo:IAO_0000115 "A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors." ;
    a owl:Class ;
    rdfs:label "mesenchyme condensation cell" ;
    rdfs:subClassOf obo:CL_0008019 .

obo:CL_0000339
    obo:IAO_0000115 "An early neural cell developing from the early ependymal cell of the neural tube." ;
    oboInOwl:hasDbXref "FMA:70564" ;
    oboInOwl:hasExactSynonym "spongioblast" ;
    a owl:Class ;
    rdfs:label "glioblast (sensu Vertebrata)" ;
    rdfs:subClassOf obo:CL_0000030, obo:CL_0000123, obo:CL_0011026 .

obo:CL_0000347
    obo:IAO_0000115 "A cell of the sclera of the eye." ;
    oboInOwl:inSubset cl:eye_upper_slim ;
    a owl:Class ;
    rdfs:label "scleral cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, obo:CL_0000293, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000293
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001773
            ]
        )
    ] .

obo:CL_0000348
    obo:IAO_0000115 "A structural cell that is part of optic choroid." ;
    oboInOwl:inSubset cl:eye_upper_slim ;
    a owl:Class ;
    rdfs:label "choroidal cell of the eye" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, obo:CL_0000293, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000293
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001776
            ]
        )
    ] .

obo:CL_0000349
    obo:IAO_0000115 "Any cell that is part of some extraembryonic structure." ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim ;
    a owl:Class ;
    rdfs:label "extraembryonic cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000478
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000478
            ]
        )
    ] .

obo:CL_0000351
    obo:IAO_0000115 "An extraembryonic cell that develops from a trophectodermal cell. This cell is found in the outer layer of the blastocyst and can invade other structures in the uterus once the blastocyst implants into the uterine wall. A trophoblast cell is involved in the implantation of the embryo into the uterine wall, placental formation, remodelling of maternal vasculature in the uterus, nutrient and gas exchange, hormone production, and immune modulation to support fetal development." ;
    oboInOwl:hasDbXref "FMA:83028", "https://cellxgene.cziscience.com/cellguide/CL_0000351" ;
    oboInOwl:hasExactSynonym "trophoblastic cell" ;
    a owl:Class ;
    rdfs:label "trophoblast cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000349, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_1000274
    ] .

obo:CL_0000352
    obo:IAO_0000115 "A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation." ;
    a owl:Class ;
    rdfs:label "epiblast cell" ;
    rdfs:subClassOf obo:CL_0000052 .

obo:CL_0000353
    obo:IAO_0000115 "An undifferentiated cell produced by early cleavages of the fertilized egg (zygote)." ;
    oboInOwl:hasDbXref "BTO:0001473", "FMA:72551" ;
    oboInOwl:hasExactSynonym "blastomere" ;
    a owl:Class ;
    rdfs:label "blastoderm cell" ;
    rdfs:subClassOf obo:CL_0000007 .

obo:CL_0000355
    obo:IAO_0000115 "A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell." ;
    oboInOwl:hasDbXref "FMA:86767" ;
    a owl:Class ;
    rdfs:comment "Multi-potency demonstrated ex vivo.  At the time of writing, it is unclear whether the endogenous population differentiates into multiple cell types in vivo." ;
    rdfs:label "multi-potent skeletal muscle stem cell" ;
    rdfs:subClassOf obo:CL_0000048, obo:CL_0000188 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000048
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:CL_0000359
    obo:IAO_0000115 "A smooth muscle cell associated with the vasculature." ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0000359" ;
    oboInOwl:hasExactSynonym "VSMC", "vascular smooth muscle cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "vascular associated smooth muscle cell" ;
    rdfs:subClassOf obo:CL_0000192, obo:CL_4033054, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002049
            ]
        )
    ] .

obo:CL_0000362
    obo:IAO_0000115 "An epithelial cell of the integument (the outer layer of an organism)." ;
    oboInOwl:hasDbXref "BTO:0001470", "CALOHA:TS-0283", "FMA:62411", "MESH:D000078404" ;
    oboInOwl:hasExactSynonym "cell of epidermis" ;
    oboInOwl:hasNarrowSynonym "epithelial cell of skin" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "epidermal cell" ;
    rdfs:subClassOf obo:CL_0002159, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007376
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007376
            ]
        )
    ] .

obo:CL_0000365
    obo:IAO_0000115 "Diploid cell produced by the fusion of sperm cell nucleus and egg cell." ;
    oboInOwl:hasBroadSynonym "zygote" ;
    oboInOwl:hasDbXref "BTO:0000854", "EHDAA2:0004546", "FMA:72395" ;
    a owl:Class ;
    rdfs:label "animal zygote" ;
    rdfs:subClassOf obo:CL_0000007, obo:CL_0000255, obo:CL_0010017, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0010017
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002162 ;
                owl:someValuesFrom obo:NCBITaxon_33208
            ]
        )
    ] .

obo:CL_0000377
    a owl:Class ;
    rdfs:label "tracheoblast" ;
    rdfs:subClassOf obo:CL_0000069 .

obo:CL_0000393
    obo:IAO_0000115 "A cell whose function is determined by its response to an electric signal." ;
    a owl:Class ;
    rdfs:label "electrically responsive cell" ;
    rdfs:subClassOf obo:CL_0000211 .

obo:CL_0000397
    obo:IAO_0000115 "Any interneuron that has its soma located in some ganglion." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "ganglion interneuron" ;
    rdfs:subClassOf obo:CL_0000099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0000045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0000045
            ]
        )
    ] .

obo:CL_0000404
    obo:IAO_0000115 "A cell that initiates an electrical signal and passes that signal to another cell." ;
    a owl:Class ;
    rdfs:label "electrically signaling cell" ;
    rdfs:subClassOf obo:CL_0000211 .

obo:CL_0000412
    obo:IAO_0000115 "A cell that contains more than two haploid sets of chromosomes." ;
    a owl:Class ;
    rdfs:label "polyploid cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001377
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001377
            ]
        )
    ] .

obo:CL_0000413
    obo:IAO_0000115 "A cell whose nucleus contains a single haploid genome." ;
    a owl:Class ;
    rdfs:label "haploid cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001375
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001375
            ]
        )
    ] .

obo:CL_0000444
    obo:IAO_0000115 "A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern." ;
    a owl:Class ;
    rdfs:comment "Examples include the somatic muscles of nemotodes and cephalopods." ;
    rdfs:label "obliquely striated muscle cell" ;
    rdfs:subClassOf obo:CL_0000737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002479
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0030017
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002479
            ]
        )
    ] .

obo:CL_0000447
    a owl:Class ;
    rdfs:label "carbohydrate secreting cell" ;
    rdfs:subClassOf obo:CL_0000151 .

obo:CL_0000457
    a owl:Class ;
    rdfs:label "biogenic amine secreting cell" ;
    rdfs:subClassOf obo:CL_0000151 .

obo:CL_0000458
    obo:IAO_0000115 "A cell type that secretes 5-Hydroxytryptamine (serotonin)." ;
    oboInOwl:hasExactSynonym "5-HT secreting cell", "5-Hydroxytryptamine secreting cell" ;
    a owl:Class ;
    rdfs:label "serotonin secreting cell" ;
    rdfs:subClassOf obo:CL_0000457, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0001820
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0001820
            ]
        )
    ] .

obo:CL_0000459
    obo:IAO_0000115 "A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme." ;
    oboInOwl:hasExactSynonym "noradrenaline secreting cell", "norepinephrin secreting cell", "norepinephrine secreting cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "noradrenergic cell" ;
    rdfs:subClassOf obo:CL_0000457, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0048243
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0048243
            ]
        )
    ] .

obo:CL_0000488
    obo:IAO_0000115 "A photoreceptor cell that detects visible light." ;
    a owl:Class ;
    rdfs:label "visible light photoreceptor cell" ;
    rdfs:subClassOf obo:CL_0000210, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0009584
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000210
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0009584
            ]
        )
    ] .

obo:CL_0000499
    obo:IAO_0000115 "A connective tissue cell of an organ found in the loose connective tissue." ;
    oboInOwl:hasDbXref "BTO:0002064", "FMA:83624" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "stromal cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0002320, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000134
    ] .

obo:CL_0000513
    obo:IAO_0000115 "A precursor cell destined to differentiate into cardiac muscle cell." ;
    oboInOwl:hasDbXref "FMA:84797" ;
    oboInOwl:hasExactSynonym "cardiac muscle progenitor cell", "cardiomyocyte progenitor cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "cardiac muscle myoblast" ;
    rdfs:subClassOf obo:CL_0002494, obo:CL_0010021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000056
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001133
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002203 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:CL_0000514
    obo:IAO_0000115 "A precursor cell destined to differentiate into smooth muscle myocytes." ;
    oboInOwl:hasDbXref "FMA:84798", "https://cellxgene.cziscience.com/cellguide/CL_0000514" ;
    oboInOwl:hasExactSynonym "myoblast, smooth muscle" ;
    oboInOwl:hasRelatedSynonym "satellite cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "smooth muscle myoblast" ;
    rdfs:subClassOf obo:CL_0000056, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002203 ;
        owl:someValuesFrom obo:CL_0000192
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000056
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002203 ;
                owl:someValuesFrom obo:CL_0000192
            ]
        )
    ] .

obo:CL_0000515
    obo:IAO_0000115 "A myoblast that differentiates into skeletal muscle fibers." ;
    oboInOwl:hasDbXref "FMA:84799" ;
    oboInOwl:hasExactSynonym "skeletal myoblast" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "skeletal muscle myoblast" ;
    rdfs:subClassOf obo:CL_0000056, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000355
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002203 ;
        owl:someValuesFrom obo:CL_0008002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000056
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002203 ;
                owl:someValuesFrom obo:CL_0008002
            ]
        )
    ] .

obo:CL_0000525
    obo:IAO_0000115 "A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy." ;
    oboInOwl:hasDbXref "FMA:83043" ;
    oboInOwl:hasExactSynonym "syncytial trophoblast cell", "syncytiotrophoblastic cell" ;
    oboInOwl:hasRelatedSynonym "plasmidotrophoblast cell", "syntrophoblast cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "syncytiotrophoblast cell" ;
    rdfs:subClassOf obo:CL_0000351, obo:CL_4052002, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000371
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000351
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001908
            ]
        )
    ] .

obo:CL_0000526
    obo:IAO_0000115 "A neuron which conveys sensory information centrally from the periphery." ;
    oboInOwl:hasDbXref "FMA:87653" ;
    oboInOwl:hasExactSynonym "input neuron" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "afferent neuron" ;
    rdfs:subClassOf obo:CL_0000540 .

obo:CL_0000527
    obo:IAO_0000115 "A neuron which sends impulses peripherally to activate muscles or secretory cells." ;
    oboInOwl:hasExactSynonym "output neuron" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "efferent neuron" ;
    rdfs:subClassOf obo:CL_0000540 .

obo:CL_0000540
    obo:IAO_0000115 "The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system." ;
    oboInOwl:hasDbXref "BTO:0000938", "CALOHA:TS-0683", "FMA:54527", "VHOG:0001483", "WBbt:0003679" ;
    oboInOwl:hasExactSynonym "nerve cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "These cells are also reportedly CD4-negative and CD200-positive. They are also capable of producing CD40L and IFN-gamma." ;
    rdfs:label "neuron" ;
    rdfs:subClassOf obo:CL_0000393, obo:CL_0000404, obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0019226
    ] .

obo:CL_0000542
    obo:IAO_0000115 "A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin." ;
    oboInOwl:hasDbXref "BTO:0000775", "CALOHA:TS-0583", "FMA:62863", "MESH:D008214", "VHOG:0001535" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Editors note: consider adding taxon constraint to vertebrata (PMID:18025161)" ;
    rdfs:label "lymphocyte" ;
    rdfs:subClassOf obo:CL_0000842, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0017500
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0000792
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0040072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000051
    ] ;
    owl:disjointWith obo:CL_0000766 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000738
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0017500
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0000792
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001407
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0040072
            ]
        )
    ] .

obo:CL_0000547
    obo:IAO_0000115 "An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers." ;
    oboInOwl:hasDbXref "FMA:83518" ;
    oboInOwl:hasExactSynonym "rubriblast" ;
    oboInOwl:hasRelatedSynonym "pronormoblast" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "proerythroblast" ;
    rdfs:subClassOf obo:CL_0000764, obo:CL_0002242, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0017503
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005730
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0040072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000001945
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000764
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0017503
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0005730
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002505
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0040072
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000001945
            ]
        )
    ] .

obo:CL_0000549
    obo:IAO_0000115 "A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers." ;
    oboInOwl:hasDbXref "FMA:83505" ;
    oboInOwl:hasExactSynonym "basophilic normoblast", "early erythroblast", "early normoblast", "prorubricyte" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "basophilic erythroblast" ;
    rdfs:subClassOf obo:CL_0000765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0017503
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0000792
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000001945
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000765
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0017503
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0000792
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000001945
            ]
        )
    ] .

obo:CL_0000550
    obo:IAO_0000115 "A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers." ;
    oboInOwl:hasDbXref "FMA:83506" ;
    oboInOwl:hasExactSynonym "intermediate erythroblast", "intermediate normoblast", "polychromatic erythroblast", "polychromatic normoblast", "polychromatophilic normoblast", "rubricyte" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "polychromatophilic erythroblast" ;
    rdfs:subClassOf obo:CL_0000765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0017504
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0000792
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000001945
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000549
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000765
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0017504
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0000792
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000001945
            ]
        )
    ] .

obo:CL_0000552
    obo:IAO_0000115 "The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated." ;
    oboInOwl:hasDbXref "FMA:84646" ;
    oboInOwl:hasExactSynonym "acidophilic erythroblast", "eosinophilic erythroblast", "late erythoblast", "orthochromatic normoblast", "pyknotic eto enrythroblast" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "orthochromatic erythroblast" ;
    rdfs:subClassOf obo:CL_0000765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0017502
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0030263
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000550
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000765
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0017502
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom obo:GO_0030263
            ]
        )
    ] .

obo:CL_0000553
    obo:IAO_0000115 "The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative)." ;
    oboInOwl:hasDbXref "BTO:0001164", "CALOHA:TS-0610", "FMA:84235", "MESH:D055016" ;
    oboInOwl:hasExactSynonym "CFU-Meg", "Meg-CFC", "MkP", "colony-forming unit-megakaryocyte", "megacaryoblast", "megacaryocyte progenitor cell", "megakaryoblast", "megakaryocytic progenitor cell" ;
    oboInOwl:hasRelatedSynonym "promegacaryocyte", "promegakaryocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Lineage negative is described here as CD2-negative, CD3-negative, CD4-negative, CD5-negative, CD8a-negative, CD14-negative, CD19-negative, CD20-negative, CD56-negative, Ly6g-negative, and Ter119-negative." ;
    rdfs:label "megakaryocyte progenitor cell" ;
    rdfs:subClassOf obo:CL_0000763, obo:CL_0000839, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0007113
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030219
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000839
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0007113
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030219
            ]
        )
    ] .

obo:CL_0000556
    obo:IAO_0000115 "A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release." ;
    oboInOwl:hasDbXref "BTO:0000843", "CALOHA:TS-0611", "FMA:83555" ;
    oboInOwl:hasExactSynonym "megacaryocyte", "megalocaryocyte", "megalokaryocyte" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Megakaryocytes are reportedly CD181-positive and CD182-positive." ;
    rdfs:label "megakaryocyte" ;
    rdfs:subClassOf obo:CL_0000763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001393
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000553
    ] ;
    owl:disjointWith obo:CL_0000764 .

obo:CL_0000558
    obo:IAO_0000115 "An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds." ;
    oboInOwl:hasDbXref "BTO:0001173", "CALOHA:TS-0864", "MESH:D012156" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "reticulocyte" ;
    rdfs:subClassOf obo:CL_0000764, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000001945
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000552
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0071971
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000764
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000001945
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0071971
            ]
        )
    ] .

obo:CL_0000562
    obo:IAO_0000115 "An erythrocyte having a nucleus." ;
    oboInOwl:hasBroadSynonym "RBC", "red blood cell" ;
    a owl:Class ;
    rdfs:label "nucleate erythrocyte" ;
    rdfs:subClassOf obo:CL_0000232, obo:CL_0002242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002421
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000232
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002505
            ]
        )
    ] .

obo:CL_0000566
    obo:IAO_0000115 "A mesenchymal stem cell capable of developing into blood vessel endothelium." ;
    oboInOwl:hasExactSynonym "angioblast", "chondroplast" ;
    a owl:Class ;
    rdfs:comment "These cells are reportedly CD31-positive, CD34-positive, CD144-positive, CD309-positive, and TAL1-positive." ;
    rdfs:label "angioblastic mesenchymal cell" ;
    rdfs:subClassOf obo:CL_0000134, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000001444
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000002112
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000016043
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000134
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000001444
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000002112
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000016043
            ]
        )
    ] .

obo:CL_0000569
    obo:IAO_0000115 "A mesenchymal cell found in the developing heart and that develops into some part of the heart.  These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "cardiac mesenchymal cell" ;
    rdfs:subClassOf obo:CL_0008019, obo:CL_2000073, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002203 ;
        owl:someValuesFrom obo:CL_0002494
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0008019
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002203 ;
                owl:someValuesFrom obo:CL_0002494
            ]
        )
    ] .

obo:CL_0000573
    obo:IAO_0000115 "One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision." ;
    oboInOwl:hasDbXref "BTO:0001036", "CALOHA:TS-0866", "FMA:67748" ;
    oboInOwl:hasRelatedSynonym "cone" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "retinal cone cell" ;
    rdfs:subClassOf obo:CL_0010009, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002672
    ] .

obo:CL_0000575
    obo:IAO_0000115 "An epithelial cell of the cornea." ;
    oboInOwl:hasDbXref "BTO:0004298", "CALOHA:TS-0173", "FMA:70551" ;
    oboInOwl:hasExactSynonym "epithelial cell of cornea" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:eye_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "corneal epithelial cell" ;
    rdfs:subClassOf obo:CL_0000076, obo:CL_0002159, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001772
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000076
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001772
            ]
        )
    ] .

obo:CL_0000586
    obo:IAO_0000115 "The reproductive cell in multicellular organisms." ;
    oboInOwl:hasDbXref "BTO:0000535", "NCIT:C12597", "VHOG:0001534", "WBbt:0006796" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "germ cell" ;
    rdfs:subClassOf obo:CL_0000039, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0009566
    ] .

obo:CL_0000593
    obo:IAO_0000115 "A steroid hormone secreting cell that secretes androgen." ;
    a owl:Class ;
    rdfs:label "androgen secreting cell" ;
    rdfs:subClassOf obo:CL_0000174, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0035935
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0035935
            ]
        )
    ] .

obo:CL_0000595
    obo:IAO_0000115 "An erythrocyte lacking a nucleus." ;
    oboInOwl:hasBroadSynonym "red blood cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "enucleate erythrocyte" ;
    rdfs:subClassOf obo:CL_0000225, obo:CL_0000232, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002422
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000232
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001405
            ]
        )
    ] .

obo:CL_0000598
    obo:IAO_0000115 "Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala." ;
    oboInOwl:hasDbXref "BTO:0003102", "FMA:67310", "FMA:86775", "NIFSTD:sao862606388" ;
    oboInOwl:hasExactSynonym "projection neuron", "pyramidal cell" ;
    oboInOwl:inSubset cl:BDS_subset, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "pyramidal neuron" ;
    rdfs:subClassOf obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070015
            ]
        )
    ] .

obo:CL_0000604
    obo:IAO_0000115 "One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision." ;
    oboInOwl:hasDbXref "BTO:0001024", "CALOHA:TS-0870", "FMA:67747" ;
    oboInOwl:hasRelatedSynonym "rod" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "retinal rod cell" ;
    rdfs:subClassOf obo:CL_0010009, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002672
    ] .

obo:CL_0000622
    obo:IAO_0000115 "A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus)." ;
    oboInOwl:hasDbXref "FMA:83625", "MESH:D061354", "https://cellxgene.cziscience.com/cellguide/CL_0000622" ;
    oboInOwl:hasExactSynonym "acinic cell", "acinous cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "acinar cell" ;
    rdfs:subClassOf obo:CL_0000150, obo:CL_0000154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009842
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000150
            obo:CL_0000154
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009842
            ]
        )
    ] .

obo:CL_0000630
    obo:IAO_0000115 "A cell whose primary function is to support other cell types." ;
    oboInOwl:hasDbXref "BTO:0002315" ;
    oboInOwl:hasExactSynonym "supportive cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "supporting cell" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0000666
    obo:IAO_0000115 "An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues." ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0000666" ;
    oboInOwl:hasExactSynonym "window cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "fenestrated endothelial cell" ;
    rdfs:subClassOf obo:CL_0000115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002064
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002064
            ]
        )
    ] .

obo:CL_0000667
    obo:IAO_0000115 "An extracellular matrix secreting cell that secretes collagen." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "collagen secreting cell" ;
    rdfs:subClassOf obo:CL_0000327 .

obo:CL_0000670
    obo:IAO_0000115 "A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells." ;
    oboInOwl:hasDbXref "FMA:70567" ;
    oboInOwl:hasExactSynonym "gonocyte", "primitive germ cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "primordial germ cell" ;
    rdfs:subClassOf obo:CL_0000039, obo:CL_0000219, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000039
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0048870
            ]
        )
    ] .

obo:CL_0000675
    obo:IAO_0000115 "A mature sexual reproductive cell of the female germline." ;
    a owl:Class ;
    rdfs:label "female gamete" ;
    rdfs:subClassOf obo:CL_0000021, obo:CL_0000300 .

obo:CL_0000680
    obo:IAO_0000115 "A non-terminally differentiated cell that is capable of developing into a muscle cell." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "muscle precursor cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000055, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000222
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002203 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0011115
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002203 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:CL_0000691
    obo:IAO_0000115 "Any interneuron that has characteristic some stellate morphology." ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "stellate interneuron" ;
    rdfs:subClassOf obo:CL_0000099, obo:CL_0000122 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070010
            ]
        )
    ] .

obo:CL_0000693
    obo:IAO_0000115 "An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts." ;
    oboInOwl:hasExactSynonym "NGF cell", "neuroglioform cell", "spiderweb cell" ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "neurogliaform cell" ;
    rdfs:subClassOf obo:CL_0000099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070001
            ]
        )
    ] .

obo:CL_0000696
    obo:IAO_0000115 "A cell that stores and secretes pancreatic polypeptide hormone." ;
    oboInOwl:hasDbXref "FMA:62938", "FMA:83409", "https://cellxgene.cziscience.com/cellguide/CL_0000696" ;
    oboInOwl:hasExactSynonym "type F enteroendocrine cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "PP cell" ;
    rdfs:subClassOf obo:CL_0000164, obo:CL_0000167 .

obo:CL_0000710
    obo:IAO_0000115 "Epithelial cells derived from neural plate and neural crest." ;
    oboInOwl:hasBroadSynonym "neuroepithelial cell" ;
    oboInOwl:hasDbXref "BTO:0004301", "FMA:70557" ;
    a owl:Class ;
    rdfs:comment "The term \"neuroepithelial cell\" is used to describe both this cell type and sensory epithelial cell (CL:0000098)." ;
    rdfs:label "neurecto-epithelial cell" ;
    rdfs:subClassOf obo:CL_0000075, obo:CL_0002077, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002077
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000133
            ]
        )
    ] .

obo:CL_0000723
    obo:IAO_0000115 "A stem cell that can give rise to cell types of the body other than those of the germ-line." ;
    oboInOwl:hasDbXref "CALOHA:TS-2086", "MESH:D053687" ;
    a owl:Class ;
    rdfs:label "somatic stem cell" ;
    rdfs:subClassOf obo:CL_0000034, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0048103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000034
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0048103
            ]
        )
    ] .

obo:CL_0000737
    obo:IAO_0000115 "Muscle cell which has as its direct parts myofilaments organized into sarcomeres." ;
    oboInOwl:hasDbXref "BTO:0002916", "CALOHA:TS-2157", "FMA:86936" ;
    a owl:Class ;
    rdfs:label "striated muscle cell" ;
    rdfs:subClassOf obo:CL_0000187, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0030017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001410
    ] ;
    owl:disjointWith obo:CL_0008000 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0030017
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001410
            ]
        )
    ] .

obo:CL_0000738
    obo:IAO_0000115 "An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue." ;
    oboInOwl:hasDbXref "BTO:0000751", "CALOHA:TS-0549", "FMA:62852", "MESH:D007962", "NCIT:C12529" ;
    oboInOwl:hasExactSynonym "leucocyte", "white blood cell" ;
    oboInOwl:hasRelatedSynonym "immune cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "leukocyte" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000219, obo:CL_0000255, obo:CL_0000988, obo:CL_0002242, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002405
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000037
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0001667
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002505
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0001667
            ]
        )
    ] .

obo:CL_0000740
    obo:IAO_0000115 "The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve." ;
    oboInOwl:hasDbXref "BTO:0001800", "FMA:67765", "MESH:D012165" ;
    oboInOwl:hasExactSynonym "gangliocyte", "ganglion cell of retina" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:eye_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "retinal ganglion cell" ;
    rdfs:subClassOf obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] .

obo:CL_0000746
    obo:IAO_0000115 "Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei." ;
    oboInOwl:hasBroadSynonym "cardiocyte" ;
    oboInOwl:hasDbXref "BTO:0001539", "CALOHA:TS-0115", "FMA:14067", "MESH:D032383", "https://cellxgene.cziscience.com/cellguide/CL_0000746" ;
    oboInOwl:hasExactSynonym "cardiac muscle fiber", "cardiac myocyte", "cardiomyocyte", "heart muscle cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "This class encompasses the muscle cells responsible for heart* contraction in both vertebrates and arthropods.  The ultrastucture of a wide range of arthropod heart cells has been examined including spiders, horseshoe crabs, crustaceans (see Sherman, 1973 and refs therein) and insects (see Lehmacher et al (2012) and refs therein).  According to these refs, the cells participating in heart contraction in all cases are transversely striated.  Insects hearts additionally contain ostial cells, also transversely striated muscle cells, but which do not participate in heart contraction." ;
    rdfs:label "cardiac muscle cell" ;
    rdfs:subClassOf obo:CL_0000737, obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002478
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0060047
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000513
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007100
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0030017
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002478
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom obo:GO_0060047
            ]
        )
    ] .

obo:CL_0000763
    obo:IAO_0000115 "A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage." ;
    oboInOwl:hasDbXref "BTO:0001441", "CALOHA:TS-0647", "MESH:D022423" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "myeloid cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, obo:CL_0000988, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000049
            ]
        )
    ] .

obo:CL_0000764
    obo:IAO_0000115 "A immature or mature cell in the lineage leading to and including erythrocytes." ;
    oboInOwl:hasDbXref "CALOHA:TS-0290", "FMA:62845", "FMA:83516" ;
    oboInOwl:hasExactSynonym "erythropoietic cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Note that in FMA erythropoietic cells are types of nucleated erythrocytes and thus don't include erythrocytes." ;
    rdfs:label "erythroid lineage cell" ;
    rdfs:subClassOf obo:CL_0000763 .

obo:CL_0000765
    obo:IAO_0000115 "A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers." ;
    oboInOwl:hasDbXref "BTO:0001571", "CALOHA:TS-0289", "FMA:83504", "MESH:D004900" ;
    oboInOwl:hasExactSynonym "normoblast" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "erythroblast" ;
    rdfs:subClassOf obo:CL_0000764, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030045 ;
        owl:someValuesFrom obo:GO_0005730
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000547
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000764
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0005634
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030045 ;
                owl:someValuesFrom obo:GO_0005730
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030218
            ]
        )
    ] .

obo:CL_0000766
    obo:IAO_0000115 "A cell of the monocyte, granulocyte, or mast cell lineage." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "myeloid leukocyte" ;
    rdfs:subClassOf obo:CL_0000738, obo:CL_0000763 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000738
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000049
            ]
        )
    ] .

obo:CL_0000837
    obo:IAO_0000115 "A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans." ;
    oboInOwl:hasDbXref "BTO:0000725", "CALOHA:TS-0448" ;
    oboInOwl:hasExactSynonym "MPP", "hemopoietic progenitor cell" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Markers differ between mouse and human." ;
    rdfs:label "hematopoietic multipotent progenitor cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, obo:CL_0008001, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001869
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000001003
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000037
    ] ;
    owl:disjointWith obo:CL_0002032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001869
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001402
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000001003
            ]
        )
    ] .

obo:CL_0000838
    obo:IAO_0000115 "A progenitor cell restricted to the lymphoid lineage." ;
    oboInOwl:hasBroadSynonym "lymphoid progenitor cell" ;
    oboInOwl:hasDbXref "BTO:0004731", "CALOHA:TS-2025", "FMA:70338" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "Note that this is a class of cell types, not an identified single cell type." ;
    rdfs:label "lymphoid lineage restricted progenitor cell" ;
    rdfs:subClassOf obo:CL_0002031, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030098
    ] ;
    owl:disjointWith obo:CL_0000839 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002031
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030098
            ]
        )
    ] .

obo:CL_0000839
    obo:IAO_0000115 "A progenitor cell restricted to the myeloid lineage." ;
    oboInOwl:hasBroadSynonym "myeloid progenitor cell" ;
    oboInOwl:hasDbXref "BTO:0004730", "CALOHA:TS-2099", "FMA:70339" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Note that this is a class of cell types, not an identified single cell type." ;
    rdfs:label "myeloid lineage restricted progenitor cell" ;
    rdfs:subClassOf obo:CL_0002031, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002031
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030099
            ]
        )
    ] .

obo:CL_0000842
    obo:IAO_0000115 "A leukocyte with a single non-segmented nucleus in the mature form." ;
    oboInOwl:hasDbXref "BTO:0000878", "CALOHA:TS-0768", "FMA:86713" ;
    oboInOwl:hasExactSynonym "mononuclear cell" ;
    oboInOwl:hasNarrowSynonym "peripheral blood mononuclear cell" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "mononuclear leukocyte" ;
    rdfs:subClassOf obo:CL_0000226, obo:CL_0000738 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000738
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001407
            ]
        )
    ] .

obo:CL_0000850
    obo:IAO_0000115 "A neuron that releases serotonin as a neurotransmitter." ;
    oboInOwl:hasDbXref "MESH:D059326", "WBbt:0006837" ;
    oboInOwl:hasExactSynonym "5-HT neuron", "5-hydroxytryptamine neuron" ;
    oboInOwl:hasRelatedSynonym "serotinergic neuron" ;
    a owl:Class ;
    rdfs:label "serotonergic neuron" ;
    rdfs:subClassOf obo:CL_0000458, obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0060096
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0060096
            ]
        )
    ] .

obo:CL_0000988
    obo:IAO_0000115 "A cell of a hematopoietic lineage." ;
    oboInOwl:hasDbXref "BTO:0000574", "CALOHA:TS-2017", "FMA:70366", "FMA:83598" ;
    oboInOwl:hasExactSynonym "haematopoietic cell", "haemopoietic cell", "hemopoietic cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "hematopoietic cell" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0001035
    obo:IAO_0000115 "A connective tissue cell found in bone." ;
    terms:contributor <https://orcid.org/0000-0001-9990-8331> ;
    oboInOwl:creation_date "2011-11-16T04:28:16Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0001035" ;
    oboInOwl:inSubset cl:general_cell_types_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "bone cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:CL_0001060
    obo:IAO_0000115 "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-01-06T03:43:27Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "hematopoietic oligopotent progenitor cell, lineage-negative" ;
    rdfs:subClassOf obo:CL_0002032, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002032
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001401
            ]
        )
    ] .

obo:CL_0001061
    obo:IAO_0000115 "A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models." ;
    terms:contributor <https://orcid.org/0000-0001-9990-8331> ;
    terms:date "2017-01-30T18:53:32Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&code=C12913" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "https://github.com/obophenotype/cell-ontology/issues/448" ;
    rdfs:label "abnormal cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0000460
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0000460
            ]
        )
    ] .

obo:CL_0001063
    obo:IAO_0000115 "An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism." ;
    terms:contributor <https://orcid.org/0000-0001-9990-8331> ;
    terms:date "2017-01-30T19:16:26Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&code=C12922" ;
    oboInOwl:hasRelatedSynonym "tumor cell", "tumour cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "https://github.com/obophenotype/cell-ontology/issues/448" ;
    rdfs:label "neoplastic cell" ;
    rdfs:subClassOf obo:CL_0001061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002011
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0001061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002011
            ]
        )
    ] .

obo:CL_0001064
    obo:IAO_0000115 "A neoplastic cell that is capable of entering a surrounding tissue" ;
    terms:contributor <https://orcid.org/0000-0001-9990-8331> ;
    terms:date "2017-01-30T19:39:12Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&code=C12917" ;
    oboInOwl:hasRelatedSynonym "cancer cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "https://github.com/obophenotype/cell-ontology/issues/448" ;
    rdfs:label "malignant cell" ;
    rdfs:subClassOf obo:CL_0001063, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0001063
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002097
            ]
        )
    ] .

obo:CL_0001066
    obo:IAO_0000115 "A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative)." ;
    oboInOwl:hasDbXref "BTO:0004911" ;
    oboInOwl:hasRelatedSynonym "blast forming unit erythroid", "burst forming unit erythroid", "colony forming unit erythroid", "erythroid stem cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "erythroid progenitor cell, mammalian" ;
    rdfs:subClassOf obo:CL_0000038, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000001889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030046 ;
        owl:someValuesFrom obo:PR_000002978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002104 ;
        owl:someValuesFrom obo:PR_000001945
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000038
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001002
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001012
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001024
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001083
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001084
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001289
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000001889
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030046 ;
                owl:someValuesFrom obo:PR_000002978
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002104 ;
                owl:someValuesFrom obo:PR_000001945
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030218
            ]
        )
    ] .

obo:CL_0002031
    obo:IAO_0000115 "A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-01-06T03:43:20Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim ;
    a owl:Class ;
    rdfs:label "hematopoietic lineage restricted progenitor cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, obo:CL_0008001, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001400
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002032
    ] ;
    owl:disjointWith obo:CL_0002032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001400
            ]
        )
    ] .

obo:CL_0002032
    obo:IAO_0000115 "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-01-06T03:43:27Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "This cell type is intended to be compatible with any vertebrate hematopoietic oligopotent progenitor cell.  For mammalian hematopoietic oligopotent progenitor cells known to be lineage-negative, please use the term 'hematopoietic oligopotent progenitor cell' (CL_0001060)." ;
    rdfs:label "hematopoietic oligopotent progenitor cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, obo:CL_0008001, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001401
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001401
            ]
        )
    ] .

obo:CL_0002067
    obo:IAO_0000115 "An enteroendocrine cell that produces glucagon." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-10T10:48:54Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:62939", "https://cellxgene.cziscience.com/cellguide/CL_0002067" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "type A enteroendocrine cell" ;
    rdfs:subClassOf obo:CL_0000164, obo:CL_0000170 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000164
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0070091
            ]
        )
    ] .

obo:CL_0002068
    obo:IAO_0000115 "Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-06-28T08:36:15Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0001032", "FMA:14146" ;
    oboInOwl:hasExactSynonym "Purkinje cell fiber", "Purkinje muscle cell", "myocytus conducens cardiacus" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte" ;
    rdfs:subClassOf obo:CL_0002086 .

obo:CL_0002072
    obo:IAO_0000115 "A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-06-29T11:41:37Z"^^xsd:dateTime ;
    oboInOwl:hasBroadSynonym "pacemaker cell" ;
    oboInOwl:hasDbXref "BTO:0004190", "FMA:67101" ;
    oboInOwl:hasExactSynonym "P cell", "cardiac pacemaker cell", "myocytus nodalis" ;
    a owl:Class ;
    rdfs:label "nodal myocyte" ;
    rdfs:subClassOf obo:CL_0002086 .

obo:CL_0002073
    obo:IAO_0000115 "Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-06-29T02:39:32Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:67142" ;
    a owl:Class ;
    rdfs:label "transitional myocyte" ;
    rdfs:subClassOf obo:CL_0002086 .

obo:CL_0002074
    obo:IAO_0000115 "The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides)." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-06-29T11:50:47Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:67111" ;
    a owl:Class ;
    rdfs:label "myocardial endocrine cell" ;
    rdfs:subClassOf obo:CL_0000163, obo:CL_0002086 .

obo:CL_0002076
    obo:IAO_0000115 "An epithelial cell derived from endoderm." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-06-29T03:38:14Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:69075" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "endo-epithelial cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000066, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000223
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000223
            ]
        )
    ] .

obo:CL_0002077
    obo:IAO_0000115 "An epithelial cell derived from ectoderm." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-06-29T03:38:22Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:69074" ;
    a owl:Class ;
    rdfs:label "ecto-epithelial cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000066, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000221
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000221
            ]
        )
    ] .

obo:CL_0002078
    obo:IAO_0000115 "Epithelial cell derived from mesoderm or mesenchyme." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-06-29T03:49:14Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:69076" ;
    oboInOwl:hasExactSynonym "epithelial mesenchymal cell" ;
    a owl:Class ;
    rdfs:label "meso-epithelial cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000066, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000222
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000222
            ]
        )
    ] .

obo:CL_0002086
    obo:IAO_0000115 "A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-07-21T01:33:38Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:67968" ;
    a owl:Class ;
    rdfs:label "specialized cardiac myocyte" ;
    rdfs:subClassOf obo:CL_0000746 .

obo:CL_0002087
    obo:IAO_0000115 "A leukocyte that lacks granules." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-07-22T11:30:33Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:62855" ;
    oboInOwl:hasExactSynonym "agranular leukocyte" ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim ;
    a owl:Class ;
    rdfs:label "nongranular leukocyte" ;
    rdfs:subClassOf obo:CL_0000738, [
        a owl:Restriction ;
        owl:onProperty obo:CL_4030045 ;
        owl:someValuesFrom obo:GO_0030141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000738
            [
                a owl:Restriction ;
                owl:onProperty obo:CL_4030045 ;
                owl:someValuesFrom obo:GO_0030141
            ]
        )
    ] .

obo:CL_0002092
    obo:IAO_0000115 "A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-07-22T04:48:15Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0004850", "FMA:83621", "MESH:D001854" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "MH consider whether bone marrow cells are bone cells in the structural sense vs. being part of bone organ sense." ;
    rdfs:label "bone marrow cell" ;
    rdfs:subClassOf obo:CL_0001035, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002371
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0001035
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:CL_0002095
    obo:IAO_0000115 "A cell in the hilum of the ovary that produces androgens." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-23T11:18:18Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:18710" ;
    oboInOwl:hasExactSynonym "hilar cell of ovary" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "hilus cell of ovary" ;
    rdfs:subClassOf obo:CL_0000593, obo:CL_0002132 .

obo:CL_0002132
    obo:IAO_0000115 "A stomal cell of the ovary" ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-23T12:10:31Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:72299" ;
    oboInOwl:hasExactSynonym "ovarian stromal cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "stromal cell of ovary" ;
    rdfs:subClassOf obo:CL_0000499, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000499
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:CL_0002139
    obo:IAO_0000115 "An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-24T02:06:40Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0001854", "CALOHA:TS-1106", "FMA:67755", "https://cellxgene.cziscience.com/cellguide/CL_0002139" ;
    oboInOwl:hasExactSynonym "vascular endothelial cell" ;
    oboInOwl:hasNarrowSynonym "cubodial endothelial cell of vascular tree" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "These cells are reportedly CD31-positive, CD34-positive, CD144-positive, TAL1-positive." ;
    rdfs:label "endothelial cell of vascular tree" ;
    rdfs:subClassOf obo:CL_0000115 .

obo:CL_0002144
    obo:IAO_0000115 "An endothelial cell found in capillaries." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-24T10:15:00Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0004956", "CALOHA:TS-0112", "FMA:67756" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "capillary endothelial cell" ;
    rdfs:subClassOf obo:CL_0002653, obo:CL_2000008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000071
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001915
            ]
        )
    ] .

obo:CL_0002145
    obo:IAO_0000115 "A multi-ciliated epithelial cell located in the trachea and bronchi, characterized by a columnar shape and motile cilia on its apical surface. These cilia facilitate mucociliary clearance by moving mucus and trapped particles toward the pharynx." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-24T03:38:29Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:70542", "https://cellxgene.cziscience.com/cellguide/CL_0002145" ;
    oboInOwl:hasExactSynonym "ciliated columnar cell of tracheobronchial tree" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "The marker set C1orf194, MS4A8 can identify the Human cell type ciliated columnar cell of tracheobronchial tree in the Lung with a confidence of 0.86 (NS-Forest FBeta value).", "These cells possess numerous cilia on their surface, typically ranging from 200 to 300 per cell. The cilia vary in length, measuring between 6 to 7 μm in the upper airways (trachea) and becoming shorter, around 4 μm, in the smaller airways (terminal bronchioles). These cells form a two-layered 'coat' in the airway: the lower 'sol' layer is watery, allowing the cilia to beat in coordinated waves, while the upper 'gel' layer is thick and sticky, trapping inhaled particles." ;
    rdfs:label "multiciliated columnar cell of tracheobronchial tree" ;
    rdfs:subClassOf obo:CL_0002202, obo:CL_4030034, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002209
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015004 ;
        owl:someValuesFrom obo:CLM_1000041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000075
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008397
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0031514
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0010007
            ]
        )
    ] .

obo:CL_0002159
    obo:IAO_0000115 "Epithelial cells derived from general body ectoderm and ectoderm placodes." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-26T08:31:08Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:70556" ;
    a owl:Class ;
    rdfs:label "general ecto-epithelial cell" ;
    rdfs:subClassOf obo:CL_0002077 .

obo:CL_0002178
    obo:IAO_0000115 "An epithelial cell found in the lining of the stomach." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-25T03:22:08Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:62948" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "epithelial cell of stomach" ;
    rdfs:subClassOf obo:CL_0002251, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001276
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001276
            ]
        )
    ] .

obo:CL_0002183
    obo:IAO_0000115 "A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-08-25T03:57:08Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:62953" ;
    a owl:Class ;
    rdfs:label "stem cell of gastric gland" ;
    rdfs:subClassOf obo:CL_0000048, obo:CL_0002178, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000325
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000048
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000325
            ]
        )
    ] .

obo:CL_0002202
    obo:IAO_0000115 "An epithelial cell of the tracheobronchial tree." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-02T02:09:14Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:66816" ;
    a owl:Class ;
    rdfs:label "epithelial cell of tracheobronchial tree" ;
    rdfs:subClassOf obo:CL_0002632, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008397
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008397
            ]
        )
    ] .

obo:CL_0002209
    obo:IAO_0000115 "An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-02T02:53:59Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:69060" ;
    oboInOwl:hasExactSynonym "undifferentiated columnar cell of tracheobronchial tree" ;
    a owl:Class ;
    rdfs:label "intermediate epitheliocyte" ;
    rdfs:subClassOf obo:CL_0002202 .

obo:CL_0002222
    obo:IAO_0000115 "A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-07T10:38:03Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:70950" ;
    oboInOwl:inSubset cl:eye_upper_slim ;
    a owl:Class ;
    rdfs:label "vertebrate lens cell" ;
    rdfs:subClassOf obo:CL_0000066, obo:CL_0000306, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000965
    ] .

obo:CL_0002224
    obo:IAO_0000115 "A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-07T10:45:47Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:67559" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "lens epithelial cell" ;
    rdfs:subClassOf obo:CL_0000075, obo:CL_0002222, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001803
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000075
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001803
            ]
        )
    ] .

obo:CL_0002240
    obo:IAO_0000115 "A fibroblast in the bone marrow." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-07T02:25:18Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:84377" ;
    a owl:Class ;
    rdfs:label "marrow fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, obo:CL_0010001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:CL_0002242
    obo:IAO_0000115 "A cell containing at least one nucleus." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-07T03:32:33Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:67513" ;
    a owl:Class ;
    rdfs:label "nucleate cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002505
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002505
            ]
        )
    ] .

obo:CL_0002246
    obo:IAO_0000115 "A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells)." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-07T03:57:09Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0002669", "FMA:86711", "MESH:D000072916" ;
    oboInOwl:hasExactSynonym "PBSC" ;
    a owl:Class ;
    rdfs:label "peripheral blood stem cell" ;
    rdfs:subClassOf obo:CL_0000037, obo:CL_0000080, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000037
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000178
            ]
        )
    ] .

obo:CL_0002251
    obo:IAO_0000115 "An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-08T09:26:53Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "epithelial cell of alimentary canal" ;
    rdfs:subClassOf obo:CL_0002076, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003929
            ]
        )
    ] .

obo:CL_0002252
    obo:IAO_0000115 "An epithelial cell of the lining of the esophagus." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-08T09:28:20Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:63071" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "epithelial cell of esophagus" ;
    rdfs:subClassOf obo:CL_0002251, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001976
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001976
            ]
        )
    ] .

obo:CL_0002262
    obo:IAO_0000115 "An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-14T10:57:26Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:63134", "https://cellxgene.cziscience.com/cellguide/CL_0002262" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "endothelial cell of sinusoid" ;
    rdfs:subClassOf obo:CL_0000071, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003909
            ]
        )
    ] .

obo:CL_0002264
    obo:IAO_0000115 "A type of enteroendocrine cell found in the stomach that secretes glucagon." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-10T10:54:42Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:83411" ;
    a owl:Class ;
    rdfs:label "type A cell of stomach" ;
    rdfs:subClassOf obo:CL_0002067, obo:CL_1001517 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002067
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001276
            ]
        )
    ] .

obo:CL_0002308
    obo:IAO_0000115 "An epithelial cell of a skin gland." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-14T12:00:07Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:70657" ;
    oboInOwl:hasExactSynonym "epithelial cell of gland of skin" ;
    a owl:Class ;
    rdfs:label "epithelial cell of skin gland" ;
    rdfs:subClassOf obo:CL_0002159, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002419
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002419
            ]
        )
    ] .

obo:CL_0002319
    obo:IAO_0000115 "A cell that is part of the nervous system." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-15T01:34:57Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "CALOHA:TS-2040", "FMA:70333" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neural cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001016
            ]
        )
    ] .

obo:CL_0002320
    obo:IAO_0000115 "A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-15T03:01:54Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "CALOHA:TS-2096", "FMA:63875", "MESH:D003239" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "connective tissue cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002384
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002384
            ]
        )
    ] .

obo:CL_0002321
    obo:IAO_0000115 "A cell of the embryo." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-15T03:39:21Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "CALOHA:TS-0263", "FMA:82840", "WBbt:0007028", "https://cellxgene.cziscience.com/cellguide/CL_0002321" ;
    a owl:Class ;
    rdfs:label "embryonic cell (metazoa)" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0002328
    obo:IAO_0000115 "An epithelial cell of the bronchus." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-20T02:00:00Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0002922" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "bronchial epithelial cell" ;
    rdfs:subClassOf obo:CL_0002202, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:CL_0002332
    obo:IAO_0000115 "A multi-ciliated epithelial cell located in the bronchus epithelium, characterized by a columnar shape and motile cilia on its apical surface." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-20T02:21:12Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "ciliated epithelial cell of the bronchus" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "multiciliated epithelial cell of the bronchus" ;
    rdfs:subClassOf obo:CL_0002145, obo:CL_0002328 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000075
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002031
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0031514
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0010007
            ]
        )
    ] .

obo:CL_0002333
    obo:IAO_0000115 "An adipocyte derived from a neural crest cell." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-20T02:25:25Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "neural crest derived adipocyte" ;
    rdfs:subClassOf obo:CL_0000136, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000136
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000333
            ]
        )
    ] .

obo:CL_0002350
    obo:IAO_0000115 "An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-21T04:33:05Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:75621", "https://cellxgene.cziscience.com/cellguide/CL_0002350" ;
    oboInOwl:hasExactSynonym "endocardial endothelial cell", "endothelial cell of endocardium" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "endocardial cell" ;
    rdfs:subClassOf obo:CL_0010008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002165
            ]
        )
    ] .

obo:CL_0002352
    obo:IAO_0000115 "A hematopoietic stem cell that exists during embryogenesis." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-22T09:05:13Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "gestational hematopoietic stem cell" ;
    rdfs:subClassOf obo:CL_0000037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000037
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
        )
    ] .

obo:CL_0002363
    obo:IAO_0000115 "A keratocyte is a specialized fibroblast residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This corneal layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-22T01:57:40Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "corneal fibroblast", "corneal keratocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:eye_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "keratocyte" ;
    rdfs:subClassOf obo:CL_0000005, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001777
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001777
            ]
        )
    ] .

obo:CL_0002368
    obo:IAO_0000115 "An epithelial cell of the respiratory tract epithelium.  These cells have an endodermal origin." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-23T04:38:49Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0004533" ;
    oboInOwl:hasExactSynonym "airway epithelial cell", "respiratory epithelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "respiratory tract epithelial cell" ;
    rdfs:subClassOf obo:CL_0002076, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004802
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004802
            ]
        )
    ] .

obo:CL_0002372
    obo:IAO_0000115 "A transversely striated, multinucleated syncytial muscle cell, formed by the fusion of myoblasts during muscle development." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-24T01:13:01Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "myofiber", "myofibril" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "myotube" ;
    rdfs:subClassOf obo:CL_0000737, obo:CL_4052002, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002478
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0030017
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001908
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002478
            ]
        )
    ] .

obo:CL_0002375
    obo:IAO_0000115 "A multipotent progenitor cell that develops from a migratory neural crest cell. The schwann cell precursor is embedded among axons, with minimal extracellular space separating them from nerve cell membranes. This cell lacks a basal lamina, which distinguishes it from more mature Schwann cells. In rodents, cadherin-19 (Cdh19) serves as a specific marker for this developmental stage." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-24T02:06:10Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "Schwann cell precursor cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "Schwann cell precursor are capable of differentiating into Schwann cells and other cell types such as melanocytes, neurons, and mesenchymal cells." ;
    rdfs:label "Schwann cell precursor" ;
    rdfs:subClassOf obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:CL_0002573
    ] .

obo:CL_0002377
    obo:IAO_0000115 "A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-09-24T02:10:31Z"^^xsd:dateTime ;
    oboInOwl:hasBroadSynonym "Schwann cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "immature Schwann cell" ;
    rdfs:subClassOf obo:CL_0002573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0002375
    ] .

obo:CL_0002421
    obo:IAO_0000115 "A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-10-15T09:24:05Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "nucleated reticulocyte" ;
    rdfs:subClassOf obo:CL_0000558, obo:CL_0002242 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000558
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002505
            ]
        )
    ] .

obo:CL_0002422
    obo:IAO_0000115 "A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-10-15T09:24:08Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "CALOHA:TS-0864", "FMA:66785" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "enucleated reticulocyte" ;
    rdfs:subClassOf obo:CL_0000225, obo:CL_0000558, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005840
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000558
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0005840
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001405
            ]
        )
    ] .

obo:CL_0002453
    obo:IAO_0000115 "A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-11-10T02:51:34Z"^^xsd:dateTime ;
    oboInOwl:hasBroadSynonym "oligodendrocyte-type 2 astrocyte (O-2A) progenitor cell", "oligodendrocyte/type-2 astrocyte progenitor cell" ;
    oboInOwl:hasDbXref "MESH:D000073637" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "oligodendrocyte precursor cell" ;
    rdfs:subClassOf obo:CL_0000123, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000339
    ] .

obo:CL_0002494
    obo:IAO_0000115 "A cell located in the heart, including both muscle and non muscle cells." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-12-07T09:37:22Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0001539", "CALOHA:TS-0115", "FMA:83808", "FMA:84791" ;
    oboInOwl:hasExactSynonym "heart cell" ;
    a owl:Class ;
    rdfs:comment "From Onard of the FMA: Cardiac muscle cell or cardiac myocyte is a striated muscle cell. Cardiocyte on the other hand is any cell in the heart which includes cells other than muscle cells (e.g. endothelial cell of endocardium). Unless there is a consensus among anatomists that cardiocytes refer only to muscle cells, we will treat them as a general class of cells in the heart." ;
    rdfs:label "cardiocyte" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007100
            ]
        )
    ] .

obo:CL_0002503
    obo:IAO_0000115 "A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc" ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-12-07T04:03:56Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0002441", "FMA:84639" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "adventitial cell" ;
    rdfs:subClassOf obo:CL_0000630, obo:CL_0002320, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002320
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005742
            ]
        )
    ] .

obo:CL_0002521
    obo:IAO_0000115 "An adipocyte that is part of subcutaneous adipose tissue." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-21T02:51:22Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "subcutaneous fat cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "subcutaneous adipocyte" ;
    rdfs:subClassOf obo:CL_0000136, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002190
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000136
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002190
            ]
        )
    ] .

obo:CL_0002539
    obo:IAO_0000115 "A smooth muscle cell of the aorta." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T01:42:12Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0004577", "https://cellxgene.cziscience.com/cellguide/CL_0002539" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "aortic smooth muscle cell" ;
    rdfs:subClassOf obo:CL_0019018, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000359
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004178
            ]
        )
    ] .

obo:CL_0002540
    obo:IAO_0000115 "A mesenchymal stem cell that is part of the bone marrow." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T01:47:47Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "mesenchymal stem cell of the bone marrow" ;
    rdfs:subClassOf obo:CL_0000134, obo:CL_0002092 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:CL_0002543
    obo:IAO_0000115 "An endothelial cell that is part of the vein." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T03:48:11Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:62104", "KUPO:0001099", "https://cellxgene.cziscience.com/cellguide/CL_0002543" ;
    oboInOwl:hasExactSynonym "endothelial cell of vein", "venous endothelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "vein endothelial cell" ;
    rdfs:subClassOf obo:CL_0000071, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000071
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:CL_0002547
    obo:IAO_0000115 "A fibroblast of the aortic adventitia." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T04:43:41Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "fibroblast of the aortic adventitia" ;
    rdfs:subClassOf obo:CL_1000306, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004664
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_1000306
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004664
            ]
        )
    ] .

obo:CL_0002548
    obo:IAO_0000115 "A fibroblast that is part of the heart." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T04:57:44Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "cardiac fibroblast" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "fibroblast of cardiac tissue" ;
    rdfs:subClassOf obo:CL_0000057, obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:CL_0002551
    obo:IAO_0000115 "Any skin fibroblast that is part of some dermis." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T05:05:33Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "fibroblast of dermis" ;
    rdfs:subClassOf obo:CL_0002620, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002620
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002067
            ]
        )
    ] .

obo:CL_0002553
    obo:IAO_0000115 "A fibroblast that is part of lung." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T05:11:03Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0000764", "CALOHA:TS-0575" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "fibroblast of lung" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:CL_0002557
    obo:IAO_0000115 "A fibroblast of pulmonary artery." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-02-28T05:22:27Z"^^xsd:dateTime ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "fibroblast of pulmonary artery" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002012
            ]
        )
    ] .

obo:CL_0002570
    obo:IAO_0000115 "A mesenchymal stem cell of adipose tissue." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-01T09:57:17Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0002570" ;
    oboInOwl:hasExactSynonym "mesenchymal stem cell of adipose" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "mesenchymal stem cell of adipose tissue" ;
    rdfs:subClassOf obo:CL_0000134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001013
            ]
        )
    ] .

obo:CL_0002573
    obo:IAO_0000115 "A glial cell that myelinates or ensheathes axons in the peripheral nervous system." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-02T01:19:27Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0001220", "CALOHA:TS-0898", "MESH:D012583", "https://cellxgene.cziscience.com/cellguide/CL_0002573" ;
    oboInOwl:hasExactSynonym "neurolemmocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "A myelinating Schwann cell wraps around a single axon. Myelination occurs in larger diameter axons, while a process called ensheathment occurs on smaller diameter axons in which a single cell wraps around multiple small, unmyelinated axons separating them with a thin layer of cytoplasm. The structure formed is called a Remak bundle." ;
    rdfs:label "Schwann cell" ;
    rdfs:subClassOf obo:CL_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000010
    ] .

obo:CL_0002585
    obo:IAO_0000115 "A blood vessel endothelial cell that is part of the retina." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T03:28:27Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0002585" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:eye_upper_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "retinal blood vessel endothelial cell" ;
    rdfs:subClassOf obo:CL_0000071, obo:CL_0009004, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000071
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000966
            ]
        )
    ] .

obo:CL_0002589
    obo:IAO_0000115 "A smooth muscle cell of the bachiocephalic vasculature." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:00:58Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "smooth muscle cell of the brachiocephalic vasculature" ;
    rdfs:subClassOf obo:CL_0019018, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001529
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000359
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001529
            ]
        )
    ] .

obo:CL_0002590
    obo:IAO_0000115 "A vascular associated smooth muscle cell of the brain vasculature." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:01:20Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "smooth muscle cell of the brain vasculature" ;
    rdfs:subClassOf obo:CL_0000359, obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000359
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:CL_0002591
    obo:IAO_0000115 "A smooth muscle of the pulmonary artery." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:01:28Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0003336", "https://cellxgene.cziscience.com/cellguide/CL_0002591" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "smooth muscle cell of the pulmonary artery" ;
    rdfs:subClassOf obo:CL_0019018, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000359
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002012
            ]
        )
    ] .

obo:CL_0002595
    obo:IAO_0000115 "A smooth muscle cell of the subclavian artery." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:01:52Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "smooth muscle cell of the subclavian artery" ;
    rdfs:subClassOf obo:CL_0019018, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001533
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000359
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001533
            ]
        )
    ] .

obo:CL_0002596
    obo:IAO_0000115 "Smooth muscle cell of the carotid artery." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:01:56Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "smooth muscle cell of the carotid artery" ;
    rdfs:subClassOf obo:CL_0019018, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005396
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000359
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005396
            ]
        )
    ] .

obo:CL_0002598
    obo:IAO_0000115 "Any smooth muscle cell that is part of some bronchus." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:46:39Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0004402", "https://cellxgene.cziscience.com/cellguide/CL_0002598" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "bronchial smooth muscle cell" ;
    rdfs:subClassOf obo:CL_0019019, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:CL_0002599
    obo:IAO_0000115 "A smooth muscle cell of the esophagus." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:48:17Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "smooth muscle cell of the esophagus" ;
    rdfs:subClassOf obo:CL_0000192, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:CL_0002600
    obo:IAO_0000115 "A smooth muscle cell of the trachea." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T05:50:28Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0002600" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "smooth muscle cell of trachea" ;
    rdfs:subClassOf obo:CL_0019019, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:CL_0002610
    obo:IAO_0000115 "A neuron of the raphe nuclei." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T07:42:06Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "raphe nuclei neuron" ;
    rdfs:subClassOf obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0004684
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0004684
            ]
        )
    ] .

obo:CL_0002612
    obo:IAO_0000115 "A neuron of the ventral spinal cord." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-06T07:46:03Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "neuron of the ventral spinal cord" ;
    rdfs:subClassOf obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0002257
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0002257
            ]
        )
    ] .

obo:CL_0002620
    obo:IAO_0000115 "A fibroblast of skin." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-03-14T12:31:49Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "BTO:0001255", "CALOHA:TS-0935" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "skin fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002097
            ]
        )
    ] .

obo:CL_0002632
    obo:IAO_0000115 "Any epithelial cell that is part of some lower respiratory tract epithelium." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-06-21T12:29:31Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "epithelial cell of lower respiratory tract" ;
    rdfs:subClassOf obo:CL_0002368, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004815
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004815
            ]
        )
    ] .

obo:CL_0002653
    obo:IAO_0000115 "A squamous shaped endothelial cell." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-07-08T03:31:25Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "squamous endothelial cell" ;
    rdfs:subClassOf obo:CL_0000115 .

obo:CL_0002657
    obo:IAO_0000115 "A glandular epithelial cell of the esophagus." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-07-08T03:55:57Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:86548" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "glandular cell of esophagus" ;
    rdfs:subClassOf obo:CL_0000150, obo:CL_0002252 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000150
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001976
            ]
        )
    ] .

obo:CL_0002659
    obo:IAO_0000115 "A glandular epithelial cell that is part of the stomach." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-07-11T01:20:35Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "CALOHA:TS-1284", "FMA:86554" ;
    oboInOwl:hasExactSynonym "glandular cell of stomach" ;
    a owl:Class ;
    rdfs:label "glandular epithelial cell of stomach" ;
    rdfs:subClassOf obo:CL_0000150, obo:CL_0002178 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000150
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001276
            ]
        )
    ] .

obo:CL_0002663
    obo:IAO_0000115 "A myocardial endocrine cell that is part of the atrium." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-07-11T02:45:39Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:83389" ;
    a owl:Class ;
    rdfs:label "myocardial endocrine cell of atrium" ;
    rdfs:subClassOf obo:CL_0002074, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002074
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:CL_0002664
    obo:IAO_0000115 "A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-07-11T03:15:38Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "cardiovascular progenitor cell" ;
    a owl:Class ;
    rdfs:comment "Discrepancy in develops from origins prevents me from making the assertion that cardioblasts give rise to all instances of cardiocytes as we state cardiac muscle cells develop from cardiac myoblast, which in turn develop from muscle stem cell." ;
    rdfs:label "cardioblast" ;
    rdfs:subClassOf obo:CL_0000048 .

obo:CL_0002672
    obo:IAO_0000115 "A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-08-16T02:38:01Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "retinal progenitor cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000048, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000133
    ] .

obo:CL_0002673
    obo:IAO_0000115 "A skeletal muscle cell that is part of the tongue." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-08-16T03:10:02Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0002673" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "tongue muscle cell" ;
    rdfs:subClassOf obo:CL_0008002, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000378
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0008002
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000378
            ]
        )
    ] .

obo:CL_0002676
    obo:IAO_0000115 "A neuroblast derived from a neural crest cell." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2011-08-22T09:24:15Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "neural crest derived neuroblast" ;
    rdfs:subClassOf obo:CL_0000031, obo:CL_0011026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000333
    ] .

obo:CL_0003001
    obo:IAO_0000115 "A retinal ganglion cell that has dendrites stratified in two layers of the inner-plexiform layer." ;
    terms:contributor "https://orcid.org/0000-0001-7258-9596", "https://orcid.org/0000-0002-5260-9315" ;
    oboInOwl:hasExactSynonym "retinal ganglion D cell" ;
    oboInOwl:hasOBONamespace "cell" ;
    oboInOwl:id "CL:0003001" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "bistratified retinal ganglion cell" ;
    rdfs:subClassOf obo:CL_0000740, obo:CL_0004247 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000740
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070062
            ]
        )
    ] .

obo:CL_0004246
    obo:IAO_0000115 "A central nervous system neuron that stratifies at one and only one location." ;
    terms:contributor "https://orcid.org/0000-0001-7258-9596", "https://orcid.org/0000-0002-5260-9315" ;
    oboInOwl:hasOBONamespace "cell" ;
    oboInOwl:id "CL:0004246" ;
    a owl:Class ;
    rdfs:label "monostratified cell" ;
    rdfs:subClassOf obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070063
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:CL_0004247
    obo:IAO_0000115 "A neuron that stratifies dendrites at two and only two locations." ;
    terms:contributor "https://orcid.org/0000-0001-7258-9596" ;
    oboInOwl:hasOBONamespace "cell" ;
    oboInOwl:id "CL:0004247" ;
    a owl:Class ;
    rdfs:label "bistratified cell" ;
    rdfs:subClassOf obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070062
            ]
        )
    ] .

obo:CL_0005000
    obo:IAO_0000115 "A CNS interneuron located in the spinal cord." ;
    a owl:Class ;
    rdfs:comment "Is_a interneuron, part_of UBERON:0002240." ;
    rdfs:label "spinal cord interneuron" ;
    rdfs:subClassOf obo:CL_0000099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:CL_0005012
    obo:IAO_0000115 "A columnar/cuboidal epithelial cell with multiple motile cilia on its apical surface. These cells facilitate the movement of liquids such as mucus or cerebrospinal fluid across the epithelial surface." ;
    oboInOwl:hasBroadSynonym "multi-ciliated cell"@en, "multiciliated cell"@en ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0005012" ;
    oboInOwl:hasExactSynonym "multi-ciliated epithelial cell", "multiciliated epithelial cell"@en ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "While the term 'multi-ciliated epithelial cell' refers to cells with multiple motile cilia, there are exceptions where epithelial cells may have multiple non-motile cilia. Examples include olfactory sensory neurons, which have non-motile cilia for sensory detection, and choroid plexus epithelial cells, which possess multiple non-motile cilia with transient motility during development. Multiciliated cells are essential for human health, and their dysfunction can lead to various diseases known as ciliopathies, such as primary ciliary dyskinesia. This condition affects the respiratory system, brain ventricles, and reproductive system, leading to chronic respiratory infections, hydrocephalus, and infertility" ;
    rdfs:label "multiciliated epithelial cell" ;
    rdfs:subClassOf obo:CL_0000067, obo:CL_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0031514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0010007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000075
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0031514
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0010007
            ]
        )
    ] .

obo:CL_0005024
    obo:IAO_0000115 "A motor neuron that innervates a skeletal muscle.  These motor neurons are all excitatory and cholinergic." ;
    oboInOwl:hasExactSynonym "somatic motor neuron" ;
    a owl:Class ;
    rdfs:label "somatomotor neuron"@en ;
    rdfs:subClassOf obo:CL_0000100, obo:CL_0000108, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002120 ;
        owl:someValuesFrom obo:CL_0008002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000100
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002120 ;
                owl:someValuesFrom obo:CL_0008002
            ]
        )
    ] .

obo:CL_0007001
    obo:IAO_0000115 "Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized)." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2012-06-15T02:51:27Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "scleroblast" ;
    a owl:Class ;
    rdfs:comment "Needs logical definition. Should be capable_of skeletal system morphogenesis? or skeletal tissue development? needs to be added to GO. NOTES:a cell type of the early embryo (see also: mesenchymal cells) that will give rise to mineralized connective tissue. Scleroblasts can differentiate into osteoblasts (bone-forming cells), chondroblasts (cartilage-forming cells), odontoblasts (dentin-forming cells), ameloblasts (enamel-forming cells). The mesenchymal cells developing into osteoblasts and chondroblasts are derived from the mesoderm. Those developing into odontoblasts are neural crest cells. Those developing into ameloblasts are derived from the ectoderm. (http://www.copewithcytokines.de/cope.cgi?key=scleroblasts)" ;
    rdfs:label "skeletogenic cell" ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0007004
    obo:IAO_0000115 "Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2012-06-27T08:27:35Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "premigratory neural crest cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0011012, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002342
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000133
    ] .

obo:CL_0007009
    obo:IAO_0000115 "Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2012-06-27T10:44:01Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "prechondroblast" ;
    rdfs:subClassOf obo:CL_0000055 .

obo:CL_0008000
    obo:IAO_0000115 "Any muscle cell in which the fibers are not organised into sarcomeres." ;
    a owl:Class ;
    rdfs:label "non-striated muscle cell" ;
    rdfs:subClassOf obo:CL_0000187 .

obo:CL_0008001
    obo:IAO_0000115 "Any hematopoietic cell that is a precursor of some other hematopoietic cell type." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "hematopoietic precursor cell" ;
    rdfs:subClassOf obo:CL_0000988 .

obo:CL_0008002
    obo:IAO_0000115 "A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." ;
    oboInOwl:hasDbXref "MESH:D018485" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "skeletal muscle fiber"@en ;
    rdfs:subClassOf obo:CL_0000188, obo:CL_0002372, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000515
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0030017
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001908
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002478
            ]
        )
    ] .

obo:CL_0008007
    obo:IAO_0000115 "A muscle cell that is part of some visceral muscle." ;
    a owl:Class ;
    rdfs:label "visceral muscle cell"@en ;
    rdfs:subClassOf obo:CL_0000187, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_8600004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_8600004
            ]
        )
    ] .

obo:CL_0008008
    obo:IAO_0000115 "A visceral muscle cell that is striated.  Examples include the visceral muscle cells of arhtropods." ;
    a owl:Class ;
    rdfs:label "striated visceral muscle cell"@en ;
    rdfs:subClassOf obo:CL_0000737, obo:CL_0008007 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0008007
            [
                a owl:Class ;
                owl:intersectionOf ([
                        a owl:Restriction ;
                        owl:onProperty obo:BFO_0000051 ;
                        owl:someValuesFrom obo:GO_0030017
                    ]
                    [
                        a owl:Restriction ;
                        owl:onProperty obo:RO_0000053 ;
                        owl:someValuesFrom obo:PATO_0001410
                    ]
                )
            ]
        )
    ] .

obo:CL_0008009
    obo:IAO_0000115 "A visceral muscle that is transversely striated.  Examples include the visceral muscle cells of arthropods." ;
    a owl:Class ;
    rdfs:label "transversely striated visceral muscle cell"@en ;
    rdfs:subClassOf obo:CL_0008008, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002478
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0008007
            [
                a owl:Class ;
                owl:intersectionOf ([
                        a owl:Restriction ;
                        owl:onProperty obo:BFO_0000051 ;
                        owl:someValuesFrom obo:GO_0030017
                    ]
                    [
                        a owl:Restriction ;
                        owl:onProperty obo:RO_0000053 ;
                        owl:someValuesFrom obo:PATO_0002478
                    ]
                )
            ]
        )
    ] .

obo:CL_0008017
    obo:IAO_0000115 "A skeletal muscle myoblast that is part of a skeletal mucle.  These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers." ;
    oboInOwl:hasBroadSynonym "myogenic precursor cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "The vast majority of these cells develop from skeletal muscle satellite cells, although there are some reports of other origins." ;
    rdfs:label "adult skeletal muscle myoblast" ;
    rdfs:subClassOf obo:CL_0000188, obo:CL_0000515 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000056
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002203 ;
                owl:someValuesFrom obo:CL_0008002
            ]
        )
    ] .

obo:CL_0008019
    obo:IAO_0000115 "A non-polarised cell precursor cell that is part of some mesenchyme, is associated with the cell matrix but is not connected to other cells and is capable of migration." ;
    oboInOwl:hasExactSynonym "mesenchyme cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "mesenchymal cell" ;
    rdfs:subClassOf obo:CL_0000219, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003104
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0016477
    ] .

obo:CL_0008022
    obo:IAO_0000115 "A mesenchymal cell of the endocardial cushion.   These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves." ;
    a owl:Class ;
    rdfs:label "endocardial cushion cell" ;
    rdfs:subClassOf obo:CL_0000569, obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000569
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002062
            ]
        )
    ] .

obo:CL_0008025
    obo:IAO_0000115 "A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter." ;
    a owl:Class ;
    rdfs:label "noradrenergic neuron" ;
    rdfs:subClassOf obo:CL_0000459, obo:CL_4033050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0061533
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0061533
            ]
        )
    ] .

obo:CL_0008028
    obo:IAO_0000115 "Any neuron that is capable of part of some visual perception." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2017-07-09T19:12:36Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "visual system neuron" ;
    rdfs:subClassOf obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0007601
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002216 ;
                owl:someValuesFrom obo:GO_0007601
            ]
        )
    ] .

obo:CL_0008031
    obo:IAO_0000115 "An interneuron that has its soma located in the cerebral cortex." ;
    oboInOwl:hasExactSynonym "cerebral cortex interneuron" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "cortical interneuron"@en ;
    rdfs:subClassOf obo:CL_0000099, obo:CL_0010012 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0000956
            ]
        )
    ] .

obo:CL_0008034
    obo:IAO_0000115 "Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2020-02-29T17:33:55Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:added_for_HCA, cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "mural cell"@en ;
    rdfs:subClassOf obo:CL_4033054 .

obo:CL_0008035
    obo:IAO_0000115 "Any vascular associated smooth muscle cell that is part of some microcirculatory vessel." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2020-02-29T17:37:00Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "microcirculation associated smooth muscle cell"@en ;
    rdfs:subClassOf obo:CL_0000359, obo:CL_0008034, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010523
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000359
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010523
            ]
        )
    ] .

obo:CL_0008055
    obo:IAO_0000115 "A secretory epithelial cell of the respiratory tract epithelium.  These cells have an endodermal origin." ;
    terms:contributor "https://orcid.org/0000-0002-7073-9172" ;
    terms:date "2025-02-19T16:01:02Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "respiratory tract secretory epithelial cell" ;
    rdfs:subClassOf obo:CL_0002368, obo:CL_1100001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_1100001
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004802
            ]
        )
    ] .

obo:CL_0009000
    obo:IAO_0000115 "A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord." ;
    oboInOwl:hasExactSynonym "spinal sensory neuron" ;
    a owl:Class ;
    rdfs:label "sensory neuron of spinal nerve" ;
    rdfs:subClassOf obo:CL_3000004, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0001780
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000101
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0001780
            ]
        )
    ] .

obo:CL_0009001
    obo:IAO_0000115 "Any cell in the compound eye, a light sensing organ composed of ommatidia." ;
    oboInOwl:hasDbXref "GOC:pr", "PMID:12021768" ;
    a owl:Class ;
    rdfs:label "compound eye retinal cell" ;
    rdfs:subClassOf obo:CL_0009004, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:UBERON_0005388
                [
                    a owl:Restriction ;
                    owl:onProperty obo:BFO_0000050 ;
                    owl:someValuesFrom obo:UBERON_0000018
                ]
            )
        ]
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:UBERON_0005388
                        [
                            a owl:Restriction ;
                            owl:onProperty obo:BFO_0000050 ;
                            owl:someValuesFrom obo:UBERON_0000018
                        ]
                    )
                ]
            ]
        )
    ] .

obo:CL_0009004
    obo:IAO_0000115 "Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates." ;
    oboInOwl:hasDbXref "PMID:10702418" ;
    oboInOwl:inSubset cl:general_cell_types_upper_slim ;
    a owl:Class ;
    rdfs:label "retinal cell" ;
    rdfs:subClassOf obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005388
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002319
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005388
            ]
        )
    ] .

obo:CL_0009097
    obo:IAO_0000115 "A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development." ;
    terms:contributor <https://orcid.org/0000-0002-2825-0621> ;
    terms:date "2022-02-21T15:39:10Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "embryonic skeletal muscle fiber" ;
    rdfs:subClassOf obo:CL_0008002, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002491 ;
        owl:someValuesFrom obo:UBERON_0000068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0008002
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002491 ;
                owl:someValuesFrom obo:UBERON_0000068
            ]
        )
    ] .

obo:CL_0010001
    obo:IAO_0000115 "A stromal cell that is part_of a bone marrow." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:hasExactSynonym "bone marrow stromal cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "stromal cell of bone marrow" ;
    rdfs:subClassOf obo:CL_0000499, obo:CL_0002092 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000499
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:CL_0010004
    obo:IAO_0000115 "A mononuclear cell that is part_of a bone marrow." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:hasExactSynonym "bone marrow mononuclear cell" ;
    a owl:Class ;
    rdfs:label "mononuclear cell of bone marrow" ;
    rdfs:subClassOf obo:CL_0000842, obo:CL_1001610 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000842
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:CL_0010006
    obo:IAO_0000115 "Any blood vessel endothelial cell that is part of some heart." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "cardiac blood vessel endothelial cell" ;
    rdfs:subClassOf obo:CL_0000071, obo:CL_0010008 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000071
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:CL_0010007
    obo:IAO_0000115 "Any cell that is part of some His-Purkinje system." ;
    a owl:Class ;
    rdfs:label "His-Purkinje system cell" ;
    rdfs:subClassOf obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004146
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004146
            ]
        )
    ] .

obo:CL_0010008
    obo:IAO_0000115 "Any endothelial cell that is part of some heart." ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0010008" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cardiac endothelial cell" ;
    rdfs:subClassOf obo:CL_0000115, obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:CL_0010009
    obo:IAO_0000115 "Any photoreceptor cell that is part of some camera-type eye." ;
    oboInOwl:hasExactSynonym "camera type eye photoreceptor cell" ;
    a owl:Class ;
    rdfs:label "camera-type eye photoreceptor cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000287, obo:CL_0009004, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000210
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:CL_0010012
    obo:IAO_0000115 "A CNS neuron of the cerebral cortex." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "BTO:0004102", "FMA:84104" ;
    oboInOwl:hasExactSynonym "cortical neuron", "neuron of cerebral cortex" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cerebral cortex neuron" ;
    rdfs:subClassOf obo:CL_0012001, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0000956
            ]
        )
    ] .

obo:CL_0010017
    obo:IAO_0000115 "A zygote in a plant or an animal." ;
    oboInOwl:hasDbXref "MESH:D015053" ;
    a owl:Class ;
    rdfs:label "zygote"@en ;
    rdfs:subClassOf obo:CL_0000000 .

obo:CL_0010020
    obo:IAO_0000115 "Any glial cell that is part of some heart." ;
    a owl:Class ;
    rdfs:label "cardiac glial cell" ;
    rdfs:subClassOf obo:CL_0000125, obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:CL_0010021
    obo:IAO_0000115 "Any myoblast that develops into some cardiac muscle cell." ;
    oboInOwl:hasDbXref "MESH:D032386" ;
    a owl:Class ;
    rdfs:label "cardiac myoblast" ;
    rdfs:subClassOf obo:CL_0000056, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002203 ;
        owl:someValuesFrom obo:CL_0000746
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000056
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002203 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:CL_0010022
    obo:IAO_0000115 "A neuron that has its soma in the heart." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "This term is used in 3 GO terms that were created as part of the heart development focus project." ;
    rdfs:label "cardiac neuron" ;
    rdfs:subClassOf obo:CL_2000032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_2000032
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:CL_0011001
    obo:IAO_0000115 "A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "spinal cord motor neuron" ;
    rdfs:subClassOf obo:CL_0000100, obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000100
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:CL_0011007
    obo:IAO_0000115 "A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites." ;
    oboInOwl:hasExactSynonym "paraxial mesoderm cell", "somitic mesoderm cell" ;
    oboInOwl:hasNarrowSynonym "presomitic mesoderm cell" ;
    a owl:Class ;
    rdfs:label "paraxial cell" ;
    rdfs:subClassOf obo:CL_0000222, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000222
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003059
            ]
        )
    ] .

obo:CL_0011012
    obo:IAO_0000115 "A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells." ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0011012" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "neural crest cell" ;
    rdfs:subClassOf obo:CL_0000048, obo:CL_0002321 .

obo:CL_0011019
    obo:IAO_0000115 "A mesothelial cell that is part of the epicardium." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "mesothelial cell of epicardium" ;
    rdfs:subClassOf obo:CL_0000077, obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002348
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002348
            ]
        )
    ] .

obo:CL_0011021
    obo:IAO_0000115 "A fibroblast that is part of upper back skin." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    a owl:Class ;
    rdfs:label "fibroblast of upper back skin" ;
    rdfs:subClassOf obo:CL_0011022, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009015
            ]
        )
    ] .

obo:CL_0011022
    obo:IAO_0000115 "A fibroblast that is part of skin of back." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    a owl:Class ;
    rdfs:label "fibroblast of skin of back" ;
    rdfs:subClassOf obo:CL_0002620, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001068
            ]
        )
    ] .

obo:CL_0011026
    obo:IAO_0000115 "A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "progenitor cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000255, obo:CL_0011115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0011115
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:CL_0000034
            ]
        )
    ] .

obo:CL_0011027
    obo:IAO_0000115 "Any fibroblast that is part of skeletal muscle tissue." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0011027" ;
    oboInOwl:hasExactSynonym "skeleton muscle fibroblast" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "skeletal muscle fibroblast" ;
    rdfs:subClassOf obo:CL_0000188, obo:CL_1001609 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:CL_0011030
    obo:IAO_0000115 "Any microvascular endothelial cell that is part of the dermis." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "DMEC cell", "dermal microvascular endothelium cell" ;
    a owl:Class ;
    rdfs:label "dermal microvascular endothelial cell" ;
    rdfs:subClassOf obo:CL_2000008, obo:CL_2000010 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_2000008
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002067
            ]
        )
    ] .

obo:CL_0011115
    obo:IAO_0000115 "A cell that, by division or terminal differentiation, can give rise to other cell types." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:comment "Work is needed on GO 'cell differentiation' before it is clear whether the equivalent class definition 'native cell' that capable_of some 'cell differentiation' works. Also, may want to consider merging this with non-terminally differentiated cell." ;
    rdfs:label "precursor cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0030154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0030154
            ]
        )
    ] .

obo:CL_0012001
    obo:IAO_0000115 "A CNS neuron of the forebrain." ;
    terms:contributor <https://orcid.org/0000-0002-3837-8864> ;
    oboInOwl:hasExactSynonym "forebrain neuron" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "neuron of the forebrain" ;
    rdfs:subClassOf obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:CL_0017500
    obo:IAO_0000115 "Cytoplasm that exhibits a characteristic staining and color, pale-pink, with Wright-Giemsa stain." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2010-05-25T01:36:34Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "neutrophillic cytoplasm" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070046
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070046
            ]
        )
    ] .

obo:CL_0017502
    obo:IAO_0000115 "Cytoplasm that exhibits a characteristic staining and color, red or pink, with Eosin stain." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2009-12-22T04:23:25Z"^^xsd:dateTime ;
    oboInOwl:hasNarrowSynonym "eosinophilic" ;
    a owl:Class ;
    rdfs:label "acidophilic cytoplasm" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002418
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002418
            ]
        )
    ] .

obo:CL_0017503
    obo:IAO_0000115 "Cytoplasm that exhibits molecular interaction for basic dyes under specific pH conditions." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2009-12-22T04:24:54Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "basophilic cytoplasm" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002094
            ]
        )
    ] .

obo:CL_0017504
    obo:IAO_0000115 "Cytoplasm that exhibits affinity for both basic and acid stains under specific pH conditions." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2009-12-28T04:25:23Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "polychromatophilic cytoplasm" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070047
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070047
            ]
        )
    ] .

obo:CL_0017507
    obo:IAO_0000115 "A concave nucleus shape where the indentation is smaller than half of the distance to the farthest nuclear margin." ;
    terms:contributor <https://orcid.org/0000-0003-1980-3228> ;
    oboInOwl:creation_date "2009-12-23T02:31:25Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "reniform nucleus" ;
    rdfs:subClassOf obo:GO_0005634, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0001871
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005634
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001871
            ]
        )
    ] .

obo:CL_0017509
    obo:IAO_0000115 "Any nucleus that has characteristic some alobate." ;
    a owl:Class ;
    rdfs:label "alobate nucleus"@en ;
    rdfs:subClassOf obo:GO_0005634, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002506
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005634
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002506
            ]
        )
    ] .

obo:CL_0019001
    obo:IAO_0000115 "Any serous secreting cell that is part of the tracheobronchial epithelium." ;
    terms:contributor <https://orcid.org/0000-0003-2034-601X> ;
    terms:date "2020-05-07T16:03:27Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0019001" ;
    oboInOwl:hasExactSynonym "serous cell of tracheobronchial tree" ;
    oboInOwl:inSubset cl:added_for_HCA, cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "tracheobronchial serous cell"@en ;
    rdfs:subClassOf obo:CL_0000255, obo:CL_0000313, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007196
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000313
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007196
            ]
        )
    ] .

obo:CL_0019002
    obo:IAO_0000115 "Any chondrocyte that is part of the tracheobronchial tree." ;
    terms:contributor <https://orcid.org/0000-0003-2034-601X> ;
    terms:date "2020-05-07T17:29:51Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "chondrocyte of tracheobronchial tree" ;
    oboInOwl:inSubset cl:added_for_HCA, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "tracheobronchial chondrocyte"@en ;
    rdfs:subClassOf obo:CL_0000138, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007196
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000138
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007196
            ]
        )
    ] .

obo:CL_0019018
    obo:IAO_0000115 "A smooth muscle cell that is part of any blood vessel." ;
    terms:contributor <https://orcid.org/0000-0003-2034-601X> ;
    terms:date "2020-07-21T12:42:48Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "smooth muscle cell of blood vessel" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "blood vessel smooth muscle cell"@en ;
    rdfs:subClassOf obo:CL_0000359, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:CL_0019019
    obo:IAO_0000115 "A smooth muscle cell that is part of the tracheobronchial tree." ;
    terms:contributor <https://orcid.org/0000-0003-2034-601X> ;
    terms:date "2020-07-21T12:50:22Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_0019019" ;
    oboInOwl:hasExactSynonym "smooth muscle cell of tracheobronchial tree" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "The marker set ACTA2, TAGLN can identify the Human cell type tracheobronchial smooth muscle cell in the Lung with a confidence of 0.69 (NS-Forest FBeta value)." ;
    rdfs:label "tracheobronchial smooth muscle cell"@en ;
    rdfs:subClassOf obo:CL_0000192, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007196
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015004 ;
        owl:someValuesFrom obo:CLM_1000056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007196
            ]
        )
    ] .

obo:CL_1000042
    obo:IAO_0000115 "Any neuroblast (sensu Vertebrata) that is part of some forebrain." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "forebrain neuroblast" ;
    rdfs:subClassOf obo:CL_0000031, obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000031
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:CL_1000222
    obo:IAO_0000115 "A specialised neuroendocrine cell located in the gastric mucosa that regulates digestive processes including acid secretion and gut motility. This cell stores hormones in large dense core vesicles and synaptic-like microvesicles." ;
    oboInOwl:hasBroadSynonym "DES cell", "diffuse endocrine system cell" ;
    a owl:Class ;
    rdfs:label "stomach neuroendocrine cell" ;
    rdfs:subClassOf obo:CL_0000165, obo:CL_1001517, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0046717
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001276
            ]
        )
    ] .

obo:CL_1000223
    obo:IAO_0000115 "A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Pulmonary neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Pulmonary neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury." ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_1000223" ;
    oboInOwl:hasExactSynonym "lung neuroendocrine cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "The marker set CHGA, GRP can identify the Human cell type lung neuroendocrine cell in the Lung with a confidence of 0.94 (NS-Forest FBeta value)." ;
    rdfs:label "pulmonary neuroendocrine cell" ;
    rdfs:subClassOf obo:CL_0000006, obo:CL_0000098, obo:CL_0000165, obo:CL_0000206, obo:CL_0000458, obo:CL_1000272, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0031045
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0070483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015004 ;
        owl:someValuesFrom obo:CLM_1000043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:CL_1000271
    obo:IAO_0000115 "An epithelial cell that is part of the lung epithelium. This cell is characterised by the presence of cilia on its apical surface." ;
    oboInOwl:hasExactSynonym "lung ciliated cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "lung multiciliated epithelial cell" ;
    rdfs:subClassOf obo:CL_0000082, obo:CL_4030034 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000075
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000115
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0031514
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0010007
            ]
        )
    ] .

obo:CL_1000272
    obo:IAO_0000115 "Any secretory cell that is part of some lung." ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "lung secretory cell" ;
    rdfs:subClassOf obo:CL_0000151, obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000151
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:CL_1000274
    obo:IAO_0000115 "An extraembryonic cell that is part of the trophectoderm, representing the first lineage to differentiate in the embryo. This cell is crucial for implantation into the uterine wall and differentiates into trophoblast cells, which contribute to placenta formation and facilitate maternal-fetal nutrient and signal exchange." ;
    oboInOwl:hasExactSynonym "trophectoderm cell" ;
    a owl:Class ;
    rdfs:label "trophectodermal cell" ;
    rdfs:subClassOf obo:CL_0000349, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004345
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002203 ;
        owl:someValuesFrom obo:CL_0000351
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000349
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004345
            ]
        )
    ] .

obo:CL_1000298
    obo:IAO_0000115 "A mesothelial cell that is part of the dura mater." ;
    oboInOwl:hasDbXref "FMA:256516" ;
    oboInOwl:hasExactSynonym "squamous mesothelial cell of dura mater" ;
    a owl:Class ;
    rdfs:label "mesothelial cell of dura mater" ;
    rdfs:subClassOf obo:CL_0000077, obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002363
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002363
            ]
        )
    ] .

obo:CL_1000303
    obo:IAO_0000115 "A fibroblast that is part of the areolar connective tissue." ;
    oboInOwl:hasDbXref "FMA:261279" ;
    a owl:Class ;
    rdfs:label "fibroblast of areolar connective tissue" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006815
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006815
            ]
        )
    ] .

obo:CL_1000306
    obo:IAO_0000115 "A fibroblast that is part of the tunica adventitia of artery." ;
    oboInOwl:hasDbXref "FMA:261285" ;
    a owl:Class ;
    rdfs:label "fibroblast of tunica adventitia of artery" ;
    rdfs:subClassOf obo:CL_4052030, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007240
            ]
        )
    ] .

obo:CL_1000307
    obo:IAO_0000115 "A fibroblast that is part of the dense regular elastic tissue." ;
    oboInOwl:hasDbXref "FMA:261287" ;
    a owl:Class ;
    rdfs:label "fibroblast of dense regular elastic tissue" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002521
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007846
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007846
            ]
        )
    ] .

obo:CL_1000309
    obo:IAO_0000115 "An adipocyte that is part of the epicardial fat." ;
    oboInOwl:hasDbXref "FMA:261293" ;
    oboInOwl:hasExactSynonym "adipocyte of epicardial fat", "epicardial fat cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "epicardial adipocyte" ;
    rdfs:subClassOf obo:CL_0000136, obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002348
    ] .

obo:CL_1000310
    obo:IAO_0000115 "An adipocyte that is part of the epicardial fat of right ventricle." ;
    oboInOwl:hasDbXref "FMA:261297" ;
    oboInOwl:hasExactSynonym "epicardial adipocyte of right ventricle", "epicardial fat cell of right ventricle" ;
    a owl:Class ;
    rdfs:label "adipocyte of epicardial fat of right ventricle" ;
    rdfs:subClassOf obo:CL_1000309, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_1000309
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:CL_1000311
    obo:IAO_0000115 "An adipocyte that is part of the epicardial fat of left ventricle." ;
    oboInOwl:hasDbXref "FMA:261300" ;
    oboInOwl:hasExactSynonym "epicardial adipocyte of left ventricle", "epicardial fat cell of left ventricle" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "adipocyte of epicardial fat of left ventricle" ;
    rdfs:subClassOf obo:CL_1000309, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_1000309
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:CL_1000330
    obo:IAO_0000115 "A serous secreting cell that is part of the epithelium of trachea." ;
    oboInOwl:hasDbXref "FMA:263078", "https://cellxgene.cziscience.com/cellguide/CL_1000330" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "serous cell of epithelium of trachea" ;
    rdfs:subClassOf obo:CL_0019001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001901
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000313
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001901
            ]
        )
    ] .

obo:CL_1000331
    obo:IAO_0000115 "A serous secreting cell that is part of the epithelium of bronchus." ;
    oboInOwl:hasDbXref "FMA:263080", "https://cellxgene.cziscience.com/cellguide/CL_1000331" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "serous cell of epithelium of bronchus" ;
    rdfs:subClassOf obo:CL_0019001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000313
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002031
            ]
        )
    ] .

obo:CL_1000361
    obo:IAO_0000115 "A transitional myocyte that is part of the interatrial septum." ;
    oboInOwl:hasDbXref "FMA:263152" ;
    a owl:Class ;
    rdfs:label "transitional myocyte of interatrial septum" ;
    rdfs:subClassOf obo:CL_0002073, obo:CL_2000022, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002073
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002085
            ]
        )
    ] .

obo:CL_1000362
    obo:IAO_0000115 "A transitional myocyte that is part of the interventricular septum." ;
    oboInOwl:hasDbXref "FMA:263154" ;
    a owl:Class ;
    rdfs:label "transitional myocyte of interventricular septum" ;
    rdfs:subClassOf obo:CL_0002073, obo:CL_2000022, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002073
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:CL_1000376
    obo:IAO_0000115 "A Purkinje myocyte that is part of the interventricular septum." ;
    oboInOwl:hasDbXref "FMA:263182" ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte of interventricular septum" ;
    rdfs:subClassOf obo:CL_0002068, obo:CL_2000022, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002068
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:CL_1000409
    obo:IAO_0000115 "A muscle cell that is part of the sinoatrial node." ;
    oboInOwl:hasDbXref "FMA:67102" ;
    oboInOwl:hasExactSynonym "SA nodal myocyte", "SA node cardiac muscle cell", "sinoatrial node cell", "sinoatrial node myocyte", "sinuatrial node myocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "myocyte of sinoatrial node" ;
    rdfs:subClassOf obo:CL_0002072, obo:CL_0008009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002351
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002351
            ]
        )
    ] .

obo:CL_1000410
    obo:IAO_0000115 "A muscle cell that is part of the atrioventricular node." ;
    oboInOwl:hasDbXref "FMA:67106" ;
    oboInOwl:hasExactSynonym "AV nodal myocyte", "AV node cardiac muscle cell", "AV node cell", "atrioventricular node cell", "atrioventricular node myocyte" ;
    a owl:Class ;
    rdfs:label "myocyte of atrioventricular node" ;
    rdfs:subClassOf obo:CL_0002072, obo:CL_0008009, obo:CL_2000022, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002352
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000187
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002352
            ]
        )
    ] .

obo:CL_1000412
    obo:IAO_0000115 "An endothelial cell that is part of the arteriole." ;
    oboInOwl:hasDbXref "FMA:67760", "KUPO:0001097" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "endothelial cell of arteriole" ;
    rdfs:subClassOf obo:CL_0000071, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001980
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001980
            ]
        )
    ] .

obo:CL_1000413
    obo:IAO_0000115 "A blood vessel endothelial cell that is part of an arterial endothelium." ;
    oboInOwl:hasDbXref "BTO:0004758", "FMA:67761", "KUPO:0001095", "https://cellxgene.cziscience.com/cellguide/CL_1000413" ;
    oboInOwl:hasExactSynonym "arterial endothelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "endothelial cell of artery" ;
    rdfs:subClassOf obo:CL_0000071, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001917
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:CL_1000414
    obo:IAO_0000115 "An endothelial cell that is part of the venule." ;
    oboInOwl:hasDbXref "FMA:67762" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "endothelial cell of venule" ;
    rdfs:subClassOf obo:CL_0000071, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001979
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002139
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001979
            ]
        )
    ] .

obo:CL_1000428
    obo:IAO_0000115 "A somatic stem cell that is part of the epidermis." ;
    oboInOwl:hasDbXref "FMA:70541" ;
    oboInOwl:hasExactSynonym "epidermal stem cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "stem cell of epidermis" ;
    rdfs:subClassOf obo:CL_0000723, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000723
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001003
            ]
        )
    ] .

obo:CL_1000443
    obo:IAO_0000115 "A smooth muscle cell that is part of the ciliary body." ;
    oboInOwl:hasDbXref "FMA:70610", "https://cellxgene.cziscience.com/cellguide/CL_1000443" ;
    oboInOwl:hasExactSynonym "smooth muscle cell of ciliary body" ;
    oboInOwl:inSubset cl:cellxgene_subset, cl:eye_upper_slim ;
    a owl:Class ;
    rdfs:label "ciliary muscle cell" ;
    rdfs:subClassOf obo:CL_0000192, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001775
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001775
            ]
        )
    ] .

obo:CL_1000444
    obo:IAO_0000115 "A mesothelial cell that is part of the anterior chamber of eyeball." ;
    oboInOwl:hasDbXref "FMA:70615" ;
    a owl:Class ;
    rdfs:label "mesothelial cell of anterior chamber of eye" ;
    rdfs:subClassOf obo:CL_0000077, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001766
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001766
            ]
        )
    ] .

obo:CL_1000456
    obo:IAO_0000115 "A mesothelial cell that is part of the parietal peritoneum." ;
    oboInOwl:hasDbXref "FMA:72142" ;
    a owl:Class ;
    rdfs:label "mesothelial cell of parietal peritoneum" ;
    rdfs:subClassOf obo:CL_1000490, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001366
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001366
            ]
        )
    ] .

obo:CL_1000457
    obo:IAO_0000115 "A mesothelial cell that is part of the visceral peritoneum." ;
    oboInOwl:hasDbXref "FMA:72143" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "mesothelial cell of visceral peritoneum" ;
    rdfs:subClassOf obo:CL_1000490, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001178
            ]
        )
    ] .

obo:CL_1000478
    obo:IAO_0000115 "A transitional myocyte that is part of the sinoatrial node." ;
    oboInOwl:hasDbXref "FMA:83384" ;
    oboInOwl:hasExactSynonym "transitinal myocyte of sinuatrial node" ;
    a owl:Class ;
    rdfs:label "transitional myocyte of sinoatrial node" ;
    rdfs:subClassOf obo:CL_0002073, obo:CL_1000409 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002073
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002351
            ]
        )
    ] .

obo:CL_1000479
    obo:IAO_0000115 "A Purkinje myocyte that is part of the atrioventricular node." ;
    oboInOwl:hasDbXref "FMA:83386" ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte of atrioventricular node" ;
    rdfs:subClassOf obo:CL_0002068, obo:CL_1000410 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002068
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002352
            ]
        )
    ] .

obo:CL_1000482
    obo:IAO_0000115 "A myocardial endocrine cell that is part of the interventricular septum." ;
    oboInOwl:hasDbXref "FMA:83390" ;
    a owl:Class ;
    rdfs:label "myocardial endocrine cell of interventricular septum" ;
    rdfs:subClassOf obo:CL_0002074, obo:CL_2000022, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002074
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:CL_1000490
    obo:IAO_0000115 "A mesothelial cell that is part of the peritoneum." ;
    oboInOwl:hasDbXref "FMA:86736" ;
    oboInOwl:hasExactSynonym "peritoneal mesothelial cell" ;
    a owl:Class ;
    rdfs:label "mesothelial cell of peritoneum" ;
    rdfs:subClassOf obo:CL_0000077, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002358
            ]
        )
    ] .

obo:CL_1000491
    obo:IAO_0000115 "A mesothelial cell that is part of the pleura." ;
    oboInOwl:hasDbXref "FMA:86737", "https://cellxgene.cziscience.com/cellguide/CL_1000491" ;
    oboInOwl:hasExactSynonym "pleural mesothelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "mesothelial cell of pleura" ;
    rdfs:subClassOf obo:CL_0000077, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000977
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000977
            ]
        )
    ] .

obo:CL_1000492
    obo:IAO_0000115 "A mesothelial cell that is part of the parietal pleura." ;
    oboInOwl:hasDbXref "FMA:86738" ;
    a owl:Class ;
    rdfs:label "mesothelial cell of parietal pleura" ;
    rdfs:subClassOf obo:CL_1000491, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002400
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002400
            ]
        )
    ] .

obo:CL_1000493
    obo:IAO_0000115 "A mesothelial cell that is part of the visceral pleura." ;
    oboInOwl:hasDbXref "FMA:86739", "https://cellxgene.cziscience.com/cellguide/CL_1000493" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "mesothelial cell of visceral pleura" ;
    rdfs:subClassOf obo:CL_1000491, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002401
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000077
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002401
            ]
        )
    ] .

obo:CL_1001517
    obo:IAO_0000115 "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach." ;
    a owl:Class ;
    rdfs:label "stomach enteroendocrine cell" ;
    rdfs:subClassOf obo:CL_0000164, obo:CL_0002178 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000164
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:CL_1001567
    obo:IAO_0000115 "Any endothelial cell of vascular tree that is part of some lung." ;
    oboInOwl:hasRelatedSynonym "endothelial cell of lung", "pulmonary vessel endothelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "lung endothelial cell" ;
    rdfs:subClassOf obo:CL_0002139, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000102
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002139
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:CL_1001568
    obo:IAO_0000115 "Any endothelial cell of vascular tree that is part of some pulmonary artery." ;
    oboInOwl:hasDbXref "BTO:0001141" ;
    oboInOwl:hasRelatedSynonym "PAEC cell" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "pulmonary artery endothelial cell" ;
    rdfs:subClassOf obo:CL_1000413, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005317
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002139
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002012
            ]
        )
    ] .

obo:CL_1001576
    obo:IAO_0000115 "Squamous cell of oral epithelium." ;
    oboInOwl:hasDbXref "CALOHA:TS-1252" ;
    oboInOwl:hasRelatedSynonym "oral cavity mucosa squamous cell", "oral cavity mucosa squamous epithelial cell", "oral mucosa squamous epithelial cell", "oral mucosa squamous epithelial cells" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "oral mucosa squamous cell" ;
    rdfs:subClassOf obo:CL_0000076, obo:CL_0002251, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002424
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000076
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002424
            ]
        )
    ] .

obo:CL_1001579
    obo:IAO_0000115 "Glial cell of cerebral cortex." ;
    oboInOwl:hasDbXref "CALOHA:TS-1256" ;
    oboInOwl:hasRelatedSynonym "brain cortex glial cell", "cerebral cortex glial cells", "cerebrum cortex glial cell" ;
    a owl:Class ;
    rdfs:label "cerebral cortex glial cell" ;
    rdfs:subClassOf obo:CL_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000956
            ]
        )
    ] .

obo:CL_1001602
    obo:IAO_0000115 "A distinct endothelial cell forming the walls of the capillaries within the cerebral cortex." ;
    oboInOwl:hasDbXref "CALOHA:TS-2372", "https://cellxgene.cziscience.com/cellguide/CL_1001602" ;
    oboInOwl:hasRelatedSynonym "cerebral cortex endothelial cells", "endothelial cells of cerebral cortex" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "cerebral cortex endothelial cell" ;
    rdfs:subClassOf obo:CL_0000115, obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000956
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000115
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000956
            ]
        )
    ] .

obo:CL_1001609
    obo:IAO_0000115 "Fibroblast from muscle organ." ;
    oboInOwl:hasDbXref "CALOHA:TS-0643" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "muscle fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001630
            ]
        )
    ] .

obo:CL_1001610
    obo:IAO_0000115 "Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes." ;
    oboInOwl:hasDbXref "CALOHA:TS-2109" ;
    oboInOwl:hasRelatedSynonym "bone marrow hematopoietic cells", "bone marrow poietic cells" ;
    a owl:Class ;
    rdfs:label "bone marrow hematopoietic cell" ;
    rdfs:subClassOf obo:CL_0000988, obo:CL_0002092, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0012429
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000988
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:CL_1100001
    obo:IAO_0000115 "An epithelial cell that is specialised for the synthesis and secretion of specific biomolecules." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    terms:date "2024-07-21T09:24:44Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "secretory epithelial cell"@en ;
    rdfs:subClassOf obo:CL_0000066, obo:CL_0000151 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000066
            obo:CL_0000151
        )
    ] .

obo:CL_2000001
    obo:IAO_0000115 "A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-02-11T17:29:04Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000001" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "peripheral blood mononuclear cell" ;
    rdfs:subClassOf obo:CL_0000080, obo:CL_0000842, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000842
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000178
            ]
        )
    ] .

obo:CL_2000005
    obo:IAO_0000115 "Any macroglial cell that is part of a brain." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-03-28T21:35:27Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000005" ;
    a owl:Class ;
    rdfs:label "brain macroglial cell" ;
    rdfs:subClassOf obo:CL_0000126, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000126
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:CL_2000008
    obo:IAO_0000115 "Any blood vessel endothelial cell that is part of a microvascular endothelium." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-04T15:07:42Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000008" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "microvascular endothelial cell" ;
    rdfs:subClassOf obo:CL_0000071, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008339
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000071
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008339
            ]
        )
    ] .

obo:CL_2000010
    obo:IAO_0000115 "Any blood vessel endothelial cell that is part of a dermis." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-04T15:12:06Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000010" ;
    a owl:Class ;
    rdfs:label "dermis blood vessel endothelial cell" ;
    rdfs:subClassOf obo:CL_0000071, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000071
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002067
            ]
        )
    ] .

obo:CL_2000013
    obo:IAO_0000115 "Any skin fibroblast that is part of a skin of abdomen." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-04T15:18:16Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000013" ;
    a owl:Class ;
    rdfs:label "fibroblast of skin of abdomen" ;
    rdfs:subClassOf obo:CL_0002620, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001416
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002620
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001416
            ]
        )
    ] .

obo:CL_2000016
    obo:IAO_0000115 "Any lung endothelial cell that is part of a microvascular endothelium." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-04T16:00:56Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000016" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "lung microvascular endothelial cell" ;
    rdfs:subClassOf obo:CL_1001567, obo:CL_2000008 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_1001567
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008339
            ]
        )
    ] .

obo:CL_2000019
    obo:IAO_0000115 "Any photoreceptor cell that is part of a compound eye." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-24T23:16:45Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000019" ;
    a owl:Class ;
    rdfs:label "compound eye photoreceptor cell" ;
    rdfs:subClassOf obo:CL_0000287, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000018
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000210
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000018
            ]
        )
    ] .

obo:CL_2000020
    obo:IAO_0000115 "Any native cell that is part of a inner cell mass." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-24T23:16:53Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000020" ;
    a owl:Class ;
    rdfs:label "inner cell mass cell" ;
    rdfs:subClassOf obo:CL_0000255, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000087
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000087
            ]
        )
    ] .

obo:CL_2000022
    obo:IAO_0000115 "Any native cell that is part of a cardiac septum." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-24T23:17:07Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000022" ;
    a owl:Class ;
    rdfs:label "cardiac septum cell" ;
    rdfs:subClassOf obo:CL_0002494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002099
            ]
        )
    ] .

obo:CL_2000025
    obo:IAO_0000115 "Any oligodendrocyte that is part of a spinal cord." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-25T00:23:50Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000025" ;
    a owl:Class ;
    rdfs:label "spinal cord oligodendrocyte" ;
    rdfs:subClassOf obo:CL_0000128, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000128
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:CL_2000029
    obo:IAO_0000115 "Any neuron that is part of a central nervous system." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-25T01:17:43Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000029" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "central nervous system neuron" ;
    rdfs:subClassOf obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:CL_2000032
    obo:IAO_0000115 "A neuron that is part of a peripheral nervous system." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-06-25T02:28:17Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "FMA:84664" ;
    oboInOwl:hasExactSynonym "PNS neuron", "peripheral neuron" ;
    oboInOwl:id "CL:2000032" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "peripheral nervous system neuron" ;
    rdfs:subClassOf obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0000010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0000010
            ]
        )
    ] .

obo:CL_2000042
    obo:IAO_0000115 "Any fibroblast that is part of a embryo." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-07-09T00:12:00Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000042" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "embryonic fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
        )
    ] .

obo:CL_2000044
    obo:IAO_0000115 "Any microvascular endothelial cell that is part of a brain." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-07-09T00:24:53Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000044" ;
    a owl:Class ;
    rdfs:label "brain microvascular endothelial cell" ;
    rdfs:subClassOf obo:CL_0002319, obo:CL_2000008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_2000008
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:CL_2000046
    obo:IAO_0000115 "Any cardiac muscle cell that is part of a cardiac ventricle." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-08-12T20:50:28Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://cellxgene.cziscience.com/cellguide/CL_2000046" ;
    oboInOwl:id "CL:2000046" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "ventricular cardiac muscle cell" ;
    rdfs:subClassOf obo:CL_0000746, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000746
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:CL_2000047
    obo:IAO_0000115 "Any motor neuron that is part of a brainstem." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-10-02T23:52:53Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000047" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "brainstem motor neuron" ;
    rdfs:subClassOf obo:CL_0000100, obo:CL_2000029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0002298
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000100
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0002298
            ]
        )
    ] .

obo:CL_2000063
    obo:IAO_0000115 "Any fibroblast that is part of a female gonad." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-10-07T17:57:42Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000063" ;
    a owl:Class ;
    rdfs:comment "http://www.sciencellonline.com/site/productInformation.php?keyword=7330" ;
    rdfs:label "ovarian fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, obo:CL_0002132 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:CL_2000066
    obo:IAO_0000115 "Any fibroblast that is part of a cardiac ventricle." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-10-07T18:35:38Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000066" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "http://www.sciencellonline.com/site/productInformation.php?keyword=6310" ;
    rdfs:label "cardiac ventricle fibroblast" ;
    rdfs:subClassOf obo:CL_0002548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:CL_2000067
    obo:IAO_0000115 "Any fibroblast that is part of a cardiac atrium." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-10-07T18:36:54Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000067" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "http://www.sciencellonline.com/site/productInformation.php?keyword=6320" ;
    rdfs:label "cardiac atrium fibroblast" ;
    rdfs:subClassOf obo:CL_0002548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:CL_2000068
    obo:IAO_0000115 "Any fibroblast that is part of a pericardium." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-10-07T18:38:06Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000068" ;
    a owl:Class ;
    rdfs:comment "http://www.sciencellonline.com/site/productInformation.php?keyword=6430" ;
    rdfs:label "pericardium fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002407
            ]
        )
    ] .

obo:CL_2000070
    obo:IAO_0000115 "Any fibroblast that is part of a optic choroid." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-10-07T18:50:43Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000070" ;
    a owl:Class ;
    rdfs:comment "http://www.sciencellonline.com/site/productInformation.php?keyword=6620" ;
    rdfs:label "optic choroid fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001776
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001776
            ]
        )
    ] .

obo:CL_2000072
    obo:IAO_0000115 "Any microvascular endothelial cell that is part of a adipose tissue." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-10-07T22:13:45Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000072" ;
    a owl:Class ;
    rdfs:comment "http://www.sciencellonline.com/site/productInformation.php?keyword=7200" ;
    rdfs:label "adipose microvascular endothelial cell" ;
    rdfs:subClassOf obo:CL_0002320, obo:CL_2000008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_2000008
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001013
            ]
        )
    ] .

obo:CL_2000073
    obo:IAO_0000115 "Any migratory neural crest cell that is part of a cardiac neural crest." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-11-05T01:18:43Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "cardiac neural crest cell" ;
    oboInOwl:id "CL:2000073" ;
    a owl:Class ;
    rdfs:label "migratory cardiac neural crest cell" ;
    rdfs:subClassOf obo:CL_0000333, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000095
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000333
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000095
            ]
        )
    ] .

obo:CL_2000080
    obo:IAO_0000115 "Any mesenchymal stem cell of adipose tissue that is part of an abdomen." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2014-12-02T19:10:34Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "mesenchymal stem cell of abdominal adipose" ;
    oboInOwl:id "CL:2000080" ;
    a owl:Class ;
    rdfs:label "mesenchymal stem cell of abdominal adipose tissue" ;
    rdfs:subClassOf obo:CL_0002570, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002570
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:CL_2000093
    obo:IAO_0000115 "Any fibroblast of lung that is part of a bronchus." ;
    terms:contributor <http://www.wikidata.org/entity/Q35563349> ;
    oboInOwl:creation_date "2015-03-31T21:16:22Z"^^xsd:dateTime ;
    oboInOwl:id "CL:2000093" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "bronchus fibroblast of lung" ;
    rdfs:subClassOf obo:CL_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:CL_3000004
    obo:IAO_0000115 "A neuron type that is located in a peripheral nervous system and it transmits sensory information from the peripheral (PNS) to the central nervous system (CNS). A sensory neuron converts physical (light, sound, touch) or chemical (such as taste and smell) stimuli into an electrical signal through a process known as sensory transduction. The function of a sensory neuron is to carry informations from the external environment and internal body conditions to the central nervous system for further processing." ;
    terms:contributor <http://www.wikidata.org/entity/Q97529981> ;
    oboInOwl:creation_date "2019-02-25T19:34:33Z"^^xsd:dateTime ;
    oboInOwl:id "CL:3000004" ;
    a owl:Class ;
    rdfs:comment "Typically, a sensory neuron has a pseudounipolar morphology." ;
    rdfs:label "peripheral sensory neuron" ;
    rdfs:subClassOf obo:CL_0000101, obo:CL_2000032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_2000032
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050906
            ]
        )
    ] .

obo:CL_4023066
    obo:IAO_0000115 "A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "horizontal pyramidal neuron" ;
    rdfs:subClassOf obo:CL_0000598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070016
            ]
        )
    ] .

obo:CL_4023072
    obo:IAO_0000115 "A cell that is part of the brain vasculature." ;
    terms:contributor <http://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "brain vascular cell" ;
    rdfs:subClassOf obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008998
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008998
            ]
        )
    ] .

obo:CL_4023077
    obo:IAO_0000115 "A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "bitufted neuron" ;
    rdfs:subClassOf obo:CL_0000099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070012
            ]
        )
    ] .

obo:CL_4023079
    obo:IAO_0000115 "A GABAergic inhibitory neuron that is derived from the midbrain." ;
    terms:contributor <http://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "midbrain-derived inhibitory neuron" ;
    rdfs:subClassOf obo:CL_2000029, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:CL_4023092
    obo:IAO_0000115 "A pyramidal neuron which has an apical tree which is oriented towards the white matter." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "inverted pyramidal neuron" ;
    rdfs:subClassOf obo:CL_0000598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070021
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070021
            ]
        )
    ] .

obo:CL_4023093
    obo:IAO_0000115 "A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "stellate pyramidal neuron" ;
    rdfs:subClassOf obo:CL_0000598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070020
            ]
        )
    ] .

obo:CL_4023094
    obo:IAO_0000115 "A pyramidal neuron which has a distinctive tuft formation, distal from the soma." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "tufted pyramidal neuron" ;
    rdfs:subClassOf obo:CL_0000598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070018
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070018
            ]
        )
    ] .

obo:CL_4023095
    obo:IAO_0000115 "A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:BDS_subset ;
    a owl:Class ;
    rdfs:label "untufted pyramidal neuron" ;
    rdfs:subClassOf obo:CL_0000598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070019
            ]
        )
    ] .

obo:CL_4023111
    obo:IAO_0000115 "A pyramidal neuron with soma located in the cerebral cortex." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "cerebral cortex pyramidal neuron" ;
    rdfs:subClassOf obo:CL_0000598, obo:CL_0010012 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0000956
            ]
        )
    ] .

obo:CL_4023154
    obo:IAO_0000115 "A glial cell that myelinates axonal processes." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    a owl:Class ;
    rdfs:label "myelinating glial cell" ;
    rdfs:subClassOf obo:CL_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0043209
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0043209
            ]
        )
    ] .

obo:CL_4023159
    obo:IAO_0000115 "An interneuron that has double bouquet morphology." ;
    terms:contributor <http://orcid.org/0000-0001-7258-9596> ;
    a owl:Class ;
    rdfs:label "double bouquet cell" ;
    rdfs:subClassOf obo:CL_0000099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070061
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0070061
            ]
        )
    ] .

obo:CL_4023168
    obo:IAO_0000115 "A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli." ;
    terms:contributor <http://orcid.org/0000-0001-7258-9596> ;
    a owl:Class ;
    rdfs:label "somatosensory neuron" ;
    rdfs:subClassOf obo:CL_2000032, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003942
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003942
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002100 ;
                owl:someValuesFrom obo:UBERON_0000010
            ]
        )
    ] .

obo:CL_4028001
    obo:IAO_0000115 "Any capillary endothelial cell that is part of a lung." ;
    terms:contributor <https://orcid.org/0000-0002-3293-5463> ;
    oboInOwl:creation_date "2021-11-23T02:31:40Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "lung capillary endothelial cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "pulmonary capillary endothelial cell" ;
    rdfs:subClassOf obo:CL_0002144, obo:CL_2000016, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0016405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002144
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:CL_4030029
    obo:IAO_0000115 "A lymphocyte located in blood." ;
    terms:date "2022-11-04T14:40:00Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:blood_and_immune_upper_slim ;
    a owl:Class ;
    rdfs:label "blood lymphocyte" ;
    rdfs:subClassOf obo:CL_0000542, obo:CL_2000001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000542
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000178
            ]
        )
    ] .

obo:CL_4030034
    obo:IAO_0000115 "A multiciliated epithelial cell located in the respiratory tract epithelium, characterized by a columnar shape and motile cilia on its apical surface. This cell develops through a highly orchestrated process, transitioning from a basal progenitor via an intermediate deuterosomal cell stage that generates centrioles essential for ciliogenesis." ;
    terms:date "2023-01-25T11:06:01Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "ciliated cell of the respiratory tract", "respiratory ciliated cell", "respiratory multiciliated cell" ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "respiratory tract multiciliated cell" ;
    rdfs:subClassOf obo:CL_0002368, obo:CL_0005012, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002207 ;
        owl:someValuesFrom obo:CL_4033044
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000075
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004802
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0031514
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0010007
            ]
        )
    ] .

obo:CL_4030045
    a owl:ObjectProperty ;
    rdfs:label "lacks_part" .

obo:CL_4030046
    a owl:ObjectProperty ;
    rdfs:label "lacks_plasma_membrane_part" .

obo:CL_4033008
    obo:IAO_0000115 "A(n) vein endothelial cell that is part of a(n) respiratory system." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "vein endothelial cell of respiratory system" ;
    rdfs:subClassOf obo:CL_0002543, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002543
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:CL_4033018
    obo:IAO_0000115 "A megakaryocyte that is resident in the lung connective tissue." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489>, <https://orcid.org/0000-0002-9185-3994> ;
    terms:date "2023-03-16T11:31:23Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "lung resident megakaryocyte", "lung-resident megakaryocyte" ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "lung megakaryocyte" ;
    rdfs:subClassOf obo:CL_0000556, obo:CL_0002320, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000114
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000556
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000114
            ]
        )
    ] .

obo:CL_4033044
    obo:IAO_0000115 "An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489>, <https://orcid.org/0000-0002-9185-3994> ;
    terms:date "2023-06-20T10:27:17Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "In humans, deuterosomal cells have been noted to have enriched expression of the following: PLK4, FOXJ1, DEUP1, FOXN4, YPEL1, HES6 and CDC20B. Deuterosomal cells were termed after deuterosomes, the platforms of active centriole amplification." ;
    rdfs:label "deuterosomal cell" ;
    rdfs:subClassOf obo:CL_0002368, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0098535
    ] .

obo:CL_4033049
    obo:IAO_0000115 "A taste receptor cell that is part of a taste bud of a tongue." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2023-05-03T07:59:58Z"^^xsd:dateTime ;
    oboInOwl:hasRelatedSynonym "gustatory cell of tongue" ;
    a owl:Class ;
    rdfs:label "taste receptor cell of tongue" ;
    rdfs:subClassOf obo:CL_0000209, obo:CL_0002319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0014451
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000209
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0014451
            ]
        )
    ] .

obo:CL_4033050
    obo:IAO_0000115 "A neuron that releases catecholamine as a neurotransmitter." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2023-05-18T12:07:45Z"^^xsd:dateTime ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Frequently used when describing the developing nervous system in zebrafish. A catecholaminergic neuron expresses tyrosine hydroxylase (TH), tyrosine hydroxylase 2 (TH2), aromatic amino acid decarboxylase (AADC), dopamine b-hydroxylase (DBH), and phenylethanolamine-N-methyl transferase (PEMT), which are enzymes necessary for catecholamine synthesis." ;
    rdfs:label "catecholaminergic neuron" ;
    rdfs:subClassOf obo:CL_0000151, obo:CL_0000540, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0160043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0160043
            ]
        )
    ] .

obo:CL_4033054
    obo:IAO_0000115 "A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2023-08-22T13:40:28Z"^^xsd:dateTime ;
    oboInOwl:inSubset cl:cellxgene_subset ;
    a owl:Class ;
    rdfs:label "perivascular cell" ;
    rdfs:subClassOf obo:CL_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002049
            ]
        )
    ] .

obo:CL_4033081
    obo:IAO_0000115 "A(n) myeloid cell that is cycling." ;
    oboInOwl:hasExactSynonym "proliferating myeloid cell" ;
    a owl:Class ;
    rdfs:label "cycling myeloid cell" ;
    rdfs:subClassOf obo:CL_0000763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0022402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002354
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000763
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom obo:GO_0022402
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002354
            ]
        )
    ] .

obo:CL_4033093
    obo:IAO_0000115 "A stem cell that is part of the corneo-scleral limbus. This cell type resides at the basal layer of the epithelium and has a small size and high nuclear to cytoplasmatic ratio (Secker and Daniels, 2009). A limbal stem cell is responsible for corneal epithelial renewal and repair (Li et al., 2023), and to help maintain a clear corneal surface by preventing conjunctival epithelial cells from migrating onto the cornea (Wang et al., 2023)." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489>, <https://orcid.org/0000-0001-7655-4833> ;
    terms:date "2024-12-11T13:59:19Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "limbal epithelial stem cell", "limbal stem cell" ;
    a owl:Class ;
    rdfs:label "limbal epithelial stem cell of cornea" ;
    rdfs:subClassOf obo:CL_0000036, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000482
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006761
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002203 ;
        owl:someValuesFrom obo:CL_0000575
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000034
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006761
            ]
        )
    ] .

obo:CL_4040004
    obo:IAO_0000115 "Any mesenchymal stem cell of adipose tissue that is part of an orbital region." ;
    terms:contributor <https://orcid.org/0000-0002-0819-0473> ;
    terms:date "2023-09-18T10:43:00Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "OAMSC", "Orbital ASCs", "orbital adipose-derived mesenchymal stem cell" ;
    a owl:Class ;
    rdfs:label "mesenchymal stem cell of orbital adipose tissue" ;
    rdfs:subClassOf obo:CL_0002570, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004088
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002570
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004088
            ]
        )
    ] .

obo:CL_4047001
    obo:IAO_0000115 "A(n) stromal cell that is cycling." ;
    oboInOwl:hasExactSynonym "proliferating stromal cell" ;
    a owl:Class ;
    rdfs:label "cycling stromal cell" ;
    rdfs:subClassOf obo:CL_0000499, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0022402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002354
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000499
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom obo:GO_0022402
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002354
            ]
        )
    ] .

obo:CL_4047002
    obo:IAO_0000115 "A(n) glial cell that is cycling." ;
    oboInOwl:hasExactSynonym "proliferating glial cell" ;
    a owl:Class ;
    rdfs:label "cycling glial cell" ;
    rdfs:subClassOf obo:CL_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0022402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002354
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom obo:GO_0022402
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002354
            ]
        )
    ] .

obo:CL_4047005
    obo:IAO_0000115 "A(n) neuroblast (sensu Vertebrata) that is cycling." ;
    oboInOwl:hasExactSynonym "proliferating neuroblast (sensu Vertebrata)" ;
    a owl:Class ;
    rdfs:label "cycling neuroblast (sensu Vertebrata)" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000031, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0022402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002354
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000031
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom obo:GO_0022402
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002354
            ]
        )
    ] .

obo:CL_4047023
    obo:IAO_0000115 "A fibroblast located in the lamina propria of the intestinal mucosa. This cell expresses PDGFRα and CD81 and is negative for α-smooth muscle actin (α-SMA). This cell is predominantly located in the small intestine adjacent to myofibroblasts surrounding the crypts. It is capable of synthesizing extracellular matrix components and structural proteins such as collagen and elastin." ;
    terms:contributor <https://orcid.org/0009-0005-7919-4905> ;
    terms:date "2024-09-24T15:45:18Z"^^xsd:dateTime ;
    oboInOwl:hasRelatedSynonym "S1 fibroblast" ;
    a owl:Class ;
    rdfs:label "intestinal lamina propria fibroblast"@en ;
    rdfs:subClassOf obo:CL_0000057, obo:CL_0000151, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004780
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0070278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004780
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0070278
            ]
        )
    ] .

obo:CL_4052002
    obo:IAO_0000115 "A multinucleate cell formed by the fusion of multiple uninuclear cells through plasma membrane fusion. This process leads to a single large cell containing multiple nuclei within a shared cytoplasm." ;
    terms:contributor <https://orcid.org/0009-0000-8480-9277> ;
    terms:date "2024-08-15T10:38:46Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "syncytium" ;
    a owl:Class ;
    rdfs:label "syncytial cell" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CL_0000228, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002353 ;
        owl:someValuesFrom obo:GO_0000768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001908
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002353 ;
                owl:someValuesFrom obo:GO_0000768
            ]
        )
    ] .

obo:CL_4052015
    obo:IAO_0000115 "Any capillary endothelial cell that is part of an endocrine gland." ;
    terms:contributor <https://orcid.org/0009-0000-8480-9277> ;
    terms:date "2024-09-30T15:27:49Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "endocrine gland capillary endothelial cell" ;
    rdfs:subClassOf obo:CL_0002144, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002368
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0002144
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002368
            ]
        )
    ] .

obo:CL_4052030
    obo:IAO_0000115 "A fibroblast of the adventitia of a blood vessel. This cell contributes to vascular homeostasis, remodeling, and inflammation by producing extracellular matrix components, cytokines, and growth factors. Adventitial fibroblast can transition into an activated state during injury or disease, marked by increased proliferation, migration, matrix deposition, and contractile protein expression" ;
    terms:contributor <https://orcid.org/0009-0000-8480-9277> ;
    terms:date "2024-12-05T11:01:15Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:comment "Single-cell transcriptomics of murine aorta identifies two adventitial fibroblast-specific markers, PDGFRA and DPEP1, which were validated at the protein level by immunohistochemistry and flow cytometry across human and murine arteries, highlighting fibroblast heterogeneity in health and cardiovascular disease (CVD) in humans and mice." ;
    rdfs:label "adventitial fibroblast" ;
    rdfs:subClassOf obo:CL_0000057, obo:CL_0000151, obo:CL_0002503, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005734
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0001816
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0070278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005734
            ]
        )
    ] .

obo:CL_4052045
    obo:IAO_0000115 "A stromal cell that is part of the ovarian stroma, characterized by its ability to synthesize steroid hormones." ;
    terms:contributor <https://orcid.org/0009-0000-8480-9277> ;
    terms:date "2025-03-05T13:37:44Z"^^xsd:dateTime ;
    oboInOwl:hasBroadSynonym "steroidogenic interstitial stromal cell", "steroidogenic stromal cell" ;
    oboInOwl:hasRelatedSynonym "Enpp2− interstitial cell" ;
    a owl:Class ;
    rdfs:label "steroidogenic stromal cell of ovary" ;
    rdfs:subClassOf obo:CL_0002132, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006960
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0120178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000499
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006960
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0120178
            ]
        )
    ] .

obo:GOREL_0002003
    oboInOwl:hasDbXref "GOREL:0002003" ;
    oboInOwl:hasOBONamespace "external" ;
    oboInOwl:id "results_in_distribution_of" ;
    oboInOwl:shorthand "results_in_distribution_of" ;
    a owl:ObjectProperty ;
    rdfs:label "results in distribution of", "results_in_distribution_of" .

obo:GOREL_0002004
    oboInOwl:hasDbXref "GOREL:0002004" ;
    oboInOwl:hasOBONamespace "external" ;
    oboInOwl:id "results_in_fission_of" ;
    oboInOwl:shorthand "results_in_fission_of" ;
    a owl:ObjectProperty ;
    rdfs:label "results in fission of", "results_in_fission_of" ;
    rdfs:subPropertyOf obo:RO_0000057 .

obo:GO_0000011
    obo:IAO_0000115 "The distribution of vacuoles into daughter cells after mitosis or meiosis, mediated by interactions between vacuoles and the cytoskeleton." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000011" ;
    a owl:Class ;
    rdfs:label "vacuole inheritance" ;
    rdfs:subClassOf obo:GO_0007033, obo:GO_0048308, [
        a owl:Restriction ;
        owl:onProperty obo:GOREL_0002003 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048308
            [
                a owl:Restriction ;
                owl:onProperty obo:GOREL_0002003 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0000070
    obo:IAO_0000115 "The cell cycle process in which replicated homologous chromosomes are organized and then physically separated and apportioned to two sets during the mitotic cell cycle. Each replicated chromosome, composed of two sister chromatids, aligns at the cell equator, paired with its homologous partner. One homolog of each morphologic type goes into each of the resulting chromosome sets." ;
    oboInOwl:hasAlternativeId "GO:0016359" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2500257" ;
    oboInOwl:hasExactSynonym "mitotic chromosome segregation" ;
    oboInOwl:hasNarrowSynonym "mitotic sister-chromatid adhesion release" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000070" ;
    oboInOwl:inSubset go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "mitotic sister chromatid segregation" ;
    rdfs:subClassOf obo:GO_0000819, obo:GO_1903047, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0140014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0098813
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0140014
            ]
        )
    ] .

obo:GO_0000139
    obo:IAO_0000115 "The lipid bilayer surrounding any of the compartments of the Golgi apparatus." ;
    oboInOwl:hasExactSynonym "Golgi apparatus membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0000139" ;
    a owl:Class ;
    rdfs:label "Golgi membrane" ;
    rdfs:subClassOf obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0005794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0000226
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising microtubules and their associated proteins." ;
    oboInOwl:hasExactSynonym "microtubule cytoskeleton organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "microtubule cytoskeleton organization and biogenesis" ;
    oboInOwl:id "GO:0000226" ;
    oboInOwl:inSubset go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "microtubule cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0007010, obo:GO_0007017, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0015630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0015630
            ]
        )
    ] .

obo:GO_0000228
    obo:IAO_0000115 "A chromosome that encodes the nuclear genome and is found in the nucleus of a eukaryotic cell during the cell cycle phases when the nucleus is intact." ;
    oboInOwl:hasNarrowSynonym "nuclear interphase chromosome" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0000228" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_generic ;
    a owl:Class ;
    rdfs:label "nuclear chromosome" ;
    rdfs:subClassOf obo:GO_0005694, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005694
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0000271
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of a polysaccharide, a polymer of many (typically more than 10) monosaccharide residues linked glycosidically." ;
    oboInOwl:hasExactSynonym "glycan biosynthesis", "glycan biosynthetic process", "polysaccharide anabolism", "polysaccharide biosynthesis", "polysaccharide formation", "polysaccharide synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000271" ;
    a owl:Class ;
    rdfs:label "polysaccharide biosynthetic process" ;
    rdfs:subClassOf obo:GO_0005976, obo:GO_0009059, obo:GO_0016051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_18154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_18154
            ]
        )
    ] .

obo:GO_0000278
    obo:IAO_0000115 "Progression through the phases of the mitotic cell cycle, the most common eukaryotic cell cycle, which canonically comprises four successive phases called G1, S, G2, and M and includes replication of the genome and the subsequent segregation of chromosomes into daughter cells. In some variant cell cycles nuclear replication or nuclear division may not be followed by cell division, or G1 and G2 phases may be absent." ;
    oboInOwl:hasAlternativeId "GO:0007067" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-69278", "Wikipedia:Mitosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "mitosis" ;
    oboInOwl:id "GO:0000278" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that this term should not be confused with 'GO:0140014 ; mitotic nuclear division'. 'GO:0000278 ; mitotic cell cycle represents the entire mitotic cell cycle, while 'GO:0140014 ; mitotic nuclear division' specifically represents the actual nuclear division step of the mitotic cell cycle." ;
    rdfs:label "mitotic cell cycle" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0007049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0140014
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0140014
            ]
        )
    ] .

obo:GO_0000280
    obo:IAO_0000115 "The division of a cell nucleus into two nuclei, with DNA and other nuclear contents distributed between the daughter nuclei." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "karyokinesis" ;
    oboInOwl:id "GO:0000280" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "nuclear division" ;
    rdfs:subClassOf obo:GO_0048285, [
        a owl:Restriction ;
        owl:onProperty obo:GOREL_0002004 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048285
            [
                a owl:Restriction ;
                owl:onProperty obo:GOREL_0002004 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0000313
    obo:IAO_0000115 "A ribosome contained within a subcellular membrane-bounded organelle." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0000313" ;
    a owl:Class ;
    rdfs:label "organellar ribosome" ;
    rdfs:subClassOf obo:GO_0005840, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005840
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0000740
    obo:IAO_0000115 "The joining of 2 or more lipid bilayer membranes that surround the nucleus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000740" ;
    a owl:Class ;
    rdfs:label "nuclear membrane fusion" ;
    rdfs:subClassOf obo:GO_0071763, obo:GO_0090174, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0031965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0061025
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0031965
            ]
        )
    ] .

obo:GO_0000741
    obo:IAO_0000115 "The creation of a single nucleus from multiple nuclei as a result of fusing the lipid bilayers that surround each nuclei." ;
    oboInOwl:hasAlternativeId "GO:0007335" ;
    oboInOwl:hasDbXref "Wikipedia:Karyogamy" ;
    oboInOwl:hasExactSynonym "nuclear fusion", "nuclear fusion during karyogamy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000741" ;
    a owl:Class ;
    rdfs:label "karyogamy" ;
    rdfs:subClassOf obo:GO_0006997, obo:GO_0048284, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006997
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048284
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0000768
    obo:IAO_0000115 "The formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." ;
    oboInOwl:hasBroadSynonym "cell fusion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000768" ;
    a owl:Class ;
    rdfs:label "syncytium formation by plasma membrane fusion" ;
    rdfs:subClassOf obo:GO_0006949, obo:GO_0140253 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006949
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0045026
            ]
        )
    ] .

obo:GO_0000785
    obo:IAO_0000115 "The ordered and organized complex of DNA, protein, and sometimes RNA, that forms the chromosome." ;
    oboInOwl:hasAlternativeId "GO:0000789", "GO:0000790", "GO:0005717" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1615953555" ;
    oboInOwl:hasNarrowSynonym "cytoplasmic chromatin", "nuclear chromatin" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "chromosome scaffold" ;
    oboInOwl:id "GO:0000785" ;
    a owl:Class ;
    rdfs:comment "Chromosomes include parts that are not part of the chromatin. Examples include the kinetochore." ;
    rdfs:label "chromatin" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005694
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0000792
    obo:IAO_0000115 "A compact and highly condensed form of chromatin that is refractory to transcription." ;
    oboInOwl:hasAlternativeId "GO:0005720", "GO:0035328" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao581845896", "Wikipedia:Heterochromatin" ;
    oboInOwl:hasExactSynonym "transcriptionally inactive chromatin", "transcriptionally silent chromatin" ;
    oboInOwl:hasNarrowSynonym "nuclear heterochromatin" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0000792" ;
    a owl:Class ;
    rdfs:label "heterochromatin" ;
    rdfs:subClassOf obo:GO_0000785 .

obo:GO_0000819
    obo:IAO_0000115 "The cell cycle process in which sister chromatids are organized and then physically separated and apportioned to two or more sets." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000819" ;
    a owl:Class ;
    rdfs:label "sister chromatid segregation" ;
    rdfs:subClassOf obo:GO_0051276, obo:GO_0098813 .

obo:GO_0000902
    obo:IAO_0000115 "The developmental process in which the size or shape of a cell is generated and organized." ;
    oboInOwl:hasAlternativeId "GO:0007148", "GO:0045790", "GO:0045791" ;
    oboInOwl:hasExactSynonym "cellular morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0000902" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "cell morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:CL_0000000
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0001101
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus by the chemical structure of the anion portion of a dissociated acid (rather than the acid acting as a proton donor). The acid chemical may be in gaseous, liquid or solid form." ;
    oboInOwl:hasBroadSynonym "response to acid" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "response to acid anion", "response to oxoanion" ;
    oboInOwl:id "GO:0001101" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "This term should be used to describe a response to a specific acid as a chemical. E.g., if an organism were responding to glutamate, then the response would be glutamate-specific; the organism is actually responding to the chemical structure of the anion portion of the dissociated acid. Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC. If annotating experiments where an acid is playing a role as a proton donor, please annotate to GO:0010447 'response to acidic pH' instead." ;
    rdfs:label "response to acid chemical" ;
    rdfs:subClassOf obo:GO_0042221 .

obo:GO_0001501
    obo:IAO_0000115 "The process whose specific outcome is the progression of the skeleton over time, from its formation to the mature structure. The skeleton is the bony framework of the body in vertebrates (endoskeleton) or the hard outer envelope of insects (exoskeleton or dermoskeleton)." ;
    oboInOwl:hasExactSynonym "skeletal development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001501" ;
    a owl:Class ;
    rdfs:label "skeletal system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001434
            ]
        )
    ] .

obo:GO_0001503
    obo:IAO_0000115 "The formation of bone or of a bony substance, or the conversion of fibrous tissue or of cartilage into bone or a bony substance." ;
    oboInOwl:hasDbXref "Wikipedia:Ossification" ;
    oboInOwl:hasExactSynonym "bone biosynthesis", "bone formation", "osteogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001503" ;
    a owl:Class ;
    rdfs:comment "Note that this term does not have a 'developmental process' parent because ossification isn't necessarily developmental, can also occur as part of bone remodeling. Instead use 'ossification involved in bone maturation ; GO:0043931'." ;
    rdfs:label "ossification" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0032501, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032501
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:GO_0001508
    obo:IAO_0000115 "A process in which membrane potential cycles through a depolarizing spike, triggered in response to depolarization above some threshold, followed by repolarization. This cycle is driven by the flow of ions through various voltage gated channels with different thresholds and ion specificities." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001508" ;
    a owl:Class ;
    rdfs:comment "Action potentials typically propagate across excitable membranes. This class covers both action potentials that propagate and those that fail to do so." ;
    rdfs:label "action potential" ;
    rdfs:subClassOf obo:GO_0042391 .

obo:GO_0001525
    obo:IAO_0000115 "Blood vessel formation when new vessels emerge from the proliferation of pre-existing blood vessels." ;
    oboInOwl:hasDbXref "Wikipedia:Angiogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001525" ;
    a owl:Class ;
    rdfs:label "angiogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:GO_0001539
    obo:IAO_0000115 "Cell motility due to movement of eukaryotic cilia or bacterial-type flagella or archaeal-type flagella." ;
    oboInOwl:hasExactSynonym "ciliary/flagellar motility" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ciliary or bacterial-type flagellar motility" ;
    oboInOwl:id "GO:0001539" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that we deem eukaryotic cilia and microtubule-based flagella to be equivalent, while the bacterial- and archaeal-type flagella have a different structure. The former are microtubule-based structures that lash back and forth and are present only in eukaryotes, while the latter achieve motility by rotation. Bacterial- and archaeal-type flagella are superficially similar but have a different molecular composition and fine structure. These three structures never co-exist in the same organism. Therefore, GO:0001539 'cilium or flagellum-dependent cell motility' is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term. Direct annotations to GO:0001539 'cilium or flagellum-dependent cell motility' may be amended during annotation QC." ;
    rdfs:label "cilium or flagellum-dependent cell motility" ;
    rdfs:subClassOf obo:GO_0048870 .

obo:GO_0001555
    obo:IAO_0000115 "The developmental growth process in which an oocyte irreversibly increases in size over time by accretion and biosynthetic production of matter similar to that already present." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001555" ;
    a owl:Class ;
    rdfs:label "oocyte growth" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0048588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048599
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:CL_0000023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0040007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:CL_0000023
            ]
        )
    ] .

obo:GO_0001556
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for an oocyte to attain its fully functional state. Oocyte maturation commences after reinitiation of meiosis commonly starting with germinal vesicle breakdown, and continues up to the second meiotic arrest prior to fertilization." ;
    oboInOwl:hasDbXref "Wikipedia:Oocyte_maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001556" ;
    a owl:Class ;
    rdfs:label "oocyte maturation" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0048469, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048599
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000023
            ]
        )
    ] .

obo:GO_0001558
    obo:IAO_0000115 "Any process that modulates the frequency, rate, extent or direction of cell growth." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001558" ;
    a owl:Class ;
    rdfs:label "regulation of cell growth" ;
    rdfs:subClassOf obo:GO_0040008, obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0016049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0016049
            ]
        )
    ] .

obo:GO_0001560
    obo:IAO_0000115 "Any process in which external signals modulate the frequency, rate or extent of cell growth, the irreversible increase in size of a cell over time." ;
    oboInOwl:hasExactSynonym "interpretation of external signals that regulate cell growth", "regulation of cell growth by detection of exogenous stimulus", "regulation of cell growth by sensing of exogenous stimulus", "regulation of growth by exogenous signal", "regulation of growth by exogenous stimuli", "regulation of growth by exogenous stimulus", "regulation of growth by external signal", "regulation of growth by external stimuli", "regulation of growth by external stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001560" ;
    a owl:Class ;
    rdfs:label "regulation of cell growth by extracellular stimulus" ;
    rdfs:subClassOf obo:GO_0001558, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051716
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001558
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0051716
            ]
        )
    ] .

obo:GO_0001568
    obo:IAO_0000115 "The process whose specific outcome is the progression of a blood vessel over time, from its formation to the mature structure. The blood vessel is the vasculature carrying blood." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001568" ;
    a owl:Class ;
    rdfs:label "blood vessel development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001944
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:GO_0001569
    obo:IAO_0000115 "The process of coordinated growth and sprouting of blood vessels giving rise to the organized vascular system." ;
    oboInOwl:hasBroadSynonym "patterning of blood vessels" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001569" ;
    a owl:Class ;
    rdfs:label "branching involved in blood vessel morphogenesis" ;
    rdfs:subClassOf obo:GO_0048754, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048754
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048514
            ]
        )
    ] .

obo:GO_0001570
    obo:IAO_0000115 "The differentiation of endothelial cells from progenitor cells during blood vessel development, and the de novo formation of blood vessels and tubes." ;
    oboInOwl:hasDbXref "Wikipedia:Vasculogenesis" ;
    oboInOwl:hasExactSynonym "vascular morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001570" ;
    a owl:Class ;
    rdfs:label "vasculogenesis" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:GO_0001578
    obo:IAO_0000115 "A process that results in a parallel arrangement of microtubules." ;
    oboInOwl:hasExactSynonym "microtubule bundling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001578" ;
    a owl:Class ;
    rdfs:label "microtubule bundle formation" ;
    rdfs:subClassOf obo:GO_0000226, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:GO_0005874
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:GO_0097427
    ] .

obo:GO_0001654
    obo:IAO_0000115 "The process whose specific outcome is the progression of the eye over time, from its formation to the mature structure. The eye is the organ of sight." ;
    oboInOwl:hasAlternativeId "GO:0042460" ;
    oboInOwl:hasDbXref "Wikipedia:Eye_development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001654" ;
    a owl:Class ;
    rdfs:label "eye development" ;
    rdfs:subClassOf obo:GO_0007423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0150063
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000970
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000970
            ]
        )
    ] .

obo:GO_0001659
    obo:IAO_0000115 "A homeostatic process in which an organism modulates its internal body temperature." ;
    oboInOwl:hasDbXref "Wikipedia:Thermoregulation" ;
    oboInOwl:hasExactSynonym "thermoregulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001659" ;
    a owl:Class ;
    rdfs:label "temperature homeostasis" ;
    rdfs:subClassOf obo:GO_0048871 .

obo:GO_0001666
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus indicating lowered oxygen tension. Hypoxia, defined as a decline in O2 levels below normoxic levels of 20.8 - 20.95%, results in metabolic adaptation at both the cellular and organismal level." ;
    oboInOwl:hasExactSynonym "response to hypoxic stress", "response to lowered oxygen tension" ;
    oboInOwl:hasNarrowSynonym "response to intermittent hypoxia", "response to sustained hypoxia" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001666" ;
    a owl:Class ;
    rdfs:comment "Note that this term should not be confused with 'response to anoxia ; GO:0034059'. Note that in laboratory studies, hypoxia is typically studied at O2 concentrations ranging from 0.1 - 5%." ;
    rdfs:label "response to hypoxia" ;
    rdfs:subClassOf obo:GO_0006950, obo:GO_0036293 .

obo:GO_0001667
    obo:IAO_0000115 "Cell migration that is accomplished by extension and retraction of a pseudopodium." ;
    oboInOwl:hasExactSynonym "ameboid cell migration", "amoeboid cell migration", "amoeboidal cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001667" ;
    a owl:Class ;
    rdfs:comment "Note that this term refers to a mode of migration rather than to any particular cell type." ;
    rdfs:label "ameboidal-type cell migration" ;
    rdfs:subClassOf obo:GO_0016477 .

obo:GO_0001674
    obo:IAO_0000115 "The nucleus of the female germ cell, a reproductive cell in females." ;
    oboInOwl:hasAlternativeId "GO:0043080" ;
    oboInOwl:hasExactSynonym "female germ-cell nucleus" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0001674" ;
    a owl:Class ;
    rdfs:label "female germ cell nucleus" ;
    rdfs:subClassOf obo:GO_0043073, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000021
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005634
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000021
            ]
        )
    ] .

obo:GO_0001677
    obo:IAO_0000115 "Formation of a complex between aminoacylated initiator methionine tRNA, GTP, and initiation factor 2 (either eIF2 in eukaryotes, or IF2 in prokaryotes). In prokaryotes, fMet-tRNA (initiator) is used rather than Met-tRNA (initiator)." ;
    oboInOwl:hasExactSynonym "translation initiation ternary complex assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001677" ;
    a owl:Class ;
    rdfs:label "formation of translation initiation ternary complex" ;
    rdfs:subClassOf obo:GO_0022618, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006413
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0044207
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0044207
            ]
        )
    ] .

obo:GO_0001696
    obo:IAO_0000115 "The regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." ;
    oboInOwl:hasNarrowSynonym "hydrochloric acid secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001696" ;
    a owl:Class ;
    rdfs:label "gastric acid secretion" ;
    rdfs:subClassOf obo:GO_0022600, obo:GO_0046717 .

obo:GO_0001700
    obo:IAO_0000115 "The process whose specific outcome is the progression of the embryo over time, from zygote formation through syncytial blastoderm to the hatching of the first instar larva. An example of this process is found in Drosophila melanogaster." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001700" ;
    a owl:Class ;
    rdfs:label "embryonic development via the syncytial blastoderm" ;
    rdfs:subClassOf obo:GO_0009792, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_50557
    ] .

obo:GO_0001701
    obo:IAO_0000115 "The process whose specific outcome is the progression of the embryo in the uterus over time, from formation of the zygote in the oviduct, to birth. An example of this process is found in Mus musculus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001701" ;
    a owl:Class ;
    rdfs:label "in utero embryonic development" ;
    rdfs:subClassOf obo:GO_0043009, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ] .

obo:GO_0001704
    obo:IAO_0000115 "The formation of the ectoderm, mesoderm and endoderm during gastrulation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001704" ;
    a owl:Class ;
    rdfs:label "formation of primary germ layer" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007369
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000923
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000923
            ]
        )
    ] .

obo:GO_0001705
    obo:IAO_0000115 "The formation of ectoderm during gastrulation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001705" ;
    a owl:Class ;
    rdfs:label "ectoderm formation" ;
    rdfs:subClassOf obo:GO_0001704, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007398
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
        )
    ] .

obo:GO_0001706
    obo:IAO_0000115 "The formation of the endoderm during gastrulation." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9823730" ;
    oboInOwl:hasNarrowSynonym "endoblast formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001706" ;
    a owl:Class ;
    rdfs:label "endoderm formation" ;
    rdfs:subClassOf obo:GO_0001704, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007492
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:GO_0001707
    obo:IAO_0000115 "The process that gives rise to the mesoderm. This process pertains to the initial formation of the structure from unspecified parts." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001707" ;
    a owl:Class ;
    rdfs:label "mesoderm formation" ;
    rdfs:subClassOf obo:GO_0001704, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048332
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:GO_0001743
    obo:IAO_0000115 "The initial developmental process that will lead to the formation of an eye." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "optic placode formation" ;
    oboInOwl:id "GO:0001743" ;
    a owl:Class ;
    rdfs:label "lens placode formation" ;
    rdfs:subClassOf obo:GO_0060788, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048598
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003073
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003073
            ]
        )
    ] .

obo:GO_0001745
    obo:IAO_0000115 "The morphogenetic process in which the anatomical structures of the compound eye are generated and organized. The adult compound eye is a precise assembly of 700-800 ommatidia. Each ommatidium is composed of 20 cells, identified by cell type and position. An example of compound eye morphogenesis is found in Drosophila melanogaster." ;
    oboInOwl:hasExactSynonym "insect-type retina morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001745" ;
    a owl:Class ;
    rdfs:label "compound eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0048592, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048749
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000018
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000018
            ]
        )
    ] .

obo:GO_0001751
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of an eye photoreceptor cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001751" ;
    a owl:Class ;
    rdfs:label "compound eye photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0001754, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001745
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_2000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_2000019
            ]
        )
    ] .

obo:GO_0001754
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a photoreceptor cell, as found in the eye, the primary visual organ of most organisms." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001754" ;
    a owl:Class ;
    rdfs:label "eye photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0046530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048592
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000287
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000287
            ]
        )
    ] .

obo:GO_0001755
    obo:IAO_0000115 "The characteristic movement of cells from the dorsal ridge of the neural tube to a variety of locations in a vertebrate embryo." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001755" ;
    a owl:Class ;
    rdfs:label "neural crest cell migration" ;
    rdfs:subClassOf obo:GO_0090497, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014032
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000333
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000333
            ]
        )
    ] .

obo:GO_0001756
    obo:IAO_0000115 "The formation of mesodermal clusters that are arranged segmentally along the anterior posterior axis of an embryo." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9824272", "Wikipedia:Somitogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001756" ;
    a owl:Class ;
    rdfs:label "somitogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009952, obo:GO_0035282, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061053
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002329
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002329
            ]
        )
    ] .

obo:GO_0001763
    obo:IAO_0000115 "The process in which the anatomical structures of branches are generated and organized. A branch is a division or offshoot from a main stem. Examples in animals would include blood vessels, nerves, lymphatics and other endothelial or epithelial tubes." ;
    oboInOwl:hasExactSynonym "branching morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001763" ;
    a owl:Class ;
    rdfs:label "morphogenesis of a branching structure" ;
    rdfs:subClassOf obo:GO_0009653, obo:GO_0032501 .

obo:GO_0001764
    obo:IAO_0000115 "The characteristic movement of an immature neuron from germinal zones to specific positions where they will reside as they mature." ;
    oboInOwl:hasDbXref "Wikipedia:Neural_development#Neuron_migration", "Wikipedia:Neuron_migration" ;
    oboInOwl:hasExactSynonym "neuron chemotaxis", "neuronal migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neuron guidance" ;
    oboInOwl:id "GO:0001764" ;
    a owl:Class ;
    rdfs:label "neuron migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048699
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0001767
    obo:IAO_0000115 "The directed orientation of lymphocyte signaling molecules and associated membrane rafts towards a chemokine gradient or a contact point with an appropriate activating cell." ;
    oboInOwl:hasExactSynonym "lymphocyte polarization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001767" ;
    a owl:Class ;
    rdfs:label "establishment of lymphocyte polarity" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0030010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0046649
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000542
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030010
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0001775
    obo:IAO_0000115 "A multicellular organismal process by which exposure to an activating factor such as a cellular or soluble ligand results in a change in the morphology or behavior of a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001775" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cell activation" ;
    rdfs:subClassOf obo:GO_0009987, obo:GO_0032501, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0001776
    obo:IAO_0000115 "The process of regulating the proliferation and elimination of cells of the immune system such that the total number of cells of a particular cell type within a whole or part of an organism is stable over time in the absence of an outside stimulus." ;
    oboInOwl:hasExactSynonym "immune cell homeostasis", "leucocyte homeostasis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001776" ;
    a owl:Class ;
    rdfs:comment "Note that this term represents the return of immune system cell levels to stable numbers following an immune response as well as the proliferation and elimination of cells of the immune system required to maintain stable numbers in the absence of an outside stimulus." ;
    rdfs:label "leukocyte homeostasis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0002376, obo:GO_0048872, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048872
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000738
            ]
        )
    ] .

obo:GO_0001816
    obo:IAO_0000115 "The appearance of a cytokine due to biosynthesis or secretion following a cellular stimulus, resulting in an increase in its intracellular or extracellular levels." ;
    oboInOwl:hasAlternativeId "GO:0042032", "GO:0042089", "GO:0042107", "GO:0050663" ;
    oboInOwl:hasNarrowSynonym "cytokine biosynthetic process", "cytokine metabolic process", "cytokine secretion", "interferon production", "interferon secretion", "interleukin production", "interleukin secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001816" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select one of the 'regulation' children terms." ;
    rdfs:label "cytokine production" ;
    rdfs:subClassOf obo:GO_0010467, obo:GO_0032501 .

obo:GO_0001817
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of production of a cytokine." ;
    oboInOwl:hasAlternativeId "GO:0042035", "GO:0050707" ;
    oboInOwl:hasExactSynonym "regulation of cytokine anabolism", "regulation of cytokine biosynthesis", "regulation of cytokine formation", "regulation of cytokine synthesis" ;
    oboInOwl:hasNarrowSynonym "regulation of cytokine biosynthetic process", "regulation of cytokine secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001817" ;
    a owl:Class ;
    rdfs:label "regulation of cytokine production" ;
    rdfs:subClassOf obo:GO_0010468, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001816
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001816
            ]
        )
    ] .

obo:GO_0001818
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the rate of production of a cytokine." ;
    oboInOwl:hasAlternativeId "GO:0042036", "GO:0050710" ;
    oboInOwl:hasExactSynonym "down regulation of cytokine biosynthetic process", "down regulation of cytokine production", "down-regulation of cytokine biosynthetic process", "down-regulation of cytokine production", "downregulation of cytokine biosynthetic process", "downregulation of cytokine production", "negative regulation of cytokine anabolism", "negative regulation of cytokine biosynthesis", "negative regulation of cytokine formation", "negative regulation of cytokine synthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of cytokine biosynthetic process", "inhibition of cytokine production", "negative regulation of cytokine biosynthetic process", "negative regulation of cytokine secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001818" ;
    a owl:Class ;
    rdfs:label "negative regulation of cytokine production" ;
    rdfs:subClassOf obo:GO_0001817, obo:GO_0010629, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001816
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001816
            ]
        )
    ] .

obo:GO_0001819
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of production of a cytokine." ;
    oboInOwl:hasAlternativeId "GO:0042108", "GO:0050715" ;
    oboInOwl:hasExactSynonym "up regulation of cytokine production", "up-regulation of cytokine production", "upregulation of cytokine production" ;
    oboInOwl:hasNarrowSynonym "activation of cytokine production", "positive regulation of cytokine biosynthetic process", "positive regulation of cytokine secretion", "stimulation of cytokine production" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001819" ;
    a owl:Class ;
    rdfs:label "positive regulation of cytokine production" ;
    rdfs:subClassOf obo:GO_0001817, obo:GO_0010628, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001816
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001816
            ]
        )
    ] .

obo:GO_0001820
    obo:IAO_0000115 "The regulated release of serotonin by a cell. Serotonin (5-hydroxytryptamine, or 5-HT) is a monoamine synthesized in serotonergic neurons in the central nervous system, enterochromaffin cells in the gastrointestinal tract and some immune system cells." ;
    oboInOwl:hasExactSynonym "5-HT secretion", "5-hydroxytryptamine secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "serotonin release" ;
    oboInOwl:id "GO:0001820" ;
    a owl:Class ;
    rdfs:label "serotonin secretion" ;
    rdfs:subClassOf obo:GO_0006837, obo:GO_0023061 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_350546
            ]
        )
    ] .

obo:GO_0001824
    obo:IAO_0000115 "The process whose specific outcome is the progression of the blastocyst over time, from its formation to the mature structure. The mammalian blastocyst is a hollow ball of cells containing two cell types, the inner cell mass and the trophectoderm. The blastula follows the morula and precedes the gastrula in the developmental sequence." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "blastula development" ;
    oboInOwl:id "GO:0001824" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology terms 'TS5, embryo ; EMAP:23', 'TS5, inner cell mass ; EMAP:24' and 'TS5, trophectoderm; EMAP:28'." ;
    rdfs:label "blastocyst development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001701
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000358
            ]
        )
    ] .

obo:GO_0001825
    obo:IAO_0000115 "The initial formation of a blastocyst from a solid ball of cells known as a morula." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "blastula formation" ;
    oboInOwl:id "GO:0001825" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology term 'TS3, compacted morula ; EMAP:9'." ;
    rdfs:label "blastocyst formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001824
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000358
            ]
        )
    ] .

obo:GO_0001826
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an inner cell mass cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001826" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology terms 'TS4, inner cell mass ; EMAP:14'." ;
    rdfs:label "inner cell mass cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001825
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_2000020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_2000020
            ]
        )
    ] .

obo:GO_0001829
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a trophectoderm cell." ;
    oboInOwl:hasExactSynonym "trophectoderm cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001829" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology terms 'TS4, trophectoderm ; EMAP:19'." ;
    rdfs:label "trophectodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001825
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000274
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000274
            ]
        )
    ] .

obo:GO_0001831
    obo:IAO_0000115 "The morphogenesis of trophectoderm cells." ;
    oboInOwl:hasExactSynonym "trophectoderm cellular morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001831" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology terms 'TS4, trophectoderm ; EMAP:19', 'TS5, trophectoderm ; EMAP:28' and 'TS6, trophectoderm ; EMAP:39'." ;
    rdfs:label "trophectodermal cellular morphogenesis" ;
    rdfs:subClassOf obo:GO_0000902, obo:GO_0048598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:CL_1000274
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:CL_1000274
            ]
        )
    ] .

obo:GO_0001832
    obo:IAO_0000115 "An increase in size of a blastocyst due to expansion of the blastocoelic cavity cell shape changes and cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "blastula growth" ;
    oboInOwl:id "GO:0001832" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology terms 'TS4, blastocoelic cavity ; EMAP:17', 'TS5, blastocoelic cavity ; EMAP:27' and 'TS6, blastocoelic cavity ; EMAP:36'." ;
    rdfs:label "blastocyst growth" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001824
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0000358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0040007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0000358
            ]
        )
    ] .

obo:GO_0001833
    obo:IAO_0000115 "The proliferation of cells in the inner cell mass." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001833" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology terms 'TS4, inner cell mass ; EMAP:14' and 'TS5, inner cell mass ; EMAP:24'." ;
    rdfs:label "inner cell mass cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001832
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_2000020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_2000020
            ]
        )
    ] .

obo:GO_0001834
    obo:IAO_0000115 "The proliferation of cells in the trophectoderm." ;
    oboInOwl:hasExactSynonym "trophectoderm cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001834" ;
    a owl:Class ;
    rdfs:comment "See also the Anatomical Dictionary for Mouse Development ontology terms 'TS4, trophectoderm ; EMAP:19', 'TS5, trophectoderm ; EMAP:28' and 'TS6, trophectoderm ; EMAP:39'." ;
    rdfs:label "trophectodermal cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001832
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_1000274
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_1000274
            ]
        )
    ] .

obo:GO_0001837
    obo:IAO_0000115 "A transition where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9758919" ;
    oboInOwl:hasExactSynonym "EMT", "epithelial-mesenchymal transition", "mesenchymal cell differentiation from epithelial cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001837" ;
    a owl:Class ;
    rdfs:label "epithelial to mesenchymal transition" ;
    rdfs:subClassOf obo:GO_0048762, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0008019
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0001838
    obo:IAO_0000115 "The morphogenesis of an embryonic epithelium into a tube-shaped structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001838" ;
    a owl:Class ;
    rdfs:label "embryonic epithelial tube formation" ;
    rdfs:subClassOf obo:GO_0072175, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0016331
    ] .

obo:GO_0001839
    obo:IAO_0000115 "The process in which the anatomical structures of the neural plate are generated and organized. The neural plate is a specialized region of columnar epithelial cells in the dorsal ectoderm that will give rise to nervous system tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001839" ;
    a owl:Class ;
    rdfs:label "neural plate morphogenesis" ;
    rdfs:subClassOf obo:GO_0016331, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001840
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003075
            ]
        )
    ] .

obo:GO_0001840
    obo:IAO_0000115 "The process whose specific outcome is the progression of the neural plate over time, from its formation to the mature structure. The neural plate is a flat, thickened layer of ectodermal cells. The underlying dorsal mesoderm signals the ectodermal cells above it to elongate into columnar neural plate cells. The neural plate subsequently develops into the neural tube, which gives rise to the central nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001840" ;
    a owl:Class ;
    rdfs:label "neural plate development" ;
    rdfs:subClassOf obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003075
            ]
        )
    ] .

obo:GO_0001841
    obo:IAO_0000115 "The formation of a tube from the flat layer of ectodermal cells known as the neural plate. This will give rise to the central nervous system." ;
    oboInOwl:hasAlternativeId "GO:0001679" ;
    oboInOwl:hasDbXref "Wikipedia:Neurulation" ;
    oboInOwl:hasExactSynonym "neural tube morphogenesis", "neurulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001841" ;
    a owl:Class ;
    rdfs:label "neural tube formation" ;
    rdfs:subClassOf obo:GO_0001838, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001049
            ]
        )
    ] .

obo:GO_0001842
    obo:IAO_0000115 "The process in which the neural fold is formed. The edges of the neural plate thicken and move up to form a U-shaped structure called the neural groove." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neural groove formation" ;
    oboInOwl:id "GO:0001842" ;
    a owl:Class ;
    rdfs:label "neural fold formation" ;
    rdfs:subClassOf obo:GO_0016331, obo:GO_0048646, obo:GO_0060571, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0005062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0005062
            ]
        )
    ] .

obo:GO_0001885
    obo:IAO_0000115 "The progression of an endothelial cell over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001885" ;
    a owl:Class ;
    rdfs:label "endothelial cell development" ;
    rdfs:subClassOf obo:GO_0002064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0045446
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:GO_0001886
    obo:IAO_0000115 "The change in form (cell shape and size) that occurs during the differentiation of an endothelial cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001886" ;
    a owl:Class ;
    rdfs:label "endothelial cell morphogenesis" ;
    rdfs:subClassOf obo:GO_0003382, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001885
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:GO_0001935
    obo:IAO_0000115 "The multiplication or reproduction of endothelial cells, resulting in the expansion of a cell population. Endothelial cells are thin flattened cells which line the inside surfaces of body cavities, blood vessels, and lymph vessels, making up the endothelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001935" ;
    a owl:Class ;
    rdfs:label "endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0050673, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:GO_0001936
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of endothelial cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001936" ;
    a owl:Class ;
    rdfs:label "regulation of endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0050678, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001935
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001935
            ]
        )
    ] .

obo:GO_0001937
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the rate or extent of endothelial cell proliferation." ;
    oboInOwl:hasExactSynonym "down regulation of endothelial cell proliferation", "down-regulation of endothelial cell proliferation", "downregulation of endothelial cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of endothelial cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001937" ;
    a owl:Class ;
    rdfs:label "negative regulation of endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0001936, obo:GO_0050680, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001935
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001935
            ]
        )
    ] .

obo:GO_0001938
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of endothelial cell proliferation." ;
    oboInOwl:hasExactSynonym "up regulation of endothelial cell proliferation", "up-regulation of endothelial cell proliferation", "upregulation of endothelial cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of endothelial cell proliferation", "stimulation of endothelial cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001938" ;
    a owl:Class ;
    rdfs:label "positive regulation of endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0001936, obo:GO_0050679, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001935
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001935
            ]
        )
    ] .

obo:GO_0001944
    obo:IAO_0000115 "The process whose specific outcome is the progression of the vasculature over time, from its formation to the mature structure. The vasculature is an interconnected tubular multi-tissue structure that contains fluid that is actively transported around the organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "vascular system development" ;
    oboInOwl:id "GO:0001944" ;
    a owl:Class ;
    rdfs:label "vasculature development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0072359
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002049
            ]
        )
    ] .

obo:GO_0001955
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a blood vessel to attain its fully functional state." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001955" ;
    a owl:Class ;
    rdfs:label "blood vessel maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001568
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:GO_0001956
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the regulated release of a neurotransmitter." ;
    oboInOwl:hasExactSynonym "up regulation of neurotransmitter secretion", "up-regulation of neurotransmitter secretion", "upregulation of neurotransmitter secretion" ;
    oboInOwl:hasNarrowSynonym "activation of neurotransmitter secretion", "stimulation of neurotransmitter secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0001956" ;
    a owl:Class ;
    rdfs:label "positive regulation of neurotransmitter secretion" ;
    rdfs:subClassOf obo:GO_0046928, obo:GO_0050806, obo:GO_0051590, obo:GO_1903532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007269
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007269
            ]
        )
    ] .

obo:GO_0001957
    obo:IAO_0000115 "Direct ossification that occurs within mesenchyme or an accumulation of relatively unspecialized cells." ;
    oboInOwl:hasDbXref "Wikipedia:Intramembranous_ossification" ;
    oboInOwl:hasNarrowSynonym "dermal ossification" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "intramembranous bone ossification" ;
    oboInOwl:id "GO:0001957" ;
    a owl:Class ;
    rdfs:comment "An instance of intramembranous ossification may also be classified as metaplastic; the former classifies based on tissue type location, and the latter based on mechanism/cell division." ;
    rdfs:label "intramembranous ossification" ;
    rdfs:subClassOf obo:GO_0036072 .

obo:GO_0002009
    obo:IAO_0000115 "The process in which the anatomical structures of epithelia are generated and organized. An epithelium consists of closely packed cells arranged in one or more layers, that covers the outer surfaces of the body or lines any internal cavity or tube." ;
    oboInOwl:hasExactSynonym "epithelium morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002009" ;
    a owl:Class ;
    rdfs:label "morphogenesis of an epithelium" ;
    rdfs:subClassOf obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060429
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000483
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000483
            ]
        )
    ] .

obo:GO_0002011
    obo:IAO_0000115 "The process in which the anatomical structures of an epithelial sheet are generated and organized. An epithelial sheet is a flat surface consisting of closely packed epithelial cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002011" ;
    a owl:Class ;
    rdfs:label "morphogenesis of an epithelial sheet" ;
    rdfs:subClassOf obo:GO_0002009, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0010136
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0010136
            ]
        )
    ] .

obo:GO_0002027
    obo:IAO_0000115 "Any process that modulates the frequency or rate of heart contraction." ;
    oboInOwl:hasExactSynonym "cardiac chronotropy", "regulation of heart contraction rate", "regulation of rate of heart contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002027" ;
    a owl:Class ;
    rdfs:label "regulation of heart rate" ;
    rdfs:subClassOf obo:GO_0008016, obo:GO_0065008 .

obo:GO_0002052
    obo:IAO_0000115 "Any process that activates or increases the rate of neuroblast proliferation." ;
    oboInOwl:hasExactSynonym "up regulation of neuroblast proliferation", "up-regulation of neuroblast proliferation", "upregulation of neuroblast proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of neuroblast proliferation", "stimulation of neuroblast proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002052" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuroblast proliferation" ;
    rdfs:subClassOf obo:GO_0050769, obo:GO_1902692, obo:GO_2000179, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007405
            ]
        )
    ] .

obo:GO_0002053
    obo:IAO_0000115 "The process of activating or increasing the rate or extent of mesenchymal cell proliferation. Mesenchymal cells are loosely organized embryonic cells." ;
    oboInOwl:hasExactSynonym "up regulation of mesenchymal cell proliferation", "up-regulation of mesenchymal cell proliferation", "upregulation of mesenchymal cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of mesenchymal cell proliferation", "stimulation of mesenchymal cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002053" ;
    a owl:Class ;
    rdfs:label "positive regulation of mesenchymal cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0010464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010463
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010463
            ]
        )
    ] .

obo:GO_0002062
    obo:IAO_0000115 "The process in which a chondroblast acquires specialized structural and/or functional features of a chondrocyte. A chondrocyte is a polymorphic cell that forms cartilage." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002062" ;
    a owl:Class ;
    rdfs:label "chondrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051216
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000138
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000138
            ]
        )
    ] .

obo:GO_0002063
    obo:IAO_0000115 "The process whose specific outcome is the progression of a chondrocyte over time, from its commitment to its mature state. Chondrocyte development does not include the steps involved in committing a chondroblast to a chondrocyte fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002063" ;
    a owl:Class ;
    rdfs:label "chondrocyte development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002062
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000138
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000138
            ]
        )
    ] .

obo:GO_0002064
    obo:IAO_0000115 "The process whose specific outcome is the progression of an epithelial cell over time, from its formation to the mature structure. An epithelial cell is a cell usually found in a two-dimensional sheet with a free surface." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002064" ;
    a owl:Class ;
    rdfs:label "epithelial cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030855
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0002065
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a columnar/cuboidal epithelial cell. A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002065" ;
    a owl:Class ;
    rdfs:label "columnar/cuboidal epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030855, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000075
            ]
        )
    ] .

obo:GO_0002066
    obo:IAO_0000115 "The process whose specific outcome is the progression of a columnar/cuboidal epithelial cell over time, from its formation to the mature structure. A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002066" ;
    a owl:Class ;
    rdfs:label "columnar/cuboidal epithelial cell development" ;
    rdfs:subClassOf obo:GO_0002064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002065
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000075
            ]
        )
    ] .

obo:GO_0002067
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a glandular epithelial cell. A glandular epithelial cell is a columnar/cuboidal epithelial cell found in a two dimensional sheet with a free surface exposed to the lumen of a gland." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002067" ;
    a owl:Class ;
    rdfs:label "glandular epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0002065, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000150
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000150
            ]
        )
    ] .

obo:GO_0002068
    obo:IAO_0000115 "The process whose specific outcome is the progression of a glandular epithelial cell over time, from its formation to the mature structure. A glandular epithelial cell is a columnar/cuboidal epithelial cell is a cell found in a two dimensional sheet with a free surface exposed to the lumen of a gland." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002068" ;
    a owl:Class ;
    rdfs:label "glandular epithelial cell development" ;
    rdfs:subClassOf obo:GO_0002066, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002067
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000150
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000150
            ]
        )
    ] .

obo:GO_0002069
    obo:IAO_0000115 "The developmental process, independent of morphogenetic (shape) change, that is required for a columna/cuboidal epithelial cell to attain its fully functional state. A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002069" ;
    a owl:Class ;
    rdfs:label "columnar/cuboidal epithelial cell maturation" ;
    rdfs:subClassOf obo:GO_0002070, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000075
            ]
        )
    ] .

obo:GO_0002070
    obo:IAO_0000115 "The developmental process, independent of morphogenetic (shape) change, that is required for an epithelial cell to attain its fully functional state. An epithelial cell is a cell usually found in a two-dimensional sheet with a free surface." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002070" ;
    a owl:Class ;
    rdfs:label "epithelial cell maturation" ;
    rdfs:subClassOf obo:GO_0048469, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002064
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0002071
    obo:IAO_0000115 "The developmental process, independent of morphogenetic (shape) change, that is required for a glandular epithelial cell to attain its fully functional state. A glandular epithelial cell is a columnar/cuboidal epithelial cell is a cell found in a two dimensional sheet with a free surface exposed to the lumen of a gland." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002071" ;
    a owl:Class ;
    rdfs:label "glandular epithelial cell maturation" ;
    rdfs:subClassOf obo:GO_0002069, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000150
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000150
            ]
        )
    ] .

obo:GO_0002072
    obo:IAO_0000115 "The invagination of the optic vesicle to form two-walled indentations, the optic cups, that will go on to form the retina. This process begins with the optic vesicle becoming a two-walled structure and its subsequent shape changes. It does not include the fate commitment of cells to become the pigmented retina and the neural retina. An example of this process is found in Mus musculus." ;
    oboInOwl:hasExactSynonym "optic cup morphogenesis involved in camera-style eye development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002072" ;
    a owl:Class ;
    rdfs:label "optic cup morphogenesis involved in camera-type eye development" ;
    rdfs:subClassOf obo:GO_0016331, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003072
            ]
        )
    ] .

obo:GO_0002085
    obo:IAO_0000115 "Any process that prevents the activation of neuroepithelial cell differentiation. Neuroepithelial cell differentiation is the process in which epiblast cells acquire specialized features of neuroepithelial cells." ;
    oboInOwl:hasNarrowSynonym "negative regulation of neural plate formation", "repression of premature neural plate formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002085" ;
    a owl:Class ;
    rdfs:label "inhibition of neuroepithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0022603, obo:GO_0030857, obo:GO_0045995, obo:GO_0048505, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060563
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060563
            ]
        )
    ] .

obo:GO_0002087
    obo:IAO_0000115 "A process carried out by the nervous system that is required for the proper control of respiratory gaseous exchange. This process occurs in the respiratory center of the brain in vertebrates." ;
    oboInOwl:hasExactSynonym "neurological control of breathing", "regulation of respiratory gaseous exchange by neurological system process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002087" ;
    a owl:Class ;
    rdfs:label "regulation of respiratory gaseous exchange by nervous system process" ;
    rdfs:subClassOf obo:GO_0044065, obo:GO_0050877 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050877
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007585
            ]
        )
    ] .

obo:GO_0002088
    obo:IAO_0000115 "The process whose specific outcome is the progression of the lens over time, from its formation to the mature structure. The lens is a transparent structure in the eye through which light is focused onto the retina. An example of this process is found in Mus musculus." ;
    oboInOwl:hasExactSynonym "lens development", "lens development in camera-style eye" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002088" ;
    a owl:Class ;
    rdfs:label "lens development in camera-type eye" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000965
            ]
        )
    ] .

obo:GO_0002089
    obo:IAO_0000115 "The process in which the anatomical structures of the lens are generated and organized. The lens is a transparent structure in the eye through which light is focused onto the retina. An example of this process is found in Mus musculus." ;
    oboInOwl:hasExactSynonym "lens morphogenesis", "lens morphogenesis in camera-style eye" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002089" ;
    a owl:Class ;
    rdfs:label "lens morphogenesis in camera-type eye" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002088
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000965
            ]
        )
    ] .

obo:GO_0002181
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of a protein in the cytoplasm. This is a ribosome-mediated process in which the information in messenger RNA (mRNA) is used to specify the sequence of amino acids in the protein." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2011-06-09T03:11:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002181" ;
    oboInOwl:inSubset go:goslim_generic, go:goslim_pombe, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that this term applies to translation performed by cytoplasmic ribosomes, which is distinct from translation performed by organellar ribosomes. For mitochondrial translation, consider GO:0032543 'mitochondrial translation' or its child terms." ;
    rdfs:label "cytoplasmic translation" ;
    rdfs:subClassOf obo:GO_0006412, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0022626
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006412
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0022626
            ]
        )
    ] .

obo:GO_0002182
    obo:IAO_0000115 "The successive addition of amino acid residues to a nascent polypeptide chain during protein biosynthesis in the cytoplasm." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2011-06-09T03:14:42Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002182" ;
    a owl:Class ;
    rdfs:label "cytoplasmic translational elongation" ;
    rdfs:subClassOf obo:GO_0006414, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002181
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006414
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0002181
            ]
        )
    ] .

obo:GO_0002183
    obo:IAO_0000115 "The process preceding formation of the peptide bond between the first two amino acids of a protein in the cytoplasm. This includes the formation of a complex of the ribosome, mRNA or circRNA, and an initiation complex that contains the first aminoacyl-tRNA." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2011-06-09T03:15:48Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002183" ;
    a owl:Class ;
    rdfs:label "cytoplasmic translational initiation" ;
    rdfs:subClassOf obo:GO_0006413, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002181
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006413
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0002181
            ]
        )
    ] .

obo:GO_0002184
    obo:IAO_0000115 "The process resulting in the release of a polypeptide chain from the ribosome in the cytoplasm, usually in response to a termination codon." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2011-06-09T03:17:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002184" ;
    a owl:Class ;
    rdfs:label "cytoplasmic translational termination" ;
    rdfs:subClassOf obo:GO_0006415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002181
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005829
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006415
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005829
            ]
        )
    ] .

obo:GO_0002213
    obo:IAO_0000115 "A response to protect an organism from a directly detected or perceived external threat from an insect or insects to that organism." ;
    oboInOwl:hasAlternativeId "GO:0002214" ;
    oboInOwl:hasExactSynonym "physiological defense response to insect" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002213" ;
    a owl:Class ;
    rdfs:label "defense response to insect" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0098542, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:NCBITaxon_50557
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006952
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:NCBITaxon_50557
            ]
        )
    ] .

obo:GO_0002244
    obo:IAO_0000115 "The process in which precursor cell type acquires the specialized features of a hematopoietic progenitor cell, a class of cell types including myeloid progenitor cells and lymphoid progenitor cells." ;
    oboInOwl:hasExactSynonym "haematopoietic progenitor cell differentiation", "haemopoietic progenitor cell differentiation", "hemopoietic progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002244" ;
    a owl:Class ;
    rdfs:label "hematopoietic progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0008001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0008001
            ]
        )
    ] .

obo:GO_0002252
    obo:IAO_0000115 "Any process of the immune system that executes a component of an immune response. An effector immune process takes place after its activation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002252" ;
    a owl:Class ;
    rdfs:label "immune effector process" ;
    rdfs:subClassOf obo:GO_0002376 .

obo:GO_0002260
    obo:IAO_0000115 "The process of regulating the proliferation and elimination of lymphocytes such that the total number of lymphocytes within a whole or part of an organism is stable over time in the absence of an outside stimulus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002260" ;
    a owl:Class ;
    rdfs:label "lymphocyte homeostasis" ;
    rdfs:subClassOf obo:GO_0001776, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048872
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0002262
    obo:IAO_0000115 "The process of regulating the proliferation and elimination of myeloid cells such that the total number of myeloid cells within a whole or part of an organism is stable over time in the absence of an outside stimulus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002262" ;
    a owl:Class ;
    rdfs:label "myeloid cell homeostasis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0002376, obo:GO_0048872, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000763
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048872
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000763
            ]
        )
    ] .

obo:GO_0002269
    obo:IAO_0000115 "A change in the morphology or behavior of a leukocyte resulting from exposure to an activating factor such as a cellular or soluble ligand, leading to the initiation or perpetuation of an inflammatory response." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "immune cell activation during inflammatory response", "leukocyte activation during inflammatory response" ;
    oboInOwl:id "GO:0002269" ;
    a owl:Class ;
    rdfs:label "leukocyte activation involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0045321, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006954
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045321
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006954
            ]
        )
    ] .

obo:GO_0002274
    obo:IAO_0000115 "A change in the morphology or behavior of a myeloid leukocyte resulting from exposure to an activating factor such as a cellular or soluble ligand." ;
    oboInOwl:hasExactSynonym "myeloid leucocyte activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002274" ;
    a owl:Class ;
    rdfs:label "myeloid leukocyte activation" ;
    rdfs:subClassOf obo:GO_0045321, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000766
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000766
            ]
        )
    ] .

obo:GO_0002318
    obo:IAO_0000115 "The process in which a precursor cell type acquires the specialized features of a myeloid progenitor cell. Myeloid progenitor cells include progenitor cells for any of the myeloid lineages." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002318" ;
    a owl:Class ;
    rdfs:label "myeloid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_0002244, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000839
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000839
            ]
        )
    ] .

obo:GO_0002320
    obo:IAO_0000115 "The process in which a precursor cell type acquires the specialized features of a lymphoid progenitor cell. Lymphoid progenitor cells include progenitor cells for any of the lymphoid lineages." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002320" ;
    a owl:Class ;
    rdfs:label "lymphoid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_0002244, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000838
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000838
            ]
        )
    ] .

obo:GO_0002351
    obo:IAO_0000115 "The synthesis or release of serotonin following a stimulus as part of an inflammatory response, resulting in an increase in its intracellular or extracellular levels." ;
    oboInOwl:hasBroadSynonym "serotonin production involved in acute inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002351" ;
    a owl:Class ;
    rdfs:label "serotonin production involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0002532 .

obo:GO_0002376
    obo:IAO_0000115 "Any process involved in the development or functioning of the immune system, an organismal system for calibrated responses to potential internal or invasive threats." ;
    oboInOwl:hasDbXref "Wikipedia:Immune_system" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002376" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_mouse, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is a direct child of 'biological_process ; GO:0008150' because some immune system processes are types of cellular process (GO:0009987), whereas others are types of multicellular organism process (GO:0032501)." ;
    rdfs:label "immune system process" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0002442
    obo:IAO_0000115 "The regulated release of serotonin by a cell as part of an inflammatory response." ;
    oboInOwl:hasBroadSynonym "serotonin secretion involved in acute inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "serotonin release involved in inflammatory response" ;
    oboInOwl:id "GO:0002442" ;
    a owl:Class ;
    rdfs:label "serotonin secretion involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0001820, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002351
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001820
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006954
            ]
        )
    ] .

obo:GO_0002443
    obo:IAO_0000115 "Any process involved in the carrying out of an immune response by a leukocyte." ;
    oboInOwl:hasAlternativeId "GO:0019723", "GO:0042087" ;
    oboInOwl:hasExactSynonym "immune cell effector process", "immune cell mediated immunity", "leucocyte immune effector process", "leucocyte mediated immunity", "leukocyte immune effector process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell-mediated immune response", "cellular immune response" ;
    oboInOwl:id "GO:0002443" ;
    a owl:Class ;
    rdfs:label "leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:CL_0000738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0002376
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CL_0000738
            ]
        )
    ] .

obo:GO_0002444
    obo:IAO_0000115 "Any process involved in the carrying out of an immune response by a myeloid leukocyte." ;
    oboInOwl:hasExactSynonym "myeloid leucocyte immune effector process", "myeloid leucocyte mediated immunity", "myeloid leukocyte immune effector process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002444" ;
    a owl:Class ;
    rdfs:label "myeloid leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002443, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:CL_0000766
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0002376
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CL_0000766
            ]
        )
    ] .

obo:GO_0002449
    obo:IAO_0000115 "Any process involved in the carrying out of an immune response by a lymphocyte." ;
    oboInOwl:hasBroadSynonym "cell-mediated immunity", "cellular immune response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002449" ;
    a owl:Class ;
    rdfs:label "lymphocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002443, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:CL_0000542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0002376
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0002520
    obo:IAO_0000115 "The process whose specific outcome is the progression of an organismal system whose objective is to provide calibrated responses by an organism to a potential internal or invasive threat, over time, from its formation to the mature structure. A system is a regularly interacting or interdependent group of organs or tissues that work together to carry out a given biological process." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002520" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "immune system development" ;
    rdfs:subClassOf obo:GO_0002376, obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002405
            ]
        )
    ] .

obo:GO_0002521
    obo:IAO_0000115 "The process in which a relatively unspecialized hemopoietic precursor cell acquires the specialized features of a leukocyte. A leukocyte is an achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue." ;
    oboInOwl:hasExactSynonym "immune cell differentiation", "leucocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002521" ;
    a owl:Class ;
    rdfs:label "leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000738
            ]
        )
    ] .

obo:GO_0002523
    obo:IAO_0000115 "The movement of a leukocyte within or between different tissues and organs of the body contributing to an inflammatory response." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "immune cell migration during inflammatory response", "immune cell trafficking during inflammatory response", "leucocyte migration during inflammatory response", "leucocyte trafficking during inflammatory response", "leukocyte migration during inflammatory response", "leukocyte trafficking during inflammatory response" ;
    oboInOwl:id "GO:0002523" ;
    a owl:Class ;
    rdfs:label "leukocyte migration involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0050900, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006954
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050900
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006954
            ]
        )
    ] .

obo:GO_0002532
    obo:IAO_0000115 "The synthesis or release of any molecular mediator of the inflammatory response following an inflammatory stimulus, resulting in an increase in its intracellular or extracellular levels." ;
    oboInOwl:hasBroadSynonym "production of molecular mediator involved in acute inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "production of cellular mediator of acute inflammation" ;
    oboInOwl:id "GO:0002532" ;
    a owl:Class ;
    rdfs:label "production of molecular mediator involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0032501, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006954
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:GO_0002534
    obo:IAO_0000115 "The synthesis or release of a cytokine following a inflammatory stimulus as part of an inflammatory response, resulting in an increase in its intracellular or extracellular levels." ;
    oboInOwl:hasBroadSynonym "cytokine production involved in acute inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002534" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "cytokine production involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0001816, obo:GO_0002532 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001816
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006954
            ]
        )
    ] .

obo:GO_0002573
    obo:IAO_0000115 "The process in which a relatively unspecialized myeloid precursor cell acquires the specialized features of any cell of the myeloid leukocyte lineage." ;
    oboInOwl:hasExactSynonym "myeloid leucocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002573" ;
    a owl:Class ;
    rdfs:label "myeloid leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_0002521, obo:GO_0030099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000766
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000766
            ]
        )
    ] .

obo:GO_0002682
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of an immune system process." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002682" ;
    a owl:Class ;
    rdfs:label "regulation of immune system process" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002376
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002376
            ]
        )
    ] .

obo:GO_0002683
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of an immune system process." ;
    oboInOwl:hasExactSynonym "down regulation of immune system process", "down-regulation of immune system process", "downregulation of immune system process" ;
    oboInOwl:hasNarrowSynonym "inhibition of immune system process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002683" ;
    a owl:Class ;
    rdfs:label "negative regulation of immune system process" ;
    rdfs:subClassOf obo:GO_0002682, obo:GO_0048519, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002376
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002376
            ]
        )
    ] .

obo:GO_0002684
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of an immune system process." ;
    oboInOwl:hasExactSynonym "up regulation of immune system process", "up-regulation of immune system process", "upregulation of immune system process" ;
    oboInOwl:hasNarrowSynonym "activation of immune system process", "stimulation of immune system process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002684" ;
    a owl:Class ;
    rdfs:label "positive regulation of immune system process" ;
    rdfs:subClassOf obo:GO_0002682, obo:GO_0048518, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002376
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002376
            ]
        )
    ] .

obo:GO_0002685
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of leukocyte migration." ;
    oboInOwl:hasExactSynonym "regulation of immune cell migration", "regulation of leucocyte migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002685" ;
    a owl:Class ;
    rdfs:label "regulation of leukocyte migration" ;
    rdfs:subClassOf obo:GO_0002682, obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050900
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050900
            ]
        )
    ] .

obo:GO_0002686
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of leukocyte migration." ;
    oboInOwl:hasExactSynonym "down regulation of leukocyte migration", "down-regulation of leukocyte migration", "downregulation of leukocyte migration", "negative regulation of immune cell migration", "negative regulation of leucocyte migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of leukocyte migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002686" ;
    a owl:Class ;
    rdfs:label "negative regulation of leukocyte migration" ;
    rdfs:subClassOf obo:GO_0002683, obo:GO_0002685, obo:GO_0030336, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0050900
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0050900
            ]
        )
    ] .

obo:GO_0002687
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of leukocyte migration." ;
    oboInOwl:hasExactSynonym "positive regulation of immune cell migration", "positive regulation of leucocyte migration", "up regulation of leukocyte migration", "up-regulation of leukocyte migration", "upregulation of leukocyte migration" ;
    oboInOwl:hasNarrowSynonym "activation of leukocyte migration", "stimulation of leukocyte migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002687" ;
    a owl:Class ;
    rdfs:label "positive regulation of leukocyte migration" ;
    rdfs:subClassOf obo:GO_0002684, obo:GO_0002685, obo:GO_0030335, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0050900
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0050900
            ]
        )
    ] .

obo:GO_0002694
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of leukocyte activation." ;
    oboInOwl:hasExactSynonym "regulation of immune cell activation", "regulation of leucocyte activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002694" ;
    a owl:Class ;
    rdfs:label "regulation of leukocyte activation" ;
    rdfs:subClassOf obo:GO_0002682, obo:GO_0050865, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0045321
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0045321
            ]
        )
    ] .

obo:GO_0002695
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of leukocyte activation." ;
    oboInOwl:hasExactSynonym "down regulation of leukocyte activation", "down-regulation of leukocyte activation", "downregulation of leukocyte activation", "negative regulation of immune cell activation", "negative regulation of leucocyte activation" ;
    oboInOwl:hasNarrowSynonym "inhibition of leukocyte activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002695" ;
    a owl:Class ;
    rdfs:label "negative regulation of leukocyte activation" ;
    rdfs:subClassOf obo:GO_0002683, obo:GO_0002694, obo:GO_0050866, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045321
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045321
            ]
        )
    ] .

obo:GO_0002696
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of leukocyte activation." ;
    oboInOwl:hasExactSynonym "positive regulation of immune cell activation", "positive regulation of leucocyte activation", "up regulation of leukocyte activation", "up-regulation of leukocyte activation", "upregulation of leukocyte activation" ;
    oboInOwl:hasNarrowSynonym "activation of leukocyte activation", "stimulation of leukocyte activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002696" ;
    a owl:Class ;
    rdfs:label "positive regulation of leukocyte activation" ;
    rdfs:subClassOf obo:GO_0002684, obo:GO_0002694, obo:GO_0050867, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0045321
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0045321
            ]
        )
    ] .

obo:GO_0002697
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of an immune effector process." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002697" ;
    a owl:Class ;
    rdfs:label "regulation of immune effector process" ;
    rdfs:subClassOf obo:GO_0002682, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002252
            ]
        )
    ] .

obo:GO_0002698
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of an immune effector process." ;
    oboInOwl:hasExactSynonym "down regulation of immune effector process", "down-regulation of immune effector process", "downregulation of immune effector process" ;
    oboInOwl:hasNarrowSynonym "inhibition of immune effector process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002698" ;
    a owl:Class ;
    rdfs:label "negative regulation of immune effector process" ;
    rdfs:subClassOf obo:GO_0002683, obo:GO_0002697, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002252
            ]
        )
    ] .

obo:GO_0002699
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of an immune effector process." ;
    oboInOwl:hasExactSynonym "up regulation of immune effector process", "up-regulation of immune effector process", "upregulation of immune effector process" ;
    oboInOwl:hasNarrowSynonym "activation of immune effector process", "stimulation of immune effector process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002699" ;
    a owl:Class ;
    rdfs:label "positive regulation of immune effector process" ;
    rdfs:subClassOf obo:GO_0002684, obo:GO_0002697, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002252
            ]
        )
    ] .

obo:GO_0002703
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of leukocyte mediated immunity." ;
    oboInOwl:hasExactSynonym "regulation of immune cell mediated immunity", "regulation of leucocyte mediated immunity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002703" ;
    a owl:Class ;
    rdfs:label "regulation of leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002697, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002443
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002443
            ]
        )
    ] .

obo:GO_0002704
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of leukocyte mediated immunity." ;
    oboInOwl:hasExactSynonym "down regulation of leukocyte mediated immunity", "down-regulation of leukocyte mediated immunity", "downregulation of leukocyte mediated immunity", "negative regulation of immune cell mediated immunity", "negative regulation of leucocyte mediated immunity" ;
    oboInOwl:hasNarrowSynonym "inhibition of leukocyte mediated immunity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002704" ;
    a owl:Class ;
    rdfs:label "negative regulation of leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002698, obo:GO_0002703, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002443
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002443
            ]
        )
    ] .

obo:GO_0002705
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of leukocyte mediated immunity." ;
    oboInOwl:hasExactSynonym "positive regulation of immune cell mediated immunity", "positive regulation of leucocyte mediated immunity", "up regulation of leukocyte mediated immunity", "up-regulation of leukocyte mediated immunity", "upregulation of leukocyte mediated immunity" ;
    oboInOwl:hasNarrowSynonym "activation of leukocyte mediated immunity", "stimulation of leukocyte mediated immunity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002705" ;
    a owl:Class ;
    rdfs:label "positive regulation of leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002699, obo:GO_0002703, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002443
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002443
            ]
        )
    ] .

obo:GO_0002706
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of lymphocyte mediated immunity." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002706" ;
    a owl:Class ;
    rdfs:label "regulation of lymphocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002703, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002449
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002449
            ]
        )
    ] .

obo:GO_0002707
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of lymphocyte mediated immunity." ;
    oboInOwl:hasExactSynonym "down regulation of lymphocyte mediated immunity", "down-regulation of lymphocyte mediated immunity", "downregulation of lymphocyte mediated immunity" ;
    oboInOwl:hasNarrowSynonym "inhibition of lymphocyte mediated immunity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002707" ;
    a owl:Class ;
    rdfs:label "negative regulation of lymphocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002704, obo:GO_0002706, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002449
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002449
            ]
        )
    ] .

obo:GO_0002708
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of lymphocyte mediated immunity." ;
    oboInOwl:hasExactSynonym "up regulation of lymphocyte mediated immunity", "up-regulation of lymphocyte mediated immunity", "upregulation of lymphocyte mediated immunity" ;
    oboInOwl:hasNarrowSynonym "activation of lymphocyte mediated immunity", "stimulation of lymphocyte mediated immunity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002708" ;
    a owl:Class ;
    rdfs:label "positive regulation of lymphocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002705, obo:GO_0002706, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002449
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002449
            ]
        )
    ] .

obo:GO_0002761
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of myeloid leukocyte differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002761" ;
    a owl:Class ;
    rdfs:label "regulation of myeloid leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045637, obo:GO_1902105, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002573
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002573
            ]
        )
    ] .

obo:GO_0002762
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of myeloid leukocyte differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of myeloid leukocyte differentiation", "down-regulation of myeloid leukocyte differentiation", "downregulation of myeloid leukocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of myeloid leukocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002762" ;
    a owl:Class ;
    rdfs:label "negative regulation of myeloid leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_0002761, obo:GO_0045638, obo:GO_1902106, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002573
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002573
            ]
        )
    ] .

obo:GO_0002763
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of myeloid leukocyte differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of myeloid leukocyte differentiation", "up-regulation of myeloid leukocyte differentiation", "upregulation of myeloid leukocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of myeloid leukocyte differentiation", "stimulation of myeloid leukocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002763" ;
    a owl:Class ;
    rdfs:label "positive regulation of myeloid leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_0002761, obo:GO_0045639, obo:GO_1902107, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002573
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002573
            ]
        )
    ] .

obo:GO_0002790
    obo:IAO_0000115 "The controlled release of a peptide from a cell or a tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002790" ;
    a owl:Class ;
    rdfs:label "peptide secretion" ;
    rdfs:subClassOf obo:GO_0015833, obo:GO_0046903 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0002791
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of peptide secretion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002791" ;
    a owl:Class ;
    rdfs:label "regulation of peptide secretion" ;
    rdfs:subClassOf obo:GO_0051046, obo:GO_0090087, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002790
            ]
        )
    ] .

obo:GO_0002792
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of peptide secretion." ;
    oboInOwl:hasExactSynonym "down regulation of peptide secretion", "down-regulation of peptide secretion", "downregulation of peptide secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of peptide secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002792" ;
    a owl:Class ;
    rdfs:label "negative regulation of peptide secretion" ;
    rdfs:subClassOf obo:GO_0002791, obo:GO_0051048, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002790
            ]
        )
    ] .

obo:GO_0002793
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of peptide secretion." ;
    oboInOwl:hasExactSynonym "up regulation of peptide secretion", "up-regulation of peptide secretion", "upregulation of peptide secretion" ;
    oboInOwl:hasNarrowSynonym "activation of peptide secretion", "stimulation of peptide secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002793" ;
    a owl:Class ;
    rdfs:label "positive regulation of peptide secretion" ;
    rdfs:subClassOf obo:GO_0002791, obo:GO_0051047, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002790
            ]
        )
    ] .

obo:GO_0002831
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of a response to biotic stimulus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002831" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "regulation of response to biotic stimulus" ;
    rdfs:subClassOf obo:GO_0048583, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009607
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009607
            ]
        )
    ] .

obo:GO_0002832
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of a response to biotic stimulus." ;
    oboInOwl:hasExactSynonym "down regulation of response to biotic stimulus", "down-regulation of response to biotic stimulus", "downregulation of response to biotic stimulus" ;
    oboInOwl:hasNarrowSynonym "inhibition of response to biotic stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002832" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "negative regulation of response to biotic stimulus" ;
    rdfs:subClassOf obo:GO_0002831, obo:GO_0048585, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009607
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009607
            ]
        )
    ] .

obo:GO_0002833
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of a response to biotic stimulus." ;
    oboInOwl:hasExactSynonym "up regulation of response to biotic stimulus", "up-regulation of response to biotic stimulus", "upregulation of response to biotic stimulus" ;
    oboInOwl:hasNarrowSynonym "activation of response to biotic stimulus", "stimulation of response to biotic stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002833" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "positive regulation of response to biotic stimulus" ;
    rdfs:subClassOf obo:GO_0002831, obo:GO_0048584, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009607
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009607
            ]
        )
    ] .

obo:GO_0002886
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of myeloid leukocyte mediated immunity." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002886" ;
    a owl:Class ;
    rdfs:label "regulation of myeloid leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002703, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002444
            ]
        )
    ] .

obo:GO_0002887
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of myeloid leukocyte mediated immunity." ;
    oboInOwl:hasExactSynonym "down regulation of myeloid leukocyte mediated immunity", "down-regulation of myeloid leukocyte mediated immunity", "downregulation of myeloid leukocyte mediated immunity" ;
    oboInOwl:hasNarrowSynonym "inhibition of myeloid leukocyte mediated immunity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002887" ;
    a owl:Class ;
    rdfs:label "negative regulation of myeloid leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002704, obo:GO_0002886, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002444
            ]
        )
    ] .

obo:GO_0002888
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of myeloid leukocyte mediated immunity." ;
    oboInOwl:hasExactSynonym "up regulation of myeloid leukocyte mediated immunity", "up-regulation of myeloid leukocyte mediated immunity", "upregulation of myeloid leukocyte mediated immunity" ;
    oboInOwl:hasNarrowSynonym "activation of myeloid leukocyte mediated immunity", "stimulation of myeloid leukocyte mediated immunity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002888" ;
    a owl:Class ;
    rdfs:label "positive regulation of myeloid leukocyte mediated immunity" ;
    rdfs:subClassOf obo:GO_0002705, obo:GO_0002886, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002444
            ]
        )
    ] .

obo:GO_0002932
    obo:IAO_0000115 "The process whose specific outcome is the progression of a tendon sheath over time, from its formation to the mature structure. A tendon sheath is a layer of membrane around a tendon. It permits the tendon to move." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2012-04-23T02:11:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0002932" ;
    a owl:Class ;
    rdfs:label "tendon sheath development" ;
    rdfs:subClassOf obo:GO_0061448, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035989
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000304
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000304
            ]
        )
    ] .

obo:GO_0003002
    obo:IAO_0000115 "The pattern specification process that results in the subdivision of an axis or axes in space to define an area or volume in which specific patterns of cell differentiation will take place or in which cells interpret a specific environment." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pattern formation" ;
    oboInOwl:id "GO:0003002" ;
    a owl:Class ;
    rdfs:label "regionalization" ;
    rdfs:subClassOf obo:GO_0007389 .

obo:GO_0003006
    obo:IAO_0000115 "A developmental process in which a progressive change in the state of some part of an organism, germline or somatic, specifically contributes to its ability to form offspring." ;
    oboInOwl:hasNarrowSynonym "puberty" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "reproductive developmental process" ;
    oboInOwl:id "GO:0003006" ;
    a owl:Class ;
    rdfs:label "developmental process involved in reproduction" ;
    rdfs:subClassOf obo:GO_0022414, obo:GO_0032502 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022414
            obo:GO_0032502
        )
    ] .

obo:GO_0003007
    obo:IAO_0000115 "The developmental process in which the heart is generated and organized. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiac morphogenesis" ;
    oboInOwl:id "GO:0003007" ;
    a owl:Class ;
    rdfs:label "heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0007100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0007100
            ]
        )
    ] .

obo:GO_0003008
    obo:IAO_0000115 "A multicellular organismal process carried out by any of the organs or tissues in an organ system. An organ system is a regularly interacting or interdependent group of organs or tissues that work together to carry out a biological objective." ;
    oboInOwl:hasExactSynonym "organ system process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003008" ;
    a owl:Class ;
    rdfs:label "system process" ;
    rdfs:subClassOf obo:GO_0032501 .

obo:GO_0003009
    obo:IAO_0000115 "A process in which force is generated within skeletal muscle tissue, resulting in a change in muscle geometry. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis. In the skeletal muscle, the muscle contraction takes advantage of an ordered sarcomeric structure and in most cases it is under voluntary control." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003009" ;
    a owl:Class ;
    rdfs:label "skeletal muscle contraction" ;
    rdfs:subClassOf obo:GO_0006941, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050881
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001134
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006936
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:GO_0003012
    obo:IAO_0000115 "An organ system process carried out at the level of a muscle. Muscle tissue is composed of contractile cells or fibers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "muscle physiological process" ;
    oboInOwl:id "GO:0003012" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_generic ;
    a owl:Class ;
    rdfs:label "muscle system process" ;
    rdfs:subClassOf obo:GO_0003008 .

obo:GO_0003013
    obo:IAO_0000115 "An organ system process carried out by any of the organs or tissues of the circulatory system. The circulatory system is an organ system that moves extracellular fluids to and from tissue within a multicellular organism." ;
    oboInOwl:hasDbXref "Wikipedia:Circulatory_system" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003013" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_generic ;
    a owl:Class ;
    rdfs:label "circulatory system process" ;
    rdfs:subClassOf obo:GO_0003008 .

obo:GO_0003015
    obo:IAO_0000115 "A circulatory system process carried out by the heart. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiac process" ;
    oboInOwl:id "GO:0003015" ;
    a owl:Class ;
    rdfs:label "heart process" ;
    rdfs:subClassOf obo:GO_0003013 .

obo:GO_0003016
    obo:IAO_0000115 "A process carried out by the organs or tissues of the respiratory system. The respiratory system is an organ system responsible for respiratory gaseous exchange." ;
    oboInOwl:hasAlternativeId "GO:0010802" ;
    oboInOwl:hasExactSynonym "respiratory gaseous exchange" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003016" ;
    oboInOwl:inSubset go:goslim_generic ;
    a owl:Class ;
    rdfs:label "respiratory system process" ;
    rdfs:subClassOf obo:GO_0003008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007585
    ] .

obo:GO_0003032
    obo:IAO_0000115 "The series of events in which an oxygen stimulus is received by a cell and converted into a molecular signal." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003032" ;
    a owl:Class ;
    rdfs:label "detection of oxygen" ;
    rdfs:subClassOf obo:GO_0009593, obo:GO_0070482 .

obo:GO_0003131
    obo:IAO_0000115 "Any process that mediates the transfer of information from mesodermal cells to endodermal cells." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T03:07:34Z" ;
    oboInOwl:hasExactSynonym "mesodermal-endodermal cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003131" ;
    a owl:Class ;
    rdfs:label "mesodermal-endodermal cell signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0000222
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_0000223
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0000222
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_0000223
            ]
        )
    ] .

obo:GO_0003133
    obo:IAO_0000115 "Any process that mediates the transfer of information from endodermal cells to mesodermal cells." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T03:10:29Z" ;
    oboInOwl:hasExactSynonym "endodermal-mesodermal cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003133" ;
    a owl:Class ;
    rdfs:label "endodermal-mesodermal cell signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0000223
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_0000222
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0000223
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_0000222
            ]
        )
    ] .

obo:GO_0003142
    obo:IAO_0000115 "The process in which the anatomical structures of the cardiogenic plate are generated and organized. The cardiogenic plate is the first recognizable structure derived from the heart field." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T04:12:18Z" ;
    oboInOwl:hasExactSynonym "cardiac crescent morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003142" ;
    a owl:Class ;
    rdfs:label "cardiogenic plate morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004139
            ]
        )
    ] .

obo:GO_0003143
    obo:IAO_0000115 "The process in which the anatomical structures of the embryonic heart tube are generated and organized. The embryonic heart tube is an epithelial tube that will give rise to the mature heart." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T04:21:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003143" ;
    a owl:Class ;
    rdfs:label "embryonic heart tube morphogenesis" ;
    rdfs:subClassOf obo:GO_0048598, obo:GO_0060562, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048562
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004141
            ]
        )
    ] .

obo:GO_0003144
    obo:IAO_0000115 "The process that gives rise to the embryonic heart tube. This process pertains to the initial formation of a structure from unspecified parts. The embryonic heart tube is an epithelial tube that will give rise to the mature heart." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T04:22:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003144" ;
    a owl:Class ;
    rdfs:label "embryonic heart tube formation" ;
    rdfs:subClassOf obo:GO_0001838, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003143
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0004141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0004141
            ]
        )
    ] .

obo:GO_0003145
    obo:IAO_0000115 "The process that gives rise to the embryonic heart tube by the cells of the heart field along a linear axis." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T04:26:03Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003145" ;
    a owl:Class ;
    rdfs:label "embryonic heart tube formation via epithelial folding" ;
    rdfs:subClassOf obo:GO_0003144 .

obo:GO_0003147
    obo:IAO_0000115 "The characteristic movement of a cell from the dorsal ridge of the neural tube towards the heart and that contributes to heart formation." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T04:29:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003147" ;
    a owl:Class ;
    rdfs:label "neural crest cell migration involved in heart formation" ;
    rdfs:subClassOf obo:GO_0001755, obo:GO_0060974, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061308
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001755
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060914
            ]
        )
    ] .

obo:GO_0003148
    obo:IAO_0000115 "The process in which the anatomical structures of the outflow tract septum are generated and organized. The outflow tract septum is a partition in the outflow tract." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T07:51:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003148" ;
    a owl:Class ;
    rdfs:label "outflow tract septum morphogenesis" ;
    rdfs:subClassOf obo:GO_0060411, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003151
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004142
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004142
            ]
        )
    ] .

obo:GO_0003149
    obo:IAO_0000115 "The process in which the membranous septum is generated and organized. The membranous septum is the upper part of ventricular septum." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T07:51:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003149" ;
    a owl:Class ;
    rdfs:label "membranous septum morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004666
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004666
            ]
        )
    ] .

obo:GO_0003150
    obo:IAO_0000115 "The process in which the muscular septum is generated and organized. The muscular septum is the lower part of the ventricular septum." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T07:53:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003150" ;
    a owl:Class ;
    rdfs:label "muscular septum morphogenesis" ;
    rdfs:subClassOf obo:GO_0060415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004667
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004667
            ]
        )
    ] .

obo:GO_0003151
    obo:IAO_0000115 "The process in which the anatomical structures of the outflow tract are generated and organized. The outflow tract is the portion of the heart through which blood flows into the arteries." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-22T07:59:24Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003151" ;
    a owl:Class ;
    rdfs:label "outflow tract morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004145
            ]
        )
    ] .

obo:GO_0003152
    obo:IAO_0000115 "The morphogenetic process in which an epithelial sheet bends along a linear axis, contributing to embryonic heart tube formation." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-23T10:10:24Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003152" ;
    a owl:Class ;
    rdfs:label "morphogenesis of an epithelial fold involved in embryonic heart tube formation" ;
    rdfs:subClassOf obo:GO_0048598, obo:GO_0060571, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003145
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060571
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003144
            ]
        )
    ] .

obo:GO_0003156
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of animal organ formation. Organ formation is the process pertaining to the initial formation of an organ from unspecified parts. The process begins with the specific processes that contribute to the appearance of the discrete structure, such as inductive events, and ends when the structural rudiment of the organ is recognizable, such as a condensation of mesenchymal cells into the organ rudiment." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-30T11:21:09Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003156" ;
    a owl:Class ;
    rdfs:label "regulation of animal organ formation" ;
    rdfs:subClassOf obo:GO_2000027, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048645
            ]
        )
    ] .

obo:GO_0003157
    obo:IAO_0000115 "The process whose specific outcome is the progression of the endocardium over time, from its formation to the mature structure. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T12:42:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003157" ;
    a owl:Class ;
    rdfs:label "endocardium development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002165
            ]
        )
    ] .

obo:GO_0003158
    obo:IAO_0000115 "The process whose specific outcome is the progression of an endothelium over time, from its formation to the mature structure. Endothelium refers to the layer of cells lining blood vessels, lymphatics, the heart, and serous cavities, and is derived from bone marrow or mesoderm. Corneal endothelium is a special case, derived from neural crest cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T12:50:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003158" ;
    a owl:Class ;
    rdfs:label "endothelium development" ;
    rdfs:subClassOf obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001986
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001986
            ]
        )
    ] .

obo:GO_0003159
    obo:IAO_0000115 "The process in which the anatomical structure of an endothelium is generated and organized. Endothelium refers to the layer of cells lining blood vessels, lymphatics, the heart, and serous cavities, and is derived from bone marrow or mesoderm. Corneal endothelium is a special case, derived from neural crest cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T01:34:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003159" ;
    a owl:Class ;
    rdfs:label "morphogenesis of an endothelium" ;
    rdfs:subClassOf obo:GO_0002009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003158
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001986
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001986
            ]
        )
    ] .

obo:GO_0003160
    obo:IAO_0000115 "The process in which the anatomical structure of the endocardium is generated and organized. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T01:37:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003160" ;
    a owl:Class ;
    rdfs:label "endocardium morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003157
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002165
            ]
        )
    ] .

obo:GO_0003161
    obo:IAO_0000115 "The process whose specific outcome is the progression of the cardiac conduction system over time, from its formation to the mature structure. The cardiac conduction system consists of specialized cardiomyocytes that regulate the frequency of heart beat." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T01:57:16Z" ;
    oboInOwl:hasExactSynonym "cardiac impulse conducting system development", "heart conduction system development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003161" ;
    a owl:Class ;
    rdfs:label "cardiac conduction system development" ;
    rdfs:subClassOf obo:GO_0048738, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002350
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002350
            ]
        )
    ] .

obo:GO_0003162
    obo:IAO_0000115 "The process whose specific outcome is the progression of the atrioventricular (AV) node over time, from its formation to the mature structure. The AV node is part of the cardiac conduction system that controls the timing of ventricle contraction by receiving electrical signals from the sinoatrial (SA) node and relaying them to the His-Purkinje system." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T02:05:13Z" ;
    oboInOwl:hasExactSynonym "AV node development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003162" ;
    a owl:Class ;
    rdfs:label "atrioventricular node development" ;
    rdfs:subClassOf obo:GO_0048738, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003161
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002352
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002352
            ]
        )
    ] .

obo:GO_0003163
    obo:IAO_0000115 "The process whose specific outcome is the progression of the sinoatrial (SA) node over time, from its formation to the mature structure. The SA node is part of the cardiac conduction system that controls the timing of heart muscle contraction. It relays electrical signals to the AV node." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T02:06:09Z" ;
    oboInOwl:hasExactSynonym "SA node development", "SAN development" ;
    oboInOwl:hasNarrowSynonym "sinus node development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003163" ;
    a owl:Class ;
    rdfs:label "sinoatrial node development" ;
    rdfs:subClassOf obo:GO_0003228, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003161
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002351
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002351
            ]
        )
    ] .

obo:GO_0003164
    obo:IAO_0000115 "The process whose specific outcome is the progression of the His-Purkinje system over time, from its formation to the mature structure. The His-Purkinje system receives signals from the AV node and is composed of the fibers that regulate cardiac muscle contraction in the ventricles." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T02:07:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003164" ;
    a owl:Class ;
    rdfs:label "His-Purkinje system development" ;
    rdfs:subClassOf obo:GO_0003229, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003161
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004146
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004146
            ]
        )
    ] .

obo:GO_0003165
    obo:IAO_0000115 "The process whose specific outcome is the progression of a Purkinje myocyte over time, from its formation to the mature structure. The Purkinje myocyte (also known as cardiac Purkinje fiber) is part of the cardiac conduction system that receives signals from the bundle of His and innervates the ventricular cardiac muscle." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T02:07:50Z" ;
    oboInOwl:hasExactSynonym "cardiac Purkinje fiber development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003165" ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte development" ;
    rdfs:subClassOf obo:GO_0003229, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003164
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002354
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002354
            ]
        )
    ] .

obo:GO_0003168
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a Purkinje myocyte (also known as cardiac Purkinje fiber cell). These cells are specialized cardiomyocytes that receive signals from the bundle of His and innervate the ventricular cardiac muscle." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-01T02:49:54Z" ;
    oboInOwl:hasExactSynonym "cardiac Purkinje fiber cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003168" ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte differentiation" ;
    rdfs:subClassOf obo:GO_0060932, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002068
            ]
        )
    ] .

obo:GO_0003169
    obo:IAO_0000115 "The process in which the anatomical structures of veins of the heart are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-08T10:45:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003169" ;
    a owl:Class ;
    rdfs:label "coronary vein morphogenesis" ;
    rdfs:subClassOf obo:GO_0048845, obo:GO_0060977, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004148
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004148
            ]
        )
    ] .

obo:GO_0003197
    obo:IAO_0000115 "The progression of a cardiac cushion over time, from its initial formation to the mature structure. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-08T01:17:43Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003197" ;
    a owl:Class ;
    rdfs:label "endocardial cushion development" ;
    rdfs:subClassOf obo:GO_0060485, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002062
            ]
        )
    ] .

obo:GO_0003203
    obo:IAO_0000115 "The process in which the anatomical structure of the endocardial cushion is generated and organized. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-08T01:43:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003203" ;
    a owl:Class ;
    rdfs:label "endocardial cushion morphogenesis" ;
    rdfs:subClassOf obo:GO_0072132, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003197
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002062
            ]
        )
    ] .

obo:GO_0003204
    obo:IAO_0000115 "The progression of the cardiac skeleton over time, from its formation to the mature structure. The cardiac skeleton is a specialized extracellular matrix that separates the atria from the ventricles and provides physical support for the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:05:04Z" ;
    oboInOwl:hasExactSynonym "heart fibrous skeleton development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003204" ;
    a owl:Class ;
    rdfs:label "cardiac skeleton development" ;
    rdfs:subClassOf obo:GO_0061448, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004292
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004292
            ]
        )
    ] .

obo:GO_0003205
    obo:IAO_0000115 "The progression of a cardiac chamber over time, from its formation to the mature structure. A cardiac chamber is an enclosed cavity within the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:11:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003205" ;
    a owl:Class ;
    rdfs:label "cardiac chamber development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004151
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004151
            ]
        )
    ] .

obo:GO_0003206
    obo:IAO_0000115 "The process in which a cardiac chamber is generated and organized. A cardiac chamber is an enclosed cavity within the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:14:51Z" ;
    oboInOwl:hasExactSynonym "heart chamber morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003206" ;
    a owl:Class ;
    rdfs:label "cardiac chamber morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003205
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004151
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004151
            ]
        )
    ] .

obo:GO_0003207
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a cardiac chamber from unspecified parts. A cardiac chamber is an enclosed cavity within the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:29:13Z" ;
    oboInOwl:hasExactSynonym "heart chamber formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003207" ;
    a owl:Class ;
    rdfs:label "cardiac chamber formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003206
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0004151
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0004151
            ]
        )
    ] .

obo:GO_0003208
    obo:IAO_0000115 "The process in which the cardiac ventricle is generated and organized. A cardiac ventricle receives blood from a cardiac atrium and pumps it out of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:38:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003208" ;
    a owl:Class ;
    rdfs:label "cardiac ventricle morphogenesis" ;
    rdfs:subClassOf obo:GO_0003206, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003231
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:GO_0003209
    obo:IAO_0000115 "The process in which the cardiac atrium is generated and organized. A cardiac atrium receives blood from a vein and pumps it to a cardiac ventricle." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:39:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003209" ;
    a owl:Class ;
    rdfs:label "cardiac atrium morphogenesis" ;
    rdfs:subClassOf obo:GO_0003206, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:GO_0003210
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a cardiac atrium from unspecified parts. A cardiac atrium receives blood from a vein and pumps it to a cardiac ventricle." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:44:25Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003210" ;
    a owl:Class ;
    rdfs:label "cardiac atrium formation" ;
    rdfs:subClassOf obo:GO_0003207, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003209
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:GO_0003211
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a cardiac ventricle from unspecified parts. A cardiac ventricle receives blood from a cardiac atrium and pumps it out of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:46:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003211" ;
    a owl:Class ;
    rdfs:label "cardiac ventricle formation" ;
    rdfs:subClassOf obo:GO_0003207, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:GO_0003212
    obo:IAO_0000115 "The process in which the left cardiac atrium is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:48:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003212" ;
    a owl:Class ;
    rdfs:label "cardiac left atrium morphogenesis" ;
    rdfs:subClassOf obo:GO_0003209, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002079
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002079
            ]
        )
    ] .

obo:GO_0003213
    obo:IAO_0000115 "The process in which the right cardiac atrium is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:49:03Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003213" ;
    a owl:Class ;
    rdfs:label "cardiac right atrium morphogenesis" ;
    rdfs:subClassOf obo:GO_0003209, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002078
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
        )
    ] .

obo:GO_0003214
    obo:IAO_0000115 "The process in which the left cardiac ventricle is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:50:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003214" ;
    a owl:Class ;
    rdfs:label "cardiac left ventricle morphogenesis" ;
    rdfs:subClassOf obo:GO_0003208, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:GO_0003215
    obo:IAO_0000115 "The process in which the right cardiac ventricle is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:50:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003215" ;
    a owl:Class ;
    rdfs:label "cardiac right ventricle morphogenesis" ;
    rdfs:subClassOf obo:GO_0003208, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:GO_0003216
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a left cardiac atrium from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:52:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003216" ;
    a owl:Class ;
    rdfs:label "cardiac left atrium formation" ;
    rdfs:subClassOf obo:GO_0003210, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003212
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002079
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002079
            ]
        )
    ] .

obo:GO_0003217
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a cardiac right atrium from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:53:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003217" ;
    a owl:Class ;
    rdfs:label "cardiac right atrium formation" ;
    rdfs:subClassOf obo:GO_0003210, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002078
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
        )
    ] .

obo:GO_0003218
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a left cardiac ventricle from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:54:33Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003218" ;
    a owl:Class ;
    rdfs:label "cardiac left ventricle formation" ;
    rdfs:subClassOf obo:GO_0003211, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003214
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:GO_0003219
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a right cardiac ventricle from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T09:55:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003219" ;
    a owl:Class ;
    rdfs:label "cardiac right ventricle formation" ;
    rdfs:subClassOf obo:GO_0003211, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003215
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:GO_0003220
    obo:IAO_0000115 "The process in which the anatomical structures of left cardiac ventricle muscle are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T10:18:05Z" ;
    oboInOwl:hasExactSynonym "left ventricular myocardium morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003220" ;
    a owl:Class ;
    rdfs:label "left ventricular cardiac muscle tissue morphogenesis" ;
    rdfs:subClassOf obo:GO_0055010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003214
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003382
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003382
            ]
        )
    ] .

obo:GO_0003221
    obo:IAO_0000115 "The process in which the anatomical structures of the right cardiac ventricle muscle are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T10:26:33Z" ;
    oboInOwl:hasExactSynonym "right ventricle myocardium morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003221" ;
    a owl:Class ;
    rdfs:label "right ventricular cardiac muscle tissue morphogenesis" ;
    rdfs:subClassOf obo:GO_0055010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003215
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003381
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003381
            ]
        )
    ] .

obo:GO_0003228
    obo:IAO_0000115 "The process whose specific outcome is the progression of cardiac muscle of the atrium over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T10:53:18Z" ;
    oboInOwl:hasExactSynonym "atrial myocardium development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003228" ;
    a owl:Class ;
    rdfs:label "atrial cardiac muscle tissue development" ;
    rdfs:subClassOf obo:GO_0048738, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004490
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004490
            ]
        )
    ] .

obo:GO_0003229
    obo:IAO_0000115 "The process whose specific outcome is the progression of ventricular cardiac muscle over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T10:56:01Z" ;
    oboInOwl:hasExactSynonym "ventricular myocardium development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003229" ;
    a owl:Class ;
    rdfs:label "ventricular cardiac muscle tissue development" ;
    rdfs:subClassOf obo:GO_0048738, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0018649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0018649
            ]
        )
    ] .

obo:GO_0003230
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cardiac atrium over time, from its formation to the mature structure. A cardiac atrium receives blood from a vein and pumps it to a cardiac ventricle." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:02:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003230" ;
    a owl:Class ;
    rdfs:label "cardiac atrium development" ;
    rdfs:subClassOf obo:GO_0003205, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:GO_0003231
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cardiac ventricle over time, from its formation to the mature structure. A cardiac ventricle receives blood from a cardiac atrium and pumps it out of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:03:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003231" ;
    a owl:Class ;
    rdfs:label "cardiac ventricle development" ;
    rdfs:subClassOf obo:GO_0003205, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:GO_0003235
    obo:IAO_0000115 "The progression of the sinus venosus over time, from its formation to the mature structure. The sinus venosus is a heart chamber attached to the atrium on the venous side of the embryonic heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:12:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003235" ;
    a owl:Class ;
    rdfs:label "sinus venosus development" ;
    rdfs:subClassOf obo:GO_0003205, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002063
            ]
        )
    ] .

obo:GO_0003236
    obo:IAO_0000115 "The process in which the sinus venosus is generated and organized. The sinus venosus is a heart chamber attached to the atrium on the venous side of the embryonic heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:16:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003236" ;
    a owl:Class ;
    rdfs:label "sinus venosus morphogenesis" ;
    rdfs:subClassOf obo:GO_0003206, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003235
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002063
            ]
        )
    ] .

obo:GO_0003237
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of the sinus venosus from unspecified parts. The sinus venosus is a heart chamber attached to the atrium on the venous side of the embryonic heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:18:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003237" ;
    a owl:Class ;
    rdfs:label "sinus venosus formation" ;
    rdfs:subClassOf obo:GO_0003207, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003236
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002063
            ]
        )
    ] .

obo:GO_0003241
    obo:IAO_0000115 "Developmental growth that contributes to the shaping of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:28:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003241" ;
    a owl:Class ;
    rdfs:label "growth involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0060560, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0040007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003007
            ]
        )
    ] .

obo:GO_0003245
    obo:IAO_0000115 "The developmental growth of cardiac muscle tissue that contributes to the shaping of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:44:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003245" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue growth involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0003241, obo:GO_0055017, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055017
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003007
            ]
        )
    ] .

obo:GO_0003248
    obo:IAO_0000115 "The increase in heart capillaries that accompanies physiological hypertrophy of cardiac muscle." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T11:53:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003248" ;
    a owl:Class ;
    rdfs:label "heart capillary growth" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060976
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0006966
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0006966
            ]
        )
    ] .

obo:GO_0003253
    obo:IAO_0000115 "The orderly movement of a neural crest cell from one site to another that will contribute to the morphogenesis of the outflow tract." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-13T02:14:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003253" ;
    a owl:Class ;
    rdfs:label "cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0001755, obo:GO_0060973, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061309
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001755
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003151
            ]
        )
    ] .

obo:GO_0003260
    obo:IAO_0000115 "The orderly movement of a cardiac progenitor cell to form the heart field. Cardiac progenitor cells are non-terminally differentiated, mesoderm-derived cells that are committed to differentiate into cells of the heart. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-15T01:52:25Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003260" ;
    a owl:Class ;
    rdfs:label "cardioblast migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0060974, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0002664
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0002664
            ]
        )
    ] .

obo:GO_0003272
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of an endocardial cushion. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T08:53:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003272" ;
    a owl:Class ;
    rdfs:label "endocardial cushion formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003203
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002062
            ]
        )
    ] .

obo:GO_0003273
    obo:IAO_0000115 "The orderly movement of a cell from one site to another that will contribute to the formation of an endocardial cushion. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T09:08:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003273" ;
    a owl:Class ;
    rdfs:label "cell migration involved in endocardial cushion formation" ;
    rdfs:subClassOf obo:GO_0060973, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003272
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003272
            ]
        )
    ] .

obo:GO_0003275
    obo:IAO_0000115 "Any apoptotic process that contributes to the shaping of the outflow tract. The outflow tract is the portion of the heart through which blood flows into the arteries." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T09:30:01Z" ;
    oboInOwl:hasNarrowSynonym "apoptosis involved in outflow tract morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003275" ;
    a owl:Class ;
    rdfs:label "apoptotic process involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0003278, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003151
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003151
            ]
        )
    ] .

obo:GO_0003277
    obo:IAO_0000115 "Any apoptotic process that contributes to the shaping of an endocardial cushion. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T09:37:03Z" ;
    oboInOwl:hasNarrowSynonym "apoptosis involved in endocardial cushion morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003277" ;
    a owl:Class ;
    rdfs:label "apoptotic process involved in endocardial cushion morphogenesis" ;
    rdfs:subClassOf obo:GO_0003278, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003203
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003203
            ]
        )
    ] .

obo:GO_0003278
    obo:IAO_0000115 "Any apoptotic process that contributes to the shaping of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T09:40:22Z" ;
    oboInOwl:hasNarrowSynonym "apoptosis involved in heart morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003278" ;
    a owl:Class ;
    rdfs:label "apoptotic process involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0060561, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003007
            ]
        )
    ] .

obo:GO_0003279
    obo:IAO_0000115 "The progression of a cardiac septum over time, from its initial formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T09:45:13Z" ;
    oboInOwl:hasExactSynonym "heart septum development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003279" ;
    a owl:Class ;
    rdfs:label "cardiac septum development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003205
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002099
            ]
        )
    ] .

obo:GO_0003281
    obo:IAO_0000115 "The progression of the ventricular septum over time from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T10:04:51Z" ;
    oboInOwl:hasExactSynonym "interventricular septum development" ;
    oboInOwl:hasNarrowSynonym "septum inferius development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003281" ;
    a owl:Class ;
    rdfs:label "ventricular septum development" ;
    rdfs:subClassOf obo:GO_0003279, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003231
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:GO_0003283
    obo:IAO_0000115 "The progression of the atrial septum over time, from its initial formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T10:10:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003283" ;
    a owl:Class ;
    rdfs:label "atrial septum development" ;
    rdfs:subClassOf obo:GO_0003279, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002085
            ]
        )
    ] .

obo:GO_0003292
    obo:IAO_0000115 "The process in which an endocardial cushion cell becomes a cell of a cardiac septum." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-20T11:03:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003292" ;
    a owl:Class ;
    rdfs:label "cardiac septum cell differentiation" ;
    rdfs:subClassOf obo:GO_0035051, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003279
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_2000022
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_2000022
            ]
        )
    ] .

obo:GO_0003298
    obo:IAO_0000115 "The enlargement or overgrowth of all or part of a muscle organ or tissue due to an increase in the size of its muscle cells. Physiological hypertrophy is a normal process during development." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-22T09:24:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003298" ;
    a owl:Class ;
    rdfs:label "physiological muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014896 .

obo:GO_0003300
    obo:IAO_0000115 "The enlargement or overgrowth of all or part of the heart muscle due to an increase in size of cardiac muscle cells without cell division." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-22T10:33:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003300" ;
    a owl:Class ;
    rdfs:label "cardiac muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014897 .

obo:GO_0003301
    obo:IAO_0000115 "The enlargement or overgrowth of all or part of the heart muscle due to an increase in size of cardiac muscle cells without cell division. This process contributes to the developmental growth of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-22T10:38:10Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003301" ;
    a owl:Class ;
    rdfs:label "physiological cardiac muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0003298, obo:GO_0003300, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:GO_0003313
    obo:IAO_0000115 "The progression of the heart rudiment over time, from its initial formation to the mature structure. The heart rudiment is a cone-like structure that is formed when myocardial progenitor cells of the heart field fuse at the midline. The heart rudiment is the first structure of the heart tube." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-27T08:32:40Z" ;
    oboInOwl:hasExactSynonym "heart cone development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003313" ;
    a owl:Class ;
    rdfs:label "heart rudiment development" ;
    rdfs:subClassOf obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004291
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004291
            ]
        )
    ] .

obo:GO_0003314
    obo:IAO_0000115 "The process in which the anatomical structures of the heart rudiment are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-27T08:38:04Z" ;
    oboInOwl:hasExactSynonym "heart cone morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003314" ;
    a owl:Class ;
    rdfs:label "heart rudiment morphogenesis" ;
    rdfs:subClassOf obo:GO_0002009, obo:GO_0048598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003313
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004291
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004291
            ]
        )
    ] .

obo:GO_0003315
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of the heart rudiment." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-27T08:43:37Z" ;
    oboInOwl:hasExactSynonym "heart cone formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003315" ;
    a owl:Class ;
    rdfs:label "heart rudiment formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003314
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0004291
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0004291
            ]
        )
    ] .

obo:GO_0003330
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell or a group of cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-11-02T02:07:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003330" ;
    a owl:Class ;
    rdfs:label "regulation of extracellular matrix constituent secretion" ;
    rdfs:subClassOf obo:GO_1903053, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070278
            ]
        )
    ] .

obo:GO_0003331
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell or a group of cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-11-02T02:11:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003331" ;
    a owl:Class ;
    rdfs:label "positive regulation of extracellular matrix constituent secretion" ;
    rdfs:subClassOf obo:GO_0003330, obo:GO_1903055, obo:GO_1903532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070278
            ]
        )
    ] .

obo:GO_0003332
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent the controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell or a group of cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-11-02T02:13:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003332" ;
    a owl:Class ;
    rdfs:label "negative regulation of extracellular matrix constituent secretion" ;
    rdfs:subClassOf obo:GO_0003330, obo:GO_1903054, obo:GO_1903531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070278
            ]
        )
    ] .

obo:GO_0003333
    obo:IAO_0000115 "The process in which an amino acid is transported across a membrane." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-11-02T02:36:11Z" ;
    oboInOwl:hasExactSynonym "amino acid membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003333" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "amino acid transmembrane transport" ;
    rdfs:subClassOf obo:GO_0006865, obo:GO_0055085 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0003341
    obo:IAO_0000115 "The directed, self-propelled movement of a cilium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-11-24T09:56:26Z" ;
    oboInOwl:hasAlternativeId "GO:0036142" ;
    oboInOwl:hasExactSynonym "microtubule-based flagellum movement" ;
    oboInOwl:hasNarrowSynonym "flagellar movement", "flagellum movement" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ciliary motility", "cilium beating", "flagellar motility" ;
    oboInOwl:id "GO:0003341" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "cilium movement" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0007018, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:GO_0005929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:GO_0005929
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0003342
    obo:IAO_0000115 "The progression of the proepicardium from its formation to the mature structure. The proepicardium is an outpouching of the septum transversum." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-01T10:30:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003342" ;
    a owl:Class ;
    rdfs:label "proepicardium development" ;
    rdfs:subClassOf obo:GO_0060485, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003343
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004160
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004160
            ]
        )
    ] .

obo:GO_0003343
    obo:IAO_0000115 "The progression of the septum transversum from its initial formation to the mature structure. The septum transversum is a portion of the trunk mesenchyme." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-01T10:40:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003343" ;
    a owl:Class ;
    rdfs:label "septum transversum development" ;
    rdfs:subClassOf obo:GO_0060485, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004161
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004161
            ]
        )
    ] .

obo:GO_0003344
    obo:IAO_0000115 "The process in which the anatomical structure of the pericardium is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-01T10:46:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003344" ;
    a owl:Class ;
    rdfs:label "pericardium morphogenesis" ;
    rdfs:subClassOf obo:GO_0002011, obo:GO_0048598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060039
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002407
            ]
        )
    ] .

obo:GO_0003348
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cardiac endothelial cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-01T11:12:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003348" ;
    a owl:Class ;
    rdfs:label "cardiac endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0035051, obo:GO_0045446, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0010008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0010008
            ]
        )
    ] .

obo:GO_0003352
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of cilium movement, the directed, self-propelled movement of a cilium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-03T10:12:00Z" ;
    oboInOwl:hasAlternativeId "GO:1900172" ;
    oboInOwl:hasExactSynonym "regulation of microtubule-based flagellum movement" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of flagellar movement", "regulation of flagellum movement" ;
    oboInOwl:id "GO:0003352" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "regulation of cilium movement" ;
    rdfs:subClassOf obo:GO_0060632, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003341
            ]
        )
    ] .

obo:GO_0003353
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of cilium movement, the directed, self-propelled movement of a cilium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-03T10:16:10Z" ;
    oboInOwl:hasAlternativeId "GO:1900174" ;
    oboInOwl:hasExactSynonym "positive regulation of microtubule-based flagellum movement" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of flagellar movement", "positive regulation of flagellum movement" ;
    oboInOwl:id "GO:0003353" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "positive regulation of cilium movement" ;
    rdfs:subClassOf obo:GO_0003352, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003341
            ]
        )
    ] .

obo:GO_0003354
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of cilium movement, the directed, self-propelled movement of a cilium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-03T10:17:47Z" ;
    oboInOwl:hasAlternativeId "GO:1900173" ;
    oboInOwl:hasExactSynonym "negative regulation of microtubule-based flagellum movement" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of flagellum movement" ;
    oboInOwl:id "GO:0003354" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "negative regulation of cilium movement" ;
    rdfs:subClassOf obo:GO_0003352, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003341
            ]
        )
    ] .

obo:GO_0003357
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an noradrenergic neuron, a neuron that secretes noradrenaline." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-03T10:34:30Z" ;
    oboInOwl:hasExactSynonym "norepinephrine secreting neuron differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003357" ;
    a owl:Class ;
    rdfs:label "noradrenergic neuron differentiation" ;
    rdfs:subClassOf obo:GO_0030182, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0008025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0008025
            ]
        )
    ] .

obo:GO_0003358
    obo:IAO_0000115 "The process whose specific outcome is the progression of a noradrenergic neuron over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-03T10:38:37Z" ;
    oboInOwl:hasExactSynonym "norepinephrine secreting neuron development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003358" ;
    a owl:Class ;
    rdfs:label "noradrenergic neuron development" ;
    rdfs:subClassOf obo:GO_0048666, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0008025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0008025
            ]
        )
    ] .

obo:GO_0003360
    obo:IAO_0000115 "The progression of the brainstem from its formation to the mature structure. The brainstem is the part of the brain that connects the brain with the spinal cord." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-03T10:47:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003360" ;
    a owl:Class ;
    rdfs:label "brainstem development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002298
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002298
            ]
        )
    ] .

obo:GO_0003361
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an noradrenergic neuron that is part of the brainstem." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-03T10:53:30Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003361" ;
    a owl:Class ;
    rdfs:label "noradrenergic neuron differentiation involved in brainstem development" ;
    rdfs:subClassOf obo:GO_0003357, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003360
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0003357
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003360
            ]
        )
    ] .

obo:GO_0003365
    obo:IAO_0000115 "The specification and formation of anisotropic intracellular organization that contributes to the self-propelled directed movement of an ameboid cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-08T04:50:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003365" ;
    a owl:Class ;
    rdfs:label "establishment of cell polarity involved in ameboidal cell migration" ;
    rdfs:subClassOf obo:GO_0030010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001667
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030010
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0001667
            ]
        )
    ] .

obo:GO_0003371
    obo:IAO_0000115 "Any cellular process that results in the specification, formation or maintenance of polarized cytoskeletal structures that contribute to the cell polarity of a migrating ameboid cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-08T05:42:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003371" ;
    a owl:Class ;
    rdfs:label "establishment or maintenance of cytoskeleton polarity involved in ameboidal cell migration" ;
    rdfs:subClassOf obo:GO_0030952, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030952
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0001667
            ]
        )
    ] .

obo:GO_0003379
    obo:IAO_0000115 "The specification and formation of anisotropic intracellular organization that contributes to the self-propelled directed movement of an ameboid cell taking part in gastrulation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-09T06:54:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003379" ;
    a owl:Class ;
    rdfs:label "establishment of cell polarity involved in gastrulation cell migration" ;
    rdfs:subClassOf obo:GO_0003365, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042074
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030010
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0042074
            ]
        )
    ] .

obo:GO_0003380
    obo:IAO_0000115 "Any cellular process that results in the specification, formation or maintenance of polarized cytoskeletal structures that contribute to the cell polarity of a migrating ameboid cell taking part in gastrulation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-09T07:10:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003380" ;
    a owl:Class ;
    rdfs:label "establishment or maintenance of cytoskeleton polarity involved in gastrulation" ;
    rdfs:subClassOf obo:GO_0003371, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003379
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030952
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007369
            ]
        )
    ] .

obo:GO_0003381
    obo:IAO_0000115 "The change in form that occurs when an epithelial cell progresses from it initial formation to its mature state, contributing to the process of gastrulation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-09T07:18:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003381" ;
    a owl:Class ;
    rdfs:label "epithelial cell morphogenesis involved in gastrulation" ;
    rdfs:subClassOf obo:GO_0003382, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007369
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0003382
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007369
            ]
        )
    ] .

obo:GO_0003382
    obo:IAO_0000115 "The change in form that occurs when an epithelial cell progresses from its initial formation to its mature state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-09T07:21:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003382" ;
    a owl:Class ;
    rdfs:label "epithelial cell morphogenesis" ;
    rdfs:subClassOf obo:GO_0000902, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002064
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0003403
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of the optic vesicle from the lateral wall of the forebrain. This process begins with the specific processes that contribute to the appearance of the vesicle and ends when the vesicle has evaginated. The optic vesicle is the evagination of neurectoderm that precedes formation of the optic cup." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-21T01:42:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003403" ;
    a owl:Class ;
    rdfs:label "optic vesicle formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003404
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0004128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0004128
            ]
        )
    ] .

obo:GO_0003404
    obo:IAO_0000115 "The developmental process pertaining to the formation and shaping of the optic vesicle. This process begins with the specific processes that contribute to the appearance of the vesicle and ends when the vesicle has evaginated. The optic vesicle is the evagination of neurectoderm that precedes formation of the optic cup." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-21T01:54:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003404" ;
    a owl:Class ;
    rdfs:label "optic vesicle morphogenesis" ;
    rdfs:subClassOf obo:GO_0048598, obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048596
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004128
            ]
        )
    ] .

obo:GO_0003407
    obo:IAO_0000115 "The progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-21T02:15:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003407" ;
    a owl:Class ;
    rdfs:label "neural retina development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003902
            ]
        )
    ] .

obo:GO_0003411
    obo:IAO_0000115 "Any process involved in the controlled self-propelled movement of a cell that results in translocation of the cell from one place to another and contributes to the physical shaping or formation of the camera-type eye." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-21T03:04:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003411" ;
    a owl:Class ;
    rdfs:label "cell motility involved in camera-type eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0048870, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048870
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048593
            ]
        )
    ] .

obo:GO_0003413
    obo:IAO_0000115 "The process in which a chondroblast acquires specialized structural and/or functional features of a chondrocyte that will contribute to the development of a bone. A chondrocyte is a polymorphic cell that forms cartilage." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-22T08:39:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003413" ;
    a owl:Class ;
    rdfs:label "chondrocyte differentiation involved in endochondral bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0002062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060351
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0002062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060350
            ]
        )
    ] .

obo:GO_0003414
    obo:IAO_0000115 "The process in which the structures of a chondrocyte that will contribute to bone development are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-22T08:42:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003414" ;
    a owl:Class ;
    rdfs:label "chondrocyte morphogenesis involved in endochondral bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0090171, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003433
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0090171
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060350
            ]
        )
    ] .

obo:GO_0003416
    obo:IAO_0000115 "The increase in size or mass of an endochondral bone that contributes to the shaping of the bone." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-22T08:52:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003416" ;
    a owl:Class ;
    rdfs:label "endochondral bone growth" ;
    rdfs:subClassOf obo:GO_0098868, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0002513
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0002513
            ]
        )
    ] .

obo:GO_0003433
    obo:IAO_0000115 "The progression of a chondrocyte over time from after its commitment to its mature state where the chondrocyte will contribute to the shaping of an endochondral bone." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-12-22T12:42:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0003433" ;
    a owl:Class ;
    rdfs:label "chondrocyte development involved in endochondral bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0002063, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003413
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0002063
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060350
            ]
        )
    ] .

obo:GO_0005575
    obo:IAO_0000115 "A location, relative to cellular compartments and structures, occupied by a macromolecular machine. There are three types of cellular components described in the gene ontology: (1) the cellular anatomical entity where a gene product carries out a molecular function (e.g., plasma membrane, cytoskeleton) or membrane-enclosed compartments (e.g., mitochondrion); (2) virion components, where viral proteins act, and (3) the stable macromolecular complexes of which gene product are parts (e.g., the clathrin complex)." ;
    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_candida, go:goslim_chembl, 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 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" ;
    rdfs:subClassOf obo:BFO_0000040 ;
    owl:disjointWith obo:GO_0008150 .

obo:GO_0005576
    obo:IAO_0000115 "The space external to the outermost structure of a cell. For cells without external protective or external encapsulating structures this refers to space outside of the plasma membrane. This term covers the host cell environment outside an intracellular parasite." ;
    oboInOwl:hasDbXref "Wikipedia:Extracellular" ;
    oboInOwl:hasExactSynonym "extracellular" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005576" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_metagenomics, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that this term is intended to annotate gene products that are not attached to the cell surface. For gene products from multicellular organisms which are secreted from a cell but retained within the organism (i.e. released into the interstitial fluid or blood), consider the cellular component term 'extracellular space ; GO:0005615'." ;
    rdfs:label "extracellular region" ;
    rdfs:subClassOf obo:GO_0110165 .

obo:GO_0005577
    obo:IAO_0000115 "A highly soluble, elongated protein complex found in blood plasma and involved in clot formation. It is converted into fibrin monomer by the action of thrombin. In the mouse, fibrinogen is a hexamer, 46 nm long and 9 nm maximal diameter, containing two sets of nonidentical chains (alpha, beta, and gamma) linked together by disulfide bonds." ;
    oboInOwl:hasExactSynonym "fibrinogen" ;
    oboInOwl:hasNarrowSynonym "fibrinogen alpha chain", "fibrinogen beta chain", "fibrinogen gamma chain" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005577" ;
    a owl:Class ;
    rdfs:label "fibrinogen complex" ;
    rdfs:subClassOf obo:BFO_0000004, obo:GO_0032991, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005615
    ] .

obo:GO_0005581
    obo:IAO_0000115 "A protein complex consisting of three collagen chains assembled into a left-handed triple helix. These trimers typically assemble into higher order structures." ;
    oboInOwl:hasDbXref "Wikipedia:Collagen" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005581" ;
    a owl:Class ;
    rdfs:label "collagen trimer" ;
    rdfs:subClassOf obo:GO_0032991, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0005583
    obo:IAO_0000115 "Any triple helical collagen trimer that forms fibrils." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005583" ;
    a owl:Class ;
    rdfs:label "fibrillar collagen trimer" ;
    rdfs:subClassOf obo:BFO_0000004, obo:GO_0005581, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0098643
    ] ;
    owl:disjointWith obo:GO_0030936 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005581
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098643
            ]
        )
    ] .

obo:GO_0005585
    obo:IAO_0000115 "A collagen homotrimer of alpha1(II) chains; type II collagen triple helices associate to form fibrils." ;
    oboInOwl:hasDbXref "Wikipedia:Collagen_type_II" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005585" ;
    a owl:Class ;
    rdfs:label "collagen type II trimer" ;
    rdfs:subClassOf obo:GO_0005583 .

obo:GO_0005587
    obo:IAO_0000115 "A collagen heterotrimer containing type IV alpha chains; [alpha1(IV)]2alpha2(IV) trimers are commonly observed, although more type IV alpha chains exist and may be present in type IV trimers; type IV collagen triple helices associate to form 3 dimensional nets within basement membranes." ;
    oboInOwl:hasDbXref "Wikipedia:Collagen_type_IV" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005587" ;
    a owl:Class ;
    rdfs:label "collagen type IV trimer" ;
    rdfs:subClassOf obo:GO_0098642, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005604
    ] .

obo:GO_0005604
    obo:IAO_0000115 "A collagen-containing extracellular matrix consisting of a thin layer of dense material found in various animal tissues interposed between the cells and the adjacent connective tissue. It consists of the basal lamina plus an associated layer of reticulin fibers." ;
    oboInOwl:hasAlternativeId "GO:0005605", "GO:0008003" ;
    oboInOwl:hasDbXref "Wikipedia:Basement_membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "basal lamina", "basement lamina", "lamina densa" ;
    oboInOwl:id "GO:0005604" ;
    a owl:Class ;
    rdfs:comment "Note that this term has no relationship to 'membrane ; GO:0016020' because the basement membrane is not a lipid bilayer." ;
    rdfs:label "basement membrane" ;
    rdfs:subClassOf obo:GO_0031012 .

obo:GO_0005615
    obo:IAO_0000115 "That part of a multicellular organism outside the cells proper, usually taken to be outside the plasma membranes, and occupied by fluid." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1425028079" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "intercellular space" ;
    oboInOwl:id "GO:0005615" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic ;
    a owl:Class ;
    rdfs:comment "Note that for multicellular organisms, the extracellular space refers to everything outside a cell, but still within the organism (excluding the extracellular matrix). Gene products from a multi-cellular organism that are secreted from a cell into the interstitial fluid or blood can therefore be annotated to this term." ;
    rdfs:label "extracellular space" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005576
    ] .

obo:GO_0005622
    obo:IAO_0000115 "A component of a cell contained within (but not including) the plasma membrane. In eukaryotes it includes the nucleus and cytoplasm." ;
    oboInOwl:hasDbXref "Wikipedia:Intracellular" ;
    oboInOwl:hasExactSynonym "internal to cell", "intracellular", "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_metagenomics, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "intracellular anatomical structure" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

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." ;
    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_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_metagenomics, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "nucleus" ;
    rdfs:subClassOf obo:GO_0043231, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:disjointWith obo:GO_0005737, obo:GO_0005829, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005829
    ] .

obo:GO_0005635
    obo:IAO_0000115 "The double lipid bilayer that encloses the nucleus, separating its contents from the cytoplasm. It consists of an inner and outer nuclear membrane, with an intermembrane space (20-40 nm wide, also called the perinuclear space) between them. The envelope is supported by the nuclear lamina and contains nuclear pore complexes, which regulate molecular transport." ;
    oboInOwl:hasAlternativeId "GO:0005636" ;
    oboInOwl:hasDbXref "Wikipedia:Nuclear_envelope" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005635" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_generic, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "nuclear envelope" ;
    rdfs:subClassOf obo:GO_0031967, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0012505
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0005640
    obo:IAO_0000115 "The outer, i.e. cytoplasm-facing, lipid bilayer of the nuclear envelope; continuous with the endoplasmic reticulum of the cell and sometimes studded with ribosomes." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1617136075" ;
    oboInOwl:hasExactSynonym "nucleus outer envelope", "perinuclear membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005640" ;
    a owl:Class ;
    rdfs:label "nuclear outer membrane" ;
    rdfs:subClassOf obo:GO_0031965, obo:GO_0031968, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042175
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0005694
    obo:IAO_0000115 "A structure composed of a very long molecule of DNA and associated proteins (e.g. histones) that carries hereditary information." ;
    oboInOwl:hasDbXref "Wikipedia:Chromosome" ;
    oboInOwl:hasNarrowSynonym "interphase chromosome", "prophase chromosome" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "chromatid" ;
    oboInOwl:id "GO:0005694" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_metagenomics, go:goslim_pir, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Chromosomes include parts that are not part of the chromatin. Examples include the kinetochore." ;
    rdfs:label "chromosome" ;
    rdfs:subClassOf obo:GO_0043232 .

obo:GO_0005730
    obo:IAO_0000115 "A small, dense body one or more of which are present in the nucleus of eukaryotic cells. It is rich in RNA and protein, is not bounded by a limiting membrane, and is not seen during mitosis. Its prime function is the transcription of the nucleolar DNA into 45S ribosomal-precursor RNA, the processing of this RNA into 5.8S, 18S, and 28S components of ribosomal RNA, and the association of these components with 5S RNA and proteins synthesized outside the nucleolus. This association results in the formation of ribonucleoprotein precursors; these pass into the cytoplasm and mature into the 40S and 60S subunits of the ribosome." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1820400233", "Wikipedia:Nucleolus" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005730" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir, go:goslim_plant, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "nucleolus" ;
    rdfs:subClassOf obo:GO_0043232, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0005737
    obo:IAO_0000115 "The contents of a cell excluding the plasma membrane and nucleus, but including other subcellular structures." ;
    oboInOwl:hasDbXref "Wikipedia:Cytoplasm" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005737" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "cytoplasm" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005622
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0005773
    obo:IAO_0000115 "A closed structure, found only in eukaryotic cells, that is completely surrounded by unit membrane and contains liquid material. Cells contain one or several vacuoles, that may have different functions from each other. Vacuoles have a diverse array of functions. They can act as a storage organelle for nutrients or waste products, as a degradative compartment, as a cost-effective way of increasing cell size, and as a homeostatic regulator controlling both turgor pressure and pH of the cytosol." ;
    oboInOwl:hasDbXref "Wikipedia:Vacuole" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "vacuolar carboxypeptidase Y" ;
    oboInOwl:id "GO:0005773" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "vacuole" ;
    rdfs:subClassOf obo:GO_0043231, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ] .

obo:GO_0005774
    obo:IAO_0000115 "The lipid bilayer surrounding the vacuole and separating its contents from the cytoplasm of the cell." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005774" ;
    a owl:Class ;
    rdfs:label "vacuolar membrane" ;
    rdfs:subClassOf obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0005773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0005775
    obo:IAO_0000115 "The volume enclosed within the vacuolar membrane." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005775" ;
    a owl:Class ;
    rdfs:label "vacuolar lumen" ;
    rdfs:subClassOf obo:GO_0070013, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031974
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0005794
    obo:IAO_0000115 "A membrane-bound cytoplasmic organelle of the endomembrane system that further processes the core oligosaccharides (e.g. N-glycans) added to proteins in the endoplasmic reticulum and packages them into membrane-bound vesicles. The Golgi apparatus operates at the intersection of the secretory, lysosomal, and endocytic pathways." ;
    oboInOwl:hasBroadSynonym "Golgi" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao451912436", "Wikipedia:Golgi_apparatus" ;
    oboInOwl:hasExactSynonym "Golgi complex" ;
    oboInOwl:hasNarrowSynonym "Golgi ribbon" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005794" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that the Golgi apparatus can be located in various places in the cytoplasm. In plants and lower animal cells, the Golgi apparatus exists as many copies of discrete stacks dispersed throughout the cytoplasm, while the Golgi apparatus of interphase mammalian cells is a juxtanuclear, often pericentriolar reticulum, where the discrete Golgi stacks are stitched together to form a compact and interconnected ribbon, sometimes called the Golgi ribbon." ;
    rdfs:label "Golgi apparatus" ;
    rdfs:subClassOf obo:GO_0043231, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0012505
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0005798
    obo:IAO_0000115 "Any vesicle associated with the Golgi complex and involved in mediating transport within the Golgi or between the Golgi and other parts of the cell." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao819927218" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "Golgi vesicle", "vesicular component" ;
    oboInOwl:id "GO:0005798" ;
    a owl:Class ;
    rdfs:comment "Note that this definition includes vesicles that are transiently associated with the Golgi." ;
    rdfs:label "Golgi-associated vesicle" ;
    rdfs:subClassOf obo:GO_0031410 .

obo:GO_0005814
    obo:IAO_0000115 "A cellular organelle, found close to the nucleus in many eukaryotic cells, consisting of a small cylinder with microtubular walls, 300-500 nm long and 150-250 nm in diameter. It contains nine short, parallel, peripheral microtubular fibrils, each fibril consisting of one complete microtubule fused to two incomplete microtubules. Cells usually have two centrioles, lying at right angles to each other. At division, each pair of centrioles generates another pair and the twin pairs form the pole of the mitotic spindle." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao95019936", "Wikipedia:Centriole" ;
    oboInOwl:hasNarrowSynonym "daughter centriole", "mother centriole" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005814" ;
    a owl:Class ;
    rdfs:comment "In most eukaryotic cells, 'ciliary basal body' (GO:0036064) and 'centriole' (GO:0005814) represent a common entity that cycles through its function in cell division, then ciliogenesis, then cell division again. However, these structures are modified extensively as they transition into each other, and may contain different proteins, specific to each component." ;
    rdfs:label "centriole" ;
    rdfs:subClassOf obo:GO_0043232, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005815
    ] .

obo:GO_0005815
    obo:IAO_0000115 "An intracellular structure that can catalyze gamma-tubulin-dependent microtubule nucleation and that can anchor microtubules by interacting with their minus ends, plus ends or sides." ;
    oboInOwl:hasDbXref "Wikipedia:Microtubule_organizing_center" ;
    oboInOwl:hasExactSynonym "MTOC", "microtubule organising centre" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005815" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "microtubule organizing center" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0015630
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0005829
    obo:IAO_0000115 "The part of the cytoplasm that does not contain organelles but which does contain other particulate matter, such as protein complexes." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao101633890", "Wikipedia:Cytosol" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005829" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_mouse, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "cytosol" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043226
    ] .

obo:GO_0005840
    obo:IAO_0000115 "An intracellular organelle, about 200 A in diameter, consisting of RNA and protein. It is the site of protein biosynthesis resulting from translation of messenger RNA (mRNA). It consists of two subunits, one large and one small, each containing only protein and RNA. Both the ribosome and its subunits are characterized by their sedimentation coefficients, expressed in Svedberg units (symbol: S). Hence, the prokaryotic ribosome (70S) comprises a large (50S) subunit and a small (30S) subunit, while the eukaryotic ribosome (80S) comprises a large (60S) subunit and a small (40S) subunit. Two sites on the ribosomal large subunit are involved in translation, namely the aminoacyl site (A site) and peptidyl site (P site). Ribosomes from prokaryotes, eukaryotes, mitochondria, and chloroplasts have characteristically distinct ribosomal proteins." ;
    oboInOwl:hasAlternativeId "GO:0033279" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1429207766", "Wikipedia:Ribosome" ;
    oboInOwl:hasNarrowSynonym "free ribosome", "membrane bound ribosome" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "ribosomal RNA" ;
    oboInOwl:id "GO:0005840" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "ribosome" ;
    rdfs:subClassOf obo:GO_0043232, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33697
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PR_000000001
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0006412
    ] .

obo:GO_0005856
    obo:IAO_0000115 "A cellular structure that forms the internal framework of eukaryotic and prokaryotic cells. The cytoskeleton includes intermediate filaments, microfilaments, microtubules, the microtrabecular lattice, and other structures characterized by a polymeric filamentous nature and long-range order within the cell. The various elements of the cytoskeleton not only serve in the maintenance of cellular shape but also have roles in other cellular functions, including cellular movement, cell division, endocytosis, and movement of organelles." ;
    oboInOwl:hasDbXref "Wikipedia:Cytoskeleton" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005856" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_prokaryote, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "cytoskeleton" ;
    rdfs:subClassOf obo:GO_0043232 .

obo:GO_0005874
    obo:IAO_0000115 "Any of the long, generally straight, hollow tubes of internal diameter 12-15 nm and external diameter 24 nm found in a wide variety of eukaryotic cells; each consists (usually) of 13 protofilaments of polymeric tubulin, staggered in such a manner that the tubulin monomers are arranged in a helical pattern on the microtubular surface, and with the alpha/beta axes of the tubulin subunits parallel to the long axis of the tubule; exist in equilibrium with pool of tubulin monomers and can be rapidly assembled or disassembled in response to physiological stimuli; concerned with force generation, e.g. in the spindle." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1846835077", "Wikipedia:Microtubule" ;
    oboInOwl:hasExactSynonym "microtubuli", "microtubulus" ;
    oboInOwl:hasNarrowSynonym "neurotubule" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005874" ;
    oboInOwl:inSubset go:goslim_metagenomics ;
    a owl:Class ;
    rdfs:label "microtubule" ;
    rdfs:subClassOf obo:GO_0099513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0015630
    ] .

obo:GO_0005879
    obo:IAO_0000115 "A microtubule in the axoneme of a eukaryotic cilium or flagellum; an axoneme contains nine modified doublet microtubules, which may or may not surround a pair of single microtubules." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005879" ;
    a owl:Class ;
    rdfs:label "axonemal microtubule" ;
    rdfs:subClassOf obo:GO_0005881, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005930
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005874
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005930
            ]
        )
    ] .

obo:GO_0005880
    obo:IAO_0000115 "Any microtubule in the nucleus of a cell." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005880" ;
    a owl:Class ;
    rdfs:label "nuclear microtubule" ;
    rdfs:subClassOf obo:GO_0005874, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005874
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0005881
    obo:IAO_0000115 "Any microtubule in the cytoplasm of a cell." ;
    oboInOwl:hasNarrowSynonym "non-spindle-associated astral microtubule" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005881" ;
    a owl:Class ;
    rdfs:label "cytoplasmic microtubule" ;
    rdfs:subClassOf obo:GO_0005874, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005874
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005737
            ]
        )
    ] .

obo:GO_0005884
    obo:IAO_0000115 "A filamentous structure formed of a two-stranded helical polymer of the protein actin and associated proteins. Actin filaments are a major component of the contractile apparatus of skeletal muscle and the microfilaments of the cytoskeleton of eukaryotic cells. The filaments, comprising polymerized globular actin molecules, appear as flexible structures with a diameter of 5-9 nm. They are organized into a variety of linear bundles, two-dimensional networks, and three dimensional gels. In the cytoskeleton they are most highly concentrated in the cortex of the cell just beneath the plasma membrane." ;
    oboInOwl:hasDbXref "FMA:63850", "NIF_Subcellular:sao1588493326", "Wikipedia:Actin" ;
    oboInOwl:hasExactSynonym "microfilament" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005884" ;
    a owl:Class ;
    rdfs:label "actin filament" ;
    rdfs:subClassOf obo:GO_0099513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0015629
    ] .

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:0005887", "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", "integral component of plasma membrane", "integral to plasma membrane", "plasma membrane lipid bilayer" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005886" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_metagenomics, go:goslim_mouse, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, 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_0005911
    obo:IAO_0000115 "A cell junction that forms a connection between two or more cells of an organism; excludes direct cytoplasmic intercellular bridges, such as ring canals in insects." ;
    oboInOwl:hasBroadSynonym "cell-cell contact region", "cell-cell contact zone" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1922892319" ;
    oboInOwl:hasExactSynonym "intercellular junction" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005911" ;
    a owl:Class ;
    rdfs:label "cell-cell junction" ;
    rdfs:subClassOf obo:GO_0070161 .

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." ;
    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_0043227, obo:GO_0120025, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0030990
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0005930
    obo:IAO_0000115 "The bundle of microtubules and associated proteins that forms the core of cilia (also called flagella) in eukaryotic cells and is responsible for their movements." ;
    oboInOwl:hasAlternativeId "GO:0035085", "GO:0035086" ;
    oboInOwl:hasDbXref "Wikipedia:Axoneme" ;
    oboInOwl:hasExactSynonym "ciliary axoneme", "cilium axoneme", "flagellar axoneme", "flagellum axoneme" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005930" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that cilia and eukaryotic flagella are deemed to be equivalent. In diplomonad species, such as Giardia, the axoneme may extend intracellularly up to 5um away from the plane of the plasma membrane." ;
    rdfs:label "axoneme" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005856
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0097014
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005874
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0005938
    obo:IAO_0000115 "The region of a cell that lies just beneath the plasma membrane and often, but not always, contains a network of actin filaments and associated proteins." ;
    oboInOwl:hasDbXref "Wikipedia:Cell_cortex" ;
    oboInOwl:hasNarrowSynonym "ectoplasm" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "cell periphery", "peripheral cytoplasm" ;
    oboInOwl:id "GO:0005938" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "cell cortex" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0071944
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0071944
            ]
        )
    ] .

obo:GO_0005975
    obo:IAO_0000115 "The chemical reactions and pathways involving carbohydrates, any of a group of organic compounds based of the general formula Cx(H2O)y." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-10-23T15:40:34Z" ;
    oboInOwl:hasAlternativeId "GO:0044261", "GO:0044723" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-71387", "Wikipedia:Carbohydrate_metabolism" ;
    oboInOwl:hasExactSynonym "carbohydrate metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0005975" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_pombe, go:goslim_prokaryote, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "carbohydrate metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0044238, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_16646
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_16646
            ]
        )
    ] .

obo:GO_0005976
    obo:IAO_0000115 "The chemical reactions and pathways involving a polysaccharide, a polymer of many (typically more than 10) monosaccharide residues linked glycosidically." ;
    oboInOwl:hasAlternativeId "GO:0044263" ;
    oboInOwl:hasExactSynonym "polysaccharide metabolism" ;
    oboInOwl:hasNarrowSynonym "glycan metabolic process", "glycan metabolism", "multicellular organismal polysaccharide metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0005976" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "polysaccharide metabolic process" ;
    rdfs:subClassOf obo:GO_0005975, obo:GO_0043170, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_18154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_18154
            ]
        )
    ] .

obo:GO_0006022
    obo:IAO_0000115 "The chemical reactions and pathways involving aminoglycans, any polymer containing amino groups that consists of more than about 10 monosaccharide residues joined to each other by glycosidic linkages." ;
    oboInOwl:hasExactSynonym "aminoglycan metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006022" ;
    a owl:Class ;
    rdfs:label "aminoglycan metabolic process" ;
    rdfs:subClassOf obo:GO_0043170, obo:GO_1901135, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_22506
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_22506
            ]
        )
    ] .

obo:GO_0006023
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of aminoglycans, any polymer containing amino groups that consists of more than about 10 monosaccharide residues joined to each other by glycosidic linkages." ;
    oboInOwl:hasExactSynonym "aminoglycan anabolism", "aminoglycan biosynthesis", "aminoglycan formation", "aminoglycan synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006023" ;
    a owl:Class ;
    rdfs:label "aminoglycan biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006022, obo:GO_0009059, obo:GO_1901137, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_22506
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_22506
            ]
        )
    ] .

obo:GO_0006024
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of glycosaminoglycans, any one of a group of linear polysaccharides composed of repeating disaccharide units." ;
    oboInOwl:hasExactSynonym "glycosaminoglycan anabolism", "glycosaminoglycan biosynthesis", "glycosaminoglycan formation", "glycosaminoglycan synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006024" ;
    a owl:Class ;
    rdfs:label "glycosaminoglycan biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006023, obo:GO_0030203, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_18085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_18085
            ]
        )
    ] .

obo:GO_0006082
    obo:IAO_0000115 "The chemical reactions and pathways involving organic acids, any acidic compound containing carbon in covalent linkage." ;
    oboInOwl:hasExactSynonym "organic acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006082" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "organic acid metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0044281, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_64709
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_64709
            ]
        )
    ] .

obo:GO_0006083
    obo:IAO_0000115 "The chemical reactions and pathways involving acetate, the anion of acetic acid." ;
    oboInOwl:hasExactSynonym "acetate metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006083" ;
    a owl:Class ;
    rdfs:label "acetate metabolic process" ;
    rdfs:subClassOf obo:GO_0032787, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_30089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_30089
            ]
        )
    ] .

obo:GO_0006109
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving carbohydrates." ;
    oboInOwl:hasExactSynonym "regulation of carbohydrate metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006109" ;
    a owl:Class ;
    rdfs:label "regulation of carbohydrate metabolic process" ;
    rdfs:subClassOf obo:GO_0080090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0005975
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0005975
            ]
        )
    ] .

obo:GO_0006139
    obo:IAO_0000115 "Any cellular metabolic process involving nucleobases, nucleosides, nucleotides and nucleic acids." ;
    oboInOwl:hasAlternativeId "GO:0055134" ;
    oboInOwl:hasExactSynonym "cellular nucleobase, nucleoside, nucleotide and nucleic acid metabolic process", "cellular nucleobase, nucleoside, nucleotide and nucleic acid metabolism", "nucleobase, nucleoside, nucleotide and nucleic acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nucleobase, nucleoside and nucleotide metabolic process", "nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" ;
    oboInOwl:id "GO:0006139" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "nucleobase-containing compound metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0044238, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_61120
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_61120
            ]
        )
    ] .

obo:GO_0006325
    obo:IAO_0000115 "The assembly or remodeling of chromatin composed of DNA complexed with histones, other associated proteins, and sometimes RNA." ;
    oboInOwl:hasAlternativeId "GO:0006333", "GO:0006336", "GO:0016568", "GO:0031497", "GO:0034724" ;
    oboInOwl:hasBroadSynonym "chromatin maintenance" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-4839726" ;
    oboInOwl:hasExactSynonym "chromatin organisation", "establishment of chromatin architecture", "establishment or maintenance of chromatin architecture" ;
    oboInOwl:hasNarrowSynonym "DNA replication-independent chromatin assembly", "DNA replication-independent chromatin organization", "DNA replication-independent nucleosome organisation", "DNA replication-independent nuclesome assembly", "chromatin assembly", "transcription-coupled nucleosome assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "chromatin assembly or disassembly", "chromatin assembly/disassembly", "chromatin modification" ;
    oboInOwl:id "GO:0006325" ;
    oboInOwl:inSubset go:goslim_generic, go:goslim_pombe, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "chromatin organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0000785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0000785
            ]
        )
    ] .

obo:GO_0006403
    obo:IAO_0000115 "A process in which RNA is transported to, or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "RNA localisation", "establishment and maintenance of RNA localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006403" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "RNA localization" ;
    rdfs:subClassOf obo:GO_0033036 .

obo:GO_0006404
    obo:IAO_0000115 "The import of RNA from the cytoplasm to the nucleus." ;
    oboInOwl:hasExactSynonym "RNA import into cell nucleus", "RNA transport from cytoplasm to nucleus", "RNA-nucleus import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006404" ;
    a owl:Class ;
    rdfs:label "RNA import into nucleus" ;
    rdfs:subClassOf obo:GO_0050658, obo:GO_0051170 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0031981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005635
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33697
            ]
        )
    ] .

obo:GO_0006405
    obo:IAO_0000115 "The directed movement of RNA from the nucleus to the cytoplasm." ;
    oboInOwl:hasExactSynonym "RNA export from cell nucleus", "RNA export out of nucleus", "RNA transport from nucleus to cytoplasm", "RNA-nucleus export" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006405" ;
    a owl:Class ;
    rdfs:label "RNA export from nucleus" ;
    rdfs:subClassOf obo:GO_0050658, obo:GO_0051168 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0031981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005635
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33697
            ]
        )
    ] .

obo:GO_0006412
    obo:IAO_0000115 "The cellular metabolic process in which a protein is formed, using the sequence of a mature mRNA or circRNA molecule to specify the sequence of amino acids in a polypeptide chain. Translation is mediated by the ribosome, and begins with the formation of a ternary complex between aminoacylated initiator methionine tRNA, GTP, and initiation factor 2, which subsequently associates with the small subunit of the ribosome and an mRNA or circRNA. Translation ends with the release of a polypeptide chain from the ribosome." ;
    oboInOwl:hasAlternativeId "GO:0006416", "GO:0006453", "GO:0043037" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-72766", "Wikipedia:Translation_(genetics)" ;
    oboInOwl:hasExactSynonym "protein anabolism", "protein biosynthesis", "protein biosynthetic process", "protein formation", "protein synthesis", "protein translation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006412" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_prokaryote, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:label "translation" ;
    rdfs:subClassOf obo:GO_0009059, obo:GO_0019538, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010467
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0006414
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002224 ;
        owl:someValuesFrom obo:GO_0006413
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002230 ;
        owl:someValuesFrom obo:GO_0006415
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_36080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0010467
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_36080
            ]
        )
    ] .

obo:GO_0006413
    obo:IAO_0000115 "The process preceding formation of the peptide bond between the first two amino acids of a protein. This includes the formation of a complex of the ribosome, mRNA or circRNA, and an initiation complex that contains the first aminoacyl-tRNA." ;
    oboInOwl:hasAlternativeId "GO:0006440", "GO:0006454" ;
    oboInOwl:hasBroadSynonym "biopolymerisation", "biopolymerization", "protein synthesis initiation" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-72613" ;
    oboInOwl:hasExactSynonym "translation initiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006413" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "translational initiation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002224 ;
        owl:someValuesFrom obo:GO_0001677
    ] .

obo:GO_0006414
    obo:IAO_0000115 "The successive addition of amino acid residues to a nascent polypeptide chain during protein biosynthesis." ;
    oboInOwl:hasAlternativeId "GO:0006442", "GO:0006455" ;
    oboInOwl:hasBroadSynonym "protein synthesis elongation" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-156842" ;
    oboInOwl:hasExactSynonym "translation elongation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006414" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "translational elongation" ;
    rdfs:subClassOf obo:GO_0009059, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0006415
    obo:IAO_0000115 "The process resulting in the release of a polypeptide chain from the ribosome, usually in response to a termination codon (UAA, UAG, or UGA in the universal genetic code)." ;
    oboInOwl:hasAlternativeId "GO:0006443", "GO:0006456" ;
    oboInOwl:hasBroadSynonym "protein synthesis termination" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-72764" ;
    oboInOwl:hasExactSynonym "translation termination", "translational complex disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006415" ;
    a owl:Class ;
    rdfs:label "translational termination" ;
    rdfs:subClassOf obo:GO_0032984, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0006417
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA or circRNA." ;
    oboInOwl:hasAlternativeId "GO:0006445" ;
    oboInOwl:hasExactSynonym "regulation of protein anabolism", "regulation of protein biosynthesis", "regulation of protein formation", "regulation of protein synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006417" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "regulation of translation" ;
    rdfs:subClassOf obo:GO_0010608, obo:GO_0051246, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006412
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006412
            ]
        )
    ] .

obo:GO_0006446
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of translational initiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006446" ;
    a owl:Class ;
    rdfs:label "regulation of translational initiation" ;
    rdfs:subClassOf obo:GO_0006417, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006413
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006413
            ]
        )
    ] .

obo:GO_0006448
    obo:IAO_0000115 "Any process that modulates the frequency, rate, extent or accuracy of translational elongation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006448" ;
    a owl:Class ;
    rdfs:label "regulation of translational elongation" ;
    rdfs:subClassOf obo:GO_0006417, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006414
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006414
            ]
        )
    ] .

obo:GO_0006449
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of translational termination." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006449" ;
    a owl:Class ;
    rdfs:label "regulation of translational termination" ;
    rdfs:subClassOf obo:GO_0006417, obo:GO_0043244, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006415
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006415
            ]
        )
    ] .

obo:GO_0006518
    obo:IAO_0000115 "The chemical reactions and pathways involving peptides, compounds of two or more amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2980736" ;
    oboInOwl:hasExactSynonym "peptide metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006518" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "peptide metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_60466
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0006520
    obo:IAO_0000115 "The chemical reactions and pathways involving amino acids, carboxylic acids containing one or more amino groups." ;
    oboInOwl:hasAlternativeId "GO:0006519" ;
    oboInOwl:hasExactSynonym "cellular amino acid metabolic process", "cellular amino acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "amino acid and derivative metabolism", "cellular amino acid and derivative metabolic process" ;
    oboInOwl:id "GO:0006520" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir, go:goslim_pombe, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "amino acid metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0044238, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_35238
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0006521
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving amino acids." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-350562" ;
    oboInOwl:hasExactSynonym "regulation of amino acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006521" ;
    a owl:Class ;
    rdfs:label "regulation of amino acid metabolic process" ;
    rdfs:subClassOf obo:GO_0080090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006520
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006520
            ]
        )
    ] .

obo:GO_0006576
    obo:IAO_0000115 "The chemical reactions and pathways occurring at the level of individual cells involving any of a group of naturally occurring, biologically active amines, such as norepinephrine, histamine, and serotonin, many of which act as neurotransmitters." ;
    oboInOwl:hasExactSynonym "biogenic amine metabolism", "cellular biogenic amine metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006576" ;
    a owl:Class ;
    rdfs:label "biogenic amine metabolic process" ;
    rdfs:subClassOf obo:GO_0009308 .

obo:GO_0006584
    obo:IAO_0000115 "The chemical reactions and pathways involving any of a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." ;
    oboInOwl:hasExactSynonym "catecholamine metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006584" ;
    a owl:Class ;
    rdfs:label "catecholamine metabolic process" ;
    rdfs:subClassOf obo:GO_0006576, obo:GO_0009712, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_33567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_33567
            ]
        )
    ] .

obo:GO_0006586
    obo:IAO_0000115 "The chemical reactions and pathways involving indolalkylamines, indole or indole derivatives containing a primary, secondary, or tertiary amine group." ;
    oboInOwl:hasBroadSynonym "indolamine metabolic process", "indolamine metabolism" ;
    oboInOwl:hasExactSynonym "indolalkylamine metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006586" ;
    a owl:Class ;
    rdfs:label "indolalkylamine metabolic process" ;
    rdfs:subClassOf obo:GO_0006576, obo:GO_0042430, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_38631
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_38631
            ]
        )
    ] .

obo:GO_0006606
    obo:IAO_0000115 "The directed movement of a protein from the cytoplasm to the nucleus." ;
    oboInOwl:hasExactSynonym "establishment of protein localization to nucleus", "protein import into cell nucleus", "protein nucleus import", "protein transport from cytoplasm to nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006606" ;
    a owl:Class ;
    rdfs:label "protein import into nucleus" ;
    rdfs:subClassOf obo:GO_0006886, obo:GO_0034504, obo:GO_0051170, obo:GO_0072594 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0031981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005635
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0006611
    obo:IAO_0000115 "The directed movement of a protein from the nucleus into the cytoplasm." ;
    oboInOwl:hasAlternativeId "GO:0097349" ;
    oboInOwl:hasExactSynonym "protein export from cell nucleus", "protein export out of nucleus", "protein transport from nucleus to cytoplasm", "protein-nucleus export" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "copper-induced protein export from nucleus" ;
    oboInOwl:id "GO:0006611" ;
    a owl:Class ;
    rdfs:label "protein export from nucleus" ;
    rdfs:subClassOf obo:GO_0006886, obo:GO_0051168 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0031981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005635
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0006629
    obo:IAO_0000115 "The chemical reactions and pathways involving lipids, compounds soluble in an organic solvent but not, or sparingly, in an aqueous solvent. Includes fatty acids; neutral fats, other fatty-acid esters, and soaps; long-chain (fatty) alcohols and waxes; sphingoids and other long-chain bases; glycolipids, phospholipids and sphingolipids; and carotenes, polyprenols, sterols, terpenes and other isoprenoids." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-556833", "Wikipedia:Lipid_metabolism" ;
    oboInOwl:hasExactSynonym "lipid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006629" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_metagenomics, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_pombe, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "lipid metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0044238, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_18059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0006643
    obo:IAO_0000115 "The chemical reactions and pathways involving membrane lipids, any lipid found in or associated with a biological membrane." ;
    oboInOwl:hasExactSynonym "membrane lipid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006643" ;
    a owl:Class ;
    rdfs:label "membrane lipid metabolic process" ;
    rdfs:subClassOf obo:GO_0006629, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0016020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0006694
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus; includes de novo formation and steroid interconversion by modification." ;
    oboInOwl:hasDbXref "Wikipedia:Steroid_metabolisms#Steroid_biosynthesis" ;
    oboInOwl:hasExactSynonym "steroid anabolism", "steroid biosynthesis", "steroid formation", "steroid synthesis", "steroidogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006694" ;
    a owl:Class ;
    rdfs:label "steroid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0008202, obo:GO_0008610, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_35341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_35341
            ]
        )
    ] .

obo:GO_0006790
    obo:IAO_0000115 "The chemical reactions and pathways involving the nonmetallic element sulfur or compounds that contain sulfur, such as the amino acids methionine and cysteine or the tripeptide glutathione." ;
    oboInOwl:hasDbXref "Wikipedia:Sulfur_metabolism" ;
    oboInOwl:hasExactSynonym "sulfur metabolism", "sulphur metabolic process", "sulphur metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006790" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir, go:goslim_pombe, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "sulfur compound metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_26835
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_26835
            ]
        )
    ] .

obo:GO_0006810
    obo:IAO_0000115 "The directed movement of substances (such as macromolecules, small molecules, ions) or cellular components (such as complexes and organelles) into, out of or within a cell, or between cells, or within a multicellular organism by means of some agent such as a transporter or a transporter complex, a pore or a motor protein." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-12-13T16:25:32Z" ;
    oboInOwl:hasAlternativeId "GO:0015457", "GO:0015460", "GO:0044765" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-382551" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism transport" ;
    oboInOwl:id "GO:0006810" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_candida, go:goslim_chembl, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_prokaryote, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:comment "Note that this term should not be used for direct annotation. It should be possible to make a more specific annotation to one of the children of this term, for e.g. to transmembrane transport, to microtubule-based transport or to vesicle-mediated transport." ;
    rdfs:label "transport" ;
    rdfs:subClassOf obo:GO_0051234 .

obo:GO_0006811
    obo:IAO_0000115 "The directed movement of a monoatomic ion into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Monatomic ions (also called simple ions) are ions consisting of exactly one atom." ;
    oboInOwl:hasBroadSynonym "ion transport" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-425393" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006811" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "monoatomic ion transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_24867
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_24867
            ]
        )
    ] .

obo:GO_0006836
    obo:IAO_0000115 "The directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Neurotransmitters are any chemical substance that is capable of transmitting (or inhibiting the transmission of) a nerve impulse from a neuron to another cell." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-181429", "Reactome:R-HSA-181430", "Reactome:R-HSA-210500", "Reactome:R-HSA-212676", "Reactome:R-HSA-264642" ;
    oboInOwl:hasNarrowSynonym "sodium:neurotransmitter transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006836" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "neurotransmitter transport" ;
    rdfs:subClassOf obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0006837
    obo:IAO_0000115 "The directed movement of serotonin into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Serotonin (5-hydroxytryptamine) is a monoamine neurotransmitter occurring in the peripheral and central nervous systems." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006837" ;
    a owl:Class ;
    rdfs:label "serotonin transport" ;
    rdfs:subClassOf obo:GO_0015844, obo:GO_0015850, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_350546
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_350546
            ]
        )
    ] .

obo:GO_0006846
    obo:IAO_0000115 "The directed movement of acetate into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006846" ;
    a owl:Class ;
    rdfs:label "acetate transport" ;
    rdfs:subClassOf obo:GO_0015718, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_30089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_30089
            ]
        )
    ] .

obo:GO_0006847
    obo:IAO_0000115 "The directed movement of acetate across a plasma membrane." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006847" ;
    a owl:Class ;
    rdfs:label "plasma membrane acetate transport" ;
    rdfs:subClassOf obo:GO_0035433, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_30089
            ]
        )
    ] .

obo:GO_0006858
    obo:IAO_0000115 "The transport of substances that occurs outside cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006858" ;
    a owl:Class ;
    rdfs:label "extracellular transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005576
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0006860
    obo:IAO_0000115 "The directed extracellular movement of amino acids." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006860" ;
    a owl:Class ;
    rdfs:label "extracellular amino acid transport" ;
    rdfs:subClassOf obo:GO_0006858, obo:GO_0006865 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006865
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0006865
    obo:IAO_0000115 "The directed movement of amino acids, organic acids containing one or more amino substituents, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasAlternativeId "GO:0006866" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-352230" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006865" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "amino acid transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_35238
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0006869
    obo:IAO_0000115 "The directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Lipids are compounds soluble in an organic solvent but not, or sparingly, in an aqueous solvent." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1369062" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006869" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "lipid transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010876
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_18059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0006886
    obo:IAO_0000115 "The directed movement of proteins in a cell, including the movement of proteins between specific compartments or structures within a cell, such as organelles of a eukaryotic cell." ;
    oboInOwl:hasAlternativeId "GO:0032779" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "copper-induced intracellular protein transport" ;
    oboInOwl:id "GO:0006886" ;
    oboInOwl:inSubset go:goslim_generic, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "intracellular protein transport" ;
    rdfs:subClassOf obo:GO_0015031, obo:GO_0046907, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008104
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0006887
    obo:IAO_0000115 "A process of secretion by a cell that results in the release of intracellular molecules (e.g. hormones, matrix proteins) contained within a membrane-bounded vesicle. Exocytosis can occur either by full fusion, when the vesicle collapses into the plasma membrane, or by a kiss-and-run mechanism that involves the formation of a transient contact, a pore, between a granule (for example of chromaffin cells) and the plasma membrane. The latter process most of the time leads to only partial secretion of the granule content. Exocytosis begins with steps that prepare vesicles for fusion with the membrane (tethering and docking) and ends when molecules are secreted from the cell." ;
    oboInOwl:hasAlternativeId "GO:0016194", "GO:0016195" ;
    oboInOwl:hasDbXref "Wikipedia:Exocytosis" ;
    oboInOwl:hasExactSynonym "vesicle exocytosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nonselective vesicle exocytosis" ;
    oboInOwl:id "GO:0006887" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "exocytosis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016192, obo:GO_0032940, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0099500
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0070382
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016192
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0070382
            ]
        )
    ] .

obo:GO_0006892
    obo:IAO_0000115 "The directed movement of substances from the Golgi to other parts of the cell, including organelles and the plasma membrane, mediated by small transport vesicles." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-199992" ;
    oboInOwl:hasExactSynonym "post-Golgi transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006892" ;
    a owl:Class ;
    rdfs:label "post-Golgi vesicle-mediated transport" ;
    rdfs:subClassOf obo:GO_0048193 .

obo:GO_0006893
    obo:IAO_0000115 "The directed movement of substances from the Golgi to the plasma membrane in transport vesicles that move from the trans-Golgi network to the plasma membrane, where they fuse and release their contents by exocytosis." ;
    oboInOwl:hasExactSynonym "Golgi to plasma membrane vesicle-mediated transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006893" ;
    a owl:Class ;
    rdfs:label "Golgi to plasma membrane transport" ;
    rdfs:subClassOf obo:GO_0006892, obo:GO_0098876, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016192
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0006896
    obo:IAO_0000115 "The directed movement of substances from the Golgi to the vacuole." ;
    oboInOwl:hasExactSynonym "Golgi to vacuole vesicle-mediated transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006896" ;
    a owl:Class ;
    rdfs:label "Golgi to vacuole transport" ;
    rdfs:subClassOf obo:GO_0006892, obo:GO_0007034, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0006903
    obo:IAO_0000115 "The process in which vesicles are directed to specific destination membranes. Targeting involves coordinated interactions among cytoskeletal elements (microtubules or actin filaments), motor proteins, molecules at the vesicle membrane and target membrane surfaces, and vesicle cargo." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006903" ;
    a owl:Class ;
    rdfs:label "vesicle targeting" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0016192
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051650
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0006906
    obo:IAO_0000115 "Fusion of the membrane of a transport vesicle with its target membrane." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006906" ;
    a owl:Class ;
    rdfs:label "vesicle fusion" ;
    rdfs:subClassOf obo:GO_0016050, obo:GO_0090174, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0016192
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0012506
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0012506
            ]
        )
    ] .

obo:GO_0006913
    obo:IAO_0000115 "The directed movement of molecules between the nucleus and the cytoplasm." ;
    oboInOwl:hasAlternativeId "GO:0000063" ;
    oboInOwl:hasNarrowSynonym "nucleocytoplasmic shuttling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006913" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pombe ;
    a owl:Class ;
    rdfs:comment "Note that transport through the nuclear pore complex is not transmembrane because the nuclear membrane is a double membrane, and is not traversed." ;
    rdfs:label "nucleocytoplasmic transport" ;
    rdfs:subClassOf obo:GO_0051169, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0005635
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:GO_0005829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:GO_0031981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005635
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:GO_0031981
            ]
        )
    ] .

obo:GO_0006915
    obo:IAO_0000115 "A programmed cell death process which begins when a cell receives an internal (e.g. DNA damage) or external signal (e.g. an extracellular death ligand), and proceeds through a series of biochemical events (signaling pathway phase) which trigger an execution phase. The execution phase is the last step of an apoptotic process, and is typically characterized by rounding-up of the cell, retraction of pseudopodes, reduction of cellular volume (pyknosis), chromatin condensation, nuclear fragmentation (karyorrhexis), plasma membrane blebbing and fragmentation of the cell into apoptotic bodies. When the execution phase is completed, the cell has died." ;
    oboInOwl:hasAlternativeId "GO:0006917", "GO:0008632" ;
    oboInOwl:hasBroadSynonym "cell suicide", "cellular suicide" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-109581", "Wikipedia:Apoptosis" ;
    oboInOwl:hasExactSynonym "apoptotic cell death", "apoptotic programmed cell death", "programmed cell death by apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of apoptosis", "apoptosis", "apoptosis signaling", "apoptotic program", "type I programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "apoptosis activator activity", "caspase-dependent programmed cell death", "commitment to apoptosis", "induction of apoptosis", "induction of apoptosis by p53", "signaling (initiator) caspase activity" ;
    oboInOwl:id "GO:0006915" ;
    a owl:Class ;
    rdfs:label "apoptotic process" ;
    rdfs:subClassOf obo:GO_0012501, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002224 ;
        owl:someValuesFrom obo:GO_0097190
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002230 ;
        owl:someValuesFrom obo:GO_0097194
    ] .

obo:GO_0006921
    obo:IAO_0000115 "The breakdown of structures such as organelles, proteins, or other macromolecular structures during apoptosis." ;
    oboInOwl:hasBroadSynonym "cellular component disassembly involved in apoptotic process", "disassembly of cell structures" ;
    oboInOwl:hasNarrowSynonym "cellular component disassembly involved in apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006921" ;
    a owl:Class ;
    rdfs:label "cellular component disassembly involved in execution phase of apoptosis" ;
    rdfs:subClassOf obo:GO_0022411, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0097194
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0097194
            ]
        )
    ] .

obo:GO_0006936
    obo:IAO_0000115 "A process in which force is generated within muscle tissue, resulting in a change in muscle geometry. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-445355", "Wikipedia:Muscle_contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006936" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "muscle contraction" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0003012, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002385
    ] .

obo:GO_0006937
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of muscle contraction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006937" ;
    a owl:Class ;
    rdfs:label "regulation of muscle contraction" ;
    rdfs:subClassOf obo:GO_0090257, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006936
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006936
            ]
        )
    ] .

obo:GO_0006939
    obo:IAO_0000115 "A process in which force is generated within smooth muscle tissue, resulting in a change in muscle geometry. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis. Smooth muscle differs from striated muscle in the much higher actin/myosin ratio, the absence of conspicuous sarcomeres and the ability to contract to a much smaller fraction of its resting length." ;
    oboInOwl:hasExactSynonym "visceral muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006939" ;
    a owl:Class ;
    rdfs:label "smooth muscle contraction" ;
    rdfs:subClassOf obo:GO_0006936, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006936
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001135
            ]
        )
    ] .

obo:GO_0006940
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of smooth muscle contraction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006940" ;
    a owl:Class ;
    rdfs:label "regulation of smooth muscle contraction" ;
    rdfs:subClassOf obo:GO_0006937, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006939
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006939
            ]
        )
    ] .

obo:GO_0006941
    obo:IAO_0000115 "A process in which force is generated within striated muscle tissue, resulting in the shortening of the muscle. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis. Striated muscle is a type of muscle in which the repeating units (sarcomeres) of the contractile myofibrils are arranged in registry throughout the cell, resulting in transverse or oblique striations observable at the level of the light microscope." ;
    oboInOwl:hasExactSynonym "sarcomeric muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006941" ;
    a owl:Class ;
    rdfs:label "striated muscle contraction" ;
    rdfs:subClassOf obo:GO_0006936, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002036
    ] .

obo:GO_0006942
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of striated muscle contraction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006942" ;
    a owl:Class ;
    rdfs:label "regulation of striated muscle contraction" ;
    rdfs:subClassOf obo:GO_0006937, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006941
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006941
            ]
        )
    ] .

obo:GO_0006949
    obo:IAO_0000115 "The formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane. Syncytia are normally derived from single cells that fuse or fail to complete cell division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006949" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "syncytium formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:CL_0000228
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:CL_0000228
            ]
        )
    ] .

obo:GO_0006950
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a disturbance in organismal or cellular homeostasis, usually, but not necessarily, exogenous (e.g. temperature, humidity, ionizing radiation)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "response to abiotic stress", "response to biotic stress" ;
    oboInOwl:id "GO:0006950" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_metagenomics, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:label "response to stress" ;
    rdfs:subClassOf obo:GO_0050896 .

obo:GO_0006952
    obo:IAO_0000115 "Reactions, triggered in response to the presence of a foreign body or the occurrence of an injury, which result in restriction of damage to the organism attacked or prevention/recovery from the infection caused by the attack." ;
    oboInOwl:hasAlternativeId "GO:0002217", "GO:0042829" ;
    oboInOwl:hasExactSynonym "defence response", "physiological defense response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "antimicrobial peptide activity", "defense/immunity protein activity" ;
    oboInOwl:id "GO:0006952" ;
    a owl:Class ;
    rdfs:label "defense response" ;
    rdfs:subClassOf obo:GO_0006950 .

obo:GO_0006954
    obo:IAO_0000115 "The immediate defensive reaction (by vertebrate tissue) to infection or injury caused by chemical or physical agents. The process is characterized by local vasodilation, extravasation of plasma into intercellular spaces and accumulation of white blood cells and macrophages." ;
    oboInOwl:hasBroadSynonym "inflammation" ;
    oboInOwl:hasDbXref "Wikipedia:Inflammation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0006954" ;
    oboInOwl:inSubset go:goslim_generic ;
    a owl:Class ;
    rdfs:label "inflammatory response" ;
    rdfs:subClassOf obo:GO_0006952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:GO_0006996
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of an organelle within a cell. An organelle is an organized structure of distinctive morphology and function. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton. Excludes the plasma membrane." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-12-19T15:25:51Z" ;
    oboInOwl:hasAlternativeId "GO:1902589" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1852241" ;
    oboInOwl:hasExactSynonym "organelle organisation", "single organism organelle organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "organelle organization and biogenesis", "single-organism organelle organization" ;
    oboInOwl:id "GO:0006996" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_candida, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "organelle organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0006997
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nucleus." ;
    oboInOwl:hasAlternativeId "GO:0048287" ;
    oboInOwl:hasExactSynonym "nuclear organisation", "nuclear organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nuclear morphology", "nuclear organization and biogenesis", "nucleus organization and biogenesis" ;
    oboInOwl:id "GO:0006997" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_drosophila, go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "nucleus organization" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0006998
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nuclear envelope." ;
    oboInOwl:hasExactSynonym "nuclear envelope organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nuclear envelope organization and biogenesis" ;
    oboInOwl:id "GO:0006998" ;
    a owl:Class ;
    rdfs:label "nuclear envelope organization" ;
    rdfs:subClassOf obo:GO_0061024, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006997
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005635
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005635
            ]
        )
    ] .

obo:GO_0007000
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nucleolus." ;
    oboInOwl:hasExactSynonym "nucleolus organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nucleolus organization and biogenesis" ;
    oboInOwl:id "GO:0007000" ;
    a owl:Class ;
    rdfs:label "nucleolus organization" ;
    rdfs:subClassOf obo:GO_0006997, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005730
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005730
            ]
        )
    ] .

obo:GO_0007009
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the plasma membrane." ;
    oboInOwl:hasExactSynonym "plasma membrane organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "plasma membrane organization and biogenesis" ;
    oboInOwl:id "GO:0007009" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "plasma membrane organization" ;
    rdfs:subClassOf obo:GO_0061024, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0007010
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures." ;
    oboInOwl:hasExactSynonym "cytoskeleton organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cytoskeletal organization and biogenesis", "cytoskeletal regulator activity", "cytoskeleton organization and biogenesis" ;
    oboInOwl:id "GO:0007010" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_prokaryote, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005856
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005856
            ]
        )
    ] .

obo:GO_0007015
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments. Includes processes that control the spatial distribution of actin filaments, such as organizing filaments into meshworks, bundles, or other structures, as by cross-linking." ;
    oboInOwl:hasExactSynonym "actin filament organisation" ;
    oboInOwl:hasNarrowSynonym "regulation of actin filament localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007015" ;
    a owl:Class ;
    rdfs:label "actin filament organization" ;
    rdfs:subClassOf obo:GO_0097435, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030036
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005884
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005884
            ]
        )
    ] .

obo:GO_0007017
    obo:IAO_0000115 "Any cellular process that depends upon or alters the microtubule cytoskeleton, that part of the cytoskeleton comprising microtubules and their associated proteins." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007017" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "microtubule-based process" ;
    rdfs:subClassOf obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0005874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0007018
    obo:IAO_0000115 "A microtubule-based process that results in the movement of organelles, other microtubules, or other cellular components. Examples include motor-driven movement along microtubules and movement driven by polymerization or depolymerization of microtubules." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-983189" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007018" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_generic ;
    a owl:Class ;
    rdfs:label "microtubule-based movement" ;
    rdfs:subClassOf obo:GO_0007017 .

obo:GO_0007019
    obo:IAO_0000115 "The removal of tubulin heterodimers from one or both ends of a microtubule." ;
    oboInOwl:hasExactSynonym "microtubule disassembly", "microtubule shortening" ;
    oboInOwl:hasNarrowSynonym "microtubule catastrophe", "microtubule depolymerization during nuclear congression" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007019" ;
    a owl:Class ;
    rdfs:label "microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0031109, obo:GO_0051261, obo:GO_0097435, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0007020
    obo:IAO_0000115 "The process in which tubulin alpha-beta heterodimers begin aggregation to form an oligomeric tubulin structure (a microtubule seed). Microtubule nucleation is the initiating step in the formation of a microtubule in the absence of any existing microtubules ('de novo' microtubule formation)." ;
    oboInOwl:hasDbXref "Wikipedia:Microtubule_nucleation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007020" ;
    a owl:Class ;
    rdfs:label "microtubule nucleation" ;
    rdfs:subClassOf obo:GO_0000226, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0046785
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0007026
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of microtubule depolymerization; prevention of depolymerization of a microtubule can result from binding by 'capping' at the plus end (e.g. by interaction with another cellular protein of structure) or by exposing microtubules to a stabilizing drug such as taxol." ;
    oboInOwl:hasExactSynonym "down regulation of microtubule depolymerization", "down-regulation of microtubule depolymerization", "downregulation of microtubule depolymerization", "microtubule stabilization", "negative regulation of microtubule disassembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of microtubule depolymerization", "microtubule rescue", "negative regulation of microtubule catastrophe" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007026" ;
    a owl:Class ;
    rdfs:label "negative regulation of microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0031111, obo:GO_0031114, obo:GO_1901880, obo:GO_1902904, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007019
            ]
        )
    ] .

obo:GO_0007027
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the depolymerization of the specialized microtubules of the axoneme." ;
    oboInOwl:hasExactSynonym "axonemal microtubule stabilization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of microtubule depolymerization in axoneme" ;
    oboInOwl:id "GO:0007027" ;
    a owl:Class ;
    rdfs:label "negative regulation of axonemal microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0007026, obo:GO_0010937, obo:GO_0031345, obo:GO_0120035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060404
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060404
            ]
        )
    ] .

obo:GO_0007028
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the cytoplasm. The cytoplasm is all of the contents of a cell excluding the plasma membrane and nucleus, but including other subcellular structures." ;
    oboInOwl:hasExactSynonym "cytoplasm organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cytoplasm organization and biogenesis" ;
    oboInOwl:id "GO:0007028" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cytoplasm organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005737
            ]
        )
    ] .

obo:GO_0007030
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the Golgi apparatus." ;
    oboInOwl:hasExactSynonym "Golgi apparatus organization", "Golgi organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "Golgi organization and biogenesis" ;
    oboInOwl:id "GO:0007030" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "Golgi organization" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0007033
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a vacuole." ;
    oboInOwl:hasAlternativeId "GO:0044086" ;
    oboInOwl:hasExactSynonym "vacuole organisation" ;
    oboInOwl:hasNarrowSynonym "vacuolar assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "vacuole biogenesis", "vacuole organization and biogenesis" ;
    oboInOwl:id "GO:0007033" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "vacuole organization" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0007034
    obo:IAO_0000115 "The directed movement of substances into, out of or within a vacuole." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007034" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "vacuolar transport" ;
    rdfs:subClassOf obo:GO_0046907, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0007043
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a junction between cells." ;
    oboInOwl:hasExactSynonym "intercellular junction assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007043" ;
    a owl:Class ;
    rdfs:label "cell-cell junction assembly" ;
    rdfs:subClassOf obo:GO_0034329, obo:GO_0045216, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005911
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0034329
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005911
            ]
        )
    ] .

obo:GO_0007049
    obo:IAO_0000115 "The progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events. Canonically, the cell cycle comprises the replication and segregation of genetic material followed by the division of the cell, but in endocycles or syncytial cells nuclear replication or nuclear division may not be followed by cell division." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1640170", "Wikipedia:Cell_cycle" ;
    oboInOwl:hasExactSynonym "cell-division cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007049" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_flybase_ribbon, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:label "cell cycle" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0007059
    obo:IAO_0000115 "The process in which genetic material, in the form of chromosomes, is organized into specific structures and then physically separated and apportioned to two or more sets. In eukaryotes, chromosome segregation begins with the condensation of chromosomes, includes chromosome separation, and ends when chromosomes have completed movement to the spindle poles." ;
    oboInOwl:hasDbXref "Wikipedia:Chromosome_segregation" ;
    oboInOwl:hasExactSynonym "chromosome division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "chromosome transmission" ;
    oboInOwl:id "GO:0007059" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir, go:goslim_prokaryote, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "chromosome segregation" ;
    rdfs:subClassOf obo:GO_0022402 .

obo:GO_0007076
    obo:IAO_0000115 "The cell cycle process in which chromatin structure is compacted prior to and during mitosis in eukaryotic cells." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2299718", "Reactome:R-HSA-2514853" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007076" ;
    a owl:Class ;
    rdfs:label "mitotic chromosome condensation" ;
    rdfs:subClassOf obo:GO_0030261, obo:GO_1903047, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0000070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030261
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_0007077
    obo:IAO_0000115 "The mitotic cell cycle process in which the controlled partial or complete breakdown of the nuclear membranes during occurs during mitosis." ;
    oboInOwl:hasBroadSynonym "NEB", "local NEB", "nuclear envelope breakdown" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2980766" ;
    oboInOwl:hasExactSynonym "mitotic nuclear envelope breakdown" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "mitotic nuclear envelope catabolism", "mitotic nuclear envelope degradation", "mitotic nuclear envelope disassembly" ;
    oboInOwl:id "GO:0007077" ;
    a owl:Class ;
    rdfs:label "mitotic nuclear membrane disassembly" ;
    rdfs:subClassOf obo:GO_0051081, obo:GO_1903047 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051081
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_0007088
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mitosis." ;
    oboInOwl:hasExactSynonym "regulation of mitosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007088" ;
    a owl:Class ;
    rdfs:label "regulation of mitotic nuclear division" ;
    rdfs:subClassOf obo:GO_0007346, obo:GO_0010564, obo:GO_0051783, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0140014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0140014
            ]
        )
    ] .

obo:GO_0007097
    obo:IAO_0000115 "The directed movement of the nucleus to a specific location within a cell." ;
    oboInOwl:hasAlternativeId "GO:0040023" ;
    oboInOwl:hasExactSynonym "establishment of position of nucleus", "nuclear movement", "nuclear positioning", "nucleus migration", "nucleus positioning", "positioning of nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "establishment of cell nucleus localization", "establishment of localization of nucleus", "establishment of nucleus localisation", "establishment of nucleus localization" ;
    oboInOwl:id "GO:0007097" ;
    a owl:Class ;
    rdfs:label "nuclear migration" ;
    rdfs:subClassOf obo:GO_0046907, obo:GO_0051647, obo:GO_0051656 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0007113
    obo:IAO_0000115 "A mitotic cell cycle in which chromosomes are replicated and sister chromatids separate, but spindle formation, nuclear membrane breakdown and nuclear division do not occur, resulting in an increased number of chromosomes in the cell." ;
    oboInOwl:hasDbXref "Wikipedia:Mitosis#Endomitosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "endomitosis" ;
    oboInOwl:id "GO:0007113" ;
    a owl:Class ;
    rdfs:comment "Note that this term should not be confused with 'abortive mitotic cell cycle ; GO:0033277'. Although abortive mitosis is sometimes called endomitosis, GO:0033277 refers to a process in which a mitotic spindle forms and chromosome separation begins." ;
    rdfs:label "endomitotic cell cycle" ;
    rdfs:subClassOf obo:GO_0000278 .

obo:GO_0007143
    obo:IAO_0000115 "A cell cycle process by which the cell nucleus divides as part of a meiotic cell cycle in the female germline." ;
    oboInOwl:hasBroadSynonym "female meiosis", "female meiotic division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007143" ;
    a owl:Class ;
    rdfs:comment "Note that female germ lines can be found in female or hermaphroditic organisms, so this term can be used to annotate gene products from hermaphrodites such as those of C. elegans. See also the biological process term 'meiotic nuclear division; GO:0140013'." ;
    rdfs:label "female meiotic nuclear division" ;
    rdfs:subClassOf obo:GO_0140013, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007292
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0000280
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007292
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0007154
    obo:IAO_0000115 "Any process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:hasDbXref "Wikipedia:Cell_signaling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007154" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "cell communication" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0007163
    obo:IAO_0000115 "Any cellular process that results in the specification, formation or maintenance of anisotropic intracellular organization or cell growth patterns." ;
    oboInOwl:hasAlternativeId "GO:0030012", "GO:0030467" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell polarity", "establishment and/or maintenance of cell polarity", "establishment and/or maintenance of cell polarization" ;
    oboInOwl:id "GO:0007163" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_generic, go:goslim_pombe, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "establishment or maintenance of cell polarity" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0007165
    obo:IAO_0000115 "The cellular process in which a signal is conveyed to trigger a change in the activity or state of a cell. Signal transduction begins with reception of a signal (e.g. a ligand binding to a receptor or receptor activation by a stimulus such as light), or for signal transduction in the absence of ligand, signal-withdrawal or the activity of a constitutively active receptor. Signal transduction ends with regulation of a downstream cellular process, e.g. regulation of transcription or regulation of a metabolic process. Signal transduction covers signaling from receptors located on the surface of the cell and signaling via molecules located within the cell. For signaling between cells, signal transduction is restricted to events at and within the receiving cell." ;
    oboInOwl:hasAlternativeId "GO:0023014", "GO:0023015", "GO:0023016", "GO:0023033", "GO:0023045" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-212718", "Wikipedia:Signal_transduction" ;
    oboInOwl:hasNarrowSynonym "signaling cascade", "signalling cascade" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "signaling pathway", "signalling pathway" ;
    oboInOwl:id "GO:0007165" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_metagenomics, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:comment "Note that signal transduction is defined broadly to include a ligand interacting with a receptor, downstream signaling steps and a response being triggered. A change in form of the signal in every step is not necessary. Note that in many cases the end of this process is regulation of the initiation of transcription. Note that specific transcription factors may be annotated to this term, but core/general transcription machinery such as RNA polymerase should not." ;
    rdfs:label "signal transduction" ;
    rdfs:subClassOf obo:GO_0009987, obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0023052
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051716
    ] .

obo:GO_0007267
    obo:IAO_0000115 "Any process that mediates the transfer of information from one cell to another. This process includes signal transduction in the receiving cell and, where applicable, release of a ligand and any processes that actively facilitate its transport and presentation to the receiving cell. Examples include signaling via soluble ligands, via cell adhesion molecules and via gap junctions." ;
    oboInOwl:hasExactSynonym "cell-cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007267" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "cell-cell signaling" ;
    rdfs:subClassOf obo:GO_0007154, obo:GO_0023052 .

obo:GO_0007268
    obo:IAO_0000115 "The vesicular release of classical neurotransmitter molecules from a presynapse, across a chemical synapse, the subsequent activation of neurotransmitter receptors at the postsynapse of a target cell (neuron, muscle, or secretory cell) and the effects of this activation on the postsynaptic membrane potential and ionic composition of the postsynaptic cytosol. This process encompasses both spontaneous and evoked release of neurotransmitter and all parts of synaptic vesicle exocytosis. Evoked transmission starts with the arrival of an action potential at the presynapse." ;
    oboInOwl:hasBroadSynonym "signal transmission across a synapse", "synaptic transmission" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-112316", "Reactome:R-HSA-442720", "Reactome:R-HSA-442729", "Reactome:R-HSA-442742", "Reactome:R-HSA-451307", "Reactome:R-HSA-451308", "Reactome:R-HSA-9619229", "Reactome:R-HSA-9619483", "Reactome:R-HSA-9620244", "Wikipedia:Neurotransmission" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neurotransmission" ;
    oboInOwl:id "GO:0007268" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "chemical synaptic transmission" ;
    rdfs:subClassOf obo:GO_0098916, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:GO_0045202
    ] .

obo:GO_0007269
    obo:IAO_0000115 "The regulated release of neurotransmitter from the presynapse into the synaptic cleft via calcium-regulated exocytosis during synaptic transmission." ;
    oboInOwl:hasAlternativeId "GO:0010554" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-112310" ;
    oboInOwl:hasExactSynonym "neurotransmitter release", "neurotransmitter secretory pathway" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007269" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "A neurotransmitter is any of a group of substances that are released on excitation from the axon terminal of a presynaptic neuron of the central or peripheral nervous system and travel across the synaptic cleft to either excite or inhibit the target cell. Among the many substances that have the properties of a neurotransmitter are acetylcholine, noradrenaline, adrenaline, dopamine, glycine, gamma-aminobutyrate, glutamic acid, substance P, enkephalins, endorphins and serotonin." ;
    rdfs:label "neurotransmitter secretion" ;
    rdfs:subClassOf obo:GO_0006836, obo:GO_0051649, obo:GO_0099643, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007268
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098793
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0098793
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0043083
    ] .

obo:GO_0007271
    obo:IAO_0000115 "The vesicular release of acetylcholine from a presynapse, across a chemical synapse, the subsequent activation of dopamine receptors at the postsynapse of a target cell (neuron, muscle, or secretory cell) and the effects of this activation on the postsynaptic membrane potential and ionic composition of the postsynaptic cytosol. This process encompasses both spontaneous and evoked release of neurotransmitter and all parts of synaptic vesicle exocytosis. Evoked transmission starts with the arrival of an action potential at the presynapse." ;
    oboInOwl:hasExactSynonym "cholinergic synaptic transmission" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007271" ;
    a owl:Class ;
    rdfs:label "synaptic transmission, cholinergic" ;
    rdfs:subClassOf obo:GO_0007268, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:CHEBI_15355
    ] .

obo:GO_0007272
    obo:IAO_0000115 "The process in which glial cells envelop neuronal cell bodies and/or axons to form an insulating layer. This can take the form of myelinating or non-myelinating ensheathment." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ionic insulation of neurons by glial cells" ;
    oboInOwl:id "GO:0007272" ;
    a owl:Class ;
    rdfs:label "ensheathment of neurons" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:CL_0000125
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0007275
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a multicellular organism over time from an initial condition (e.g. a zygote or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007275" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_chembl, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "Note that this term was 'developmental process'." ;
    rdfs:label "multicellular organism development" ;
    rdfs:subClassOf obo:GO_0032501, obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002295 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002295 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:GO_0007276
    obo:IAO_0000115 "The generation and maintenance of gametes in a multicellular organism. A gamete is a haploid reproductive cell." ;
    oboInOwl:hasAlternativeId "GO:0009552" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "gametogenesis" ;
    oboInOwl:id "GO:0007276" ;
    a owl:Class ;
    rdfs:label "gamete generation" ;
    rdfs:subClassOf obo:GO_0048609, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0019953
    ] .

obo:GO_0007281
    obo:IAO_0000115 "The process whose specific outcome is the progression of an immature germ cell over time, from its formation to the mature structure (gamete). A germ cell is any reproductive cell in a multicellular organism." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9827857" ;
    oboInOwl:hasExactSynonym "germ-cell development" ;
    oboInOwl:hasNarrowSynonym "gametogenesis", "primordial germ cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007281" ;
    a owl:Class ;
    rdfs:label "germ cell development" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0022412, obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007276
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000586
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000586
            ]
        )
    ] .

obo:GO_0007292
    obo:IAO_0000115 "Generation of the female gamete; specialised haploid cells produced by meiosis and along with a male gamete takes part in sexual reproduction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007292" ;
    a owl:Class ;
    rdfs:label "female gamete generation" ;
    rdfs:subClassOf obo:GO_0007276 .

obo:GO_0007293
    obo:IAO_0000115 "Construction of a stage-1 egg chamber in the anterior part of the germarium, from the progeny of germ-line and somatic stem cells. An example of this is found in Drosophila melanogaster." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007293" ;
    a owl:Class ;
    rdfs:label "germarium-derived egg chamber formation" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048477
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ] .

obo:GO_0007308
    obo:IAO_0000115 "The synthesis, deposition, and organization of the materials in a cell of an ovary; where the cell can then undergo meiosis and form an ovum. An example of this is found in Drosophila melanogaster." ;
    oboInOwl:hasAlternativeId "GO:0048110" ;
    oboInOwl:hasExactSynonym "oocyte arrangement" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007308" ;
    a owl:Class ;
    rdfs:label "oocyte construction" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0048469, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048599
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:CL_0000023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:CL_0000023
            ]
        )
    ] .

obo:GO_0007338
    obo:IAO_0000115 "The union of male and female gametes to form a zygote." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1187000" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "zygote biosynthesis", "zygote formation" ;
    oboInOwl:id "GO:0007338" ;
    a owl:Class ;
    rdfs:label "single fertilization" ;
    rdfs:subClassOf obo:GO_0009566, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0007343
    obo:IAO_0000115 "The process in which the egg becomes metabolically active, initiates protein and DNA synthesis and undergoes structural changes to its cortex and/or cytoplasm." ;
    oboInOwl:hasDbXref "Wikipedia:Egg_activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007343" ;
    a owl:Class ;
    rdfs:label "egg activation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001775, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007338
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000025
            ]
        )
    ] .

obo:GO_0007346
    obo:IAO_0000115 "Any process that modulates the rate or extent of progress through the mitotic cell cycle." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2465910", "Reactome:R-HSA-68911" ;
    oboInOwl:hasExactSynonym "mitotic cell cycle modulation", "mitotic cell cycle regulation", "modulation of mitotic cell cycle progression", "regulation of mitotic cell cycle progression", "regulation of progression through mitotic cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "mitotic cell cycle regulator" ;
    oboInOwl:id "GO:0007346" ;
    a owl:Class ;
    rdfs:label "regulation of mitotic cell cycle" ;
    rdfs:subClassOf obo:GO_0051726, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_0007350
    obo:IAO_0000115 "The hierarchical steps resulting in the progressive subdivision of the anterior/posterior axis of the embryo." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007350" ;
    a owl:Class ;
    rdfs:label "blastoderm segmentation" ;
    rdfs:subClassOf obo:GO_0009880, obo:GO_0035282 .

obo:GO_0007369
    obo:IAO_0000115 "A complex and coordinated series of cellular movements that occurs at the end of cleavage during embryonic development of most animals. The details of gastrulation vary from species to species, but usually result in the formation of the three primary germ layers, ectoderm, mesoderm and endoderm." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9758941", "Wikipedia:Gastrulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007369" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "gastrulation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0001705
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0001706
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0001707
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0007389
    obo:IAO_0000115 "Any developmental process that results in the creation of defined areas or spaces within an organism to which cells respond and eventually are instructed to differentiate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pattern biosynthesis", "pattern formation" ;
    oboInOwl:id "GO:0007389" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "pattern specification process" ;
    rdfs:subClassOf obo:GO_0032501, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0007398
    obo:IAO_0000115 "The process whose specific outcome is the progression of the ectoderm over time, from its formation to the mature structure. In animal embryos, the ectoderm is the outer germ layer of the embryo, formed during gastrulation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007398" ;
    a owl:Class ;
    rdfs:label "ectoderm development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
        )
    ] .

obo:GO_0007399
    obo:IAO_0000115 "The process whose specific outcome is the progression of nervous tissue over time, from its formation to its mature state." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9675108" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pan-neural process" ;
    oboInOwl:id "GO:0007399" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "nervous system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001016
            ]
        )
    ] .

obo:GO_0007405
    obo:IAO_0000115 "The expansion of a neuroblast population by cell division. A neuroblast is any cell that will divide and give rise to a neuron." ;
    oboInOwl:hasAlternativeId "GO:0043349", "GO:0043350" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007405" ;
    a owl:Class ;
    rdfs:label "neuroblast proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0061351, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048699
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0007406
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the proliferation of neuroblasts." ;
    oboInOwl:hasExactSynonym "down regulation of neuroblast proliferation", "down-regulation of neuroblast proliferation", "downregulation of neuroblast proliferation", "suppression of neuroblast proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of neuroblast proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007406" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuroblast proliferation" ;
    rdfs:subClassOf obo:GO_0050768, obo:GO_1902692, obo:GO_2000178, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007405
            ]
        )
    ] .

obo:GO_0007407
    obo:IAO_0000115 "A change in the morphology or behavior of a neuroblast resulting from exposure to an activating factor such as a cellular or soluble ligand." ;
    oboInOwl:hasAlternativeId "GO:0043351", "GO:0043352" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007407" ;
    a owl:Class ;
    rdfs:label "neuroblast activation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001775, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048699
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0007409
    obo:IAO_0000115 "De novo generation of a long process of a neuron, including the terminal branched region. Refers to the morphogenesis or creation of shape or form of the developing axon, which carries efferent (outgoing) action potentials from the cell body towards target cells." ;
    oboInOwl:hasAlternativeId "GO:0007410" ;
    oboInOwl:hasExactSynonym "axon morphogenesis" ;
    oboInOwl:hasNarrowSynonym "axon growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007409" ;
    a owl:Class ;
    rdfs:comment "Note that 'axonogenesis' differs from 'axon development' in that the latter also covers other processes, such as axon regeneration (regrowth after loss or damage, not necessarily of the whole axon)." ;
    rdfs:label "axonogenesis" ;
    rdfs:subClassOf obo:GO_0048812, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048667
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061564
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:GO_0030424
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:GO_0030424
            ]
        )
    ] .

obo:GO_0007416
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a synapse. This process ends when the synapse is mature (functional)." ;
    oboInOwl:hasDbXref "Wikipedia:Synaptogenesis" ;
    oboInOwl:hasExactSynonym "synapse biogenesis", "synaptogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007416" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synapse assembly" ;
    rdfs:subClassOf obo:GO_0034329, obo:GO_0050808, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0045202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0007417
    obo:IAO_0000115 "The process whose specific outcome is the progression of the central nervous system over time, from its formation to the mature structure. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain and spinal cord. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." ;
    oboInOwl:hasDbXref "Wikipedia:Neural_development" ;
    oboInOwl:hasExactSynonym "CNS development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007417" ;
    a owl:Class ;
    rdfs:label "central nervous system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0007420
    obo:IAO_0000115 "The process whose specific outcome is the progression of the brain over time, from its formation to the mature structure. Brain development begins with patterning events in the neural tube and ends with the mature structure that is the center of thought and emotion. The brain is responsible for the coordination and control of bodily activities and the interpretation of information from the senses (sight, hearing, smell, etc.)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007420" ;
    a owl:Class ;
    rdfs:label "brain development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060322
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:GO_0007422
    obo:IAO_0000115 "The process whose specific outcome is the progression of the peripheral nervous system over time, from its formation to the mature structure. The peripheral nervous system is one of the two major divisions of the nervous system. Nerves in the PNS connect the central nervous system (CNS) with sensory organs, other organs, muscles, blood vessels and glands." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007422" ;
    a owl:Class ;
    rdfs:label "peripheral nervous system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000010
            ]
        )
    ] .

obo:GO_0007423
    obo:IAO_0000115 "The process whose specific outcome is the progression of sensory organs over time, from its formation to the mature structure." ;
    oboInOwl:hasExactSynonym "sense organ development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007423" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "sensory organ development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000020
            ]
        )
    ] .

obo:GO_0007439
    obo:IAO_0000115 "The process whose specific outcome is the progression of the ectodermal digestive tract over time, from its formation to the mature structure. The ectodermal digestive tract includes those portions that are derived from ectoderm." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ectodermal gut development" ;
    oboInOwl:id "GO:0007439" ;
    a owl:Class ;
    rdfs:label "ectodermal digestive tract development" ;
    rdfs:subClassOf obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0004906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0004906
            ]
        )
    ] .

obo:GO_0007440
    obo:IAO_0000115 "The process in which the anatomical structures of the foregut are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007440" ;
    a owl:Class ;
    rdfs:label "foregut morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048546
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001041
            ]
        )
    ] .

obo:GO_0007492
    obo:IAO_0000115 "The process whose specific outcome is the progression of the endoderm over time, from its formation to the mature structure. The endoderm is the innermost germ layer that develops into the gastrointestinal tract, the lungs and associated tissues." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007492" ;
    a owl:Class ;
    rdfs:label "endoderm development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:GO_0007498
    obo:IAO_0000115 "The process whose specific outcome is the progression of the mesoderm over time, from its formation to the mature structure. The mesoderm is the middle germ layer that develops into muscle, bone, cartilage, blood and connective tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007498" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "mesoderm development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:GO_0007506
    obo:IAO_0000115 "The process whose specific outcome is the progression of the gonadal mesoderm over time, from its formation to the mature structure. The gonadal mesoderm is the middle layer of the three primary germ layers of the embryo which will go on to form the gonads of the organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007506" ;
    a owl:Class ;
    rdfs:label "gonadal mesoderm development" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0007498, obo:GO_0060485, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008406
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003855
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003855
            ]
        )
    ] .

obo:GO_0007507
    obo:IAO_0000115 "The process whose specific outcome is the progression of the heart over time, from its formation to the mature structure. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood." ;
    oboInOwl:hasAlternativeId "GO:0007511" ;
    oboInOwl:hasDbXref "Wikipedia:Heart_development" ;
    oboInOwl:hasNarrowSynonym "dorsal vessel development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiac development" ;
    oboInOwl:id "GO:0007507" ;
    a owl:Class ;
    rdfs:label "heart development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0072359
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0007100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0007100
            ]
        )
    ] .

obo:GO_0007517
    obo:IAO_0000115 "The process whose specific outcome is the progression of the muscle over time, from its formation to the mature structure. The muscle is an organ consisting of a tissue made up of various elongated cells that are specialized to contract and thus to produce movement and mechanical work." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007517" ;
    a owl:Class ;
    rdfs:label "muscle organ development" ;
    rdfs:subClassOf obo:GO_0048513, obo:GO_0061061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001630
            ]
        )
    ] .

obo:GO_0007519
    obo:IAO_0000115 "The developmental sequence of events leading to the formation of adult skeletal muscle tissue. The main events are: the fusion of myoblasts to form myotubes that increase in size by further fusion to them of myoblasts, the formation of myofibrils within their cytoplasm and the establishment of functional neuromuscular junctions with motor neurons. At this stage they can be regarded as mature muscle fibers." ;
    oboInOwl:hasAlternativeId "GO:0048637" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "myogenesis" ;
    oboInOwl:id "GO:0007519" ;
    a owl:Class ;
    rdfs:label "skeletal muscle tissue development" ;
    rdfs:subClassOf obo:GO_0014706, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060538
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:GO_0007528
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a neuromuscular junction." ;
    oboInOwl:hasExactSynonym "neuromuscular junction organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "NMJ stability", "neuromuscular junction stability" ;
    oboInOwl:id "GO:0007528" ;
    a owl:Class ;
    rdfs:label "neuromuscular junction development" ;
    rdfs:subClassOf obo:GO_0050808, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0031594
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0031594
            ]
        )
    ] .

obo:GO_0007548
    obo:IAO_0000115 "The establishment of the sex of an organism by physical differentiation." ;
    oboInOwl:hasDbXref "Wikipedia:Sexual_differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007548" ;
    a owl:Class ;
    rdfs:label "sex differentiation" ;
    rdfs:subClassOf obo:GO_0003006 .

obo:GO_0007565
    obo:IAO_0000115 "The set of physiological processes that allow an embryo or foetus to develop within the body of a female animal. It covers the time from fertilization of a female ovum by a male spermatozoon until birth." ;
    oboInOwl:hasDbXref "Wikipedia:Gestation" ;
    oboInOwl:hasExactSynonym "gestation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "carrying of young" ;
    oboInOwl:id "GO:0007565" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "female pregnancy" ;
    rdfs:subClassOf obo:GO_0044703, obo:GO_0044706, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ] .

obo:GO_0007566
    obo:IAO_0000115 "Attachment of the blastocyst to the uterine lining." ;
    oboInOwl:hasExactSynonym "blastocyst implantation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007566" ;
    a owl:Class ;
    rdfs:label "embryo implantation" ;
    rdfs:subClassOf obo:GO_0022414, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ] .

obo:GO_0007585
    obo:IAO_0000115 "The process of gaseous exchange between an organism and its environment. In plants, microorganisms, and many small animals, air or water makes direct contact with the organism's cells or tissue fluids, and the processes of diffusion supply the organism with dioxygen (O2) and remove carbon dioxide (CO2). In larger animals the efficiency of gaseous exchange is improved by specialized respiratory organs, such as lungs and gills, which are ventilated by breathing mechanisms." ;
    oboInOwl:hasBroadSynonym "breathing", "respiration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007585" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "respiratory gaseous exchange by respiratory system" ;
    rdfs:subClassOf obo:GO_0032501 .

obo:GO_0007586
    obo:IAO_0000115 "The whole of the physical, chemical, and biochemical processes carried out by multicellular organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8935690", "Wikipedia:Digestion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007586" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "digestion" ;
    rdfs:subClassOf obo:GO_0032501 .

obo:GO_0007600
    obo:IAO_0000115 "The series of events required for an organism to receive a sensory stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9709957", "Wikipedia:Perception" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007600" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "sensory perception" ;
    rdfs:subClassOf obo:GO_0050877 .

obo:GO_0007601
    obo:IAO_0000115 "The series of events required for an organism to receive a visual stimulus, convert it to a molecular signal, and recognize and characterize the signal. Visual stimuli are detected in the form of photons and are processed to form an image." ;
    oboInOwl:hasDbXref "Wikipedia:Visual_perception" ;
    oboInOwl:hasExactSynonym "sense of sight", "sensory visual perception", "vision" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007601" ;
    a owl:Class ;
    rdfs:label "visual perception" ;
    rdfs:subClassOf obo:GO_0050953 .

obo:GO_0007605
    obo:IAO_0000115 "The series of events required for an organism to receive an auditory stimulus, convert it to a molecular signal, and recognize and characterize the signal. Sonic stimuli are detected in the form of vibrations and are processed to form a sound." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9659379", "Wikipedia:Hearing_(sense)" ;
    oboInOwl:hasExactSynonym "hearing", "perception of sound" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007605" ;
    a owl:Class ;
    rdfs:label "sensory perception of sound" ;
    rdfs:subClassOf obo:GO_0050954 .

obo:GO_0007606
    obo:IAO_0000115 "The series of events required for an organism to receive a sensory chemical stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." ;
    oboInOwl:hasExactSynonym "chemosensory perception" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007606" ;
    a owl:Class ;
    rdfs:label "sensory perception of chemical stimulus" ;
    rdfs:subClassOf obo:GO_0007600 .

obo:GO_0007610
    obo:IAO_0000115 "The internally coordinated responses (actions or inactions) of animals (individuals or groups) to internal or external stimuli, via a mechanism that involves nervous system activity." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-09-20T14:06:08Z" ;
    oboInOwl:hasAlternativeId "GO:0023032", "GO:0044708", "GO:0044709" ;
    oboInOwl:hasDbXref "Wikipedia:Behavior" ;
    oboInOwl:hasExactSynonym "behavioral response to stimulus", "behaviour", "behavioural response to stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism behavior" ;
    oboInOwl:id "GO:0007610" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_agr, go:goslim_flybase_ribbon ;
    a owl:Class ;
    rdfs:comment """1. Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation reviews.
2. While a broader definition of behavior encompassing plants and single cell organisms would be justified on the basis of some usage (see PMID:20160973 for discussion), GO uses a tight definition that limits behavior to animals and to responses involving the nervous system, excluding plant responses that GO classifies under development, and responses of unicellular organisms that has general classifications for covering the responses of cells in multicellular organisms (e.g. cell chemotaxis).""" ;
    rdfs:label "behavior" ;
    rdfs:subClassOf obo:GO_0032501, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] ;
    owl:disjointWith obo:GO_0032502 .

obo:GO_0007611
    obo:IAO_0000115 "The acquisition and processing of information and/or the storage and retrieval of this information over time." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007611" ;
    a owl:Class ;
    rdfs:label "learning or memory" ;
    rdfs:subClassOf obo:GO_0007610, obo:GO_0050890 .

obo:GO_0007613
    obo:IAO_0000115 "The activities involved in the mental information processing system that receives (registers), modifies, stores, and retrieves informational stimuli. The main stages involved in the formation and retrieval of memory are encoding (processing of received information by acquisition), storage (building a permanent record of received information as a result of consolidation) and retrieval (calling back the stored information and use it in a suitable way to execute a given task)." ;
    oboInOwl:hasDbXref "Wikipedia:Memory" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0007613" ;
    a owl:Class ;
    rdfs:label "memory" ;
    rdfs:subClassOf obo:GO_0007611 .

obo:GO_0008015
    obo:IAO_0000115 "The flow of blood through the body of an animal, enabling the transport of nutrients to the tissues and the removal of waste products." ;
    oboInOwl:hasAlternativeId "GO:0070261" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "hemolymph circulation" ;
    oboInOwl:id "GO:0008015" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "blood circulation" ;
    rdfs:subClassOf obo:GO_0003013 .

obo:GO_0008016
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of heart contraction. Heart contraction is the process in which the heart decreases in volume in a characteristic way to propel blood through the body." ;
    oboInOwl:hasExactSynonym "regulation of cardiac contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008016" ;
    a owl:Class ;
    rdfs:label "regulation of heart contraction" ;
    rdfs:subClassOf obo:GO_1903522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060047
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060047
            ]
        )
    ] .

obo:GO_0008078
    obo:IAO_0000115 "The orderly movement of mesodermal cells from one site to another." ;
    oboInOwl:hasExactSynonym "mesoderm cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008078" ;
    a owl:Class ;
    rdfs:label "mesodermal cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001667, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000222
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000222
            ]
        )
    ] .

obo:GO_0008088
    obo:IAO_0000115 "The directed movement of organelles or molecules along microtubules in neuron projections." ;
    oboInOwl:hasDbXref "Wikipedia:Axoplasmic_transport" ;
    oboInOwl:hasNarrowSynonym "axon cargo transport", "axonal transport", "axoplasmic transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008088" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "axo-dendritic transport" ;
    rdfs:subClassOf obo:GO_0010970, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0043005
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0043005
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0008089
    obo:IAO_0000115 "The directed movement of organelles or molecules along microtubules from the cell body toward the cell periphery in nerve cell axons." ;
    oboInOwl:hasExactSynonym "anterograde axon cargo transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008089" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "anterograde axonal transport" ;
    rdfs:subClassOf obo:GO_0098930, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_1904115
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_1904115
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0008090
    obo:IAO_0000115 "The directed movement of organelles or molecules along microtubules from the cell periphery toward the cell body in nerve cell axons." ;
    oboInOwl:hasExactSynonym "retrograde axon cargo transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008090" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "retrograde axonal transport" ;
    rdfs:subClassOf obo:GO_0098930, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_1904115
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_1904115
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0008104
    obo:IAO_0000115 "Any process in which a protein is transported to, or maintained in, a specific location." ;
    oboInOwl:hasAlternativeId "GO:0008105", "GO:0016249", "GO:0034613" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9609507" ;
    oboInOwl:hasExactSynonym "cellular protein localisation", "cellular protein localization", "protein localisation" ;
    oboInOwl:hasNarrowSynonym "channel localizer activity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "asymmetric protein localisation", "asymmetric protein localization", "establishment and maintenance of asymmetric protein localization", "establishment and maintenance of protein localization" ;
    oboInOwl:id "GO:0008104" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "protein localization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0070727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:PR_000000001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0008150
    obo:IAO_0000115 "A biological process is the execution of a genetically-encoded biological module or program. It consists of all the steps required to achieve the specific biological objective of the module. 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_candida, go:goslim_chembl, 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 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_0008152
    obo:IAO_0000115 "A cellular process consisting of the biochemical pathways by which a living organism transforms chemical substances. This includes including anabolism (biosynthetic process) and catabolism (catabolic process). Metabolic processes includes the transformation of small molecules, as well  macromolecular processes such as DNA repair and replication, protein synthesis and degradation." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-10-17T15:46:40Z" ;
    oboInOwl:hasAlternativeId "GO:0044236", "GO:0044710" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1430728", "Wikipedia:Metabolism" ;
    oboInOwl:hasExactSynonym "metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008152" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_chembl, go:goslim_euk_cellular_processes_ribbon, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:comment "Note that metabolic processes do not include single functions or processes such as protein-protein interactions, protein-nucleic acids, nor receptor-ligand interactions." ;
    rdfs:label "metabolic process" ;
    rdfs:subClassOf obo:GO_0009987 ;
    owl:disjointWith obo:GO_0051179 .

obo:GO_0008202
    obo:IAO_0000115 "The chemical reactions and pathways involving steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8957322", "Wikipedia:Steroid_metabolism" ;
    oboInOwl:hasExactSynonym "steroid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008202" ;
    a owl:Class ;
    rdfs:label "steroid metabolic process" ;
    rdfs:subClassOf obo:GO_0006629, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_35341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_35341
            ]
        )
    ] .

obo:GO_0008219
    obo:IAO_0000115 "Any biological process that results in permanent cessation of all vital functions of a cell. A cell should be considered dead when any one of the following molecular or morphological criteria is met: (1) the cell has lost the integrity of its plasma membrane; (2) the cell, including its nucleus, has undergone complete fragmentation into discrete bodies (frequently referred to as apoptotic bodies). The cell corpse (or its fragments) may be engulfed by an adjacent cell in vivo, but engulfment of whole cells should not be considered a strict criteria to define cell death as, under some circumstances, live engulfed cells can be released from phagosomes (see PMID:18045538)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "accidental cell death", "necrosis" ;
    oboInOwl:id "GO:0008219" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "This term should not be used for direct annotation, it is currently kept in GO as a placeholder for describing cell death phenotypes in uPHENO. When information is provided on a programmed cell death mechanism, annotations should be made to the appropriate descendant of 'cell death' (such as, but not limited to, GO:0097300 'programmed necrotic cell death' or GO:0006915 'apoptotic process'). Unintentional cell death, i.e. cell death caused by injury, ageing, or cell phenotypes observed as a result of a pathological mutation in an essential gene should NOT be annotated using GO terms." ;
    rdfs:label "cell death" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0008283
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a cell population." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell proliferation" ;
    oboInOwl:id "GO:0008283" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_drosophila, go:goslim_flybase_ribbon, go:goslim_mouse, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "This term was moved out from being a child of 'cellular process' because it is a cell population-level process, and cellular processes are restricted to those processes that involve individual cells. Also note that this term is intended to be used for the proliferation of cells within a multicellular organism, not for the expansion of a population of single-celled organisms." ;
    rdfs:label "cell population proliferation" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0008284
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of cell proliferation." ;
    oboInOwl:hasExactSynonym "up regulation of cell proliferation", "up-regulation of cell proliferation", "upregulation of cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of cell proliferation", "stimulation of cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of cell proliferation" ;
    oboInOwl:id "GO:0008284" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell population proliferation" ;
    rdfs:subClassOf obo:GO_0042127, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008283
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008283
            ]
        )
    ] .

obo:GO_0008285
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of cell proliferation." ;
    oboInOwl:hasExactSynonym "down regulation of cell proliferation", "down-regulation of cell proliferation", "downregulation of cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cell proliferation" ;
    oboInOwl:id "GO:0008285" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell population proliferation" ;
    rdfs:subClassOf obo:GO_0042127, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008283
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008283
            ]
        )
    ] .

obo:GO_0008291
    obo:IAO_0000115 "The chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." ;
    oboInOwl:hasExactSynonym "acetylcholine metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008291" ;
    a owl:Class ;
    rdfs:label "acetylcholine metabolic process" ;
    rdfs:subClassOf obo:GO_1900619, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_15355
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_15355
            ]
        )
    ] .

obo:GO_0008292
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of acetylcholine, the acetic acid ester of the organic base choline." ;
    oboInOwl:hasExactSynonym "acetylcholine anabolism", "acetylcholine biosynthesis", "acetylcholine formation", "acetylcholine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008292" ;
    a owl:Class ;
    rdfs:label "acetylcholine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0008291, obo:GO_1900620, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_15355
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_15355
            ]
        )
    ] .

obo:GO_0008347
    obo:IAO_0000115 "The orderly movement of a glial cell, non-neuronal cells that provide support and nutrition, maintain homeostasis, form myelin, and participate in signal transmission in the nervous system." ;
    oboInOwl:hasAlternativeId "GO:0043359" ;
    oboInOwl:hasExactSynonym "glia cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008347" ;
    a owl:Class ;
    rdfs:label "glial cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042063
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0008354
    obo:IAO_0000115 "The orderly movement of a cell specialized to produce haploid gametes through the embryo from its site of production to the place where the gonads will form." ;
    oboInOwl:hasExactSynonym "germ-cell migration" ;
    oboInOwl:hasNarrowSynonym "pole cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "primordial germ cell migration" ;
    oboInOwl:id "GO:0008354" ;
    a owl:Class ;
    rdfs:label "germ cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007276
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000586
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000586
            ]
        )
    ] .

obo:GO_0008356
    obo:IAO_0000115 "The asymmetric division of cells to produce two daughter cells with different developmental potentials. It is of fundamental significance for the generation of cell diversity." ;
    oboInOwl:hasDbXref "Wikipedia:Asymmetric_cell_division" ;
    oboInOwl:hasExactSynonym "asymmetrical cell division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "asymmetric cytokinesis", "asymmetrical cytokinesis" ;
    oboInOwl:id "GO:0008356" ;
    a owl:Class ;
    rdfs:label "asymmetric cell division" ;
    rdfs:subClassOf obo:GO_0051301 .

obo:GO_0008366
    obo:IAO_0000115 "Any process in which the axon of a neuron is insulated, and that insulation maintained, thereby preventing dispersion of the electrical signal." ;
    oboInOwl:hasAlternativeId "GO:0042553" ;
    oboInOwl:hasExactSynonym "cellular axon ensheathment" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cellular nerve ensheathment", "nerve ensheathment" ;
    oboInOwl:id "GO:0008366" ;
    a owl:Class ;
    rdfs:label "axon ensheathment" ;
    rdfs:subClassOf obo:GO_0007272, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:GO_0030424
    ] .

obo:GO_0008406
    obo:IAO_0000115 "The process whose specific outcome is the progression of the gonad over time, from its formation to the mature structure. The gonad is an animal organ that produces gametes; in some species it also produces hormones." ;
    oboInOwl:hasExactSynonym "gonadogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008406" ;
    a owl:Class ;
    rdfs:label "gonad development" ;
    rdfs:subClassOf obo:GO_0048513, obo:GO_0048608, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0045137
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000991
            ]
        )
    ] .

obo:GO_0008544
    obo:IAO_0000115 "The process whose specific outcome is the progression of the epidermis over time, from its formation to the mature structure. The epidermis is the outer epithelial layer of an animal, it may be a single layer that produces an extracellular material (e.g. the cuticle of arthropods) or a complex stratified squamous epithelium, as in the case of many vertebrate species." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "hypodermis development" ;
    oboInOwl:id "GO:0008544" ;
    a owl:Class ;
    rdfs:label "epidermis development" ;
    rdfs:subClassOf obo:GO_0009888 .

obo:GO_0008585
    obo:IAO_0000115 "The process whose specific outcome is the progression of the female gonad over time, from its formation to the mature structure." ;
    oboInOwl:hasAlternativeId "GO:0061039" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ovarian development", "ovary development" ;
    oboInOwl:id "GO:0008585" ;
    a owl:Class ;
    rdfs:label "female gonad development" ;
    rdfs:subClassOf obo:GO_0008406, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0046545
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:GO_0008594
    obo:IAO_0000115 "The process in which the structures of a photoreceptor cell are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of a photoreceptor cell, a sensory cell that reacts to the presence of light. An example of this is found in Drosophila melanogaster." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "photoreceptor development" ;
    oboInOwl:id "GO:0008594" ;
    a owl:Class ;
    rdfs:label "photoreceptor cell morphogenesis" ;
    rdfs:subClassOf obo:GO_0048667, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042461
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:CL_0000210
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:CL_0000210
            ]
        )
    ] .

obo:GO_0008610
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of lipids, compounds soluble in an organic solvent but not, or sparingly, in an aqueous solvent." ;
    oboInOwl:hasExactSynonym "lipid anabolism", "lipid biosynthesis", "lipid formation", "lipid synthesis", "lipogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008610" ;
    a owl:Class ;
    rdfs:label "lipid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006629, obo:GO_0009058, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_18059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0008643
    obo:IAO_0000115 "The directed movement of carbohydrate into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Carbohydrates are a group of organic compounds based of the general formula Cx(H2O)y." ;
    oboInOwl:hasAlternativeId "GO:0006861", "GO:0008644" ;
    oboInOwl:hasNarrowSynonym "sugar transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008643" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "carbohydrate transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_16646
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_16646
            ]
        )
    ] .

obo:GO_0008652
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of amino acids, organic acids containing one or more amino substituents." ;
    oboInOwl:hasDbXref "Wikipedia:Amino_acid_synthesis" ;
    oboInOwl:hasExactSynonym "amino acid anabolism", "amino acid biosynthesis", "amino acid formation", "amino acid synthesis", "cellular amino acid biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0008652" ;
    a owl:Class ;
    rdfs:label "amino acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006520, obo:GO_0009058, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_35238
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0009058
    obo:IAO_0000115 "A cellular process consisting of the biochemical pathways by which a living organism synthesizes chemical substances. This typically represents the energy-requiring part of metabolism in which simpler substances are transformed into more complex ones." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-10-17T15:52:18Z" ;
    oboInOwl:hasAlternativeId "GO:0044274", "GO:0044711" ;
    oboInOwl:hasBroadSynonym "formation" ;
    oboInOwl:hasDbXref "Wikipedia:Anabolism" ;
    oboInOwl:hasExactSynonym "anabolism", "biosynthesis", "synthesis" ;
    oboInOwl:hasNarrowSynonym "multicellular organismal biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism biosynthetic process" ;
    oboInOwl:id "GO:0009058" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_metagenomics, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:label "biosynthetic process" ;
    rdfs:subClassOf obo:GO_0008152 .

obo:GO_0009059
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasAlternativeId "GO:0043284" ;
    oboInOwl:hasExactSynonym "biopolymer biosynthetic process", "macromolecule anabolism", "macromolecule biosynthesis", "macromolecule formation", "macromolecule synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009059" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "macromolecule biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0043170, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_33694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_33694
            ]
        )
    ] .

obo:GO_0009100
    obo:IAO_0000115 "The chemical reactions and pathways involving glycoproteins, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." ;
    oboInOwl:hasExactSynonym "glycoprotein metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009100" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "glycoprotein metabolic process" ;
    rdfs:subClassOf obo:GO_0019538, obo:GO_1901135, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_17089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_17089
            ]
        )
    ] .

obo:GO_0009101
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of glycoproteins, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." ;
    oboInOwl:hasExactSynonym "glycoprotein anabolism", "glycoprotein biosynthesis", "glycoprotein formation", "glycoprotein synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009101" ;
    a owl:Class ;
    rdfs:label "glycoprotein biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009059, obo:GO_0009100, obo:GO_1901137, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_17089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_17089
            ]
        )
    ] .

obo:GO_0009112
    obo:IAO_0000115 "The chemical reactions and pathways involving a nucleobase, a nitrogenous base that is a constituent of a nucleic acid, e.g. the purines: adenine, guanine, hypoxanthine, xanthine and the pyrimidines: cytosine, uracil, thymine." ;
    oboInOwl:hasExactSynonym "nucleobase metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009112" ;
    a owl:Class ;
    rdfs:label "nucleobase metabolic process" ;
    rdfs:subClassOf obo:GO_0055086, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_18282
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_18282
            ]
        )
    ] .

obo:GO_0009306
    obo:IAO_0000115 "The controlled release of proteins from a cell." ;
    oboInOwl:hasAlternativeId "GO:0045166", "GO:0045731" ;
    oboInOwl:hasNarrowSynonym "glycoprotein secretion", "protein secretion during cell fate commitment", "protein secretion resulting in cell fate commitment" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009306" ;
    a owl:Class ;
    rdfs:label "protein secretion" ;
    rdfs:subClassOf obo:GO_0015031, obo:GO_0032940, obo:GO_0035592 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0009308
    obo:IAO_0000115 "The chemical reactions and pathways involving any organic compound that is weakly basic in character and contains an amino or a substituted amino group. Amines are called primary, secondary, or tertiary according to whether one, two, or three carbon atoms are attached to the nitrogen atom." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2009-07-15T11:55:44Z" ;
    oboInOwl:hasAlternativeId "GO:0044106" ;
    oboInOwl:hasExactSynonym "amine metabolism", "cellular amine metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009308" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "amine metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_32952
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_32952
            ]
        )
    ] .

obo:GO_0009309
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of any organic compound that is weakly basic in character and contains an amino or a substituted amino group. Amines are called primary, secondary, or tertiary according to whether one, two, or three carbon atoms are attached to the nitrogen atom." ;
    oboInOwl:hasExactSynonym "amine anabolism", "amine biosynthesis", "amine formation", "amine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009309" ;
    a owl:Class ;
    rdfs:label "amine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0009308, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_32952
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_32952
            ]
        )
    ] .

obo:GO_0009314
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an electromagnetic radiation stimulus. Electromagnetic radiation is a propagating wave in space with electric and magnetic components. These components oscillate at right angles to each other and to the direction of propagation." ;
    oboInOwl:hasExactSynonym "response to electromagnetic radiation stimulus", "response to radiation stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009314" ;
    a owl:Class ;
    rdfs:comment "Note that 'radiation' refers to electromagnetic radiation of any wavelength." ;
    rdfs:label "response to radiation" ;
    rdfs:subClassOf obo:GO_0009628 .

obo:GO_0009416
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a light stimulus, electromagnetic radiation of wavelengths classified as infrared, visible or ultraviolet light." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009416" ;
    oboInOwl:inSubset go:goslim_plant ;
    a owl:Class ;
    rdfs:label "response to light stimulus" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009314, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_30212
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_30212
            ]
        )
    ] .

obo:GO_0009566
    obo:IAO_0000115 "The union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." ;
    oboInOwl:hasDbXref "Wikipedia:Fertilisation" ;
    oboInOwl:hasExactSynonym "syngamy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009566" ;
    a owl:Class ;
    rdfs:label "fertilization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0022414, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0019953
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:CL_0010017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0043073
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022414
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:CL_0010017
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0043073
            ]
        )
    ] .

obo:GO_0009581
    obo:IAO_0000115 "The series of events in which an external stimulus is received by a cell and converted into a molecular signal." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "perception of external stimulus" ;
    oboInOwl:id "GO:0009581" ;
    a owl:Class ;
    rdfs:label "detection of external stimulus" ;
    rdfs:subClassOf obo:GO_0009605, obo:GO_0051606 .

obo:GO_0009582
    obo:IAO_0000115 "The series of events in which an (non-living) abiotic stimulus is received by a cell and converted into a molecular signal." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "perception of abiotic stimulus" ;
    oboInOwl:id "GO:0009582" ;
    a owl:Class ;
    rdfs:label "detection of abiotic stimulus" ;
    rdfs:subClassOf obo:GO_0009628, obo:GO_0051606 .

obo:GO_0009583
    obo:IAO_0000115 "The series of events in which a light stimulus (in the form of photons) is received and converted into a molecular signal." ;
    oboInOwl:hasExactSynonym "detection of light" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "perception of light" ;
    oboInOwl:id "GO:0009583" ;
    a owl:Class ;
    rdfs:label "detection of light stimulus" ;
    rdfs:subClassOf obo:GO_0009416, obo:GO_0009581, obo:GO_0009582 .

obo:GO_0009584
    obo:IAO_0000115 "The series of events in which a visible light stimulus is received by a cell and converted into a molecular signal. A visible light stimulus is electromagnetic radiation that can be perceived visually by an organism; for organisms lacking a visual system, this can be defined as light with a wavelength within the range 380 to 780 nm." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "perception of visible light" ;
    oboInOwl:id "GO:0009584" ;
    a owl:Class ;
    rdfs:label "detection of visible light" ;
    rdfs:subClassOf obo:GO_0009583 .

obo:GO_0009593
    obo:IAO_0000115 "The series of events in which a chemical stimulus is received by a cell and converted into a molecular signal." ;
    oboInOwl:hasExactSynonym "chemoperception", "detection of chemical substance" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "chemoreception", "perception of chemical stimulus", "perception of chemical substance" ;
    oboInOwl:id "GO:0009593" ;
    a owl:Class ;
    rdfs:label "detection of chemical stimulus" ;
    rdfs:subClassOf obo:GO_0051606, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042221
    ] .

obo:GO_0009605
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an external stimulus." ;
    oboInOwl:hasExactSynonym "response to environmental stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009605" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_drosophila, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to external stimulus" ;
    rdfs:subClassOf obo:GO_0050896 .

obo:GO_0009607
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a biotic stimulus, a stimulus caused or produced by a living organism." ;
    oboInOwl:hasNarrowSynonym "response to biotic stress" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009607" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_metagenomics, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to biotic stimulus" ;
    rdfs:subClassOf obo:GO_0050896 .

obo:GO_0009628
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an abiotic (not derived from living organisms) stimulus." ;
    oboInOwl:hasNarrowSynonym "response to abiotic stress" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009628" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_metagenomics, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to abiotic stimulus" ;
    rdfs:subClassOf obo:GO_0050896 .

obo:GO_0009636
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a toxic stimulus." ;
    oboInOwl:hasNarrowSynonym "detoxification response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "toxin resistance", "toxin susceptibility/resistance" ;
    oboInOwl:id "GO:0009636" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "response to toxic substance" ;
    rdfs:subClassOf obo:GO_0042221 .

obo:GO_0009653
    obo:IAO_0000115 "The process in which anatomical structures are generated and organized. Morphogenesis pertains to the creation of form." ;
    oboInOwl:hasBroadSynonym "embryogenesis and morphogenesis" ;
    oboInOwl:hasDbXref "Wikipedia:Morphogenesis" ;
    oboInOwl:hasExactSynonym "anatomical structure organization", "morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009653" ;
    a owl:Class ;
    rdfs:label "anatomical structure morphogenesis" ;
    rdfs:subClassOf obo:GO_0032502, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048856
    ] ;
    owl:disjointWith obo:GO_0048856, obo:GO_0071695 .

obo:GO_0009712
    obo:IAO_0000115 "The chemical reactions and pathways involving a compound containing a pyrocatechol (1,2-benzenediol) nucleus or substituent." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "catechol metabolic process", "catechol metabolism" ;
    oboInOwl:id "GO:0009712" ;
    a owl:Class ;
    rdfs:label "catechol-containing compound metabolic process" ;
    rdfs:subClassOf obo:GO_0018958, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_33566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_33566
            ]
        )
    ] .

obo:GO_0009713
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of catechol-containing compounds. Catechol is a compound containing a pyrocatechol nucleus or substituent." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "catechol anabolism", "catechol biosynthesis", "catechol biosynthetic process", "catechol formation", "catechol synthesis" ;
    oboInOwl:id "GO:0009713" ;
    a owl:Class ;
    rdfs:label "catechol-containing compound biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009712, obo:GO_0046189, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_33566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_33566
            ]
        )
    ] .

obo:GO_0009719
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus arising within the organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009719" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to endogenous stimulus" ;
    rdfs:subClassOf obo:GO_0050896 .

obo:GO_0009725
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a hormone stimulus." ;
    oboInOwl:hasExactSynonym "response to hormone stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "growth regulator" ;
    oboInOwl:id "GO:0009725" ;
    a owl:Class ;
    rdfs:label "response to hormone" ;
    rdfs:subClassOf obo:GO_0009719, obo:GO_0042221 .

obo:GO_0009743
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a carbohydrate stimulus." ;
    oboInOwl:hasExactSynonym "response to carbohydrate stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009743" ;
    a owl:Class ;
    rdfs:label "response to carbohydrate" ;
    rdfs:subClassOf obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_16646
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_16646
            ]
        )
    ] .

obo:GO_0009786
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of asymmetric cell division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009786" ;
    a owl:Class ;
    rdfs:label "regulation of asymmetric cell division" ;
    rdfs:subClassOf obo:GO_0051302, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008356
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008356
            ]
        )
    ] .

obo:GO_0009790
    obo:IAO_0000115 "The process whose specific outcome is the progression of an embryo from its formation until the end of its embryonic life stage. The end of the embryonic stage is organism-specific. For example, for mammals, the process would begin with zygote formation and end with birth. For insects, the process would begin at zygote formation and end with larval hatching. For plant zygotic embryos, this would be from zygote formation to the end of seed dormancy. For plant vegetative embryos, this would be from the initial determination of the cell or group of cells to form an embryo until the point when the embryo becomes independent of the parent plant." ;
    oboInOwl:hasAlternativeId "GO:0009795" ;
    oboInOwl:hasBroadSynonym "embryogenesis and morphogenesis" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-5619507", "Wikipedia:Embryogenesis" ;
    oboInOwl:hasExactSynonym "embryogenesis", "embryonal development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009790" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_chembl, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "embryo development" ;
    rdfs:subClassOf obo:GO_0007275, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
        )
    ] .

obo:GO_0009791
    obo:IAO_0000115 "The process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure. See embryonic development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009791" ;
    oboInOwl:inSubset go:goslim_plant ;
    a owl:Class ;
    rdfs:label "post-embryonic development" ;
    rdfs:subClassOf obo:GO_0032501, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0009792
    obo:IAO_0000115 "The process whose specific outcome is the progression of an embryo over time, from zygote formation until the end of the embryonic life stage. The end of the embryonic life stage is organism-specific and may be somewhat arbitrary; for mammals it is usually considered to be birth, for insects the hatching of the first instar larva from the eggshell." ;
    oboInOwl:hasBroadSynonym "embryogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009792" ;
    a owl:Class ;
    rdfs:label "embryo development ending in birth or egg hatching" ;
    rdfs:subClassOf obo:GO_0009790, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0009820
    obo:IAO_0000115 "The chemical reactions and pathways involving alkaloids, nitrogen containing natural products which are not otherwise classified as peptides, nonprotein amino acids, amines, cyanogenic glycosides, glucosinolates, cofactors, phytohormones or primary metabolites (such as purine or pyrimidine bases)." ;
    oboInOwl:hasExactSynonym "alkaloid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009820" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "alkaloid metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_22315
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_22315
            ]
        )
    ] .

obo:GO_0009821
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of alkaloids, nitrogen-containing natural products which are not otherwise classified as nonprotein amino acids, amines, peptides, amines, cyanogenic glycosides, glucosinolates, cofactors, phytohormones, or primary metabolite (such as purine or pyrimidine bases)." ;
    oboInOwl:hasExactSynonym "alkaloid anabolism", "alkaloid biosynthesis", "alkaloid formation", "alkaloid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009821" ;
    a owl:Class ;
    rdfs:label "alkaloid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009820, obo:GO_0044550, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_22315
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_22315
            ]
        )
    ] .

obo:GO_0009880
    obo:IAO_0000115 "The process that results in the patterns of cell differentiation that will arise in an embryo." ;
    oboInOwl:hasBroadSynonym "embryonic pattern biosynthesis", "embryonic pattern formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ventral/lateral system" ;
    oboInOwl:id "GO:0009880" ;
    a owl:Class ;
    rdfs:label "embryonic pattern specification" ;
    rdfs:subClassOf obo:GO_0007389, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009790
    ] .

obo:GO_0009887
    obo:IAO_0000115 "Morphogenesis of an animal organ. An organ is defined as a tissue or set of tissues that work together to perform a specific function or functions. Morphogenesis is the process in which anatomical structures are generated and organized. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." ;
    oboInOwl:hasBroadSynonym "histogenesis and organogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009887" ;
    a owl:Class ;
    rdfs:label "animal organ morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048513
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:GO_0009888
    obo:IAO_0000115 "The process whose specific outcome is the progression of a tissue over time, from its formation to the mature structure." ;
    oboInOwl:hasBroadSynonym "histogenesis and organogenesis" ;
    oboInOwl:hasDbXref "Wikipedia:Histogenesis" ;
    oboInOwl:hasExactSynonym "histogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009888" ;
    a owl:Class ;
    rdfs:label "tissue development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000479
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000479
            ]
        )
    ] .

obo:GO_0009889
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of substances." ;
    oboInOwl:hasExactSynonym "regulation of anabolism", "regulation of biosynthesis", "regulation of formation", "regulation of synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009889" ;
    a owl:Class ;
    rdfs:label "regulation of biosynthetic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009058
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009058
            ]
        )
    ] .

obo:GO_0009890
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the rate of the chemical reactions and pathways resulting in the formation of substances." ;
    oboInOwl:hasExactSynonym "down regulation of biosynthetic process", "down-regulation of biosynthetic process", "downregulation of biosynthetic process", "negative regulation of anabolism", "negative regulation of biosynthesis", "negative regulation of formation", "negative regulation of synthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009890" ;
    a owl:Class ;
    rdfs:label "negative regulation of biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, obo:GO_0009892, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009058
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009058
            ]
        )
    ] .

obo:GO_0009891
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of substances." ;
    oboInOwl:hasExactSynonym "positive regulation of anabolism", "positive regulation of biosynthesis", "positive regulation of formation", "positive regulation of synthesis", "up regulation of biosynthetic process", "up-regulation of biosynthetic process", "upregulation of biosynthetic process" ;
    oboInOwl:hasNarrowSynonym "activation of biosynthetic process", "stimulation of biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009891" ;
    a owl:Class ;
    rdfs:label "positive regulation of biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, obo:GO_0009893, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009058
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009058
            ]
        )
    ] .

obo:GO_0009892
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism." ;
    oboInOwl:hasAlternativeId "GO:0044252" ;
    oboInOwl:hasExactSynonym "down regulation of metabolic process", "down-regulation of metabolic process", "downregulation of metabolic process", "negative regulation of metabolism", "negative regulation of organismal metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of metabolic process", "inhibition of organismal metabolic process", "negative regulation of multicellular organismal metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009892" ;
    a owl:Class ;
    rdfs:label "negative regulation of metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008152
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008152
            ]
        )
    ] .

obo:GO_0009893
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism." ;
    oboInOwl:hasAlternativeId "GO:0044253" ;
    oboInOwl:hasExactSynonym "positive regulation of metabolism", "up regulation of metabolic process", "up-regulation of metabolic process", "upregulation of metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of metabolic process", "positive regulation of multicellular organismal metabolic process", "positive regulation of organismal metabolism", "stimulation of metabolic process", "stimulation of organismal metabolic process", "up-regulation of organismal metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009893" ;
    a owl:Class ;
    rdfs:label "positive regulation of metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008152
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008152
            ]
        )
    ] .

obo:GO_0009913
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an epidermal cell, any of the cells making up the epidermis." ;
    oboInOwl:hasAlternativeId "GO:0043355" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "hypodermal cell differentiation" ;
    oboInOwl:id "GO:0009913" ;
    a owl:Class ;
    rdfs:label "epidermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030855, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008544
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000362
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000362
            ]
        )
    ] .

obo:GO_0009914
    obo:IAO_0000115 "The directed movement of hormones into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009914" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "hormone transport" ;
    rdfs:subClassOf obo:GO_0006810, obo:GO_0010817 .

obo:GO_0009952
    obo:IAO_0000115 "The regionalization process in which specific areas of cell differentiation are determined along the anterior-posterior axis. The anterior-posterior axis is defined by a line that runs from the head or mouth of an organism to the tail or opposite end of the organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "anterior/posterior pattern formation" ;
    oboInOwl:id "GO:0009952" ;
    a owl:Class ;
    rdfs:label "anterior/posterior pattern specification" ;
    rdfs:subClassOf obo:GO_0003002 .

obo:GO_0009966
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of signal transduction." ;
    oboInOwl:hasAlternativeId "GO:0035466" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of signaling pathway", "regulation of signalling pathway" ;
    oboInOwl:id "GO:0009966" ;
    a owl:Class ;
    rdfs:label "regulation of signal transduction" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0023051, obo:GO_0048583, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007165
            ]
        )
    ] .

obo:GO_0009967
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of signal transduction." ;
    oboInOwl:hasAlternativeId "GO:0035468" ;
    oboInOwl:hasExactSynonym "up regulation of signal transduction", "up-regulation of signal transduction", "upregulation of signal transduction" ;
    oboInOwl:hasNarrowSynonym "activation of signal transduction", "stimulation of signal transduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of signaling pathway", "positive regulation of signalling pathway" ;
    oboInOwl:id "GO:0009967" ;
    a owl:Class ;
    rdfs:label "positive regulation of signal transduction" ;
    rdfs:subClassOf obo:GO_0009966, obo:GO_0010647, obo:GO_0023056, obo:GO_0048584, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007165
            ]
        )
    ] .

obo:GO_0009968
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of signal transduction." ;
    oboInOwl:hasAlternativeId "GO:0035467" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8849472" ;
    oboInOwl:hasExactSynonym "down regulation of signal transduction", "down-regulation of signal transduction", "downregulation of signal transduction" ;
    oboInOwl:hasNarrowSynonym "inhibition of signal transduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of signaling pathway", "negative regulation of signalling pathway" ;
    oboInOwl:id "GO:0009968" ;
    a owl:Class ;
    rdfs:label "negative regulation of signal transduction" ;
    rdfs:subClassOf obo:GO_0009966, obo:GO_0010648, obo:GO_0023057, obo:GO_0048585, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007165
            ]
        )
    ] .

obo:GO_0009987
    obo:IAO_0000115 "Any process that is carried out at the cellular level, but not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-12-11T16:56:55Z" ;
    oboInOwl:hasAlternativeId "GO:0008151", "GO:0044763", "GO:0050875" ;
    oboInOwl:hasExactSynonym "cell physiology", "cellular physiological process" ;
    oboInOwl:hasNarrowSynonym "cell growth and/or maintenance" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism cellular process" ;
    oboInOwl:id "GO:0009987" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "This term should not be used for direct annotation. It should be possible to make a more specific annotation to one of the children of this term." ;
    rdfs:label "cellular process" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0009994
    obo:IAO_0000115 "The process in which a relatively unspecialized immature germ cell acquires the specialized features of a mature female gamete." ;
    oboInOwl:hasExactSynonym "oocyte cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0009994" ;
    a owl:Class ;
    rdfs:label "oocyte differentiation" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048477
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000023
            ]
        )
    ] .

obo:GO_0010001
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a glial cell." ;
    oboInOwl:hasAlternativeId "GO:0007404", "GO:0043360" ;
    oboInOwl:hasExactSynonym "glia cell differentiation", "neuroglia differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010001" ;
    a owl:Class ;
    rdfs:label "glial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042063
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0010002
    obo:IAO_0000115 "The process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." ;
    oboInOwl:hasExactSynonym "cardiac precursor cell differentiation", "cardioblast cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiomyocyte generation" ;
    oboInOwl:id "GO:0010002" ;
    a owl:Class ;
    rdfs:label "cardioblast differentiation" ;
    rdfs:subClassOf obo:GO_0035051, obo:GO_0048863, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002664
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002664
            ]
        )
    ] .

obo:GO_0010032
    obo:IAO_0000115 "Compaction of chromatin structure prior to meiosis in eukaryotic cells." ;
    oboInOwl:hasExactSynonym "chromosome condensation involved in meiotic cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010032" ;
    a owl:Class ;
    rdfs:label "meiotic chromosome condensation" ;
    rdfs:subClassOf obo:GO_0030261, obo:GO_0070192 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030261
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0010034
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an acetate stimulus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010034" ;
    a owl:Class ;
    rdfs:label "response to acetate" ;
    rdfs:subClassOf obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_30089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_30089
            ]
        )
    ] .

obo:GO_0010070
    obo:IAO_0000115 "The division of the zygote into two daughter cells that will adopt developmentally distinct potentials." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "zygote asymmetric cytokinesis" ;
    oboInOwl:id "GO:0010070" ;
    a owl:Class ;
    rdfs:label "zygote asymmetric cell division" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008356, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008356
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000365
            ]
        )
    ] .

obo:GO_0010160
    obo:IAO_0000115 "The regionalization process that specifies animal organ primordium boundaries resulting in a restriction of organogenesis to a limited spatial domain and keeping the organ separate from surrounding tissues." ;
    oboInOwl:hasAlternativeId "GO:0048862" ;
    oboInOwl:hasExactSynonym "organ boundary specification" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010160" ;
    a owl:Class ;
    rdfs:label "formation of animal organ boundary" ;
    rdfs:subClassOf obo:GO_0003002, obo:GO_0048859, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048645
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0000062
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048859
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:GO_0010171
    obo:IAO_0000115 "The process in which the anatomical structures of the soma are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010171" ;
    a owl:Class ;
    rdfs:label "body morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:GO_0010256
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the endomembrane system." ;
    oboInOwl:hasExactSynonym "endomembrane organization", "endomembrane system organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010256" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "endomembrane system organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0012505
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0012505
            ]
        )
    ] .

obo:GO_0010453
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell fate commitment. Cell fate commitment is the commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells. Positional information is established through protein signals that emanate from a localized source within a cell (the initial one-cell zygote) or within a developmental field." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010453" ;
    a owl:Class ;
    rdfs:label "regulation of cell fate commitment" ;
    rdfs:subClassOf obo:GO_0050793, obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0045165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0045165
            ]
        )
    ] .

obo:GO_0010454
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency or rate of cell fate commitment. Cell fate commitment is the commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells. Positional information is established through protein signals that emanate from a localized source within a cell (the initial one-cell zygote) or within a developmental field." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010454" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell fate commitment" ;
    rdfs:subClassOf obo:GO_0010453, obo:GO_0045596, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045165
            ]
        )
    ] .

obo:GO_0010455
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency or rate of cell fate commitment. Cell fate commitment is the commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells. Positional information is established through protein signals that emanate from a localized source within a cell (the initial one-cell zygote) or within a developmental field." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010455" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell fate commitment" ;
    rdfs:subClassOf obo:GO_0010453, obo:GO_0045597, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0045165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0045165
            ]
        )
    ] .

obo:GO_0010463
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a mesenchymal cell population. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010463" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:GO_0010464
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mesenchymal cell proliferation. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010464" ;
    a owl:Class ;
    rdfs:label "regulation of mesenchymal cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010463
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010463
            ]
        )
    ] .

obo:GO_0010467
    obo:IAO_0000115 "The process in which a gene's sequence is converted into a mature gene product (protein or RNA). This includes the production of an RNA transcript and its processing, as well as translation and maturation for protein-coding genes." ;
    oboInOwl:hasDbXref "Wikipedia:Gene_expression" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010467" ;
    oboInOwl:inSubset go:goslim_flybase_ribbon ;
    a owl:Class ;
    rdfs:label "gene expression" ;
    rdfs:subClassOf obo:GO_0009059 .

obo:GO_0010468
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of gene expression. Gene expression is the process in which a gene's coding sequence is converted into a mature gene product (protein or RNA)." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-163767", "Reactome:R-HSA-9752946", "Wikipedia:Regulation_of_gene_expression" ;
    oboInOwl:hasNarrowSynonym "regulation of protein expression" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "gene regulation", "regulation of gene product expression" ;
    oboInOwl:id "GO:0010468" ;
    oboInOwl:inSubset go:goslim_euk_cellular_processes_ribbon, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:comment "This class covers any process that regulates the rate of production of a mature gene product, and so includes processes that regulate that rate by regulating the level, stability or availability of intermediates in the process of gene expression. For example, it covers any process that regulates the level, stability or availability of mRNA or circRNA for translation and thereby regulates the rate of production of the encoded protein via translation." ;
    rdfs:label "regulation of gene expression" ;
    rdfs:subClassOf obo:GO_0010556, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010467
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010467
            ]
        )
    ] .

obo:GO_0010470
    obo:IAO_0000115 "Any process that modulates the rate or extent of gastrulation. Gastrulation is the complex and coordinated series of cellular movements that occurs at the end of cleavage during embryonic development of most animals." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010470" ;
    a owl:Class ;
    rdfs:label "regulation of gastrulation" ;
    rdfs:subClassOf obo:GO_0022603, obo:GO_0045995, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007369
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007369
            ]
        )
    ] .

obo:GO_0010481
    obo:IAO_0000115 "Any process resulting in the physical partitioning and separation of an epidermal cell, any of the cells making up the epidermis, into daughter cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "hypodermal cell division" ;
    oboInOwl:id "GO:0010481" ;
    a owl:Class ;
    rdfs:label "epidermal cell division" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051301, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000362
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051301
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000362
            ]
        )
    ] .

obo:GO_0010482
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the physical partitioning and separation of an epidermal cell into daughter cells. An epidermal cell is any of the cells that make up the epidermis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of hypodermal cell division" ;
    oboInOwl:id "GO:0010482" ;
    a owl:Class ;
    rdfs:label "regulation of epidermal cell division" ;
    rdfs:subClassOf obo:GO_0051302, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010481
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010481
            ]
        )
    ] .

obo:GO_0010496
    obo:IAO_0000115 "The movement of substances between cells." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-12-19T13:24:56Z" ;
    oboInOwl:hasAlternativeId "GO:1902585" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single organism intercellular transport", "single-organism intercellular transport" ;
    oboInOwl:id "GO:0010496" ;
    a owl:Class ;
    rdfs:label "intercellular transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0005615
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:CL_0000000
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:CL_0000000
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005615
            ]
        )
    ] .

obo:GO_0010549
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of membrane disassembly." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010549" ;
    a owl:Class ;
    rdfs:label "regulation of membrane disassembly" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030397
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030397
            ]
        )
    ] .

obo:GO_0010556
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of the chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010556" ;
    a owl:Class ;
    rdfs:label "regulation of macromolecule biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, obo:GO_0060255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009059
            ]
        )
    ] .

obo:GO_0010557
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of the chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010557" ;
    a owl:Class ;
    rdfs:label "positive regulation of macromolecule biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009891, obo:GO_0010556, obo:GO_0010604, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009059
            ]
        )
    ] .

obo:GO_0010558
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of the chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010558" ;
    a owl:Class ;
    rdfs:label "negative regulation of macromolecule biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009890, obo:GO_0010556, obo:GO_0010605, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009059
            ]
        )
    ] .

obo:GO_0010559
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the chemical reactions and pathways resulting in the formation of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010559" ;
    a owl:Class ;
    rdfs:label "regulation of glycoprotein biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010556, obo:GO_1903018, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009101
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009101
            ]
        )
    ] .

obo:GO_0010560
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the chemical reactions and pathways resulting in the formation of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010560" ;
    a owl:Class ;
    rdfs:label "positive regulation of glycoprotein biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010557, obo:GO_0010559, obo:GO_1903020, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009101
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009101
            ]
        )
    ] .

obo:GO_0010561
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of the chemical reactions and pathways resulting in the formation of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010561" ;
    a owl:Class ;
    rdfs:label "negative regulation of glycoprotein biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010558, obo:GO_0010559, obo:GO_1903019, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009101
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009101
            ]
        )
    ] .

obo:GO_0010564
    obo:IAO_0000115 "Any process that modulates a cellular process that is involved in the progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010564" ;
    a owl:Class ;
    rdfs:label "regulation of cell cycle process" ;
    rdfs:subClassOf obo:GO_0051726, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0022402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0022402
            ]
        )
    ] .

obo:GO_0010594
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010594" ;
    a owl:Class ;
    rdfs:label "regulation of endothelial cell migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043542
            ]
        )
    ] .

obo:GO_0010595
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010595" ;
    a owl:Class ;
    rdfs:label "positive regulation of endothelial cell migration" ;
    rdfs:subClassOf obo:GO_0010594, obo:GO_0030335, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0043542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0043542
            ]
        )
    ] .

obo:GO_0010596
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of the orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010596" ;
    a owl:Class ;
    rdfs:label "negative regulation of endothelial cell migration" ;
    rdfs:subClassOf obo:GO_0010594, obo:GO_0030336, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0043542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0043542
            ]
        )
    ] .

obo:GO_0010604
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of the chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010604" ;
    a owl:Class ;
    rdfs:label "positive regulation of macromolecule metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0060255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0043170
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0043170
            ]
        )
    ] .

obo:GO_0010605
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of the chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010605" ;
    a owl:Class ;
    rdfs:label "negative regulation of macromolecule metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0060255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0043170
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0043170
            ]
        )
    ] .

obo:GO_0010608
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of gene expression after the production of an RNA transcript." ;
    oboInOwl:hasExactSynonym "posttranscriptional regulation of gene expression" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010608" ;
    a owl:Class ;
    rdfs:label "post-transcriptional regulation of gene expression" ;
    rdfs:subClassOf obo:GO_0010468 .

obo:GO_0010611
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of the enlargement or overgrowth of all or part of the heart due to an increase in size (not length) of individual cardiac muscle fibers, without cell division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010611" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014743, obo:GO_0043502, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003300
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003300
            ]
        )
    ] .

obo:GO_0010612
    obo:IAO_0000115 "Any process that modulates the rate, extent or frequency of the process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010612" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle adaptation" ;
    rdfs:subClassOf obo:GO_0043502, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014887
            ]
        )
    ] .

obo:GO_0010613
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of the enlargement or overgrowth of all or part of the heart due to an increase in size (not length) of individual cardiac muscle fibers, without cell division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010613" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0010611, obo:GO_0014742, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003300
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003300
            ]
        )
    ] .

obo:GO_0010614
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of the enlargement or overgrowth of all or part of the heart due to an increase in size (not length) of individual cardiac muscle fibers, without cell division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010614" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0010611, obo:GO_0014741, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003300
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003300
            ]
        )
    ] .

obo:GO_0010615
    obo:IAO_0000115 "Any process that increases the rate, extent or frequency of the process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010615" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle adaptation" ;
    rdfs:subClassOf obo:GO_0010612, obo:GO_0014744, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014887
            ]
        )
    ] .

obo:GO_0010616
    obo:IAO_0000115 "Any process that decreases the rate, extent or frequency of the process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010616" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle adaptation" ;
    rdfs:subClassOf obo:GO_0010612, obo:GO_0014745, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014887
            ]
        )
    ] .

obo:GO_0010623
    obo:IAO_0000115 "The activation of endogenous cellular processes that result in the death of a cell as part of its development." ;
    oboInOwl:hasBroadSynonym "developmental programmed cell death", "programmed cell death involved in development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010623" ;
    a owl:Class ;
    rdfs:comment "This process is part of the natural developmental program of some cell types, but it does not always happen as part of the development or shaping of a gross anatomical structure." ;
    rdfs:label "programmed cell death involved in cell development" ;
    rdfs:subClassOf obo:GO_0012501, obo:GO_0048869, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0012501
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048468
            ]
        )
    ] .

obo:GO_0010624
    obo:IAO_0000115 "Any process that modulates the frequency or rate of multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010624" ;
    a owl:Class ;
    rdfs:label "regulation of Schwann cell proliferation" ;
    rdfs:subClassOf obo:GO_0060251, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014010
            ]
        )
    ] .

obo:GO_0010625
    obo:IAO_0000115 "Any process that increases the frequency or rate of the multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010625" ;
    a owl:Class ;
    rdfs:label "positive regulation of Schwann cell proliferation" ;
    rdfs:subClassOf obo:GO_0010624, obo:GO_0060252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014010
            ]
        )
    ] .

obo:GO_0010626
    obo:IAO_0000115 "Any process that decreases the frequency or extent of the multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010626" ;
    a owl:Class ;
    rdfs:label "negative regulation of Schwann cell proliferation" ;
    rdfs:subClassOf obo:GO_0010624, obo:GO_0060253, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014010
            ]
        )
    ] .

obo:GO_0010628
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of gene expression. Gene expression is the process in which a gene's coding sequence is converted into a mature gene product (protein or RNA)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010628" ;
    a owl:Class ;
    rdfs:label "positive regulation of gene expression" ;
    rdfs:subClassOf obo:GO_0010468, obo:GO_0010557, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010467
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010467
            ]
        )
    ] .

obo:GO_0010629
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of gene expression. Gene expression is the process in which a gene's coding sequence is converted into a mature gene product (protein or RNA)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "gene silencing" ;
    oboInOwl:id "GO:0010629" ;
    a owl:Class ;
    rdfs:comment "This term covers any process that negatively regulates the rate of production of a mature gene product, and so includes processes that negatively regulate that rate by reducing the level, stability or availability of intermediates in the process of gene expression. For example, it covers any process that reduces the level, stability or availability of mRNA or circRNA for translation and thereby reduces the rate of production of the encoded protein via translation." ;
    rdfs:label "negative regulation of gene expression" ;
    rdfs:subClassOf obo:GO_0010468, obo:GO_0010558, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010467
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010467
            ]
        )
    ] .

obo:GO_0010631
    obo:IAO_0000115 "The orderly movement of an epithelial cell from one site to another, often during the development of a multicellular organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010631" ;
    a owl:Class ;
    rdfs:label "epithelial cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001667, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0090132
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0010632
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epithelial cell migration." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010632" ;
    a owl:Class ;
    rdfs:label "regulation of epithelial cell migration" ;
    rdfs:subClassOf obo:GO_0030334, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010631
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010631
            ]
        )
    ] .

obo:GO_0010633
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of epithelial cell migration." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010633" ;
    a owl:Class ;
    rdfs:label "negative regulation of epithelial cell migration" ;
    rdfs:subClassOf obo:GO_0010632, obo:GO_0030336, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010631
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010631
            ]
        )
    ] .

obo:GO_0010634
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of epithelial cell migration." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010634" ;
    a owl:Class ;
    rdfs:label "positive regulation of epithelial cell migration" ;
    rdfs:subClassOf obo:GO_0010632, obo:GO_0030335, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010631
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010631
            ]
        )
    ] .

obo:GO_0010638
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of an organelle." ;
    oboInOwl:hasExactSynonym "positive regulation of organelle organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of organelle organization and biogenesis" ;
    oboInOwl:id "GO:0010638" ;
    a owl:Class ;
    rdfs:label "positive regulation of organelle organization" ;
    rdfs:subClassOf obo:GO_0033043, obo:GO_0051130, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006996
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006996
            ]
        )
    ] .

obo:GO_0010639
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of an organelle." ;
    oboInOwl:hasExactSynonym "negative regulation of organelle organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of organelle organization and biogenesis" ;
    oboInOwl:id "GO:0010639" ;
    a owl:Class ;
    rdfs:label "negative regulation of organelle organization" ;
    rdfs:subClassOf obo:GO_0033043, obo:GO_0051129, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006996
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006996
            ]
        )
    ] .

obo:GO_0010646
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell communication. Cell communication is the process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010646" ;
    a owl:Class ;
    rdfs:label "regulation of cell communication" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007154
            ]
        )
    ] .

obo:GO_0010647
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of cell communication. Cell communication is the process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010647" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell communication" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007154
            ]
        )
    ] .

obo:GO_0010648
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of cell communication. Cell communication is the process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010648" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell communication" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007154
            ]
        )
    ] .

obo:GO_0010656
    obo:IAO_0000115 "Any process that decreases the rate or frequency of muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a muscle cell and result in its death." ;
    oboInOwl:hasNarrowSynonym "negative regulation of muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010656" ;
    a owl:Class ;
    rdfs:label "negative regulation of muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010660, obo:GO_0043066, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010657
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010657
            ]
        )
    ] .

obo:GO_0010657
    obo:IAO_0000115 "A form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases, whose actions dismantle a muscle cell and result in its death. A muscle cell is a mature contractile cell, commonly known as a myocyte, that forms one of three kinds of muscle." ;
    oboInOwl:hasNarrowSynonym "muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010657" ;
    a owl:Class ;
    rdfs:label "muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0010658
    obo:IAO_0000115 "A form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases, whose actions dismantle a striated muscle cell and result in its death. Striated muscle cells make up striated muscle fibers which are divided by transverse bands into striations." ;
    oboInOwl:hasNarrowSynonym "striated muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010658" ;
    a owl:Class ;
    rdfs:label "striated muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010657, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000737
            ]
        )
    ] .

obo:GO_0010659
    obo:IAO_0000115 "A form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases, whose actions dismantle a cardiac muscle cell and result in its death. Cardiac muscle cells are striated muscle cells that are responsible for heart contraction." ;
    oboInOwl:hasNarrowSynonym "cardiac muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010659" ;
    a owl:Class ;
    rdfs:label "cardiac muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010658, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000746
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:GO_0010660
    obo:IAO_0000115 "Any process that modulates the rate or frequency of muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a muscle cell and result in its death." ;
    oboInOwl:hasNarrowSynonym "regulation of muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010660" ;
    a owl:Class ;
    rdfs:label "regulation of muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010657
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010657
            ]
        )
    ] .

obo:GO_0010661
    obo:IAO_0000115 "Any process that increases the rate or frequency of muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a muscle cell and result in its death." ;
    oboInOwl:hasNarrowSynonym "positive regulation of muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010661" ;
    a owl:Class ;
    rdfs:label "positive regulation of muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010660, obo:GO_0043065, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010657
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010657
            ]
        )
    ] .

obo:GO_0010662
    obo:IAO_0000115 "Any process that modulates the rate or extent of striated muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a striated muscle cell and result in its death." ;
    oboInOwl:hasNarrowSynonym "regulation of striated muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010662" ;
    a owl:Class ;
    rdfs:label "regulation of striated muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010660, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010658
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010658
            ]
        )
    ] .

obo:GO_0010663
    obo:IAO_0000115 "Any process that increases the rate or extent of striated muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a striated muscle cell and result in its death." ;
    oboInOwl:hasNarrowSynonym "positive regulation of striated muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010663" ;
    a owl:Class ;
    rdfs:label "positive regulation of striated muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010661, obo:GO_0010662, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010658
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010658
            ]
        )
    ] .

obo:GO_0010664
    obo:IAO_0000115 "Any process that decreases the rate or extent of striated muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a striated muscle cell and result in its death." ;
    oboInOwl:hasExactSynonym "down regulation of striated muscle cell apoptosis", "down-regulation of striated muscle cell apoptosis", "downregulation of striated muscle cell apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of striated muscle cell apoptosis", "negative regulation of striated muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010664" ;
    a owl:Class ;
    rdfs:label "negative regulation of striated muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010656, obo:GO_0010662, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010658
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010658
            ]
        )
    ] .

obo:GO_0010665
    obo:IAO_0000115 "Any process that modulates the rate or extent of cardiac cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a cardiac muscle cell and result in its death." ;
    oboInOwl:hasNarrowSynonym "regulation of cardiac muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010665" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010662, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010659
            ]
        )
    ] .

obo:GO_0010666
    obo:IAO_0000115 "Any process that increases the rate or extent of cardiac cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a cardiac muscle cell and result in its death." ;
    oboInOwl:hasNarrowSynonym "positive regulation of cardiac muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010666" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010663, obo:GO_0010665, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010659
            ]
        )
    ] .

obo:GO_0010667
    obo:IAO_0000115 "Any process that decreases the rate or extent of cardiac cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a cardiac muscle cell and result in its death." ;
    oboInOwl:hasExactSynonym "down regulation of cardiac muscle cell apoptosis", "down-regulation of cardiac muscle cell apoptosis", "downregulation of cardiac muscle cell apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac muscle cell apoptosis", "negative regulation of cardiac muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010667" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010664, obo:GO_0010665, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010659
            ]
        )
    ] .

obo:GO_0010668
    obo:IAO_0000115 "The process in which relatively unspecialized cells acquire specialized structural and/or functional features of an ectodermal cell. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010668" ;
    a owl:Class ;
    rdfs:label "ectodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007398
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000221
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000221
            ]
        )
    ] .

obo:GO_0010700
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of the regulated release of norepinephrine." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010700" ;
    a owl:Class ;
    rdfs:label "negative regulation of norepinephrine secretion" ;
    rdfs:subClassOf obo:GO_0014061, obo:GO_0033604, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048243
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048243
            ]
        )
    ] .

obo:GO_0010701
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of the regulated release of norepinephrine." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010701" ;
    a owl:Class ;
    rdfs:label "positive regulation of norepinephrine secretion" ;
    rdfs:subClassOf obo:GO_0014061, obo:GO_0033605, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048243
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048243
            ]
        )
    ] .

obo:GO_0010712
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the metabolism of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." ;
    oboInOwl:hasExactSynonym "regulation of collagen metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010712" ;
    a owl:Class ;
    rdfs:label "regulation of collagen metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032963
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032963
            ]
        )
    ] .

obo:GO_0010713
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of the chemical reactions and pathways resulting in the metabolism of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010713" ;
    a owl:Class ;
    rdfs:label "negative regulation of collagen metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0010712, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032963
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032963
            ]
        )
    ] .

obo:GO_0010714
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of the chemical reactions and pathways resulting in the metabolism of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." ;
    oboInOwl:hasExactSynonym "positive regulation of collagen metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010714" ;
    a owl:Class ;
    rdfs:label "positive regulation of collagen metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0010712, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032963
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032963
            ]
        )
    ] .

obo:GO_0010715
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of extracellular matrix disassembly. Extracellular matrix disassembly is a process that results in the breakdown of the extracellular matrix." ;
    oboInOwl:hasExactSynonym "regulation of extracellular matrix breakdown", "regulation of extracellular matrix degradation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010715" ;
    a owl:Class ;
    rdfs:label "regulation of extracellular matrix disassembly" ;
    rdfs:subClassOf obo:GO_1903053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0022617
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0022617
            ]
        )
    ] .

obo:GO_0010716
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of extracellular matrix disassembly. Extracellular matrix disassembly is a process that results in the breakdown of the extracellular matrix." ;
    oboInOwl:hasExactSynonym "down regulation of extracellular matrix disassembly", "down-regulation of extracellular matrix disassembly", "downregulation of extracellular matrix disassembly", "negative regulation of extracellular matrix breakdown", "negative regulation of extracellular matrix degradation" ;
    oboInOwl:hasNarrowSynonym "inhibition of extracellular matrix disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010716" ;
    a owl:Class ;
    rdfs:label "negative regulation of extracellular matrix disassembly" ;
    rdfs:subClassOf obo:GO_0010715, obo:GO_1903054, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0022617
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0022617
            ]
        )
    ] .

obo:GO_0010717
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of epithelial to mesenchymal transition. Epithelial to mesenchymal transition where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010717" ;
    a owl:Class ;
    rdfs:label "regulation of epithelial to mesenchymal transition" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001837
            ]
        )
    ] .

obo:GO_0010718
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of epithelial to mesenchymal transition. Epithelial to mesenchymal transition is where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010718" ;
    a owl:Class ;
    rdfs:label "positive regulation of epithelial to mesenchymal transition" ;
    rdfs:subClassOf obo:GO_0010717, obo:GO_0045597, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001837
            ]
        )
    ] .

obo:GO_0010719
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of epithelial to mesenchymal transition. Epithelial to mesenchymal transition where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010719" ;
    a owl:Class ;
    rdfs:label "negative regulation of epithelial to mesenchymal transition" ;
    rdfs:subClassOf obo:GO_0010717, obo:GO_0045596, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001837
            ]
        )
    ] .

obo:GO_0010720
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of the progression of the cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010720" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell development" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048468
            ]
        )
    ] .

obo:GO_0010721
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of the progression of the cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010721" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell development" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048468
            ]
        )
    ] .

obo:GO_0010761
    obo:IAO_0000115 "Cell migration that is accomplished by extension and retraction of a fibroblast pseudopodium. A fibroblast is a connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules." ;
    oboInOwl:hasExactSynonym "fibroblast cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010761" ;
    a owl:Class ;
    rdfs:label "fibroblast migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001667, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000057
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000057
            ]
        )
    ] .

obo:GO_0010762
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of fibroblast cell migration. Fibroblast cell migration is accomplished by extension and retraction of a pseudopodium." ;
    oboInOwl:hasExactSynonym "regulation of fibroblast cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010762" ;
    a owl:Class ;
    rdfs:label "regulation of fibroblast migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010761
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010761
            ]
        )
    ] .

obo:GO_0010763
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of fibroblast cell migration. Fibroblast cell migration is accomplished by extension and retraction of a pseudopodium." ;
    oboInOwl:hasExactSynonym "positive regulation of fibroblast cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010763" ;
    a owl:Class ;
    rdfs:label "positive regulation of fibroblast migration" ;
    rdfs:subClassOf obo:GO_0010762, obo:GO_0030335, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010761
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010761
            ]
        )
    ] .

obo:GO_0010764
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of fibroblast cell migration. Fibroblast cell migration is accomplished by extension and retraction of a pseudopodium." ;
    oboInOwl:hasExactSynonym "negative regulation of fibroblast cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010764" ;
    a owl:Class ;
    rdfs:label "negative regulation of fibroblast migration" ;
    rdfs:subClassOf obo:GO_0010762, obo:GO_0030336, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010761
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010761
            ]
        )
    ] .

obo:GO_0010770
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of cell morphogenesis contributing to cell differentiation. Cell morphogenesis involved in differentiation is the change in form (cell shape and size) that occurs when relatively unspecialized cells acquire specialized structural and/or functional features that characterize the cells, tissues, or organs of the mature organism or some other relatively stable phase of the organism's life history." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010770" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell morphogenesis" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0022604, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0000902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0000902
            ]
        )
    ] .

obo:GO_0010771
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of cell morphogenesis contributing to cell differentiation. Cell morphogenesis involved in differentiation is the change in form (cell shape and size) that occurs when relatively unspecialized cells acquire specialized structural and/or functional features that characterize the cells, tissues, or organs of the mature organism or some other relatively stable phase of the organism's life history." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010771" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell morphogenesis" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0022604, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0000902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0000902
            ]
        )
    ] .

obo:GO_0010817
    obo:IAO_0000115 "Any process that modulates the levels of hormone within an organism or a tissue. A hormone is any substance formed in very small amounts in one specialized organ or group of cells and carried (sometimes in the bloodstream) to another organ or group of cells in the same organism, upon which it has a specific regulatory action." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010817" ;
    a owl:Class ;
    rdfs:label "regulation of hormone levels" ;
    rdfs:subClassOf obo:GO_0065008 .

obo:GO_0010830
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of myotube differentiation. Myotube differentiation is the process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010830" ;
    a owl:Class ;
    rdfs:label "regulation of myotube differentiation" ;
    rdfs:subClassOf obo:GO_0051153, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014902
            ]
        )
    ] .

obo:GO_0010831
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of myotube differentiation. Myotube differentiation is the process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010831" ;
    a owl:Class ;
    rdfs:label "positive regulation of myotube differentiation" ;
    rdfs:subClassOf obo:GO_0010830, obo:GO_0051155, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014902
            ]
        )
    ] .

obo:GO_0010832
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of myotube differentiation. Myotube differentiation is the process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010832" ;
    a owl:Class ;
    rdfs:label "negative regulation of myotube differentiation" ;
    rdfs:subClassOf obo:GO_0010830, obo:GO_0051154, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014902
            ]
        )
    ] .

obo:GO_0010842
    obo:IAO_0000115 "The process in which the vertebrate retina is organized into three laminae: the outer nuclear layer (ONL), which contains photoreceptor nuclei; the inner nuclear layer (INL), which contains amacrine, bipolar and horizontal cells; and the retinal ganglion cell (RGC) layer. Between the inner and outer nuclear layers, the outer plexiform layer (OPL) contains connections between the photoreceptors and bipolar and horizontal cells. The inner plexiform layer (IPL) is positioned between the INL and the ganglion cell layer and contains the dendrites of RGCs and processes of bipolar and amacrine cells. Spanning all layers of the retina are the radially oriented Mueller glia." ;
    oboInOwl:hasExactSynonym "retinal lamination", "retinal layer formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010842" ;
    a owl:Class ;
    rdfs:label "retina layer formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003407
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001781
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001781
            ]
        )
    ] .

obo:GO_0010876
    obo:IAO_0000115 "Any process in which a lipid is transported to, or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "lipid localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010876" ;
    a owl:Class ;
    rdfs:label "lipid localization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0033036, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_18059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0033036
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0010893
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010893" ;
    a owl:Class ;
    rdfs:label "positive regulation of steroid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0045940, obo:GO_0046889, obo:GO_0050810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006694
            ]
        )
    ] .

obo:GO_0010894
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010894" ;
    a owl:Class ;
    rdfs:label "negative regulation of steroid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0045939, obo:GO_0050810, obo:GO_0051055, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006694
            ]
        )
    ] .

obo:GO_0010927
    obo:IAO_0000115 "The cellular component assembly that is part of the initial shaping of the component during its developmental progression." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010927" ;
    a owl:Class ;
    rdfs:label "cellular component assembly involved in morphogenesis" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0032989
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0009653
            ]
        )
    ] .

obo:GO_0010937
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cytoplasmic microtubule depolymerization." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010937" ;
    a owl:Class ;
    rdfs:label "regulation of cytoplasmic microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0031114, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010938
            ]
        )
    ] .

obo:GO_0010938
    obo:IAO_0000115 "The removal of tubulin heterodimers from one or both ends of a cytoplasmic microtubule." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010938" ;
    a owl:Class ;
    rdfs:label "cytoplasmic microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0007019, obo:GO_0031122, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007019
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005737
            ]
        )
    ] .

obo:GO_0010948
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of a cellular process that is involved in the progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-04-27T09:53:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010948" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell cycle process" ;
    rdfs:subClassOf obo:GO_0010564, obo:GO_0045786, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0022402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0022402
            ]
        )
    ] .

obo:GO_0010958
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of amino acid import into a cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-05-06T11:33:12Z" ;
    oboInOwl:hasBroadSynonym "regulation of amino acid import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010958" ;
    a owl:Class ;
    rdfs:label "regulation of amino acid import across plasma membrane" ;
    rdfs:subClassOf obo:GO_1903789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0089718
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0089718
            ]
        )
    ] .

obo:GO_0010968
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of microtubule nucleation. Microtubule nucleation is the 'de novo' formation of a microtubule, in which tubulin heterodimers form metastable oligomeric aggregates, some of which go on to support formation of a complete microtubule. Microtubule nucleation usually occurs from a specific site within a cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-05-20T11:51:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010968" ;
    a owl:Class ;
    rdfs:label "regulation of microtubule nucleation" ;
    rdfs:subClassOf obo:GO_0031113, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007020
            ]
        )
    ] .

obo:GO_0010970
    obo:IAO_0000115 "The movement of organelles or other particles from one location in the cell to another along microtubules, driven by motor activity." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-05-27T10:56:08Z" ;
    oboInOwl:hasBroadSynonym "microtubule-based transport" ;
    oboInOwl:hasExactSynonym "establishment of localization by movement along microtubule", "movement along microtubule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010970" ;
    a owl:Class ;
    rdfs:label "transport along microtubule" ;
    rdfs:subClassOf obo:GO_0007018, obo:GO_0030705, obo:GO_0099111, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002341 ;
        owl:someValuesFrom obo:GO_0005874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0010975
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of neuron projection development. Neuron projection development is the process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-06-01T10:44:45Z" ;
    oboInOwl:hasNarrowSynonym "regulation of neurite biosynthesis", "regulation of neurite development", "regulation of neurite formation", "regulation of neurite growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010975" ;
    a owl:Class ;
    rdfs:label "regulation of neuron projection development" ;
    rdfs:subClassOf obo:GO_0120035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0031175
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0031175
            ]
        )
    ] .

obo:GO_0010976
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of neuron projection development. Neuron projection development is the process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-06-01T10:46:44Z" ;
    oboInOwl:hasNarrowSynonym "positive regulation of neurite biosynthesis", "positive regulation of neurite development", "positive regulation of neurite formation", "positive regulation of neurite growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0010976" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuron projection development" ;
    rdfs:subClassOf obo:GO_0010975, obo:GO_0031346, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0031175
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0031175
            ]
        )
    ] .

obo:GO_0010977
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of neuron projection development. Neuron projection development is the process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-06-01T10:47:42Z" ;
    oboInOwl:hasNarrowSynonym "negative regulation of neurite biosynthesis", "negative regulation of neurite development", "negative regulation of neurite formation", "negative regulation of neurite growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "growth cone collapse" ;
    oboInOwl:id "GO:0010977" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuron projection development" ;
    rdfs:subClassOf obo:GO_0010975, obo:GO_0031345, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0031175
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0031175
            ]
        )
    ] .

obo:GO_0012501
    obo:IAO_0000115 "A process which begins when a cell receives an internal or external signal and activates a series of biochemical events (signaling pathway). The process ends with the death of the cell." ;
    oboInOwl:hasAlternativeId "GO:0016244" ;
    oboInOwl:hasBroadSynonym "regulated cell death" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-5357801", "Wikipedia:Programmed_cell_death" ;
    oboInOwl:hasNarrowSynonym "caspase-independent cell death", "non-apoptotic programmed cell death", "nonapoptotic programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "PCD", "RCD", "caspase-independent apoptosis" ;
    oboInOwl:id "GO:0012501" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_mouse, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:comment "Note that this term should be used to annotate gene products in the organism undergoing the programmed cell death. To annotate genes in another organism whose products modulate programmed cell death in a host organism, consider the term 'modulation by symbiont of host programmed cell death ; GO:0052040'. Also, note that 'programmed cell death ; GO:0012501' should be used to refer to instances of caspase-independent cell death mechanisms, in the absence of further indications on the process taking place. At present, caspase-independent cell death is not yet represented in GO due to the lack of consensus and in-depth research on the topic. 'programmed cell death ; GO:0012501' may also be used to annotate gene products in taxa where apoptosis as defined in GO:0006915 does not occur, such as plants. You may also consider these specific children: GO:0097468 'programmed cell death in response to reactive oxygen species' (with descendants GO:0010421 'hydrogen peroxide-mediated programmed cell death' and GO:0010343 'singlet oxygen-mediated programmed cell death'), and GO:0009626 'plant-type hypersensitive response' and its children." ;
    rdfs:label "programmed cell death" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008219, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002224 ;
        owl:someValuesFrom obo:GO_0007165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008219
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002224 ;
                owl:someValuesFrom obo:GO_0007165
            ]
        )
    ] .

obo:GO_0012505
    obo:IAO_0000115 "A collection of membranous structures involved in transport within the cell. The main components of the endomembrane system are endoplasmic reticulum, Golgi bodies, vesicles, cell membrane and nuclear envelope. Members of the endomembrane system pass materials through each other or though the use of vesicles." ;
    oboInOwl:hasDbXref "Wikipedia:Endomembrane_system" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0012505" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_flybase_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "endomembrane system" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0012506
    obo:IAO_0000115 "The lipid bilayer surrounding any membrane-bounded vesicle in the cell." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1153182838" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0012506" ;
    a owl:Class ;
    rdfs:label "vesicle membrane" ;
    rdfs:subClassOf obo:GO_0031090, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0014000
    obo:IAO_0000115 "The process whose specific outcome is the progression of the morula over time. The morula is a spherical embryonic mass of blastomeres formed before the blastula and resulting from cleavage of the fertilized ovum." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2024-11-12T09:13:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014000" ;
    a owl:Class ;
    rdfs:label "morula development" ;
    rdfs:subClassOf obo:GO_0009790, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000085
            ]
        )
    ] .

obo:GO_0014003
    obo:IAO_0000115 "The process aimed at the progression of an oligodendrocyte over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. An oligodendrocyte is a type of glial cell involved in myelinating the axons in the central nervous system." ;
    oboInOwl:hasExactSynonym "oligodendrocyte cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014003" ;
    a owl:Class ;
    rdfs:label "oligodendrocyte development" ;
    rdfs:subClassOf obo:GO_0021782, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048709
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000128
            ]
        )
    ] .

obo:GO_0014009
    obo:IAO_0000115 "The multiplication or reproduction of glial cells by cell division, resulting in the expansion of their population. Glial cells exist throughout the nervous system, and include Schwann cells, astrocytes, and oligodendrocytes among others." ;
    oboInOwl:hasExactSynonym "glia proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014009" ;
    a owl:Class ;
    rdfs:label "glial cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042063
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0014010
    obo:IAO_0000115 "The multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014010" ;
    a owl:Class ;
    rdfs:label "Schwann cell proliferation" ;
    rdfs:subClassOf obo:GO_0014009, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000218
            ]
        )
    ] .

obo:GO_0014013
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of gliogenesis, the formation of mature glia." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014013" ;
    a owl:Class ;
    rdfs:label "regulation of gliogenesis" ;
    rdfs:subClassOf obo:GO_0050767, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042063
            ]
        )
    ] .

obo:GO_0014014
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of gliogenesis, the formation of mature glia." ;
    oboInOwl:hasExactSynonym "down regulation of gliogenesis", "down-regulation of gliogenesis", "downregulation of gliogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of gliogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014014" ;
    a owl:Class ;
    rdfs:label "negative regulation of gliogenesis" ;
    rdfs:subClassOf obo:GO_0014013, obo:GO_0050768, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042063
            ]
        )
    ] .

obo:GO_0014015
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of gliogenesis, the formation of mature glia." ;
    oboInOwl:hasExactSynonym "up regulation of gliogenesis", "up-regulation of gliogenesis", "upregulation of gliogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of gliogenesis", "stimulation of gliogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014015" ;
    a owl:Class ;
    rdfs:label "positive regulation of gliogenesis" ;
    rdfs:subClassOf obo:GO_0014013, obo:GO_0050769, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042063
            ]
        )
    ] .

obo:GO_0014016
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuroblast. There are at least four stages through which the pluripotent cells of epiblast or blastula become neuroblasts." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014016" ;
    a owl:Class ;
    rdfs:label "neuroblast differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048699
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0014019
    obo:IAO_0000115 "The process aimed at the progression of a neuroblast over time, from initial commitment of the cell to a specific state, to the mature neuroblast. It does not include processes where the neuroblast turns into a glial cell or a neuron." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014019" ;
    a owl:Class ;
    rdfs:label "neuroblast development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0014020
    obo:IAO_0000115 "The formation of the neural tube from an epithelial cell sheet (the neuroepithelium or neural plate). In primary neurulation, the cells surrounding the neural plate direct the neural plate cells to proliferate, invaginate, and pinch off from the surface to form a hollow epithelial tube. Primary neurulation is the typical mechanism of formation of the anterior neural tube." ;
    oboInOwl:hasAlternativeId "GO:0014024" ;
    oboInOwl:hasExactSynonym "primary neural tube morphogenesis", "primary neurulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neural rod cavitation" ;
    oboInOwl:id "GO:0014020" ;
    a owl:Class ;
    rdfs:label "primary neural tube formation" ;
    rdfs:subClassOf obo:GO_0001838, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001841
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:GO_0014023
    obo:IAO_0000115 "The formation of a solid rod of neurectoderm derived from the neural keel. The neural rod is roughly circular in cross section. Neural rod formation occurs during primary neurulation in teleosts." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014023" ;
    a owl:Class ;
    rdfs:label "neural rod formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32443
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0005068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0005068
            ]
        )
    ] .

obo:GO_0014025
    obo:IAO_0000115 "The formation of a thickened region of the neurectoderm that is roughly triangular in cross section. The neural keel develops from the neural plate and develops into the neural rod. Neural keel formation occurs during primary neurulation in teleosts." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014025" ;
    a owl:Class ;
    rdfs:label "neural keel formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32443
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0007135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0007135
            ]
        )
    ] .

obo:GO_0014028
    obo:IAO_0000115 "The formation of the notochord from the chordamesoderm. The notochord is composed of large cells packed within a firm connective tissue sheath and is found in all chordates at the ventral surface of the neural tube. In vertebrates, the notochord contributes to the vertebral column." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014028" ;
    a owl:Class ;
    rdfs:label "notochord formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048570
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002328
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002328
            ]
        )
    ] .

obo:GO_0014029
    obo:IAO_0000115 "The formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014029" ;
    a owl:Class ;
    rdfs:label "neural crest formation" ;
    rdfs:subClassOf obo:GO_0001837, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002342
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:GO_0014031
    obo:IAO_0000115 "The process aimed at the progression of a mesenchymal cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014031" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048762
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:GO_0014032
    obo:IAO_0000115 "The process aimed at the progression of a neural crest cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014032" ;
    a owl:Class ;
    rdfs:label "neural crest cell development" ;
    rdfs:subClassOf obo:GO_0048864, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0011012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0011012
            ]
        )
    ] .

obo:GO_0014033
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neural crest cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014033" ;
    a owl:Class ;
    rdfs:label "neural crest cell differentiation" ;
    rdfs:subClassOf obo:GO_0048762, obo:GO_0048863, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000333
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000333
            ]
        )
    ] .

obo:GO_0014037
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a Schwann cell. Schwann cells are found in the peripheral nervous system, where they insulate neurons and axons, and regulate the environment in which neurons function." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014037" ;
    a owl:Class ;
    rdfs:label "Schwann cell differentiation" ;
    rdfs:subClassOf obo:GO_0010001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007422
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000218
            ]
        )
    ] .

obo:GO_0014038
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of Schwann cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014038" ;
    a owl:Class ;
    rdfs:label "regulation of Schwann cell differentiation" ;
    rdfs:subClassOf obo:GO_0045685, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014037
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014037
            ]
        )
    ] .

obo:GO_0014039
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of Schwann cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of Schwann cell differentiation", "down-regulation of Schwann cell differentiation", "downregulation of Schwann cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of Schwann cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014039" ;
    a owl:Class ;
    rdfs:label "negative regulation of Schwann cell differentiation" ;
    rdfs:subClassOf obo:GO_0014038, obo:GO_0045686, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014037
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014037
            ]
        )
    ] .

obo:GO_0014040
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of Schwann cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of Schwann cell differentiation", "up-regulation of Schwann cell differentiation", "upregulation of Schwann cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of Schwann cell differentiation", "stimulation of Schwann cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014040" ;
    a owl:Class ;
    rdfs:label "positive regulation of Schwann cell differentiation" ;
    rdfs:subClassOf obo:GO_0014038, obo:GO_0045687, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014037
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014037
            ]
        )
    ] .

obo:GO_0014041
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neuron maturation, the process leading to the attainment of the full functional capacity of a neuron. This process is independent of morphogenetic change." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014041" ;
    a owl:Class ;
    rdfs:label "regulation of neuron maturation" ;
    rdfs:subClassOf obo:GO_0045664, obo:GO_1903429, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042551
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042551
            ]
        )
    ] .

obo:GO_0014042
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuron maturation." ;
    oboInOwl:hasExactSynonym "up regulation of neuron maturation", "up-regulation of neuron maturation", "upregulation of neuron maturation" ;
    oboInOwl:hasNarrowSynonym "activation of neuron maturation", "stimulation of neuron maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014042" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuron maturation" ;
    rdfs:subClassOf obo:GO_0014041, obo:GO_1903431, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042551
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042551
            ]
        )
    ] .

obo:GO_0014043
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of neuron maturation." ;
    oboInOwl:hasExactSynonym "down regulation of neuron maturation", "down-regulation of neuron maturation", "downregulation of neuron maturation" ;
    oboInOwl:hasNarrowSynonym "inhibition of neuron maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014043" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuron maturation" ;
    rdfs:subClassOf obo:GO_0014041, obo:GO_1903430, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042551
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042551
            ]
        )
    ] .

obo:GO_0014044
    obo:IAO_0000115 "The process aimed at the progression of a Schwann cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. Schwann cells are found in the peripheral nervous system, where they insulate neurons and axons, and regulate the environment in which neurons function." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014044" ;
    a owl:Class ;
    rdfs:label "Schwann cell development" ;
    rdfs:subClassOf obo:GO_0021782, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014037
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000218
            ]
        )
    ] .

obo:GO_0014055
    obo:IAO_0000115 "The regulated release of acetylcholine by a cell. The acetylcholine acts as a neurotransmitter that acts in both the peripheral nervous system (PNS) and central nervous system (CNS)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014055" ;
    a owl:Class ;
    rdfs:label "acetylcholine secretion, neurotransmission" ;
    rdfs:subClassOf obo:GO_0007269, obo:GO_0061526, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0061526
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007271
            ]
        )
    ] .

obo:GO_0014056
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the regulated release of acetylcholine." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014056" ;
    a owl:Class ;
    rdfs:label "regulation of acetylcholine secretion, neurotransmission" ;
    rdfs:subClassOf obo:GO_0032222, obo:GO_0046928, obo:GO_0051952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014055
            ]
        )
    ] .

obo:GO_0014057
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the regulated release of acetylcholine." ;
    oboInOwl:hasExactSynonym "up regulation of acetylcholine secretion", "up-regulation of acetylcholine secretion", "upregulation of acetylcholine secretion" ;
    oboInOwl:hasNarrowSynonym "activation of acetylcholine secretion", "stimulation of acetylcholine secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014057" ;
    a owl:Class ;
    rdfs:label "positive regulation of acetylcholine secretion, neurotransmission" ;
    rdfs:subClassOf obo:GO_0001956, obo:GO_0014056, obo:GO_0032224, obo:GO_0051954, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014055
            ]
        )
    ] .

obo:GO_0014058
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of acetylcholine." ;
    oboInOwl:hasExactSynonym "down regulation of acetylcholine secretion", "down-regulation of acetylcholine secretion", "downregulation of acetylcholine secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of acetylcholine secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014058" ;
    a owl:Class ;
    rdfs:label "negative regulation of acetylcholine secretion, neurotransmission" ;
    rdfs:subClassOf obo:GO_0014056, obo:GO_0032223, obo:GO_0046929, obo:GO_0051953, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014055
            ]
        )
    ] .

obo:GO_0014061
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the regulated release of norepinephrine." ;
    oboInOwl:hasExactSynonym "regulation of noradrenaline secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014061" ;
    a owl:Class ;
    rdfs:label "regulation of norepinephrine secretion" ;
    rdfs:subClassOf obo:GO_0050433, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048243
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048243
            ]
        )
    ] .

obo:GO_0014062
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the regulated release of serotonin." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of serotonin release" ;
    oboInOwl:id "GO:0014062" ;
    a owl:Class ;
    rdfs:label "regulation of serotonin secretion" ;
    rdfs:subClassOf obo:GO_0043269, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001820
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001820
            ]
        )
    ] .

obo:GO_0014063
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of serotonin." ;
    oboInOwl:hasExactSynonym "down regulation of serotonin secretion", "down-regulation of serotonin secretion", "downregulation of serotonin secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of serotonin secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of serotonin release" ;
    oboInOwl:id "GO:0014063" ;
    a owl:Class ;
    rdfs:label "negative regulation of serotonin secretion" ;
    rdfs:subClassOf obo:GO_0014062, obo:GO_0043271, obo:GO_1903531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001820
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001820
            ]
        )
    ] .

obo:GO_0014064
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the regulated release of serotonin." ;
    oboInOwl:hasExactSynonym "up regulation of serotonin secretion", "up-regulation of serotonin secretion", "upregulation of serotonin secretion" ;
    oboInOwl:hasNarrowSynonym "activation of serotonin secretion", "stimulation of serotonin secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of serotonin release" ;
    oboInOwl:id "GO:0014064" ;
    a owl:Class ;
    rdfs:label "positive regulation of serotonin secretion" ;
    rdfs:subClassOf obo:GO_0014062, obo:GO_0043270, obo:GO_1903532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001820
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001820
            ]
        )
    ] .

obo:GO_0014075
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an amine stimulus. An amine is a compound formally derived from ammonia by replacing one, two or three hydrogen atoms by hydrocarbyl groups." ;
    oboInOwl:hasExactSynonym "response to amine stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014075" ;
    a owl:Class ;
    rdfs:label "response to amine" ;
    rdfs:subClassOf obo:GO_1901698, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_32952
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_32952
            ]
        )
    ] .

obo:GO_0014706
    obo:IAO_0000115 "The process whose specific outcome is the progression of a striated muscle over time, from its formation to the mature structure. Striated muscle contain fibers that are divided by transverse bands into striations, and cardiac and skeletal muscle are types of striated muscle. Skeletal muscle myoblasts fuse to form myotubes and eventually multinucleated muscle fibers. The fusion of cardiac cells is very rare and can only form binucleate cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014706" ;
    a owl:Class ;
    rdfs:label "striated muscle tissue development" ;
    rdfs:subClassOf obo:GO_0060537, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002036
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002036
            ]
        )
    ] .

obo:GO_0014733
    obo:IAO_0000115 "Any process in which skeletal muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of skeletal muscle plasticity" ;
    oboInOwl:id "GO:0014733" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle adaptation" ;
    rdfs:subClassOf obo:GO_0043502, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043501
            ]
        )
    ] .

obo:GO_0014734
    obo:IAO_0000115 "The enlargement or overgrowth of all or part of an organ due to an increase in size (not length) of individual muscle fibers without cell division. In the case of skeletal muscle cells this happens due to the additional synthesis of sarcomeric proteins and assembly of myofibrils." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014734" ;
    a owl:Class ;
    rdfs:label "skeletal muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014897, obo:GO_0043501 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0014896
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:GO_0014741
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of muscle hypertrophy." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014741" ;
    a owl:Class ;
    rdfs:label "negative regulation of muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014743, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014896
            ]
        )
    ] .

obo:GO_0014742
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of muscle hypertrophy." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014742" ;
    a owl:Class ;
    rdfs:label "positive regulation of muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014743, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014896
            ]
        )
    ] .

obo:GO_0014743
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of muscle hypertrophy." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014743" ;
    a owl:Class ;
    rdfs:label "regulation of muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0090257, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014896
            ]
        )
    ] .

obo:GO_0014744
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of muscle adaptation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of muscle plasticity" ;
    oboInOwl:id "GO:0014744" ;
    a owl:Class ;
    rdfs:label "positive regulation of muscle adaptation" ;
    rdfs:subClassOf obo:GO_0043502, obo:GO_0048584, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0043500
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0043500
            ]
        )
    ] .

obo:GO_0014745
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of muscle adaptation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of muscle plasticity" ;
    oboInOwl:id "GO:0014745" ;
    a owl:Class ;
    rdfs:label "negative regulation of muscle adaptation" ;
    rdfs:subClassOf obo:GO_0043502, obo:GO_0048585, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0043500
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0043500
            ]
        )
    ] .

obo:GO_0014805
    obo:IAO_0000115 "Any process in which smooth muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "smooth muscle plasticity" ;
    oboInOwl:id "GO:0014805" ;
    a owl:Class ;
    rdfs:label "smooth muscle adaptation" ;
    rdfs:subClassOf obo:GO_0043500, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043500
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001135
            ]
        )
    ] .

obo:GO_0014807
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of somitogenesis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014807" ;
    a owl:Class ;
    rdfs:label "regulation of somitogenesis" ;
    rdfs:subClassOf obo:GO_0022603, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001756
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001756
            ]
        )
    ] .

obo:GO_0014812
    obo:IAO_0000115 "The orderly movement of a muscle cell from one site to another, often during the development of a multicellular organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014812" ;
    a owl:Class ;
    rdfs:label "muscle cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0014819
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle contraction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014819" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle contraction" ;
    rdfs:subClassOf obo:GO_0006942, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003009
            ]
        )
    ] .

obo:GO_0014852
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle contraction by variation of the pattern of stimulation by nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014852" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle contraction by neural stimulation via neuromuscular junction" ;
    rdfs:subClassOf obo:GO_0014819 .

obo:GO_0014855
    obo:IAO_0000115 "The multiplication or reproduction of striated muscle cells, resulting in the expansion of a cell population. Striated muscles contain fibers that are divided by transverse bands into striations, and cardiac and skeletal muscle are types of striated muscle." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014855" ;
    a owl:Class ;
    rdfs:label "striated muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0033002, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000737
            ]
        )
    ] .

obo:GO_0014856
    obo:IAO_0000115 "The multiplication or reproduction of skeletal muscle cells, resulting in the expansion of a cell population." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014856" ;
    a owl:Class ;
    rdfs:label "skeletal muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0014855, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000188
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000188
            ]
        )
    ] .

obo:GO_0014857
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014857" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014856
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014856
            ]
        )
    ] .

obo:GO_0014858
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of skeletal muscle cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014858" ;
    a owl:Class ;
    rdfs:label "positive regulation of skeletal muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0014857, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014856
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014856
            ]
        )
    ] .

obo:GO_0014859
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014859" ;
    a owl:Class ;
    rdfs:label "negative regulation of skeletal muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0014857, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014856
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014856
            ]
        )
    ] .

obo:GO_0014860
    obo:IAO_0000115 "The regulated release of neurotransmitter into the synaptic cleft involved in skeletal muscle contraction. A neurotransmitter is any of a group of substances that are released on excitation from the axon terminal of a presynaptic neuron of the central or peripheral nervous system and travel across the synaptic cleft to either excite or inhibit the target cell. Among the many substances that have the properties of a neurotransmitter are acetylcholine, noradrenaline, adrenaline, dopamine, glycine, gamma aminobutyrate, glutamic acid, substance P, enkephalins, endorphins and serotonin." ;
    oboInOwl:hasExactSynonym "neurotransmitter secretion involved in control of skeletal muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014860" ;
    a owl:Class ;
    rdfs:label "neurotransmitter secretion involved in regulation of skeletal muscle contraction" ;
    rdfs:subClassOf obo:GO_0007269, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014852
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007269
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0014819
            ]
        )
    ] .

obo:GO_0014861
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle contraction by depolarization of muscle membrane and ionic fluxes." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of skeletal muscle contraction via membrane action potential" ;
    oboInOwl:id "GO:0014861" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle contraction via regulation of action potential" ;
    rdfs:subClassOf obo:GO_0014819, obo:GO_0098900, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0100001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0100001
            ]
        )
    ] .

obo:GO_0014866
    obo:IAO_0000115 "The process whose specific outcome is the progression of the skeletal myofibril over time, from its formation to the mature structure. A skeletal myofibril is a myofibril specific to skeletal muscle cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014866" ;
    a owl:Class ;
    rdfs:label "skeletal myofibril assembly" ;
    rdfs:subClassOf obo:GO_0030239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0098723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0098723
            ]
        )
    ] .

obo:GO_0014872
    obo:IAO_0000115 "The process resulting in the physical partitioning and separation of a myoblast into daughter cells. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014872" ;
    a owl:Class ;
    rdfs:label "myoblast division" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051301, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051301
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000056
            ]
        )
    ] .

obo:GO_0014874
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus. This occurs as part of the regulation of muscle adaptation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "response to stimulus involved in regulation of muscle plasticity" ;
    oboInOwl:id "GO:0014874" ;
    a owl:Class ;
    rdfs:label "response to stimulus involved in regulation of muscle adaptation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0050896, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043502
            ]
        )
    ] .

obo:GO_0014887
    obo:IAO_0000115 "The process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiac muscle plasticity" ;
    oboInOwl:id "GO:0014887" ;
    a owl:Class ;
    rdfs:label "cardiac muscle adaptation" ;
    rdfs:subClassOf obo:GO_0014888, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043500
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001133
            ]
        )
    ] .

obo:GO_0014888
    obo:IAO_0000115 "Any process in which striated muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "striated muscle plasticity" ;
    oboInOwl:id "GO:0014888" ;
    a owl:Class ;
    rdfs:label "striated muscle adaptation" ;
    rdfs:subClassOf obo:GO_0043500, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002036
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043500
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0002036
            ]
        )
    ] .

obo:GO_0014895
    obo:IAO_0000115 "The enlargement or overgrowth of all or part of an organ due to an increase in size of its smooth muscle cells without cell division. Physiological hypertrophy is a normal process during development, and can also occur in mature structures on demand. In the uterus, smooth muscle cells undergo hypertrophy during pregnancy." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014895" ;
    a owl:Class ;
    rdfs:label "smooth muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014805, obo:GO_0014896 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0014896
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001135
            ]
        )
    ] .

obo:GO_0014896
    obo:IAO_0000115 "The muscle system process that results in enlargement or overgrowth of all or part of a muscle organ due to an increase in the size of its muscle cells. Physiological hypertrophy is a normal process during development (it stops in cardiac muscle after adolescence) and can also be brought on in response to demand. In athletes cardiac and skeletal muscles undergo hypertrophy stimulated by increasing muscle activity on exercise. Smooth muscle cells in the uterus undergo hypertrophy during pregnancy." ;
    oboInOwl:hasDbXref "Wikipedia:Muscle_hypertrophy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014896" ;
    a owl:Class ;
    rdfs:label "muscle hypertrophy" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0003012, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002385
    ] .

obo:GO_0014897
    obo:IAO_0000115 "The enlargement or overgrowth of all or part of an organ due to an increase in size of muscle cells without cell division. In the case of striated muscle, this happens due to the additional synthesis of sarcomeric proteins and assembly of myofibrils." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014897" ;
    a owl:Class ;
    rdfs:label "striated muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014896, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:UBERON_0002036
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0014896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:UBERON_0002036
            ]
        )
    ] .

obo:GO_0014902
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotube differentiation starts with myoblast fusion and the appearance of specific cell markers (this is the cell development step). Then individual myotubes can fuse to form bigger myotubes and start to contract. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014902" ;
    a owl:Class ;
    rdfs:label "myotube differentiation" ;
    rdfs:subClassOf obo:GO_0051146, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002372
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002372
            ]
        )
    ] .

obo:GO_0014904
    obo:IAO_0000115 "The process aimed at the progression of a myotube cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014904" ;
    a owl:Class ;
    rdfs:label "myotube cell development" ;
    rdfs:subClassOf obo:GO_0055002, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0002372
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0002372
            ]
        )
    ] .

obo:GO_0014909
    obo:IAO_0000115 "The orderly movement of a smooth muscle cell from one site to another, often during the development of a multicellular organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014909" ;
    a owl:Class ;
    rdfs:label "smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0014812, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000192
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000192
            ]
        )
    ] .

obo:GO_0014910
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of smooth muscle cell migration." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014910" ;
    a owl:Class ;
    rdfs:label "regulation of smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014909
            ]
        )
    ] .

obo:GO_0014911
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of smooth muscle cell migration." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014911" ;
    a owl:Class ;
    rdfs:label "positive regulation of smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0014910, obo:GO_0030335, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014909
            ]
        )
    ] .

obo:GO_0014912
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of smooth muscle cell migration." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0014912" ;
    a owl:Class ;
    rdfs:label "negative regulation of smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0014910, obo:GO_0030336, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014909
            ]
        )
    ] .

obo:GO_0015031
    obo:IAO_0000115 "The directed movement of proteins into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasAlternativeId "GO:0015831" ;
    oboInOwl:hasNarrowSynonym "enzyme transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015031" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "protein transport" ;
    rdfs:subClassOf obo:GO_0045184, obo:GO_0071705 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0015629
    obo:IAO_0000115 "The part of the cytoskeleton (the internal framework of a cell) composed of actin and associated proteins. Includes actin cytoskeleton-associated complexes." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0015629" ;
    a owl:Class ;
    rdfs:label "actin cytoskeleton" ;
    rdfs:subClassOf obo:GO_0005856 .

obo:GO_0015630
    obo:IAO_0000115 "The part of the cytoskeleton (the internal framework of a cell) composed of microtubules and associated proteins." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0015630" ;
    a owl:Class ;
    rdfs:label "microtubule cytoskeleton" ;
    rdfs:subClassOf obo:GO_0005856 .

obo:GO_0015669
    obo:IAO_0000115 "The directed movement of substances that are gaseous in normal living conditions into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015669" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "gas transport" ;
    rdfs:subClassOf obo:GO_0006810 .

obo:GO_0015671
    obo:IAO_0000115 "The directed movement of oxygen (O2) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8981607" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015671" ;
    a owl:Class ;
    rdfs:label "oxygen transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0015669, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_15379
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_15379
            ]
        )
    ] .

obo:GO_0015695
    obo:IAO_0000115 "The directed movement of organic cations into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Organic cations are atoms or small molecules with a positive charge which contain carbon in covalent linkage." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015695" ;
    a owl:Class ;
    rdfs:label "organic cation transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_25697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_25697
            ]
        )
    ] .

obo:GO_0015698
    obo:IAO_0000115 "The directed movement of inorganic anions into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Inorganic anions are atoms or small molecules with a negative charge which do not contain carbon in covalent linkage." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015698" ;
    a owl:Class ;
    rdfs:label "inorganic anion transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_24834
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_24834
            ]
        )
    ] .

obo:GO_0015711
    obo:IAO_0000115 "The directed movement of organic anions into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Organic anions are atoms or small molecules with a negative charge which contain carbon in covalent linkage." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015711" ;
    a owl:Class ;
    rdfs:label "organic anion transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_25696
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_25696
            ]
        )
    ] .

obo:GO_0015718
    obo:IAO_0000115 "The directed movement of monocarboxylic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015718" ;
    a owl:Class ;
    rdfs:label "monocarboxylic acid transport" ;
    rdfs:subClassOf obo:GO_0046942, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_35757
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35757
            ]
        )
    ] .

obo:GO_0015774
    obo:IAO_0000115 "The directed movement of polysaccharides into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. A polysaccharide is a polymer of many (typically more than 10) monosaccharide residues linked glycosidically." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015774" ;
    a owl:Class ;
    rdfs:label "polysaccharide transport" ;
    rdfs:subClassOf obo:GO_0008643, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0033037
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_18154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18154
            ]
        )
    ] .

obo:GO_0015833
    obo:IAO_0000115 "The directed movement of peptides, compounds of two or more amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015833" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "peptide transport" ;
    rdfs:subClassOf obo:GO_0042886, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_60466
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0015837
    obo:IAO_0000115 "The directed movement of amines, including polyamines, organic compounds containing one or more amino groups, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "amine/polyamine transport" ;
    oboInOwl:id "GO:0015837" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "amine transport" ;
    rdfs:subClassOf obo:GO_0071705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_32952
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_32952
            ]
        )
    ] .

obo:GO_0015844
    obo:IAO_0000115 "The directed movement of monoamines, organic compounds that contain one amino group that is connected to an aromatic ring by an ethylene group (-CH2-CH2-), into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasAlternativeId "GO:0015873" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015844" ;
    a owl:Class ;
    rdfs:label "monoamine transport" ;
    rdfs:subClassOf obo:GO_0071705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_63534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_63534
            ]
        )
    ] .

obo:GO_0015849
    obo:IAO_0000115 "The directed movement of organic acids, any acidic compound containing carbon in covalent linkage, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015849" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "organic acid transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_64709
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_64709
            ]
        )
    ] .

obo:GO_0015850
    obo:IAO_0000115 "The directed movement of an organic hydroxy compound (organic alcohol) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. An organic hydroxy compound is an organic compound having at least one hydroxy group attached to a carbon atom." ;
    oboInOwl:hasExactSynonym "organic alcohol transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015850" ;
    a owl:Class ;
    rdfs:label "organic hydroxy compound transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_33822
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33822
            ]
        )
    ] .

obo:GO_0015851
    obo:IAO_0000115 "The directed movement of a nucleobase, any nitrogenous base that is a constituent of a nucleoside, nucleotide, or nucleic acid, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "nucleobase transmembrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015851" ;
    a owl:Class ;
    rdfs:label "nucleobase transport" ;
    rdfs:subClassOf obo:GO_0071705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_18282
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18282
            ]
        )
    ] .

obo:GO_0015870
    obo:IAO_0000115 "The directed movement of acetylcholine into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Acetylcholine is an acetic acid ester of the organic base choline and functions as a neurotransmitter, released at the synapses of parasympathetic nerves and at neuromuscular junctions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015870" ;
    a owl:Class ;
    rdfs:label "acetylcholine transport" ;
    rdfs:subClassOf obo:GO_0015695, obo:GO_0071705, obo:GO_1901374, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_15355
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_15355
            ]
        )
    ] .

obo:GO_0015874
    obo:IAO_0000115 "The directed movement of norepinephrine into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Norepinephrine (3,4-dihydroxyphenyl-2-aminoethanol) is a hormone secreted by the adrenal medulla and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts of the CNS. It is also the biosynthetic precursor of epinephrine." ;
    oboInOwl:hasExactSynonym "levarterenol transport", "noradrenaline transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0015874" ;
    a owl:Class ;
    rdfs:label "norepinephrine transport" ;
    rdfs:subClassOf obo:GO_0015695, obo:GO_0051937, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_72587
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_72587
            ]
        )
    ] .

obo:GO_0015931
    obo:IAO_0000115 "The directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:id "GO:0015931" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "nucleobase-containing compound transport" ;
    rdfs:subClassOf obo:GO_0071705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_61120
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_61120
            ]
        )
    ] .

obo:GO_0016020
    obo:IAO_0000115 "A lipid bilayer along with all the proteins and protein complexes embedded in it and attached to it." ;
    oboInOwl:creation_date "2014-03-06T11:37:54Z" ;
    oboInOwl:hasAlternativeId "GO:0016021", "GO:0098589", "GO:0098805" ;
    oboInOwl:hasDbXref "Wikipedia:Biological_membrane", "Wikipedia:Transmembrane_protein" ;
    oboInOwl:hasNarrowSynonym "integral component of membrane", "integral to membrane", "membrane region", "region of membrane", "whole membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "transmembrane" ;
    oboInOwl:id "GO:0016020" ;
    oboInOwl:inSubset 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 ;
    owl:disjointWith obo:GO_0031012 .

obo:GO_0016043
    obo:IAO_0000115 "A process that results in the assembly, arrangement of constituent parts, or disassembly of a cellular component." ;
    oboInOwl:hasAlternativeId "GO:0044235", "GO:0071842" ;
    oboInOwl:hasExactSynonym "cell organisation", "cellular component organisation at cellular level", "cellular component organisation in other organism", "cellular component organization at cellular level", "cellular component organization in other organism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell organization and biogenesis" ;
    oboInOwl:id "GO:0016043" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_agr, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:label "cellular component organization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0071840, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005575
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005575
            ]
        )
    ] .

obo:GO_0016049
    obo:IAO_0000115 "The process in which a cell irreversibly increases in size over time by accretion and biosynthetic production of matter similar to that already present." ;
    oboInOwl:hasAlternativeId "GO:0048591" ;
    oboInOwl:hasExactSynonym "cellular growth", "growth of cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell expansion", "metabolic process resulting in cell growth", "metabolism resulting in cell growth", "non-developmental cell growth", "non-developmental growth of a unicellular organism" ;
    oboInOwl:id "GO:0016049" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_drosophila, go:goslim_pir, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "cell growth" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, obo:GO_0040007, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:CL_0000000
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0040007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0016050
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a vesicle." ;
    oboInOwl:hasExactSynonym "vesicle organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "vesicle organization and biogenesis" ;
    oboInOwl:id "GO:0016050" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "vesicle organization" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0031982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0016051
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of carbohydrates, any of a group of organic compounds based of the general formula Cx(H2O)y." ;
    oboInOwl:hasAlternativeId "GO:0006093" ;
    oboInOwl:hasExactSynonym "anabolic carbohydrate metabolic process", "anabolic carbohydrate metabolism", "carbohydrate anabolism", "carbohydrate biosynthesis", "carbohydrate formation", "carbohydrate synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016051" ;
    a owl:Class ;
    rdfs:label "carbohydrate biosynthetic process" ;
    rdfs:subClassOf obo:GO_0005975, obo:GO_0009058, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_16646
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_16646
            ]
        )
    ] .

obo:GO_0016053
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of organic acids, any acidic compound containing carbon in covalent linkage." ;
    oboInOwl:hasExactSynonym "organic acid anabolism", "organic acid biosynthesis", "organic acid formation", "organic acid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016053" ;
    a owl:Class ;
    rdfs:label "organic acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006082, obo:GO_0044283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_64709
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_64709
            ]
        )
    ] .

obo:GO_0016057
    obo:IAO_0000115 "Hyperpolarization (vertebrates) or depolarization (invertebrates) of the photoreceptor cell membrane via closing/opening of cation specific channels as a result of signals generated by rhodopsin activation by a photon." ;
    oboInOwl:hasExactSynonym "changes in polarization state of photoreceptor cell membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016057" ;
    a owl:Class ;
    rdfs:label "regulation of membrane potential in photoreceptor cell" ;
    rdfs:subClassOf obo:GO_0042391, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000210
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0042391
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000210
            ]
        )
    ] .

obo:GO_0016070
    obo:IAO_0000115 "The cellular chemical reactions and pathways involving RNA, ribonucleic acid, one of the two main type of nucleic acid, consisting of a long, unbranched macromolecule formed from ribonucleotides joined in 3',5'-phosphodiester linkage." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8953854" ;
    oboInOwl:hasExactSynonym "RNA metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016070" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_euk_cellular_processes_ribbon, go:goslim_metagenomics, go:goslim_pir, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "RNA metabolic process" ;
    rdfs:subClassOf obo:GO_0090304, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_33697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_33697
            ]
        )
    ] .

obo:GO_0016192
    obo:IAO_0000115 "A cellular transport process in which transported substances are moved in membrane-bounded vesicles; transported substances are enclosed in the vesicle lumen or located in the vesicle membrane. The process begins with a step that directs a substance to the forming vesicle, and includes vesicle budding and coating. Vesicles are then targeted to, and fuse with, an acceptor membrane." ;
    oboInOwl:hasAlternativeId "GO:0006899" ;
    oboInOwl:hasExactSynonym "vesicle transport", "vesicular transport" ;
    oboInOwl:hasNarrowSynonym "nonselective vesicle transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "protein sorting along secretory pathway", "vesicle trafficking" ;
    oboInOwl:id "GO:0016192" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_pir, go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "vesicle-mediated transport" ;
    rdfs:subClassOf obo:GO_0006810, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0031982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0016202
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of striated muscle development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016202" ;
    a owl:Class ;
    rdfs:label "regulation of striated muscle tissue development" ;
    rdfs:subClassOf obo:GO_0048634, obo:GO_1901861, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014706
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014706
            ]
        )
    ] .

obo:GO_0016321
    obo:IAO_0000115 "The cell cycle process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets during the meiotic cell cycle in a female." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016321" ;
    a owl:Class ;
    rdfs:label "female meiosis chromosome segregation" ;
    rdfs:subClassOf obo:GO_0045132, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007143
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0098813
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007143
            ]
        )
    ] .

obo:GO_0016325
    obo:IAO_0000115 "Formation and maintenance of a polarized microtubule array originating from a microtubule-organizing center (MTOC) in the oocyte. An example of this is found in Drosophila melanogaster." ;
    oboInOwl:hasAlternativeId "GO:0048130" ;
    oboInOwl:hasExactSynonym "oocyte microtubule cytoskeleton organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016325" ;
    a owl:Class ;
    rdfs:label "oocyte microtubule cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0030951, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007308
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000023
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0015630
            ]
        )
    ] .

obo:GO_0016331
    obo:IAO_0000115 "The process in which the anatomical structures of embryonic epithelia are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016331" ;
    a owl:Class ;
    rdfs:label "morphogenesis of embryonic epithelium" ;
    rdfs:subClassOf obo:GO_0002009, obo:GO_0048598 .

obo:GO_0016358
    obo:IAO_0000115 "The process whose specific outcome is the progression of the dendrite over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016358" ;
    a owl:Class ;
    rdfs:label "dendrite development" ;
    rdfs:subClassOf obo:GO_0031175, obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:GO_0030425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:GO_0030425
            ]
        )
    ] .

obo:GO_0016477
    obo:IAO_0000115 "The controlled self-propelled movement of a cell from one site to a destination guided by molecular cues." ;
    oboInOwl:hasDbXref "Wikipedia:Cell_migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016477" ;
    a owl:Class ;
    rdfs:label "cell migration" ;
    rdfs:subClassOf obo:GO_0048870 .

obo:GO_0016482
    obo:IAO_0000115 "The directed movement of substances or organelles within the cytosol." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016482" ;
    a owl:Class ;
    rdfs:label "cytosolic transport" ;
    rdfs:subClassOf obo:GO_0046907, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005829
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005829
            ]
        )
    ] .

obo:GO_0016525
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of angiogenesis." ;
    oboInOwl:hasExactSynonym "down regulation of angiogenesis", "down-regulation of angiogenesis", "downregulation of angiogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of angiogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0016525" ;
    a owl:Class ;
    rdfs:label "negative regulation of angiogenesis" ;
    rdfs:subClassOf obo:GO_0045765, obo:GO_2000181, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001525
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001525
            ]
        )
    ] .

obo:GO_0016528
    obo:IAO_0000115 "The cytoplasm of a muscle cell; includes the sarcoplasmic reticulum." ;
    oboInOwl:hasDbXref "Wikipedia:Sarcoplasm" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0016528" ;
    a owl:Class ;
    rdfs:label "sarcoplasm" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0017085
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an insecticide stimulus. Insecticides are chemicals used to kill insects." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "insecticide resistance", "insecticide susceptibility/resistance" ;
    oboInOwl:id "GO:0017085" ;
    a owl:Class ;
    rdfs:label "response to insecticide" ;
    rdfs:subClassOf obo:GO_0009636 .

obo:GO_0017126
    obo:IAO_0000115 "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a nucleolus, a small, dense body one or more of which are present in the nucleus of eukaryotic cells." ;
    oboInOwl:hasExactSynonym "nucleolus biogenesis" ;
    oboInOwl:hasNarrowSynonym "nucleolus assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0017126" ;
    a owl:Class ;
    rdfs:label "nucleologenesis" ;
    rdfs:subClassOf obo:GO_0007000, obo:GO_0044085, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:GO_0005730
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0044085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:GO_0005730
            ]
        )
    ] .

obo:GO_0017145
    obo:IAO_0000115 "The self-renewing division of a stem cell. A stem cell is an undifferentiated cell, in the embryo or adult, that can undergo unlimited division and give rise to one or several different cell types." ;
    oboInOwl:hasExactSynonym "stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0017145" ;
    a owl:Class ;
    rdfs:label "stem cell division" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051301, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051301
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000034
            ]
        )
    ] .

obo:GO_0017148
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA or circRNA." ;
    oboInOwl:hasAlternativeId "GO:0016478" ;
    oboInOwl:hasExactSynonym "down regulation of protein biosynthetic process", "down-regulation of protein biosynthetic process", "downregulation of protein biosynthetic process", "negative regulation of protein anabolism", "negative regulation of protein biosynthesis", "negative regulation of protein biosynthetic process", "negative regulation of protein formation", "negative regulation of protein synthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "protein biosynthesis inhibitor activity", "protein biosynthetic process inhibitor activity" ;
    oboInOwl:id "GO:0017148" ;
    a owl:Class ;
    rdfs:label "negative regulation of translation" ;
    rdfs:subClassOf obo:GO_0006417, obo:GO_0010629, obo:GO_0051248, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006412
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006412
            ]
        )
    ] .

obo:GO_0017157
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of exocytosis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0017157" ;
    a owl:Class ;
    rdfs:label "regulation of exocytosis" ;
    rdfs:subClassOf obo:GO_0060627, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006887
            ]
        )
    ] .

obo:GO_0018958
    obo:IAO_0000115 "The chemical reactions and pathways involving a phenol, any compound containing one or more hydroxyl groups directly attached to an aromatic carbon ring." ;
    oboInOwl:hasDbXref "UM-BBD_pathwayID:phe" ;
    oboInOwl:hasExactSynonym "carbolic acid metabolic process", "carbolic acid metabolism", "hydroxybenzene metabolic process", "hydroxybenzene metabolism", "phenol-containing compound metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0018958" ;
    a owl:Class ;
    rdfs:comment "Note that phenol metabolism is not included as a child of 'xenobiotic metabolism' because although it is synthesized industrially, phenol is also found naturally in animal wastes and other organic materials. It is often formed by the activity of microorganisms, which can chemically modify a variety of xenobiotic and naturally occurring phenolic compounds." ;
    rdfs:label "phenol-containing compound metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_33853
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_33853
            ]
        )
    ] .

obo:GO_0019098
    obo:IAO_0000115 "The specific behavior of an organism that is associated with reproduction." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-09-19T16:01:37Z" ;
    oboInOwl:hasAlternativeId "GO:0033057", "GO:0044704", "GO:0044705" ;
    oboInOwl:hasExactSynonym "reproductive behavior in a multicellular organism", "reproductive behaviour" ;
    oboInOwl:hasNarrowSynonym "multi-organism reproductive behavior", "multicellular organism reproductive behavior" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism reproductive behavior" ;
    oboInOwl:id "GO:0019098" ;
    a owl:Class ;
    rdfs:label "reproductive behavior" ;
    rdfs:subClassOf obo:GO_0007610, obo:GO_0048609 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007610
            obo:GO_0048609
        )
    ] .

obo:GO_0019216
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving lipids." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2426168", "Reactome:R-HSA-400206" ;
    oboInOwl:hasExactSynonym "regulation of lipid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019216" ;
    a owl:Class ;
    rdfs:label "regulation of lipid metabolic process" ;
    rdfs:subClassOf obo:GO_0080090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006629
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006629
            ]
        )
    ] .

obo:GO_0019218
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving steroids." ;
    oboInOwl:hasExactSynonym "regulation of steroid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019218" ;
    a owl:Class ;
    rdfs:label "regulation of steroid metabolic process" ;
    rdfs:subClassOf obo:GO_0019216, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008202
            ]
        )
    ] .

obo:GO_0019219
    obo:IAO_0000115 "Any cellular process that modulates the frequency, rate or extent of the chemical reactions and pathways involving nucleobases, nucleosides, nucleotides and nucleic acids." ;
    oboInOwl:hasExactSynonym "regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" ;
    oboInOwl:id "GO:0019219" ;
    a owl:Class ;
    rdfs:label "regulation of nucleobase-containing compound metabolic process" ;
    rdfs:subClassOf obo:GO_0080090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006139
            ]
        )
    ] .

obo:GO_0019222
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism." ;
    oboInOwl:hasAlternativeId "GO:0044246" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1989781" ;
    oboInOwl:hasExactSynonym "regulation of metabolism" ;
    oboInOwl:hasNarrowSynonym "regulation of multicellular organismal metabolic process", "regulation of organismal metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019222" ;
    oboInOwl:inSubset go:goslim_metagenomics ;
    a owl:Class ;
    rdfs:label "regulation of metabolic process" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008152
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008152
            ]
        )
    ] .

obo:GO_0019226
    obo:IAO_0000115 "The neurological system process in which a signal is transmitted through the nervous system by a combination of action potential propagation and synaptic transmission." ;
    oboInOwl:hasExactSynonym "conduction of nerve impulse", "signal transmission along a neuron" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019226" ;
    a owl:Class ;
    rdfs:label "transmission of nerve impulse" ;
    rdfs:subClassOf obo:GO_0050877, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0001508
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0007268
    ] .

obo:GO_0019228
    obo:IAO_0000115 "An action potential that occurs in a neuron." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "generation of action potential" ;
    oboInOwl:id "GO:0019228" ;
    a owl:Class ;
    rdfs:label "neuronal action potential" ;
    rdfs:subClassOf obo:GO_0001508, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0019226
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001508
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0019233
    obo:IAO_0000115 "The series of events required for an organism to receive a painful stimulus, convert it to a molecular signal, and recognize and characterize the signal. A painful stimulus is any physical or chemical event that has the potential to cause tissue damage (actual or perceived) and activates the nociceptive system." ;
    oboInOwl:hasDbXref "Wikipedia:Nociception" ;
    oboInOwl:hasNarrowSynonym "perception of physiological pain" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nociception" ;
    oboInOwl:id "GO:0019233" ;
    a owl:Class ;
    rdfs:label "sensory perception of pain" ;
    rdfs:subClassOf obo:GO_0007600 .

obo:GO_0019413
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of acetate, the anion of acetic acid." ;
    oboInOwl:hasExactSynonym "acetate anabolism", "acetate biosynthesis", "acetate formation", "acetate synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019413" ;
    a owl:Class ;
    rdfs:label "acetate biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006083, obo:GO_0072330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_30089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_30089
            ]
        )
    ] .

obo:GO_0019538
    obo:IAO_0000115 "The chemical reactions and pathways involving a protein. Includes protein modification." ;
    oboInOwl:hasAlternativeId "GO:0006411", "GO:0044267", "GO:0044268" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-392499", "Wikipedia:Protein_metabolism" ;
    oboInOwl:hasExactSynonym "cellular protein metabolic process", "cellular protein metabolism", "protein metabolic process and modification", "protein metabolism", "protein metabolism and modification" ;
    oboInOwl:hasNarrowSynonym "multicellular organismal protein metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019538" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_agr, go:goslim_flybase_ribbon, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "protein metabolic process" ;
    rdfs:subClassOf obo:GO_0043170, obo:GO_0044238, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:PR_000000001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0019725
    obo:IAO_0000115 "Any process involved in the maintenance of an internal steady state at the level of the cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019725" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_euk_cellular_processes_ribbon, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "cellular homeostasis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0042592, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:disjointWith obo:GO_0048872 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0042592
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0019748
    obo:IAO_0000115 "The chemical reactions and pathways resulting in many of the chemical changes of compounds that are not necessarily required for growth and maintenance of cells, and are often unique to a taxon. In multicellular organisms secondary metabolism is generally carried out in specific cell types, and may be useful for the organism as a whole. In unicellular organisms, secondary metabolism is often used for the production of antibiotics or for the utilization and acquisition of unusual nutrients." ;
    oboInOwl:hasDbXref "Wikipedia:Secondary_metabolism" ;
    oboInOwl:hasExactSynonym "secondary metabolism", "secondary metabolite metabolic process", "secondary metabolite metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019748" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_euk_cellular_processes_ribbon, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "secondary metabolic process" ;
    rdfs:subClassOf obo:GO_0008152 .

obo:GO_0019752
    obo:IAO_0000115 "The chemical reactions and pathways involving carboxylic acids, any organic acid containing one or more carboxyl (COOH) groups or anions (COO-)." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-389661" ;
    oboInOwl:hasExactSynonym "carboxylic acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019752" ;
    a owl:Class ;
    rdfs:label "carboxylic acid metabolic process" ;
    rdfs:subClassOf obo:GO_0043436, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_29067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_29067
            ]
        )
    ] .

obo:GO_0019755
    obo:IAO_0000115 "The directed movement of one-carbon compounds into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "one carbon compound transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019755" ;
    a owl:Class ;
    rdfs:label "one-carbon compound transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_64708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_64708
            ]
        )
    ] .

obo:GO_0019867
    obo:IAO_0000115 "The external membrane of Gram-negative bacteria or certain organelles such as mitochondria and chloroplasts; freely permeable to most ions and metabolites." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0019867" ;
    oboInOwl:inSubset go:goslim_metagenomics ;
    a owl:Class ;
    rdfs:label "outer membrane" ;
    rdfs:subClassOf obo:GO_0016020 .

obo:GO_0019953
    obo:IAO_0000115 "A type of reproduction that combines the genetic material of two gametes (such as a sperm or egg cell or fungal spores). The gametes have an haploid genome (with a single set of chromosomes, the product of a meiotic division) and combines with one another to produce a zygote (diploid)." ;
    oboInOwl:hasDbXref "Wikipedia:Sexual_reproduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0019953" ;
    a owl:Class ;
    rdfs:comment "Note that gametes may come from two organisms or from a single organism in the case of self-fertilizing hermaphrodites, e.g. C. elegans, or self-fertilization in plants. Note also that sexual reproduction may be seen as the regular alternation, in the life cycle of haplontic, diplontic and diplohaplontic organisms, of meiosis and fertilization which provides for the production offspring. In diplontic organisms there is a life cycle in which the products of meiosis behave directly as gametes, fusing to form a zygote from which the diploid, or sexually reproductive polyploid, adult organism will develop. In diplohaplontic organisms a haploid phase (gametophyte) exists in the life cycle between meiosis and fertilization (e.g. higher plants, many algae and Fungi); the products of meiosis are spores that develop as haploid individuals from which haploid gametes develop to form a diploid zygote; diplohaplontic organisms show an alternation of haploid and diploid generations. In haplontic organisms meiosis occurs in the zygote, giving rise to four haploid cells (e.g. many algae and protozoa), only the zygote is diploid and this may form a resistant spore, tiding organisms over hard times." ;
    rdfs:label "sexual reproduction" ;
    rdfs:subClassOf obo:GO_0022414 .

obo:GO_0021501
    obo:IAO_0000115 "The formation of the prechordal plate. The prechordal plate is a thickening of the endoderm at the cranial end of the primitive streak formed by the involution of Spemann's organizer cells. The prechordal plate and the notochord induce the formation of the neural plate from the overlying ectodermal cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021501" ;
    a owl:Class ;
    rdfs:label "prechordal plate formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003063
            ]
        )
    ] .

obo:GO_0021510
    obo:IAO_0000115 "The process whose specific outcome is the progression of the spinal cord over time, from its formation to the mature structure. The spinal cord primarily conducts sensory and motor nerve impulses between the brain and the peripheral nervous tissues." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021510" ;
    a owl:Class ;
    rdfs:label "spinal cord development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:GO_0021514
    obo:IAO_0000115 "The process in which neuroepithelial cells in the neural tube acquire specialized structural and/or functional features of ventral spinal cord interneurons. Ventral spinal cord interneurons are cells located in the ventral portion of the spinal cord that transmit signals between sensory and motor neurons and are required for reflexive responses. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021514" ;
    a owl:Class ;
    rdfs:label "ventral spinal cord interneuron differentiation" ;
    rdfs:subClassOf obo:GO_0021515, obo:GO_0021953, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021517
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000099
            ]
        )
    ] .

obo:GO_0021515
    obo:IAO_0000115 "The process in which relatively unspecialized cells acquire specialized structural and/or functional features that characterize the cells of the spinal cord. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021515" ;
    a owl:Class ;
    rdfs:label "cell differentiation in spinal cord" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021510
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:GO_0021517
    obo:IAO_0000115 "The process whose specific outcome is the progression of the ventral region of the spinal cord over time, from its formation to the mature structure. The neurons of the ventral region of the mature spinal cord participate in motor output." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021517" ;
    a owl:Class ;
    rdfs:label "ventral spinal cord development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021510
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002257
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002257
            ]
        )
    ] .

obo:GO_0021522
    obo:IAO_0000115 "The process in which neuroepithelial cells in the ventral neural tube acquire specialized structural and/or functional features of motor neurons. Motor neurons innervate an effector (muscle or glandular) tissue and are responsible for transmission of motor impulses from the brain to the periphery. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021522" ;
    a owl:Class ;
    rdfs:label "spinal cord motor neuron differentiation" ;
    rdfs:subClassOf obo:GO_0021515, obo:GO_0021953, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021517
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0011001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0011001
            ]
        )
    ] .

obo:GO_0021523
    obo:IAO_0000115 "The process in which neuroepithelial cells in the neural tube acquire specialized structural and/or functional features of somatic motor neurons. Somatic motor neurons innervate skeletal muscle targets and are responsible for transmission of motor impulses from the brain to the periphery. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021523" ;
    a owl:Class ;
    rdfs:label "somatic motor neuron differentiation" ;
    rdfs:subClassOf obo:GO_0021522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0005024
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0005024
            ]
        )
    ] .

obo:GO_0021532
    obo:IAO_0000115 "The regionalization process that regulates the coordinated growth that establishes the non-random spatial arrangement of the neural tube." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021532" ;
    a owl:Class ;
    rdfs:label "neural tube patterning" ;
    rdfs:subClassOf obo:GO_0003002, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:GO_0021533
    obo:IAO_0000115 "The process in which relatively unspecialized cells acquire specialized structural and/or functional features that characterize the mature cells of the hindbrain. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021533" ;
    a owl:Class ;
    rdfs:label "cell differentiation in hindbrain" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:GO_0021534
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a cell population in the hindbrain." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021534" ;
    a owl:Class ;
    rdfs:label "cell proliferation in hindbrain" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0061351, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:GO_0021535
    obo:IAO_0000115 "The orderly movement of a cell that will reside in the hindbrain." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021535" ;
    a owl:Class ;
    rdfs:label "cell migration in hindbrain" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:GO_0021536
    obo:IAO_0000115 "The process whose specific outcome is the progression of the diencephalon over time, from its formation to the mature structure. The diencephalon is the paired caudal parts of the prosencephalon from which the thalamus, hypothalamus, epithalamus and subthalamus are derived; these regions regulate autonomic, visceral and endocrine function, and process information directed to the cerebral cortex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021536" ;
    a owl:Class ;
    rdfs:label "diencephalon development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:GO_0021537
    obo:IAO_0000115 "The process whose specific outcome is the progression of the telencephalon over time, from its formation to the mature structure. The telencephalon is the paired anteriolateral division of the prosencephalon plus the lamina terminalis from which the olfactory lobes, cerebral cortex, and subcortical nuclei are derived." ;
    oboInOwl:hasExactSynonym "cerebrum development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021537" ;
    a owl:Class ;
    rdfs:label "telencephalon development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:GO_0021543
    obo:IAO_0000115 "The process whose specific outcome is the progression of the pallium over time, from its formation to the mature structure. The pallium is the roof region of the telencephalon." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021543" ;
    a owl:Class ;
    rdfs:label "pallium development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021537
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000203
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000203
            ]
        )
    ] .

obo:GO_0021545
    obo:IAO_0000115 "The process whose specific outcome is the progression of the cranial nerves over time, from its formation to the mature structure. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021545" ;
    a owl:Class ;
    rdfs:label "cranial nerve development" ;
    rdfs:subClassOf obo:GO_0021675, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001785
            ]
        )
    ] .

obo:GO_0021546
    obo:IAO_0000115 "The process whose specific outcome is the progression of the rhombomere over time, from its formation to the mature structure. Rhombomeres are transverse segments of the developing rhombencephalon. Rhombomeres are lineage restricted, express different genes from one another, and adopt different developmental fates." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021546" ;
    a owl:Class ;
    rdfs:label "rhombomere development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001892
            ]
        )
    ] .

obo:GO_0021547
    obo:IAO_0000115 "The regionalization process that gives rise to the midbrain-hindbrain boundary. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages. An organizing center at the boundary patterns the midbrain and hindbrain primordia of the neural plate." ;
    oboInOwl:hasExactSynonym "MHB biosynthesis", "MHB formation", "midbrain-hindbrain boundary biosynthesis", "midbrain-hindbrain boundary formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "isthmus biosynthesis", "isthmus formation" ;
    oboInOwl:id "GO:0021547" ;
    a owl:Class ;
    rdfs:label "midbrain-hindbrain boundary initiation" ;
    rdfs:subClassOf obo:GO_0003002, obo:GO_0048859, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021999
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030917
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003052
            ]
        )
    ] .

obo:GO_0021548
    obo:IAO_0000115 "The process whose specific outcome is the progression of the pons over time, from its formation to the mature structure. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021548" ;
    a owl:Class ;
    rdfs:label "pons development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0022037
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000988
            ]
        )
    ] .

obo:GO_0021550
    obo:IAO_0000115 "The process whose specific outcome is the progression of the medulla oblongata over time, from its formation to the mature structure. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "medulla development", "myelencephalon development" ;
    oboInOwl:id "GO:0021550" ;
    a owl:Class ;
    rdfs:label "medulla oblongata development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:GO_0021551
    obo:IAO_0000115 "The process in which the anatomical structure of the central nervous system is generated and organized. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain and spinal cord. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021551" ;
    a owl:Class ;
    rdfs:label "central nervous system morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0021555
    obo:IAO_0000115 "The process in which the anatomical structure of the midbrain-hindbrain boundary is generated and organized. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages. An organizing center at the boundary patterns the midbrain and hindbrain primordia of the neural plate." ;
    oboInOwl:hasExactSynonym "MHB morphogenesis", "isthmus morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021555" ;
    a owl:Class ;
    rdfs:label "midbrain-hindbrain boundary morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030917
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003052
            ]
        )
    ] .

obo:GO_0021556
    obo:IAO_0000115 "The process that gives rise to the central nervous system. This process pertains to the initial formation of a structure from unspecified parts. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain, spinal cord and spinal nerves. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021556" ;
    a owl:Class ;
    rdfs:label "central nervous system formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021551
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0021559
    obo:IAO_0000115 "The process whose specific outcome is the progression of the trigeminal nerve over time, from its formation to the mature structure. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." ;
    oboInOwl:hasExactSynonym "cranial nerve 5 development", "cranial nerve V development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN V development" ;
    oboInOwl:id "GO:0021559" ;
    a owl:Class ;
    rdfs:label "trigeminal nerve development" ;
    rdfs:subClassOf obo:GO_0021545, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001645
            ]
        )
    ] .

obo:GO_0021563
    obo:IAO_0000115 "Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." ;
    oboInOwl:hasExactSynonym "cranial nerve 9 development", "cranial nerve IX development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN IX development" ;
    oboInOwl:id "GO:0021563" ;
    a owl:Class ;
    rdfs:label "glossopharyngeal nerve development" ;
    rdfs:subClassOf obo:GO_0021545, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001649
            ]
        )
    ] .

obo:GO_0021564
    obo:IAO_0000115 "The process whose specific outcome is the progression of the vagus nerve over time, from its formation to the mature structure. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." ;
    oboInOwl:hasExactSynonym "cranial nerve X development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN X development", "cranial nerve 10 development" ;
    oboInOwl:id "GO:0021564" ;
    a owl:Class ;
    rdfs:label "vagus nerve development" ;
    rdfs:subClassOf obo:GO_0021545, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021783
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001759
            ]
        )
    ] .

obo:GO_0021565
    obo:IAO_0000115 "The process whose specific outcome is the progression of the accessory nerve over time, from its formation to the mature structure. In mice, the spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." ;
    oboInOwl:hasExactSynonym "cranial nerve XI development", "spinal accessory nerve development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XI development", "cranial nerve 11 development" ;
    oboInOwl:id "GO:0021565" ;
    a owl:Class ;
    rdfs:label "accessory nerve development" ;
    rdfs:subClassOf obo:GO_0021545, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002019
            ]
        )
    ] .

obo:GO_0021566
    obo:IAO_0000115 "The process whose specific outcome is the progression of the hypoglossal nerve over time, from its formation to the mature structure. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." ;
    oboInOwl:hasExactSynonym "cranial nerve XII development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XII development", "cranial nerve 12 development" ;
    oboInOwl:id "GO:0021566" ;
    a owl:Class ;
    rdfs:label "hypoglossal nerve development" ;
    rdfs:subClassOf obo:GO_0021545, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001650
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
        )
    ] .

obo:GO_0021575
    obo:IAO_0000115 "The process in which the anatomical structure of the hindbrain is generated and organized. The hindbrain is the region consisting of the medulla, pons and cerebellum. Areas of the hindbrain control motor and autonomic functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "rhombencephalon morphogenesis" ;
    oboInOwl:id "GO:0021575" ;
    a owl:Class ;
    rdfs:label "hindbrain morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:GO_0021576
    obo:IAO_0000115 "The process that gives rise to the hindbrain. This process pertains to the initial formation of a structure from unspecified parts. The hindbrain is the region consisting of the medulla, pons and cerebellum. Areas of the hindbrain control motor and autonomic functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021576" ;
    a owl:Class ;
    rdfs:label "hindbrain formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021575
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:GO_0021578
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the hindbrain to attain its fully functional state. The hindbrain is the region consisting of the medulla, pons and cerebellum. Areas of the hindbrain control motor and autonomic functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021578" ;
    a owl:Class ;
    rdfs:label "hindbrain maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021626
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:GO_0021579
    obo:IAO_0000115 "The process in which the anatomical structure of the medulla oblongata is generated and organized. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "medulla morphogenesis", "myelencephalon morphogenesis" ;
    oboInOwl:id "GO:0021579" ;
    a owl:Class ;
    rdfs:label "medulla oblongata morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021550
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021575
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:GO_0021580
    obo:IAO_0000115 "The process that gives rise to the medulla oblongata. This process pertains to the initial formation of a structure from unspecified parts. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "medulla biosynthesis", "medulla formation", "myelencephalon biosynthesis", "myelencephalon formation" ;
    oboInOwl:id "GO:0021580" ;
    a owl:Class ;
    rdfs:label "medulla oblongata formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021576
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021579
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:GO_0021582
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the medulla oblongata to attain its fully functional state. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "medulla maturation", "myelencephalon maturation" ;
    oboInOwl:id "GO:0021582" ;
    a owl:Class ;
    rdfs:label "medulla oblongata maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021550
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021578
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:GO_0021583
    obo:IAO_0000115 "The process in which the anatomical structure of the pons is generated and organized. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021583" ;
    a owl:Class ;
    rdfs:label "pons morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021575
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000988
            ]
        )
    ] .

obo:GO_0021584
    obo:IAO_0000115 "The process that gives rise to the pons. This process pertains to the initial formation of a structure from unspecified parts. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021584" ;
    a owl:Class ;
    rdfs:label "pons formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021576
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021583
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000988
            ]
        )
    ] .

obo:GO_0021586
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the pons to attain its fully functional state. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021586" ;
    a owl:Class ;
    rdfs:label "pons maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021578
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0000988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0000988
            ]
        )
    ] .

obo:GO_0021593
    obo:IAO_0000115 "The process in which the anatomical structure of the rhombomere is generated and organized. Rhombomeres are transverse segments of the developing rhombencephalon. Rhombomeres are lineage restricted, express different genes from one another, and adopt different developmental fates." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021593" ;
    a owl:Class ;
    rdfs:label "rhombomere morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021546
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001892
            ]
        )
    ] .

obo:GO_0021594
    obo:IAO_0000115 "The process that gives rise to the rhombomere. This process pertains to the initial formation of a structure from unspecified parts. Rhombomeres are transverse segments of the developing rhombencephalon. Rhombomeres are lineage restricted, express different genes from one another, and adopt different developmental fates." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021594" ;
    a owl:Class ;
    rdfs:label "rhombomere formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001892
            ]
        )
    ] .

obo:GO_0021602
    obo:IAO_0000115 "The process in which the anatomical structure of the cranial nerves are generated and organized. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021602" ;
    a owl:Class ;
    rdfs:label "cranial nerve morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021545
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001785
            ]
        )
    ] .

obo:GO_0021603
    obo:IAO_0000115 "The process that gives rise to the cranial nerves. This process pertains to the initial formation of a structure from unspecified parts. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021603" ;
    a owl:Class ;
    rdfs:label "cranial nerve formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021602
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001785
            ]
        )
    ] .

obo:GO_0021605
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a cranial nerve to attain its fully functional state. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021605" ;
    a owl:Class ;
    rdfs:label "cranial nerve maturation" ;
    rdfs:subClassOf obo:GO_0021682, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021545
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001785
            ]
        )
    ] .

obo:GO_0021606
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the accessory nerve to attain its fully functional state. The spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XI maturation", "spinal accessory nerve maturation" ;
    oboInOwl:id "GO:0021606" ;
    a owl:Class ;
    rdfs:label "accessory nerve maturation" ;
    rdfs:subClassOf obo:GO_0021605, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0002019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0002019
            ]
        )
    ] .

obo:GO_0021607
    obo:IAO_0000115 "The process in which the anatomical structure of the accessory nerve is generated and organized. The spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XI morphogenesis" ;
    oboInOwl:id "GO:0021607" ;
    a owl:Class ;
    rdfs:label "accessory nerve morphogenesis" ;
    rdfs:subClassOf obo:GO_0021602, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002019
            ]
        )
    ] .

obo:GO_0021608
    obo:IAO_0000115 "The process that gives rise to the accessory nerve. This process pertains to the initial formation of a structure from unspecified parts. The spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XI biosynthesis", "CN XI formation" ;
    oboInOwl:id "GO:0021608" ;
    a owl:Class ;
    rdfs:label "accessory nerve formation" ;
    rdfs:subClassOf obo:GO_0021603, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021607
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002019
            ]
        )
    ] .

obo:GO_0021614
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the glossopharyngeal nerve to attain its fully functional state. Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN IX maturation" ;
    oboInOwl:id "GO:0021614" ;
    a owl:Class ;
    rdfs:label "glossopharyngeal nerve maturation" ;
    rdfs:subClassOf obo:GO_0021605, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021563
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001649
            ]
        )
    ] .

obo:GO_0021615
    obo:IAO_0000115 "The process in which the anatomical structure of the glossopharyngeal nerve is generated and organized. Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN IX morphogenesis" ;
    oboInOwl:id "GO:0021615" ;
    a owl:Class ;
    rdfs:label "glossopharyngeal nerve morphogenesis" ;
    rdfs:subClassOf obo:GO_0021602, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021563
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001649
            ]
        )
    ] .

obo:GO_0021616
    obo:IAO_0000115 "The process that gives rise to the glossopharyngeal nerve. This process pertains to the initial formation of a structure from unspecified parts. Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN IX biosynthesis", "CN IX formation" ;
    oboInOwl:id "GO:0021616" ;
    a owl:Class ;
    rdfs:label "glossopharyngeal nerve formation" ;
    rdfs:subClassOf obo:GO_0021603, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021615
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001649
            ]
        )
    ] .

obo:GO_0021618
    obo:IAO_0000115 "The process in which the anatomical structure of the hypoglossal nerve is generated and organized. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XII morphogenesis" ;
    oboInOwl:id "GO:0021618" ;
    a owl:Class ;
    rdfs:label "hypoglossal nerve morphogenesis" ;
    rdfs:subClassOf obo:GO_0021602, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021566
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001650
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
        )
    ] .

obo:GO_0021619
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the hypoglossal nerve to attain its fully functional state. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XII maturation" ;
    oboInOwl:id "GO:0021619" ;
    a owl:Class ;
    rdfs:label "hypoglossal nerve maturation" ;
    rdfs:subClassOf obo:GO_0021605, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021566
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001650
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
        )
    ] .

obo:GO_0021620
    obo:IAO_0000115 "The process that gives rise to the hypoglossal nerve. This process pertains to the initial formation of a structure from unspecified parts. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN XII biosynthesis", "CN XII formation" ;
    oboInOwl:id "GO:0021620" ;
    a owl:Class ;
    rdfs:label "hypoglossal nerve formation" ;
    rdfs:subClassOf obo:GO_0021603, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021618
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001650
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
        )
    ] .

obo:GO_0021626
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the central nervous system to attain its fully functional state. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain and spinal cord. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021626" ;
    a owl:Class ;
    rdfs:label "central nervous system maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0021635
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the trigeminal nerve to attain its fully functional state. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN V maturation" ;
    oboInOwl:id "GO:0021635" ;
    a owl:Class ;
    rdfs:label "trigeminal nerve maturation" ;
    rdfs:subClassOf obo:GO_0021605, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021559
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001645
            ]
        )
    ] .

obo:GO_0021636
    obo:IAO_0000115 "The process in which the anatomical structure of the trigeminal nerve is generated and organized. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN V morphogenesis" ;
    oboInOwl:id "GO:0021636" ;
    a owl:Class ;
    rdfs:label "trigeminal nerve morphogenesis" ;
    rdfs:subClassOf obo:GO_0021602, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021559
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001645
            ]
        )
    ] .

obo:GO_0021638
    obo:IAO_0000115 "The process that gives rise to the trigeminal nerve. This process pertains to the initial formation of a structure from unspecified parts. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN V biosynthesis", "CN V formation" ;
    oboInOwl:id "GO:0021638" ;
    a owl:Class ;
    rdfs:label "trigeminal nerve formation" ;
    rdfs:subClassOf obo:GO_0021603, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021636
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001645
            ]
        )
    ] .

obo:GO_0021643
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the vagus nerve to attain its fully functional state. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN X maturation" ;
    oboInOwl:id "GO:0021643" ;
    a owl:Class ;
    rdfs:label "vagus nerve maturation" ;
    rdfs:subClassOf obo:GO_0021605, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021564
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001759
            ]
        )
    ] .

obo:GO_0021644
    obo:IAO_0000115 "The process in which the anatomical structure of the vagus nerve is generated and organized. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN X morphogenesis" ;
    oboInOwl:id "GO:0021644" ;
    a owl:Class ;
    rdfs:label "vagus nerve morphogenesis" ;
    rdfs:subClassOf obo:GO_0021602, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021564
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001759
            ]
        )
    ] .

obo:GO_0021646
    obo:IAO_0000115 "The process that gives rise to the vagus nerve. This process pertains to the initial formation of a structure from unspecified parts. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "CN X biosynthesis", "CN X formation" ;
    oboInOwl:id "GO:0021646" ;
    a owl:Class ;
    rdfs:label "vagus nerve formation" ;
    rdfs:subClassOf obo:GO_0021603, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021644
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001759
            ]
        )
    ] .

obo:GO_0021654
    obo:IAO_0000115 "The process that gives rise to a rhombomere boundary. This process pertains to the initial formation of a boundary delimiting a rhombomere. Rhombomeres are transverse segments of the developing rhombencephalon that are lineage restricted, express different genes from one another, and adopt different developmental fates. Rhombomeres are numbered in anterior to posterior order." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021654" ;
    a owl:Class ;
    rdfs:label "rhombomere boundary formation" ;
    rdfs:subClassOf obo:GO_0048859, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021594
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0018239
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0018239
            ]
        )
    ] .

obo:GO_0021675
    obo:IAO_0000115 "The process whose specific outcome is the progression of a nerve over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021675" ;
    a owl:Class ;
    rdfs:label "nerve development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001021
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001021
            ]
        )
    ] .

obo:GO_0021682
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a nerve to attain its fully functional state." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021682" ;
    a owl:Class ;
    rdfs:label "nerve maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021675
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001021
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001021
            ]
        )
    ] .

obo:GO_0021700
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for an anatomical structure, cell or cellular component to attain its fully functional state." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021700" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "developmental maturation" ;
    rdfs:subClassOf obo:GO_0032502 .

obo:GO_0021703
    obo:IAO_0000115 "The process whose specific outcome is the progression of the locus ceruleus over time, from its formation to the mature structure. The locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." ;
    oboInOwl:hasExactSynonym "locus caeruleus development", "locus coeruleus development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021703" ;
    a owl:Class ;
    rdfs:label "locus ceruleus development" ;
    rdfs:subClassOf obo:GO_0048857, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002148
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002148
            ]
        )
    ] .

obo:GO_0021704
    obo:IAO_0000115 "The process in which the anatomical structure of the locus ceruleus is generated and organized. In mice, the locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021704" ;
    a owl:Class ;
    rdfs:label "locus ceruleus morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021583
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021703
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002148
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002148
            ]
        )
    ] .

obo:GO_0021705
    obo:IAO_0000115 "The process that gives rise to the locus ceruleus. This process pertains to the initial formation of a structure from unspecified parts. In mice, the locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021705" ;
    a owl:Class ;
    rdfs:label "locus ceruleus formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021584
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021704
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002148
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002148
            ]
        )
    ] .

obo:GO_0021706
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the locus ceruleus to attain its fully functional state. The locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021706" ;
    a owl:Class ;
    rdfs:label "locus ceruleus maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021703
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0002148
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0002148
            ]
        )
    ] .

obo:GO_0021718
    obo:IAO_0000115 "The process whose specific outcome is the progression of the superior olivary nucleus over time, from its formation to the mature structure. In mice, the superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "superior olive development" ;
    oboInOwl:id "GO:0021718" ;
    a owl:Class ;
    rdfs:label "superior olivary nucleus development" ;
    rdfs:subClassOf obo:GO_0048857, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0007247
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0007247
            ]
        )
    ] .

obo:GO_0021719
    obo:IAO_0000115 "The process in which the anatomical structure of the superior olivary nucleus is generated and organized. In mice, the superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "superior olive morphogenesis" ;
    oboInOwl:id "GO:0021719" ;
    a owl:Class ;
    rdfs:label "superior olivary nucleus morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021583
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021718
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0007247
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0007247
            ]
        )
    ] .

obo:GO_0021720
    obo:IAO_0000115 "The process that gives rise to the superior olivary nucleus. This process pertains to the initial formation of a structure from unspecified parts. In mice, the superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021720" ;
    a owl:Class ;
    rdfs:label "superior olivary nucleus formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021584
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021719
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0007247
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0007247
            ]
        )
    ] .

obo:GO_0021722
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the superior olivary nucleus to attain its fully functional state. The superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "superior olive maturation" ;
    oboInOwl:id "GO:0021722" ;
    a owl:Class ;
    rdfs:label "superior olivary nucleus maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021718
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0007247
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0007247
            ]
        )
    ] .

obo:GO_0021732
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for the midbrain-hindbrain boundary to attain its fully functional state. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages. An organizing center at the boundary patterns the midbrain and hindbrain primordia of the neural plate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "MHB maturation", "isthmus maturation" ;
    oboInOwl:id "GO:0021732" ;
    a owl:Class ;
    rdfs:label "midbrain-hindbrain boundary maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030917
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0003052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0003052
            ]
        )
    ] .

obo:GO_0021743
    obo:IAO_0000115 "The process whose specific outcome is the progression of the hypoglossal nucleus over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021743" ;
    a owl:Class ;
    rdfs:label "hypoglossal nucleus development" ;
    rdfs:subClassOf obo:GO_0048857, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021550
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002871
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002871
            ]
        )
    ] .

obo:GO_0021751
    obo:IAO_0000115 "The process whose specific outcome is the progression of a salivary nucleus over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021751" ;
    a owl:Class ;
    rdfs:label "salivary nucleus development" ;
    rdfs:subClassOf obo:GO_0048857, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004133
            ]
        )
    ] .

obo:GO_0021753
    obo:IAO_0000115 "The process whose specific outcome is the progression of the superior salivary nucleus over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021753" ;
    a owl:Class ;
    rdfs:label "superior salivary nucleus development" ;
    rdfs:subClassOf obo:GO_0021751, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002149
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002149
            ]
        )
    ] .

obo:GO_0021782
    obo:IAO_0000115 "The process aimed at the progression of a glial cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021782" ;
    a owl:Class ;
    rdfs:label "glial cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010001
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0021783
    obo:IAO_0000115 "The process whose specific outcome is the progression of a preganglionic parasympathetic fiber over time, from its formation to the mature structure. A preganglionic parasympathetic fiber is a cholinergic axonal fiber projecting from the CNS to a parasympathetic ganglion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021783" ;
    a owl:Class ;
    rdfs:label "preganglionic parasympathetic fiber development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048486
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0011930
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0011930
            ]
        )
    ] .

obo:GO_0021795
    obo:IAO_0000115 "The orderly movement of cells from one site to another in the cerebral cortex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021795" ;
    a owl:Class ;
    rdfs:label "cerebral cortex cell migration" ;
    rdfs:subClassOf obo:GO_0022029, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021987
    ] .

obo:GO_0021799
    obo:IAO_0000115 "The migration of cells in the developing cerebral cortex in which cells move from the ventricular and/or subventricular zone toward the surface of the brain." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021799" ;
    a owl:Class ;
    rdfs:label "cerebral cortex radially oriented cell migration" ;
    rdfs:subClassOf obo:GO_0021795 .

obo:GO_0021801
    obo:IAO_0000115 "The radial migration of neuronal or glial precursor cells along radial glial cells during the development of the cerebral cortex." ;
    oboInOwl:hasExactSynonym "cerebral cortex radial glia guided migration", "cerebral cortex radial glia-dependent cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "glial-guided locomotion" ;
    oboInOwl:id "GO:0021801" ;
    a owl:Class ;
    rdfs:label "cerebral cortex radial glia-guided migration" ;
    rdfs:subClassOf obo:GO_0021799, obo:GO_0022030 .

obo:GO_0021814
    obo:IAO_0000115 "The movement of a cell along the process of a radial glial cell involved in cerebral cortex glial-mediated radial migration." ;
    oboInOwl:hasExactSynonym "cell locomotion involved in cerebral cortex glial-mediated radial migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell locomotion involved in cerebral cortex radial glia guided migration" ;
    oboInOwl:id "GO:0021814" ;
    a owl:Class ;
    rdfs:label "cell motility involved in cerebral cortex radial glia guided migration" ;
    rdfs:subClassOf obo:GO_0048870, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021801
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048870
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0021801
            ]
        )
    ] .

obo:GO_0021815
    obo:IAO_0000115 "Rearrangements of the microtubule cytoskeleton that contribute to the movement of cells along radial glial cells as a component of the process of cerebral cortex glial-mediated radial migration." ;
    oboInOwl:hasExactSynonym "modulation of microtubule cytoskeleton involved in cerebral cortex glial-mediated radial migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021815" ;
    a owl:Class ;
    rdfs:label "modulation of microtubule cytoskeleton involved in cerebral cortex radial glia guided migration" ;
    rdfs:subClassOf obo:GO_0000226, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021814
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0000226
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0021801
            ]
        )
    ] .

obo:GO_0021819
    obo:IAO_0000115 "The detachment of cells from radial glial fibers at the appropriate time when they cease to migrate and form distinct layer in the cerebral cortex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cerebral cortex lamination" ;
    oboInOwl:id "GO:0021819" ;
    a owl:Class ;
    rdfs:label "layer formation in cerebral cortex" ;
    rdfs:subClassOf obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021801
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:GO_0021822
    obo:IAO_0000115 "The intracellular signaling pathway that results in the cessation of cell movement involved in lamination of the cerebral cortex." ;
    oboInOwl:hasExactSynonym "down regulation of cell locomotion involved in cerebral cortex glial-mediated radial cell migration", "down-regulation of cell locomotion involved in cerebral cortex glial-mediated radial cell migration", "downregulation of cell locomotion involved in cerebral cortex glial-mediated radial cell migration", "negative regulation of cell locomotion involved in cerebral cortex glial-mediated radial migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell locomotion involved in cerebral cortex glial-mediated radial cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cell locomotion involved in cerebral cortex radial glia guided migration" ;
    oboInOwl:id "GO:0021822" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell motility involved in cerebral cortex radial glia guided migration" ;
    rdfs:subClassOf obo:GO_1903976, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021819
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0021814
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0021814
            ]
        )
    ] .

obo:GO_0021846
    obo:IAO_0000115 "The creation of greater cell numbers in the forebrain due to cell division of progenitor cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021846" ;
    a owl:Class ;
    rdfs:label "cell proliferation in forebrain" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0061351, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001890
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:GO_0021852
    obo:IAO_0000115 "The migration of a pyramidal neuron precursor from the ventricular zone to the correct layer of the cerebral cortex." ;
    oboInOwl:hasBroadSynonym "pyramidal neuron migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "projection neuron migration" ;
    oboInOwl:id "GO:0021852" ;
    a owl:Class ;
    rdfs:label "pyramidal neuron migration to cerebral cortex" ;
    rdfs:subClassOf obo:GO_0021801, obo:GO_0140650, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021860
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:UBERON_0000956
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000598
            ]
        )
    ] .

obo:GO_0021859
    obo:IAO_0000115 "The process in which a neuroblast or one of its progeny commits to a pyramidal neuron fate, migrates from the ventricular zone to the appropriate layer in the cortex and develops into a mature neuron." ;
    oboInOwl:hasBroadSynonym "projection neuron differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021859" ;
    a owl:Class ;
    rdfs:label "pyramidal neuron differentiation" ;
    rdfs:subClassOf obo:GO_0021953, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000598
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000598
            ]
        )
    ] .

obo:GO_0021860
    obo:IAO_0000115 "The progression of a pyramidal neuron from its initial formation to its mature state." ;
    oboInOwl:hasBroadSynonym "projection neuron development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021860" ;
    a owl:Class ;
    rdfs:label "pyramidal neuron development" ;
    rdfs:subClassOf obo:GO_0021884, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021859
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000598
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000598
            ]
        )
    ] .

obo:GO_0021863
    obo:IAO_0000115 "The process in which neuroepithelial cells in the neural tube acquire specialized structural and/or functional features of basal progenitor cells, neuroblasts that lose their contacts with the ventricular surface. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasExactSynonym "abventricular progenitor cell differentiation", "intermediate progenitor cell differentiation", "non-surface dividing progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021863" ;
    a owl:Class ;
    rdfs:label "forebrain neuroblast differentiation" ;
    rdfs:subClassOf obo:GO_0014016, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021872
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000042
            ]
        )
    ] .

obo:GO_0021872
    obo:IAO_0000115 "The process in which nerve cells are generated in the forebrain. This includes the production of neuroblasts from and their differentiation into neurons." ;
    oboInOwl:hasExactSynonym "generation of neurons in forebrain" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021872" ;
    a owl:Class ;
    rdfs:label "forebrain generation of neurons" ;
    rdfs:subClassOf obo:GO_0048699, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:GO_0021879
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuron that will reside in the forebrain." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021879" ;
    a owl:Class ;
    rdfs:label "forebrain neuron differentiation" ;
    rdfs:subClassOf obo:GO_0021953, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021872
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0012001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0012001
            ]
        )
    ] .

obo:GO_0021884
    obo:IAO_0000115 "The process whose specific outcome is the progression of a neuron that resides in the forebrain, from its initial commitment to its fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021884" ;
    a owl:Class ;
    rdfs:label "forebrain neuron development" ;
    rdfs:subClassOf obo:GO_0021954, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021879
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0012001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0012001
            ]
        )
    ] .

obo:GO_0021885
    obo:IAO_0000115 "The orderly movement of a cell from one site to another at least one of which is located in the forebrain." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021885" ;
    a owl:Class ;
    rdfs:label "forebrain cell migration" ;
    rdfs:subClassOf obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:GO_0021895
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuron residing in the cerebral cortex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021895" ;
    a owl:Class ;
    rdfs:label "cerebral cortex neuron differentiation" ;
    rdfs:subClassOf obo:GO_0021879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0010012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0010012
            ]
        )
    ] .

obo:GO_0021903
    obo:IAO_0000115 "The process in which the neural tube is divided into specific regions along the rostrocaudal axis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "anterior-posterior neural tube patterning" ;
    oboInOwl:id "GO:0021903" ;
    a owl:Class ;
    rdfs:label "rostrocaudal neural tube patterning" ;
    rdfs:subClassOf obo:GO_0009952, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021532
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:GO_0021905
    obo:IAO_0000115 "The process whose specific outcome is the creation of the forebrain-midbrain boundary." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021905" ;
    a owl:Class ;
    rdfs:label "forebrain-midbrain boundary formation" ;
    rdfs:subClassOf obo:GO_0048856, obo:GO_0048859, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0005075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0005075
            ]
        )
    ] .

obo:GO_0021906
    obo:IAO_0000115 "The process whose specific outcome is the formation of the hindbrain-spinal cord boundary." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021906" ;
    a owl:Class ;
    rdfs:label "hindbrain-spinal cord boundary formation" ;
    rdfs:subClassOf obo:GO_0048859, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0005076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0005076
            ]
        )
    ] .

obo:GO_0021915
    obo:IAO_0000115 "The process whose specific outcome is the progression of the neural tube over time, from its formation to the mature structure. The mature structure of the neural tube exists when the tube has been segmented into the forebrain, midbrain, hindbrain and spinal cord regions. In addition neural crest has budded away from the epithelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021915" ;
    a owl:Class ;
    rdfs:label "neural tube development" ;
    rdfs:subClassOf obo:GO_0035295, obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001049
            ]
        )
    ] .

obo:GO_0021953
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuron whose cell body resides in the central nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021953" ;
    a owl:Class ;
    rdfs:label "central nervous system neuron differentiation" ;
    rdfs:subClassOf obo:GO_0030182, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_2000029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_2000029
            ]
        )
    ] .

obo:GO_0021954
    obo:IAO_0000115 "The process whose specific outcome is the progression of a neuron whose cell body is located in the central nervous system, from initial commitment of the cell to a neuronal fate, to the fully functional differentiated neuron." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021954" ;
    a owl:Class ;
    rdfs:label "central nervous system neuron development" ;
    rdfs:subClassOf obo:GO_0048666, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021953
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_2000029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_2000029
            ]
        )
    ] .

obo:GO_0021987
    obo:IAO_0000115 "The progression of the cerebral cortex over time from its initial formation until its mature state. The cerebral cortex is the outer layered region of the telencephalon." ;
    oboInOwl:hasNarrowSynonym "corticogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neocortex development" ;
    oboInOwl:id "GO:0021987" ;
    a owl:Class ;
    rdfs:label "cerebral cortex development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021543
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000956
            ]
        )
    ] .

obo:GO_0021990
    obo:IAO_0000115 "The formation of the flat, thickened layer of ectodermal cells known as the neural plate. The underlying dorsal mesoderm signals the ectodermal cells above it to elongate into columnar neural plate cells. The neural plate subsequently develops into the neural tube, which gives rise to the central nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0021990" ;
    a owl:Class ;
    rdfs:label "neural plate formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003075
            ]
        )
    ] .

obo:GO_0021999
    obo:IAO_0000115 "The process that regulates the coordinated growth and differentiation that establishes the non-random anterior-posterior spatial arrangement of the neural plate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neural plate anterior/posterior pattern formation" ;
    oboInOwl:id "GO:0021999" ;
    a owl:Class ;
    rdfs:label "neural plate anterior/posterior regionalization" ;
    rdfs:subClassOf obo:GO_0009952, obo:GO_0060897 .

obo:GO_0022008
    obo:IAO_0000115 "Generation of cells within the nervous system." ;
    oboInOwl:hasDbXref "Wikipedia:Neurogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neural cell differentiation" ;
    oboInOwl:id "GO:0022008" ;
    a owl:Class ;
    rdfs:label "neurogenesis" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0022009
    obo:IAO_0000115 "The differentiation of endothelial cells from progenitor cells during blood vessel development, and the de novo formation of blood vessels and tubes in the central nervous system. The capillary endothelial cells in the brain are specialized to form the blood-brain barrier." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022009" ;
    a owl:Class ;
    rdfs:label "central nervous system vasculogenesis" ;
    rdfs:subClassOf obo:GO_0001570, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001570
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0022010
    obo:IAO_0000115 "The process in which neuronal axons and dendrites become coated with a segmented lipid-rich sheath (myelin) to enable faster and more energetically efficient conduction of electrical impulses. The sheath is formed by the cell membranes of oligodendrocytes in the central nervous system. Adjacent myelin segments are separated by a non-myelinated stretch of axon called a node of Ranvier." ;
    oboInOwl:hasExactSynonym "myelination in central nervous system" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022010" ;
    a owl:Class ;
    rdfs:label "central nervous system myelination" ;
    rdfs:subClassOf obo:GO_0032291, obo:GO_0042552, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014003
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0042552
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0022011
    obo:IAO_0000115 "The process in which neuronal axons and dendrites become coated with a segmented lipid-rich sheath (myelin) to enable faster and more energetically efficient conduction of electrical impulses. The sheath is formed by the cell membranes of Schwann cells in the peripheral nervous system. Adjacent myelin segments are separated by a non-myelinated stretch of axon called a node of Ranvier." ;
    oboInOwl:hasExactSynonym "peripheral nervous system myelination" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022011" ;
    a owl:Class ;
    rdfs:label "myelination in peripheral nervous system" ;
    rdfs:subClassOf obo:GO_0032292, obo:GO_0042552, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0014044
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0042552
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0000010
            ]
        )
    ] .

obo:GO_0022029
    obo:IAO_0000115 "The orderly movement of a cell from one site to another at least one of which is located in the telencephalon." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022029" ;
    a owl:Class ;
    rdfs:label "telencephalon cell migration" ;
    rdfs:subClassOf obo:GO_0021885, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021537
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:GO_0022030
    obo:IAO_0000115 "The orderly movement of glial cells through the telencephalon." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022030" ;
    a owl:Class ;
    rdfs:label "telencephalon glial cell migration" ;
    rdfs:subClassOf obo:GO_0008347, obo:GO_0022029 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008347
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:GO_0022032
    obo:IAO_0000115 "The multiplication or reproduction of telencephalon oligodendrocyte cells, resulting in the expansion of a cell population." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022032" ;
    a owl:Class ;
    rdfs:label "telencephalon oligodendrocyte cell migration" ;
    rdfs:subClassOf obo:GO_0022030, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000128
            ]
        )
    ] .

obo:GO_0022035
    obo:IAO_0000115 "The movement of a cell within a rhombomere. This process is known to occur as an early step in the generation of anatomical structure from a rhombomere." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022035" ;
    a owl:Class ;
    rdfs:label "rhombomere cell migration" ;
    rdfs:subClassOf obo:GO_0021535, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021546
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:UBERON_0001892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:UBERON_0001892
            ]
        )
    ] .

obo:GO_0022037
    obo:IAO_0000115 "The process whose specific outcome is the progression of the metencephalon over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022037" ;
    a owl:Class ;
    rdfs:label "metencephalon development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001895
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001895
            ]
        )
    ] .

obo:GO_0022402
    obo:IAO_0000115 "The cellular process that ensures successive accurate and complete genome replication and chromosome segregation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022402" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_euk_cellular_processes_ribbon ;
    a owl:Class ;
    rdfs:label "cell cycle process" ;
    rdfs:subClassOf obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007049
            ]
        )
    ] .

obo:GO_0022406
    obo:IAO_0000115 "The initial attachment of a membrane or protein to a target membrane. Docking requires only that the proteins come close enough to interact and adhere." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022406" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "membrane docking" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0022411
    obo:IAO_0000115 "A cellular process that results in the breakdown of a cellular component." ;
    oboInOwl:hasAlternativeId "GO:0071845" ;
    oboInOwl:hasExactSynonym "cell structure disassembly", "cellular component disassembly at cellular level" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022411" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "cellular component disassembly" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005575
    ] ;
    owl:disjointWith obo:GO_0022607 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005575
            ]
        )
    ] .

obo:GO_0022412
    obo:IAO_0000115 "A process, occurring at the cellular level, that is involved in the reproductive function of a multicellular organism." ;
    oboInOwl:hasExactSynonym "reproductive cellular process in multicellular organism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022412" ;
    a owl:Class ;
    rdfs:label "cellular process involved in reproduction in multicellular organism" ;
    rdfs:subClassOf obo:GO_0009987, obo:GO_0048609 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            obo:GO_0048609
        )
    ] .

obo:GO_0022414
    obo:IAO_0000115 "A biological process that directly contributes to the process of producing new individuals by one or two organisms. The new individuals inherit some proportion of their genetic material from the parent or parents." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-09-19T15:56:06Z" ;
    oboInOwl:hasAlternativeId "GO:0044702" ;
    oboInOwl:hasDbXref "Wikipedia:Reproduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single organism reproductive process" ;
    oboInOwl:id "GO:0022414" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_agr, go:goslim_chembl, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_pir, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:label "reproductive process" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0022600
    obo:IAO_0000115 "A physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022600" ;
    oboInOwl:inSubset go:goslim_generic ;
    a owl:Class ;
    rdfs:label "digestive system process" ;
    rdfs:subClassOf obo:GO_0003008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007586
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0003008
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007586
            ]
        )
    ] .

obo:GO_0022603
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of anatomical structure morphogenesis." ;
    oboInOwl:hasExactSynonym "regulation of morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022603" ;
    a owl:Class ;
    rdfs:label "regulation of anatomical structure morphogenesis" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009653
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009653
            ]
        )
    ] .

obo:GO_0022604
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell morphogenesis. Cell morphogenesis is the developmental process in which the shape of a cell is generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cell shape and cell size", "positive regulation of cell shape and cell size", "regulation of cell shape and cell size" ;
    oboInOwl:id "GO:0022604" ;
    a owl:Class ;
    rdfs:label "regulation of cell morphogenesis" ;
    rdfs:subClassOf obo:GO_0022603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000902
            ]
        )
    ] .

obo:GO_0022607
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a cellular component." ;
    oboInOwl:hasAlternativeId "GO:0071844" ;
    oboInOwl:hasExactSynonym "cell structure assembly", "cellular component assembly at cellular level" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022607" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_euk_cellular_processes_ribbon, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cellular component assembly" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0044085
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005575
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005575
            ]
        )
    ] .

obo:GO_0022612
    obo:IAO_0000115 "The process in which the anatomical structures of a gland are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022612" ;
    a owl:Class ;
    rdfs:label "gland morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048732
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002530
            ]
        )
    ] .

obo:GO_0022613
    obo:IAO_0000115 "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a complex containing RNA and proteins. Includes the biosynthesis of the constituent RNA and protein molecules, and those macromolecular modifications that are involved in synthesis or assembly of the ribonucleoprotein complex." ;
    oboInOwl:hasExactSynonym "RNA-protein complex biogenesis", "ribonucleoprotein complex biogenesis and assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022613" ;
    a owl:Class ;
    rdfs:label "ribonucleoprotein complex biogenesis" ;
    rdfs:subClassOf obo:GO_0044085 .

obo:GO_0022617
    obo:IAO_0000115 "A process that results in the breakdown of the extracellular matrix." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1474228" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022617" ;
    a owl:Class ;
    rdfs:label "extracellular matrix disassembly" ;
    rdfs:subClassOf obo:GO_0022411, obo:GO_0030198, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0031012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0031012
            ]
        )
    ] .

obo:GO_0022618
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of proteins and RNA molecules to form a ribonucleoprotein complex." ;
    oboInOwl:hasExactSynonym "RNA-protein complex assembly", "RNP complex assembly", "ribonucleoprotein complex assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0022618" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "protein-RNA complex assembly" ;
    rdfs:subClassOf obo:GO_0065003, obo:GO_0071826, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0022613
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_1990904
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_1990904
            ]
        )
    ] .

obo:GO_0022626
    obo:IAO_0000115 "A ribosome located in the cytosol." ;
    oboInOwl:hasAlternativeId "GO:0005830", "GO:0009281", "GO:0030871" ;
    oboInOwl:hasNarrowSynonym "70S ribosome", "80S ribosome" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0022626" ;
    a owl:Class ;
    rdfs:label "cytosolic ribosome" ;
    rdfs:subClassOf obo:GO_0005840, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005829
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005840
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005829
            ]
        )
    ] .

obo:GO_0023019
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of gene expression as a consequence of a process in which a signal is released and/or conveyed from one location to another." ;
    oboInOwl:creation_date "2010-02-16T09:30:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of gene expression as a consequence of signal transmission" ;
    oboInOwl:id "GO:0023019" ;
    a owl:Class ;
    rdfs:label "signal transduction involved in regulation of gene expression" ;
    rdfs:subClassOf obo:GO_0007165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0010468
            ]
        )
    ] .

obo:GO_0023051
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a signaling process." ;
    oboInOwl:creation_date "2010-02-16T09:30:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of signaling process", "regulation of signalling process" ;
    oboInOwl:id "GO:0023051" ;
    a owl:Class ;
    rdfs:label "regulation of signaling" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0023052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0023052
            ]
        )
    ] .

obo:GO_0023052
    obo:IAO_0000115 "The entirety of a process in which information is transmitted within a biological system. This process begins with an active signal and ends when a cellular response has been triggered." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-02-16T09:30:50Z" ;
    oboInOwl:hasAlternativeId "GO:0023046", "GO:0044700" ;
    oboInOwl:hasExactSynonym "biological signaling", "signaling process", "signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "signalling process", "single organism signaling" ;
    oboInOwl:id "GO:0023052" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_mouse, go:goslim_pombe, go:goslim_prokaryote, go:goslim_prokaryote_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that a signal is any variable property or parameter that serves to convey information, and may be a physical entity such as a gene product or small molecule, a photon, or a change in state such as movement or voltage change." ;
    rdfs:label "signaling" ;
    rdfs:subClassOf obo:GO_0050789 .

obo:GO_0023056
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of a signaling process." ;
    oboInOwl:creation_date "2010-02-16T09:30:50Z" ;
    oboInOwl:hasExactSynonym "positive regulation of signalling process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of signaling process" ;
    oboInOwl:id "GO:0023056" ;
    a owl:Class ;
    rdfs:label "positive regulation of signaling" ;
    rdfs:subClassOf obo:GO_0023051, obo:GO_0048518, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0023052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0023052
            ]
        )
    ] .

obo:GO_0023057
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a signaling process." ;
    oboInOwl:creation_date "2010-02-16T09:30:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of signaling process", "negative regulation of signalling process" ;
    oboInOwl:id "GO:0023057" ;
    a owl:Class ;
    rdfs:label "negative regulation of signaling" ;
    rdfs:subClassOf obo:GO_0023051, obo:GO_0048519, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0023052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0023052
            ]
        )
    ] .

obo:GO_0023061
    obo:IAO_0000115 "The process in which a signal is secreted or discharged into the extracellular medium from a cellular source." ;
    oboInOwl:creation_date "2010-02-16T09:30:50Z" ;
    oboInOwl:hasExactSynonym "signal secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0023061" ;
    a owl:Class ;
    rdfs:label "signal release" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0032940, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007267
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032940
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007267
            ]
        )
    ] .

obo:GO_0030010
    obo:IAO_0000115 "The specification and formation of anisotropic intracellular organization or cell growth patterns." ;
    oboInOwl:hasAlternativeId "GO:0000283", "GO:0030468" ;
    oboInOwl:hasExactSynonym "cell polarization" ;
    oboInOwl:hasNarrowSynonym "bud site selection/establishment of cell polarity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030010" ;
    a owl:Class ;
    rdfs:label "establishment of cell polarity" ;
    rdfs:subClassOf obo:GO_0007163 .

obo:GO_0030016
    obo:IAO_0000115 "The contractile element of skeletal and cardiac muscle; a long, highly organized bundle of actin, myosin, and other proteins that contracts by a sliding filament mechanism." ;
    oboInOwl:hasDbXref "Wikipedia:Myofibril" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030016" ;
    a owl:Class ;
    rdfs:label "myofibril" ;
    rdfs:subClassOf obo:GO_0043292, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043292
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000737
            ]
        )
    ] .

obo:GO_0030017
    obo:IAO_0000115 "The repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." ;
    oboInOwl:hasDbXref "Wikipedia:Sarcomere" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030017" ;
    a owl:Class ;
    rdfs:label "sarcomere" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0030029
    obo:IAO_0000115 "Any cellular process that depends upon or alters the actin cytoskeleton, that part of the cytoskeleton comprising actin filaments and their associated proteins." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "microfilament-based process" ;
    oboInOwl:id "GO:0030029" ;
    a owl:Class ;
    rdfs:label "actin filament-based process" ;
    rdfs:subClassOf obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0005884
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0005884
            ]
        )
    ] .

obo:GO_0030030
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a prolongation or process extending from a cell, e.g. a flagellum or axon." ;
    oboInOwl:hasExactSynonym "cell projection organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell projection organization and biogenesis", "cell surface structure organization and biogenesis" ;
    oboInOwl:id "GO:0030030" ;
    oboInOwl:inSubset go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "cell projection organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0042995
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0042995
            ]
        )
    ] .

obo:GO_0030031
    obo:IAO_0000115 "Formation of a prolongation or process extending from a cell, e.g. a flagellum or axon." ;
    oboInOwl:hasExactSynonym "formation of a cell surface projection" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell projection biogenesis" ;
    oboInOwl:id "GO:0030031" ;
    a owl:Class ;
    rdfs:label "cell projection assembly" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0030030, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0042995
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0042995
            ]
        )
    ] .

obo:GO_0030036
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins." ;
    oboInOwl:hasExactSynonym "actin cytoskeleton organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "actin cytoskeleton organization and biogenesis", "actin modulating activity" ;
    oboInOwl:id "GO:0030036" ;
    oboInOwl:inSubset go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "actin cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0007010, obo:GO_0030029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0015629
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0015629
            ]
        )
    ] .

obo:GO_0030048
    obo:IAO_0000115 "Movement of organelles or other particles along actin filaments, or sliding of actin filaments past each other, mediated by motor proteins." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030048" ;
    a owl:Class ;
    rdfs:label "actin filament-based movement" ;
    rdfs:subClassOf obo:GO_0030029 .

obo:GO_0030050
    obo:IAO_0000115 "Movement of a vesicle along an actin filament, mediated by motor proteins." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030050" ;
    a owl:Class ;
    rdfs:label "vesicle transport along actin filament" ;
    rdfs:subClassOf obo:GO_0030048, obo:GO_0099515, obo:GO_0099518 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005884
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0030054
    obo:IAO_0000115 "A cellular component that forms a specialized region of connection between two or more cells, or between a cell and the extracellular matrix, or between two membrane-bound components of a cell, such as flagella." ;
    oboInOwl:hasDbXref "Wikipedia:Cell_junction" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030054" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_drosophila, go:goslim_flybase_ribbon ;
    a owl:Class ;
    rdfs:label "cell junction" ;
    rdfs:subClassOf obo:GO_0110165 .

obo:GO_0030072
    obo:IAO_0000115 "The regulated release of a peptide hormone from a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030072" ;
    a owl:Class ;
    rdfs:label "peptide hormone secretion" ;
    rdfs:subClassOf obo:GO_0002790, obo:GO_0046879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_25905
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_25905
            ]
        )
    ] .

obo:GO_0030097
    obo:IAO_0000115 "The process whose specific outcome is the progression of the myeloid and lymphoid derived organ/tissue systems of the blood and other parts of the body over time, from formation to the mature structure. The site of hemopoiesis is variable during development, but occurs primarily in bone marrow or kidney in many adult vertebrates." ;
    oboInOwl:hasDbXref "Wikipedia:Haematopoiesis" ;
    oboInOwl:hasExactSynonym "blood cell biosynthesis", "blood cell formation", "haemopoiesis", "hematopoiesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030097" ;
    a owl:Class ;
    rdfs:label "hemopoiesis" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000988
            ]
        )
    ] .

obo:GO_0030098
    obo:IAO_0000115 "The process in which a relatively unspecialized precursor cell acquires specialized features of a lymphocyte. A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin." ;
    oboInOwl:hasAlternativeId "GO:0046650" ;
    oboInOwl:hasExactSynonym "lymphocyte cell differentiation", "lymphocytic blood cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "lymphocyte development" ;
    oboInOwl:id "GO:0030098" ;
    a owl:Class ;
    rdfs:comment "Note that immunologists typically use the word 'development' to refer to cells of B or T cell lineages undergoing the process that GO describes as 'cell differentiation'." ;
    rdfs:label "lymphocyte differentiation" ;
    rdfs:subClassOf obo:GO_0046649, obo:GO_1903131, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0030099
    obo:IAO_0000115 "The process in which a relatively unspecialized myeloid precursor cell acquires the specialized features of any cell of the myeloid leukocyte, megakaryocyte, thrombocyte, or erythrocyte lineages." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030099" ;
    a owl:Class ;
    rdfs:label "myeloid cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000763
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000763
            ]
        )
    ] .

obo:GO_0030133
    obo:IAO_0000115 "Any of the vesicles of the constitutive secretory pathway, which carry cargo from the endoplasmic reticulum to the Golgi, between Golgi cisternae, from the Golgi to the ER (retrograde transport) or to destinations within or outside the cell." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao885490876" ;
    oboInOwl:hasExactSynonym "constitutive secretory pathway transport vesicle" ;
    oboInOwl:hasNarrowSynonym "Golgi to vacuole transport vesicle", "Golgi-vacuole transport vesicle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "secretory vesicle" ;
    oboInOwl:id "GO:0030133" ;
    a owl:Class ;
    rdfs:comment "Note that the term 'secretory vesicle' is sometimes used in this sense, but can also mean 'secretory granule ; GO:0030141'." ;
    rdfs:label "transport vesicle" ;
    rdfs:subClassOf obo:GO_0031410, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0012505
    ] .

obo:GO_0030141
    obo:IAO_0000115 "A small subcellular vesicle, surrounded by a membrane, that is formed from the Golgi apparatus and contains a highly concentrated protein destined for secretion. Secretory granules move towards the periphery of the cell and upon stimulation, their membranes fuse with the cell membrane, and their protein load is exteriorized. Processing of the contained protein may take place in secretory granules." ;
    oboInOwl:hasBroadSynonym "secretory vesicle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030141" ;
    a owl:Class ;
    rdfs:comment "Note that the term 'secretory vesicle' is sometimes used in this sense, but can also mean 'transport vesicle ; GO:0030133'." ;
    rdfs:label "secretory granule" ;
    rdfs:subClassOf obo:GO_0099503, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0012505
    ] .

obo:GO_0030154
    obo:IAO_0000115 "The cellular developmental process in which a relatively unspecialized cell, e.g. embryonic or regenerative cell, acquires specialized structural and/or functional features that characterize a specific cell. Differentiation includes the processes involved in commitment of a cell to a specific fate and its subsequent development to the mature state." ;
    oboInOwl:hasDbXref "Wikipedia:Cellular_differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030154" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_mouse, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:label "cell differentiation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048869, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000000
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048869
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0030182
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuron." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030182" ;
    a owl:Class ;
    rdfs:label "neuron differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048699
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0030198
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of an extracellular matrix." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1474244" ;
    oboInOwl:hasExactSynonym "extracellular matrix organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "extracellular matrix organization and biogenesis" ;
    oboInOwl:id "GO:0030198" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic ;
    a owl:Class ;
    rdfs:label "extracellular matrix organization" ;
    rdfs:subClassOf obo:GO_0043062, obo:GO_0045229, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0031012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0031012
            ]
        )
    ] .

obo:GO_0030199
    obo:IAO_0000115 "Any process that determines the size and arrangement of collagen fibrils within an extracellular matrix." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1474290", "Reactome:R-HSA-2214320", "Reactome:R-HSA-2243919" ;
    oboInOwl:hasExactSynonym "collagen fibril organisation", "fibrillar collagen organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030199" ;
    a owl:Class ;
    rdfs:label "collagen fibril organization" ;
    rdfs:subClassOf obo:GO_0030198, obo:GO_0097435, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0098643
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0098643
            ]
        )
    ] .

obo:GO_0030203
    obo:IAO_0000115 "The chemical reactions and pathways involving glycosaminoglycans, any of a group of linear polysaccharides composed of repeating disaccharide units." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1630316" ;
    oboInOwl:hasExactSynonym "glycosaminoglycan metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030203" ;
    a owl:Class ;
    rdfs:label "glycosaminoglycan metabolic process" ;
    rdfs:subClassOf obo:GO_0006022, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_18085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_18085
            ]
        )
    ] .

obo:GO_0030212
    obo:IAO_0000115 "The chemical reactions and pathways involving hyaluronan, the naturally occurring anionic form of hyaluronic acid. Hyaluronan is a type of non-sulfated glycosaminoglycan composed of the repeating disaccharide unit beta(1,4)-D-glucuronic acid-beta(1,3)-N-acetyl-D-glucosamine." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2142845" ;
    oboInOwl:hasExactSynonym "hyaluronan metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030212" ;
    a owl:Class ;
    rdfs:label "hyaluronan metabolic process" ;
    rdfs:subClassOf obo:GO_0030203, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_16336
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_16336
            ]
        )
    ] .

obo:GO_0030213
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of hyaluronan, the naturally occurring anionic form of hyaluronic acid. Hyaluronan is a type of non-sulfated glycosaminoglycan composed of the repeating disaccharide unit beta(1,4)-D-glucuronic acid-beta(1,3)-N-acetyl-D-glucosamine." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-2142850" ;
    oboInOwl:hasExactSynonym "hyaluronan anabolism", "hyaluronan biosynthesis", "hyaluronan formation", "hyaluronan synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030213" ;
    a owl:Class ;
    rdfs:label "hyaluronan biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006024, obo:GO_0030212, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_16336
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_16336
            ]
        )
    ] .

obo:GO_0030218
    obo:IAO_0000115 "The process in which a myeloid precursor cell acquires specializes features of an erythrocyte." ;
    oboInOwl:hasDbXref "Wikipedia:Erythropoiesis" ;
    oboInOwl:hasExactSynonym "RBC differentiation", "erythrocyte cell differentiation", "erythropoiesis", "red blood cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030218" ;
    a owl:Class ;
    rdfs:label "erythrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0030099, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0034101
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000232
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000232
            ]
        )
    ] .

obo:GO_0030219
    obo:IAO_0000115 "The process in which a myeloid precursor cell acquires specializes features of a megakaryocyte." ;
    oboInOwl:hasExactSynonym "megakaryocyte cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030219" ;
    a owl:Class ;
    rdfs:label "megakaryocyte differentiation" ;
    rdfs:subClassOf obo:GO_0030099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000556
            ]
        )
    ] .

obo:GO_0030239
    obo:IAO_0000115 "Formation of myofibrils, the repeating units of striated muscle." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030239" ;
    a owl:Class ;
    rdfs:label "myofibril assembly" ;
    rdfs:subClassOf obo:GO_0010927, obo:GO_0031032, obo:GO_0097435, obo:GO_0140694, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0030016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0030016
            ]
        )
    ] .

obo:GO_0030261
    obo:IAO_0000115 "The progressive compaction of dispersed interphase chromatin into threadlike chromosomes prior to mitotic or meiotic nuclear division, or during apoptosis, in eukaryotic cells." ;
    oboInOwl:hasAlternativeId "GO:0000068" ;
    oboInOwl:hasBroadSynonym "DNA condensation" ;
    oboInOwl:hasExactSynonym "eukaryotic chromosome condensation", "nuclear chromosome condensation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030261" ;
    a owl:Class ;
    rdfs:label "chromosome condensation" ;
    rdfs:subClassOf obo:GO_0051276 .

obo:GO_0030262
    obo:IAO_0000115 "Alterations undergone by nuclei at the molecular and morphological level as part of the execution phase of apoptosis." ;
    oboInOwl:hasNarrowSynonym "apoptotic nuclear change" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030262" ;
    a owl:Class ;
    rdfs:label "apoptotic nuclear changes" ;
    rdfs:subClassOf obo:GO_0006921 .

obo:GO_0030263
    obo:IAO_0000115 "The compaction of chromatin during apoptosis." ;
    oboInOwl:hasDbXref "Wikipedia:Pyknosis" ;
    oboInOwl:hasExactSynonym "pyknosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030263" ;
    a owl:Class ;
    rdfs:label "apoptotic chromosome condensation" ;
    rdfs:subClassOf obo:GO_0030261, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030262
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33154
    ] .

obo:GO_0030264
    obo:IAO_0000115 "The breakdown of the nucleus into small membrane-bounded compartments, or blebs, each of which contain compacted DNA." ;
    oboInOwl:hasExactSynonym "apoptotic nuclear fragmentation", "nucleus fragmentation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nuclear fragmentation during apoptosis" ;
    oboInOwl:id "GO:0030264" ;
    a owl:Class ;
    rdfs:label "nuclear fragmentation involved in apoptotic nuclear change" ;
    rdfs:subClassOf obo:GO_0071763, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030262
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0071763
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030262
            ]
        )
    ] .

obo:GO_0030278
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of ossification, the formation of bone or of a bony substance or the conversion of fibrous tissue or of cartilage into bone or a bony substance." ;
    oboInOwl:hasExactSynonym "regulation of bone biosynthesis", "regulation of bone formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030278" ;
    a owl:Class ;
    rdfs:label "regulation of ossification" ;
    rdfs:subClassOf obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001503
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001503
            ]
        )
    ] .

obo:GO_0030279
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of ossification, the formation of bone or of a bony substance or the conversion of fibrous tissue or of cartilage into bone or a bony substance." ;
    oboInOwl:hasExactSynonym "down regulation of ossification", "down-regulation of ossification", "downregulation of ossification", "negative regulation of bone biosynthesis", "negative regulation of bone formation" ;
    oboInOwl:hasNarrowSynonym "inhibition of ossification" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030279" ;
    a owl:Class ;
    rdfs:label "negative regulation of ossification" ;
    rdfs:subClassOf obo:GO_0030278, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001503
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001503
            ]
        )
    ] .

obo:GO_0030307
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, extent or direction of cell growth." ;
    oboInOwl:hasExactSynonym "up regulation of cell growth", "up-regulation of cell growth", "upregulation of cell growth" ;
    oboInOwl:hasNarrowSynonym "activation of cell growth", "stimulation of cell growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030307" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell growth" ;
    rdfs:subClassOf obo:GO_0001558, obo:GO_0045927, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0016049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0016049
            ]
        )
    ] .

obo:GO_0030308
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, extent or direction of cell growth." ;
    oboInOwl:hasExactSynonym "down regulation of cell growth", "down-regulation of cell growth", "downregulation of cell growth" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030308" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell growth" ;
    rdfs:subClassOf obo:GO_0001558, obo:GO_0045926, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0016049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0016049
            ]
        )
    ] .

obo:GO_0030312
    obo:IAO_0000115 "A structure that lies outside the plasma membrane and surrounds the entire cell or cells. This does not include the periplasmic space." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030312" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "The outer membrane (of gram negative bacteria) or cell wall (of yeast or Gram positive bacteria) are defined as parts of this structure, see 'external encapsulating structure part'." ;
    rdfs:label "external encapsulating structure" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0071944
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0030323
    obo:IAO_0000115 "The process whose specific outcome is the progression of the respiratory tube over time, from its formation to the mature structure. The respiratory tube is assumed to mean any tube in the respiratory tract." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030323" ;
    a owl:Class ;
    rdfs:label "respiratory tube development" ;
    rdfs:subClassOf obo:GO_0035295, obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000117
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000117
            ]
        )
    ] .

obo:GO_0030324
    obo:IAO_0000115 "The process whose specific outcome is the progression of the lung over time, from its formation to the mature structure. In all air-breathing vertebrates the lungs are developed from the ventral wall of the oesophagus as a pouch which divides into two sacs. In amphibians and many reptiles the lungs retain very nearly this primitive sac-like character, but in the higher forms the connection with the esophagus becomes elongated into the windpipe and the inner walls of the sacs become more and more divided, until, in the mammals, the air spaces become minutely divided into tubes ending in small air cells, in the walls of which the blood circulates in a fine network of capillaries. In mammals the lungs are more or less divided into lobes, and each lung occupies a separate cavity in the thorax." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030324" ;
    a owl:Class ;
    rdfs:label "lung development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060541
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:GO_0030334
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell migration." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030334" ;
    a owl:Class ;
    rdfs:label "regulation of cell migration" ;
    rdfs:subClassOf obo:GO_2000145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0016477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0016477
            ]
        )
    ] .

obo:GO_0030335
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell migration." ;
    oboInOwl:hasExactSynonym "up regulation of cell migration", "up-regulation of cell migration", "upregulation of cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of cell migration", "stimulation of cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030335" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell migration" ;
    rdfs:subClassOf obo:GO_0030334, obo:GO_2000147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0016477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0016477
            ]
        )
    ] .

obo:GO_0030336
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell migration." ;
    oboInOwl:hasExactSynonym "down regulation of cell migration", "down-regulation of cell migration", "downregulation of cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030336" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell migration" ;
    rdfs:subClassOf obo:GO_0030334, obo:GO_2000146, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0016477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0016477
            ]
        )
    ] .

obo:GO_0030397
    obo:IAO_0000115 "The controlled breakdown of any cell membrane in the context of a normal process such as autophagy." ;
    oboInOwl:hasExactSynonym "membrane breakdown", "membrane catabolism", "membrane degradation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030397" ;
    a owl:Class ;
    rdfs:label "membrane disassembly" ;
    rdfs:subClassOf obo:GO_0022411, obo:GO_0061024, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0030424
    obo:IAO_0000115 "The long process of a neuron that conducts nerve impulses, usually away from the cell body to the terminals and varicosities, which are sites of storage and release of neurotransmitter." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1770195789", "Wikipedia:Axon" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030424" ;
    a owl:Class ;
    rdfs:label "axon" ;
    rdfs:subClassOf obo:GO_0043005 .

obo:GO_0030425
    obo:IAO_0000115 "A neuron projection that has a short, tapering, morphology. Dendrites receive and integrate signals from other neurons or from sensory stimuli, and conduct nerve impulses towards the axon or the cell body. In most neurons, the impulse is conveyed from dendrites to axon via the cell body, but in some types of unipolar neuron, the impulse does not travel via the cell body." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1211023249", "Wikipedia:Dendrite" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030425" ;
    a owl:Class ;
    rdfs:label "dendrite" ;
    rdfs:subClassOf obo:GO_0043005, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0097447
    ] .

obo:GO_0030473
    obo:IAO_0000115 "The directed movement of the nucleus along microtubules within the cell, mediated by motor proteins." ;
    oboInOwl:hasAlternativeId "GO:0000065" ;
    oboInOwl:hasBroadSynonym "nuclear movement, microtubule-mediated", "nucleus migration" ;
    oboInOwl:hasExactSynonym "microtubule cytoskeleton-dependent nuclear positioning", "microtubule cytoskeleton-dependent nucleus positioning", "microtubule-dependent nuclear positioning", "microtubule-dependent nucleus positioning", "microtubule-mediated nuclear migration", "nuclear migration, microtubule-mediated", "transport of nucleus by microtubules", "transport of nucleus, microtubule-mediated" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030473" ;
    a owl:Class ;
    rdfs:label "nuclear migration along microtubule" ;
    rdfs:subClassOf obo:GO_0007097, obo:GO_0072384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002341 ;
        owl:someValuesFrom obo:GO_0015630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007097
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0015630
            ]
        )
    ] .

obo:GO_0030485
    obo:IAO_0000115 "The contractile fiber of smooth muscle cells." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030485" ;
    a owl:Class ;
    rdfs:label "smooth muscle contractile fiber" ;
    rdfs:subClassOf obo:GO_0043292, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000192
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043292
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000192
            ]
        )
    ] .

obo:GO_0030658
    obo:IAO_0000115 "The lipid bilayer surrounding a transport vesicle." ;
    oboInOwl:hasBroadSynonym "secretory vesicle membrane" ;
    oboInOwl:hasExactSynonym "constitutive secretory pathway transport vesicle membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030658" ;
    a owl:Class ;
    rdfs:label "transport vesicle membrane" ;
    rdfs:subClassOf obo:GO_0030659, obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030133
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0030133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0030133
            ]
        )
    ] .

obo:GO_0030659
    obo:IAO_0000115 "The lipid bilayer surrounding a cytoplasmic vesicle." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030659" ;
    a owl:Class ;
    rdfs:label "cytoplasmic vesicle membrane" ;
    rdfs:subClassOf obo:GO_0012506, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0031410
            ]
        )
    ] .

obo:GO_0030660
    obo:IAO_0000115 "The lipid bilayer surrounding a vesicle associated with the Golgi apparatus." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "Golgi vesicle membrane" ;
    oboInOwl:id "GO:0030660" ;
    a owl:Class ;
    rdfs:label "Golgi-associated vesicle membrane" ;
    rdfs:subClassOf obo:GO_0030659, obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005798
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0005798
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0005798
            ]
        )
    ] .

obo:GO_0030667
    obo:IAO_0000115 "The lipid bilayer surrounding a secretory granule." ;
    oboInOwl:hasBroadSynonym "secretory vesicle membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030667" ;
    a owl:Class ;
    rdfs:label "secretory granule membrane" ;
    rdfs:subClassOf obo:GO_0030659, obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030141
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0030141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0030141
            ]
        )
    ] .

obo:GO_0030705
    obo:IAO_0000115 "The directed movement of substances along cytoskeletal fibers such as microfilaments or microtubules within a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030705" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "cytoskeleton-dependent intracellular transport" ;
    rdfs:subClassOf obo:GO_0046907, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002341 ;
        owl:someValuesFrom obo:GO_0099513
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0099513
            ]
        )
    ] .

obo:GO_0030720
    obo:IAO_0000115 "Directed movement of the oocyte, following its specification, from its original central position in the cyst to a posterior position relative to the nurse cells of the egg chamber, and its maintenance in this posterior location. This is the first sign of anterior-posterior asymmetry in the developing egg chamber." ;
    oboInOwl:hasExactSynonym "establishment and maintenance of oocyte localization in egg chamber", "establishment and maintenance of oocyte position during oogenesis", "oocyte localisation involved in germarium-derived egg chamber formation", "oogenesis, establishment and maintenance of oocyte localization", "oogenesis, oocyte localization" ;
    oboInOwl:hasNarrowSynonym "oocyte positioning during oogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "oocyte localization during germarium-derived egg chamber formation", "oocyte localization during oogenesis" ;
    oboInOwl:id "GO:0030720" ;
    a owl:Class ;
    rdfs:label "oocyte localization involved in germarium-derived egg chamber formation" ;
    rdfs:subClassOf obo:GO_0051674, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007293
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_50557
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000023
            ]
        )
    ] .

obo:GO_0030855
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an epithelial cell, any of the cells making up an epithelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030855" ;
    a owl:Class ;
    rdfs:label "epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060429
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0030856
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epithelial cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030856" ;
    a owl:Class ;
    rdfs:label "regulation of epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030855
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030855
            ]
        )
    ] .

obo:GO_0030857
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of epithelial cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of epithelial cell differentiation", "down-regulation of epithelial cell differentiation", "downregulation of epithelial cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of epithelial cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030857" ;
    a owl:Class ;
    rdfs:label "negative regulation of epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030856, obo:GO_0045596, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030855
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030855
            ]
        )
    ] .

obo:GO_0030858
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of epithelial cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of epithelial cell differentiation", "up-regulation of epithelial cell differentiation", "upregulation of epithelial cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of epithelial cell differentiation", "stimulation of epithelial cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030858" ;
    a owl:Class ;
    rdfs:label "positive regulation of epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030856, obo:GO_0045597, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030855
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030855
            ]
        )
    ] .

obo:GO_0030900
    obo:IAO_0000115 "The process whose specific outcome is the progression of the forebrain over time, from its formation to the mature structure. The forebrain is the anterior of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes especially the cerebral hemispheres, the thalamus, and the hypothalamus and especially in higher vertebrates is the main control center for sensory and associative information processing, visceral functions, and voluntary motor functions)." ;
    oboInOwl:hasExactSynonym "prosencephalon development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030900" ;
    a owl:Class ;
    rdfs:label "forebrain development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007420
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:GO_0030901
    obo:IAO_0000115 "The process whose specific outcome is the progression of the midbrain over time, from its formation to the mature structure. The midbrain is the middle division of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes a ventral part containing the cerebral peduncles and a dorsal tectum containing the corpora quadrigemina and that surrounds the aqueduct of Sylvius connecting the third and fourth ventricles)." ;
    oboInOwl:hasExactSynonym "mesencephalon development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030901" ;
    a owl:Class ;
    rdfs:label "midbrain development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007420
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:GO_0030902
    obo:IAO_0000115 "The process whose specific outcome is the progression of the hindbrain over time, from its formation to the mature structure. The hindbrain is the posterior of the three primary divisions of the developing chordate brain, or the corresponding part of the adult brain (in vertebrates, includes the cerebellum, pons, and medulla oblongata and controls the autonomic functions and equilibrium)." ;
    oboInOwl:hasExactSynonym "rhombencephalon development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030902" ;
    a owl:Class ;
    rdfs:label "hindbrain development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007420
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:GO_0030903
    obo:IAO_0000115 "The process whose specific outcome is the progression of the notochord over time, from its formation to the mature structure. The notochord is a mesoderm-derived structure located ventral of the developing nerve cord. In vertebrates, the notochord serves as a core around which other mesodermal cells form the vertebrae. In the most primitive chordates, which lack vertebrae, the notochord persists as a substitute for a vertebral column." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030903" ;
    a owl:Class ;
    rdfs:label "notochord development" ;
    rdfs:subClassOf obo:GO_0048568, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002328
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002328
            ]
        )
    ] .

obo:GO_0030917
    obo:IAO_0000115 "The process whose specific outcome is the progression of the midbrain-hindbrain boundary over time, from its formation to the mature structure. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages." ;
    oboInOwl:hasExactSynonym "MHB development", "isthmic organizer development", "isthmomesencephalic boundary development", "isthmus development", "midbrain-hindbrain orgainizer development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030917" ;
    a owl:Class ;
    rdfs:label "midbrain-hindbrain boundary development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007420
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003052
            ]
        )
    ] .

obo:GO_0030936
    obo:IAO_0000115 "Any collagen trimer that passes through a lipid bilayer membrane." ;
    oboInOwl:hasExactSynonym "MACIT" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0030936" ;
    a owl:Class ;
    rdfs:label "transmembrane collagen trimer" ;
    rdfs:subClassOf obo:GO_0005581, obo:GO_0098797 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005581
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0030951
    obo:IAO_0000115 "Any cellular process that results in the specification, formation or maintenance of polarized microtubule-based cytoskeletal structures." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0030951" ;
    a owl:Class ;
    rdfs:label "establishment or maintenance of microtubule cytoskeleton polarity" ;
    rdfs:subClassOf obo:GO_0000226, obo:GO_0030952 .

obo:GO_0030952
    obo:IAO_0000115 "Any cellular process that results in the specification, formation or maintenance of polarized cytoskeletal structures." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cytoskeleton polarization" ;
    oboInOwl:id "GO:0030952" ;
    a owl:Class ;
    rdfs:label "establishment or maintenance of cytoskeleton polarity" ;
    rdfs:subClassOf obo:GO_0007010, obo:GO_0007163 .

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, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0035735
    ] .

obo:GO_0031012
    obo:IAO_0000115 "A structure lying external to one or more cells, which provides structural support, biochemical or biomechanical cues for cells or tissues." ;
    oboInOwl:hasAlternativeId "GO:0005578" ;
    oboInOwl:hasDbXref "NIF_Subcellular:nlx_subcell_20090513", "Wikipedia:Extracellular_matrix" ;
    oboInOwl:hasExactSynonym "proteinaceous extracellular matrix" ;
    oboInOwl:hasNarrowSynonym "matrisome" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031012" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_pir, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "extracellular matrix" ;
    rdfs:subClassOf obo:GO_0030312 ;
    owl:disjointWith obo:GO_0032991, obo:GO_0043226 .

obo:GO_0031022
    obo:IAO_0000115 "The directed movement of the nucleus along microfilaments within the cell, mediated by motor proteins." ;
    oboInOwl:hasExactSynonym "nuclear migration, microfilament-mediated" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031022" ;
    a owl:Class ;
    rdfs:label "nuclear migration along microfilament" ;
    rdfs:subClassOf obo:GO_0007097, obo:GO_0030048, obo:GO_0099515 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007097
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005884
            ]
        )
    ] .

obo:GO_0031023
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a microtubule organizing center, a structure from which microtubules grow." ;
    oboInOwl:hasExactSynonym "microtubule organising center organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "microtubule organizing center organization and biogenesis" ;
    oboInOwl:id "GO:0031023" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "microtubule organizing center organization" ;
    rdfs:subClassOf obo:GO_0007017, obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0000226
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005815
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005815
            ]
        )
    ] .

obo:GO_0031032
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures containing both actin and myosin or paramyosin. The myosin may be organized into filaments." ;
    oboInOwl:hasExactSynonym "actomyosin organization", "actomyosin structure organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "actomyosin structure organization and biogenesis" ;
    oboInOwl:id "GO:0031032" ;
    a owl:Class ;
    rdfs:comment "Note that this term is a child of 'actin cytoskeleton organization and biogenesis ; GO:0030036' because the actin cytoskeleton is defined as actin filaments and associated proteins." ;
    rdfs:label "actomyosin structure organization" ;
    rdfs:subClassOf obo:GO_0030036, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0042641
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0042641
            ]
        )
    ] .

obo:GO_0031045
    obo:IAO_0000115 "Electron-dense organelle with a granular internal matrix; contains proteins destined to be secreted." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao772007592" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031045" ;
    a owl:Class ;
    rdfs:label "dense core granule" ;
    rdfs:subClassOf obo:GO_0030141 .

obo:GO_0031076
    obo:IAO_0000115 "The process occurring during the embryonic phase whose specific outcome is the progression of the eye over time, from its formation to the mature structure." ;
    oboInOwl:hasExactSynonym "embryonic eye development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031076" ;
    a owl:Class ;
    rdfs:label "embryonic camera-type eye development" ;
    rdfs:subClassOf obo:GO_0043010, obo:GO_0048568 .

obo:GO_0031090
    obo:IAO_0000115 "A membrane that is one of the two lipid bilayers of an organelle envelope or the outermost membrane of single membrane bound organelle." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao830981606" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "intracellular membrane" ;
    oboInOwl:id "GO:0031090" ;
    a owl:Class ;
    rdfs:label "organelle membrane" ;
    rdfs:subClassOf obo:GO_0016020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043227
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043227
            ]
        )
    ] .

obo:GO_0031109
    obo:IAO_0000115 "Assembly or disassembly of microtubules by the addition or removal of tubulin heterodimers from a microtubule." ;
    oboInOwl:hasExactSynonym "microtubule dynamics" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031109" ;
    a owl:Class ;
    rdfs:label "microtubule polymerization or depolymerization" ;
    rdfs:subClassOf obo:GO_0000226 .

obo:GO_0031110
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of microtubule polymerization or depolymerization by the addition or removal of tubulin heterodimers from a microtubule." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031110" ;
    a owl:Class ;
    rdfs:label "regulation of microtubule polymerization or depolymerization" ;
    rdfs:subClassOf obo:GO_0070507, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0031109
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0031109
            ]
        )
    ] .

obo:GO_0031111
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of microtubule polymerization or depolymerization." ;
    oboInOwl:hasExactSynonym "down regulation of microtubule polymerization or depolymerization", "down-regulation of microtubule polymerization or depolymerization", "downregulation of microtubule polymerization or depolymerization" ;
    oboInOwl:hasNarrowSynonym "inhibition of microtubule polymerization or depolymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031111" ;
    a owl:Class ;
    rdfs:label "negative regulation of microtubule polymerization or depolymerization" ;
    rdfs:subClassOf obo:GO_0031110, obo:GO_0051494, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0031109
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0031109
            ]
        )
    ] .

obo:GO_0031112
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of microtubule polymerization or depolymerization." ;
    oboInOwl:hasExactSynonym "up regulation of microtubule polymerization or depolymerization", "up-regulation of microtubule polymerization or depolymerization", "upregulation of microtubule polymerization or depolymerization" ;
    oboInOwl:hasNarrowSynonym "activation of microtubule polymerization or depolymerization", "stimulation of microtubule polymerization or depolymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031112" ;
    a owl:Class ;
    rdfs:label "positive regulation of microtubule polymerization or depolymerization" ;
    rdfs:subClassOf obo:GO_0031110, obo:GO_0051495, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0031109
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0031109
            ]
        )
    ] .

obo:GO_0031113
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of microtubule polymerization." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031113" ;
    a owl:Class ;
    rdfs:label "regulation of microtubule polymerization" ;
    rdfs:subClassOf obo:GO_0031110, obo:GO_0032271, obo:GO_1902903, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046785
            ]
        )
    ] .

obo:GO_0031114
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of microtubule depolymerization." ;
    oboInOwl:hasExactSynonym "regulation of microtubule disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031114" ;
    a owl:Class ;
    rdfs:label "regulation of microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0031110, obo:GO_1901879, obo:GO_1902903, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007019
            ]
        )
    ] .

obo:GO_0031115
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of microtubule polymerization." ;
    oboInOwl:hasExactSynonym "down regulation of microtubule polymerization", "down-regulation of microtubule polymerization", "downregulation of microtubule polymerization" ;
    oboInOwl:hasNarrowSynonym "inhibition of microtubule polymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031115" ;
    a owl:Class ;
    rdfs:label "negative regulation of microtubule polymerization" ;
    rdfs:subClassOf obo:GO_0031111, obo:GO_0031113, obo:GO_0032272, obo:GO_1902904, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046785
            ]
        )
    ] .

obo:GO_0031116
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of microtubule polymerization." ;
    oboInOwl:hasExactSynonym "up regulation of microtubule polymerization", "up-regulation of microtubule polymerization", "upregulation of microtubule polymerization" ;
    oboInOwl:hasNarrowSynonym "activation of microtubule polymerization", "stimulation of microtubule polymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031116" ;
    a owl:Class ;
    rdfs:label "positive regulation of microtubule polymerization" ;
    rdfs:subClassOf obo:GO_0031112, obo:GO_0031113, obo:GO_0032273, obo:GO_1902905, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046785
            ]
        )
    ] .

obo:GO_0031117
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of microtubule depolymerization." ;
    oboInOwl:hasExactSynonym "microtubule destabilization", "positive regulation of microtubule disassembly", "up regulation of microtubule depolymerization", "up-regulation of microtubule depolymerization", "upregulation of microtubule depolymerization" ;
    oboInOwl:hasNarrowSynonym "activation of microtubule depolymerization", "positive regulation of microtubule catastrophe", "stimulation of microtubule depolymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031117" ;
    a owl:Class ;
    rdfs:label "positive regulation of microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0031112, obo:GO_0031114, obo:GO_1901881, obo:GO_1902905, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007019
            ]
        )
    ] .

obo:GO_0031122
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of structures formed of microtubules and associated proteins in the cytoplasm of a cell." ;
    oboInOwl:hasExactSynonym "cytoplasmic microtubule organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cytoplasmic microtubule organization and biogenesis" ;
    oboInOwl:id "GO:0031122" ;
    a owl:Class ;
    rdfs:label "cytoplasmic microtubule organization" ;
    rdfs:subClassOf obo:GO_0000226, obo:GO_0097435, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005881
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005881
            ]
        )
    ] .

obo:GO_0031128
    obo:IAO_0000115 "A developmental process involving two tissues in which one tissue (the inducer) produces a signal that directs cell fate commitment of cells in the second tissue (the responder)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031128" ;
    a owl:Class ;
    rdfs:label "developmental induction" ;
    rdfs:subClassOf obo:GO_0032502, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0045168
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0045168
            ]
        )
    ] .

obo:GO_0031175
    obo:IAO_0000115 "The process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." ;
    oboInOwl:hasNarrowSynonym "neurite biosynthesis", "neurite development", "neurite formation", "neurite growth", "neurite outgrowth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031175" ;
    a owl:Class ;
    rdfs:label "neuron projection development" ;
    rdfs:subClassOf obo:GO_0120036, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048666
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0120036
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048666
            ]
        )
    ] .

obo:GO_0031252
    obo:IAO_0000115 "The area of a motile cell closest to the direction of movement." ;
    oboInOwl:hasExactSynonym "front of cell", "leading edge of cell" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031252" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cell leading edge" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0031253
    obo:IAO_0000115 "The portion of the plasma membrane surrounding a plasma membrane bounded cell surface projection." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "membrane extension", "membrane projection" ;
    oboInOwl:id "GO:0031253" ;
    a owl:Class ;
    rdfs:label "cell projection membrane" ;
    rdfs:subClassOf obo:GO_0098590, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0120025
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0120025
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0120025
            ]
        )
    ] .

obo:GO_0031256
    obo:IAO_0000115 "The portion of the plasma membrane surrounding the leading edge of a motile cell." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031256" ;
    a owl:Class ;
    rdfs:label "leading edge membrane" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031252
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0031333
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of protein complex assembly." ;
    oboInOwl:hasExactSynonym "down regulation of protein complex assembly", "down-regulation of protein complex assembly", "downregulation of protein complex assembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein complex assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of protein complex assembly" ;
    oboInOwl:id "GO:0031333" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein-containing complex assembly" ;
    rdfs:subClassOf obo:GO_0043254, obo:GO_0051129, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0065003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0065003
            ]
        )
    ] .

obo:GO_0031334
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein complex assembly." ;
    oboInOwl:hasExactSynonym "up regulation of protein complex assembly", "up-regulation of protein complex assembly", "upregulation of protein complex assembly" ;
    oboInOwl:hasNarrowSynonym "activation of protein complex assembly", "stimulation of protein complex assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of protein complex assembly" ;
    oboInOwl:id "GO:0031334" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein-containing complex assembly" ;
    rdfs:subClassOf obo:GO_0043254, obo:GO_0044089, obo:GO_0051130, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0065003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0065003
            ]
        )
    ] .

obo:GO_0031338
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vesicle fusion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031338" ;
    a owl:Class ;
    rdfs:label "regulation of vesicle fusion" ;
    rdfs:subClassOf obo:GO_0033043, obo:GO_0060627, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006906
            ]
        )
    ] .

obo:GO_0031339
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of vesicle fusion." ;
    oboInOwl:hasExactSynonym "down regulation of vesicle fusion", "down-regulation of vesicle fusion", "downregulation of vesicle fusion" ;
    oboInOwl:hasNarrowSynonym "inhibition of vesicle fusion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031339" ;
    a owl:Class ;
    rdfs:label "negative regulation of vesicle fusion" ;
    rdfs:subClassOf obo:GO_0010639, obo:GO_0031338, obo:GO_0051051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006906
            ]
        )
    ] .

obo:GO_0031340
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vesicle fusion." ;
    oboInOwl:hasExactSynonym "up regulation of vesicle fusion", "up-regulation of vesicle fusion", "upregulation of vesicle fusion" ;
    oboInOwl:hasNarrowSynonym "activation of vesicle fusion", "stimulation of vesicle fusion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031340" ;
    a owl:Class ;
    rdfs:label "positive regulation of vesicle fusion" ;
    rdfs:subClassOf obo:GO_0010638, obo:GO_0031338, obo:GO_0051050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006906
            ]
        )
    ] .

obo:GO_0031344
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell projections." ;
    oboInOwl:hasExactSynonym "regulation of cell projection organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cell projection organization and biogenesis" ;
    oboInOwl:id "GO:0031344" ;
    a owl:Class ;
    rdfs:label "regulation of cell projection organization" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030030
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030030
            ]
        )
    ] .

obo:GO_0031345
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell projections." ;
    oboInOwl:hasExactSynonym "down regulation of cell projection organization", "down-regulation of cell projection organization", "downregulation of cell projection organization", "negative regulation of cell projection organisation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell projection organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cell projection organization and biogenesis" ;
    oboInOwl:id "GO:0031345" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell projection organization" ;
    rdfs:subClassOf obo:GO_0031344, obo:GO_0051129, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030030
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030030
            ]
        )
    ] .

obo:GO_0031346
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the process involved in the formation, arrangement of constituent parts, or disassembly of cell projections." ;
    oboInOwl:hasExactSynonym "positive regulation of cell projection organisation", "up regulation of cell projection organization", "up-regulation of cell projection organization", "upregulation of cell projection organization" ;
    oboInOwl:hasNarrowSynonym "activation of cell projection organization", "stimulation of cell projection organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of cell projection organization and biogenesis" ;
    oboInOwl:id "GO:0031346" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell projection organization" ;
    rdfs:subClassOf obo:GO_0031344, obo:GO_0051130, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030030
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030030
            ]
        )
    ] .

obo:GO_0031347
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a defense response." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031347" ;
    a owl:Class ;
    rdfs:label "regulation of defense response" ;
    rdfs:subClassOf obo:GO_0080134, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006952
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006952
            ]
        )
    ] .

obo:GO_0031348
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a defense response." ;
    oboInOwl:hasExactSynonym "down regulation of defense response", "down-regulation of defense response", "downregulation of defense response" ;
    oboInOwl:hasNarrowSynonym "inhibition of defense response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031348" ;
    a owl:Class ;
    rdfs:label "negative regulation of defense response" ;
    rdfs:subClassOf obo:GO_0031347, obo:GO_0048585, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006952
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006952
            ]
        )
    ] .

obo:GO_0031349
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a defense response." ;
    oboInOwl:hasExactSynonym "up regulation of defense response", "up-regulation of defense response", "upregulation of defense response" ;
    oboInOwl:hasNarrowSynonym "activation of defense response", "stimulation of defense response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031349" ;
    a owl:Class ;
    rdfs:label "positive regulation of defense response" ;
    rdfs:subClassOf obo:GO_0031347, obo:GO_0048584, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006952
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006952
            ]
        )
    ] .

obo:GO_0031410
    obo:IAO_0000115 "A vesicle found in the cytoplasm of a cell." ;
    oboInOwl:hasAlternativeId "GO:0016023" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao180601769" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "cytoplasmic membrane bounded vesicle", "cytoplasmic membrane-enclosed vesicle", "cytoplasmic, membrane-bounded vesicle" ;
    oboInOwl:id "GO:0031410" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_candida, go:goslim_chembl, go:goslim_generic, go:goslim_mouse, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "cytoplasmic vesicle" ;
    rdfs:subClassOf obo:GO_0097708, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005737
            ]
        )
    ] .

obo:GO_0031503
    obo:IAO_0000115 "A localization process that acts on a protein complex; the complex is transported to, or maintained in, a specific location." ;
    oboInOwl:hasAlternativeId "GO:0034629" ;
    oboInOwl:hasExactSynonym "establishment and maintenance of protein complex localization", "protein complex localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cellular protein complex localisation", "cellular protein complex localization", "cellular protein-containing complex localization", "establishment and maintenance of cellular protein complex localization", "protein complex localization" ;
    oboInOwl:id "GO:0031503" ;
    a owl:Class ;
    rdfs:label "protein-containing complex localization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051179, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0032991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0032991
            ]
        )
    ] .

obo:GO_0031514
    obo:IAO_0000115 "A cilium which may have a variable arrangement of axonemal microtubules and also contains molecular motors. It may beat with a whip-like pattern that promotes cell motility or transport of fluids and other cells across a cell surface, such as on epithelial cells that line the lumenal ducts of various tissues; or they may display a distinct twirling motion that directs fluid flow asymmetrically across the cellular surface to affect asymmetric body plan organization. Motile cilia can be found in single as well as multiple copies per cell." ;
    oboInOwl:hasAlternativeId "GO:0009434", "GO:0031512" ;
    oboInOwl:hasExactSynonym "motile cilia" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "microtubule-based flagellum", "motile primary cilia", "motile primary cilium", "motile secondary cilium", "nodal cilium" ;
    oboInOwl:id "GO:0031514" ;
    a owl:Class ;
    rdfs:label "motile cilium" ;
    rdfs:subClassOf obo:GO_0005929, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0003341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005929
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0003341
            ]
        )
    ] .

obo:GO_0031594
    obo:IAO_0000115 "The junction between the axon of a motor neuron and a muscle fiber. In response to the arrival of action potentials, the presynaptic button releases molecules of neurotransmitters into the synaptic cleft. These diffuse across the cleft and transmit the signal to the postsynaptic membrane of the muscle fiber, leading to a change in post-synaptic potential." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1124888485", "Wikipedia:Neuromuscular_junction" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "NMJ", "motor endplate" ;
    oboInOwl:id "GO:0031594" ;
    a owl:Class ;
    rdfs:comment "In vertebrates, the term 'neuromuscular junction' is limited to synapses targeting skeletal muscle fibers - all of which are cholinergic and excitatory. Both inhibitory and excitatory neuromuscular junctions exist in invertebrates, utilizing a range of neurotransmitters including glutamate, GABA and 5-HT." ;
    rdfs:label "neuromuscular junction" ;
    rdfs:subClassOf obo:GO_0045202, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:CL_0000100
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045202
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:CL_0000100
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0031641
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the formation of a myelin sheath around nerve axons." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031641" ;
    a owl:Class ;
    rdfs:label "regulation of myelination" ;
    rdfs:subClassOf obo:GO_0050794, obo:GO_0051960, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042552
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042552
            ]
        )
    ] .

obo:GO_0031642
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the formation of a myelin sheath around nerve axons." ;
    oboInOwl:hasExactSynonym "down regulation of myelination", "down-regulation of myelination", "downregulation of myelination" ;
    oboInOwl:hasNarrowSynonym "inhibition of myelination" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031642" ;
    a owl:Class ;
    rdfs:label "negative regulation of myelination" ;
    rdfs:subClassOf obo:GO_0031641, obo:GO_0031645, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042552
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042552
            ]
        )
    ] .

obo:GO_0031643
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the formation of a myelin sheath around nerve axons." ;
    oboInOwl:hasExactSynonym "up regulation of myelination", "up-regulation of myelination", "upregulation of myelination" ;
    oboInOwl:hasNarrowSynonym "activation of myelination", "stimulation of myelination" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031643" ;
    a owl:Class ;
    rdfs:label "positive regulation of myelination" ;
    rdfs:subClassOf obo:GO_0031641, obo:GO_0031646, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042552
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042552
            ]
        )
    ] .

obo:GO_0031644
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a neurophysiological process, an organ system process carried out by any of the organs or tissues of the nervous system." ;
    oboInOwl:hasExactSynonym "regulation of neurological process", "regulation of neurological system process", "regulation of neurophysiological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031644" ;
    a owl:Class ;
    rdfs:label "regulation of nervous system process" ;
    rdfs:subClassOf obo:GO_0044057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050877
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050877
            ]
        )
    ] .

obo:GO_0031645
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a neurophysiological process." ;
    oboInOwl:hasExactSynonym "down regulation of neurological process", "down-regulation of neurological process", "downregulation of neurological process", "negative regulation of neurological process", "negative regulation of neurological system process", "negative regulation of neurophysiological process" ;
    oboInOwl:hasNarrowSynonym "inhibition of neurological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031645" ;
    a owl:Class ;
    rdfs:label "negative regulation of nervous system process" ;
    rdfs:subClassOf obo:GO_0031644, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0050877
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0050877
            ]
        )
    ] .

obo:GO_0031646
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a neurophysiological process." ;
    oboInOwl:hasExactSynonym "positive regulation of neurological process", "positive regulation of neurological system process", "positive regulation of neurophysiological process", "up regulation of neurological process", "up-regulation of neurological process", "upregulation of neurological process" ;
    oboInOwl:hasNarrowSynonym "activation of neurological process", "stimulation of neurological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0031646" ;
    a owl:Class ;
    rdfs:label "positive regulation of nervous system process" ;
    rdfs:subClassOf obo:GO_0031644, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0050877
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0050877
            ]
        )
    ] .

obo:GO_0031965
    obo:IAO_0000115 "Either of the lipid bilayers that surround the nucleus and form the nuclear envelope; excludes the intermembrane space." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1687101204" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031965" ;
    a owl:Class ;
    rdfs:label "nuclear membrane" ;
    rdfs:subClassOf obo:GO_0031090, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005635
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0031967
    obo:IAO_0000115 "A double membrane structure enclosing an organelle, including two lipid bilayers and the region between them. In some cases, an organelle envelope may have more than two membranes." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031967" ;
    oboInOwl:inSubset go:goslim_mouse ;
    a owl:Class ;
    rdfs:label "organelle envelope" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043227
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043229
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0031968
    obo:IAO_0000115 "The outer, i.e. cytoplasm-facing in a cellular organelle, lipid bilayer of an organelle envelope." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031968" ;
    a owl:Class ;
    rdfs:label "organelle outer membrane" ;
    rdfs:subClassOf obo:GO_0019867, obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031967
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0031967
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0031974
    obo:IAO_0000115 "The enclosed volume within a sealed membrane or between two sealed membranes. Encompasses the volume enclosed by the membranes of a particular organelle, e.g. endoplasmic reticulum lumen, or the space between the two lipid bilayers of a double membrane surrounding an organelle, e.g. nuclear envelope lumen." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031974" ;
    a owl:Class ;
    rdfs:label "membrane-enclosed lumen" ;
    rdfs:subClassOf obo:GO_0110165 ;
    owl:disjointWith obo:GO_0045202 .

obo:GO_0031981
    obo:IAO_0000115 "The volume enclosed by the nuclear inner membrane." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0031981" ;
    a owl:Class ;
    rdfs:label "nuclear lumen" ;
    rdfs:subClassOf obo:GO_0070013, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0031982
    obo:IAO_0000115 "Any small, fluid-filled, spherical organelle enclosed by membrane." ;
    oboInOwl:hasAlternativeId "GO:0031988" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao221389602", "Wikipedia:Vesicle_(biology)" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "membrane-bounded vesicle", "membrane-enclosed vesicle" ;
    oboInOwl:id "GO:0031982" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "vesicle" ;
    rdfs:subClassOf obo:GO_0043227 .

obo:GO_0032053
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a ciliary basal body, a short cylindrical array of microtubules and associated proteins found at the base of a eukaryotic cilium (also called flagellum)." ;
    oboInOwl:hasBroadSynonym "microtubule basal body organisation", "microtubule basal body organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "microtubule basal body organization and biogenesis" ;
    oboInOwl:id "GO:0032053" ;
    a owl:Class ;
    rdfs:label "ciliary basal body organization" ;
    rdfs:subClassOf obo:GO_0031023, obo:GO_0044782, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0036064
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0036064
            ]
        )
    ] .

obo:GO_0032057
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate of translation initiation as a result of a stimulus indicating the organism is under stress." ;
    oboInOwl:hasExactSynonym "down regulation of translation initiation in response to stress", "down-regulation of translation initiation in response to stress", "downregulation of translation initiation in response to stress" ;
    oboInOwl:hasNarrowSynonym "inhibition of translation initiation in response to stress" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032057" ;
    a owl:Class ;
    rdfs:label "negative regulation of translational initiation in response to stress" ;
    rdfs:subClassOf obo:GO_0045947, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006950
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006950
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006413
            ]
        )
    ] .

obo:GO_0032058
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of translation initiation as a result of a stimulus indicating the organism is under stress." ;
    oboInOwl:hasExactSynonym "up regulation of translation initiation in response to stress", "up-regulation of translation initiation in response to stress", "upregulation of translation initiation in response to stress" ;
    oboInOwl:hasNarrowSynonym "activation of translation initiation in response to stress", "stimulation of translation initiation in response to stress" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032058" ;
    a owl:Class ;
    rdfs:label "positive regulation of translational initiation in response to stress" ;
    rdfs:subClassOf obo:GO_0045948, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006950
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006950
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006413
            ]
        )
    ] .

obo:GO_0032059
    obo:IAO_0000115 "A cell extension caused by localized decoupling of the cytoskeleton from the plasma membrane and characterized by rapid formation, rounded shape, and scarcity of organelles within the protrusion. Blebs are formed during apoptosis and other cellular processes, including cell locomotion, cell division, and as a result of physical or chemical stresses." ;
    oboInOwl:hasDbXref "Wikipedia:Bleb_(cell_biology)" ;
    oboInOwl:hasExactSynonym "plasma membrane bleb" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032059" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "bleb" ;
    rdfs:subClassOf obo:GO_0120025 .

obo:GO_0032060
    obo:IAO_0000115 "The assembly of a bleb, a cell extension caused by localized decoupling of the cytoskeleton from the plasma membrane and characterized by rapid formation, rounded shape, and scarcity of organelles within the protrusion. Plasma membrane blebbing occurs during apoptosis and other cellular processes, including cell locomotion, cell division, and as a result of physical or chemical stresses." ;
    oboInOwl:hasBroadSynonym "blebbing", "membrane blebbing" ;
    oboInOwl:hasExactSynonym "cell blebbing", "plasma membrane bleb assembly", "plasma membrane blebbing" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032060" ;
    a owl:Class ;
    rdfs:label "bleb assembly" ;
    rdfs:subClassOf obo:GO_0120031, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0032059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0032059
            ]
        )
    ] .

obo:GO_0032065
    obo:IAO_0000115 "A process in which a protein or protein complex is maintained in a specific location in the cell cortex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cortical protein anchoring" ;
    oboInOwl:id "GO:0032065" ;
    a owl:Class ;
    rdfs:label "maintenance of protein location in cell cortex" ;
    rdfs:subClassOf obo:GO_0032507, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045185
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005938
            ]
        )
    ] .

obo:GO_0032101
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a response to an external stimulus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032101" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "regulation of response to external stimulus" ;
    rdfs:subClassOf obo:GO_0048583, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009605
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009605
            ]
        )
    ] .

obo:GO_0032102
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a response to an external stimulus." ;
    oboInOwl:hasExactSynonym "down regulation of response to external stimulus", "down-regulation of response to external stimulus", "downregulation of response to external stimulus" ;
    oboInOwl:hasNarrowSynonym "inhibition of response to external stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032102" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "negative regulation of response to external stimulus" ;
    rdfs:subClassOf obo:GO_0032101, obo:GO_0048585, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009605
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009605
            ]
        )
    ] .

obo:GO_0032103
    obo:IAO_0000115 "Any process that activates, maintains or increases the rate of a response to an external stimulus." ;
    oboInOwl:hasExactSynonym "up regulation of response to external stimulus", "up-regulation of response to external stimulus", "upregulation of response to external stimulus" ;
    oboInOwl:hasNarrowSynonym "activation of response to external stimulus", "stimulation of response to external stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032103" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "positive regulation of response to external stimulus" ;
    rdfs:subClassOf obo:GO_0032101, obo:GO_0048584, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009605
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009605
            ]
        )
    ] .

obo:GO_0032127
    obo:IAO_0000115 "The lipid bilayer surrounding a dense core granule." ;
    oboInOwl:hasExactSynonym "dense core vesicle membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032127" ;
    a owl:Class ;
    rdfs:label "dense core granule membrane" ;
    rdfs:subClassOf obo:GO_0030667, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031045
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0031045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0031045
            ]
        )
    ] .

obo:GO_0032222
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cholinergic synaptic transmission, the process of communication from a neuron to another neuron across a synapse using the neurotransmitter acetylcholine." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032222" ;
    a owl:Class ;
    rdfs:label "regulation of synaptic transmission, cholinergic" ;
    rdfs:subClassOf obo:GO_0050804, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007271
            ]
        )
    ] .

obo:GO_0032223
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cholinergic synaptic transmission, the process of communication from a neuron to another neuron across a synapse using the neurotransmitter acetylcholine." ;
    oboInOwl:hasExactSynonym "down regulation of synaptic transmission, cholinergic", "down-regulation of synaptic transmission, cholinergic", "downregulation of synaptic transmission, cholinergic" ;
    oboInOwl:hasNarrowSynonym "inhibition of synaptic transmission, cholinergic" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032223" ;
    a owl:Class ;
    rdfs:label "negative regulation of synaptic transmission, cholinergic" ;
    rdfs:subClassOf obo:GO_0032222, obo:GO_0050805, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007271
            ]
        )
    ] .

obo:GO_0032224
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of cholinergic synaptic transmission, the process of communication from a neuron to another neuron across a synapse using the neurotransmitter acetylcholine." ;
    oboInOwl:hasExactSynonym "up regulation of synaptic transmission, cholinergic", "up-regulation of synaptic transmission, cholinergic", "upregulation of synaptic transmission, cholinergic" ;
    oboInOwl:hasNarrowSynonym "activation of synaptic transmission, cholinergic", "stimulation of synaptic transmission, cholinergic" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032224" ;
    a owl:Class ;
    rdfs:label "positive regulation of synaptic transmission, cholinergic" ;
    rdfs:subClassOf obo:GO_0032222, obo:GO_0050806, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007271
            ]
        )
    ] .

obo:GO_0032239
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:id "GO:0032239" ;
    a owl:Class ;
    rdfs:label "regulation of nucleobase-containing compound transport" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0015931
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0015931
            ]
        )
    ] .

obo:GO_0032240
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport", "down-regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport", "downregulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:id "GO:0032240" ;
    a owl:Class ;
    rdfs:label "negative regulation of nucleobase-containing compound transport" ;
    rdfs:subClassOf obo:GO_0032239, obo:GO_0051051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0015931
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0015931
            ]
        )
    ] .

obo:GO_0032241
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport", "up-regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport", "upregulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:hasNarrowSynonym "activation of nucleobase, nucleoside, nucleotide and nucleic acid transport", "stimulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" ;
    oboInOwl:id "GO:0032241" ;
    a owl:Class ;
    rdfs:label "positive regulation of nucleobase-containing compound transport" ;
    rdfs:subClassOf obo:GO_0032239, obo:GO_0051050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0015931
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0015931
            ]
        )
    ] .

obo:GO_0032252
    obo:IAO_0000115 "Any process in which a secretory granule is transported to, and/or maintained in, a specific location within the cell." ;
    oboInOwl:hasExactSynonym "secretory granule localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "secretory granule clustering" ;
    oboInOwl:id "GO:0032252" ;
    a owl:Class ;
    rdfs:label "secretory granule localization" ;
    rdfs:subClassOf obo:GO_0051648, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0030141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0030141
            ]
        )
    ] .

obo:GO_0032253
    obo:IAO_0000115 "Any process in which a dense core granule is transported to, and/or maintained in, a specific location within the cell." ;
    oboInOwl:hasExactSynonym "dense core granule localisation", "dense core vesicle localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "dense core granule clustering" ;
    oboInOwl:id "GO:0032253" ;
    a owl:Class ;
    rdfs:label "dense core granule localization" ;
    rdfs:subClassOf obo:GO_0032252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0031045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031045
            ]
        )
    ] .

obo:GO_0032271
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the process of creating protein polymers." ;
    oboInOwl:hasExactSynonym "regulation of protein polymerisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032271" ;
    a owl:Class ;
    rdfs:label "regulation of protein polymerization" ;
    rdfs:subClassOf obo:GO_0043254, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051258
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051258
            ]
        )
    ] .

obo:GO_0032272
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the process of creating protein polymers." ;
    oboInOwl:hasExactSynonym "down regulation of protein polymerization", "down-regulation of protein polymerization", "downregulation of protein polymerization" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein polymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032272" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein polymerization" ;
    rdfs:subClassOf obo:GO_0031333, obo:GO_0032271, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051258
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051258
            ]
        )
    ] .

obo:GO_0032273
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the process of creating protein polymers." ;
    oboInOwl:hasExactSynonym "up regulation of protein polymerization", "up-regulation of protein polymerization", "upregulation of protein polymerization" ;
    oboInOwl:hasNarrowSynonym "activation of protein polymerization", "stimulation of protein polymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032273" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein polymerization" ;
    rdfs:subClassOf obo:GO_0031334, obo:GO_0032271, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051258
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051258
            ]
        )
    ] .

obo:GO_0032288
    obo:IAO_0000115 "The process in which the wraps of cell membrane that constitute myelin are laid down around an axon in the central or peripheral nervous system." ;
    oboInOwl:hasExactSynonym "myelin sheath assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "myelin formation" ;
    oboInOwl:id "GO:0032288" ;
    a owl:Class ;
    rdfs:label "myelin assembly" ;
    rdfs:subClassOf obo:GO_0010927, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042552
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0043209
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0043209
            ]
        )
    ] .

obo:GO_0032289
    obo:IAO_0000115 "The process in which the wraps of cell membrane that constitute myelin are laid down around an axon by an oligodendrocyte in the central nervous system." ;
    oboInOwl:hasExactSynonym "central nervous system myelin sheath formation", "myelin formation in central nervous system" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032289" ;
    a owl:Class ;
    rdfs:label "central nervous system myelin formation" ;
    rdfs:subClassOf obo:GO_0032288, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0022010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032288
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0032290
    obo:IAO_0000115 "The process in which the wraps of cell membrane that constitute myelin are laid down around an axon by Schwann cells in the peripheral nervous system." ;
    oboInOwl:hasExactSynonym "myelin formation in peripheral nervous system", "peripheral nervous system myelin sheath formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032290" ;
    a owl:Class ;
    rdfs:label "peripheral nervous system myelin formation" ;
    rdfs:subClassOf obo:GO_0032288, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0022011
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0000010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032288
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0000010
            ]
        )
    ] .

obo:GO_0032291
    obo:IAO_0000115 "The process in which a glial cell membrane closes around an axon in the central nervous system. This can be a myelinating or a non-myelinating neuron-glial interaction." ;
    oboInOwl:hasExactSynonym "ensheathment of axons in central nervous system" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032291" ;
    a owl:Class ;
    rdfs:label "axon ensheathment in central nervous system" ;
    rdfs:subClassOf obo:GO_0008366, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008366
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:GO_0032292
    obo:IAO_0000115 "The process in which a Schwann cell membrane closes around an axon in the peripheral nervous system. This can be a myelinating or a non-myelinating neuron-glial interaction." ;
    oboInOwl:hasExactSynonym "ensheathment of axons in peripheral nervous system" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032292" ;
    a owl:Class ;
    rdfs:label "peripheral nervous system axon ensheathment" ;
    rdfs:subClassOf obo:GO_0008366, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0000010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008366
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0000010
            ]
        )
    ] .

obo:GO_0032330
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of chondrocyte differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032330" ;
    a owl:Class ;
    rdfs:label "regulation of chondrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045595, obo:GO_0061035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002062
            ]
        )
    ] .

obo:GO_0032331
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of chondrocyte differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of chondrocyte differentiation", "down-regulation of chondrocyte differentiation", "downregulation of chondrocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of chondrocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032331" ;
    a owl:Class ;
    rdfs:label "negative regulation of chondrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0032330, obo:GO_0045596, obo:GO_0061037, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002062
            ]
        )
    ] .

obo:GO_0032332
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of chondrocyte differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of chondrocyte differentiation", "up-regulation of chondrocyte differentiation", "upregulation of chondrocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of chondrocyte differentiation", "stimulation of chondrocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032332" ;
    a owl:Class ;
    rdfs:label "positive regulation of chondrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0032330, obo:GO_0045597, obo:GO_0061036, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002062
            ]
        )
    ] .

obo:GO_0032365
    obo:IAO_0000115 "The directed movement of lipids within cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032365" ;
    a owl:Class ;
    rdfs:label "intracellular lipid transport" ;
    rdfs:subClassOf obo:GO_0006869, obo:GO_0046907 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0032368
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032368" ;
    a owl:Class ;
    rdfs:label "regulation of lipid transport" ;
    rdfs:subClassOf obo:GO_0051049, obo:GO_1905952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006869
            ]
        )
    ] .

obo:GO_0032369
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of lipid transport", "down-regulation of lipid transport", "downregulation of lipid transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of lipid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032369" ;
    a owl:Class ;
    rdfs:label "negative regulation of lipid transport" ;
    rdfs:subClassOf obo:GO_0032368, obo:GO_0051051, obo:GO_1905953, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006869
            ]
        )
    ] .

obo:GO_0032370
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of lipid transport", "up-regulation of lipid transport", "upregulation of lipid transport" ;
    oboInOwl:hasNarrowSynonym "activation of lipid transport", "stimulation of lipid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032370" ;
    a owl:Class ;
    rdfs:label "positive regulation of lipid transport" ;
    rdfs:subClassOf obo:GO_0032368, obo:GO_0051050, obo:GO_1905954, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006869
            ]
        )
    ] .

obo:GO_0032377
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of lipids within cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032377" ;
    a owl:Class ;
    rdfs:label "regulation of intracellular lipid transport" ;
    rdfs:subClassOf obo:GO_0032368, obo:GO_0032386, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032365
            ]
        )
    ] .

obo:GO_0032378
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of lipids within cells." ;
    oboInOwl:hasExactSynonym "down regulation of intracellular lipid transport", "down-regulation of intracellular lipid transport", "downregulation of intracellular lipid transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of intracellular lipid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032378" ;
    a owl:Class ;
    rdfs:label "negative regulation of intracellular lipid transport" ;
    rdfs:subClassOf obo:GO_0032369, obo:GO_0032377, obo:GO_0032387, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032365
            ]
        )
    ] .

obo:GO_0032379
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of lipids within cells." ;
    oboInOwl:hasExactSynonym "up regulation of intracellular lipid transport", "up-regulation of intracellular lipid transport", "upregulation of intracellular lipid transport" ;
    oboInOwl:hasNarrowSynonym "activation of intracellular lipid transport", "stimulation of intracellular lipid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032379" ;
    a owl:Class ;
    rdfs:label "positive regulation of intracellular lipid transport" ;
    rdfs:subClassOf obo:GO_0032370, obo:GO_0032377, obo:GO_0032388, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032365
            ]
        )
    ] .

obo:GO_0032386
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of substances within cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032386" ;
    a owl:Class ;
    rdfs:label "regulation of intracellular transport" ;
    rdfs:subClassOf obo:GO_0051049, obo:GO_0060341, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046907
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046907
            ]
        )
    ] .

obo:GO_0032387
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of substances within cells." ;
    oboInOwl:hasExactSynonym "down regulation of intracellular transport", "down-regulation of intracellular transport", "downregulation of intracellular transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of intracellular transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032387" ;
    a owl:Class ;
    rdfs:label "negative regulation of intracellular transport" ;
    rdfs:subClassOf obo:GO_0032386, obo:GO_0048523, obo:GO_0051051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046907
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046907
            ]
        )
    ] .

obo:GO_0032388
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of substances within cells." ;
    oboInOwl:hasExactSynonym "up regulation of intracellular transport", "up-regulation of intracellular transport", "upregulation of intracellular transport" ;
    oboInOwl:hasNarrowSynonym "activation of intracellular transport", "stimulation of intracellular transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032388" ;
    a owl:Class ;
    rdfs:label "positive regulation of intracellular transport" ;
    rdfs:subClassOf obo:GO_0032386, obo:GO_0048522, obo:GO_0051050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046907
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046907
            ]
        )
    ] .

obo:GO_0032501
    obo:IAO_0000115 "Any biological process, occurring at the level of a multicellular organism, pertinent to its function." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-09-19T16:07:47Z" ;
    oboInOwl:hasAlternativeId "GO:0044707", "GO:0050874" ;
    oboInOwl:hasExactSynonym "organismal physiological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-multicellular organism process" ;
    oboInOwl:id "GO:0032501" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "multicellular organismal process" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0032502
    obo:IAO_0000115 "A biological process whose specific outcome is the progression of an integrated living unit: an anatomical structure (which may be a subcellular structure, cell, tissue, or organ), or organism over time from an initial condition to a later condition." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-12-19T12:21:31Z" ;
    oboInOwl:hasAlternativeId "GO:0044767" ;
    oboInOwl:hasNarrowSynonym "development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism developmental process" ;
    oboInOwl:id "GO:0032502" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_flybase_ribbon, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "developmental process" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0032507
    obo:IAO_0000115 "Any process in which a protein is maintained in a specific location within, or in the membrane of, a cell, and is prevented from moving elsewhere." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of protein localization in cell" ;
    oboInOwl:id "GO:0032507" ;
    a owl:Class ;
    rdfs:label "maintenance of protein location in cell" ;
    rdfs:subClassOf obo:GO_0045185, obo:GO_0051651, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045185
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0032589
    obo:IAO_0000115 "The portion of the plasma membrane surrounding a neuron projection." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032589" ;
    a owl:Class ;
    rdfs:label "neuron projection membrane" ;
    rdfs:subClassOf obo:GO_0031253, obo:GO_0031256, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043005
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0043005
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0043005
            ]
        )
    ] .

obo:GO_0032590
    obo:IAO_0000115 "The portion of the plasma membrane surrounding a dendrite." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032590" ;
    a owl:Class ;
    rdfs:label "dendrite membrane" ;
    rdfs:subClassOf obo:GO_0032589, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030425
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0030425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0030425
            ]
        )
    ] .

obo:GO_0032591
    obo:IAO_0000115 "The portion of the plasma membrane surrounding a dendritic spine." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032591" ;
    a owl:Class ;
    rdfs:label "dendritic spine membrane" ;
    rdfs:subClassOf obo:GO_0032589, obo:GO_0097060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0032590
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043197
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0043197
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0043197
            ]
        )
    ] .

obo:GO_0032594
    obo:IAO_0000115 "The directed movement of a protein from one location to another within a lipid bilayer." ;
    oboInOwl:hasExactSynonym "protein translocation within membrane" ;
    oboInOwl:hasNarrowSynonym "receptor translocation within membrane", "receptor transport within lipid bilayer" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032594" ;
    a owl:Class ;
    rdfs:label "protein transport within lipid bilayer" ;
    rdfs:subClassOf obo:GO_0006886, obo:GO_0061024, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0015031
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0032774
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of RNA, ribonucleic acid, one of the two main type of nucleic acid, consisting of a long, unbranched macromolecule formed from ribonucleotides joined in 3',5'-phosphodiester linkage. Includes polymerization of ribonucleotide monomers. Refers not only to transcription but also to e.g. viral RNA replication." ;
    oboInOwl:hasAlternativeId "GO:0062103" ;
    oboInOwl:hasExactSynonym "RNA anabolism", "RNA biosynthesis", "RNA formation", "RNA synthesis" ;
    oboInOwl:hasNarrowSynonym "double-stranded RNA biosynthesis", "double-stranded RNA biosynthetic process", "dsRNA biosynthesis", "dsRNA biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032774" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that, in some cases, viral RNA replication and viral transcription from RNA actually refer to the same process, but may be called differently depending on the focus of a specific research study." ;
    rdfs:label "RNA biosynthetic process" ;
    rdfs:subClassOf obo:GO_0016070, obo:GO_0141187, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_33697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009059
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_33697
            ]
        )
    ] .

obo:GO_0032787
    obo:IAO_0000115 "The chemical reactions and pathways involving monocarboxylic acids, any organic acid containing one carboxyl (COOH) group or anion (COO-)." ;
    oboInOwl:hasExactSynonym "monocarboxylate metabolic process", "monocarboxylic acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032787" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "monocarboxylic acid metabolic process" ;
    rdfs:subClassOf obo:GO_0019752, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_35757
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_35757
            ]
        )
    ] .

obo:GO_0032790
    obo:IAO_0000115 "The disaggregation of a ribosome into its constituent components; includes the dissociation of ribosomal subunits." ;
    oboInOwl:hasNarrowSynonym "ribosome recycling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ribosome dissociation factor" ;
    oboInOwl:id "GO:0032790" ;
    a owl:Class ;
    rdfs:label "ribosome disassembly" ;
    rdfs:subClassOf obo:GO_1903008, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005840
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005840
            ]
        )
    ] .

obo:GO_0032838
    obo:IAO_0000115 "All of the contents of a plasma membrane bounded cell projection, excluding the plasma membrane surrounding the projection." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032838" ;
    a owl:Class ;
    rdfs:label "plasma membrane bounded cell projection cytoplasm" ;
    rdfs:subClassOf obo:GO_0099568, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0120025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0120025
            ]
        )
    ] .

obo:GO_0032839
    obo:IAO_0000115 "All of the contents of a dendrite, excluding the surrounding plasma membrane." ;
    oboInOwl:hasExactSynonym "dendritic cytoplasm" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032839" ;
    a owl:Class ;
    rdfs:label "dendrite cytoplasm" ;
    rdfs:subClassOf obo:GO_0120111, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030425
            ]
        )
    ] .

obo:GO_0032871
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of karyogamy, the creation of a single nucleus from multiple nuclei as a result of membrane fusion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032871" ;
    a owl:Class ;
    rdfs:label "regulation of karyogamy" ;
    rdfs:subClassOf obo:GO_1903353, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000741
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000741
            ]
        )
    ] .

obo:GO_0032878
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the specification, formation or maintenance of anisotropic intracellular organization or cell growth patterns." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032878" ;
    a owl:Class ;
    rdfs:label "regulation of establishment or maintenance of cell polarity" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007163
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007163
            ]
        )
    ] .

obo:GO_0032879
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of any process in which a cell, a substance, or a cellular entity is transported to, or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "regulation of localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032879" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "regulation of localization" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051179
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051179
            ]
        )
    ] .

obo:GO_0032880
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of any process in which a protein is transported to, or maintained in, a specific location." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2015-01-20T14:32:14Z" ;
    oboInOwl:hasAlternativeId "GO:1903827" ;
    oboInOwl:hasExactSynonym "regulation of cellular protein localisation", "regulation of cellular protein localization", "regulation of protein localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032880" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:label "regulation of protein localization" ;
    rdfs:subClassOf obo:GO_0060341, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008104
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008104
            ]
        )
    ] .

obo:GO_0032881
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving polysaccharides." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032881" ;
    a owl:Class ;
    rdfs:label "regulation of polysaccharide metabolic process" ;
    rdfs:subClassOf obo:GO_0006109, obo:GO_0060255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0005976
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0005976
            ]
        )
    ] .

obo:GO_0032885
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of polysaccharides." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032885" ;
    a owl:Class ;
    rdfs:label "regulation of polysaccharide biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010556, obo:GO_0032881, obo:GO_0043255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000271
            ]
        )
    ] .

obo:GO_0032886
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of any cellular process that depends upon or alters the microtubule cytoskeleton." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032886" ;
    a owl:Class ;
    rdfs:label "regulation of microtubule-based process" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007017
            ]
        )
    ] .

obo:GO_0032890
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of organic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032890" ;
    a owl:Class ;
    rdfs:label "regulation of organic acid transport" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0015849
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0015849
            ]
        )
    ] .

obo:GO_0032891
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of organic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of organic acid transport", "down-regulation of organic acid transport", "downregulation of organic acid transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of organic acid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032891" ;
    a owl:Class ;
    rdfs:label "negative regulation of organic acid transport" ;
    rdfs:subClassOf obo:GO_0032890, obo:GO_0051051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0015849
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0015849
            ]
        )
    ] .

obo:GO_0032892
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of organic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of organic acid transport", "up-regulation of organic acid transport", "upregulation of organic acid transport" ;
    oboInOwl:hasNarrowSynonym "activation of organic acid transport", "stimulation of organic acid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032892" ;
    a owl:Class ;
    rdfs:label "positive regulation of organic acid transport" ;
    rdfs:subClassOf obo:GO_0032890, obo:GO_0051050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0015849
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0015849
            ]
        )
    ] .

obo:GO_0032940
    obo:IAO_0000115 "The controlled release of a substance by a cell." ;
    oboInOwl:hasDbXref "Wikipedia:Secretion" ;
    oboInOwl:hasExactSynonym "cellular secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032940" ;
    a owl:Class ;
    rdfs:label "secretion by cell" ;
    rdfs:subClassOf obo:GO_0046903, obo:GO_0140352 .

obo:GO_0032943
    obo:IAO_0000115 "The expansion of a mononuclear cell population by cell division. A mononuclear cell is a leukocyte with a single non-segmented nucleus in the mature form." ;
    oboInOwl:hasNarrowSynonym "PBMC proliferation", "peripheral blood mononuclear cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032943" ;
    a owl:Class ;
    rdfs:label "mononuclear cell proliferation" ;
    rdfs:subClassOf obo:GO_0070661, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000842
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000842
            ]
        )
    ] .

obo:GO_0032944
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mononuclear cell proliferation." ;
    oboInOwl:hasNarrowSynonym "regulation of PBMC proliferation", "regulation of peripheral blood mononuclear cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032944" ;
    a owl:Class ;
    rdfs:label "regulation of mononuclear cell proliferation" ;
    rdfs:subClassOf obo:GO_0070663, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032943
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032943
            ]
        )
    ] .

obo:GO_0032945
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of mononuclear cell proliferation." ;
    oboInOwl:hasNarrowSynonym "negative regulation of PBMC proliferation", "negative regulation of peripheral blood mononuclear cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032945" ;
    a owl:Class ;
    rdfs:label "negative regulation of mononuclear cell proliferation" ;
    rdfs:subClassOf obo:GO_0032944, obo:GO_0070664, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032943
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032943
            ]
        )
    ] .

obo:GO_0032946
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mononuclear cell proliferation." ;
    oboInOwl:hasExactSynonym "up regulation of mononuclear cell proliferation", "up-regulation of mononuclear cell proliferation", "upregulation of mononuclear cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of mononuclear cell proliferation", "positive regulation of PBMC proliferation", "positive regulation of peripheral blood mononuclear cell proliferation", "stimulation of mononuclear cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032946" ;
    a owl:Class ;
    rdfs:label "positive regulation of mononuclear cell proliferation" ;
    rdfs:subClassOf obo:GO_0032944, obo:GO_0070665, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032943
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032943
            ]
        )
    ] .

obo:GO_0032956
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins." ;
    oboInOwl:hasExactSynonym "regulation of actin cytoskeleton organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of actin cytoskeleton organization and biogenesis" ;
    oboInOwl:id "GO:0032956" ;
    a owl:Class ;
    rdfs:label "regulation of actin cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0032970, obo:GO_0051493, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030036
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030036
            ]
        )
    ] .

obo:GO_0032963
    obo:IAO_0000115 "The chemical reactions and pathways involving collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals. Collagen is highly enriched in glycine (some regions are 33% glycine) and proline, occurring predominantly as 3-hydroxyproline (about 20%)." ;
    oboInOwl:hasExactSynonym "collagen metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032963" ;
    a owl:Class ;
    rdfs:label "collagen metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:GO_0005581
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:GO_0005581
            ]
        )
    ] .

obo:GO_0032964
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals. Collagen is highly enriched in glycine (some regions are 33% glycine) and proline, occurring predominantly as 3-hydroxyproline (about 20%)." ;
    oboInOwl:hasExactSynonym "collagen anabolism", "collagen biosynthesis", "collagen formation", "collagen synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032964" ;
    a owl:Class ;
    rdfs:label "collagen biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0032963, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:GO_0005581
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:GO_0005581
            ]
        )
    ] .

obo:GO_0032965
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." ;
    oboInOwl:hasExactSynonym "regulation of collagen anabolism", "regulation of collagen biosynthesis", "regulation of collagen formation", "regulation of collagen synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032965" ;
    a owl:Class ;
    rdfs:label "regulation of collagen biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, obo:GO_0010712, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032964
            ]
        )
    ] .

obo:GO_0032966
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." ;
    oboInOwl:hasExactSynonym "negative regulation of collagen anabolism", "negative regulation of collagen biosynthesis", "negative regulation of collagen formation", "negative regulation of collagen synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032966" ;
    a owl:Class ;
    rdfs:label "negative regulation of collagen biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009890, obo:GO_0010713, obo:GO_0032965, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032964
            ]
        )
    ] .

obo:GO_0032967
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." ;
    oboInOwl:hasExactSynonym "positive regulation of collagen anabolism", "positive regulation of collagen biosynthesis", "positive regulation of collagen formation", "positive regulation of collagen synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032967" ;
    a owl:Class ;
    rdfs:label "positive regulation of collagen biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009891, obo:GO_0010714, obo:GO_0032965, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032964
            ]
        )
    ] .

obo:GO_0032970
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of any cellular process that depends upon or alters the actin cytoskeleton." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032970" ;
    a owl:Class ;
    rdfs:label "regulation of actin filament-based process" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030029
            ]
        )
    ] .

obo:GO_0032973
    obo:IAO_0000115 "The directed movement of amino acids from inside of a cell, across the plasma membrane and into the extracellular region." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-11-14T14:27:40Z" ;
    oboInOwl:hasAlternativeId "GO:0044746" ;
    oboInOwl:hasBroadSynonym "amino acid export", "amino acid transmembrane export" ;
    oboInOwl:hasExactSynonym "amino acid efflux" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032973" ;
    a owl:Class ;
    rdfs:label "amino acid export across plasma membrane" ;
    rdfs:subClassOf obo:GO_0003333, obo:GO_0140115 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0032974
    obo:IAO_0000115 "The directed movement of amino acids out of the vacuole, across the vacuolar membrane." ;
    oboInOwl:hasExactSynonym "amino acid efflux from vacuole", "vacuolar amino acid export" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032974" ;
    a owl:Class ;
    rdfs:label "amino acid transmembrane export from vacuole" ;
    rdfs:subClassOf obo:GO_0003333, obo:GO_0034486, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005775
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005829
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005775
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0032975
    obo:IAO_0000115 "The directed movement of amino acids into the vacuole across the vacuolar membrane." ;
    oboInOwl:hasExactSynonym "vacuolar amino acid import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032975" ;
    a owl:Class ;
    rdfs:label "amino acid transmembrane import into vacuole" ;
    rdfs:subClassOf obo:GO_0003333, obo:GO_0034486, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005775
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005775
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0032984
    obo:IAO_0000115 "The disaggregation of a protein-containing macromolecular complex into its constituent components." ;
    oboInOwl:hasAlternativeId "GO:0034623", "GO:0043241", "GO:0043624" ;
    oboInOwl:hasExactSynonym "protein complex disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cellular macromolecule complex disassembly", "cellular protein complex disassembly", "macromolecule complex disassembly" ;
    oboInOwl:id "GO:0032984" ;
    a owl:Class ;
    rdfs:label "protein-containing complex disassembly" ;
    rdfs:subClassOf obo:GO_0022411, obo:GO_0043933, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0032991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0032991
            ]
        )
    ] .

obo:GO_0032988
    obo:IAO_0000115 "The disaggregation of a protein-RNA complex into its constituent components." ;
    oboInOwl:hasExactSynonym "RNA-protein complex disassembly", "RNP complex disassembly", "ribonucleoprotein complex disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032988" ;
    a owl:Class ;
    rdfs:label "protein-RNA complex disassembly" ;
    rdfs:subClassOf obo:GO_0032984, obo:GO_0071826, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_1990904
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_1990904
            ]
        )
    ] .

obo:GO_0032989
    obo:IAO_0000115 "The process in which a cellular entity is generated and organized. A cellular entity has granularity above the level of a protein complex but below that of an anatomical system." ;
    oboInOwl:hasExactSynonym "cellular component morphogenesis", "cellular structure morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0032989" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cellular anatomical entity morphogenesis" ;
    rdfs:subClassOf obo:GO_0016043 .

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_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_mouse, 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, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PR_000000001
    ] ;
    owl:disjointWith obo:GO_0110165 .

obo:GO_0033002
    obo:IAO_0000115 "The expansion of a muscle cell population by cell division." ;
    oboInOwl:hasExactSynonym "myocyte proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033002" ;
    a owl:Class ;
    rdfs:label "muscle cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0033028
    obo:IAO_0000115 "Any apoptotic process in a myeloid cell, a cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage." ;
    oboInOwl:hasExactSynonym "apoptosis of myeloid cells" ;
    oboInOwl:hasNarrowSynonym "myeloid cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033028" ;
    a owl:Class ;
    rdfs:label "myeloid cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000763
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000763
            ]
        )
    ] .

obo:GO_0033032
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of myeloid cell apoptotic process." ;
    oboInOwl:hasNarrowSynonym "regulation of myeloid cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033032" ;
    a owl:Class ;
    rdfs:label "regulation of myeloid cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0033028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0033028
            ]
        )
    ] .

obo:GO_0033033
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of a myeloid cell apoptotic process." ;
    oboInOwl:hasExactSynonym "down regulation of myeloid cell apoptosis", "down-regulation of myeloid cell apoptosis", "downregulation of myeloid cell apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of myeloid cell apoptosis", "negative regulation of myeloid cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033033" ;
    a owl:Class ;
    rdfs:label "negative regulation of myeloid cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0033032, obo:GO_0043066, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0033028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0033028
            ]
        )
    ] .

obo:GO_0033034
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of myeloid cell apoptotic process." ;
    oboInOwl:hasExactSynonym "up regulation of myeloid cell apoptosis", "up-regulation of myeloid cell apoptosis", "upregulation of myeloid cell apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of myeloid cell apoptosis", "positive regulation of myeloid cell apoptosis", "stimulation of myeloid cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033034" ;
    a owl:Class ;
    rdfs:label "positive regulation of myeloid cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0033032, obo:GO_0043065, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0033028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0033028
            ]
        )
    ] .

obo:GO_0033036
    obo:IAO_0000115 "Any process in which a macromolecule is transported to, or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "macromolecule localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033036" ;
    oboInOwl:inSubset go:goslim_flybase_ribbon ;
    a owl:Class ;
    rdfs:label "macromolecule localization" ;
    rdfs:subClassOf obo:GO_0051179 .

obo:GO_0033037
    obo:IAO_0000115 "Any process in which a polysaccharide is transported to, or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "polysaccharide localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033037" ;
    a owl:Class ;
    rdfs:label "polysaccharide localization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0033036, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_18154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0033036
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18154
            ]
        )
    ] .

obo:GO_0033043
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of an organelle." ;
    oboInOwl:hasExactSynonym "regulation of organelle organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of organelle organization and biogenesis" ;
    oboInOwl:id "GO:0033043" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "regulation of organelle organization" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006996
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006996
            ]
        )
    ] .

obo:GO_0033044
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of a chromosome." ;
    oboInOwl:hasExactSynonym "regulation of chromosome organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of chromosome organization and biogenesis" ;
    oboInOwl:id "GO:0033044" ;
    a owl:Class ;
    rdfs:label "regulation of chromosome organization" ;
    rdfs:subClassOf obo:GO_0033043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051276
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051276
            ]
        )
    ] .

obo:GO_0033045
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of sister chromatid segregation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033045" ;
    a owl:Class ;
    rdfs:label "regulation of sister chromatid segregation" ;
    rdfs:subClassOf obo:GO_0033044, obo:GO_0051983, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000819
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000819
            ]
        )
    ] .

obo:GO_0033046
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of sister chromatid segregation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033046" ;
    a owl:Class ;
    rdfs:label "negative regulation of sister chromatid segregation" ;
    rdfs:subClassOf obo:GO_0033045, obo:GO_0051985, obo:GO_2001251, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0000819
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0000819
            ]
        )
    ] .

obo:GO_0033047
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of sister chromatid segregation during mitosis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033047" ;
    a owl:Class ;
    rdfs:label "regulation of mitotic sister chromatid segregation" ;
    rdfs:subClassOf obo:GO_0033045, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000070
            ]
        )
    ] .

obo:GO_0033048
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of sister chromatid segregation during mitosis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033048" ;
    a owl:Class ;
    rdfs:label "negative regulation of mitotic sister chromatid segregation" ;
    rdfs:subClassOf obo:GO_0033046, obo:GO_0033047, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0000070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0000070
            ]
        )
    ] .

obo:GO_0033059
    obo:IAO_0000115 "The deposition or aggregation of coloring matter in a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033059" ;
    a owl:Class ;
    rdfs:label "cellular pigmentation" ;
    rdfs:subClassOf obo:GO_0009987, obo:GO_0043473 .

obo:GO_0033157
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of proteins within cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033157" ;
    a owl:Class ;
    rdfs:label "regulation of intracellular protein transport" ;
    rdfs:subClassOf obo:GO_0032386, obo:GO_0051223, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006886
            ]
        )
    ] .

obo:GO_0033238
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways by which individual cells transform amines." ;
    oboInOwl:hasExactSynonym "regulation of amine metabolism", "regulation of cellular amine metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033238" ;
    a owl:Class ;
    rdfs:label "regulation of amine metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009308
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009308
            ]
        )
    ] .

obo:GO_0033239
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving amines." ;
    oboInOwl:hasExactSynonym "negative regulation of amine metabolism", "negative regulation of cellular amine metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033239" ;
    a owl:Class ;
    rdfs:label "negative regulation of amine metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0033238, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009308
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009308
            ]
        )
    ] .

obo:GO_0033240
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving amines." ;
    oboInOwl:hasExactSynonym "positive regulation of amine metabolism", "positive regulation of cellular amine metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033240" ;
    a owl:Class ;
    rdfs:label "positive regulation of amine metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0033238, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009308
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009308
            ]
        )
    ] .

obo:GO_0033278
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a cell population in the midbrain." ;
    oboInOwl:hasExactSynonym "cell proliferation in mesencephalon" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "mesencepahalic cell proliferation" ;
    oboInOwl:id "GO:0033278" ;
    a owl:Class ;
    rdfs:label "cell proliferation in midbrain" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0061351, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030901
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001891
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:GO_0033363
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a secretory granule. A secretory granule is a small subcellular vesicle, surrounded by a membrane, that is formed from the Golgi apparatus and contains a highly concentrated protein destined for secretion." ;
    oboInOwl:hasExactSynonym "secretory granule organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "secretory granule organization and biogenesis" ;
    oboInOwl:id "GO:0033363" ;
    a owl:Class ;
    rdfs:label "secretory granule organization" ;
    rdfs:subClassOf obo:GO_0016050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0030141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0030141
            ]
        )
    ] .

obo:GO_0033365
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within an organelle." ;
    oboInOwl:hasExactSynonym "protein localisation to organelle", "protein localization in organelle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033365" ;
    a owl:Class ;
    rdfs:label "protein localization to organelle" ;
    rdfs:subClassOf obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0033366
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a secretory granule." ;
    oboInOwl:hasExactSynonym "protein localisation in secretory granule", "protein localization in secretory granule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033366" ;
    a owl:Class ;
    rdfs:label "protein localization to secretory granule" ;
    rdfs:subClassOf obo:GO_0033365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0030141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0030141
            ]
        )
    ] .

obo:GO_0033604
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of a catecholamine." ;
    oboInOwl:hasExactSynonym "down regulation of catecholamine secretion", "down-regulation of catecholamine secretion", "downregulation of catecholamine secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of catecholamine secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033604" ;
    a owl:Class ;
    rdfs:label "negative regulation of catecholamine secretion" ;
    rdfs:subClassOf obo:GO_0050433, obo:GO_0051953, obo:GO_1903531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0050432
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0050432
            ]
        )
    ] .

obo:GO_0033605
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the regulated release of a catecholamine." ;
    oboInOwl:hasExactSynonym "up regulation of catecholamine secretion", "up-regulation of catecholamine secretion", "upregulation of catecholamine secretion" ;
    oboInOwl:hasNarrowSynonym "activation of catecholamine secretion", "stimulation of catecholamine secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033605" ;
    a owl:Class ;
    rdfs:label "positive regulation of catecholamine secretion" ;
    rdfs:subClassOf obo:GO_0050433, obo:GO_0051954, obo:GO_1903532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0050432
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0050432
            ]
        )
    ] .

obo:GO_0033750
    obo:IAO_0000115 "A process in which a ribosome is transported to, and/or maintained in, a specific location." ;
    oboInOwl:hasAlternativeId "GO:0033753" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "establishment of ribosome localisation", "establishment of ribosome localization", "ribosome localisation" ;
    oboInOwl:id "GO:0033750" ;
    a owl:Class ;
    rdfs:label "ribosome localization" ;
    rdfs:subClassOf obo:GO_0051640, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0005840
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005840
            ]
        )
    ] .

obo:GO_0033762
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a glucagon stimulus." ;
    oboInOwl:hasExactSynonym "response to glucagon stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033762" ;
    a owl:Class ;
    rdfs:label "response to glucagon" ;
    rdfs:subClassOf obo:GO_0043434, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_5391
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_5391
            ]
        )
    ] .

obo:GO_0033993
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a lipid stimulus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0033993" ;
    a owl:Class ;
    rdfs:label "response to lipid" ;
    rdfs:subClassOf obo:GO_0042221, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_18059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0034067
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within the Golgi apparatus." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-14T02:26:36Z" ;
    oboInOwl:hasAlternativeId "GO:0000042", "GO:0072600" ;
    oboInOwl:hasExactSynonym "protein localisation in Golgi apparatus", "protein localization in Golgi apparatus" ;
    oboInOwl:hasNarrowSynonym "establishment of protein localisation to Golgi", "establishment of protein localization in Golgi", "establishment of protein localization to Golgi", "establishment of protein localization to Golgi apparatus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "protein targeting to Golgi", "protein-Golgi targeting" ;
    oboInOwl:id "GO:0034067" ;
    a owl:Class ;
    rdfs:label "protein localization to Golgi apparatus" ;
    rdfs:subClassOf obo:GO_0033365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0034101
    obo:IAO_0000115 "Any process of regulating the production and elimination of erythrocytes within an organism." ;
    oboInOwl:hasExactSynonym "RBC homeostasis", "red blood cell homeostasis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034101" ;
    a owl:Class ;
    rdfs:label "erythrocyte homeostasis" ;
    rdfs:subClassOf obo:GO_0002262, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000232
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048872
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000232
            ]
        )
    ] .

obo:GO_0034219
    obo:IAO_0000115 "The process in which a carbohydrate is transported across a membrane." ;
    oboInOwl:hasExactSynonym "carbohydrate membrane transport", "transmembrane carbohydrate transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034219" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "carbohydrate transmembrane transport" ;
    rdfs:subClassOf obo:GO_0008643, obo:GO_0055085 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_16646
            ]
        )
    ] .

obo:GO_0034220
    obo:IAO_0000115 "A process in which a monoatomic ion is transported across a membrane. Monatomic ions (also called simple ions) are ions consisting of exactly one atom." ;
    oboInOwl:hasAlternativeId "GO:0099131" ;
    oboInOwl:hasBroadSynonym "ion transmembrane transport" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-983712" ;
    oboInOwl:hasExactSynonym "ion membrane transport", "transmembrane ion transport" ;
    oboInOwl:hasNarrowSynonym "ATP hydrolysis coupled ion transmembrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034220" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "monoatomic ion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0006811, obo:GO_0055085 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_24867
            ]
        )
    ] .

obo:GO_0034242
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034242" ;
    a owl:Class ;
    rdfs:label "negative regulation of syncytium formation by plasma membrane fusion" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051129, obo:GO_0060142, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0000768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0000768
            ]
        )
    ] .

obo:GO_0034248
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving amides." ;
    oboInOwl:hasExactSynonym "regulation of amide metabolism", "regulation of cellular amide metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034248" ;
    a owl:Class ;
    rdfs:label "regulation of amide metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043603
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043603
            ]
        )
    ] .

obo:GO_0034249
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving amides." ;
    oboInOwl:hasExactSynonym "negative regulation of amide metabolism", "negative regulation of cellular amide metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034249" ;
    a owl:Class ;
    rdfs:label "negative regulation of amide metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0034248, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0043603
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0043603
            ]
        )
    ] .

obo:GO_0034250
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving amides." ;
    oboInOwl:hasExactSynonym "positive regulation of amide metabolism", "positive regulation of cellular amide metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034250" ;
    a owl:Class ;
    rdfs:label "positive regulation of amide metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0034248, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0043603
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0043603
            ]
        )
    ] .

obo:GO_0034329
    obo:IAO_0000115 "A cellular process that results in the aggregation, arrangement and bonding together of a set of components to form a cell junction." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-446728" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034329" ;
    a owl:Class ;
    rdfs:label "cell junction assembly" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0034330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0030054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0030054
            ]
        )
    ] .

obo:GO_0034330
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a cell junction. A cell junction is a specialized region of connection between two cells or between a cell and the extracellular matrix." ;
    oboInOwl:hasExactSynonym "cell junction assembly and maintenance", "cell junction organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell junction biogenesis" ;
    oboInOwl:id "GO:0034330" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_generic ;
    a owl:Class ;
    rdfs:label "cell junction organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0030054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0030054
            ]
        )
    ] .

obo:GO_0034349
    obo:IAO_0000115 "Any apoptotic process in a glial cell, a non-neuronal cell of the nervous system." ;
    oboInOwl:hasExactSynonym "apoptosis of glia", "apoptosis of glial cells", "glia apoptosis", "glia programmed cell death by apoptosis", "glial cell programmed cell death by apoptosis", "programmed cell death of glia by apoptosis", "programmed cell death of glial cells by apoptosis", "programmed cell death, glia", "programmed cell death, glial cells" ;
    oboInOwl:hasNarrowSynonym "glial cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034349" ;
    a owl:Class ;
    rdfs:label "glial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0034350
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of glial cell apoptotic process." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of glial cell apoptosis" ;
    oboInOwl:id "GO:0034350" ;
    a owl:Class ;
    rdfs:label "regulation of glial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0034349
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0034349
            ]
        )
    ] .

obo:GO_0034351
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of glial cell apoptotic process." ;
    oboInOwl:hasExactSynonym "down regulation of glial cell apoptosis", "down-regulation of glial cell apoptosis", "downregulation of glial cell apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of glial cell apoptosis", "negative regulation of glial cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034351" ;
    a owl:Class ;
    rdfs:label "negative regulation of glial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0034350, obo:GO_0043066, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0034349
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0034349
            ]
        )
    ] .

obo:GO_0034352
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of glial cell apoptotic process." ;
    oboInOwl:hasExactSynonym "up regulation of glial cell apoptosis", "up-regulation of glial cell apoptosis", "upregulation of glial cell apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of glial cell apoptosis", "positive regulation of glial cell apoptosis", "stimulation of glial cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034352" ;
    a owl:Class ;
    rdfs:label "positive regulation of glial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0034350, obo:GO_0043065, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0034349
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0034349
            ]
        )
    ] .

obo:GO_0034390
    obo:IAO_0000115 "Any apoptotic process in a smooth muscle cell. Smooth muscle consists of non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels." ;
    oboInOwl:hasExactSynonym "SMC apoptosis", "apoptosis of smooth muscle cells", "programmed cell death of smooth muscle cells by apoptosis", "programmed cell death, smooth muscle cells", "smooth muscle cell programmed cell death by apoptosis" ;
    oboInOwl:hasNarrowSynonym "smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034390" ;
    a owl:Class ;
    rdfs:label "smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010657, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000192
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000192
            ]
        )
    ] .

obo:GO_0034391
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or extent of smooth muscle cell apoptotic process." ;
    oboInOwl:hasExactSynonym "regulation of SMC apoptosis" ;
    oboInOwl:hasNarrowSynonym "regulation of smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034391" ;
    a owl:Class ;
    rdfs:label "regulation of smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010660, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0034390
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0034390
            ]
        )
    ] .

obo:GO_0034392
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate, or extent of smooth muscle cell apoptotic process." ;
    oboInOwl:hasExactSynonym "down regulation of smooth muscle cell apoptosis", "down-regulation of smooth muscle cell apoptosis", "downregulation of smooth muscle cell apoptosis", "negative regulation of SMC apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of smooth muscle cell apoptosis", "negative regulation of smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034392" ;
    a owl:Class ;
    rdfs:label "negative regulation of smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010656, obo:GO_0034391, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0034390
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0034390
            ]
        )
    ] .

obo:GO_0034393
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate, or extent of smooth muscle cell apoptotic process." ;
    oboInOwl:hasExactSynonym "positive regulation of SMC apoptosis", "up regulation of smooth muscle cell apoptosis", "up-regulation of smooth muscle cell apoptosis", "upregulation of smooth muscle cell apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of smooth muscle cell apoptosis", "positive regulation of smooth muscle cell apoptosis", "stimulation of smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034393" ;
    a owl:Class ;
    rdfs:label "positive regulation of smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0010661, obo:GO_0034391, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0034390
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0034390
            ]
        )
    ] .

obo:GO_0034436
    obo:IAO_0000115 "The directed movement of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034436" ;
    a owl:Class ;
    rdfs:label "glycoprotein transport" ;
    rdfs:subClassOf obo:GO_0015031, obo:GO_1901264, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_17089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_17089
            ]
        )
    ] .

obo:GO_0034486
    obo:IAO_0000115 "The process in which a solute is transported from one side of the vacuolar membrane to the other." ;
    oboInOwl:hasExactSynonym "vacuolar membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034486" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "vacuolar transmembrane transport" ;
    rdfs:subClassOf obo:GO_0055085, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0034487
    obo:IAO_0000115 "The process in which an amino acid is transported from one side of the vacuolar membrane to the other." ;
    oboInOwl:hasExactSynonym "vacuolar amino acid membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034487" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "vacuolar amino acid transmembrane transport" ;
    rdfs:subClassOf obo:GO_0003333, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0005774
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005774
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0034502
    obo:IAO_0000115 "Any process in which a protein is transported to, or maintained at, a specific location on a chromosome." ;
    oboInOwl:hasExactSynonym "protein localisation to chromosome" ;
    oboInOwl:hasNarrowSynonym "condensin localization to chromosome" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034502" ;
    a owl:Class ;
    rdfs:label "protein localization to chromosome" ;
    rdfs:subClassOf obo:GO_0033365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005694
            ]
        )
    ] .

obo:GO_0034504
    obo:IAO_0000115 "A process in which a protein transports or maintains the localization of another protein to the nucleus." ;
    oboInOwl:creation_date "2012-11-07T15:45:54Z" ;
    oboInOwl:hasAlternativeId "GO:0044744" ;
    oboInOwl:hasExactSynonym "protein localisation to nucleus", "protein localization in cell nucleus", "protein localization in nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "protein targeting to nucleus" ;
    oboInOwl:id "GO:0034504" ;
    a owl:Class ;
    rdfs:label "protein localization to nucleus" ;
    rdfs:subClassOf obo:GO_0033365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0034654
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of nucleobases, nucleosides, nucleotides and nucleic acids." ;
    oboInOwl:hasExactSynonym "nucleobase, nucleoside, nucleotide and nucleic acid anabolism", "nucleobase, nucleoside, nucleotide and nucleic acid biosynthesis", "nucleobase, nucleoside, nucleotide and nucleic acid formation" ;
    oboInOwl:hasNarrowSynonym "nucleobase, nucleoside, nucleotide and nucleic acid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034654" ;
    a owl:Class ;
    rdfs:label "nucleobase-containing compound biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006139, obo:GO_0009058, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_61120
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_61120
            ]
        )
    ] .

obo:GO_0034762
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of a solute from one side of a membrane to the other." ;
    oboInOwl:hasExactSynonym "regulation of membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034762" ;
    a owl:Class ;
    rdfs:label "regulation of transmembrane transport" ;
    rdfs:subClassOf obo:GO_0050794, obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0055085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0055085
            ]
        )
    ] .

obo:GO_0034763
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of a solute from one side of a membrane to the other." ;
    oboInOwl:hasExactSynonym "down regulation of transmembrane transport", "down-regulation of transmembrane transport", "downregulation of transmembrane transport", "negative regulation of membrane transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of transmembrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034763" ;
    a owl:Class ;
    rdfs:label "negative regulation of transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034762, obo:GO_0048523, obo:GO_0051051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0055085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0055085
            ]
        )
    ] .

obo:GO_0034764
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of a solute from one side of a membrane to the other." ;
    oboInOwl:hasExactSynonym "positive regulation of membrane transport", "up regulation of transmembrane transport", "up-regulation of transmembrane transport", "upregulation of transmembrane transport" ;
    oboInOwl:hasNarrowSynonym "activation of transmembrane transport", "stimulation of transmembrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034764" ;
    a owl:Class ;
    rdfs:label "positive regulation of transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034762, obo:GO_0048522, obo:GO_0051050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0055085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0055085
            ]
        )
    ] .

obo:GO_0034765
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of ions from one side of a membrane to the other." ;
    oboInOwl:hasBroadSynonym "regulation of ion transmembrane transport" ;
    oboInOwl:hasExactSynonym "regulation of ion membrane transport", "regulation of transmembrane ion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034765" ;
    a owl:Class ;
    rdfs:label "regulation of monoatomic ion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034762, obo:GO_0043269, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0034220
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0034220
            ]
        )
    ] .

obo:GO_0034766
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of ions from one side of a membrane to the other." ;
    oboInOwl:hasBroadSynonym "negative regulation of ion transmembrane transport" ;
    oboInOwl:hasExactSynonym "down regulation of transmembrane ion transport", "down-regulation of transmembrane ion transport", "downregulation of transmembrane ion transport", "negative regulation of ion membrane transport", "negative regulation of transmembrane ion transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of transmembrane ion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034766" ;
    a owl:Class ;
    rdfs:label "negative regulation of monoatomic ion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034763, obo:GO_0034765, obo:GO_0043271, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0034220
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0034220
            ]
        )
    ] .

obo:GO_0034767
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of ions from one side of a membrane to the other." ;
    oboInOwl:hasBroadSynonym "positive regulation of ion transmembrane transport" ;
    oboInOwl:hasExactSynonym "positive regulation of ion membrane transport", "positive regulation of transmembrane ion transport", "up regulation of transmembrane ion transport", "up-regulation of transmembrane ion transport", "upregulation of transmembrane ion transport" ;
    oboInOwl:hasNarrowSynonym "activation of transmembrane ion transport", "stimulation of transmembrane ion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0034767" ;
    a owl:Class ;
    rdfs:label "positive regulation of monoatomic ion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034764, obo:GO_0034765, obo:GO_0043270, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0034220
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0034220
            ]
        )
    ] .

obo:GO_0034769
    obo:IAO_0000115 "The controlled breakdown of the basement membrane in the context of a normal process such as imaginal disc eversion." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-13T11:27:24Z" ;
    oboInOwl:hasAlternativeId "GO:0060881" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "basal lamina disassembly" ;
    oboInOwl:id "GO:0034769" ;
    a owl:Class ;
    rdfs:comment "Note that this term has no relationship to 'membrane disassembly ; GO:0030397' because the basement membrane is not a lipid bilayer." ;
    rdfs:label "basement membrane disassembly" ;
    rdfs:subClassOf obo:GO_0022617, obo:GO_0071711, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005604
            ]
        )
    ] .

obo:GO_0035050
    obo:IAO_0000115 "The process whose specific outcome is the progression of the embryonic heart tube over time, from its formation to the mature structure. The heart tube forms as the heart rudiment from the heart field." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035050" ;
    a owl:Class ;
    rdfs:label "embryonic heart tube development" ;
    rdfs:subClassOf obo:GO_0035295, obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048568
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004141
            ]
        )
    ] .

obo:GO_0035051
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cell that will form part of the cardiac organ of an individual." ;
    oboInOwl:hasExactSynonym "cardiac cell differentiation", "heart cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035051" ;
    a owl:Class ;
    rdfs:label "cardiocyte differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002494
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002494
            ]
        )
    ] .

obo:GO_0035082
    obo:IAO_0000115 "The assembly and organization of an axoneme, the bundle of microtubules and associated proteins that forms the core of cilia (also called flagella) in eukaryotic cells and is responsible for their movements." ;
    oboInOwl:hasAlternativeId "GO:0035083", "GO:0035084" ;
    oboInOwl:hasExactSynonym "ciliary axoneme assembly", "cilium axoneme assembly", "flagellar axoneme assembly", "flagellum axoneme assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "axoneme biogenesis", "cilium axoneme biogenesis" ;
    oboInOwl:id "GO:0035082" ;
    a owl:Class ;
    rdfs:comment "Note that cilia and eukaryotic flagella are deemed to be equivalent." ;
    rdfs:label "axoneme assembly" ;
    rdfs:subClassOf obo:GO_0001578, obo:GO_0022607, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060271
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005930
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005930
            ]
        )
    ] .

obo:GO_0035107
    obo:IAO_0000115 "The process in which the anatomical structures of appendages are generated and organized. An appendage is an organ or part that is attached to the trunk of an organism, such as a limb or a branch." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035107" ;
    a owl:Class ;
    rdfs:label "appendage morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048736
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000026
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000026
            ]
        )
    ] .

obo:GO_0035112
    obo:IAO_0000115 "The process in which the anatomical structures of genitalia are generated and organized. The genitalia are the organs of reproduction or generation, external and internal." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "genital morphogenesis" ;
    oboInOwl:id "GO:0035112" ;
    a owl:Class ;
    rdfs:label "genitalia morphogenesis" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048806
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000990
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000990
            ]
        )
    ] .

obo:GO_0035148
    obo:IAO_0000115 "Creation of the central hole of a tube in an anatomical structure through which gases and/or liquids flow." ;
    oboInOwl:hasExactSynonym "tube lumen formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "lumen formation in an anatomical structure" ;
    oboInOwl:id "GO:0035148" ;
    a owl:Class ;
    rdfs:label "tube formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035239
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000025
            ]
        )
    ] .

obo:GO_0035190
    obo:IAO_0000115 "The directed movement of nuclei within the syncytial embryo of insects. These precise temporal and spatial patterns of nuclear movement are coordinated with mitotic divisions and are required during blastoderm formation to reposition dividing nuclei from the interior of the syncytial embryo to the cortex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035190" ;
    a owl:Class ;
    rdfs:label "syncytial nuclear migration" ;
    rdfs:subClassOf obo:GO_0007097, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001700
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000228
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_50557
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007097
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000228
            ]
        )
    ] .

obo:GO_0035234
    obo:IAO_0000115 "Programmed cell death of an errant germ line cell that is outside the normal migratory path or ectopic to the gonad. This is an important mechanism of regulating germ cell survival within the embryo." ;
    oboInOwl:hasExactSynonym "programmed cell death of ectopic germ cells", "programmed cell death, ectopic germ cells" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035234" ;
    a owl:Class ;
    rdfs:label "ectopic germ cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0010623, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000586
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0012501
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000586
            ]
        )
    ] .

obo:GO_0035239
    obo:IAO_0000115 "The process in which the anatomical structures of a tube are generated and organized. Epithelial and endothelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues, with tube shape and organization varying from the single-celled excretory organ in Caenorhabditis elegans to the branching trees of the mammalian kidney and insect tracheal system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035239" ;
    a owl:Class ;
    rdfs:label "tube morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035295
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000025
            ]
        )
    ] .

obo:GO_0035260
    obo:IAO_0000115 "The process in which the anatomical structures of the internal genitalia are generated and organized. The internal genitalia are the internal sex organs such as the uterine tube, the uterus and the vagina in female mammals, and the testis, seminal vesicle, ejaculatory duct and prostate in male mammals." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035260" ;
    a owl:Class ;
    rdfs:label "internal genitalia morphogenesis" ;
    rdfs:subClassOf obo:GO_0035112, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004175
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004175
            ]
        )
    ] .

obo:GO_0035261
    obo:IAO_0000115 "The process in which the anatomical structures of the external genitalia are generated and organized. The external genitalia are the outer sex organs, such as the penis or vulva in mammals." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035261" ;
    a owl:Class ;
    rdfs:label "external genitalia morphogenesis" ;
    rdfs:subClassOf obo:GO_0035112, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004176
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004176
            ]
        )
    ] .

obo:GO_0035262
    obo:IAO_0000115 "The process in which the anatomical structures of the gonads are generated and organized. A gonad is an animal organ producing gametes, e.g. the testes or the ovary in mammals." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035262" ;
    a owl:Class ;
    rdfs:label "gonad morphogenesis" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008406
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000991
            ]
        )
    ] .

obo:GO_0035264
    obo:IAO_0000115 "The increase in size or mass of an entire multicellular organism, as opposed to cell growth." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "body growth" ;
    oboInOwl:id "GO:0035264" ;
    a owl:Class ;
    rdfs:label "multicellular organism growth" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0032501, obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:GO_0035265
    obo:IAO_0000115 "The increase in size or mass of an organ. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that function together as to perform a specific function." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035265" ;
    a owl:Class ;
    rdfs:label "organ growth" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0032501, obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:GO_0035270
    obo:IAO_0000115 "Progression of the endocrine system over time, from its formation to a mature structure. The endocrine system is a system of hormones and ductless glands, where the glands release hormones directly into the blood, lymph or other intercellular fluid, and the hormones circulate within the body to affect distant organs. The major glands that make up the human endocrine system are the hypothalamus, pituitary, thyroid, parathryoids, adrenals, pineal body, and the reproductive glands which include the ovaries and testes." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035270" ;
    a owl:Class ;
    rdfs:label "endocrine system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000949
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000949
            ]
        )
    ] .

obo:GO_0035272
    obo:IAO_0000115 "Progression of the exocrine system over time, from its formation to a mature structure. The exocrine system is a system of hormones and glands, where the glands secrete straight to a target site via ducts or tubes. The human exocrine system includes the salivary glands, sweat glands and many glands of the digestive system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035272" ;
    a owl:Class ;
    rdfs:label "exocrine system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002330
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002330
            ]
        )
    ] .

obo:GO_0035282
    obo:IAO_0000115 "The regionalization process that divides an organism or part of an organism into a series of semi-repetitive parts, or segments, often arranged along a longitudinal axis." ;
    oboInOwl:hasDbXref "Wikipedia:Segmentation_(biology)" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035282" ;
    a owl:Class ;
    rdfs:label "segmentation" ;
    rdfs:subClassOf obo:GO_0003002 .

obo:GO_0035290
    obo:IAO_0000115 "Partitioning of the blastoderm embryo into trunk segmental units. In Drosophila, the trunk segments include thoracic segments and abdominal segments A1 to A8." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035290" ;
    a owl:Class ;
    rdfs:label "trunk segmentation" ;
    rdfs:subClassOf obo:GO_0035282, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007350
    ] .

obo:GO_0035295
    obo:IAO_0000115 "The process whose specific outcome is the progression of a tube over time, from its initial formation to a mature structure. Epithelial and endothelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues including lung and trachea, kidney, the mammary gland, the vascular system and the gastrointestinal and urinary-genital tracts." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035295" ;
    a owl:Class ;
    rdfs:label "tube development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000025
            ]
        )
    ] .

obo:GO_0035372
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained at, a microtubule." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2010-03-11T11:00:56Z" ;
    oboInOwl:hasExactSynonym "protein localisation to microtubule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035372" ;
    a owl:Class ;
    rdfs:label "protein localization to microtubule" ;
    rdfs:subClassOf obo:GO_0072698, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0035418
    obo:IAO_0000115 "Any process in which a protein is transported to, and/or maintained at the synapse, the junction between a nerve fiber of one neuron and another neuron or muscle fiber or glial cell." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2010-03-29T10:58:53Z" ;
    oboInOwl:hasExactSynonym "protein localisation to synapse" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035418" ;
    a owl:Class ;
    rdfs:label "protein localization to synapse" ;
    rdfs:subClassOf obo:GO_1902414, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0045202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0035433
    obo:IAO_0000115 "The process in which acetate is transported across a membrane. Acetate is the 2-carbon carboxylic acid ethanoic acid." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2010-04-08T10:59:01Z" ;
    oboInOwl:hasExactSynonym "acetate membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035433" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "acetate transmembrane transport" ;
    rdfs:subClassOf obo:GO_0006846, obo:GO_1905039 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_30089
            ]
        )
    ] .

obo:GO_0035441
    obo:IAO_0000115 "The orderly movement of a cell from one site to another that will contribute to the differentiation of an endothelial cell that will form de novo blood vessels and tubes." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2010-04-09T03:53:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035441" ;
    a owl:Class ;
    rdfs:label "cell migration involved in vasculogenesis" ;
    rdfs:subClassOf obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001570
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0001570
            ]
        )
    ] .

obo:GO_0035556
    obo:IAO_0000115 "The process in which a signal is passed on to downstream components within the cell, which become activated themselves to further propagate the signal and finally trigger a change in the function or state of the cell." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2010-05-14T01:14:37Z" ;
    oboInOwl:hasAlternativeId "GO:0007242", "GO:0007243", "GO:0023013", "GO:0023034" ;
    oboInOwl:hasNarrowSynonym "intracellular signal transduction pathway", "signal transmission via intracellular cascade" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "intracellular signaling cascade", "intracellular signaling pathway" ;
    oboInOwl:id "GO:0035556" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "intracellular signal transduction" ;
    rdfs:subClassOf obo:GO_0007165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005622
            ]
        )
    ] .

obo:GO_0035592
    obo:IAO_0000115 "The directed movement of a protein to a specific location within the extracellular region." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2010-11-09T10:25:08Z" ;
    oboInOwl:hasExactSynonym "establishment of protein localisation in extracellular region", "establishment of protein localization in extracellular region" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035592" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization to extracellular region" ;
    rdfs:subClassOf obo:GO_0045184, obo:GO_0071692 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045184
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0035701
    obo:IAO_0000115 "The orderly movement of a hematopoietic stem cell from one site to another. A hematopoietic stem cell is a cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-02-28T03:20:36Z" ;
    oboInOwl:hasExactSynonym "hemopoietic stem cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035701" ;
    a owl:Class ;
    rdfs:label "hematopoietic stem cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000037
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000037
            ]
        )
    ] .

obo:GO_0035735
    obo:IAO_0000115 "The bidirectional movement of large protein complexes along microtubules within a cilium that contributes to cilium assembly." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-17T10:55:42Z" ;
    oboInOwl:hasBroadSynonym "intraflagellar transport" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-5620924" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "intraciliary transport involved in cilium morphogenesis", "intraflagellar transport involved in cilium morphogenesis" ;
    oboInOwl:id "GO:0035735" ;
    a owl:Class ;
    rdfs:label "intraciliary transport involved in cilium assembly" ;
    rdfs:subClassOf obo:GO_0042073, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0042073
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060271
            ]
        )
    ] .

obo:GO_0035736
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a cell population that contributes to compound eye morphogenesis." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-17T10:57:03Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035736" ;
    a owl:Class ;
    rdfs:label "cell proliferation involved in compound eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001745
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0001745
            ]
        )
    ] .

obo:GO_0035779
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of an angioblast cell. Angioblasts are one of the two products formed from hemangioblast cells (the other being pluripotent hemopoietic stem cells)." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-04-04T11:10:38Z" ;
    oboInOwl:hasExactSynonym "angioblastic mesenchymal cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035779" ;
    a owl:Class ;
    rdfs:label "angioblast cell differentiation" ;
    rdfs:subClassOf obo:GO_0048863, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001568
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000566
            ]
        )
    ] .

obo:GO_0035834
    obo:IAO_0000115 "The chemical reactions and pathways involving an indole alkaloid, an alkaloid containing an indole skeleton." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-05-04T03:17:44Z" ;
    oboInOwl:hasExactSynonym "indole alkaloid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035834" ;
    a owl:Class ;
    rdfs:label "indole alkaloid metabolic process" ;
    rdfs:subClassOf obo:GO_0009820, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_38958
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_38958
            ]
        )
    ] .

obo:GO_0035835
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of an indole alkaloid, an alkaloid containing an indole skeleton." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-05-04T03:18:31Z" ;
    oboInOwl:hasExactSynonym "indole alkaloid anabolism", "indole alkaloid biosynthesis", "indole alkaloid formation", "indole alkaloid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035835" ;
    a owl:Class ;
    rdfs:label "indole alkaloid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009821, obo:GO_0035834, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_38958
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_38958
            ]
        )
    ] .

obo:GO_0035855
    obo:IAO_0000115 "The process whose specific outcome is the progression of a megakaryocyte cell over time, from its formation to the mature structure. Megakaryocyte development does not include the steps involved in committing a cell to a megakaryocyte fate. A megakaryocyte is a giant cell 50 to 100 micron in diameter, with a greatly lobulated nucleus, found in the bone marrow." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-05-13T01:28:06Z" ;
    oboInOwl:hasExactSynonym "megakaryocyte cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035855" ;
    a owl:Class ;
    rdfs:label "megakaryocyte development" ;
    rdfs:subClassOf obo:GO_0061515, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030219
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000556
            ]
        )
    ] .

obo:GO_0035869
    obo:IAO_0000115 "A region of the cilium between the basal body and proximal segment that is characterized by Y-shaped assemblages that connect axonemal microtubules to the ciliary membrane. The ciliary transition zone appears to function as a gate that controls ciliary membrane composition and separates the cytosol from the ciliary plasm." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-05-25T03:09:58Z" ;
    oboInOwl:hasExactSynonym "cilial transition zone", "cilium transition zone" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "connecting cilium" ;
    oboInOwl:id "GO:0035869" ;
    a owl:Class ;
    rdfs:comment "Depending on the species, this region may have a distinct geometrically shaped electron-dense structure within the axonemal lumen visible in electron microscopy images; most animals don't display this inner structure. The axoneme extends through the ciliary transition zone, but only consists of the outer doublets. The central pair, axonemal spokes, and dynein complexes are not found in this part of the ciliary shaft. Note that the connecting cilium of the photoreceptor cells is thought to be equivalent to the transition zone." ;
    rdfs:label "ciliary transition zone" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005929
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0035883
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized structural and/or functional features of an enteroendocrine cell. Enteroendocrine cells are hormonally active epithelial cells in the gut that constitute the diffuse neuroendocrine system." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-06T11:48:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035883" ;
    a owl:Class ;
    rdfs:label "enteroendocrine cell differentiation" ;
    rdfs:subClassOf obo:GO_0030855, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000164
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000164
            ]
        )
    ] .

obo:GO_0035886
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a vascular smooth muscle cell." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-08T11:23:52Z" ;
    oboInOwl:hasExactSynonym "VSMC differentiation", "vascular smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035886" ;
    a owl:Class ;
    rdfs:label "vascular associated smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051145, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001944
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000359
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000359
            ]
        )
    ] .

obo:GO_0035887
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a smooth muscle cell surrounding the aorta." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-08T11:34:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035887" ;
    a owl:Class ;
    rdfs:label "aortic smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0035886, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002539
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002539
            ]
        )
    ] .

obo:GO_0035904
    obo:IAO_0000115 "The progression of the aorta over time, from its initial formation to the mature structure. An aorta is an artery that carries blood from the heart to other parts of the body." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:00:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035904" ;
    a owl:Class ;
    rdfs:label "aorta development" ;
    rdfs:subClassOf obo:GO_0060840, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:GO_0035905
    obo:IAO_0000115 "The progression of the ascending aorta over time, from its initial formation to the mature structure. The ascending aorta is the portion of the aorta in a two-pass circulatory system that lies between the heart and the arch of aorta. In a two-pass circulatory system blood passes twice through the heart to supply the body once." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:02:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035905" ;
    a owl:Class ;
    rdfs:label "ascending aorta development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035904
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001496
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001496
            ]
        )
    ] .

obo:GO_0035906
    obo:IAO_0000115 "The progression of the descending aorta over time, from its initial formation to the mature structure. The descending aorta is the portion of the aorta in a two-pass circulatory system from the arch of aorta to the point where it divides into the common iliac arteries. In a two-pass circulatory system blood passes twice through the heart to supply the body once." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:05:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035906" ;
    a owl:Class ;
    rdfs:label "descending aorta development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035904
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001514
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001514
            ]
        )
    ] .

obo:GO_0035907
    obo:IAO_0000115 "The progression of the dorsal aorta over time, from its initial formation to the mature structure. The dorsal aorta is a blood vessel in a single-pass circulatory system that carries oxygenated blood from the gills to the rest of the body. In a single-pass circulatory system blood passes once through the heart to supply the body once." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:07:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035907" ;
    a owl:Class ;
    rdfs:label "dorsal aorta development" ;
    rdfs:subClassOf obo:GO_0035904, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0005805
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0005805
            ]
        )
    ] .

obo:GO_0035909
    obo:IAO_0000115 "The process in which the anatomical structures of an aorta are generated and organized. An aorta is an artery that carries blood from the heart to other parts of the body." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:11:11Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035909" ;
    a owl:Class ;
    rdfs:label "aorta morphogenesis" ;
    rdfs:subClassOf obo:GO_0048844, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035904
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:GO_0035910
    obo:IAO_0000115 "The process in which the anatomical structures of the ascending aorta are generated and organized. The ascending aorta is the portion of the aorta in a two-pass circulatory system that lies between the heart and the arch of aorta. In a two-pass circulatory system blood passes twice through the heart to supply the body once." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:14:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035910" ;
    a owl:Class ;
    rdfs:label "ascending aorta morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035905
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035909
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001496
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001496
            ]
        )
    ] .

obo:GO_0035911
    obo:IAO_0000115 "The process in which the anatomical structures of the descending aorta are generated and organized. The descending aorta is the portion of the aorta in a two-pass circulatory system from the arch of aorta to the point where it divides into the common iliac arteries. In a two-pass circulatory system blood passes twice through the heart to supply the body once." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:19:24Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035911" ;
    a owl:Class ;
    rdfs:label "descending aorta morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035906
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035909
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001514
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001514
            ]
        )
    ] .

obo:GO_0035912
    obo:IAO_0000115 "The process in which the anatomical structures of the dorsal aorta are generated and organized. The dorsal aorta is a blood vessel in a single-pass circulatory system that carries oxygenated blood from the gills to the rest of the body. In a single-pass circulatory system blood passes once through the heart to supply the body once." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T11:22:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035912" ;
    a owl:Class ;
    rdfs:label "dorsal aorta morphogenesis" ;
    rdfs:subClassOf obo:GO_0035909, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035907
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0005805
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0005805
            ]
        )
    ] .

obo:GO_0035914
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a skeletal muscle cell, a somatic cell located in skeletal muscle." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-06-24T02:36:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035914" ;
    a owl:Class ;
    rdfs:label "skeletal muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007519
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000188
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000188
            ]
        )
    ] .

obo:GO_0035929
    obo:IAO_0000115 "The regulated release of any steroid that acts as a hormone into the circulatory system." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-20T01:01:00Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035929" ;
    a owl:Class ;
    rdfs:label "steroid hormone secretion" ;
    rdfs:subClassOf obo:GO_0060986, obo:GO_0140353, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_26764
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_26764
            ]
        )
    ] .

obo:GO_0035935
    obo:IAO_0000115 "The regulated release of an androgen into the circulatory system. Androgens are steroid hormones that stimulate or control the development and maintenance of masculine characteristics in vertebrates." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-20T01:11:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035935" ;
    a owl:Class ;
    rdfs:label "androgen secretion" ;
    rdfs:subClassOf obo:GO_0035929 .

obo:GO_0035981
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a tongue muscle cell." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-08-22T01:35:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035981" ;
    a owl:Class ;
    rdfs:label "tongue muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0098528, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002673
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002673
            ]
        )
    ] .

obo:GO_0035987
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of an endoderm cell, a cell of the inner of the three germ layers of the embryo." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-08-25T04:50:36Z" ;
    oboInOwl:hasExactSynonym "endoderm cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035987" ;
    a owl:Class ;
    rdfs:label "endodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001706
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000223
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000223
            ]
        )
    ] .

obo:GO_0035989
    obo:IAO_0000115 "The process whose specific outcome is the progression of a tendon over time, from its formation to the mature structure. A tendon is a fibrous, strong, connective tissue that connects muscle to bone or integument and is capable of withstanding tension. Tendons and muscles work together to exert a pulling force." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-08-26T04:14:30Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "sinew development" ;
    oboInOwl:id "GO:0035989" ;
    a owl:Class ;
    rdfs:label "tendon development" ;
    rdfs:subClassOf obo:GO_0061448, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000043
            ]
        )
    ] .

obo:GO_0035992
    obo:IAO_0000115 "The process that gives rise to a tendon. This process pertains to the initial formation of a tendon from unspecified parts." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-08-30T01:35:10Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0035992" ;
    a owl:Class ;
    rdfs:label "tendon formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035989
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000043
            ]
        )
    ] .

obo:GO_0036064
    obo:IAO_0000115 "A membrane-tethered, short cylindrical array of microtubules and associated proteins found at the base of a eukaryotic cilium (also called flagellum) that is similar in structure to a centriole and derives from it. The cilium basal body is the site of assembly and remodeling of the cilium and serves as a nucleation site for axoneme growth. As well as anchoring the cilium, it is thought to provide a selective gateway regulating the entry of ciliary proteins and vesicles by intraflagellar transport." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-12-15T10:40:20Z" ;
    oboInOwl:hasAlternativeId "GO:0005932" ;
    oboInOwl:hasBroadSynonym "basal body" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao11978067" ;
    oboInOwl:hasExactSynonym "cilial basal body", "cilium basal body", "kinetosome", "microtubule basal body" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0036064" ;
    a owl:Class ;
    rdfs:comment "In most eukaryotic cells, 'ciliary basal body' (GO:0036064) and 'centriole' (GO:0005814) represent a common entity that cycles through its function in cell division, then ciliogenesis, then cell division again. However, these structures are modified extensively as they transition into each other, and may contain different proteins, specific to each component." ;
    rdfs:label "ciliary basal body" ;
    rdfs:subClassOf obo:GO_0005815, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005929
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005815
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:GO_0036072
    obo:IAO_0000115 "The formation of bone or of a bony substance, or the conversion of fibrous tissue or of cartilage into bone or a bony substance, that does not require the replacement of preexisting tissues." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-12-19T01:47:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0036072" ;
    a owl:Class ;
    rdfs:label "direct ossification" ;
    rdfs:subClassOf obo:GO_0001503 .

obo:GO_0036093
    obo:IAO_0000115 "The multiplication or reproduction of germ cells, reproductive cells in multicellular organisms, resulting in the expansion of a cell population." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-01-17T04:06:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0036093" ;
    a owl:Class ;
    rdfs:label "germ cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007276
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000586
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000586
            ]
        )
    ] .

obo:GO_0036135
    obo:IAO_0000115 "The orderly movement of a Schwann cell from one site to another. A Schwann cell is a glial cell that ensheathes axons of neuron in the peripheral nervous system and is necessary for their maintenance and function." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-03-06T10:44:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0036135" ;
    a owl:Class ;
    rdfs:label "Schwann cell migration" ;
    rdfs:subClassOf obo:GO_0008347, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0002573
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0002573
            ]
        )
    ] .

obo:GO_0036194
    obo:IAO_0000115 "A prolongation or process extending from a muscle cell. A muscle cell is a mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-04-20T10:20:47Z" ;
    oboInOwl:hasExactSynonym "myocyte projection" ;
    oboInOwl:hasNarrowSynonym "muscle arm", "myopodia" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0036194" ;
    a owl:Class ;
    rdfs:label "muscle cell projection" ;
    rdfs:subClassOf obo:GO_0120025, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0120025
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0036195
    obo:IAO_0000115 "The portion of the plasma membrane surrounding a muscle cell projection." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-04-20T10:21:51Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0036195" ;
    a owl:Class ;
    rdfs:label "muscle cell projection membrane" ;
    rdfs:subClassOf obo:GO_0031253, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0036194
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031253
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0036194
            ]
        )
    ] .

obo:GO_0036293
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus reflecting a decline in the level of oxygen." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-07-20T01:05:46Z" ;
    oboInOwl:hasExactSynonym "response to lowered oxygen levels" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0036293" ;
    a owl:Class ;
    rdfs:comment "This term should be used when a decrease in oxygen levels is not considered a stress response. For a hypoxic stress response, consider instead 'response to hypoxia ; GO:0001666'." ;
    rdfs:label "response to decreased oxygen levels" ;
    rdfs:subClassOf obo:GO_0070482 .

obo:GO_0036334
    obo:IAO_0000115 "Any biological process involved in the maintenance of the steady-state number of epidermal stem cells within a population of cells." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-09-05T10:21:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0036334" ;
    a owl:Class ;
    rdfs:label "epidermal stem cell homeostasis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048872, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_1000428
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048872
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_1000428
            ]
        )
    ] .

obo:GO_0036477
    obo:IAO_0000115 "The region of a neuron that includes the cell body (cell soma) and dendrite(s), but excludes the axon." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2014-07-24T10:06:19Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0036477" ;
    a owl:Class ;
    rdfs:label "somatodendritic compartment" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0036484
    obo:IAO_0000115 "The characteristic movement of trunk neural crest cells from the neural tube to other locations in the vertebrate embryo." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2014-08-26T15:27:44Z" ;
    oboInOwl:hasExactSynonym "trunk NCC migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0036484" ;
    a owl:Class ;
    rdfs:label "trunk neural crest cell migration" ;
    rdfs:subClassOf obo:GO_0001755, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035290
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000011
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000011
            ]
        )
    ] .

obo:GO_0036504
    obo:IAO_0000115 "The joining of two lipid bilayers that surround the Golgi apparatus to form a single Golgi membrane." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2015-05-21T10:05:06Z" ;
    oboInOwl:hasExactSynonym "Golgi apparatus membrane fusion", "membrane fusion involved in Golgi reassembly", "post-mitotic fusion of Golgi membranes" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0036504" ;
    a owl:Class ;
    rdfs:label "Golgi membrane fusion" ;
    rdfs:subClassOf obo:GO_0090174, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0090168
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0000139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0061025
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0000139
            ]
        )
    ] .

obo:GO_0040007
    obo:IAO_0000115 "The increase in size or mass of an entire organism, a part of an organism or a cell." ;
    oboInOwl:hasAlternativeId "GO:0048590" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "growth pattern", "non-developmental growth" ;
    oboInOwl:id "GO:0040007" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_chembl, go:goslim_pir, go:goslim_plant ;
    a owl:Class ;
    rdfs:comment "See also the biological process term 'cell growth ; GO:0016049'." ;
    rdfs:label "growth" ;
    rdfs:subClassOf obo:GO_0008150, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0040008
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the growth of all or part of an organism so that it occurs at its proper speed, either globally or in a specific part of the organism's development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040008" ;
    a owl:Class ;
    rdfs:label "regulation of growth" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0040007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0040007
            ]
        )
    ] .

obo:GO_0040011
    obo:IAO_0000115 "Self-propelled movement of a cell or organism from one location to another." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040011" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "locomotion" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0040012
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of locomotion of a cell or organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040012" ;
    a owl:Class ;
    rdfs:label "regulation of locomotion" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0040011
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0040011
            ]
        )
    ] .

obo:GO_0040013
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of locomotion of a cell or organism." ;
    oboInOwl:hasExactSynonym "down regulation of locomotion", "down-regulation of locomotion", "downregulation of locomotion" ;
    oboInOwl:hasNarrowSynonym "inhibition of locomotion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040013" ;
    a owl:Class ;
    rdfs:label "negative regulation of locomotion" ;
    rdfs:subClassOf obo:GO_0040012, obo:GO_0048519, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0040011
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0040011
            ]
        )
    ] .

obo:GO_0040014
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of growth of the body of an organism so that it reaches its usual body size." ;
    oboInOwl:hasExactSynonym "regulation of body growth", "regulation of body size" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040014" ;
    a owl:Class ;
    rdfs:label "regulation of multicellular organism growth" ;
    rdfs:subClassOf obo:GO_0048638, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035264
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035264
            ]
        )
    ] .

obo:GO_0040015
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of growth of an organism to reach its usual body size." ;
    oboInOwl:hasExactSynonym "negative regulation of body growth", "negative regulation of body size" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040015" ;
    a owl:Class ;
    rdfs:label "negative regulation of multicellular organism growth" ;
    rdfs:subClassOf obo:GO_0040014, obo:GO_0048640, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035264
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035264
            ]
        )
    ] .

obo:GO_0040016
    obo:IAO_0000115 "The first few specialized divisions of an activated animal egg." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040016" ;
    a owl:Class ;
    rdfs:label "embryonic cleavage" ;
    rdfs:subClassOf obo:GO_0051301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009790
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0040017
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of locomotion of a cell or organism." ;
    oboInOwl:hasExactSynonym "up regulation of locomotion", "up-regulation of locomotion", "upregulation of locomotion" ;
    oboInOwl:hasNarrowSynonym "activation of locomotion", "stimulation of locomotion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040017" ;
    a owl:Class ;
    rdfs:label "positive regulation of locomotion" ;
    rdfs:subClassOf obo:GO_0040012, obo:GO_0048518, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0040011
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0040011
            ]
        )
    ] .

obo:GO_0040018
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of growth of an organism to reach its usual body size." ;
    oboInOwl:hasExactSynonym "positive regulation of body growth", "positive regulation of body size" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040018" ;
    a owl:Class ;
    rdfs:label "positive regulation of multicellular organism growth" ;
    rdfs:subClassOf obo:GO_0040014, obo:GO_0048639, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035264
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035264
            ]
        )
    ] .

obo:GO_0040019
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of embryonic development." ;
    oboInOwl:hasExactSynonym "up regulation of embryonic development", "up-regulation of embryonic development", "upregulation of embryonic development" ;
    oboInOwl:hasNarrowSynonym "activation of embryonic development", "stimulation of embryonic development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040019" ;
    a owl:Class ;
    rdfs:label "positive regulation of embryonic development" ;
    rdfs:subClassOf obo:GO_0045995, obo:GO_0051094, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009790
            ]
        )
    ] .

obo:GO_0040020
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of meiotic nuclear division, the process in which the nucleus of a diploid cell divides twice forming four haploid cells, one or more of which usually function as gametes." ;
    oboInOwl:hasBroadSynonym "regulation of meiosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0040020" ;
    a owl:Class ;
    rdfs:label "regulation of meiotic nuclear division" ;
    rdfs:subClassOf obo:GO_0010564, obo:GO_0051445, obo:GO_0051783, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0140013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0140013
            ]
        )
    ] .

obo:GO_0040034
    obo:IAO_0000115 "Any process that modulates the consistent predetermined time point at which an integrated living unit or organism progresses from an initial condition to a later condition and the rate at which this time point is reached." ;
    oboInOwl:hasExactSynonym "heterochronic regulation of development", "temporal regulation of development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "developmental timing" ;
    oboInOwl:id "GO:0040034" ;
    a owl:Class ;
    rdfs:label "regulation of development, heterochronic" ;
    rdfs:subClassOf obo:GO_0050793 .

obo:GO_0042063
    obo:IAO_0000115 "The process that results in the generation of glial cells. This includes the production of glial progenitors and their differentiation into mature glia." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042063" ;
    a owl:Class ;
    rdfs:label "gliogenesis" ;
    rdfs:subClassOf obo:GO_0022008, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008150
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0042065
    obo:IAO_0000115 "Growth of glial cells, non-neuronal cells that provide support and nutrition, maintain homeostasis, form myelin, and participate in signal transmission in the nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042065" ;
    a owl:Class ;
    rdfs:label "glial cell growth" ;
    rdfs:subClassOf obo:GO_0048588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042063
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0040007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0042069
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving catecholamines." ;
    oboInOwl:hasExactSynonym "regulation of catecholamine metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042069" ;
    a owl:Class ;
    rdfs:label "regulation of catecholamine metabolic process" ;
    rdfs:subClassOf obo:GO_0033238, obo:GO_0080090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006584
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006584
            ]
        )
    ] .

obo:GO_0042073
    obo:IAO_0000115 "The bidirectional movement of large protein complexes along microtubules within a cilium, mediated by motor proteins." ;
    oboInOwl:hasAlternativeId "GO:0035734" ;
    oboInOwl:hasDbXref "Wikipedia:Intraflagellar_transport" ;
    oboInOwl:hasExactSynonym "intraflagellar transport", "intraflagellar transport involved in cilium organization", "intraflagellar transport involved in microtubule-based flagellum organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "IFT" ;
    oboInOwl:id "GO:0042073" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "intraciliary transport" ;
    rdfs:subClassOf obo:GO_0010970, obo:GO_0031503, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0044782
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005929
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005929
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0032991
            ]
        )
    ] .

obo:GO_0042074
    obo:IAO_0000115 "The migration of individual cells within the blastocyst to help establish the multi-layered body plan of the organism (gastrulation). For example, the migration of cells from the surface to the interior of the embryo (ingression)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042074" ;
    a owl:Class ;
    rdfs:label "cell migration involved in gastrulation" ;
    rdfs:subClassOf obo:GO_0001667, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007369
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007369
            ]
        )
    ] .

obo:GO_0042078
    obo:IAO_0000115 "The self-renewing division of a germline stem cell to produce a daughter stem cell and a daughter germ cell, which will divide to form the gametes." ;
    oboInOwl:hasAlternativeId "GO:0048131" ;
    oboInOwl:hasExactSynonym "germ-line stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042078" ;
    a owl:Class ;
    rdfs:label "germ-line stem cell division" ;
    rdfs:subClassOf obo:GO_0017145, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007281
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051301
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000014
            ]
        )
    ] .

obo:GO_0042118
    obo:IAO_0000115 "The change in morphology and behavior of an endothelial cell resulting from exposure to a cytokine, chemokine, cellular ligand, or soluble factor." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042118" ;
    a owl:Class ;
    rdfs:label "endothelial cell activation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001775, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:GO_0042127
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cell proliferation" ;
    oboInOwl:id "GO:0042127" ;
    a owl:Class ;
    rdfs:label "regulation of cell population proliferation" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008283
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008283
            ]
        )
    ] .

obo:GO_0042175
    obo:IAO_0000115 "The continuous network of membranes encompassing the nuclear outer membrane and the endoplasmic reticulum membrane." ;
    oboInOwl:hasExactSynonym "nuclear membrane-ER network", "nuclear membrane-endoplasmic reticulum continuum" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "NE-ER continuum", "NE-ER network", "nuclear envelope-ER network", "nuclear envelope-endoplasmic reticulum continuum", "nuclear envelope-endoplasmic reticulum network" ;
    oboInOwl:id "GO:0042175" ;
    a owl:Class ;
    rdfs:label "nuclear outer membrane-endoplasmic reticulum membrane network" ;
    rdfs:subClassOf obo:GO_0016020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0012505
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0042221
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a chemical stimulus." ;
    oboInOwl:hasExactSynonym "response to chemical stimulus", "response to chemical substance" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042221" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_candida, go:goslim_drosophila, go:goslim_metagenomics, go:goslim_plant, go:goslim_plant_ribbon, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to chemical" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0050896, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_24431
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_24431
            ]
        )
    ] .

obo:GO_0042254
    obo:IAO_0000115 "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits; includes transport to the sites of protein synthesis." ;
    oboInOwl:hasAlternativeId "GO:0007046" ;
    oboInOwl:hasExactSynonym "ribosome biogenesis and assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042254" ;
    oboInOwl:inSubset go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir, go:goslim_pombe, go:goslim_prokaryote, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:label "ribosome biogenesis" ;
    rdfs:subClassOf obo:GO_0022613 .

obo:GO_0042255
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of the mature ribosome and of its subunits." ;
    oboInOwl:hasAlternativeId "GO:0042257" ;
    oboInOwl:hasNarrowSynonym "ribosomal subunit assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042255" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "ribosome assembly" ;
    rdfs:subClassOf obo:GO_0140694, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042254
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005840
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005840
            ]
        )
    ] .

obo:GO_0042306
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of movement of proteins from the cytoplasm to the nucleus." ;
    oboInOwl:hasExactSynonym "regulation of protein import into cell nucleus", "regulation of protein transport from cytoplasm to nucleus", "regulation of protein-nucleus import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042306" ;
    a owl:Class ;
    rdfs:label "regulation of protein import into nucleus" ;
    rdfs:subClassOf obo:GO_0033157, obo:GO_0046822, obo:GO_1900180, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006606
            ]
        )
    ] .

obo:GO_0042307
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of movement of proteins from the cytoplasm into the nucleus." ;
    oboInOwl:hasExactSynonym "positive regulation of protein import into cell nucleus", "positive regulation of protein transport from cytoplasm to nucleus", "positive regulation of protein-nucleus import", "up regulation of protein import into nucleus", "up-regulation of protein import into nucleus", "upregulation of protein import into nucleus" ;
    oboInOwl:hasNarrowSynonym "activation of protein import into nucleus", "stimulation of protein import into nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042307" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein import into nucleus" ;
    rdfs:subClassOf obo:GO_0042306, obo:GO_0046824, obo:GO_0090316, obo:GO_1900182, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006606
            ]
        )
    ] .

obo:GO_0042308
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of proteins from the cytoplasm into the nucleus." ;
    oboInOwl:hasExactSynonym "down regulation of protein import into nucleus", "down-regulation of protein import into nucleus", "downregulation of protein import into nucleus", "negative regulation of protein import into cell nucleus", "negative regulation of protein transport from cytoplasm to nucleus", "negative regulation of protein-nucleus import" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein import into nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042308" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein import into nucleus" ;
    rdfs:subClassOf obo:GO_0042306, obo:GO_0046823, obo:GO_0090317, obo:GO_1900181, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006606
            ]
        )
    ] .

obo:GO_0042391
    obo:IAO_0000115 "Any process that modulates the establishment or extent of a membrane potential, the electric potential existing across any membrane arising from charges in the membrane itself and from the charges present in the media on either side of the membrane." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042391" ;
    a owl:Class ;
    rdfs:label "regulation of membrane potential" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0065008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0034220
    ] .

obo:GO_0042401
    obo:IAO_0000115 "The chemical reactions and pathways occurring at the level of individual cells resulting in the formation of any of a group of naturally occurring, biologically active amines, such as norepinephrine, histamine, and serotonin, many of which act as neurotransmitters." ;
    oboInOwl:hasExactSynonym "biogenic amine anabolism", "biogenic amine biosynthesis", "biogenic amine formation", "biogenic amine synthesis", "cellular biogenic amine biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042401" ;
    a owl:Class ;
    rdfs:label "biogenic amine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006576, obo:GO_0009309 .

obo:GO_0042415
    obo:IAO_0000115 "The chemical reactions and pathways involving norepinephrine, a hormone secreted by the adrenal medulla, and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts in the central nervous system. It is also the demethylated biosynthetic precursor of epinephrine." ;
    oboInOwl:hasExactSynonym "levarterenol metabolic process", "levarterenol metabolism", "noradrenaline metabolic process", "noradrenaline metabolism", "norepinephrine metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042415" ;
    a owl:Class ;
    rdfs:label "norepinephrine metabolic process" ;
    rdfs:subClassOf obo:GO_0006584, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_72587
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_72587
            ]
        )
    ] .

obo:GO_0042421
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of norepinephrine, a hormone secreted by the adrenal medulla, and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts in the central nervous system. It is also the demethylated biosynthetic precursor of epinephrine." ;
    oboInOwl:hasExactSynonym "levarterenol biosynthesis", "levarterenol biosynthetic process", "noradrenaline biosynthesis", "noradrenaline biosynthetic process", "norepinephrine anabolism", "norepinephrine biosynthesis", "norepinephrine formation", "norepinephrine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042421" ;
    a owl:Class ;
    rdfs:label "norepinephrine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0042415, obo:GO_0042423, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_72587
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_72587
            ]
        )
    ] .

obo:GO_0042423
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of any of a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-209905", "Wikipedia:Catecholamines" ;
    oboInOwl:hasExactSynonym "catecholamine anabolism", "catecholamine biosynthesis", "catecholamine formation", "catecholamine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042423" ;
    a owl:Class ;
    rdfs:label "catecholamine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006584, obo:GO_0009713, obo:GO_0042401, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_33567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_33567
            ]
        )
    ] .

obo:GO_0042427
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of serotonin (5-hydroxytryptamine), a monoamine neurotransmitter occurring in the peripheral and central nervous systems, also having hormonal properties." ;
    oboInOwl:hasDbXref "Wikipedia:Serotonin" ;
    oboInOwl:hasExactSynonym "serotonin anabolism", "serotonin biosynthesis", "serotonin formation", "serotonin synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042427" ;
    a owl:Class ;
    rdfs:label "serotonin biosynthetic process" ;
    rdfs:subClassOf obo:GO_0042428, obo:GO_0042435, obo:GO_0046189, obo:GO_1901162, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_350546
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_350546
            ]
        )
    ] .

obo:GO_0042428
    obo:IAO_0000115 "The chemical reactions and pathways involving serotonin (5-hydroxytryptamine), a monoamine neurotransmitter occurring in the peripheral and central nervous systems, also having hormonal properties." ;
    oboInOwl:hasExactSynonym "serotonin metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042428" ;
    a owl:Class ;
    rdfs:label "serotonin metabolic process" ;
    rdfs:subClassOf obo:GO_0018958, obo:GO_0042430, obo:GO_0097164, obo:GO_1901160, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_350546
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_350546
            ]
        )
    ] .

obo:GO_0042430
    obo:IAO_0000115 "The chemical reactions and pathways involving compounds that contain an indole (2,3-benzopyrrole) skeleton." ;
    oboInOwl:hasAlternativeId "GO:0042434" ;
    oboInOwl:hasExactSynonym "indole and derivative metabolic process", "indole and derivative metabolism", "indole-containing compound metabolism", "ketole metabolic process", "ketole metabolism" ;
    oboInOwl:hasNarrowSynonym "indole derivative metabolic process", "indole derivative metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042430" ;
    a owl:Class ;
    rdfs:label "indole-containing compound metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_24828
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_24828
            ]
        )
    ] .

obo:GO_0042435
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of compounds that contain an indole (2,3-benzopyrrole) skeleton." ;
    oboInOwl:hasExactSynonym "indole derivative biosynthesis", "indole derivative biosynthetic process", "indole-containing compound anabolism", "indole-containing compound biosynthesis", "indole-containing compound formation", "indole-containing compound synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042435" ;
    a owl:Class ;
    rdfs:label "indole-containing compound biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0042430, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_24828
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_24828
            ]
        )
    ] .

obo:GO_0042461
    obo:IAO_0000115 "Development of a photoreceptor, a cell that responds to incident electromagnetic radiation, particularly visible light." ;
    oboInOwl:hasAlternativeId "GO:0046531" ;
    oboInOwl:hasExactSynonym "photoreceptor morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042461" ;
    a owl:Class ;
    rdfs:label "photoreceptor cell development" ;
    rdfs:subClassOf obo:GO_0048666, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0046530
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000210
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000210
            ]
        )
    ] .

obo:GO_0042462
    obo:IAO_0000115 "Development of a photoreceptor, a sensory cell in the eye that reacts to the presence of light. They usually contain a pigment that undergoes a chemical change when light is absorbed, thus stimulating a nerve." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042462" ;
    a owl:Class ;
    rdfs:label "eye photoreceptor cell development" ;
    rdfs:subClassOf obo:GO_0042461, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001754
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000287
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000287
            ]
        )
    ] .

obo:GO_0042478
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of eye photoreceptor development." ;
    oboInOwl:hasExactSynonym "regulation of eye photoreceptor development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042478" ;
    a owl:Class ;
    rdfs:label "regulation of eye photoreceptor cell development" ;
    rdfs:subClassOf obo:GO_0046532, obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042462
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042462
            ]
        )
    ] .

obo:GO_0042479
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of eye photoreceptor development." ;
    oboInOwl:hasExactSynonym "positive regulation of eye photoreceptor development", "up regulation of eye photoreceptor cell development", "up-regulation of eye photoreceptor cell development", "upregulation of eye photoreceptor cell development" ;
    oboInOwl:hasNarrowSynonym "activation of eye photoreceptor cell development", "stimulation of eye photoreceptor cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042479" ;
    a owl:Class ;
    rdfs:label "positive regulation of eye photoreceptor cell development" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0042478, obo:GO_0046534, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042462
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042462
            ]
        )
    ] .

obo:GO_0042480
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of eye photoreceptor development." ;
    oboInOwl:hasExactSynonym "down regulation of eye photoreceptor cell development", "down-regulation of eye photoreceptor cell development", "downregulation of eye photoreceptor cell development", "negative regulation of eye photoreceptor development" ;
    oboInOwl:hasNarrowSynonym "inhibition of eye photoreceptor cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042480" ;
    a owl:Class ;
    rdfs:label "negative regulation of eye photoreceptor cell development" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0042478, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042462
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042462
            ]
        )
    ] .

obo:GO_0042551
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a neuron to attain its fully functional state." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042551" ;
    a owl:Class ;
    rdfs:label "neuron maturation" ;
    rdfs:subClassOf obo:GO_0048469, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048666
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0042552
    obo:IAO_0000115 "The process in which myelin sheaths are formed and maintained around neurons. Oligodendrocytes in the brain and spinal cord and Schwann cells in the peripheral nervous system wrap axons with compact layers of their plasma membrane. Adjacent myelin segments are separated by a non-myelinated stretch of axon called a node of Ranvier." ;
    oboInOwl:hasDbXref "Wikipedia:Myelin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "myelinogenesis" ;
    oboInOwl:id "GO:0042552" ;
    a owl:Class ;
    rdfs:label "myelination" ;
    rdfs:subClassOf obo:GO_0008366 .

obo:GO_0042592
    obo:IAO_0000115 "Any biological process involved in the maintenance of an internal steady state." ;
    oboInOwl:hasAlternativeId "GO:0032844", "GO:0032845", "GO:0032846" ;
    oboInOwl:hasExactSynonym "homeostasis" ;
    oboInOwl:hasNarrowSynonym "activation of homeostatic process", "inhibition of homeostatic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of homeostatic process", "positive regulation of homeostatic process", "regulation of homeostatic process" ;
    oboInOwl:id "GO:0042592" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_mouse ;
    a owl:Class ;
    rdfs:label "homeostatic process" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0042641
    obo:IAO_0000115 "Any complex of actin, myosin, and accessory proteins." ;
    oboInOwl:hasExactSynonym "actomyosin complex", "actomyosin structure" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0042641" ;
    a owl:Class ;
    rdfs:label "actomyosin" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0015629
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0042670
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a retinal cone cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042670" ;
    a owl:Class ;
    rdfs:label "retinal cone cell differentiation" ;
    rdfs:subClassOf obo:GO_0060219, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000573
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000573
            ]
        )
    ] .

obo:GO_0042692
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a muscle cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "myogenesis" ;
    oboInOwl:id "GO:0042692" ;
    a owl:Class ;
    rdfs:label "muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0042762
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving sulfur, the nonmetallic element sulfur or compounds that contain sulfur." ;
    oboInOwl:hasExactSynonym "regulation of sulfur metabolism", "regulation of sulphur metabolic process", "regulation of sulphur metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042762" ;
    a owl:Class ;
    rdfs:label "regulation of sulfur metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006790
            ]
        )
    ] .

obo:GO_0042886
    obo:IAO_0000115 "The directed movement of an amide, any compound containing one, two, or three acyl groups attached to a nitrogen atom, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042886" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "amide transport" ;
    rdfs:subClassOf obo:GO_0071705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_32988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_32988
            ]
        )
    ] .

obo:GO_0042981
    obo:IAO_0000115 "Any process that modulates the occurrence or rate of cell death by apoptotic process." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-169911", "Reactome:R-HSA-5633008" ;
    oboInOwl:hasNarrowSynonym "regulation of apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "apoptosis regulator activity" ;
    oboInOwl:id "GO:0042981" ;
    a owl:Class ;
    rdfs:comment "This term should only be used when it is not possible to determine which phase or subtype of the apoptotic process is regulated by a gene product. Whenever detailed information is available, the more granular children terms should be used." ;
    rdfs:label "regulation of apoptotic process" ;
    rdfs:subClassOf obo:GO_0043067, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006915
            ]
        )
    ] .

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_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_mouse, go:goslim_pir, go:goslim_prokaryote, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:label "cell projection" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0042996
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the transport of proteins from the Golgi to the plasma membrane." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042996" ;
    a owl:Class ;
    rdfs:label "regulation of Golgi to plasma membrane protein transport" ;
    rdfs:subClassOf obo:GO_0051223, obo:GO_0060627, obo:GO_1903076, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043001
            ]
        )
    ] .

obo:GO_0042997
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the transport of proteins from the Golgi to the plasma membrane." ;
    oboInOwl:hasExactSynonym "down regulation of Golgi to plasma membrane protein transport", "down-regulation of Golgi to plasma membrane protein transport", "downregulation of Golgi to plasma membrane protein transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of Golgi to plasma membrane protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042997" ;
    a owl:Class ;
    rdfs:label "negative regulation of Golgi to plasma membrane protein transport" ;
    rdfs:subClassOf obo:GO_0042996, obo:GO_0051224, obo:GO_1903077, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0043001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0043001
            ]
        )
    ] .

obo:GO_0042998
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the transport of proteins from the Golgi to the plasma membrane." ;
    oboInOwl:hasExactSynonym "up regulation of Golgi to plasma membrane protein transport", "up-regulation of Golgi to plasma membrane protein transport", "upregulation of Golgi to plasma membrane protein transport" ;
    oboInOwl:hasNarrowSynonym "activation of Golgi to plasma membrane protein transport", "stimulation of Golgi to plasma membrane protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0042998" ;
    a owl:Class ;
    rdfs:label "positive regulation of Golgi to plasma membrane protein transport" ;
    rdfs:subClassOf obo:GO_0042996, obo:GO_0051222, obo:GO_1903078, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0043001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0043001
            ]
        )
    ] .

obo:GO_0043001
    obo:IAO_0000115 "The directed movement of proteins from the Golgi to the plasma membrane in transport vesicles that move from the trans-Golgi network to the plasma membrane." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043001" ;
    a owl:Class ;
    rdfs:label "Golgi to plasma membrane protein transport" ;
    rdfs:subClassOf obo:GO_0006893, obo:GO_0015031, obo:GO_0061951 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0015031
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0043005
    obo:IAO_0000115 "A prolongation or process extending from a nerve cell, e.g. an axon or dendrite." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao867568886" ;
    oboInOwl:hasExactSynonym "neuron process", "neuron protrusion", "neuronal cell projection" ;
    oboInOwl:hasNarrowSynonym "neurite" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "nerve fiber" ;
    oboInOwl:id "GO:0043005" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "neuron projection" ;
    rdfs:subClassOf obo:GO_0120025, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0120025
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0043009
    obo:IAO_0000115 "The process whose specific outcome is the progression of the embryo over time, from zygote formation through a stage including a notochord and neural tube until birth or egg hatching." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043009" ;
    a owl:Class ;
    rdfs:label "chordate embryonic development" ;
    rdfs:subClassOf obo:GO_0009792, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:GO_0043010
    obo:IAO_0000115 "The process whose specific outcome is the progression of the camera-type eye over time, from its formation to the mature structure. The camera-type eye is an organ of sight that receives light through an aperture and focuses it through a lens, projecting it on a photoreceptor field." ;
    oboInOwl:hasAlternativeId "GO:0001747", "GO:0031075" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043010" ;
    a owl:Class ;
    rdfs:label "camera-type eye development" ;
    rdfs:subClassOf obo:GO_0001654, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:GO_0043025
    obo:IAO_0000115 "The portion of a neuron that includes the nucleus, but excludes cell projections such as axons and dendrites." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1044911821", "Wikipedia:Soma_(biology)" ;
    oboInOwl:hasExactSynonym "neuron cell body", "neuronal cell soma" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043025" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that 'cell body' and 'cell soma' are not used in the literature for cells that lack projections, nor for some cells (e.g. yeast with mating projections) that do have projections." ;
    rdfs:label "neuronal cell body" ;
    rdfs:subClassOf obo:GO_0044297, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0036477
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0044297
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0043043
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of peptides, compounds of 2 or more (but usually less than 100) amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another. This may include the translation of a precursor protein and its subsequent processing into a functional peptide." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9037628" ;
    oboInOwl:hasExactSynonym "peptide anabolism", "peptide biosynthesis", "peptide formation", "peptide synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043043" ;
    a owl:Class ;
    rdfs:label "peptide biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006518, obo:GO_0009058, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_60466
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0043062
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of structures in the space external to the outermost structure of a cell. For cells without external protective or external encapsulating structures this refers to space outside of the plasma membrane, and also covers the host cell environment outside an intracellular parasite." ;
    oboInOwl:hasExactSynonym "extracellular structure organisation", "extracellular structure organization and biogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043062" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "extracellular structure organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005576
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0043065
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell death by apoptotic process." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-193648", "Reactome:R-HSA-205043" ;
    oboInOwl:hasExactSynonym "up regulation of apoptosis", "up-regulation of apoptosis", "upregulation of apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of apoptosis", "positive regulation of apoptosis", "stimulation of apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pro-apoptosis" ;
    oboInOwl:id "GO:0043065" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:comment "This term should only be used when it is not possible to determine which phase or subtype of the apoptotic process is positively regulated by a gene product. Whenever detailed information is available, the more granular children terms should be used." ;
    rdfs:label "positive regulation of apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, obo:GO_0043068, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006915
            ]
        )
    ] .

obo:GO_0043066
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell death by apoptotic process." ;
    oboInOwl:hasAlternativeId "GO:0006916" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-193639", "Reactome:R-HSA-211728", "Reactome:R-HSA-211733" ;
    oboInOwl:hasExactSynonym "anti-apoptosis", "down regulation of apoptosis", "down-regulation of apoptosis", "downregulation of apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of apoptosis", "negative regulation of apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "apoptosis inhibitor activity", "pro-survival" ;
    oboInOwl:id "GO:0043066" ;
    a owl:Class ;
    rdfs:comment "This term should only be used when it is not possible to determine which phase or subtype of the apoptotic process is negatively regulated by a gene product. Whenever detailed information is available, the more granular children terms should be used." ;
    rdfs:label "negative regulation of apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, obo:GO_0043069, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006915
            ]
        )
    ] .

obo:GO_0043067
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of programmed cell death, cell death resulting from activation of endogenous cellular processes." ;
    oboInOwl:hasAlternativeId "GO:0043070" ;
    oboInOwl:hasNarrowSynonym "regulation of non-apoptotic programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043067" ;
    a owl:Class ;
    rdfs:label "regulation of programmed cell death" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0012501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0012501
            ]
        )
    ] .

obo:GO_0043068
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of programmed cell death, cell death resulting from activation of endogenous cellular processes." ;
    oboInOwl:hasAlternativeId "GO:0043071" ;
    oboInOwl:hasExactSynonym "up regulation of programmed cell death", "up-regulation of programmed cell death", "upregulation of programmed cell death" ;
    oboInOwl:hasNarrowSynonym "activation of programmed cell death", "positive regulation of non-apoptotic programmed cell death", "stimulation of programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043068" ;
    a owl:Class ;
    rdfs:label "positive regulation of programmed cell death" ;
    rdfs:subClassOf obo:GO_0043067, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0012501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0012501
            ]
        )
    ] .

obo:GO_0043069
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of programmed cell death, cell death resulting from activation of endogenous cellular processes." ;
    oboInOwl:hasAlternativeId "GO:0043072" ;
    oboInOwl:hasExactSynonym "down regulation of programmed cell death", "down-regulation of programmed cell death", "downregulation of programmed cell death" ;
    oboInOwl:hasNarrowSynonym "inhibition of programmed cell death", "negative regulation of non-apoptotic programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043069" ;
    a owl:Class ;
    rdfs:label "negative regulation of programmed cell death" ;
    rdfs:subClassOf obo:GO_0043067, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0012501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0012501
            ]
        )
    ] .

obo:GO_0043073
    obo:IAO_0000115 "The nucleus of a germ cell, a reproductive cell in multicellular organisms." ;
    oboInOwl:hasExactSynonym "germ-cell nucleus" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043073" ;
    a owl:Class ;
    rdfs:label "germ cell nucleus" ;
    rdfs:subClassOf obo:GO_0005634, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000586
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005634
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000586
            ]
        )
    ] .

obo:GO_0043083
    obo:IAO_0000115 "The narrow gap that separates the presynaptic and postsynaptic membranes, into which neurotransmitter is released." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao243541954" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043083" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synaptic cleft" ;
    rdfs:subClassOf obo:GO_0005576, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:GO_0045202
    ] .

obo:GO_0043143
    obo:IAO_0000115 "Any process in which proteins and protein complexes involved in translation are transported to, or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "establishment and maintenance of translational machinery localization", "establishment and maintenance of translational protein localization", "regulation of translation by machinery localisation", "translational machinery localization", "translational protein localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043143" ;
    a owl:Class ;
    rdfs:label "regulation of translation by machinery localization" ;
    rdfs:subClassOf obo:GO_0006417, obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006412
            ]
        )
    ] .

obo:GO_0043170
    obo:IAO_0000115 "The chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasAlternativeId "GO:0034960", "GO:0043283", "GO:0044259" ;
    oboInOwl:hasExactSynonym "biopolymer metabolic process", "macromolecule metabolism", "organismal macromolecule metabolism" ;
    oboInOwl:hasNarrowSynonym "multicellular organismal macromolecule metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043170" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "macromolecule metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_33694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_33694
            ]
        )
    ] .

obo:GO_0043197
    obo:IAO_0000115 "A small, membranous protrusion from a dendrite that forms a postsynaptic compartment, typically receiving input from a single presynapse. They function as partially isolated biochemical and an electrical compartments. Spine morphology is variable:they can be thin, stubby, mushroom, or branched, with a continuum of intermediate morphologies. They typically terminate in a bulb shape, linked to the dendritic shaft by a restriction. Spine remodeling is though to be involved in synaptic plasticity." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1799103720", "Wikipedia:Dendritic_spine" ;
    oboInOwl:hasExactSynonym "dendrite spine" ;
    oboInOwl:hasNarrowSynonym "branched dendritic spine", "mushroom dendritic spine", "sessile dendritic spine", "stubby dendritic spine", "thin dendritic spine" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043197" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "dendritic spine" ;
    rdfs:subClassOf obo:GO_0044309, obo:GO_0098794, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030425
    ] .

obo:GO_0043200
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an amino acid stimulus. An amino acid is a carboxylic acids containing one or more amino groups." ;
    oboInOwl:hasAlternativeId "GO:0010237" ;
    oboInOwl:hasExactSynonym "response to amino acid stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043200" ;
    a owl:Class ;
    rdfs:label "response to amino acid" ;
    rdfs:subClassOf obo:GO_0001101, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_35238
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0043207
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an external biotic stimulus, an external stimulus caused by, or produced by living things." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043207" ;
    a owl:Class ;
    rdfs:label "response to external biotic stimulus" ;
    rdfs:subClassOf obo:GO_0009605, obo:GO_0009607 .

obo:GO_0043209
    obo:IAO_0000115 "An electrically insulating fatty layer that surrounds the axons of many neurons. It is an outgrowth of glial cells: Schwann cells supply the myelin for peripheral neurons while oligodendrocytes supply it to those of the central nervous system." ;
    oboInOwl:hasDbXref "FMA:62983", "NIF_Subcellular:sao593830697", "Wikipedia:Myelin" ;
    oboInOwl:hasNarrowSynonym "Schwann cell myelin sheath", "astrocyte sheath", "oligodendrocyte myelin sheath" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043209" ;
    a owl:Class ;
    rdfs:label "myelin sheath" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000125
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

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, go:goslim_prokaryote, go:goslim_prokaryote_ribbon ;
    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" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "membrane-bounded organelle" ;
    rdfs:subClassOf obo:GO_0043226, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:disjointWith obo:GO_0043228 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043226
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0043228
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, not bounded by a lipid bilayer membrane. Includes ribosomes, the cytoskeleton and chromosomes." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1456184038" ;
    oboInOwl:hasExactSynonym "membrane-less organelle", "non-membrane-bounded organelle", "non-membrane-enclosed organelle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "biological condensate" ;
    oboInOwl:id "GO:0043228" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_mouse ;
    a owl:Class ;
    rdfs:label "membraneless 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:gocheck_do_not_annotate, 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
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:disjointWith obo:GO_0043230 ;
    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_0043230
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, occurring outside the cell. Includes, for example, extracellular membrane vesicles (EMVs) and the cellulosomes of anaerobic bacteria and fungi." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043230" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "extracellular organelle" ;
    rdfs:subClassOf obo:GO_0043226, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005576
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043226
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

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 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043227
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005622
            ]
        )
    ] .

obo:GO_0043232
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, not bounded by a lipid bilayer membrane and occurring within the cell. Includes ribosomes, the cytoskeleton and chromosomes." ;
    oboInOwl:hasExactSynonym "intracellular non-membrane-bounded organelle", "intracellular non-membrane-enclosed organelle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043232" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "intracellular membraneless organelle" ;
    rdfs:subClassOf obo:GO_0043228, obo:GO_0043229 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043228
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005622
            ]
        )
    ] .

obo:GO_0043233
    obo:IAO_0000115 "The internal volume enclosed by the membranes of a particular organelle; includes the volume enclosed by a single organelle membrane, e.g. endoplasmic reticulum lumen, or the volume enclosed by the innermost of the two lipid bilayers of an organelle envelope, e.g. nuclear lumen." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043233" ;
    oboInOwl:inSubset go:goslim_mouse ;
    a owl:Class ;
    rdfs:label "organelle lumen" ;
    rdfs:subClassOf obo:GO_0031974, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031974
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0043242
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of protein complex disassembly, the disaggregation of a protein complex into its constituent components." ;
    oboInOwl:hasExactSynonym "down regulation of protein complex disassembly", "down-regulation of protein complex disassembly", "downregulation of protein complex disassembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein complex disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of protein complex disassembly" ;
    oboInOwl:id "GO:0043242" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein-containing complex disassembly" ;
    rdfs:subClassOf obo:GO_0043244, obo:GO_0051129, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032984
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032984
            ]
        )
    ] .

obo:GO_0043243
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein complex disassembly, the disaggregation of a protein complex into its constituent components." ;
    oboInOwl:hasExactSynonym "up regulation of protein complex disassembly", "up-regulation of protein complex disassembly", "upregulation of protein complex disassembly" ;
    oboInOwl:hasNarrowSynonym "activation of protein complex disassembly", "stimulation of protein complex disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of protein complex disassembly" ;
    oboInOwl:id "GO:0043243" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein-containing complex disassembly" ;
    rdfs:subClassOf obo:GO_0043244, obo:GO_0051130, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032984
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032984
            ]
        )
    ] .

obo:GO_0043244
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein complex disassembly, the disaggregation of a protein complex into its constituent components." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of protein complex disassembly" ;
    oboInOwl:id "GO:0043244" ;
    a owl:Class ;
    rdfs:label "regulation of protein-containing complex disassembly" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032984
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032984
            ]
        )
    ] .

obo:GO_0043249
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for an erythrocyte to attain its fully functional state." ;
    oboInOwl:hasExactSynonym "RBC maturation", "red blood cell maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043249" ;
    a owl:Class ;
    rdfs:label "erythrocyte maturation" ;
    rdfs:subClassOf obo:GO_0048469, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048821
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000232
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000232
            ]
        )
    ] .

obo:GO_0043254
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein complex assembly." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of protein complex assembly" ;
    oboInOwl:id "GO:0043254" ;
    a owl:Class ;
    rdfs:label "regulation of protein-containing complex assembly" ;
    rdfs:subClassOf obo:GO_0044087, obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0065003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0065003
            ]
        )
    ] .

obo:GO_0043255
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of carbohydrates." ;
    oboInOwl:hasExactSynonym "regulation of carbohydrate anabolism", "regulation of carbohydrate biosynthesis", "regulation of carbohydrate formation", "regulation of carbohydrate synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043255" ;
    a owl:Class ;
    rdfs:label "regulation of carbohydrate biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006109, obo:GO_0009889, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0016051
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0016051
            ]
        )
    ] .

obo:GO_0043264
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, not bounded by a lipid bilayer membrane and occurring outside the cell." ;
    oboInOwl:hasExactSynonym "extracellular non-membrane-bounded organelle", "extracellular non-membrane-enclosed organelle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043264" ;
    a owl:Class ;
    rdfs:label "extracellular membraneless organelle" ;
    rdfs:subClassOf obo:GO_0043228, obo:GO_0043230 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043228
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0043269
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of charged atoms or small charged molecules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasBroadSynonym "regulation of ion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043269" ;
    a owl:Class ;
    rdfs:label "regulation of monoatomic ion transport" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006811
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006811
            ]
        )
    ] .

obo:GO_0043270
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of charged atoms or small charged molecules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of ion transport", "up-regulation of ion transport", "upregulation of ion transport" ;
    oboInOwl:hasNarrowSynonym "activation of ion transport", "stimulation of ion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043270" ;
    a owl:Class ;
    rdfs:label "positive regulation of monoatomic ion transport" ;
    rdfs:subClassOf obo:GO_0043269, obo:GO_0051050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006811
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006811
            ]
        )
    ] .

obo:GO_0043271
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of charged atoms or small charged molecules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasBroadSynonym "negative regulation of ion transport" ;
    oboInOwl:hasExactSynonym "down regulation of ion transport", "down-regulation of ion transport", "downregulation of ion transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of ion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043271" ;
    a owl:Class ;
    rdfs:label "negative regulation of monoatomic ion transport" ;
    rdfs:subClassOf obo:GO_0043269, obo:GO_0051051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006811
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006811
            ]
        )
    ] .

obo:GO_0043279
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an alkaloid stimulus. Alkaloids are a large group of nitrogenous substances found in naturally in plants, many of which have extracts that are pharmacologically active." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043279" ;
    a owl:Class ;
    rdfs:label "response to alkaloid" ;
    rdfs:subClassOf obo:GO_1901698, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_22315
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_22315
            ]
        )
    ] .

obo:GO_0043292
    obo:IAO_0000115 "Fibers, composed of actin, myosin, and associated proteins, found in cells of smooth or striated muscle." ;
    oboInOwl:hasExactSynonym "contractile fibre" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043292" ;
    a owl:Class ;
    rdfs:label "contractile muscle fiber" ;
    rdfs:subClassOf obo:GO_0043232, obo:GO_0099512, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0043353
    obo:IAO_0000115 "The process in which a myeloid precursor cell acquires specialized features of an erythrocyte without a nucleus. An example of this process is found in Mus musculus." ;
    oboInOwl:hasExactSynonym "enucleate RBC differentiation", "enucleate red blood cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043353" ;
    a owl:Class ;
    rdfs:label "enucleate erythrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0030218, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000595
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000595
            ]
        )
    ] .

obo:GO_0043354
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for an enucleate erythrocyte to attain its fully functional state. An enucleate erythrocyte is an erythrocyte without a nucleus." ;
    oboInOwl:hasExactSynonym "enucleate RBC maturation", "enucleate red blood cell maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043354" ;
    a owl:Class ;
    rdfs:label "enucleate erythrocyte maturation" ;
    rdfs:subClassOf obo:GO_0043249, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048822
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000595
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000595
            ]
        )
    ] .

obo:GO_0043362
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a nucleate erythrocyte to attain its fully functional state. A nucleate erythrocyte is an erythrocyte with a nucleus." ;
    oboInOwl:hasExactSynonym "nucleate RBC maturation", "nucleate red blood cell maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043362" ;
    a owl:Class ;
    rdfs:label "nucleate erythrocyte maturation" ;
    rdfs:subClassOf obo:GO_0043249, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048823
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000562
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000562
            ]
        )
    ] .

obo:GO_0043363
    obo:IAO_0000115 "The process in which a myeloid precursor cell acquires specializes features of an erythrocyte with a nucleus, as found in non-mammalian vertebrates such as birds." ;
    oboInOwl:hasExactSynonym "nucleate RBC differentiation", "nucleate red blood cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043363" ;
    a owl:Class ;
    rdfs:label "nucleate erythrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0030218, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000562
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000562
            ]
        )
    ] .

obo:GO_0043434
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a peptide hormone stimulus. A peptide hormone is any of a class of peptides that are secreted into the blood stream and have endocrine functions in living animals." ;
    oboInOwl:hasExactSynonym "response to peptide hormone stimulus", "response to polypeptide hormone stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043434" ;
    a owl:Class ;
    rdfs:label "response to peptide hormone" ;
    rdfs:subClassOf obo:GO_0009725, obo:GO_1901698, obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_25905
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_25905
            ]
        )
    ] .

obo:GO_0043436
    obo:IAO_0000115 "The chemical reactions and pathways involving any oxoacid; an oxoacid is a compound which contains oxygen, at least one other element, and at least one hydrogen bound to oxygen, and which produces a conjugate base by loss of positive hydrogen ion(s) (hydrons)." ;
    oboInOwl:hasExactSynonym "keto acid metabolic process", "keto acid metabolism", "ketoacid metabolic process", "ketoacid metabolism", "oxo acid metabolic process", "oxo acid metabolism", "oxoacid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043436" ;
    a owl:Class ;
    rdfs:label "oxoacid metabolic process" ;
    rdfs:subClassOf obo:GO_0006082, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_35406
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_35406
            ]
        )
    ] .

obo:GO_0043455
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of secondary metabolism, the chemical reactions and pathways involving compounds that are not necessarily required for growth and maintenance of cells, and are often unique to a taxon." ;
    oboInOwl:hasExactSynonym "regulation of secondary metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043455" ;
    a owl:Class ;
    rdfs:label "regulation of secondary metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0019748
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0019748
            ]
        )
    ] .

obo:GO_0043473
    obo:IAO_0000115 "The accumulation of pigment in an organism, tissue or cell, either by increased deposition or by increased number of cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043473" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "pigmentation" ;
    rdfs:subClassOf obo:GO_0008150, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0043500
    obo:IAO_0000115 "A process in which muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "muscle plasticity" ;
    oboInOwl:id "GO:0043500" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "muscle adaptation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0003012, obo:GO_0050896, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0002385
    ] .

obo:GO_0043501
    obo:IAO_0000115 "Any process in which skeletal muscles change their phenotypic profiles in response to altered functional demands and a variety of signals." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "skeletal muscle plasticity" ;
    oboInOwl:id "GO:0043501" ;
    a owl:Class ;
    rdfs:label "skeletal muscle adaptation" ;
    rdfs:subClassOf obo:GO_0014888, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043500
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:GO_0043502
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of muscle adaptation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of muscle plasticity" ;
    oboInOwl:id "GO:0043502" ;
    a owl:Class ;
    rdfs:label "regulation of muscle adaptation" ;
    rdfs:subClassOf obo:GO_0048583, obo:GO_0090257, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043500
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043500
            ]
        )
    ] .

obo:GO_0043523
    obo:IAO_0000115 "Any process that modulates the occurrence or rate of cell death by apoptotic process in neurons." ;
    oboInOwl:hasExactSynonym "regulation of apoptosis of neuronal cells", "regulation of apoptosis of neurons", "regulation of neuron programmed cell death", "regulation of neuronal cell programmed cell death", "regulation of programmed cell death of neuronal cells", "regulation of programmed cell death, neurons" ;
    oboInOwl:hasNarrowSynonym "regulation of neuron apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043523" ;
    a owl:Class ;
    rdfs:label "regulation of neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051402
            ]
        )
    ] .

obo:GO_0043524
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell death by apoptotic process in neurons." ;
    oboInOwl:hasExactSynonym "down regulation of neuron apoptosis", "down-regulation of neuron apoptosis", "downregulation of neuron apoptosis", "negative regulation of programmed cell death, neurons" ;
    oboInOwl:hasNarrowSynonym "inhibition of neuron apoptosis", "negative regulation of neuron apoptosis", "neuron survival" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043524" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_0043523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051402
            ]
        )
    ] .

obo:GO_0043525
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell death of neurons by apoptotic process." ;
    oboInOwl:hasExactSynonym "positive regulation of programmed cell death, neurons", "up regulation of neuron apoptosis", "up-regulation of neuron apoptosis", "upregulation of neuron apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of neuron apoptosis", "positive regulation of neuron apoptosis", "stimulation of neuron apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043525" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_0043523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051402
            ]
        )
    ] .

obo:GO_0043534
    obo:IAO_0000115 "The orderly movement of an endothelial cell into the extracellular matrix in order to form new blood vessels during angiogenesis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043534" ;
    a owl:Class ;
    rdfs:label "blood vessel endothelial cell migration" ;
    rdfs:subClassOf obo:GO_0043542, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000071
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000071
            ]
        )
    ] .

obo:GO_0043535
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the migration of the endothelial cells of blood vessels." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043535" ;
    a owl:Class ;
    rdfs:label "regulation of blood vessel endothelial cell migration" ;
    rdfs:subClassOf obo:GO_0010594, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043534
            ]
        )
    ] .

obo:GO_0043536
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the migration of the endothelial cells of blood vessels." ;
    oboInOwl:hasExactSynonym "up regulation of blood vessel endothelial cell migration", "up-regulation of blood vessel endothelial cell migration", "upregulation of blood vessel endothelial cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of blood vessel endothelial cell migration", "stimulation of blood vessel endothelial cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043536" ;
    a owl:Class ;
    rdfs:label "positive regulation of blood vessel endothelial cell migration" ;
    rdfs:subClassOf obo:GO_0010595, obo:GO_0043535, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0043534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0043534
            ]
        )
    ] .

obo:GO_0043537
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the migration of the endothelial cells of blood vessels." ;
    oboInOwl:hasExactSynonym "down regulation of blood vessel endothelial cell migration", "down-regulation of blood vessel endothelial cell migration", "downregulation of blood vessel endothelial cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of blood vessel endothelial cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043537" ;
    a owl:Class ;
    rdfs:label "negative regulation of blood vessel endothelial cell migration" ;
    rdfs:subClassOf obo:GO_0010596, obo:GO_0043535, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0043534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0043534
            ]
        )
    ] .

obo:GO_0043542
    obo:IAO_0000115 "The orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043542" ;
    a owl:Class ;
    rdfs:label "endothelial cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:GO_0043576
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the process of gaseous exchange between an organism and its environment." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043576" ;
    a owl:Class ;
    rdfs:label "regulation of respiratory gaseous exchange" ;
    rdfs:subClassOf obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007585
            ]
        )
    ] .

obo:GO_0043586
    obo:IAO_0000115 "The process whose specific outcome is the progression of the tongue over time, from its formation to the mature structure. The tongue is the movable, muscular organ on the floor of the mouth of most vertebrates, in many other mammals is the principal organ of taste, aids in the prehension of food, in swallowing, and in modifying the voice as in speech." ;
    oboInOwl:hasNarrowSynonym "glossa development", "lingua development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043586" ;
    a owl:Class ;
    rdfs:label "tongue development" ;
    rdfs:subClassOf obo:GO_0007423, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:GO_0043587
    obo:IAO_0000115 "The process in which the anatomical structures of the tongue are generated and organized. The tongue is the movable, muscular organ on the floor of the mouth of most vertebrates, in man other mammals is the principal organ of taste, aids in the prehension of food, in swallowing, and in modifying the voice as in speech." ;
    oboInOwl:hasExactSynonym "lingua morphogenesis" ;
    oboInOwl:hasNarrowSynonym "glossa morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043587" ;
    a owl:Class ;
    rdfs:label "tongue morphogenesis" ;
    rdfs:subClassOf obo:GO_0090596, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:GO_0043588
    obo:IAO_0000115 "The process whose specific outcome is the progression of the skin over time, from its formation to the mature structure. The skin is the external membranous integument of an animal. In vertebrates the skin generally consists of two layers, an outer nonsensitive and nonvascular epidermis (cuticle or skarfskin) composed of cells which are constantly growing and multiplying in the deeper, and being thrown off in the superficial layers, as well as an inner vascular dermis (cutis, corium or true skin) composed mostly of connective tissue." ;
    oboInOwl:hasExactSynonym "animal skin development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043588" ;
    a owl:Class ;
    rdfs:label "skin development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002097
            ]
        )
    ] .

obo:GO_0043589
    obo:IAO_0000115 "The process in which the anatomical structures of the skin are generated and organized. The skin is the external membranous integument of an animal. In vertebrates the skin generally consists of two layers, an outer nonsensitive and nonvascular epidermis (cuticle or skarfskin) composed of cells which are constantly growing and multiplying in the deeper, and being thrown off in the superficial layers, as well as an inner, sensitive and vascular dermis (cutis, corium or true skin) composed mostly of connective tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043589" ;
    a owl:Class ;
    rdfs:label "skin morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043588
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002097
            ]
        )
    ] .

obo:GO_0043603
    obo:IAO_0000115 "The chemical reactions and pathways involving an amide, any derivative of an oxoacid in which an acidic hydroxy group has been replaced by an amino or substituted amino group, as carried out by individual cells." ;
    oboInOwl:hasExactSynonym "amide metabolism", "cellular amide metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043603" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "amide metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_32988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_32988
            ]
        )
    ] .

obo:GO_0043604
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of an amide, any derivative of an oxoacid in which an acidic hydroxy group has been replaced by an amino or substituted amino group." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043604" ;
    a owl:Class ;
    rdfs:label "amide biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0043603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_32988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_32988
            ]
        )
    ] .

obo:GO_0043931
    obo:IAO_0000115 "The formation of bone or of a bony substance, or the conversion of fibrous tissue or of cartilage into bone, involved in the progression of the skeleton from its formation to its mature state." ;
    oboInOwl:hasExactSynonym "ossification involved in skeletal development" ;
    oboInOwl:hasNarrowSynonym "ossification involved in bone modeling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0043931" ;
    a owl:Class ;
    rdfs:label "ossification involved in bone maturation" ;
    rdfs:subClassOf obo:GO_0001503, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0070977
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001503
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0070977
            ]
        )
    ] .

obo:GO_0043933
    obo:IAO_0000115 "Any process in which macromolecules aggregate, disaggregate, or are modified, resulting in the formation, disassembly, or alteration of a protein complex." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-08T10:01:42Z" ;
    oboInOwl:hasAlternativeId "GO:0034600", "GO:0034621", "GO:0071822" ;
    oboInOwl:hasExactSynonym "protein complex subunit organisation", "protein complex subunit organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cellular macromolecular complex organization", "cellular macromolecular complex subunit organisation", "cellular macromolecular complex subunit organization", "macromolecular complex organization", "macromolecular complex subunit organisation", "macromolecular complex subunit organization", "protein-containing complex subunit organization" ;
    oboInOwl:id "GO:0043933" ;
    a owl:Class ;
    rdfs:label "protein-containing complex organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0032991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0032991
            ]
        )
    ] .

obo:GO_0044057
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a system process, a multicellular organismal process carried out by any of the organs or tissues in an organ system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044057" ;
    a owl:Class ;
    rdfs:label "regulation of system process" ;
    rdfs:subClassOf obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003008
            ]
        )
    ] .

obo:GO_0044058
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a digestive system process, a physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044058" ;
    a owl:Class ;
    rdfs:label "regulation of digestive system process" ;
    rdfs:subClassOf obo:GO_0044057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0022600
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0022600
            ]
        )
    ] .

obo:GO_0044060
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of an endocrine process, a process involving the secretion of or response to endocrine hormones. An endocrine hormone is a hormone released into the circulatory system." ;
    oboInOwl:hasExactSynonym "regulation of endocrine system process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044060" ;
    a owl:Class ;
    rdfs:label "regulation of endocrine process" ;
    rdfs:subClassOf obo:GO_0044057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050886
            ]
        )
    ] .

obo:GO_0044065
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a respiratory system process, an organ system process carried out by any of the organs or tissues of the respiratory system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044065" ;
    a owl:Class ;
    rdfs:label "regulation of respiratory system process" ;
    rdfs:subClassOf obo:GO_0043576, obo:GO_0044057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003016
            ]
        )
    ] .

obo:GO_0044085
    obo:IAO_0000115 "A process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a cellular component. Includes biosynthesis of constituent macromolecules, and those macromolecular modifications that are involved in synthesis or assembly of the cellular component." ;
    oboInOwl:hasAlternativeId "GO:0071843" ;
    oboInOwl:hasExactSynonym "cellular component biogenesis at cellular level" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044085" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cellular component biogenesis" ;
    rdfs:subClassOf obo:GO_0071840 .

obo:GO_0044087
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cellular component biogenesis, a process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a cellular component." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044087" ;
    a owl:Class ;
    rdfs:label "regulation of cellular component biogenesis" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0044085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0044085
            ]
        )
    ] .

obo:GO_0044088
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of a vacuole." ;
    oboInOwl:hasExactSynonym "regulation of vacuole organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of vacuole biogenesis" ;
    oboInOwl:id "GO:0044088" ;
    a owl:Class ;
    rdfs:label "regulation of vacuole organization" ;
    rdfs:subClassOf obo:GO_0033043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007033
            ]
        )
    ] .

obo:GO_0044089
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cellular component biogenesis, a process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a cellular component." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044089" ;
    a owl:Class ;
    rdfs:label "positive regulation of cellular component biogenesis" ;
    rdfs:subClassOf obo:GO_0044087, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0044085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0044085
            ]
        )
    ] .

obo:GO_0044090
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of a vacuole." ;
    oboInOwl:hasExactSynonym "positive regulation of vacuole organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of vacuole biogenesis" ;
    oboInOwl:id "GO:0044090" ;
    a owl:Class ;
    rdfs:label "positive regulation of vacuole organization" ;
    rdfs:subClassOf obo:GO_0010638, obo:GO_0044088, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007033
            ]
        )
    ] .

obo:GO_0044091
    obo:IAO_0000115 "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a membrane." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044091" ;
    a owl:Class ;
    rdfs:label "membrane biogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0044085, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0044085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0044207
    obo:IAO_0000115 "A ribonucleoprotein complex that contains aminoacylated initiator methionine tRNA, GTP, and initiation factor 2 (either eIF2 in eukaryotes, or IF2 in prokaryotes). In prokaryotes, fMet-tRNA (initiator) is used rather than Met-tRNA (initiator)." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2009-10-22T02:38:55Z" ;
    oboInOwl:hasExactSynonym "translation initiation (ternary) complex" ;
    oboInOwl:hasNarrowSynonym "Met-tRNA/eIF2.GTP ternary complex" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0044207" ;
    a owl:Class ;
    rdfs:label "translation initiation ternary complex" ;
    rdfs:subClassOf obo:BFO_0000004, obo:GO_1990904, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0044238
    obo:IAO_0000115 "The chemical reactions and pathways involving those compounds which are formed as a part of the normal anabolic and catabolic processes. These processes take place in most, if not all, cells of the organism." ;
    oboInOwl:hasDbXref "Wikipedia:Primary_metabolite" ;
    oboInOwl:hasExactSynonym "primary metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044238" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_euk_cellular_processes_ribbon, go:goslim_pir, go:goslim_plant_ribbon, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:label "primary metabolic process" ;
    rdfs:subClassOf obo:GO_0008152 .

obo:GO_0044272
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of compounds that contain sulfur, such as the amino acids methionine and cysteine or the tripeptide glutathione." ;
    oboInOwl:hasExactSynonym "sulfur compound anabolism", "sulfur compound biosynthesis", "sulfur compound formation", "sulfur compound synthesis" ;
    oboInOwl:hasNarrowSynonym "sulfur biosynthesis", "sulfur biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044272" ;
    a owl:Class ;
    rdfs:label "sulfur compound biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006790, obo:GO_0009058, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_26835
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_26835
            ]
        )
    ] .

obo:GO_0044281
    obo:IAO_0000115 "The chemical reactions and pathways involving small molecules, any low molecular weight, monomeric, non-encoded molecule." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-01-26T12:05:20Z" ;
    oboInOwl:hasExactSynonym "small molecule metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044281" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_flybase_ribbon, go:goslim_metagenomics ;
    a owl:Class ;
    rdfs:comment "Small molecules in GO include monosaccharides but exclude disaccharides and polysaccharides." ;
    rdfs:label "small molecule metabolic process" ;
    rdfs:subClassOf obo:GO_0008152 .

obo:GO_0044283
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of small molecules, any low molecular weight, monomeric, non-encoded molecule." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-01-26T12:06:49Z" ;
    oboInOwl:hasExactSynonym "small molecule biosynthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044283" ;
    oboInOwl:inSubset go:goslim_prokaryote, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:comment "Small molecules in GO include monosaccharides but exclude disaccharides and polysaccharides." ;
    rdfs:label "small molecule biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0044281 .

obo:GO_0044297
    obo:IAO_0000115 "The portion of a cell bearing surface projections such as axons, dendrites, cilia, or flagella that includes the nucleus, but excludes all cell projections." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-02-05T10:37:16Z" ;
    oboInOwl:hasDbXref "FBbt:00005107", "FMA:67301", "Wikipedia:Cell_body" ;
    oboInOwl:hasExactSynonym "cell soma" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0044297" ;
    a owl:Class ;
    rdfs:comment "Note that 'cell body' and 'cell soma' are not used in the literature for cells that lack projections, nor for some cells (e.g. yeast with mating projections) that do have projections." ;
    rdfs:label "cell body" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0044309
    obo:IAO_0000115 "A small membranous protrusion, often ending in a bulbous head and attached to the neuron by a narrow stalk or neck." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-02-05T04:25:10Z" ;
    oboInOwl:hasBroadSynonym "spine" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1145756102" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0044309" ;
    a owl:Class ;
    rdfs:label "neuron spine" ;
    rdfs:subClassOf obo:GO_0043005 .

obo:GO_0044346
    obo:IAO_0000115 "Any apoptotic process in a fibroblast, a connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-09-23T11:33:38Z" ;
    oboInOwl:hasNarrowSynonym "fibroblast apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044346" ;
    a owl:Class ;
    rdfs:label "fibroblast apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000057
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000057
            ]
        )
    ] .

obo:GO_0044380
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within the cytoskeleton." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2011-12-13T11:43:24Z" ;
    oboInOwl:hasExactSynonym "protein localisation to cytoskeleton" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044380" ;
    a owl:Class ;
    rdfs:label "protein localization to cytoskeleton" ;
    rdfs:subClassOf obo:GO_0033365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005856
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005856
            ]
        )
    ] .

obo:GO_0044419
    obo:IAO_0000115 "Any process evolved to enable an interaction with an organism of a different species." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9824443" ;
    oboInOwl:hasExactSynonym "interaction with another species", "interspecies interaction", "interspecies interaction between organisms", "interspecies interaction with other organisms" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044419" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_candida, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "biological process involved in interspecies interaction between organisms" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0044458
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a motile cilium." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2015-02-06T17:23:23Z" ;
    oboInOwl:hasAlternativeId "GO:1903887" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "motile primary cilia assembly", "motile primary cilia formation", "motile primary cilium assembly", "motile primary cilium formation", "nodal cilium assembly", "nodal cilium formation" ;
    oboInOwl:id "GO:0044458" ;
    a owl:Class ;
    rdfs:label "motile cilium assembly" ;
    rdfs:subClassOf obo:GO_0060271, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0031514
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0031514
            ]
        )
    ] .

obo:GO_0044550
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of secondary metabolites, the compounds that are not necessarily required for growth and maintenance of cells, and are often unique to a taxon." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-03-29T01:55:18Z" ;
    oboInOwl:hasExactSynonym "secondary metabolite biosynthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044550" ;
    oboInOwl:inSubset go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "secondary metabolite biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0019748 .

obo:GO_0044566
    obo:IAO_0000115 "A change in the morphology or behavior of a chondrocyte resulting from exposure to an activating factor such as a cellular or soluble ligand. A chondrocyte is a polymorphic cell that forms cartilage." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-04-05T04:45:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044566" ;
    a owl:Class ;
    rdfs:label "chondrocyte activation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001775, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000138
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000138
            ]
        )
    ] .

obo:GO_0044703
    obo:IAO_0000115 "A biological process that directly contributes to the process of producing new individuals, involving another organism." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-09-19T15:56:30Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044703" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "multi-organism reproductive process" ;
    rdfs:subClassOf obo:GO_0022414 .

obo:GO_0044706
    obo:IAO_0000115 "A multicellular organism process which involves another multicellular organism of the same or different species." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-09-19T16:06:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044706" ;
    a owl:Class ;
    rdfs:label "multi-multicellular organism process" ;
    rdfs:subClassOf obo:GO_0032501 .

obo:GO_0044743
    obo:IAO_0000115 "The directed movement of proteins into an intracellular organelle, across a membrane." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-11-07T15:37:36Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044743" ;
    a owl:Class ;
    rdfs:label "protein transmembrane import into intracellular organelle" ;
    rdfs:subClassOf obo:GO_0071806, obo:GO_0072594, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0043229
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0031090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0043229
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0031090
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0044782
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a cilium, a specialized eukaryotic organelle that consists of a filiform extrusion of the cell surface. Each cilium is bounded by an extrusion of the cytoplasmic membrane, and contains a regular longitudinal array of microtubules, anchored basally in a centriole." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-03-27T15:09:58Z" ;
    oboInOwl:hasExactSynonym "microtubule-based flagellum organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0044782" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_generic ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "cilium organization" ;
    rdfs:subClassOf obo:GO_0006996, obo:GO_0120036, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:GO_0045026
    obo:IAO_0000115 "The joining of the lipid bilayer membrane that surround a cell with that of another cell, producing a single cell." ;
    oboInOwl:hasAlternativeId "GO:0006947" ;
    oboInOwl:hasBroadSynonym "cell fusion", "cell-cell fusion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045026" ;
    a owl:Class ;
    rdfs:label "plasma membrane fusion" ;
    rdfs:subClassOf obo:GO_0007009, obo:GO_0061025, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0045132
    obo:IAO_0000115 "The process in which genetic material, in the form of chromosomes, is organized into specific structures and then physically separated and apportioned to two or more sets during M phase of the meiotic cell cycle." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045132" ;
    a owl:Class ;
    rdfs:label "meiotic chromosome segregation" ;
    rdfs:subClassOf obo:GO_0098813, obo:GO_1903046, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0140013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0098813
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0140013
            ]
        )
    ] .

obo:GO_0045137
    obo:IAO_0000115 "The process whose specific outcome is the progression of the primary sexual characteristics over time, from their formation to the mature structures. The primary sexual characteristics are the testes in males and the ovaries in females and they develop in response to sex hormone secretion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045137" ;
    a owl:Class ;
    rdfs:label "development of primary sexual characteristics" ;
    rdfs:subClassOf obo:GO_0003006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0045165
    obo:IAO_0000115 "The cellular developmental process by which a cell establishes the intrinsic character of a cell or tissue region irreversibly committing it to a particular fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045165" ;
    a owl:Class ;
    rdfs:comment "Note that this term was 'cell fate determination' but the term name was changed to better match its existing definition and the child term 'cell fate determination; GO:0001709' was also created." ;
    rdfs:label "cell fate commitment" ;
    rdfs:subClassOf obo:GO_0048869, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0045168
    obo:IAO_0000115 "Signaling at long or short range between cells that results in the commitment of a cell to a certain fate." ;
    oboInOwl:hasExactSynonym "cell fate commitment, cell-cell signaling", "cell fate commitment, cell-cell signalling", "cell-cell signaling during in cell fate commitment", "cell-cell signaling resulting in cell fate commitment", "cell-cell signalling during cell fate commitment", "cell-cell signalling resulting in cell fate commitment" ;
    oboInOwl:hasNarrowSynonym "cell-cell signalling involved in cell fate specification" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045168" ;
    a owl:Class ;
    rdfs:label "cell-cell signaling involved in cell fate commitment" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0045165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0045165
            ]
        )
    ] .

obo:GO_0045184
    obo:IAO_0000115 "The directed movement of a protein to a specific location." ;
    oboInOwl:hasExactSynonym "establishment of protein localisation", "protein positioning", "protein recruitment" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045184" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization" ;
    rdfs:subClassOf obo:GO_0008104, obo:GO_0051234, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_36080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051234
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_36080
            ]
        )
    ] .

obo:GO_0045185
    obo:IAO_0000115 "Any process in which a protein is maintained in a location and prevented from moving elsewhere. These include sequestration, stabilization to prevent transport elsewhere and the active retrieval of proteins that do move away." ;
    oboInOwl:hasNarrowSynonym "active protein retrieval", "protein retention", "protein sequestering" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of protein localization" ;
    oboInOwl:id "GO:0045185" ;
    a owl:Class ;
    rdfs:label "maintenance of protein location" ;
    rdfs:subClassOf obo:GO_0051235, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008104
    ] .

obo:GO_0045196
    obo:IAO_0000115 "Any cellular process that results in the specification, formation or maintenance of the apicobasal polarity of a neuroblast cell, a progenitor of the central nervous system." ;
    oboInOwl:hasAlternativeId "GO:0043339", "GO:0043342" ;
    oboInOwl:hasExactSynonym "establishment and/or maintenance of neuroblast cell polarity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045196" ;
    a owl:Class ;
    rdfs:label "establishment or maintenance of neuroblast polarity" ;
    rdfs:subClassOf obo:GO_0007163, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055059
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0045200
    obo:IAO_0000115 "The specification and formation of the apicobasal polarity of a neuroblast cell, a progenitor of the central nervous system." ;
    oboInOwl:hasAlternativeId "GO:0043340", "GO:0043343" ;
    oboInOwl:hasExactSynonym "establishment of neuroblast cell polarity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045200" ;
    a owl:Class ;
    rdfs:label "establishment of neuroblast polarity" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0030010, obo:GO_0045196, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030010
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0045202
    obo:IAO_0000115 "The junction between an axon of one neuron and a dendrite of another neuron, a muscle fiber or a glial cell. As the axon approaches the synapse it enlarges into a specialized structure, the presynaptic terminal bouton, which contains mitochondria and synaptic vesicles. At the tip of the terminal bouton is the presynaptic membrane; facing it, and separated from it by a minute cleft (the synaptic cleft) is a specialized area of membrane on the receiving cell, known as the postsynaptic membrane. In response to the arrival of nerve impulses, the presynaptic terminal bouton secretes molecules of neurotransmitters into the synaptic cleft. These diffuse across the cleft and transmit the signal to the postsynaptic membrane." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao914572699", "Wikipedia:Chemical_synapse" ;
    oboInOwl:hasExactSynonym "synaptic junction" ;
    oboInOwl:hasNarrowSynonym "mixed synapse" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "electrotonic synapse" ;
    oboInOwl:id "GO:0045202" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_flybase_ribbon, go:goslim_mouse, go:goslim_pir, go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synapse" ;
    rdfs:subClassOf obo:GO_0030054, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0045214
    obo:IAO_0000115 "The myofibril assembly process that results in the organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." ;
    oboInOwl:hasAlternativeId "GO:0006938" ;
    oboInOwl:hasExactSynonym "sarcomere alignment", "sarcomere organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045214" ;
    a owl:Class ;
    rdfs:label "sarcomere organization" ;
    rdfs:subClassOf obo:GO_0031032, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030239
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0030017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0030017
            ]
        )
    ] .

obo:GO_0045216
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a cell-cell junction. A cell-cell junction is a specialized region of connection between two cells." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-421270" ;
    oboInOwl:hasExactSynonym "cell-cell junction assembly and maintenance", "cell-cell junction organisation", "intercellular junction assembly and maintenance" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell-cell junction biogenesis" ;
    oboInOwl:id "GO:0045216" ;
    a owl:Class ;
    rdfs:label "cell-cell junction organization" ;
    rdfs:subClassOf obo:GO_0034330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005911
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0034330
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005911
            ]
        )
    ] .

obo:GO_0045229
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of external structures that lie outside the plasma membrane and surround the entire cell." ;
    oboInOwl:hasExactSynonym "external encapsulating structure organisation", "external encapsulating structure organization and biogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045229" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "external encapsulating structure organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0030312
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0030312
            ]
        )
    ] .

obo:GO_0045321
    obo:IAO_0000115 "A change in morphology and behavior of a leukocyte resulting from exposure to a specific antigen, mitogen, cytokine, cellular ligand, or soluble factor." ;
    oboInOwl:hasDbXref "Wikipedia:Immunologic_activation" ;
    oboInOwl:hasExactSynonym "immune cell activation", "leucocyte activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045321" ;
    a owl:Class ;
    rdfs:label "leukocyte activation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001775, obo:GO_0002376, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000738
            ]
        )
    ] .

obo:GO_0045444
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an adipocyte, an animal connective tissue cell specialized for the synthesis and storage of fat." ;
    oboInOwl:hasExactSynonym "adipocyte cell differentiation", "adipocyte differentiation", "adipose cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "adipogenesis" ;
    oboInOwl:id "GO:0045444" ;
    a owl:Class ;
    rdfs:label "fat cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000136
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000136
            ]
        )
    ] .

obo:GO_0045445
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a myoblast. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into striated muscle fibers." ;
    oboInOwl:hasExactSynonym "myoblast cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045445" ;
    a owl:Class ;
    rdfs:label "myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000056
            ]
        )
    ] .

obo:GO_0045446
    obo:IAO_0000115 "The process in which a mesodermal, bone marrow or neural crest cell acquires specialized features of an endothelial cell, a thin flattened cell. A layer of such cells lines the inside surfaces of body cavities, blood vessels, and lymph vessels, making up the endothelium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045446" ;
    a owl:Class ;
    rdfs:label "endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030855, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003158
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:GO_0045595
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell differentiation, the process in which relatively unspecialized cells acquire specialized structural and functional features." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045595" ;
    a owl:Class ;
    rdfs:label "regulation of cell differentiation" ;
    rdfs:subClassOf obo:GO_0050793, obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030154
            ]
        )
    ] .

obo:GO_0045596
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of cell differentiation", "down-regulation of cell differentiation", "downregulation of cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045596" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, obo:GO_0048523, obo:GO_0051093, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030154
            ]
        )
    ] .

obo:GO_0045597
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of cell differentiation", "up-regulation of cell differentiation", "upregulation of cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of cell differentiation", "stimulation of cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045597" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, obo:GO_0048522, obo:GO_0051094, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030154
            ]
        )
    ] .

obo:GO_0045598
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of adipocyte differentiation." ;
    oboInOwl:hasExactSynonym "regulation of adipocyte cell differentiation", "regulation of adipocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045598" ;
    a owl:Class ;
    rdfs:label "regulation of fat cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0045444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0045444
            ]
        )
    ] .

obo:GO_0045599
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of adipocyte differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of fat cell differentiation", "down-regulation of fat cell differentiation", "downregulation of fat cell differentiation", "negative regulation of adipocyte cell differentiation", "negative regulation of adipocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of fat cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045599" ;
    a owl:Class ;
    rdfs:label "negative regulation of fat cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0045598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045444
            ]
        )
    ] .

obo:GO_0045600
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of adipocyte differentiation." ;
    oboInOwl:hasExactSynonym "positive regulation of adipocyte cell differentiation", "positive regulation of adipocyte differentiation", "up regulation of fat cell differentiation", "up-regulation of fat cell differentiation", "upregulation of fat cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of fat cell differentiation", "stimulation of fat cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045600" ;
    a owl:Class ;
    rdfs:label "positive regulation of fat cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0045598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0045444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0045444
            ]
        )
    ] .

obo:GO_0045601
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of endothelial cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045601" ;
    a owl:Class ;
    rdfs:label "regulation of endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0045446
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0045446
            ]
        )
    ] .

obo:GO_0045602
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of endothelial cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of endothelial cell differentiation", "down-regulation of endothelial cell differentiation", "downregulation of endothelial cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of endothelial cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045602" ;
    a owl:Class ;
    rdfs:label "negative regulation of endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030857, obo:GO_0045601, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045446
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045446
            ]
        )
    ] .

obo:GO_0045603
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of endothelial cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of endothelial cell differentiation", "up-regulation of endothelial cell differentiation", "upregulation of endothelial cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of endothelial cell differentiation", "stimulation of endothelial cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045603" ;
    a owl:Class ;
    rdfs:label "positive regulation of endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030858, obo:GO_0045601, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0045446
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0045446
            ]
        )
    ] .

obo:GO_0045604
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epidermal cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of hypodermal cell differentiation" ;
    oboInOwl:id "GO:0045604" ;
    a owl:Class ;
    rdfs:label "regulation of epidermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030856, obo:GO_0045682, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009913
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009913
            ]
        )
    ] .

obo:GO_0045605
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of epidermal cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of epidermal cell differentiation", "down-regulation of epidermal cell differentiation", "downregulation of epidermal cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of epidermal cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of hypodermal cell differentiation" ;
    oboInOwl:id "GO:0045605" ;
    a owl:Class ;
    rdfs:label "negative regulation of epidermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030857, obo:GO_0045604, obo:GO_0045683, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009913
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009913
            ]
        )
    ] .

obo:GO_0045606
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of epidermal cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of epidermal cell differentiation", "up-regulation of epidermal cell differentiation", "upregulation of epidermal cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of epidermal cell differentiation", "stimulation of epidermal cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of hypodermal cell differentiation" ;
    oboInOwl:id "GO:0045606" ;
    a owl:Class ;
    rdfs:label "positive regulation of epidermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030858, obo:GO_0045604, obo:GO_0045684, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009913
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009913
            ]
        )
    ] .

obo:GO_0045619
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of lymphocyte differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of lymphocyte development" ;
    oboInOwl:id "GO:0045619" ;
    a owl:Class ;
    rdfs:comment "Note that immunologists typically use the word 'development' to refer to cells of B or T cell lineages undergoing the process that GO describes as 'cell differentiation'." ;
    rdfs:label "regulation of lymphocyte differentiation" ;
    rdfs:subClassOf obo:GO_0051249, obo:GO_1902105, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030098
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030098
            ]
        )
    ] .

obo:GO_0045620
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of lymphocyte differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of lymphocyte differentiation", "down-regulation of lymphocyte differentiation", "downregulation of lymphocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of lymphocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of lymphocyte development" ;
    oboInOwl:id "GO:0045620" ;
    a owl:Class ;
    rdfs:comment "Note that immunologists typically use the word 'development' to refer to cells of B or T cell lineages undergoing the process that GO describes as 'cell differentiation'." ;
    rdfs:label "negative regulation of lymphocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045619, obo:GO_0051250, obo:GO_1902106, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030098
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030098
            ]
        )
    ] .

obo:GO_0045621
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of lymphocyte differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of lymphocyte differentiation", "up-regulation of lymphocyte differentiation", "upregulation of lymphocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of lymphocyte differentiation", "stimulation of lymphocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of lymphocyte development" ;
    oboInOwl:id "GO:0045621" ;
    a owl:Class ;
    rdfs:comment "Note that immunologists typically use the word 'development' to refer to cells of B or T cell lineages undergoing the process that GO describes as 'cell differentiation'." ;
    rdfs:label "positive regulation of lymphocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045619, obo:GO_0051251, obo:GO_1902107, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030098
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030098
            ]
        )
    ] .

obo:GO_0045637
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of myeloid cell differentiation." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8939246" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045637" ;
    a owl:Class ;
    rdfs:label "regulation of myeloid cell differentiation" ;
    rdfs:subClassOf obo:GO_1903706, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030099
            ]
        )
    ] .

obo:GO_0045638
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of myeloid cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of myeloid cell differentiation", "down-regulation of myeloid cell differentiation", "downregulation of myeloid cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of myeloid cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045638" ;
    a owl:Class ;
    rdfs:label "negative regulation of myeloid cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0045637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030099
            ]
        )
    ] .

obo:GO_0045639
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of myeloid cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of myeloid cell differentiation", "up-regulation of myeloid cell differentiation", "upregulation of myeloid cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of myeloid cell differentiation", "stimulation of myeloid cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045639" ;
    a owl:Class ;
    rdfs:label "positive regulation of myeloid cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0045637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030099
            ]
        )
    ] .

obo:GO_0045646
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of erythrocyte differentiation." ;
    oboInOwl:hasExactSynonym "regulation of RBC differentiation", "regulation of red blood cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045646" ;
    a owl:Class ;
    rdfs:label "regulation of erythrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030218
            ]
        )
    ] .

obo:GO_0045647
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of erythrocyte differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of erythrocyte differentiation", "down-regulation of erythrocyte differentiation", "downregulation of erythrocyte differentiation", "negative regulation of RBC differentiation", "negative regulation of red blood cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of erythrocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045647" ;
    a owl:Class ;
    rdfs:label "negative regulation of erythrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045638, obo:GO_0045646, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030218
            ]
        )
    ] .

obo:GO_0045648
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of erythrocyte differentiation." ;
    oboInOwl:hasExactSynonym "positive regulation of RBC differentiation", "positive regulation of red blood cell differentiation", "up regulation of erythrocyte differentiation", "up-regulation of erythrocyte differentiation", "upregulation of erythrocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of erythrocyte differentiation", "stimulation of erythrocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045648" ;
    a owl:Class ;
    rdfs:label "positive regulation of erythrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045639, obo:GO_0045646, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030218
            ]
        )
    ] .

obo:GO_0045652
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of megakaryocyte differentiation." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8936459" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045652" ;
    a owl:Class ;
    rdfs:label "regulation of megakaryocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030219
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030219
            ]
        )
    ] .

obo:GO_0045653
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of megakaryocyte differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of megakaryocyte differentiation", "down-regulation of megakaryocyte differentiation", "downregulation of megakaryocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of megakaryocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045653" ;
    a owl:Class ;
    rdfs:label "negative regulation of megakaryocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045638, obo:GO_0045652, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030219
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030219
            ]
        )
    ] .

obo:GO_0045654
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of megakaryocyte differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of megakaryocyte differentiation", "up-regulation of megakaryocyte differentiation", "upregulation of megakaryocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of megakaryocyte differentiation", "stimulation of megakaryocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045654" ;
    a owl:Class ;
    rdfs:label "positive regulation of megakaryocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045639, obo:GO_0045652, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030219
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030219
            ]
        )
    ] .

obo:GO_0045661
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of myoblast differentiation. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045661" ;
    a owl:Class ;
    rdfs:label "regulation of myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0045445
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0045445
            ]
        )
    ] .

obo:GO_0045662
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of myoblast differentiation. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasExactSynonym "down regulation of myoblast differentiation", "down-regulation of myoblast differentiation", "downregulation of myoblast differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of myoblast differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045662" ;
    a owl:Class ;
    rdfs:label "negative regulation of myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0045661, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045445
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045445
            ]
        )
    ] .

obo:GO_0045663
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of myoblast differentiation. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasExactSynonym "up regulation of myoblast differentiation", "up-regulation of myoblast differentiation", "upregulation of myoblast differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of myoblast differentiation", "stimulation of myoblast differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045663" ;
    a owl:Class ;
    rdfs:label "positive regulation of myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0045661, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0045445
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0045445
            ]
        )
    ] .

obo:GO_0045664
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neuron differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045664" ;
    a owl:Class ;
    rdfs:label "regulation of neuron differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030182
            ]
        )
    ] .

obo:GO_0045665
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of neuron differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of neuron differentiation", "down-regulation of neuron differentiation", "downregulation of neuron differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of neuron differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045665" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuron differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0045664, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030182
            ]
        )
    ] .

obo:GO_0045666
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuron differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of neuron differentiation", "up-regulation of neuron differentiation", "upregulation of neuron differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of neuron differentiation", "stimulation of neuron differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045666" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuron differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0045664, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030182
            ]
        )
    ] .

obo:GO_0045682
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epidermis development." ;
    oboInOwl:hasExactSynonym "regulation of epidermal development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of hypodermis development" ;
    oboInOwl:id "GO:0045682" ;
    a owl:Class ;
    rdfs:label "regulation of epidermis development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008544
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008544
            ]
        )
    ] .

obo:GO_0045683
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of epidermis development." ;
    oboInOwl:hasExactSynonym "down regulation of epidermis development", "down-regulation of epidermis development", "downregulation of epidermis development", "negative regulation of epidermal development" ;
    oboInOwl:hasNarrowSynonym "inhibition of epidermis development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of hypodermis development" ;
    oboInOwl:id "GO:0045683" ;
    a owl:Class ;
    rdfs:label "negative regulation of epidermis development" ;
    rdfs:subClassOf obo:GO_0045682, obo:GO_0051093, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008544
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008544
            ]
        )
    ] .

obo:GO_0045684
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of epidermis development." ;
    oboInOwl:hasExactSynonym "positive regulation of epidermal development", "up regulation of epidermis development", "up-regulation of epidermis development", "upregulation of epidermis development" ;
    oboInOwl:hasNarrowSynonym "activation of epidermis development", "stimulation of epidermis development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of hypodermis development" ;
    oboInOwl:id "GO:0045684" ;
    a owl:Class ;
    rdfs:label "positive regulation of epidermis development" ;
    rdfs:subClassOf obo:GO_0045682, obo:GO_0051094, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008544
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008544
            ]
        )
    ] .

obo:GO_0045685
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of glia cell differentiation." ;
    oboInOwl:hasExactSynonym "regulation of glia cell differentiation", "regulation of neuroglia differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045685" ;
    a owl:Class ;
    rdfs:label "regulation of glial cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010001
            ]
        )
    ] .

obo:GO_0045686
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of glia cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of glial cell differentiation", "down-regulation of glial cell differentiation", "downregulation of glial cell differentiation", "negative regulation of glia cell differentiation", "negative regulation of neuroglia differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of glial cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045686" ;
    a owl:Class ;
    rdfs:label "negative regulation of glial cell differentiation" ;
    rdfs:subClassOf obo:GO_0014014, obo:GO_0045685, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010001
            ]
        )
    ] .

obo:GO_0045687
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of glia cell differentiation." ;
    oboInOwl:hasExactSynonym "positive regulation of glia cell differentiation", "positive regulation of neuroglia differentiation", "up regulation of glial cell differentiation", "up-regulation of glial cell differentiation", "upregulation of glial cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of glial cell differentiation", "stimulation of glial cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045687" ;
    a owl:Class ;
    rdfs:label "positive regulation of glial cell differentiation" ;
    rdfs:subClassOf obo:GO_0014015, obo:GO_0045685, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010001
            ]
        )
    ] .

obo:GO_0045724
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the formation of a cilium." ;
    oboInOwl:hasBroadSynonym "positive regulation of flagellum assembly" ;
    oboInOwl:hasExactSynonym "up regulation of cilium assembly", "up-regulation of cilium assembly", "upregulation of cilium assembly" ;
    oboInOwl:hasNarrowSynonym "activation of cilium assembly", "stimulation of cilium assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of flagellum biogenesis" ;
    oboInOwl:id "GO:0045724" ;
    a owl:Class ;
    rdfs:label "positive regulation of cilium assembly" ;
    rdfs:subClassOf obo:GO_0120034, obo:GO_1902017, obo:GO_1902117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060271
            ]
        )
    ] .

obo:GO_0045727
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA or circRNA." ;
    oboInOwl:hasAlternativeId "GO:0045946" ;
    oboInOwl:hasExactSynonym "positive regulation of protein anabolism", "positive regulation of protein biosynthesis", "positive regulation of protein biosynthetic process", "positive regulation of protein formation", "positive regulation of protein synthesis", "up regulation of protein biosynthetic process", "up-regulation of protein biosynthetic process", "upregulation of protein biosynthetic process" ;
    oboInOwl:hasNarrowSynonym "activation of protein biosynthetic process", "stimulation of protein biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045727" ;
    a owl:Class ;
    rdfs:label "positive regulation of translation" ;
    rdfs:subClassOf obo:GO_0006417, obo:GO_0010628, obo:GO_0051247, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006412
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006412
            ]
        )
    ] .

obo:GO_0045759
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of action potential creation, propagation or termination. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:hasExactSynonym "down regulation of action potential", "down-regulation of action potential", "downregulation of action potential" ;
    oboInOwl:hasNarrowSynonym "inhibition of action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045759" ;
    a owl:Class ;
    rdfs:label "negative regulation of action potential" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_0098900, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001508
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001508
            ]
        )
    ] .

obo:GO_0045760
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of action potential creation, propagation or termination. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:hasExactSynonym "up regulation of action potential", "up-regulation of action potential", "upregulation of action potential" ;
    oboInOwl:hasNarrowSynonym "activation of action potential", "stimulation of action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045760" ;
    a owl:Class ;
    rdfs:label "positive regulation of action potential" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_0098900, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001508
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001508
            ]
        )
    ] .

obo:GO_0045763
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving amino acid." ;
    oboInOwl:hasExactSynonym "down regulation of amino acid metabolic process", "down-regulation of amino acid metabolic process", "downregulation of amino acid metabolic process", "negative regulation of amino acid metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of amino acid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045763" ;
    a owl:Class ;
    rdfs:label "negative regulation of amino acid metabolic process" ;
    rdfs:subClassOf obo:GO_0006521, obo:GO_0009892, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006520
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006520
            ]
        )
    ] .

obo:GO_0045764
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving amino acid." ;
    oboInOwl:hasExactSynonym "positive regulation of amino acid metabolism", "positive regulation of cellular amino acid metabolic process", "up regulation of amino acid metabolic process", "up-regulation of amino acid metabolic process", "upregulation of amino acid metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of amino acid metabolic process", "stimulation of amino acid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045764" ;
    a owl:Class ;
    rdfs:label "positive regulation of amino acid metabolic process" ;
    rdfs:subClassOf obo:GO_0006521, obo:GO_0009893, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006520
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006520
            ]
        )
    ] .

obo:GO_0045765
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of angiogenesis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045765" ;
    a owl:Class ;
    rdfs:label "regulation of angiogenesis" ;
    rdfs:subClassOf obo:GO_0022603, obo:GO_1901342, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001525
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001525
            ]
        )
    ] .

obo:GO_0045766
    obo:IAO_0000115 "Any process that activates or increases angiogenesis." ;
    oboInOwl:hasExactSynonym "up regulation of angiogenesis", "up-regulation of angiogenesis", "upregulation of angiogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of angiogenesis", "stimulation of angiogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045766" ;
    a owl:Class ;
    rdfs:label "positive regulation of angiogenesis" ;
    rdfs:subClassOf obo:GO_0045765, obo:GO_1904018, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001525
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001525
            ]
        )
    ] .

obo:GO_0045769
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of asymmetric cell division." ;
    oboInOwl:hasExactSynonym "down regulation of asymmetric cell division", "down-regulation of asymmetric cell division", "downregulation of asymmetric cell division" ;
    oboInOwl:hasNarrowSynonym "inhibition of asymmetric cell division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045769" ;
    a owl:Class ;
    rdfs:label "negative regulation of asymmetric cell division" ;
    rdfs:subClassOf obo:GO_0009786, obo:GO_0051782, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008356
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008356
            ]
        )
    ] .

obo:GO_0045770
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of asymmetric cell division." ;
    oboInOwl:hasExactSynonym "up regulation of asymmetric cell division", "up-regulation of asymmetric cell division", "upregulation of asymmetric cell division" ;
    oboInOwl:hasNarrowSynonym "activation of asymmetric cell division", "stimulation of asymmetric cell division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045770" ;
    a owl:Class ;
    rdfs:label "positive regulation of asymmetric cell division" ;
    rdfs:subClassOf obo:GO_0009786, obo:GO_0051781, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008356
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008356
            ]
        )
    ] .

obo:GO_0045778
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of ossification, the formation of bone or of a bony substance or the conversion of fibrous tissue or of cartilage into bone or a bony substance." ;
    oboInOwl:hasExactSynonym "positive regulation of bone biosynthesis", "positive regulation of bone formation", "up regulation of ossification", "up-regulation of ossification", "upregulation of ossification" ;
    oboInOwl:hasNarrowSynonym "activation of ossification", "stimulation of ossification" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045778" ;
    a owl:Class ;
    rdfs:label "positive regulation of ossification" ;
    rdfs:subClassOf obo:GO_0030278, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001503
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001503
            ]
        )
    ] .

obo:GO_0045786
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of progression through the cell cycle." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-193670" ;
    oboInOwl:hasExactSynonym "down regulation of progression through cell cycle", "down-regulation of progression through cell cycle", "downregulation of progression through cell cycle", "negative regulation of cell cycle progression", "negative regulation of progression through cell cycle" ;
    oboInOwl:hasNarrowSynonym "inhibition of progression through cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045786" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell cycle" ;
    rdfs:subClassOf obo:GO_0048523, obo:GO_0051726, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007049
            ]
        )
    ] .

obo:GO_0045787
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of progression through the cell cycle." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8849470" ;
    oboInOwl:hasExactSynonym "positive regulation of cell cycle progression", "positive regulation of progression through cell cycle", "up regulation of progression through cell cycle", "up-regulation of progression through cell cycle", "upregulation of progression through cell cycle" ;
    oboInOwl:hasNarrowSynonym "activation of progression through cell cycle", "stimulation of progression through cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045787" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell cycle" ;
    rdfs:subClassOf obo:GO_0048522, obo:GO_0051726, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007049
            ]
        )
    ] .

obo:GO_0045822
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of heart contraction." ;
    oboInOwl:hasExactSynonym "down regulation of heart contraction", "down-regulation of heart contraction", "downregulation of heart contraction" ;
    oboInOwl:hasNarrowSynonym "inhibition of heart contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cardiac contraction" ;
    oboInOwl:id "GO:0045822" ;
    a owl:Class ;
    rdfs:label "negative regulation of heart contraction" ;
    rdfs:subClassOf obo:GO_0008016, obo:GO_1903523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060047
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060047
            ]
        )
    ] .

obo:GO_0045823
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of heart contraction." ;
    oboInOwl:hasExactSynonym "positive regulation of cardiac contraction", "up regulation of heart contraction", "up-regulation of heart contraction", "upregulation of heart contraction" ;
    oboInOwl:hasNarrowSynonym "activation of heart contraction", "stimulation of heart contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045823" ;
    a owl:Class ;
    rdfs:label "positive regulation of heart contraction" ;
    rdfs:subClassOf obo:GO_0008016, obo:GO_1903524, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060047
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060047
            ]
        )
    ] .

obo:GO_0045833
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving lipids." ;
    oboInOwl:hasExactSynonym "down regulation of lipid metabolic process", "down-regulation of lipid metabolic process", "downregulation of lipid metabolic process", "negative regulation of lipid metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of lipid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045833" ;
    a owl:Class ;
    rdfs:label "negative regulation of lipid metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0019216, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006629
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006629
            ]
        )
    ] .

obo:GO_0045834
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving lipids." ;
    oboInOwl:hasExactSynonym "positive regulation of lipid metabolism", "up regulation of lipid metabolic process", "up-regulation of lipid metabolic process", "upregulation of lipid metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of lipid metabolic process", "stimulation of lipid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045834" ;
    a owl:Class ;
    rdfs:label "positive regulation of lipid metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0019216, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006629
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006629
            ]
        )
    ] .

obo:GO_0045835
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of meiosis." ;
    oboInOwl:hasExactSynonym "down regulation of meiosis", "down-regulation of meiosis", "downregulation of meiosis", "negative regulation of meiosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of meiosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045835" ;
    a owl:Class ;
    rdfs:label "negative regulation of meiotic nuclear division" ;
    rdfs:subClassOf obo:GO_0010948, obo:GO_0040020, obo:GO_0051447, obo:GO_0051784, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0140013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0140013
            ]
        )
    ] .

obo:GO_0045836
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of meiosis." ;
    oboInOwl:hasExactSynonym "positive regulation of meiosis", "up regulation of meiosis", "up-regulation of meiosis", "upregulation of meiosis" ;
    oboInOwl:hasNarrowSynonym "activation of meiosis", "stimulation of meiosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045836" ;
    a owl:Class ;
    rdfs:label "positive regulation of meiotic nuclear division" ;
    rdfs:subClassOf obo:GO_0040020, obo:GO_0051446, obo:GO_0051785, obo:GO_0090068, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0140013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0140013
            ]
        )
    ] .

obo:GO_0045839
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of mitosis. Mitosis is the division of the eukaryotic cell nucleus to produce two daughter nuclei that, usually, contain the identical chromosome complement to their mother." ;
    oboInOwl:hasExactSynonym "down regulation of mitosis", "down-regulation of mitosis", "downregulation of mitosis", "negative regulation of mitosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of mitosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045839" ;
    a owl:Class ;
    rdfs:label "negative regulation of mitotic nuclear division" ;
    rdfs:subClassOf obo:GO_0007088, obo:GO_0010948, obo:GO_0045930, obo:GO_0051784, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0140014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0140014
            ]
        )
    ] .

obo:GO_0045840
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mitosis." ;
    oboInOwl:hasExactSynonym "positive regulation of mitosis", "up regulation of mitosis", "up-regulation of mitosis", "upregulation of mitosis" ;
    oboInOwl:hasNarrowSynonym "activation of mitosis", "mitogenic activity", "stimulation of mitosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045840" ;
    a owl:Class ;
    rdfs:label "positive regulation of mitotic nuclear division" ;
    rdfs:subClassOf obo:GO_0007088, obo:GO_0051785, obo:GO_0090068, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0140014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0140014
            ]
        )
    ] .

obo:GO_0045843
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of striated muscle development." ;
    oboInOwl:hasExactSynonym "down regulation of striated muscle development", "down-regulation of striated muscle development", "downregulation of striated muscle development" ;
    oboInOwl:hasNarrowSynonym "inhibition of striated muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045843" ;
    a owl:Class ;
    rdfs:label "negative regulation of striated muscle tissue development" ;
    rdfs:subClassOf obo:GO_0016202, obo:GO_0048635, obo:GO_1901862, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014706
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014706
            ]
        )
    ] .

obo:GO_0045844
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of striated muscle development." ;
    oboInOwl:hasExactSynonym "up regulation of striated muscle development", "up-regulation of striated muscle development", "upregulation of striated muscle development" ;
    oboInOwl:hasNarrowSynonym "activation of striated muscle development", "stimulation of striated muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045844" ;
    a owl:Class ;
    rdfs:label "positive regulation of striated muscle tissue development" ;
    rdfs:subClassOf obo:GO_0016202, obo:GO_0048636, obo:GO_1901863, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014706
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014706
            ]
        )
    ] .

obo:GO_0045900
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of translational elongation." ;
    oboInOwl:hasExactSynonym "down regulation of translational elongation", "down-regulation of translational elongation", "downregulation of translational elongation" ;
    oboInOwl:hasNarrowSynonym "inhibition of translational elongation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045900" ;
    a owl:Class ;
    rdfs:label "negative regulation of translational elongation" ;
    rdfs:subClassOf obo:GO_0006448, obo:GO_0017148, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006414
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006414
            ]
        )
    ] .

obo:GO_0045901
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of translational elongation." ;
    oboInOwl:hasExactSynonym "up regulation of translational elongation", "up-regulation of translational elongation", "upregulation of translational elongation" ;
    oboInOwl:hasNarrowSynonym "activation of translational elongation", "stimulation of translational elongation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045901" ;
    a owl:Class ;
    rdfs:label "positive regulation of translational elongation" ;
    rdfs:subClassOf obo:GO_0006448, obo:GO_0045727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006414
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006414
            ]
        )
    ] .

obo:GO_0045904
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of translational termination." ;
    oboInOwl:hasExactSynonym "down regulation of translational termination", "down-regulation of translational termination", "downregulation of translational termination" ;
    oboInOwl:hasNarrowSynonym "inhibition of translational termination" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045904" ;
    a owl:Class ;
    rdfs:label "negative regulation of translational termination" ;
    rdfs:subClassOf obo:GO_0006449, obo:GO_0017148, obo:GO_0043242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006415
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006415
            ]
        )
    ] .

obo:GO_0045905
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of translational termination." ;
    oboInOwl:hasExactSynonym "up regulation of translational termination", "up-regulation of translational termination", "upregulation of translational termination" ;
    oboInOwl:hasNarrowSynonym "activation of translational termination", "stimulation of translational termination" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045905" ;
    a owl:Class ;
    rdfs:label "positive regulation of translational termination" ;
    rdfs:subClassOf obo:GO_0006449, obo:GO_0043243, obo:GO_0045727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006415
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006415
            ]
        )
    ] .

obo:GO_0045912
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving carbohydrate." ;
    oboInOwl:hasExactSynonym "down regulation of carbohydrate metabolic process", "down-regulation of carbohydrate metabolic process", "downregulation of carbohydrate metabolic process", "negative regulation of carbohydrate metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of carbohydrate metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045912" ;
    a owl:Class ;
    rdfs:label "negative regulation of carbohydrate metabolic process" ;
    rdfs:subClassOf obo:GO_0006109, obo:GO_0009892, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0005975
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0005975
            ]
        )
    ] .

obo:GO_0045913
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving carbohydrate." ;
    oboInOwl:hasExactSynonym "positive regulation of carbohydrate metabolism", "up regulation of carbohydrate metabolic process", "up-regulation of carbohydrate metabolic process", "upregulation of carbohydrate metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of carbohydrate metabolic process", "stimulation of carbohydrate metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045913" ;
    a owl:Class ;
    rdfs:label "positive regulation of carbohydrate metabolic process" ;
    rdfs:subClassOf obo:GO_0006109, obo:GO_0009893, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0005975
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0005975
            ]
        )
    ] .

obo:GO_0045914
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving catecholamine." ;
    oboInOwl:hasExactSynonym "down regulation of catecholamine metabolic process", "down-regulation of catecholamine metabolic process", "downregulation of catecholamine metabolic process", "negative regulation of catecholamine metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of catecholamine metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045914" ;
    a owl:Class ;
    rdfs:label "negative regulation of catecholamine metabolic process" ;
    rdfs:subClassOf obo:GO_0033239, obo:GO_0042069, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006584
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006584
            ]
        )
    ] .

obo:GO_0045915
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving catecholamine." ;
    oboInOwl:hasExactSynonym "positive regulation of catecholamine metabolism", "up regulation of catecholamine metabolic process", "up-regulation of catecholamine metabolic process", "upregulation of catecholamine metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of catecholamine metabolic process", "stimulation of catecholamine metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045915" ;
    a owl:Class ;
    rdfs:label "positive regulation of catecholamine metabolic process" ;
    rdfs:subClassOf obo:GO_0033240, obo:GO_0042069, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006584
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006584
            ]
        )
    ] .

obo:GO_0045920
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of exocytosis." ;
    oboInOwl:hasExactSynonym "down regulation of exocytosis", "down-regulation of exocytosis", "downregulation of exocytosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of exocytosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045920" ;
    a owl:Class ;
    rdfs:label "negative regulation of exocytosis" ;
    rdfs:subClassOf obo:GO_0017157, obo:GO_1903531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006887
            ]
        )
    ] .

obo:GO_0045921
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of exocytosis." ;
    oboInOwl:hasExactSynonym "up regulation of exocytosis", "up-regulation of exocytosis", "upregulation of exocytosis" ;
    oboInOwl:hasNarrowSynonym "activation of exocytosis", "stimulation of exocytosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045921" ;
    a owl:Class ;
    rdfs:label "positive regulation of exocytosis" ;
    rdfs:subClassOf obo:GO_0017157, obo:GO_1903532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006887
            ]
        )
    ] .

obo:GO_0045926
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of growth, the increase in size or mass of all or part of an organism." ;
    oboInOwl:hasExactSynonym "down regulation of growth", "down-regulation of growth", "downregulation of growth" ;
    oboInOwl:hasNarrowSynonym "inhibition of growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045926" ;
    a owl:Class ;
    rdfs:label "negative regulation of growth" ;
    rdfs:subClassOf obo:GO_0040008, obo:GO_0048519, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0040007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0040007
            ]
        )
    ] .

obo:GO_0045927
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of growth, the increase in size or mass of all or part of an organism." ;
    oboInOwl:hasExactSynonym "up regulation of growth", "up-regulation of growth", "upregulation of growth" ;
    oboInOwl:hasNarrowSynonym "activation of growth", "stimulation of growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045927" ;
    a owl:Class ;
    rdfs:label "positive regulation of growth" ;
    rdfs:subClassOf obo:GO_0040008, obo:GO_0048518, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0040007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0040007
            ]
        )
    ] .

obo:GO_0045930
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of progression through the mitotic cell cycle." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8854050" ;
    oboInOwl:hasExactSynonym "down regulation of progression through mitotic cell cycle", "down-regulation of progression through mitotic cell cycle", "downregulation of progression through mitotic cell cycle", "negative regulation of mitotic cell cycle progression", "negative regulation of progression through mitotic cell cycle" ;
    oboInOwl:hasNarrowSynonym "inhibition of progression through mitotic cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045930" ;
    a owl:Class ;
    rdfs:label "negative regulation of mitotic cell cycle" ;
    rdfs:subClassOf obo:GO_0007346, obo:GO_0045786, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0000278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_0045931
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of progression through the mitotic cell cycle." ;
    oboInOwl:hasExactSynonym "positive regulation of mitotic cell cycle progression", "positive regulation of progression through mitotic cell cycle", "up regulation of progression through mitotic cell cycle", "up-regulation of progression through mitotic cell cycle", "upregulation of progression through mitotic cell cycle" ;
    oboInOwl:hasNarrowSynonym "activation of progression through mitotic cell cycle", "stimulation of progression through mitotic cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045931" ;
    a owl:Class ;
    rdfs:label "positive regulation of mitotic cell cycle" ;
    rdfs:subClassOf obo:GO_0007346, obo:GO_0045787, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0000278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_0045932
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of muscle contraction." ;
    oboInOwl:hasExactSynonym "down regulation of muscle contraction", "down-regulation of muscle contraction", "downregulation of muscle contraction" ;
    oboInOwl:hasNarrowSynonym "inhibition of muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045932" ;
    a owl:Class ;
    rdfs:label "negative regulation of muscle contraction" ;
    rdfs:subClassOf obo:GO_0006937, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006936
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006936
            ]
        )
    ] .

obo:GO_0045933
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of muscle contraction." ;
    oboInOwl:hasExactSynonym "up regulation of muscle contraction", "up-regulation of muscle contraction", "upregulation of muscle contraction" ;
    oboInOwl:hasNarrowSynonym "activation of muscle contraction", "stimulation of muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045933" ;
    a owl:Class ;
    rdfs:label "positive regulation of muscle contraction" ;
    rdfs:subClassOf obo:GO_0006937, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006936
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006936
            ]
        )
    ] .

obo:GO_0045934
    obo:IAO_0000115 "Any cellular process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving nucleobases, nucleosides, nucleotides and nucleic acids." ;
    oboInOwl:hasExactSynonym "down regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process", "down-regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process", "downregulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process", "negative regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" ;
    oboInOwl:id "GO:0045934" ;
    a owl:Class ;
    rdfs:label "negative regulation of nucleobase-containing compound metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0019219, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006139
            ]
        )
    ] .

obo:GO_0045935
    obo:IAO_0000115 "Any cellular process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving nucleobases, nucleosides, nucleotides and nucleic acids." ;
    oboInOwl:hasExactSynonym "positive regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolism", "up regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process", "up-regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process", "upregulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process", "stimulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" ;
    oboInOwl:id "GO:0045935" ;
    a owl:Class ;
    rdfs:label "positive regulation of nucleobase-containing compound metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0019219, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006139
            ]
        )
    ] .

obo:GO_0045939
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving steroids." ;
    oboInOwl:hasExactSynonym "down regulation of steroid metabolic process", "down-regulation of steroid metabolic process", "downregulation of steroid metabolic process", "negative regulation of steroid metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of steroid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045939" ;
    a owl:Class ;
    rdfs:label "negative regulation of steroid metabolic process" ;
    rdfs:subClassOf obo:GO_0019218, obo:GO_0045833, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008202
            ]
        )
    ] .

obo:GO_0045940
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving steroids." ;
    oboInOwl:hasExactSynonym "positive regulation of steroid metabolism", "up regulation of steroid metabolic process", "up-regulation of steroid metabolic process", "upregulation of steroid metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of steroid metabolic process", "stimulation of steroid metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045940" ;
    a owl:Class ;
    rdfs:label "positive regulation of steroid metabolic process" ;
    rdfs:subClassOf obo:GO_0019218, obo:GO_0045834, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008202
            ]
        )
    ] .

obo:GO_0045947
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of translational initiation." ;
    oboInOwl:hasExactSynonym "down regulation of translational initiation", "down-regulation of translational initiation", "downregulation of translational initiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of translational initiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045947" ;
    a owl:Class ;
    rdfs:label "negative regulation of translational initiation" ;
    rdfs:subClassOf obo:GO_0006446, obo:GO_0017148, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006413
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006413
            ]
        )
    ] .

obo:GO_0045948
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of translational initiation." ;
    oboInOwl:hasExactSynonym "up regulation of translational initiation", "up-regulation of translational initiation", "upregulation of translational initiation" ;
    oboInOwl:hasNarrowSynonym "activation of translational initiation", "stimulation of translational initiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045948" ;
    a owl:Class ;
    rdfs:label "positive regulation of translational initiation" ;
    rdfs:subClassOf obo:GO_0006446, obo:GO_0045727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006413
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006413
            ]
        )
    ] .

obo:GO_0045986
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of smooth muscle contraction." ;
    oboInOwl:hasExactSynonym "down regulation of smooth muscle contraction", "down-regulation of smooth muscle contraction", "downregulation of smooth muscle contraction" ;
    oboInOwl:hasNarrowSynonym "inhibition of smooth muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "smooth muscle relaxation" ;
    oboInOwl:id "GO:0045986" ;
    a owl:Class ;
    rdfs:label "negative regulation of smooth muscle contraction" ;
    rdfs:subClassOf obo:GO_0006940, obo:GO_0045932, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006939
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006939
            ]
        )
    ] .

obo:GO_0045987
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of smooth muscle contraction." ;
    oboInOwl:hasExactSynonym "up regulation of smooth muscle contraction", "up-regulation of smooth muscle contraction", "upregulation of smooth muscle contraction" ;
    oboInOwl:hasNarrowSynonym "activation of smooth muscle contraction", "stimulation of smooth muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045987" ;
    a owl:Class ;
    rdfs:label "positive regulation of smooth muscle contraction" ;
    rdfs:subClassOf obo:GO_0006940, obo:GO_0045933, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006939
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006939
            ]
        )
    ] .

obo:GO_0045988
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of striated muscle contraction." ;
    oboInOwl:hasExactSynonym "down regulation of striated muscle contraction", "down-regulation of striated muscle contraction", "downregulation of striated muscle contraction" ;
    oboInOwl:hasNarrowSynonym "inhibition of striated muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045988" ;
    a owl:Class ;
    rdfs:label "negative regulation of striated muscle contraction" ;
    rdfs:subClassOf obo:GO_0006942, obo:GO_0045932, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006941
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006941
            ]
        )
    ] .

obo:GO_0045989
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of striated muscle contraction." ;
    oboInOwl:hasExactSynonym "up regulation of striated muscle contraction", "up-regulation of striated muscle contraction", "upregulation of striated muscle contraction" ;
    oboInOwl:hasNarrowSynonym "activation of striated muscle contraction", "stimulation of striated muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045989" ;
    a owl:Class ;
    rdfs:label "positive regulation of striated muscle contraction" ;
    rdfs:subClassOf obo:GO_0006942, obo:GO_0045933, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006941
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006941
            ]
        )
    ] .

obo:GO_0045992
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of embryonic development." ;
    oboInOwl:hasExactSynonym "down regulation of embryonic development", "down-regulation of embryonic development", "downregulation of embryonic development" ;
    oboInOwl:hasNarrowSynonym "inhibition of embryonic development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045992" ;
    a owl:Class ;
    rdfs:label "negative regulation of embryonic development" ;
    rdfs:subClassOf obo:GO_0045995, obo:GO_0051093, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009790
            ]
        )
    ] .

obo:GO_0045995
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of embryonic development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0045995" ;
    a owl:Class ;
    rdfs:label "regulation of embryonic development" ;
    rdfs:subClassOf obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009790
            ]
        )
    ] .

obo:GO_0046112
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of a nucleobase, a nitrogenous base that is a constituent of a nucleic acid." ;
    oboInOwl:hasExactSynonym "nucleobase anabolism", "nucleobase biosynthesis", "nucleobase formation", "nucleobase synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046112" ;
    a owl:Class ;
    rdfs:label "nucleobase biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0009112, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_18282
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_18282
            ]
        )
    ] .

obo:GO_0046189
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of a phenol, any compound containing one or more hydroxyl groups directly attached to an aromatic carbon ring." ;
    oboInOwl:hasExactSynonym "phenol-containing compound anabolism", "phenol-containing compound biosynthesis", "phenol-containing compound formation", "phenol-containing compound synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046189" ;
    a owl:Class ;
    rdfs:label "phenol-containing compound biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_0018958, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_33853
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_33853
            ]
        )
    ] .

obo:GO_0046219
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of indolalkylamines, indole or indole derivatives containing a primary, secondary, or tertiary amine group." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-209931" ;
    oboInOwl:hasExactSynonym "indolalkylamine anabolism", "indolalkylamine biosynthesis", "indolalkylamine formation", "indolalkylamine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046219" ;
    a owl:Class ;
    rdfs:label "indolalkylamine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006586, obo:GO_0042401, obo:GO_0042435, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_38631
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_38631
            ]
        )
    ] .

obo:GO_0046394
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of carboxylic acids, any organic acid containing one or more carboxyl (-COOH) groups." ;
    oboInOwl:hasExactSynonym "carboxylic acid anabolism", "carboxylic acid biosynthesis", "carboxylic acid formation", "carboxylic acid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046394" ;
    a owl:Class ;
    rdfs:label "carboxylic acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0016053, obo:GO_0019752, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_29067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_29067
            ]
        )
    ] .

obo:GO_0046467
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of membrane lipids, any lipid found in or associated with a biological membrane." ;
    oboInOwl:hasExactSynonym "membrane lipid anabolism", "membrane lipid biosynthesis", "membrane lipid formation", "membrane lipid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046467" ;
    a owl:Class ;
    rdfs:label "membrane lipid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006643, obo:GO_0008610 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0016020
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0046530
    obo:IAO_0000115 "The specialization of organization of a photoreceptor, a cell that responds to incident electromagnetic radiation, particularly visible light. An example of this process is found in Drosophila melanogaster." ;
    oboInOwl:hasAlternativeId "GO:0007467" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046530" ;
    a owl:Class ;
    rdfs:label "photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0030182, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000210
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000210
            ]
        )
    ] .

obo:GO_0046532
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of photoreceptor cell differentiation. An example of this process is found in Drosophila melanogaster." ;
    oboInOwl:hasAlternativeId "GO:0045673" ;
    oboInOwl:hasExactSynonym "regulation of photoreceptor differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046532" ;
    a owl:Class ;
    rdfs:label "regulation of photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0045664, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046530
            ]
        )
    ] .

obo:GO_0046533
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of photoreceptor cell differentiation. An example of this process is found in Drosophila melanogaster." ;
    oboInOwl:hasAlternativeId "GO:0045674" ;
    oboInOwl:hasExactSynonym "down regulation of photoreceptor cell differentiation", "down regulation of photoreceptor differentiation", "down-regulation of photoreceptor cell differentiation", "down-regulation of photoreceptor differentiation", "downregulation of photoreceptor cell differentiation", "downregulation of photoreceptor differentiation", "negative regulation of photoreceptor differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of photoreceptor cell differentiation", "inhibition of photoreceptor differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046533" ;
    a owl:Class ;
    rdfs:label "negative regulation of photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0045665, obo:GO_0046532, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046530
            ]
        )
    ] .

obo:GO_0046534
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of photoreceptor cell differentiation. An example of this process is found in Drosophila melanogaster." ;
    oboInOwl:hasAlternativeId "GO:0045675" ;
    oboInOwl:hasExactSynonym "positive regulation of photoreceptor differentiation", "up regulation of photoreceptor cell differentiation", "up regulation of photoreceptor differentiation", "up-regulation of photoreceptor cell differentiation", "up-regulation of photoreceptor differentiation", "upregulation of photoreceptor cell differentiation", "upregulation of photoreceptor differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of photoreceptor cell differentiation", "activation of photoreceptor differentiation", "stimulation of photoreceptor cell differentiation", "stimulation of photoreceptor differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046534" ;
    a owl:Class ;
    rdfs:label "positive regulation of photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0045666, obo:GO_0046532, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046530
            ]
        )
    ] .

obo:GO_0046545
    obo:IAO_0000115 "The process whose specific outcome is the progression of the primary female sexual characteristics over time, from their formation to the mature structure. The primary female sexual characteristics are the ovaries, and they develop in response to sex hormone secretion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046545" ;
    a owl:Class ;
    rdfs:label "development of primary female sexual characteristics" ;
    rdfs:subClassOf obo:GO_0045137, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0046660
    ] .

obo:GO_0046548
    obo:IAO_0000115 "Development of a rod cell, one of the sensory cells in the eye that reacts to the presence of light. Rod cells contain the photopigment rhodopsin or porphyropsin and are responsible for vision in dim light." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046548" ;
    a owl:Class ;
    rdfs:label "retinal rod cell development" ;
    rdfs:subClassOf obo:GO_0042462, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060221
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000604
            ]
        )
    ] .

obo:GO_0046549
    obo:IAO_0000115 "Development of a cone cell, one of the sensory cells in the eye that reacts to the presence of light. Cone cells contain the photopigment iodopsin or cyanopsin and are responsible for photopic (daylight) vision." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046549" ;
    a owl:Class ;
    rdfs:label "retinal cone cell development" ;
    rdfs:subClassOf obo:GO_0042462, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042670
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000573
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000573
            ]
        )
    ] .

obo:GO_0046620
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of growth of an organ of an organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046620" ;
    a owl:Class ;
    rdfs:label "regulation of organ growth" ;
    rdfs:subClassOf obo:GO_0048638, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035265
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035265
            ]
        )
    ] .

obo:GO_0046621
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of growth of an organ of an organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046621" ;
    a owl:Class ;
    rdfs:label "negative regulation of organ growth" ;
    rdfs:subClassOf obo:GO_0046620, obo:GO_0048640, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035265
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035265
            ]
        )
    ] .

obo:GO_0046622
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of growth of an organ of an organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046622" ;
    a owl:Class ;
    rdfs:label "positive regulation of organ growth" ;
    rdfs:subClassOf obo:GO_0046620, obo:GO_0048639, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035265
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035265
            ]
        )
    ] .

obo:GO_0046649
    obo:IAO_0000115 "A change in morphology and behavior of a lymphocyte resulting from exposure to a specific antigen, mitogen, cytokine, chemokine, cellular ligand, or soluble factor." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046649" ;
    a owl:Class ;
    rdfs:label "lymphocyte activation" ;
    rdfs:subClassOf obo:GO_0045321, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0046651
    obo:IAO_0000115 "The expansion of a lymphocyte population by cell division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046651" ;
    a owl:Class ;
    rdfs:label "lymphocyte proliferation" ;
    rdfs:subClassOf obo:GO_0032943, obo:GO_0046649, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0046660
    obo:IAO_0000115 "The establishment of the sex of a female organism by physical differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046660" ;
    a owl:Class ;
    rdfs:label "female sex differentiation" ;
    rdfs:subClassOf obo:GO_0007548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0046666
    obo:IAO_0000115 "Programmed cell death that occurs in the developing retina." ;
    oboInOwl:hasExactSynonym "programmed cell death, retina cells", "programmed cell death, retinal cells", "retina cell programmed cell death", "retina programmed cell death", "retinal programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046666" ;
    a owl:Class ;
    rdfs:label "retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0010623, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048592
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0046667
    obo:IAO_0000115 "Programmed cell death that occurs in the retina to remove excess cells between ommatidia, thus resulting in a hexagonal lattice, precise with respect to cell number and position surrounding each ommatidium." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046667" ;
    a owl:Class ;
    rdfs:label "compound eye retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0046666, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001745
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0000018
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046666
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0000018
            ]
        )
    ] .

obo:GO_0046668
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of programmed cell death that occurs in the retina." ;
    oboInOwl:hasExactSynonym "regulation of retinal programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046668" ;
    a owl:Class ;
    rdfs:label "regulation of retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0043067, obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046666
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046666
            ]
        )
    ] .

obo:GO_0046669
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of programmed cell death that occurs in the compound eye retina." ;
    oboInOwl:hasBroadSynonym "regulation of retinal cell programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046669" ;
    a owl:Class ;
    rdfs:label "regulation of compound eye retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0046668, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046667
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046667
            ]
        )
    ] .

obo:GO_0046670
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of programmed cell death that occurs in the retina." ;
    oboInOwl:hasExactSynonym "positive regulation of retinal programmed cell death", "up regulation of retinal programmed cell death", "up-regulation of retinal programmed cell death", "upregulation of retinal programmed cell death" ;
    oboInOwl:hasNarrowSynonym "activation of retinal programmed cell death", "stimulation of retinal programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046670" ;
    a owl:Class ;
    rdfs:label "positive regulation of retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0043068, obo:GO_0046668, obo:GO_0051094, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046666
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046666
            ]
        )
    ] .

obo:GO_0046671
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of programmed cell death that occurs in the retina." ;
    oboInOwl:hasExactSynonym "down regulation of retinal programmed cell death", "down-regulation of retinal programmed cell death", "downregulation of retinal programmed cell death", "negative regulation of retinal programmed cell death" ;
    oboInOwl:hasNarrowSynonym "inhibition of retinal programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046671" ;
    a owl:Class ;
    rdfs:label "negative regulation of retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0043069, obo:GO_0046668, obo:GO_0051093, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046666
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046666
            ]
        )
    ] .

obo:GO_0046672
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of programmed cell death that occurs in the compound eye retina." ;
    oboInOwl:hasBroadSynonym "activation of retinal cell programmed cell death", "positive regulation of retinal cell programmed cell death", "stimulation of retinal cell programmed cell death", "up regulation of retinal cell programmed cell death", "up-regulation of retinal cell programmed cell death", "upregulation of retinal cell programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046672" ;
    a owl:Class ;
    rdfs:label "positive regulation of compound eye retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0046669, obo:GO_0046670, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046667
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046667
            ]
        )
    ] .

obo:GO_0046673
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of programmed cell death that occurs in the compound eye retina." ;
    oboInOwl:hasBroadSynonym "down regulation of retinal cell programmed cell death", "down-regulation of retinal cell programmed cell death", "downregulation of retinal cell programmed cell death", "inhibition of retinal cell programmed cell death", "negative regulation of retina cell programmed cell death", "negative regulation of retinal cell programmed cell death" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046673" ;
    a owl:Class ;
    rdfs:label "negative regulation of compound eye retinal cell programmed cell death" ;
    rdfs:subClassOf obo:GO_0046669, obo:GO_0046671, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046667
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046667
            ]
        )
    ] .

obo:GO_0046681
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a carbamate stimulus. Carbamates are a group of insecticides and parasiticides that act by inhibiting cholinesterase." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "carbamate resistance", "carbamate susceptibility/resistance" ;
    oboInOwl:id "GO:0046681" ;
    a owl:Class ;
    rdfs:label "response to carbamate" ;
    rdfs:subClassOf obo:GO_0017085, obo:GO_1901698, obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_13941
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_13941
            ]
        )
    ] .

obo:GO_0046716
    obo:IAO_0000115 "The cellular homeostatic process that preserves a muscle cell in a stable functional or structural state." ;
    oboInOwl:hasNarrowSynonym "muscle fiber maintenance" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "muscle homeostasis" ;
    oboInOwl:id "GO:0046716" ;
    a owl:Class ;
    rdfs:label "muscle cell cellular homeostasis" ;
    rdfs:subClassOf obo:GO_0019725, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0019725
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0046717
    obo:IAO_0000115 "The controlled release of acid by a cell or a tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046717" ;
    a owl:Class ;
    rdfs:label "acid secretion" ;
    rdfs:subClassOf obo:GO_0046903 .

obo:GO_0046785
    obo:IAO_0000115 "The addition of tubulin heterodimers to one or both ends of a microtubule." ;
    oboInOwl:hasExactSynonym "microtubule assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "microtubule formation" ;
    oboInOwl:id "GO:0046785" ;
    a owl:Class ;
    rdfs:label "microtubule polymerization" ;
    rdfs:subClassOf obo:GO_0031109, obo:GO_0051258, obo:GO_0097435, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002224 ;
        owl:someValuesFrom obo:GO_0007020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0046822
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of substances between the nucleus and the cytoplasm." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046822" ;
    a owl:Class ;
    rdfs:label "regulation of nucleocytoplasmic transport" ;
    rdfs:subClassOf obo:GO_0032386, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006913
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006913
            ]
        )
    ] .

obo:GO_0046823
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of substances between the cytoplasm and the nucleus." ;
    oboInOwl:hasExactSynonym "down regulation of nucleocytoplasmic transport", "down-regulation of nucleocytoplasmic transport", "downregulation of nucleocytoplasmic transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of nucleocytoplasmic transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046823" ;
    a owl:Class ;
    rdfs:label "negative regulation of nucleocytoplasmic transport" ;
    rdfs:subClassOf obo:GO_0032387, obo:GO_0046822, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006913
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006913
            ]
        )
    ] .

obo:GO_0046824
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of substances between the nucleus and the cytoplasm." ;
    oboInOwl:hasExactSynonym "up regulation of nucleocytoplasmic transport", "up-regulation of nucleocytoplasmic transport", "upregulation of nucleocytoplasmic transport" ;
    oboInOwl:hasNarrowSynonym "activation of nucleocytoplasmic transport", "stimulation of nucleocytoplasmic transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046824" ;
    a owl:Class ;
    rdfs:label "positive regulation of nucleocytoplasmic transport" ;
    rdfs:subClassOf obo:GO_0032388, obo:GO_0046822, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006913
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006913
            ]
        )
    ] .

obo:GO_0046825
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of proteins from the nucleus to the cytoplasm." ;
    oboInOwl:hasExactSynonym "regulation of protein export from cell nucleus", "regulation of protein export out of nucleus", "regulation of protein transport from nucleus to cytoplasm", "regulation of protein-nucleus export" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046825" ;
    a owl:Class ;
    rdfs:label "regulation of protein export from nucleus" ;
    rdfs:subClassOf obo:GO_0033157, obo:GO_0046822, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006611
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006611
            ]
        )
    ] .

obo:GO_0046826
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of proteins from the nucleus into the cytoplasm." ;
    oboInOwl:hasExactSynonym "down regulation of protein export from nucleus", "down-regulation of protein export from nucleus", "downregulation of protein export from nucleus", "negative regulation of protein export from cell nucleus", "negative regulation of protein export out of nucleus", "negative regulation of protein transport from nucleus to cytoplasm", "negative regulation of protein-nucleus export" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein export from nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046826" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein export from nucleus" ;
    rdfs:subClassOf obo:GO_0046823, obo:GO_0046825, obo:GO_0051457, obo:GO_0090317, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006611
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006611
            ]
        )
    ] .

obo:GO_0046827
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of directed movement of proteins from the nucleus into the cytoplasm." ;
    oboInOwl:hasExactSynonym "positive regulation of protein export from cell nucleus", "positive regulation of protein export out of nucleus", "positive regulation of protein transport from nucleus to cytoplasm", "positive regulation of protein-nucleus export", "up regulation of protein export from nucleus", "up-regulation of protein export from nucleus", "upregulation of protein export from nucleus" ;
    oboInOwl:hasNarrowSynonym "activation of protein export from nucleus", "stimulation of protein export from nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046827" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein export from nucleus" ;
    rdfs:subClassOf obo:GO_0046824, obo:GO_0046825, obo:GO_0090316, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006611
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006611
            ]
        )
    ] .

obo:GO_0046828
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of movement of RNA from the cytoplasm to the nucleus." ;
    oboInOwl:hasExactSynonym "regulation of RNA import into cell nucleus", "regulation of RNA transport from cytoplasm to nucleus", "regulation of RNA-nucleus import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046828" ;
    a owl:Class ;
    rdfs:label "regulation of RNA import into nucleus" ;
    rdfs:subClassOf obo:GO_0032239, obo:GO_0046822, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006404
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006404
            ]
        )
    ] .

obo:GO_0046829
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of RNA from the cytoplasm into the nucleus." ;
    oboInOwl:hasExactSynonym "down regulation of RNA import into nucleus", "down-regulation of RNA import into nucleus", "downregulation of RNA import into nucleus", "negative regulation of RNA import into cell nucleus", "negative regulation of RNA transport from cytoplasm to nucleus", "negative regulation of RNA-nucleus import" ;
    oboInOwl:hasNarrowSynonym "inhibition of RNA import into nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046829" ;
    a owl:Class ;
    rdfs:label "negative regulation of RNA import into nucleus" ;
    rdfs:subClassOf obo:GO_0032240, obo:GO_0046823, obo:GO_0046828, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006404
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006404
            ]
        )
    ] .

obo:GO_0046830
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of movement of RNA from the cytoplasm into the nucleus." ;
    oboInOwl:hasExactSynonym "positive regulation of RNA import into cell nucleus", "positive regulation of RNA transport from cytoplasm to nucleus", "positive regulation of RNA-nucleus import", "up regulation of RNA import into nucleus", "up-regulation of RNA import into nucleus", "upregulation of RNA import into nucleus" ;
    oboInOwl:hasNarrowSynonym "activation of RNA import into nucleus", "stimulation of RNA import into nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046830" ;
    a owl:Class ;
    rdfs:label "positive regulation of RNA import into nucleus" ;
    rdfs:subClassOf obo:GO_0032241, obo:GO_0046824, obo:GO_0046828, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006404
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006404
            ]
        )
    ] .

obo:GO_0046831
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of RNA from the nucleus to the cytoplasm." ;
    oboInOwl:hasExactSynonym "regulation of RNA export from cell nucleus", "regulation of RNA export out of nucleus", "regulation of RNA transport from nucleus to cytoplasm", "regulation of RNA-nucleus export" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046831" ;
    a owl:Class ;
    rdfs:label "regulation of RNA export from nucleus" ;
    rdfs:subClassOf obo:GO_0032239, obo:GO_0046822, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006405
            ]
        )
    ] .

obo:GO_0046832
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of RNA from the nucleus into the cytoplasm." ;
    oboInOwl:hasExactSynonym "down regulation of RNA export from nucleus", "down-regulation of RNA export from nucleus", "downregulation of RNA export from nucleus", "negative regulation of RNA export from cell nucleus", "negative regulation of RNA export out of nucleus", "negative regulation of RNA transport from nucleus to cytoplasm", "negative regulation of RNA-nucleus export" ;
    oboInOwl:hasNarrowSynonym "inhibition of RNA export from nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046832" ;
    a owl:Class ;
    rdfs:label "negative regulation of RNA export from nucleus" ;
    rdfs:subClassOf obo:GO_0032240, obo:GO_0046823, obo:GO_0046831, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006405
            ]
        )
    ] .

obo:GO_0046833
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of directed movement of RNA from the nucleus into the cytoplasm." ;
    oboInOwl:hasExactSynonym "positive regulation of RNA export from cell nucleus", "positive regulation of RNA export out of nucleus", "positive regulation of RNA transport from nucleus to cytoplasm", "positive regulation of RNA-nucleus export", "up regulation of RNA export from nucleus", "up-regulation of RNA export from nucleus", "upregulation of RNA export from nucleus" ;
    oboInOwl:hasNarrowSynonym "activation of RNA export from nucleus", "stimulation of RNA export from nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046833" ;
    a owl:Class ;
    rdfs:label "positive regulation of RNA export from nucleus" ;
    rdfs:subClassOf obo:GO_0032241, obo:GO_0046824, obo:GO_0046831, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006405
            ]
        )
    ] .

obo:GO_0046879
    obo:IAO_0000115 "The regulated release of hormones, substances with a specific regulatory effect on a particular organ or group of cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046879" ;
    a owl:Class ;
    rdfs:label "hormone secretion" ;
    rdfs:subClassOf obo:GO_0009914, obo:GO_0023061 .

obo:GO_0046883
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the regulated release of a hormone from a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046883" ;
    a owl:Class ;
    rdfs:label "regulation of hormone secretion" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0010817, obo:GO_0023051, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046879
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046879
            ]
        )
    ] .

obo:GO_0046887
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the regulated release of a hormone from a cell." ;
    oboInOwl:hasExactSynonym "up regulation of hormone secretion", "up-regulation of hormone secretion", "upregulation of hormone secretion" ;
    oboInOwl:hasNarrowSynonym "activation of hormone secretion", "stimulation of hormone secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046887" ;
    a owl:Class ;
    rdfs:label "positive regulation of hormone secretion" ;
    rdfs:subClassOf obo:GO_0010647, obo:GO_0023056, obo:GO_0046883, obo:GO_1903532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046879
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046879
            ]
        )
    ] .

obo:GO_0046888
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of a hormone from a cell." ;
    oboInOwl:hasExactSynonym "down regulation of hormone secretion", "down-regulation of hormone secretion", "downregulation of hormone secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of hormone secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046888" ;
    a owl:Class ;
    rdfs:label "negative regulation of hormone secretion" ;
    rdfs:subClassOf obo:GO_0010648, obo:GO_0023057, obo:GO_0046883, obo:GO_1903531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046879
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046879
            ]
        )
    ] .

obo:GO_0046889
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of lipids." ;
    oboInOwl:hasExactSynonym "positive regulation of lipid anabolism", "positive regulation of lipid biosynthesis", "positive regulation of lipid formation", "positive regulation of lipid synthesis", "positive regulation of lipogenesis", "up regulation of lipid biosynthetic process", "up-regulation of lipid biosynthetic process", "upregulation of lipid biosynthetic process" ;
    oboInOwl:hasNarrowSynonym "activation of lipid biosynthetic process", "stimulation of lipid biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046889" ;
    a owl:Class ;
    rdfs:label "positive regulation of lipid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009891, obo:GO_0045834, obo:GO_0046890, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008610
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008610
            ]
        )
    ] .

obo:GO_0046890
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of lipids." ;
    oboInOwl:hasExactSynonym "regulation of lipid anabolism", "regulation of lipid biosynthesis", "regulation of lipid formation", "regulation of lipid synthesis", "regulation of lipogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046890" ;
    a owl:Class ;
    rdfs:label "regulation of lipid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, obo:GO_0019216, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008610
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008610
            ]
        )
    ] .

obo:GO_0046903
    obo:IAO_0000115 "The controlled release of a substance by a cell or a tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046903" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "secretion" ;
    rdfs:subClassOf obo:GO_0006810 .

obo:GO_0046907
    obo:IAO_0000115 "The directed movement of substances within a cell." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-12-18T14:04:50Z" ;
    oboInOwl:hasAlternativeId "GO:1902582" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single organism intracellular transport", "single-organism intracellular transport" ;
    oboInOwl:id "GO:0046907" ;
    a owl:Class ;
    rdfs:label "intracellular transport" ;
    rdfs:subClassOf obo:GO_0006810, obo:GO_0051641, obo:GO_0051649, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005622
            ]
        )
    ] .

obo:GO_0046928
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the regulated release of a neurotransmitter from a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046928" ;
    a owl:Class ;
    rdfs:label "regulation of neurotransmitter secretion" ;
    rdfs:subClassOf obo:GO_0050804, obo:GO_0051588, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007269
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007269
            ]
        )
    ] .

obo:GO_0046929
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of a neurotransmitter." ;
    oboInOwl:hasExactSynonym "down regulation of neurotransmitter secretion", "down-regulation of neurotransmitter secretion", "downregulation of neurotransmitter secretion" ;
    oboInOwl:hasNarrowSynonym "conotoxin activity", "inhibition of neurotransmitter secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046929" ;
    a owl:Class ;
    rdfs:label "negative regulation of neurotransmitter secretion" ;
    rdfs:subClassOf obo:GO_0046928, obo:GO_0051589, obo:GO_1903531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007269
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007269
            ]
        )
    ] .

obo:GO_0046942
    obo:IAO_0000115 "The directed movement of carboxylic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Carboxylic acids are organic acids containing one or more carboxyl (COOH) groups or anions (COO-)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0046942" ;
    a owl:Class ;
    rdfs:label "carboxylic acid transport" ;
    rdfs:subClassOf obo:GO_0015711, obo:GO_0015849, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_29067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_29067
            ]
        )
    ] .

obo:GO_0047496
    obo:IAO_0000115 "The directed movement of a vesicle along a microtubule, mediated by motor proteins. This process begins with the attachment of a vesicle to a microtubule, and ends when the vesicle reaches its final destination." ;
    oboInOwl:hasExactSynonym "microtubule-based vesicle localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0047496" ;
    a owl:Class ;
    rdfs:label "vesicle transport along microtubule" ;
    rdfs:subClassOf obo:GO_0072384, obo:GO_0099518 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0048048
    obo:IAO_0000115 "The process occurring in the embryo by which the anatomical structures of the post-embryonic eye are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048048" ;
    a owl:Class ;
    rdfs:label "embryonic eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0048562, obo:GO_0048592 .

obo:GO_0048066
    obo:IAO_0000115 "The developmental process that results in the deposition of coloring matter in an organism, tissue or cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pigmentation during development" ;
    oboInOwl:id "GO:0048066" ;
    a owl:Class ;
    rdfs:label "developmental pigmentation" ;
    rdfs:subClassOf obo:GO_0043473 .

obo:GO_0048070
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the developmental process that results in the deposition of coloring matter in an organism." ;
    oboInOwl:hasExactSynonym "regulation of pigmentation during development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048070" ;
    a owl:Class ;
    rdfs:label "regulation of developmental pigmentation" ;
    rdfs:subClassOf obo:GO_0120305, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048066
            ]
        )
    ] .

obo:GO_0048086
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of the developmental process that results in the deposition of coloring matter in an organism." ;
    oboInOwl:hasExactSynonym "down regulation of developmental pigmentation", "down-regulation of developmental pigmentation", "downregulation of developmental pigmentation" ;
    oboInOwl:hasNarrowSynonym "inhibition of pigmentation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048086" ;
    a owl:Class ;
    rdfs:label "negative regulation of developmental pigmentation" ;
    rdfs:subClassOf obo:GO_0048070, obo:GO_0048519, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048066
            ]
        )
    ] .

obo:GO_0048087
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of the developmental process that results in the deposition of coloring matter in an organism." ;
    oboInOwl:hasExactSynonym "up regulation of developmental pigmentation", "up-regulation of developmental pigmentation", "upregulation of developmental pigmentation" ;
    oboInOwl:hasNarrowSynonym "activation of developmental pigmentation", "stimulation of developmental pigmentation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048087" ;
    a owl:Class ;
    rdfs:label "positive regulation of developmental pigmentation" ;
    rdfs:subClassOf obo:GO_0048070, obo:GO_0048518, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048066
            ]
        )
    ] .

obo:GO_0048103
    obo:IAO_0000115 "The self-renewing division of a somatic stem cell, a stem cell that can give rise to cell types of the body other than those of the germ-line." ;
    oboInOwl:hasExactSynonym "somatic stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048103" ;
    a owl:Class ;
    rdfs:label "somatic stem cell division" ;
    rdfs:subClassOf obo:GO_0017145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051301
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000723
            ]
        )
    ] .

obo:GO_0048132
    obo:IAO_0000115 "The self-renewing division of a germline stem cell in the female gonad, to produce a daughter stem cell and a daughter germ cell, which will divide to form the female gametes." ;
    oboInOwl:hasAlternativeId "GO:0048141" ;
    oboInOwl:hasExactSynonym "female germ-line stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048132" ;
    a owl:Class ;
    rdfs:label "female germ-line stem cell asymmetric division" ;
    rdfs:subClassOf obo:GO_0098728, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048477
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000022
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008356
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000022
            ]
        )
    ] .

obo:GO_0048144
    obo:IAO_0000115 "The multiplication or reproduction of fibroblast cells, resulting in the expansion of the fibroblast population." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048144" ;
    a owl:Class ;
    rdfs:label "fibroblast proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000057
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000057
            ]
        )
    ] .

obo:GO_0048145
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of multiplication or reproduction of fibroblast cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048145" ;
    a owl:Class ;
    rdfs:label "regulation of fibroblast proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048144
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048144
            ]
        )
    ] .

obo:GO_0048146
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of multiplication or reproduction of fibroblast cells." ;
    oboInOwl:hasExactSynonym "up regulation of fibroblast proliferation", "up-regulation of fibroblast proliferation", "upregulation of fibroblast proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of fibroblast proliferation", "stimulation of fibroblast proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048146" ;
    a owl:Class ;
    rdfs:label "positive regulation of fibroblast proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0048145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048144
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048144
            ]
        )
    ] .

obo:GO_0048147
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of multiplication or reproduction of fibroblast cells." ;
    oboInOwl:hasExactSynonym "down regulation of fibroblast proliferation", "down-regulation of fibroblast proliferation", "downregulation of fibroblast proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of fibroblast proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048147" ;
    a owl:Class ;
    rdfs:label "negative regulation of fibroblast proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0048145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048144
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048144
            ]
        )
    ] .

obo:GO_0048193
    obo:IAO_0000115 "The directed movement of substances into, out of or within the Golgi apparatus, mediated by vesicles." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "Golgi-derived vesicle transport" ;
    oboInOwl:id "GO:0048193" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "Golgi vesicle transport" ;
    rdfs:subClassOf obo:GO_0016192, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:GO_0005798
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016192
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:GO_0005798
            ]
        )
    ] .

obo:GO_0048199
    obo:IAO_0000115 "The process in which vesicles are directed to specific destination membranes during transport to, from or within the Golgi apparatus; mediated by the addition of specific coat proteins, including COPI and COPII proteins and clathrin, to the membrane during vesicle formation." ;
    oboInOwl:hasExactSynonym "Golgi vesicle targeting" ;
    oboInOwl:hasNarrowSynonym "dictyosome vesicle targeting", "vesicle targeting, to, from or within dictyosome" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048199" ;
    a owl:Class ;
    rdfs:label "vesicle targeting, to, from or within Golgi" ;
    rdfs:subClassOf obo:GO_0006903, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:GO_0005794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0005798
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005798
            ]
        )
    ] .

obo:GO_0048209
    obo:IAO_0000115 "Any process that modulates the frequency, rate, or destination of vesicle-mediated transport to, from or within the Golgi apparatus." ;
    oboInOwl:hasExactSynonym "regulation of Golgi vesicle targeting" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048209" ;
    a owl:Class ;
    rdfs:label "regulation of vesicle targeting, to, from or within Golgi" ;
    rdfs:subClassOf obo:GO_0060341, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048199
            ]
        )
    ] .

obo:GO_0048243
    obo:IAO_0000115 "The regulated release of norepinephrine by a cell. Norepinephrine is a catecholamine and it acts as a hormone and as a neurotransmitter of most of the sympathetic nervous system." ;
    oboInOwl:hasExactSynonym "noradrenaline secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048243" ;
    a owl:Class ;
    rdfs:label "norepinephrine secretion" ;
    rdfs:subClassOf obo:GO_0015874, obo:GO_0023061, obo:GO_0050432 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_72587
            ]
        )
    ] .

obo:GO_0048251
    obo:IAO_0000115 "Assembly of the extracellular matrix fibers that enables the matrix to recoil after transient stretching." ;
    oboInOwl:hasExactSynonym "elastic fibre assembly", "elastin fiber assembly", "elastin fibre assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048251" ;
    a owl:Class ;
    rdfs:label "elastic fiber assembly" ;
    rdfs:subClassOf obo:GO_0085029, obo:GO_0097435, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0071953
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0071953
            ]
        )
    ] .

obo:GO_0048280
    obo:IAO_0000115 "The joining of the lipid bilayer membrane around a vesicle to the lipid bilayer membrane around the Golgi." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048280" ;
    a owl:Class ;
    rdfs:label "vesicle fusion with Golgi apparatus" ;
    rdfs:subClassOf obo:GO_0006906, obo:GO_0007030, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0005794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0031982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0048284
    obo:IAO_0000115 "The creation of a single organelle from two or more organelles." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048284" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "organelle fusion" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0048285
    obo:IAO_0000115 "The creation of two or more organelles by division of one organelle." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048285" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "organelle fission" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:GOREL_0002004 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:GOREL_0002004 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0048288
    obo:IAO_0000115 "The joining of 2 or more lipid bilayer membranes that surround the nucleus during the creation of a single nucleus from multiple nuclei." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nuclear membrane fusion during karyogamy" ;
    oboInOwl:id "GO:0048288" ;
    a owl:Class ;
    rdfs:label "nuclear membrane fusion involved in karyogamy" ;
    rdfs:subClassOf obo:GO_0000740, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0000741
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0000740
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0000741
            ]
        )
    ] .

obo:GO_0048308
    obo:IAO_0000115 "The partitioning of organelles between daughter cells at cell division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048308" ;
    oboInOwl:inSubset go:goslim_pir, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "organelle inheritance" ;
    rdfs:subClassOf obo:GO_0006996 .

obo:GO_0048313
    obo:IAO_0000115 "The partitioning of Golgi apparatus between daughter cells at cell division." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-162658" ;
    oboInOwl:hasExactSynonym "Golgi apparatus inheritance", "Golgi division", "Golgi partitioning" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048313" ;
    a owl:Class ;
    rdfs:label "Golgi inheritance" ;
    rdfs:subClassOf obo:GO_0007030, obo:GO_0048308, [
        a owl:Restriction ;
        owl:onProperty obo:GOREL_0002003 ;
        owl:someValuesFrom obo:GO_0005794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048308
            [
                a owl:Restriction ;
                owl:onProperty obo:GOREL_0002003 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0048318
    obo:IAO_0000115 "The process whose specific outcome is the progression of the axial mesoderm over time, from its formation to the mature structure. The axial mesoderm includes the prechordal mesoderm and the chordamesoderm. It gives rise to the prechordal plate and to the notochord." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048318" ;
    a owl:Class ;
    rdfs:label "axial mesoderm development" ;
    rdfs:subClassOf obo:GO_0007498, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003068
            ]
        )
    ] .

obo:GO_0048319
    obo:IAO_0000115 "The process in which the anatomical structures of the axial mesoderm are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048319" ;
    a owl:Class ;
    rdfs:label "axial mesoderm morphogenesis" ;
    rdfs:subClassOf obo:GO_0048332, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048318
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003068
            ]
        )
    ] .

obo:GO_0048320
    obo:IAO_0000115 "The process that gives rise to the axial mesoderm. This process pertains to the initial formation of the structure from unspecified parts." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9796292" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048320" ;
    a owl:Class ;
    rdfs:label "axial mesoderm formation" ;
    rdfs:subClassOf obo:GO_0001707, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048319
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003068
            ]
        )
    ] .

obo:GO_0048332
    obo:IAO_0000115 "The process in which the anatomical structures of the mesoderm are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048332" ;
    a owl:Class ;
    rdfs:label "mesoderm morphogenesis" ;
    rdfs:subClassOf obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007498
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:GO_0048333
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a mesoderm cell." ;
    oboInOwl:hasExactSynonym "mesoderm cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048333" ;
    a owl:Class ;
    rdfs:label "mesodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001707
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000222
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000222
            ]
        )
    ] .

obo:GO_0048339
    obo:IAO_0000115 "The process whose specific outcome is the progression of the paraxial mesoderm over time, from its formation to the mature structure. The paraxial mesoderm is the mesoderm located bilaterally adjacent to the notochord and neural tube." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048339" ;
    a owl:Class ;
    rdfs:label "paraxial mesoderm development" ;
    rdfs:subClassOf obo:GO_0007498, obo:GO_0060485, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003077
            ]
        )
    ] .

obo:GO_0048340
    obo:IAO_0000115 "The process in which the anatomical structures of the paraxial mesoderm are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048340" ;
    a owl:Class ;
    rdfs:label "paraxial mesoderm morphogenesis" ;
    rdfs:subClassOf obo:GO_0048332, obo:GO_0072132, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048339
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003077
            ]
        )
    ] .

obo:GO_0048341
    obo:IAO_0000115 "The process that gives rise to the paraxial mesoderm. This process pertains to the initial formation of the structure from unspecified parts." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9793380" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048341" ;
    a owl:Class ;
    rdfs:label "paraxial mesoderm formation" ;
    rdfs:subClassOf obo:GO_0001707, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048340
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003077
            ]
        )
    ] .

obo:GO_0048368
    obo:IAO_0000115 "The process whose specific outcome is the progression of the lateral mesoderm over time, from its formation to the mature structure." ;
    oboInOwl:hasExactSynonym "lateral plate mesoderm development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048368" ;
    a owl:Class ;
    rdfs:label "lateral mesoderm development" ;
    rdfs:subClassOf obo:GO_0007498, obo:GO_0060485, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003081
            ]
        )
    ] .

obo:GO_0048369
    obo:IAO_0000115 "The process in which the anatomical structures of the lateral mesoderm are generated and organized." ;
    oboInOwl:hasExactSynonym "lateral plate mesoderm morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048369" ;
    a owl:Class ;
    rdfs:label "lateral mesoderm morphogenesis" ;
    rdfs:subClassOf obo:GO_0048332, obo:GO_0072132, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048368
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003081
            ]
        )
    ] .

obo:GO_0048370
    obo:IAO_0000115 "The process that gives rise to the lateral mesoderm. This process pertains to the initial formation of the structure from unspecified parts." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9758920" ;
    oboInOwl:hasExactSynonym "lateral plate mesoderm biosynthesis", "lateral plate mesoderm formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048370" ;
    a owl:Class ;
    rdfs:label "lateral mesoderm formation" ;
    rdfs:subClassOf obo:GO_0001707, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048369
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003081
            ]
        )
    ] .

obo:GO_0048389
    obo:IAO_0000115 "The process whose specific outcome is the progression of the intermediate mesoderm over time, from its formation to the mature structure. The intermediate mesoderm is located between the lateral mesoderm and the paraxial mesoderm. It develops into the kidney and gonads." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048389" ;
    a owl:Class ;
    rdfs:label "intermediate mesoderm development" ;
    rdfs:subClassOf obo:GO_0007498, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003064
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003064
            ]
        )
    ] .

obo:GO_0048390
    obo:IAO_0000115 "The process in which the anatomical structures of the intermediate mesoderm are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048390" ;
    a owl:Class ;
    rdfs:label "intermediate mesoderm morphogenesis" ;
    rdfs:subClassOf obo:GO_0048332, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048389
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003064
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003064
            ]
        )
    ] .

obo:GO_0048391
    obo:IAO_0000115 "The process that gives rise to the intermediate mesoderm. This process pertains to the initial formation of the structure from unspecified parts." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9761174" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048391" ;
    a owl:Class ;
    rdfs:label "intermediate mesoderm formation" ;
    rdfs:subClassOf obo:GO_0001707, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048390
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003064
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003064
            ]
        )
    ] .

obo:GO_0048468
    obo:IAO_0000115 "The cellular developmental process in which a specific cell progresses from an immature to a mature state. Cell development start once cell commitment has taken place." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "terminal differentiation" ;
    oboInOwl:id "GO:0048468" ;
    oboInOwl:inSubset go:goslim_candida ;
    a owl:Class ;
    rdfs:label "cell development" ;
    rdfs:subClassOf obo:GO_0048856, obo:GO_0048869, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000000
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008150
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0048469
    obo:IAO_0000115 "The cellular developmental process, independent of morphogenetic (shape) change, that is required for a specific cell to attain its fully functional state." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "functional differentiation" ;
    oboInOwl:id "GO:0048469" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cell maturation" ;
    rdfs:subClassOf obo:GO_0048869, obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000000
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0048477
    obo:IAO_0000115 "The complete process of formation and maturation of an ovum or female gamete from a primordial female germ cell. Examples of this process are found in Mus musculus and Drosophila melanogaster." ;
    oboInOwl:hasAlternativeId "GO:0009993", "GO:0048157" ;
    oboInOwl:hasDbXref "Wikipedia:Oogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048477" ;
    a owl:Class ;
    rdfs:label "oogenesis" ;
    rdfs:subClassOf obo:GO_0007281, obo:GO_0007292, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000025
            ]
        )
    ] .

obo:GO_0048483
    obo:IAO_0000115 "The process whose specific outcome is the progression of the autonomic nervous system over time, from its formation to the mature structure. The autonomic nervous system is composed of neurons that are not under conscious control, and is comprised of two antagonistic components, the sympathetic and parasympathetic nervous systems. The autonomic nervous system regulates key functions including the activity of the cardiac (heart) muscle, smooth muscles (e.g. of the gut), and glands." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048483" ;
    a owl:Class ;
    rdfs:label "autonomic nervous system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002410
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002410
            ]
        )
    ] .

obo:GO_0048485
    obo:IAO_0000115 "The process whose specific outcome is the progression of the sympathetic nervous system over time, from its formation to the mature structure. The sympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system (the other being the parasympathetic nervous system). The sympathetic preganglionic neurons have their cell bodies in the thoracic and lumbar regions of the spinal cord and connect to the paravertebral chain of sympathetic ganglia. Innervate heart and blood vessels, sweat glands, viscera and the adrenal medulla. Most sympathetic neurons, but not all, use noradrenaline as a post-ganglionic neurotransmitter." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048485" ;
    a owl:Class ;
    rdfs:label "sympathetic nervous system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000013
            ]
        )
    ] .

obo:GO_0048486
    obo:IAO_0000115 "The process whose specific outcome is the progression of the parasympathetic nervous system over time, from its formation to the mature structure. The parasympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system. Parasympathetic nerves emerge cranially as pre ganglionic fibers from oculomotor, facial, glossopharyngeal and vagus and from the sacral region of the spinal cord. Most neurons are cholinergic and responses are mediated by muscarinic receptors. The parasympathetic system innervates, for example: salivary glands, thoracic and abdominal viscera, bladder and genitalia." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048486" ;
    a owl:Class ;
    rdfs:label "parasympathetic nervous system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000011
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000011
            ]
        )
    ] .

obo:GO_0048505
    obo:IAO_0000115 "The process controlling the activation and/or rate at which relatively unspecialized cells acquire specialized features. Any process that modulates the rate, frequency or extent of the XXX at a consistent predetermined time point during its development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "timing of cell differentiation" ;
    oboInOwl:id "GO:0048505" ;
    a owl:Class ;
    rdfs:label "regulation of timing of cell differentiation" ;
    rdfs:subClassOf obo:GO_0040034, obo:GO_0045595 .

obo:GO_0048513
    obo:IAO_0000115 "Development of a tissue or tissues that work together to perform a specific function or functions. Development pertains to the process whose specific outcome is the progression of a structure over time, from its formation to the mature structure. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." ;
    oboInOwl:hasDbXref "Wikipedia:Organogenesis" ;
    oboInOwl:hasExactSynonym "development of an organ", "organogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048513" ;
    a owl:Class ;
    rdfs:label "animal organ development" ;
    rdfs:subClassOf obo:GO_0048856 .

obo:GO_0048514
    obo:IAO_0000115 "The process in which the anatomical structures of blood vessels are generated and organized. The blood vessel is the vasculature carrying blood." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048514" ;
    a owl:Class ;
    rdfs:label "blood vessel morphogenesis" ;
    rdfs:subClassOf obo:GO_0035239, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001568
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:GO_0048518
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a biological process. Biological processes are regulated by many means; examples include the control of gene expression, protein modification or interaction with a protein or substrate molecule." ;
    oboInOwl:hasAlternativeId "GO:0043119" ;
    oboInOwl:hasExactSynonym "positive regulation of physiological process", "up regulation of biological process", "up-regulation of biological process", "upregulation of biological process" ;
    oboInOwl:hasNarrowSynonym "activation of biological process", "stimulation of biological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048518" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "positive regulation of biological process" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008150
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008150
            ]
        )
    ] .

obo:GO_0048519
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a biological process. Biological processes are regulated by many means; examples include the control of gene expression, protein modification or interaction with a protein or substrate molecule." ;
    oboInOwl:hasAlternativeId "GO:0043118" ;
    oboInOwl:hasExactSynonym "down regulation of biological process", "down-regulation of biological process", "downregulation of biological process", "negative regulation of physiological process" ;
    oboInOwl:hasNarrowSynonym "inhibition of biological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048519" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "negative regulation of biological process" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008150
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008150
            ]
        )
    ] .

obo:GO_0048520
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of behavior, the internally coordinated responses (actions or inactions) of whole living organisms (individuals or groups) to internal or external stimuli." ;
    oboInOwl:hasExactSynonym "up regulation of behavior", "up-regulation of behavior", "upregulation of behavior" ;
    oboInOwl:hasNarrowSynonym "activation of behavior", "stimulation of behavior" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048520" ;
    a owl:Class ;
    rdfs:label "positive regulation of behavior" ;
    rdfs:subClassOf obo:GO_0050795, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007610
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007610
            ]
        )
    ] .

obo:GO_0048521
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of behavior, the internally coordinated responses (actions or inactions) of whole living organisms (individuals or groups) to internal or external stimuli." ;
    oboInOwl:hasExactSynonym "down regulation of behavior", "down-regulation of behavior", "downregulation of behavior" ;
    oboInOwl:hasNarrowSynonym "inhibition of behavior" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048521" ;
    a owl:Class ;
    rdfs:label "negative regulation of behavior" ;
    rdfs:subClassOf obo:GO_0050795, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007610
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007610
            ]
        )
    ] .

obo:GO_0048522
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a cellular process, any of those that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." ;
    oboInOwl:hasAlternativeId "GO:0051242" ;
    oboInOwl:hasExactSynonym "positive regulation of cellular physiological process", "up regulation of cellular process", "up-regulation of cellular process", "upregulation of cellular process" ;
    oboInOwl:hasNarrowSynonym "activation of cellular process", "stimulation of cellular process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048522" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "positive regulation of cellular process" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009987
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009987
            ]
        )
    ] .

obo:GO_0048523
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a cellular process, any of those that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." ;
    oboInOwl:hasAlternativeId "GO:0051243" ;
    oboInOwl:hasExactSynonym "down regulation of cellular process", "down-regulation of cellular process", "downregulation of cellular process", "negative regulation of cellular physiological process" ;
    oboInOwl:hasNarrowSynonym "inhibition of cellular process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048523" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "negative regulation of cellular process" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009987
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009987
            ]
        )
    ] .

obo:GO_0048534
    obo:IAO_0000115 "The process whose specific outcome is the progression of any organ involved in hematopoiesis (also known as hemopoiesis) or lymphoid cell activation over time, from its formation to the mature structure. Such development includes differentiation of resident cell types (stromal cells) and of migratory cell types dependent on the unique microenvironment afforded by the organ for their proper differentiation." ;
    oboInOwl:hasExactSynonym "haematopoietic or lymphoid organ development", "haemopoietic or lymphoid organ development", "hemopoietic or lymphoid organ development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048534" ;
    a owl:Class ;
    rdfs:label "hematopoietic or lymphoid organ development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002520
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0048539
    obo:IAO_0000115 "The process whose specific outcome is the progression of the bone marrow over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048539" ;
    a owl:Class ;
    rdfs:label "bone marrow development" ;
    rdfs:subClassOf obo:GO_0009888, obo:GO_0048534, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002371
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:GO_0048545
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a steroid hormone stimulus." ;
    oboInOwl:hasExactSynonym "response to steroid hormone stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048545" ;
    a owl:Class ;
    rdfs:label "response to steroid hormone" ;
    rdfs:subClassOf obo:GO_0009725, obo:GO_0033993, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_26764
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_26764
            ]
        )
    ] .

obo:GO_0048546
    obo:IAO_0000115 "The process in which the anatomical structures of the digestive tract are generated and organized. The digestive tract is the anatomical structure through which food passes and is processed." ;
    oboInOwl:hasAlternativeId "GO:0048547" ;
    oboInOwl:hasBroadSynonym "gut morphogenesis" ;
    oboInOwl:hasExactSynonym "alimentary canal morphogenesis", "digestive tube morphogenesis", "gastrointestinal tract morphogenesis" ;
    oboInOwl:hasNarrowSynonym "intestinal morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048546" ;
    a owl:Class ;
    rdfs:label "digestive tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0035239, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:GO_0048562
    obo:IAO_0000115 "Morphogenesis, during the embryonic phase, of a tissue or tissues that work together to perform a specific function or functions. Morphogenesis is the process in which anatomical structures are generated and organized. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048562" ;
    a owl:Class ;
    rdfs:label "embryonic organ morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, obo:GO_0048598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048568
    ] .

obo:GO_0048565
    obo:IAO_0000115 "The process whose specific outcome is the progression of the digestive tract over time, from its formation to the mature structure. The digestive tract is the anatomical structure through which food passes and is processed." ;
    oboInOwl:hasBroadSynonym "gut development" ;
    oboInOwl:hasNarrowSynonym "intestinal development", "intestine development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048565" ;
    a owl:Class ;
    rdfs:label "digestive tract development" ;
    rdfs:subClassOf obo:GO_0035295, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055123
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:GO_0048568
    obo:IAO_0000115 "Development, taking place during the embryonic phase, of a tissue or tissues that work together to perform a specific function or functions. Development pertains to the process whose specific outcome is the progression of a structure over time, from its formation to the mature structure. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." ;
    oboInOwl:hasExactSynonym "embryonic organogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048568" ;
    a owl:Class ;
    rdfs:label "embryonic organ development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009790
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0009790
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:GO_0048570
    obo:IAO_0000115 "The process in which the anatomical structures of the notochord are generated and organized. The notochord is a mesoderm-derived structure located ventral of the developing nerve cord. In vertebrates, the notochord serves as a core around which other mesodermal cells form the vertebrae. In the most primitive chordates, which lack vertebrae, the notochord persists as a substitute for a vertebral column." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048570" ;
    a owl:Class ;
    rdfs:label "notochord morphogenesis" ;
    rdfs:subClassOf obo:GO_0048562, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002328
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002328
            ]
        )
    ] .

obo:GO_0048580
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of post-embryonic development. Post-embryonic development is defined as the process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048580" ;
    a owl:Class ;
    rdfs:label "regulation of post-embryonic development" ;
    rdfs:subClassOf obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009791
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009791
            ]
        )
    ] .

obo:GO_0048581
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of post-embryonic development. Post-embryonic development is defined as the process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure." ;
    oboInOwl:hasExactSynonym "down regulation of post-embryonic development", "down-regulation of post-embryonic development", "downregulation of post-embryonic development" ;
    oboInOwl:hasNarrowSynonym "inhibition of post-embryonic development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048581" ;
    a owl:Class ;
    rdfs:label "negative regulation of post-embryonic development" ;
    rdfs:subClassOf obo:GO_0048580, obo:GO_0051093, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009791
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009791
            ]
        )
    ] .

obo:GO_0048582
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of post-embryonic development. Post-embryonic development is defined as the process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure." ;
    oboInOwl:hasExactSynonym "up regulation of post-embryonic development", "up-regulation of post-embryonic development", "upregulation of post-embryonic development" ;
    oboInOwl:hasNarrowSynonym "activation of post-embryonic development", "stimulation of post-embryonic development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048582" ;
    a owl:Class ;
    rdfs:label "positive regulation of post-embryonic development" ;
    rdfs:subClassOf obo:GO_0048580, obo:GO_0051094, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009791
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009791
            ]
        )
    ] .

obo:GO_0048583
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a response to a stimulus. Response to stimulus is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048583" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "regulation of response to stimulus" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050896
            ]
        )
    ] .

obo:GO_0048584
    obo:IAO_0000115 "Any process that activates, maintains or increases the rate of a response to a stimulus. Response to stimulus is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus." ;
    oboInOwl:hasExactSynonym "up regulation of response to stimulus", "up-regulation of response to stimulus", "upregulation of response to stimulus" ;
    oboInOwl:hasNarrowSynonym "activation of response to stimulus", "stimulation of response to stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048584" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "positive regulation of response to stimulus" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_0048583, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0050896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0050896
            ]
        )
    ] .

obo:GO_0048585
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a response to a stimulus. Response to stimulus is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus." ;
    oboInOwl:hasExactSynonym "down regulation of response to stimulus", "down-regulation of response to stimulus", "downregulation of response to stimulus" ;
    oboInOwl:hasNarrowSynonym "inhibition of response to stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048585" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "negative regulation of response to stimulus" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_0048583, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0050896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0050896
            ]
        )
    ] .

obo:GO_0048588
    obo:IAO_0000115 "The growth of a cell, where growth contributes to the progression of the cell over time from one condition to another." ;
    oboInOwl:hasExactSynonym "developmental growth of a unicellular organism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048588" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "developmental cell growth" ;
    rdfs:subClassOf obo:GO_0016049, obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048468
    ] .

obo:GO_0048589
    obo:IAO_0000115 "The increase in size or mass of an entire organism, a part of an organism or a cell, where the increase in size or mass has the specific outcome of the progression of the organism over time from one condition to another." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048589" ;
    a owl:Class ;
    rdfs:label "developmental growth" ;
    rdfs:subClassOf obo:GO_0040007, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0032502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0040007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0032502
            ]
        )
    ] .

obo:GO_0048592
    obo:IAO_0000115 "The process in which the anatomical structures of the eye are generated and organized." ;
    oboInOwl:hasAlternativeId "GO:0048748" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048592" ;
    a owl:Class ;
    rdfs:label "eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0090596, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001654
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000970
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000970
            ]
        )
    ] .

obo:GO_0048593
    obo:IAO_0000115 "The process in which the anatomical structures of the eye are generated and organized. The camera-type eye is an organ of sight that receives light through an aperture and focuses it through a lens, projecting it on a photoreceptor field." ;
    oboInOwl:hasAlternativeId "GO:0048594", "GO:0048595" ;
    oboInOwl:hasExactSynonym "camera-style eye morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048593" ;
    a owl:Class ;
    rdfs:label "camera-type eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0048592, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:GO_0048596
    obo:IAO_0000115 "The process in which the anatomical structures of the eye are generated and organized during embryonic development." ;
    oboInOwl:hasBroadSynonym "embryonic eye morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048596" ;
    a owl:Class ;
    rdfs:label "embryonic camera-type eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0048048, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:GO_0048598
    obo:IAO_0000115 "The process in which anatomical structures are generated and organized during the embryonic phase. The embryonic phase begins with zygote formation. The end of the embryonic phase is organism-specific. For example, it would be at birth for mammals, larval hatching for insects and seed dormancy in plants." ;
    oboInOwl:hasAlternativeId "GO:0048828" ;
    oboInOwl:hasExactSynonym "embryonic anatomical structure morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048598" ;
    a owl:Class ;
    rdfs:label "embryonic morphogenesis" ;
    rdfs:subClassOf obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009790
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0048599
    obo:IAO_0000115 "The process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048599" ;
    a owl:Class ;
    rdfs:label "oocyte development" ;
    rdfs:subClassOf obo:GO_0007281, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009994
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000023
            ]
        )
    ] .

obo:GO_0048601
    obo:IAO_0000115 "The process in which the structures of an oocyte are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of an oocyte." ;
    oboInOwl:hasExactSynonym "oocyte morphogenesis during differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048601" ;
    a owl:Class ;
    rdfs:label "oocyte morphogenesis" ;
    rdfs:subClassOf obo:GO_0000902, obo:GO_0003006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048599
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:CL_0000023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:CL_0000023
            ]
        )
    ] .

obo:GO_0048608
    obo:IAO_0000115 "The reproductive developmental process whose specific outcome is the progression of somatic structures that will be used in the process of creating new individuals from one or more parents, from their formation to the mature structures." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048608" ;
    a owl:Class ;
    rdfs:label "reproductive structure development" ;
    rdfs:subClassOf obo:GO_0003006, obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061458
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0048609
    obo:IAO_0000115 "The process, occurring above the cellular level, that is pertinent to the reproductive function of a multicellular organism. This includes the integrated processes at the level of tissues and organs." ;
    oboInOwl:hasBroadSynonym "organismal reproductive process" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-1474165" ;
    oboInOwl:hasExactSynonym "reproductive process in a multicellular organism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048609" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "multicellular organismal reproductive process" ;
    rdfs:subClassOf obo:GO_0022414 .

obo:GO_0048627
    obo:IAO_0000115 "The process whose specific outcome is the progression of the myoblast over time, from its formation to the mature structure. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048627" ;
    a owl:Class ;
    rdfs:label "myoblast development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0045445
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000056
            ]
        )
    ] .

obo:GO_0048628
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a myoblast to attain its fully functional state. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048628" ;
    a owl:Class ;
    rdfs:label "myoblast maturation" ;
    rdfs:subClassOf obo:GO_0048469, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048627
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000056
            ]
        )
    ] .

obo:GO_0048630
    obo:IAO_0000115 "The increase in size or mass of a skeletal muscle. This may be due to a change in the fiber number or size." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048630" ;
    a owl:Class ;
    rdfs:label "skeletal muscle tissue growth" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007519
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0001134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:GO_0048631
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle growth." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048631" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle tissue growth" ;
    rdfs:subClassOf obo:GO_0048638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048630
            ]
        )
    ] .

obo:GO_0048632
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle growth." ;
    oboInOwl:hasExactSynonym "down regulation of skeletal muscle growth", "down-regulation of skeletal muscle growth", "downregulation of skeletal muscle growth" ;
    oboInOwl:hasNarrowSynonym "inhibition of skeletal muscle growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048632" ;
    a owl:Class ;
    rdfs:label "negative regulation of skeletal muscle tissue growth" ;
    rdfs:subClassOf obo:GO_0048631, obo:GO_0048640, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048630
            ]
        )
    ] .

obo:GO_0048633
    obo:IAO_0000115 "Any process that activates, maintains or increases the rate of skeletal muscle growth." ;
    oboInOwl:hasExactSynonym "up regulation of skeletal muscle growth", "up-regulation of skeletal muscle growth", "upregulation of skeletal muscle growth" ;
    oboInOwl:hasNarrowSynonym "activation of skeletal muscle growth", "stimulation of skeletal muscle growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048633" ;
    a owl:Class ;
    rdfs:label "positive regulation of skeletal muscle tissue growth" ;
    rdfs:subClassOf obo:GO_0048631, obo:GO_0048639, obo:GO_0048643, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048630
            ]
        )
    ] .

obo:GO_0048634
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of muscle development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048634" ;
    a owl:Class ;
    rdfs:label "regulation of muscle organ development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007517
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007517
            ]
        )
    ] .

obo:GO_0048635
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of muscle development." ;
    oboInOwl:hasExactSynonym "down regulation of muscle development", "down-regulation of muscle development", "downregulation of muscle development" ;
    oboInOwl:hasNarrowSynonym "inhibition of muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048635" ;
    a owl:Class ;
    rdfs:label "negative regulation of muscle organ development" ;
    rdfs:subClassOf obo:GO_0048634, obo:GO_0051093, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007517
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007517
            ]
        )
    ] .

obo:GO_0048636
    obo:IAO_0000115 "Any process that activates, maintains or increases the rate of muscle development." ;
    oboInOwl:hasExactSynonym "up regulation of muscle development", "up-regulation of muscle development", "upregulation of muscle development" ;
    oboInOwl:hasNarrowSynonym "activation of muscle development", "stimulation of muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048636" ;
    a owl:Class ;
    rdfs:label "positive regulation of muscle organ development" ;
    rdfs:subClassOf obo:GO_0048634, obo:GO_0051094, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007517
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007517
            ]
        )
    ] .

obo:GO_0048638
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of developmental growth." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048638" ;
    a owl:Class ;
    rdfs:label "regulation of developmental growth" ;
    rdfs:subClassOf obo:GO_0040008, obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048589
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048589
            ]
        )
    ] .

obo:GO_0048639
    obo:IAO_0000115 "Any process that activates, maintains or increases the rate of developmental growth." ;
    oboInOwl:hasExactSynonym "up regulation of developmental growth", "up-regulation of developmental growth", "upregulation of developmental growth" ;
    oboInOwl:hasNarrowSynonym "activation of developmental growth", "stimulation of developmental growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048639" ;
    a owl:Class ;
    rdfs:label "positive regulation of developmental growth" ;
    rdfs:subClassOf obo:GO_0045927, obo:GO_0048638, obo:GO_0051094, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048589
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048589
            ]
        )
    ] .

obo:GO_0048640
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of developmental growth." ;
    oboInOwl:hasExactSynonym "down regulation of developmental growth", "down-regulation of developmental growth", "downregulation of developmental growth" ;
    oboInOwl:hasNarrowSynonym "inhibition of developmental growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048640" ;
    a owl:Class ;
    rdfs:label "negative regulation of developmental growth" ;
    rdfs:subClassOf obo:GO_0045926, obo:GO_0048638, obo:GO_0051093, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048589
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048589
            ]
        )
    ] .

obo:GO_0048641
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle tissue development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048641" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle tissue development" ;
    rdfs:subClassOf obo:GO_0016202, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007519
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007519
            ]
        )
    ] .

obo:GO_0048642
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle tissue development." ;
    oboInOwl:hasExactSynonym "down regulation of skeletal muscle development", "down-regulation of skeletal muscle development", "downregulation of skeletal muscle development" ;
    oboInOwl:hasNarrowSynonym "inhibition of skeletal muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048642" ;
    a owl:Class ;
    rdfs:label "negative regulation of skeletal muscle tissue development" ;
    rdfs:subClassOf obo:GO_0045843, obo:GO_0048641, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007519
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007519
            ]
        )
    ] .

obo:GO_0048643
    obo:IAO_0000115 "Any process that activates, maintains or increases the rate of skeletal muscle tissue development." ;
    oboInOwl:hasExactSynonym "up regulation of skeletal muscle development", "up-regulation of skeletal muscle development", "upregulation of skeletal muscle development" ;
    oboInOwl:hasNarrowSynonym "activation of skeletal muscle development", "stimulation of skeletal muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048643" ;
    a owl:Class ;
    rdfs:label "positive regulation of skeletal muscle tissue development" ;
    rdfs:subClassOf obo:GO_0045844, obo:GO_0048641, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007519
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007519
            ]
        )
    ] .

obo:GO_0048644
    obo:IAO_0000115 "The process in which the anatomical structures of muscle are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048644" ;
    a owl:Class ;
    rdfs:label "muscle organ morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007517
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001630
            ]
        )
    ] .

obo:GO_0048645
    obo:IAO_0000115 "The process pertaining to the initial formation of an animal organ from unspecified parts. The process begins with the specific processes that contribute to the appearance of the discrete structure, such as inductive events, and ends when the structural rudiment of the organ is recognizable, such as a condensation of mesenchymal cells into the organ rudiment. Organs are a natural part or structure in an animal or a plant, capable of performing some special action (termed its function), which is essential to the life or well-being of the whole. The heart and lungs are organs of animals, and the petal and leaf are organs of plants. In animals the organs are generally made up of several tissues, one of which usually predominates, and determines the principal function of the organ." ;
    oboInOwl:hasNarrowSynonym "animal organ primordium initiation", "initiation of an animal organ primordium" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048645" ;
    a owl:Class ;
    rdfs:label "animal organ formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003103
            ]
        )
    ] .

obo:GO_0048646
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of an anatomical structure from unspecified parts. This process begins with the specific processes that contribute to the appearance of the discrete structure and ends when the structural rudiment is recognizable. An anatomical structure is any biological entity that occupies space and is distinguished from its surroundings. Anatomical structures can be macroscopic such as a carpel, or microscopic such as an acrosome." ;
    oboInOwl:hasExactSynonym "formation of an anatomical structure involved in morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048646" ;
    oboInOwl:inSubset go:goslim_chembl ;
    a owl:Class ;
    rdfs:comment "Note that, for example, the formation of a pseudopod in an amoeba would not be considered formation involved in morphogenesis because it would not be thought of as the formation of an anatomical structure that was part of the shaping of the amoeba during its development. The formation of an axon from a neuron would be considered the formation of an anatomical structure involved in morphogenesis because it contributes to the creation of the form of the neuron in a developmental sense." ;
    rdfs:label "anatomical structure formation involved in morphogenesis" ;
    rdfs:subClassOf obo:GO_0032502, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009653
    ] .

obo:GO_0048659
    obo:IAO_0000115 "The multiplication or reproduction of smooth muscle cells, resulting in the expansion of a cell population." ;
    oboInOwl:hasExactSynonym "SMC proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048659" ;
    a owl:Class ;
    rdfs:label "smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0033002, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000192
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000192
            ]
        )
    ] .

obo:GO_0048660
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of smooth muscle cell proliferation." ;
    oboInOwl:hasExactSynonym "regulation of SMC proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048660" ;
    a owl:Class ;
    rdfs:label "regulation of smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048659
            ]
        )
    ] .

obo:GO_0048661
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of smooth muscle cell proliferation." ;
    oboInOwl:hasExactSynonym "positive regulation of SMC proliferation", "up regulation of smooth muscle cell proliferation", "up-regulation of smooth muscle cell proliferation", "upregulation of smooth muscle cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of smooth muscle cell proliferation", "stimulation of smooth muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048661" ;
    a owl:Class ;
    rdfs:label "positive regulation of smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0048660, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048659
            ]
        )
    ] .

obo:GO_0048662
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of smooth muscle cell proliferation." ;
    oboInOwl:hasExactSynonym "down regulation of smooth muscle cell proliferation", "down-regulation of smooth muscle cell proliferation", "downregulation of smooth muscle cell proliferation", "negative regulation of SMC proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of smooth muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048662" ;
    a owl:Class ;
    rdfs:label "negative regulation of smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0048660, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048659
            ]
        )
    ] .

obo:GO_0048666
    obo:IAO_0000115 "The process whose specific outcome is the progression of a neuron over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048666" ;
    a owl:Class ;
    rdfs:label "neuron development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030182
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0048667
    obo:IAO_0000115 "The process in which the structures of a neuron are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of a neuron." ;
    oboInOwl:hasExactSynonym "neuron morphogenesis involved in differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048667" ;
    a owl:Class ;
    rdfs:label "cell morphogenesis involved in neuron differentiation" ;
    rdfs:subClassOf obo:GO_0000902, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048666
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0000902
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030182
            ]
        )
    ] .

obo:GO_0048699
    obo:IAO_0000115 "The process in which nerve cells are generated. This includes the production of neuroblasts and their differentiation into neurons." ;
    oboInOwl:hasExactSynonym "neuron generation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048699" ;
    a owl:Class ;
    rdfs:label "generation of neurons" ;
    rdfs:subClassOf obo:GO_0022008 .

obo:GO_0048705
    obo:IAO_0000115 "The process in which the anatomical structures of the skeleton are generated and organized." ;
    oboInOwl:hasExactSynonym "skeletal morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048705" ;
    a owl:Class ;
    rdfs:label "skeletal system morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001501
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001434
            ]
        )
    ] .

obo:GO_0048709
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of an oligodendrocyte. An oligodendrocyte is a type of glial cell involved in myelinating the axons of neurons in the central nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048709" ;
    a owl:Class ;
    rdfs:label "oligodendrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0010001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000128
            ]
        )
    ] .

obo:GO_0048713
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of oligodendrocyte differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048713" ;
    a owl:Class ;
    rdfs:label "regulation of oligodendrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045685, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048709
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048709
            ]
        )
    ] .

obo:GO_0048714
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of oligodendrocyte differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of oligodendrocyte differentiation", "up-regulation of oligodendrocyte differentiation", "upregulation of oligodendrocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of oligodendrocyte differentiation", "stimulation of oligodendrocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048714" ;
    a owl:Class ;
    rdfs:label "positive regulation of oligodendrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045687, obo:GO_0048713, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048709
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048709
            ]
        )
    ] .

obo:GO_0048715
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of oligodendrocyte differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of oligodendrocyte differentiation", "down-regulation of oligodendrocyte differentiation", "downregulation of oligodendrocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of oligodendrocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048715" ;
    a owl:Class ;
    rdfs:label "negative regulation of oligodendrocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045686, obo:GO_0048713, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048709
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048709
            ]
        )
    ] .

obo:GO_0048729
    obo:IAO_0000115 "The process in which the anatomical structures of a tissue are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048729" ;
    a owl:Class ;
    rdfs:label "tissue morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009888
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000479
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000479
            ]
        )
    ] .

obo:GO_0048730
    obo:IAO_0000115 "The process in which the anatomical structures of the epidermis are generated and organized. The epidermis is the outer epithelial layer of an animal, it may be a single layer that produces an extracellular material (e.g. the cuticle of arthropods) or a complex stratified squamous epithelium, as in the case of many vertebrate species." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "hypodermis morphogenesis" ;
    oboInOwl:id "GO:0048730" ;
    a owl:Class ;
    rdfs:label "epidermis morphogenesis" ;
    rdfs:subClassOf obo:GO_0002009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008544
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0007376
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0007376
            ]
        )
    ] .

obo:GO_0048731
    obo:IAO_0000115 "The process whose specific outcome is the progression of an organismal system over time, from its formation to the mature structure. A system is a regularly interacting or interdependent group of organs or tissues that work together to carry out a given biological process." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048731" ;
    oboInOwl:inSubset go:goslim_mouse ;
    a owl:Class ;
    rdfs:label "system development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000467
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000467
            ]
        )
    ] .

obo:GO_0048732
    obo:IAO_0000115 "The process whose specific outcome is the progression of a gland over time, from its formation to the mature structure. A gland is an organ specialised for secretion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048732" ;
    a owl:Class ;
    rdfs:label "gland development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002530
            ]
        )
    ] .

obo:GO_0048736
    obo:IAO_0000115 "The process whose specific outcome is the progression of an appendage over time, from its formation to the mature structure. An appendage is an organ or part that is attached to the trunk of an organism, such as a limb or a branch." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048736" ;
    a owl:Class ;
    rdfs:label "appendage development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000026
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000026
            ]
        )
    ] .

obo:GO_0048738
    obo:IAO_0000115 "The process whose specific outcome is the progression of cardiac muscle over time, from its formation to the mature structure." ;
    oboInOwl:hasExactSynonym "heart muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048738" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue development" ;
    rdfs:subClassOf obo:GO_0014706, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001133
            ]
        )
    ] .

obo:GO_0048741
    obo:IAO_0000115 "The process whose specific outcome is the progression of the skeletal muscle fiber over time, from its formation to the mature structure. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." ;
    oboInOwl:hasExactSynonym "skeletal muscle fibre development", "skeletal myofiber development", "skeletal myofibre development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048741" ;
    a owl:Class ;
    rdfs:label "skeletal muscle fiber development" ;
    rdfs:subClassOf obo:GO_0014904, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007519
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0008002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0008002
            ]
        )
    ] .

obo:GO_0048742
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle fiber development. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." ;
    oboInOwl:hasExactSynonym "regulation of skeletal muscle fibre development", "regulation of skeletal myofiber development", "regulation of skeletal myofibre development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048742" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle fiber development" ;
    rdfs:subClassOf obo:GO_0010830, obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048741
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048741
            ]
        )
    ] .

obo:GO_0048743
    obo:IAO_0000115 "Any process that activates, maintains or increases the rate of skeletal muscle fiber development. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." ;
    oboInOwl:hasExactSynonym "positive regulation of skeletal muscle fibre development", "positive regulation of skeletal myofiber development", "positive regulation of skeletal myofibre development", "up regulation of skeletal muscle fiber development", "up-regulation of skeletal muscle fiber development", "upregulation of skeletal muscle fiber development" ;
    oboInOwl:hasNarrowSynonym "activation of skeletal muscle fiber development", "stimulation of skeletal muscle fiber development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048743" ;
    a owl:Class ;
    rdfs:label "positive regulation of skeletal muscle fiber development" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0048643, obo:GO_0048742, obo:GO_0051155, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048741
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048741
            ]
        )
    ] .

obo:GO_0048744
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle fiber development. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." ;
    oboInOwl:hasExactSynonym "down regulation of skeletal muscle fiber development", "down-regulation of skeletal muscle fiber development", "downregulation of skeletal muscle fiber development", "negative regulation of skeletal muscle fibre development", "negative regulation of skeletal myofiber development", "negative regulation of skeletal myofibre development" ;
    oboInOwl:hasNarrowSynonym "inhibition of skeletal muscle fiber development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048744" ;
    a owl:Class ;
    rdfs:label "negative regulation of skeletal muscle fiber development" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0048742, obo:GO_0051154, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048741
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048741
            ]
        )
    ] .

obo:GO_0048745
    obo:IAO_0000115 "The process whose specific outcome is the progression of smooth muscle over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048745" ;
    a owl:Class ;
    rdfs:label "smooth muscle tissue development" ;
    rdfs:subClassOf obo:GO_0060537, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001135
            ]
        )
    ] .

obo:GO_0048749
    obo:IAO_0000115 "The process whose specific outcome is the progression of the compound eye over time, from its formation to the mature structure. The compound eye is an organ of sight that contains multiple repeating units, often arranged hexagonally. Each unit has its own lens and photoreceptor cell(s) and can generate either a single pixelated image or multiple images, per eye." ;
    oboInOwl:hasAlternativeId "GO:0007456" ;
    oboInOwl:hasExactSynonym "insect-type retina development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048749" ;
    a owl:Class ;
    rdfs:label "compound eye development" ;
    rdfs:subClassOf obo:GO_0001654, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000018
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000018
            ]
        )
    ] .

obo:GO_0048753
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a pigment granule." ;
    oboInOwl:hasExactSynonym "pigment granule organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pigment granule organization and biogenesis" ;
    oboInOwl:id "GO:0048753" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "pigment granule organization" ;
    rdfs:subClassOf obo:GO_0016050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0033059
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0048770
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0048770
            ]
        )
    ] .

obo:GO_0048754
    obo:IAO_0000115 "The process in which the anatomical structures of branches in an epithelial tube are generated and organized. A tube is a long hollow cylinder." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "tubulogenesis" ;
    oboInOwl:id "GO:0048754" ;
    a owl:Class ;
    rdfs:label "branching morphogenesis of an epithelial tube" ;
    rdfs:subClassOf obo:GO_0035239, obo:GO_0061138, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060562
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001763
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000025
            ]
        )
    ] .

obo:GO_0048755
    obo:IAO_0000115 "The process in which the anatomical structures of branches in a nerve are generated and organized. This term refers to an anatomical structure (nerve) not a cell (neuron)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048755" ;
    a owl:Class ;
    rdfs:label "branching morphogenesis of a nerve" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001763, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001021
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001763
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001021
            ]
        )
    ] .

obo:GO_0048762
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a mesenchymal cell. A mesenchymal cell is a loosely associated cell that is part of the connective tissue in an organism. Mesenchymal cells give rise to more mature connective tissue cell types." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048762" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060485
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:GO_0048770
    obo:IAO_0000115 "A small, subcellular membrane-bounded vesicle containing pigment and/or pigment precursor molecules. Pigment granule biogenesis is poorly understood, as pigment granules are derived from multiple sources including the endoplasmic reticulum, coated vesicles, lysosomes, and endosomes." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0048770" ;
    a owl:Class ;
    rdfs:label "pigment granule" ;
    rdfs:subClassOf obo:GO_0031410 .

obo:GO_0048799
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for an animal organ to attain its fully functional state. An organ is a tissue or set of tissues that work together to perform a specific function or functions." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048799" ;
    a owl:Class ;
    rdfs:label "animal organ maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048513
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:GO_0048806
    obo:IAO_0000115 "The process whose specific outcome is the progression of the genitalia over time, from its formation to the mature structure." ;
    oboInOwl:hasExactSynonym "genital development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048806" ;
    a owl:Class ;
    rdfs:label "genitalia development" ;
    rdfs:subClassOf obo:GO_0048513, obo:GO_0048608, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007548
    ] .

obo:GO_0048812
    obo:IAO_0000115 "The process in which the anatomical structures of a neuron projection are generated and organized. A neuron projection is any process extending from a neural cell, such as axons or dendrites." ;
    oboInOwl:hasNarrowSynonym "neurite biosynthesis", "neurite formation", "neurite growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "neurite morphogenesis" ;
    oboInOwl:id "GO:0048812" ;
    a owl:Class ;
    rdfs:label "neuron projection morphogenesis" ;
    rdfs:subClassOf obo:GO_0120039, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031175
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:GO_0043005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:GO_0043005
            ]
        )
    ] .

obo:GO_0048813
    obo:IAO_0000115 "The process in which the anatomical structures of a dendrite are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048813" ;
    a owl:Class ;
    rdfs:label "dendrite morphogenesis" ;
    rdfs:subClassOf obo:GO_0048812, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0016358
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048667
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:GO_0030425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:GO_0030425
            ]
        )
    ] .

obo:GO_0048814
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of dendrite morphogenesis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048814" ;
    a owl:Class ;
    rdfs:label "regulation of dendrite morphogenesis" ;
    rdfs:subClassOf obo:GO_0022603, obo:GO_0050773, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048813
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048813
            ]
        )
    ] .

obo:GO_0048821
    obo:IAO_0000115 "The process whose specific outcome is the progression of an erythrocyte over time, from its formation to the mature structure." ;
    oboInOwl:hasExactSynonym "RBC development", "red blood cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048821" ;
    a owl:Class ;
    rdfs:label "erythrocyte development" ;
    rdfs:subClassOf obo:GO_0061515, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030218
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000232
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000232
            ]
        )
    ] .

obo:GO_0048822
    obo:IAO_0000115 "The process aimed at the progression of an enucleate erythrocyte over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasExactSynonym "enucleate RBC development", "enucleate red blood cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048822" ;
    a owl:Class ;
    rdfs:label "enucleate erythrocyte development" ;
    rdfs:subClassOf obo:GO_0048821, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043353
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000595
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000595
            ]
        )
    ] .

obo:GO_0048823
    obo:IAO_0000115 "The process aimed at the progression of a nucleate erythrocyte over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasExactSynonym "nucleate RBC development", "nucleate red blood cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048823" ;
    a owl:Class ;
    rdfs:label "nucleate erythrocyte development" ;
    rdfs:subClassOf obo:GO_0048821, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043363
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000562
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000562
            ]
        )
    ] .

obo:GO_0048844
    obo:IAO_0000115 "The process in which the anatomical structures of arterial blood vessels are generated and organized. Arteries are blood vessels that transport blood from the heart to the body and its organs." ;
    oboInOwl:hasExactSynonym "arterial morphogenesis", "arteriogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048844" ;
    a owl:Class ;
    rdfs:label "artery morphogenesis" ;
    rdfs:subClassOf obo:GO_0048514, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060840
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:GO_0048845
    obo:IAO_0000115 "The process in which the anatomical structures of venous blood vessels are generated and organized. Veins are blood vessels that transport blood from the body and its organs to the heart." ;
    oboInOwl:hasBroadSynonym "vein morphogenesis" ;
    oboInOwl:hasExactSynonym "venous morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048845" ;
    a owl:Class ;
    rdfs:label "venous blood vessel morphogenesis" ;
    rdfs:subClassOf obo:GO_0048514, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060841
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:GO_0048852
    obo:IAO_0000115 "The process in which the anatomical structures of the diencephalon are generated and organized. The diencephalon is the paired caudal parts of the prosencephalon from which the thalamus, hypothalamus, epithalamus and subthalamus are derived; these regions regulate autonomic, visceral and endocrine function, and process information directed to the cerebral cortex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048852" ;
    a owl:Class ;
    rdfs:label "diencephalon morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021536
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048853
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:GO_0048853
    obo:IAO_0000115 "The process in which the anatomical structures of the forebrain are generated and organized. The forebrain is the anterior of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes especially the cerebral hemispheres, the thalamus, and the hypothalamus and especially in higher vertebrates is the main control center for sensory and associative information processing, visceral functions, and voluntary motor functions)." ;
    oboInOwl:hasExactSynonym "prosencephalon morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048853" ;
    a owl:Class ;
    rdfs:label "forebrain morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030900
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048854
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:GO_0048854
    obo:IAO_0000115 "The process in which the anatomical structures of the brain are generated and organized. The brain is one of the two components of the central nervous system and is the center of thought and emotion. It is responsible for the coordination and control of bodily activities and the interpretation of information from the senses (sight, hearing, smell, etc.)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048854" ;
    a owl:Class ;
    rdfs:label "brain morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007420
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:GO_0048856
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of an anatomical structure from an initial condition to its mature state. This process begins with the formation of the structure and ends with the mature structure, whatever form that may be including its natural destruction. An anatomical structure is any biological entity that occupies space and is distinguished from its surroundings. Anatomical structures can be macroscopic such as a carpel, or microscopic such as an acrosome." ;
    oboInOwl:hasExactSynonym "development of an anatomical structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048856" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_chembl, go:goslim_generic, go:goslim_plant, go:goslim_plant_ribbon ;
    a owl:Class ;
    rdfs:label "anatomical structure development" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0032502, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000061
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000061
            ]
        )
    ] .

obo:GO_0048857
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a neural nucleus from its initial condition to its mature state. A neural nucleus is an anatomical structure consisting of a discrete aggregate of neuronal soma." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048857" ;
    a owl:Class ;
    rdfs:label "neural nucleus development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000125
            ]
        )
    ] .

obo:GO_0048858
    obo:IAO_0000115 "The process in which the anatomical structures of a cell projection are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048858" ;
    a owl:Class ;
    rdfs:label "cell projection morphogenesis" ;
    rdfs:subClassOf obo:GO_0009653, obo:GO_0030030, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0000902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:GO_0042995
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:GO_0042995
            ]
        )
    ] .

obo:GO_0048859
    obo:IAO_0000115 "The process in which the limits of an anatomical structure are generated. An anatomical structure is any biological entity that occupies space and is distinguished from its surroundings. Anatomical structures can be macroscopic such as a carpel, or microscopic such as an acrosome." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048859" ;
    a owl:Class ;
    rdfs:label "formation of anatomical boundary" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0007651
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0007651
            ]
        )
    ] .

obo:GO_0048860
    obo:IAO_0000115 "The process resulting in the physical partitioning and separation of a glioblast into daughter cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048860" ;
    a owl:Class ;
    rdfs:label "glioblast division" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051301, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000030
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051301
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000030
            ]
        )
    ] .

obo:GO_0048863
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a stem cell. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." ;
    oboInOwl:hasDbXref "Wikipedia:Stem_cell_differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048863" ;
    a owl:Class ;
    rdfs:label "stem cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000034
            ]
        )
    ] .

obo:GO_0048864
    obo:IAO_0000115 "The process whose specific outcome is the progression of the stem cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to its specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048864" ;
    a owl:Class ;
    rdfs:label "stem cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048863
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000034
            ]
        )
    ] .

obo:GO_0048869
    obo:IAO_0000115 "A biological process whose specific outcome is the progression of a cell over time from an initial condition to a later condition." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048869" ;
    a owl:Class ;
    rdfs:label "cellular developmental process" ;
    rdfs:subClassOf obo:GO_0009987, obo:GO_0032502 .

obo:GO_0048870
    obo:IAO_0000115 "Any process involved in the controlled self-propelled movement of a cell that results in translocation of the cell from one place to another." ;
    oboInOwl:hasExactSynonym "cell locomotion", "movement of a cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell movement" ;
    oboInOwl:id "GO:0048870" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "cell motility" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0048871
    obo:IAO_0000115 "Any process involved in the maintenance of an internal steady state at the level of the multicellular organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048871" ;
    a owl:Class ;
    rdfs:label "multicellular organismal-level homeostasis" ;
    rdfs:subClassOf obo:GO_0032501, obo:GO_0042592 .

obo:GO_0048872
    obo:IAO_0000115 "Any biological process involved in the maintenance of the steady-state number of cells within a population of cells." ;
    oboInOwl:hasExactSynonym "cell population homeostasis", "homeostasis of cell number" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048872" ;
    a owl:Class ;
    rdfs:label "homeostasis of number of cells" ;
    rdfs:subClassOf obo:GO_0048871 .

obo:GO_0048880
    obo:IAO_0000115 "The process whose specific outcome is the progression of a sensory system over time from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048880" ;
    a owl:Class ;
    rdfs:label "sensory system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001032
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001032
            ]
        )
    ] .

obo:GO_0048934
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuron whose cell body resides in the peripheral nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048934" ;
    a owl:Class ;
    rdfs:label "peripheral nervous system neuron differentiation" ;
    rdfs:subClassOf obo:GO_0030182, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007422
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_2000032
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_2000032
            ]
        )
    ] .

obo:GO_0048935
    obo:IAO_0000115 "The process whose specific outcome is the progression of a neuron whose cell body is located in the peripheral nervous system, from initial commitment of the cell to a neuronal fate, to the fully functional differentiated neuron." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0048935" ;
    a owl:Class ;
    rdfs:label "peripheral nervous system neuron development" ;
    rdfs:subClassOf obo:GO_0048666, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048934
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_2000032
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_2000032
            ]
        )
    ] .

obo:GO_0050000
    obo:IAO_0000115 "Any process in which a chromosome is transported to, or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "chromosome localisation", "establishment and maintenance of chromosome localization", "establishment and maintenance of chromosome position" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050000" ;
    a owl:Class ;
    rdfs:label "chromosome localization" ;
    rdfs:subClassOf obo:GO_0051640, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0005694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005694
            ]
        )
    ] .

obo:GO_0050432
    obo:IAO_0000115 "The regulated release of catecholamines by a cell. The catecholamines are a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050432" ;
    a owl:Class ;
    rdfs:label "catecholamine secretion" ;
    rdfs:subClassOf obo:GO_0032940, obo:GO_0051937 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33567
            ]
        )
    ] .

obo:GO_0050433
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the regulated release of catecholamines." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050433" ;
    a owl:Class ;
    rdfs:label "regulation of catecholamine secretion" ;
    rdfs:subClassOf obo:GO_0051952, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050432
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050432
            ]
        )
    ] .

obo:GO_0050657
    obo:IAO_0000115 "The directed movement of nucleic acids, single or double-stranded polynucleotides involved in the storage, transmission and transfer of genetic information, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050657" ;
    a owl:Class ;
    rdfs:label "nucleic acid transport" ;
    rdfs:subClassOf obo:GO_0015931, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_33696
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33696
            ]
        )
    ] .

obo:GO_0050658
    obo:IAO_0000115 "The directed movement of RNA, ribonucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050658" ;
    a owl:Class ;
    rdfs:label "RNA transport" ;
    rdfs:subClassOf obo:GO_0050657, obo:GO_0051236, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_33697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33697
            ]
        )
    ] .

obo:GO_0050670
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of lymphocyte proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050670" ;
    a owl:Class ;
    rdfs:label "regulation of lymphocyte proliferation" ;
    rdfs:subClassOf obo:GO_0032944, obo:GO_0051249, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046651
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046651
            ]
        )
    ] .

obo:GO_0050671
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of lymphocyte proliferation." ;
    oboInOwl:hasExactSynonym "up regulation of lymphocyte proliferation", "up-regulation of lymphocyte proliferation", "upregulation of lymphocyte proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of lymphocyte proliferation", "stimulation of lymphocyte proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050671" ;
    a owl:Class ;
    rdfs:label "positive regulation of lymphocyte proliferation" ;
    rdfs:subClassOf obo:GO_0032946, obo:GO_0050670, obo:GO_0051251, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046651
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046651
            ]
        )
    ] .

obo:GO_0050672
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of lymphocyte proliferation." ;
    oboInOwl:hasExactSynonym "down regulation of lymphocyte proliferation", "down-regulation of lymphocyte proliferation", "downregulation of lymphocyte proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of lymphocyte proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050672" ;
    a owl:Class ;
    rdfs:label "negative regulation of lymphocyte proliferation" ;
    rdfs:subClassOf obo:GO_0032945, obo:GO_0050670, obo:GO_0051250, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046651
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046651
            ]
        )
    ] .

obo:GO_0050673
    obo:IAO_0000115 "The multiplication or reproduction of epithelial cells, resulting in the expansion of a cell population. Epithelial cells make up the epithelium, the covering of internal and external surfaces of the body, including the lining of vessels and other small cavities. It consists of cells joined by small amounts of cementing substances." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050673" ;
    a owl:Class ;
    rdfs:label "epithelial cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0050678
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epithelial cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050678" ;
    a owl:Class ;
    rdfs:label "regulation of epithelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050673
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050673
            ]
        )
    ] .

obo:GO_0050679
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of epithelial cell proliferation." ;
    oboInOwl:hasExactSynonym "up regulation of epithelial cell proliferation", "up-regulation of epithelial cell proliferation", "upregulation of epithelial cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of epithelial cell proliferation", "stimulation of epithelial cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050679" ;
    a owl:Class ;
    rdfs:label "positive regulation of epithelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0050678, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0050673
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0050673
            ]
        )
    ] .

obo:GO_0050680
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of epithelial cell proliferation." ;
    oboInOwl:hasExactSynonym "down regulation of epithelial cell proliferation", "down-regulation of epithelial cell proliferation", "downregulation of epithelial cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of epithelial cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050680" ;
    a owl:Class ;
    rdfs:label "negative regulation of epithelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0050678, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0050673
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0050673
            ]
        )
    ] .

obo:GO_0050708
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the controlled release of a protein from a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050708" ;
    a owl:Class ;
    rdfs:label "regulation of protein secretion" ;
    rdfs:subClassOf obo:GO_0051223, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009306
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009306
            ]
        )
    ] .

obo:GO_0050709
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the controlled release of a protein from a cell." ;
    oboInOwl:hasExactSynonym "down regulation of protein secretion", "down-regulation of protein secretion", "downregulation of protein secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050709" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein secretion" ;
    rdfs:subClassOf obo:GO_0050708, obo:GO_0051224, obo:GO_1903531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009306
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009306
            ]
        )
    ] .

obo:GO_0050714
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the controlled release of a protein from a cell." ;
    oboInOwl:hasExactSynonym "up regulation of protein secretion", "up-regulation of protein secretion", "upregulation of protein secretion" ;
    oboInOwl:hasNarrowSynonym "activation of protein secretion", "stimulation of protein secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050714" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein secretion" ;
    rdfs:subClassOf obo:GO_0050708, obo:GO_0051222, obo:GO_1903532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009306
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009306
            ]
        )
    ] .

obo:GO_0050727
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the inflammatory response, the immediate defensive reaction (by vertebrate tissue) to infection or injury caused by chemical or physical agents." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050727" ;
    a owl:Class ;
    rdfs:label "regulation of inflammatory response" ;
    rdfs:subClassOf obo:GO_0031347, obo:GO_0032101, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006954
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006954
            ]
        )
    ] .

obo:GO_0050728
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the inflammatory response." ;
    oboInOwl:hasAlternativeId "GO:0030236" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9018678" ;
    oboInOwl:hasExactSynonym "anti-inflammatory response", "down regulation of inflammatory response", "down-regulation of inflammatory response", "downregulation of inflammatory response" ;
    oboInOwl:hasNarrowSynonym "inhibition of inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050728" ;
    a owl:Class ;
    rdfs:label "negative regulation of inflammatory response" ;
    rdfs:subClassOf obo:GO_0031348, obo:GO_0032102, obo:GO_0050727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006954
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006954
            ]
        )
    ] .

obo:GO_0050729
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the inflammatory response." ;
    oboInOwl:hasExactSynonym "up regulation of inflammatory response", "up-regulation of inflammatory response", "upregulation of inflammatory response" ;
    oboInOwl:hasNarrowSynonym "activation of inflammatory response", "stimulation of inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050729" ;
    a owl:Class ;
    rdfs:label "positive regulation of inflammatory response" ;
    rdfs:subClassOf obo:GO_0031349, obo:GO_0032103, obo:GO_0050727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006954
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006954
            ]
        )
    ] .

obo:GO_0050767
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neurogenesis, the generation of cells in the nervous system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050767" ;
    a owl:Class ;
    rdfs:label "regulation of neurogenesis" ;
    rdfs:subClassOf obo:GO_0051960, obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0022008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0022008
            ]
        )
    ] .

obo:GO_0050768
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of neurogenesis, the generation of cells within the nervous system." ;
    oboInOwl:hasExactSynonym "down regulation of neurogenesis", "down-regulation of neurogenesis", "downregulation of neurogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of neurogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050768" ;
    a owl:Class ;
    rdfs:label "negative regulation of neurogenesis" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0050767, obo:GO_0051961, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0022008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0022008
            ]
        )
    ] .

obo:GO_0050769
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neurogenesis, the generation of cells within the nervous system." ;
    oboInOwl:hasExactSynonym "up regulation of neurogenesis", "up-regulation of neurogenesis", "upregulation of neurogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of neurogenesis", "stimulation of neurogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050769" ;
    a owl:Class ;
    rdfs:label "positive regulation of neurogenesis" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0050767, obo:GO_0051962, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0022008
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0022008
            ]
        )
    ] .

obo:GO_0050770
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of axonogenesis, the generation of an axon, the long process of a neuron." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-193697" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050770" ;
    a owl:Class ;
    rdfs:label "regulation of axonogenesis" ;
    rdfs:subClassOf obo:GO_0010975, obo:GO_0022603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007409
            ]
        )
    ] .

obo:GO_0050771
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of axonogenesis." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-193634" ;
    oboInOwl:hasExactSynonym "down regulation of axonogenesis", "down-regulation of axonogenesis", "downregulation of axonogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of axonogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050771" ;
    a owl:Class ;
    rdfs:label "negative regulation of axonogenesis" ;
    rdfs:subClassOf obo:GO_0010977, obo:GO_0050768, obo:GO_0050770, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007409
            ]
        )
    ] .

obo:GO_0050772
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of axonogenesis." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-209563" ;
    oboInOwl:hasExactSynonym "up regulation of axonogenesis", "up-regulation of axonogenesis", "upregulation of axonogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of axonogenesis", "stimulation of axonogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050772" ;
    a owl:Class ;
    rdfs:label "positive regulation of axonogenesis" ;
    rdfs:subClassOf obo:GO_0031346, obo:GO_0050769, obo:GO_0050770, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007409
            ]
        )
    ] .

obo:GO_0050773
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of dendrite development." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050773" ;
    a owl:Class ;
    rdfs:label "regulation of dendrite development" ;
    rdfs:subClassOf obo:GO_0010975, obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0016358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0016358
            ]
        )
    ] .

obo:GO_0050774
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of dendrite morphogenesis." ;
    oboInOwl:hasExactSynonym "down regulation of dendrite morphogenesis", "down-regulation of dendrite morphogenesis", "downregulation of dendrite morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of dendrite morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050774" ;
    a owl:Class ;
    rdfs:label "negative regulation of dendrite morphogenesis" ;
    rdfs:subClassOf obo:GO_0031345, obo:GO_0048814, obo:GO_0050768, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048813
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048813
            ]
        )
    ] .

obo:GO_0050775
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of dendrite morphogenesis." ;
    oboInOwl:hasExactSynonym "up regulation of dendrite morphogenesis", "up-regulation of dendrite morphogenesis", "upregulation of dendrite morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of dendrite morphogenesis", "stimulation of dendrite morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050775" ;
    a owl:Class ;
    rdfs:label "positive regulation of dendrite morphogenesis" ;
    rdfs:subClassOf obo:GO_0010770, obo:GO_0031346, obo:GO_0048814, obo:GO_0050769, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048813
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048813
            ]
        )
    ] .

obo:GO_0050789
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a biological process. Biological processes are regulated by many means; examples include the control of gene expression, protein modification or interaction with a protein or substrate molecule." ;
    oboInOwl:hasAlternativeId "GO:0050791" ;
    oboInOwl:hasExactSynonym "regulation of physiological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050789" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_candida, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "regulation of biological process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0065007, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008150
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008150
            ]
        )
    ] .

obo:GO_0050793
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of development, the biological process whose specific outcome is the progression of a multicellular organism over time from an initial condition (e.g. a zygote, or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050793" ;
    a owl:Class ;
    rdfs:label "regulation of developmental process" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032502
            ]
        )
    ] .

obo:GO_0050794
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a cellular process, any of those that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." ;
    oboInOwl:hasAlternativeId "GO:0051244" ;
    oboInOwl:hasExactSynonym "regulation of cellular physiological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050794" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "regulation of cellular process" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009987
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009987
            ]
        )
    ] .

obo:GO_0050795
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of behavior, the internally coordinated responses (actions or inactions) of whole living organisms (individuals or groups) to internal or external stimuli." ;
    oboInOwl:hasExactSynonym "regulation of behaviour" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050795" ;
    a owl:Class ;
    rdfs:label "regulation of behavior" ;
    rdfs:subClassOf obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007610
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007610
            ]
        )
    ] .

obo:GO_0050803
    obo:IAO_0000115 "Any process that modulates the physical form or the activity of a synapse, the junction between a neuron and a target (neuron, muscle, or secretory cell)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050803" ;
    a owl:Class ;
    rdfs:label "regulation of synapse structure or activity" ;
    rdfs:subClassOf obo:GO_0065008, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0050804
    obo:IAO_0000115 "Any process that modulates the frequency or amplitude of synaptic transmission, the process of communication from a neuron to a target (neuron, muscle, or secretory cell) across a synapse. Amplitude, in this case, refers to the change in postsynaptic membrane potential due to a single instance of synaptic transmission." ;
    oboInOwl:hasBroadSynonym "modulation of synaptic transmission" ;
    oboInOwl:hasExactSynonym "regulation of chemical synaptic transmission", "regulation of synaptic transmission" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050804" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "modulation of chemical synaptic transmission" ;
    rdfs:subClassOf obo:GO_0099177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007268
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0050805
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of synaptic transmission, the process of communication from a neuron to a target (neuron, muscle, or secretory cell) across a synapse." ;
    oboInOwl:hasExactSynonym "down regulation of synaptic transmission", "down-regulation of synaptic transmission", "downregulation of synaptic transmission" ;
    oboInOwl:hasNarrowSynonym "inhibition of synaptic transmission" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050805" ;
    a owl:Class ;
    rdfs:label "negative regulation of synaptic transmission" ;
    rdfs:subClassOf obo:GO_0010648, obo:GO_0023057, obo:GO_0050804, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007268
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0050806
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of synaptic transmission, the process of communication from a neuron to a target (neuron, muscle, or secretory cell) across a synapse." ;
    oboInOwl:hasExactSynonym "up regulation of synaptic transmission", "up-regulation of synaptic transmission", "upregulation of synaptic transmission" ;
    oboInOwl:hasNarrowSynonym "activation of synaptic transmission", "stimulation of synaptic transmission" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050806" ;
    a owl:Class ;
    rdfs:label "positive regulation of synaptic transmission" ;
    rdfs:subClassOf obo:GO_0010647, obo:GO_0023056, obo:GO_0050804, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007268
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0050807
    obo:IAO_0000115 "Any process that modulates the physical form of a synapse, the junction between a neuron and a target (neuron, muscle, or secretory cell)." ;
    oboInOwl:hasExactSynonym "regulation of synapse organisation", "regulation of synapse structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of synapse organization and biogenesis" ;
    oboInOwl:id "GO:0050807" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "regulation of synapse organization" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050803
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050808
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050808
            ]
        )
    ] .

obo:GO_0050808
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a synapse, the junction between a neuron and a target (neuron, muscle, or secretory cell)." ;
    oboInOwl:hasExactSynonym "synapse organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "synapse development", "synapse morphogenesis", "synapse organization and biogenesis" ;
    oboInOwl:id "GO:0050808" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synapse organization" ;
    rdfs:subClassOf obo:GO_0034330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0045202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0050810
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." ;
    oboInOwl:hasExactSynonym "regulation of steroid anabolism", "regulation of steroid biosynthesis", "regulation of steroid formation", "regulation of steroid synthesis", "regulation of steroidogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050810" ;
    a owl:Class ;
    rdfs:label "regulation of steroid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0019218, obo:GO_0046890, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006694
            ]
        )
    ] .

obo:GO_0050865
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell activation, the change in the morphology or behavior of a cell resulting from exposure to an activating factor such as a cellular or soluble ligand." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050865" ;
    a owl:Class ;
    rdfs:label "regulation of cell activation" ;
    rdfs:subClassOf obo:GO_0050794, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001775
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001775
            ]
        )
    ] .

obo:GO_0050866
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell activation." ;
    oboInOwl:hasExactSynonym "down regulation of cell activation", "down-regulation of cell activation", "downregulation of cell activation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050866" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell activation" ;
    rdfs:subClassOf obo:GO_0048523, obo:GO_0050865, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001775
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001775
            ]
        )
    ] .

obo:GO_0050867
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of activation." ;
    oboInOwl:hasExactSynonym "up regulation of cell activation", "up-regulation of cell activation", "upregulation of cell activation" ;
    oboInOwl:hasNarrowSynonym "activation of cell activation", "stimulation of cell activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050867" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell activation" ;
    rdfs:subClassOf obo:GO_0048522, obo:GO_0050865, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001775
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001775
            ]
        )
    ] .

obo:GO_0050877
    obo:IAO_0000115 "An organ system process carried out by any of the organs or tissues of the neurological system." ;
    oboInOwl:hasExactSynonym "neurological system process", "neurophysiological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pan-neural process" ;
    oboInOwl:id "GO:0050877" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "nervous system process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0003008, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0003008
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000057 ;
                owl:someValuesFrom obo:UBERON_0001016
            ]
        )
    ] .

obo:GO_0050879
    obo:IAO_0000115 "Any physiological process involved in changing the position of a multicellular organism or an anatomical part of a multicellular organism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050879" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "multicellular organismal movement" ;
    rdfs:subClassOf obo:GO_0032501 .

obo:GO_0050881
    obo:IAO_0000115 "The movement of an organism or part of an organism using mechanoreceptors, the nervous system, striated muscle and/or the skeletal system." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050881" ;
    a owl:Class ;
    rdfs:label "musculoskeletal movement" ;
    rdfs:subClassOf obo:GO_0050879, obo:GO_0050905 .

obo:GO_0050886
    obo:IAO_0000115 "The process that involves the secretion of or response to endocrine hormones. An endocrine hormone is a hormone released into the circulatory system." ;
    oboInOwl:hasExactSynonym "endocrine physiological process", "endocrine physiology" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050886" ;
    oboInOwl:inSubset go:goslim_generic, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "endocrine process" ;
    rdfs:subClassOf obo:GO_0003008 .

obo:GO_0050890
    obo:IAO_0000115 "The operation of the mind by which an organism becomes aware of objects of thought or perception; it includes the mental activities associated with thinking, learning, and memory." ;
    oboInOwl:hasDbXref "Wikipedia:Cognition" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050890" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "cognition" ;
    rdfs:subClassOf obo:GO_0050877 .

obo:GO_0050896
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus. The process begins with detection of the stimulus and ends with a change in state or activity or the cell or organism." ;
    oboInOwl:hasAlternativeId "GO:0051869" ;
    oboInOwl:hasExactSynonym "physiological response to stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050896" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_agr, go:goslim_flybase_ribbon, go:goslim_mouse, go:goslim_pir, go:goslim_prokaryote, go:goslim_prokaryote_ribbon ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to stimulus" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0050900
    obo:IAO_0000115 "The movement of a leukocyte within or between different tissues and organs of the body." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-202733" ;
    oboInOwl:hasExactSynonym "immune cell migration", "immune cell trafficking", "leucocyte migration", "leucocyte trafficking", "leukocyte trafficking" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050900" ;
    a owl:Class ;
    rdfs:label "leukocyte migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0002376, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000738
            ]
        )
    ] .

obo:GO_0050905
    obo:IAO_0000115 "Any process pertaining to the functions of the nervous and muscular systems of an organism." ;
    oboInOwl:hasExactSynonym "neuromotor process", "neuromuscular physiological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050905" ;
    a owl:Class ;
    rdfs:label "neuromuscular process" ;
    rdfs:subClassOf obo:GO_0050877 .

obo:GO_0050906
    obo:IAO_0000115 "The series of events involved in sensory perception in which a sensory stimulus is received and converted into a molecular signal." ;
    oboInOwl:hasDbXref "Wikipedia:Transduction_(physiology)" ;
    oboInOwl:hasExactSynonym "sensory detection of stimulus", "sensory perception, sensory transduction of stimulus", "sensory perception, stimulus detection", "sensory transduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050906" ;
    a owl:Class ;
    rdfs:label "detection of stimulus involved in sensory perception" ;
    rdfs:subClassOf obo:GO_0051606, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007600
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051606
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007600
            ]
        )
    ] .

obo:GO_0050907
    obo:IAO_0000115 "The series of events in which a chemical stimulus is received and converted into a molecular signal as part of sensory perception." ;
    oboInOwl:hasExactSynonym "sensory detection of chemical stimulus", "sensory detection of chemical stimulus during sensory perception", "sensory perception, sensory detection of chemical stimulus", "sensory perception, sensory transduction of chemical stimulus", "sensory transduction of chemical stimulus", "sensory transduction of chemical stimulus during sensory perception" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050907" ;
    a owl:Class ;
    rdfs:label "detection of chemical stimulus involved in sensory perception" ;
    rdfs:subClassOf obo:GO_0009593, obo:GO_0050906, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009593
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007600
            ]
        )
    ] .

obo:GO_0050908
    obo:IAO_0000115 "The series of events involved in visual perception in which a light stimulus is received and converted into a molecular signal." ;
    oboInOwl:hasExactSynonym "sensory detection of light during visual perception", "sensory detection of light stimulus during visual perception", "sensory transduction of light during visual perception", "sensory transduction of light stimulus during visual perception", "visual perception, detection of light stimulus", "visual perception, sensory transduction during perception of light", "visual perception, sensory transduction of light stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050908" ;
    a owl:Class ;
    rdfs:label "detection of light stimulus involved in visual perception" ;
    rdfs:subClassOf obo:GO_0050962, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007601
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009583
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007601
            ]
        )
    ] .

obo:GO_0050909
    obo:IAO_0000115 "The series of events required for an organism to receive a gustatory stimulus, convert it to a molecular signal, and recognize and characterize the signal. Gustation involves the direct detection of chemical composition, usually through contact with chemoreceptor cells. This is a neurological process." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9717189", "Wikipedia:Taste" ;
    oboInOwl:hasExactSynonym "gustation", "sense of taste", "taste", "taste perception" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050909" ;
    a owl:Class ;
    rdfs:label "sensory perception of taste" ;
    rdfs:subClassOf obo:GO_0007606 .

obo:GO_0050912
    obo:IAO_0000115 "The series of events involved in the perception of taste in which a gustatory chemical stimulus is received and converted into a molecular signal." ;
    oboInOwl:hasBroadSynonym "taste perception" ;
    oboInOwl:hasExactSynonym "perception of taste, detection of chemical stimulus", "perception of taste, sensory detection of chemical stimulus", "perception of taste, sensory transduction of chemical stimulus", "sensory detection of chemical stimulus during perception of taste", "sensory detection of taste", "sensory transduction of chemical stimulus during perception of taste", "sensory transduction of taste" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050912" ;
    a owl:Class ;
    rdfs:label "detection of chemical stimulus involved in sensory perception of taste" ;
    rdfs:subClassOf obo:GO_0050907, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009593
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0050909
            ]
        )
    ] .

obo:GO_0050931
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a pigmented cell, such as a melanocyte." ;
    oboInOwl:hasAlternativeId "GO:0043357", "GO:0043358" ;
    oboInOwl:hasExactSynonym "chromatophore differentiation", "pigmented cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050931" ;
    a owl:Class ;
    rdfs:comment "Note that the chromatophore mentioned here is distinct from the pigment bearing structure found in certain photosynthetic bacteria and cyanobacteria. It is also different from the plant chromoplast, which is also sometimes called a chromatophore." ;
    rdfs:label "pigment cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000147
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000147
            ]
        )
    ] .

obo:GO_0050932
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of pigmented cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050932" ;
    a owl:Class ;
    rdfs:label "regulation of pigment cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0050931
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0050931
            ]
        )
    ] .

obo:GO_0050941
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of pigment cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of pigment cell differentiation", "down-regulation of pigment cell differentiation", "downregulation of pigment cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of pigment cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050941" ;
    a owl:Class ;
    rdfs:label "negative regulation of pigment cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0048086, obo:GO_0050932, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0050931
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0050931
            ]
        )
    ] .

obo:GO_0050942
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of pigment cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of pigment cell differentiation", "up-regulation of pigment cell differentiation", "upregulation of pigment cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of pigment cell differentiation", "stimulation of pigment cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050942" ;
    a owl:Class ;
    rdfs:label "positive regulation of pigment cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0048087, obo:GO_0050932, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0050931
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0050931
            ]
        )
    ] .

obo:GO_0050953
    obo:IAO_0000115 "The series of events required for an organism to receive a sensory light stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050953" ;
    a owl:Class ;
    rdfs:label "sensory perception of light stimulus" ;
    rdfs:subClassOf obo:GO_0007600 .

obo:GO_0050954
    obo:IAO_0000115 "The series of events required for an organism to receive a sensory mechanical stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." ;
    oboInOwl:hasExactSynonym "mechanosensory perception", "perception of mechanical stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "chemi-mechanical coupling" ;
    oboInOwl:id "GO:0050954" ;
    a owl:Class ;
    rdfs:label "sensory perception of mechanical stimulus" ;
    rdfs:subClassOf obo:GO_0007600 .

obo:GO_0050962
    obo:IAO_0000115 "The series of events in which a light stimulus is received by a cell and converted into a molecular signal as part of the sensory perception of light." ;
    oboInOwl:hasExactSynonym "sensory detection of light stimulus", "sensory detection of light stimulus during sensory perception", "sensory perception, sensory detection of light stimulus", "sensory perception, sensory transduction of light stimulus", "sensory transduction of light stimulus", "sensory transduction of light stimulus during sensory perception" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050962" ;
    a owl:Class ;
    rdfs:label "detection of light stimulus involved in sensory perception" ;
    rdfs:subClassOf obo:GO_0009583, obo:GO_0050906, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050953
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009583
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007600
            ]
        )
    ] .

obo:GO_0050968
    obo:IAO_0000115 "The series of events involved in the perception of pain in which a chemical stimulus is received and converted into a molecular signal." ;
    oboInOwl:hasExactSynonym "perception of pain, detection of chemical stimulus", "perception of pain, sensory detection of chemical stimulus", "perception of pain, sensory transduction of chemical stimulus", "sensory detection of chemical stimulus during perception of pain", "sensory transduction of chemical stimulus during perception of pain" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "chemical nociception" ;
    oboInOwl:id "GO:0050968" ;
    a owl:Class ;
    rdfs:label "detection of chemical stimulus involved in sensory perception of pain" ;
    rdfs:subClassOf obo:GO_0050907, obo:GO_0062149 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009593
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0019233
            ]
        )
    ] .

obo:GO_0050975
    obo:IAO_0000115 "The series of events required for an organism to receive a touch stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process. The perception of touch in animals is mediated by mechanoreceptors in the skin and mucous membranes and is the sense by which contact with objects gives evidence as to certain of their qualities. Different types of touch can be perceived (for example, light, coarse, pressure and tickling) and the stimulus may be external or internal (e.g. the feeling of a full stomach)." ;
    oboInOwl:hasDbXref "Wikipedia:Touch" ;
    oboInOwl:hasExactSynonym "perception of touch", "tactile sense", "taction", "tactition" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0050975" ;
    a owl:Class ;
    rdfs:label "sensory perception of touch" ;
    rdfs:subClassOf obo:GO_0050954 .

obo:GO_0051046
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the controlled release of a substance from a cell or a tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051046" ;
    a owl:Class ;
    rdfs:label "regulation of secretion" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046903
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046903
            ]
        )
    ] .

obo:GO_0051047
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the controlled release of a substance from a cell or a tissue." ;
    oboInOwl:hasExactSynonym "up regulation of secretion", "up-regulation of secretion", "upregulation of secretion" ;
    oboInOwl:hasNarrowSynonym "activation of secretion", "stimulation of secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051047" ;
    a owl:Class ;
    rdfs:label "positive regulation of secretion" ;
    rdfs:subClassOf obo:GO_0051046, obo:GO_0051050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046903
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046903
            ]
        )
    ] .

obo:GO_0051048
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the controlled release of a substance from a cell or a tissue." ;
    oboInOwl:hasExactSynonym "down regulation of secretion", "down-regulation of secretion", "downregulation of secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051048" ;
    a owl:Class ;
    rdfs:label "negative regulation of secretion" ;
    rdfs:subClassOf obo:GO_0051046, obo:GO_0051051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046903
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046903
            ]
        )
    ] .

obo:GO_0051049
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of substances (such as macromolecules, small molecules, ions) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051049" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "regulation of transport" ;
    rdfs:subClassOf obo:GO_0032879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006810
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006810
            ]
        )
    ] .

obo:GO_0051050
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of substances (such as macromolecules, small molecules, ions) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of transport", "up-regulation of transport", "upregulation of transport" ;
    oboInOwl:hasNarrowSynonym "activation of transport", "stimulation of transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051050" ;
    a owl:Class ;
    rdfs:label "positive regulation of transport" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006810
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006810
            ]
        )
    ] .

obo:GO_0051051
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of substances (such as macromolecules, small molecules, ions) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of transport", "down-regulation of transport", "downregulation of transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051051" ;
    a owl:Class ;
    rdfs:label "negative regulation of transport" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006810
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006810
            ]
        )
    ] .

obo:GO_0051055
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of lipids." ;
    oboInOwl:hasExactSynonym "down regulation of lipid biosynthetic process", "down-regulation of lipid biosynthetic process", "downregulation of lipid biosynthetic process", "negative regulation of lipid anabolism", "negative regulation of lipid biosynthesis", "negative regulation of lipid formation", "negative regulation of lipid synthesis", "negative regulation of lipogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of lipid biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051055" ;
    a owl:Class ;
    rdfs:label "negative regulation of lipid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009890, obo:GO_0045833, obo:GO_0046890, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008610
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008610
            ]
        )
    ] .

obo:GO_0051078
    obo:IAO_0000115 "The cell cycle process in which the controlled breakdown of the nuclear membranes during meiotic cell division occurs." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "meiotic nuclear envelope breakdown", "meiotic nuclear envelope catabolism", "meiotic nuclear envelope degradation", "meiotic nuclear envelope disassembly" ;
    oboInOwl:id "GO:0051078" ;
    a owl:Class ;
    rdfs:label "meiotic nuclear membrane disassembly" ;
    rdfs:subClassOf obo:GO_0051081, obo:GO_1903046 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051081
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0051081
    obo:IAO_0000115 "The controlled breakdown of the nuclear membranes, for example during cellular division." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nuclear envelope breakdown", "nuclear envelope catabolism", "nuclear envelope degradation", "nuclear envelope disassembly" ;
    oboInOwl:id "GO:0051081" ;
    a owl:Class ;
    rdfs:label "nuclear membrane disassembly" ;
    rdfs:subClassOf obo:GO_0030397, obo:GO_0071763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0031965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0031965
            ]
        )
    ] .

obo:GO_0051093
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of development, the biological process whose specific outcome is the progression of an organism over time from an initial condition (e.g. a zygote, or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." ;
    oboInOwl:hasExactSynonym "down regulation of developmental process", "down-regulation of developmental process", "downregulation of developmental process" ;
    oboInOwl:hasNarrowSynonym "inhibition of developmental process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051093" ;
    a owl:Class ;
    rdfs:label "negative regulation of developmental process" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032502
            ]
        )
    ] .

obo:GO_0051094
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of development, the biological process whose specific outcome is the progression of an organism over time from an initial condition (e.g. a zygote, or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." ;
    oboInOwl:hasExactSynonym "up regulation of developmental process", "up-regulation of developmental process", "upregulation of developmental process" ;
    oboInOwl:hasNarrowSynonym "activation of developmental process", "stimulation of developmental process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051094" ;
    a owl:Class ;
    rdfs:label "positive regulation of developmental process" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032502
            ]
        )
    ] .

obo:GO_0051128
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell structures, including the plasma membrane and any external encapsulating structures such as the cell wall and cell envelope." ;
    oboInOwl:hasExactSynonym "regulation of cellular component organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cell organisation", "regulation of cell organization", "regulation of cellular component organization and biogenesis" ;
    oboInOwl:id "GO:0051128" ;
    a owl:Class ;
    rdfs:label "regulation of cellular component organization" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0016043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0016043
            ]
        )
    ] .

obo:GO_0051129
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell structures, including the plasma membrane and any external encapsulating structures such as the cell wall and cell envelope." ;
    oboInOwl:hasExactSynonym "down regulation of cell organization", "down-regulation of cell organization", "downregulation of cell organization" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cell organisation", "negative regulation of cellular component organization and biogenesis" ;
    oboInOwl:id "GO:0051129" ;
    a owl:Class ;
    rdfs:label "negative regulation of cellular component organization" ;
    rdfs:subClassOf obo:GO_0048523, obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0016043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0016043
            ]
        )
    ] .

obo:GO_0051130
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell structures, including the plasma membrane and any external encapsulating structures such as the cell wall and cell envelope." ;
    oboInOwl:hasExactSynonym "positive regulation of cell organisation", "up regulation of cell organization", "up-regulation of cell organization", "upregulation of cell organization" ;
    oboInOwl:hasNarrowSynonym "activation of cell organization", "stimulation of cell organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of cellular component organization and biogenesis" ;
    oboInOwl:id "GO:0051130" ;
    a owl:Class ;
    rdfs:label "positive regulation of cellular component organization" ;
    rdfs:subClassOf obo:GO_0048522, obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0016043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0016043
            ]
        )
    ] .

obo:GO_0051145
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a smooth muscle cell; smooth muscle lacks transverse striations in its constituent fibers and are almost always involuntary." ;
    oboInOwl:hasExactSynonym "nonstriated muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051145" ;
    a owl:Class ;
    rdfs:label "smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0042692, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000192
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000192
            ]
        )
    ] .

obo:GO_0051146
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a striated muscle cell; striated muscle fibers are divided by transverse bands into striations, and cardiac and voluntary muscle are types of striated muscle." ;
    oboInOwl:hasNarrowSynonym "voluntary muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051146" ;
    a owl:Class ;
    rdfs:label "striated muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0042692, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000737
            ]
        )
    ] .

obo:GO_0051147
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of muscle cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051147" ;
    a owl:Class ;
    rdfs:label "regulation of muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042692
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042692
            ]
        )
    ] .

obo:GO_0051148
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of muscle cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of muscle cell differentiation", "down-regulation of muscle cell differentiation", "downregulation of muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051148" ;
    a owl:Class ;
    rdfs:label "negative regulation of muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0051147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042692
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042692
            ]
        )
    ] .

obo:GO_0051149
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of muscle cell differentiation." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-525793" ;
    oboInOwl:hasExactSynonym "up regulation of muscle cell differentiation", "up-regulation of muscle cell differentiation", "upregulation of muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of muscle cell differentiation", "stimulation of muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051149" ;
    a owl:Class ;
    rdfs:label "positive regulation of muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0051147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042692
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042692
            ]
        )
    ] .

obo:GO_0051150
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of smooth muscle cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051150" ;
    a owl:Class ;
    rdfs:label "regulation of smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051145
            ]
        )
    ] .

obo:GO_0051151
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of smooth muscle cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of smooth muscle cell differentiation", "down-regulation of smooth muscle cell differentiation", "downregulation of smooth muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051151" ;
    a owl:Class ;
    rdfs:label "negative regulation of smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051148, obo:GO_0051150, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051145
            ]
        )
    ] .

obo:GO_0051152
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of smooth muscle cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of smooth muscle cell differentiation", "up-regulation of smooth muscle cell differentiation", "upregulation of smooth muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of smooth muscle cell differentiation", "stimulation of smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051152" ;
    a owl:Class ;
    rdfs:label "positive regulation of smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051149, obo:GO_0051150, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051145
            ]
        )
    ] .

obo:GO_0051153
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of striated muscle cell differentiation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051153" ;
    a owl:Class ;
    rdfs:label "regulation of striated muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051146
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051146
            ]
        )
    ] .

obo:GO_0051154
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of striated muscle cell differentiation." ;
    oboInOwl:hasExactSynonym "down regulation of striated muscle cell differentiation", "down-regulation of striated muscle cell differentiation", "downregulation of striated muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of striated muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051154" ;
    a owl:Class ;
    rdfs:label "negative regulation of striated muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051148, obo:GO_0051153, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051146
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051146
            ]
        )
    ] .

obo:GO_0051155
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of striated muscle cell differentiation." ;
    oboInOwl:hasExactSynonym "up regulation of striated muscle cell differentiation", "up-regulation of striated muscle cell differentiation", "upregulation of striated muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of striated muscle cell differentiation", "stimulation of striated muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051155" ;
    a owl:Class ;
    rdfs:label "positive regulation of striated muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051149, obo:GO_0051153, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051146
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051146
            ]
        )
    ] .

obo:GO_0051168
    obo:IAO_0000115 "The directed movement of substances out of the nucleus." ;
    oboInOwl:hasExactSynonym "export from nucleus", "nucleus export", "substance nuclear export" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051168" ;
    a owl:Class ;
    rdfs:label "nuclear export" ;
    rdfs:subClassOf obo:GO_0006913, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0031981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005829
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0031981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005635
            ]
        )
    ] .

obo:GO_0051169
    obo:IAO_0000115 "The directed movement of substances into, out of, or within the nucleus." ;
    oboInOwl:hasDbXref "Wikipedia:Nuclear_transport" ;
    oboInOwl:hasExactSynonym "nucleus transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051169" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "nuclear transport" ;
    rdfs:subClassOf obo:GO_0046907, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002344 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002344 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0051170
    obo:IAO_0000115 "The directed movement of substances into the nucleus." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-12-19T15:26:34Z" ;
    oboInOwl:hasAlternativeId "GO:1902593" ;
    oboInOwl:hasExactSynonym "nuclear import", "nuclear translocation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051170" ;
    a owl:Class ;
    rdfs:label "import into nucleus" ;
    rdfs:subClassOf obo:GO_0006913, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0031981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0031981
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005635
            ]
        )
    ] .

obo:GO_0051175
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving sulfur or compounds containing sulfur." ;
    oboInOwl:hasExactSynonym "down regulation of sulfur metabolic process", "down-regulation of sulfur metabolic process", "downregulation of sulfur metabolic process", "negative regulation of sulfur metabolism", "negative regulation of sulphur metabolic process", "negative regulation of sulphur metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of sulfur metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051175" ;
    a owl:Class ;
    rdfs:label "negative regulation of sulfur metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0042762, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006790
            ]
        )
    ] .

obo:GO_0051176
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving sulfur or compounds containing sulfur." ;
    oboInOwl:hasExactSynonym "positive regulation of sulfur metabolism", "positive regulation of sulphur metabolic process", "positive regulation of sulphur metabolism", "up regulation of sulfur metabolic process", "up-regulation of sulfur metabolic process", "upregulation of sulfur metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of sulfur metabolic process", "stimulation of sulfur metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051176" ;
    a owl:Class ;
    rdfs:label "positive regulation of sulfur metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0042762, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006790
            ]
        )
    ] .

obo:GO_0051179
    obo:IAO_0000115 "Any process in which a cell, a substance, or a cellular entity, such as a protein complex or organelle, is transported, tethered to or otherwise maintained in a specific location. In the case of substances, localization may also be achieved via selective degradation." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-12-18T13:51:04Z" ;
    oboInOwl:hasAlternativeId "GO:1902578" ;
    oboInOwl:hasExactSynonym "establishment and maintenance of localization", "establishment and maintenance of position", "localisation" ;
    oboInOwl:hasNarrowSynonym "establishment and maintenance of cellular component location", "establishment and maintenance of substance location", "establishment and maintenance of substrate location" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single organism localization", "single-organism localization" ;
    oboInOwl:id "GO:0051179" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "localization" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0051216
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cartilage element over time, from its formation to the mature structure. Cartilage elements are skeletal elements that consist of connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." ;
    oboInOwl:hasDbXref "Wikipedia:Chondrogenesis" ;
    oboInOwl:hasExactSynonym "cartilage biogenesis", "cartilage biosynthesis", "cartilage element development", "cartilage formation", "cartilage organ development", "chondrogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051216" ;
    a owl:Class ;
    rdfs:label "cartilage development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001501
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061448
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0007844
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0007844
            ]
        )
    ] .

obo:GO_0051222
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of a protein into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of protein transport", "up-regulation of protein transport", "upregulation of protein transport" ;
    oboInOwl:hasNarrowSynonym "activation of protein transport", "stimulation of protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051222" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein transport" ;
    rdfs:subClassOf obo:GO_0051050, obo:GO_0051223, obo:GO_1904951, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0015031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0015031
            ]
        )
    ] .

obo:GO_0051223
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of a protein into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051223" ;
    a owl:Class ;
    rdfs:label "regulation of protein transport" ;
    rdfs:subClassOf obo:GO_0051049, obo:GO_0070201, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0015031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0015031
            ]
        )
    ] .

obo:GO_0051224
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of a protein into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of protein transport", "down-regulation of protein transport", "downregulation of protein transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051224" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein transport" ;
    rdfs:subClassOf obo:GO_0051051, obo:GO_0051223, obo:GO_1904950, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0015031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0015031
            ]
        )
    ] .

obo:GO_0051234
    obo:IAO_0000115 "Any process that localizes a substance or cellular component. This may occur via movement, tethering or selective degradation." ;
    oboInOwl:hasExactSynonym "establishment of localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051234" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_agr, go:goslim_flybase_ribbon, go:goslim_mouse, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "establishment of localization" ;
    rdfs:subClassOf obo:GO_0051179 .

obo:GO_0051235
    obo:IAO_0000115 "Any process in which a cell, substance or cellular entity, such as a protein complex or organelle, is maintained in a location and prevented from moving elsewhere." ;
    oboInOwl:hasExactSynonym "maintenance of localization" ;
    oboInOwl:hasNarrowSynonym "retention", "sequestering", "storage" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051235" ;
    a owl:Class ;
    rdfs:label "maintenance of location" ;
    rdfs:subClassOf obo:GO_0051179 .

obo:GO_0051236
    obo:IAO_0000115 "The directed movement of RNA to a specific location." ;
    oboInOwl:hasExactSynonym "RNA positioning", "RNA recruitment", "establishment of RNA localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051236" ;
    a owl:Class ;
    rdfs:label "establishment of RNA localization" ;
    rdfs:subClassOf obo:GO_0051234, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006403
    ] .

obo:GO_0051239
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a multicellular organismal process, the processes pertinent to the function of a multicellular organism above the cellular level; includes the integrated processes of tissues and organs." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051239" ;
    a owl:Class ;
    rdfs:label "regulation of multicellular organismal process" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032501
            ]
        )
    ] .

obo:GO_0051240
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of an organismal process, any of the processes pertinent to the function of an organism above the cellular level; includes the integrated processes of tissues and organs." ;
    oboInOwl:hasExactSynonym "up regulation of multicellular organismal process", "up-regulation of multicellular organismal process", "upregulation of multicellular organismal process" ;
    oboInOwl:hasNarrowSynonym "activation of multicellular organismal process", "stimulation of multicellular organismal process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051240" ;
    a owl:Class ;
    rdfs:label "positive regulation of multicellular organismal process" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032501
            ]
        )
    ] .

obo:GO_0051241
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of an organismal process, the processes pertinent to the function of an organism above the cellular level; includes the integrated processes of tissues and organs." ;
    oboInOwl:hasExactSynonym "down regulation of multicellular organismal process", "down-regulation of multicellular organismal process", "downregulation of multicellular organismal process" ;
    oboInOwl:hasNarrowSynonym "inhibition of multicellular organismal process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051241" ;
    a owl:Class ;
    rdfs:label "negative regulation of multicellular organismal process" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032501
            ]
        )
    ] .

obo:GO_0051246
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving a protein." ;
    oboInOwl:hasAlternativeId "GO:0032268" ;
    oboInOwl:hasExactSynonym "regulation of protein metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cellular protein metabolic process", "regulation of cellular protein metabolism" ;
    oboInOwl:id "GO:0051246" ;
    a owl:Class ;
    rdfs:label "regulation of protein metabolic process" ;
    rdfs:subClassOf obo:GO_0060255, obo:GO_0080090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0019538
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0019538
            ]
        )
    ] .

obo:GO_0051247
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving a protein." ;
    oboInOwl:hasAlternativeId "GO:0032270" ;
    oboInOwl:hasExactSynonym "positive regulation of cellular protein metabolic process", "positive regulation of cellular protein metabolism", "positive regulation of protein metabolism", "up regulation of cellular protein metabolic process", "up regulation of protein metabolic process", "up-regulation of cellular protein metabolic process", "up-regulation of protein metabolic process", "upregulation of cellular protein metabolic process", "upregulation of protein metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of cellular protein metabolic process", "activation of protein metabolic process", "stimulation of cellular protein metabolic process", "stimulation of protein metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051247" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein metabolic process" ;
    rdfs:subClassOf obo:GO_0010604, obo:GO_0051246, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0019538
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0019538
            ]
        )
    ] .

obo:GO_0051248
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of chemical reactions and pathways involving a protein." ;
    oboInOwl:hasAlternativeId "GO:0032269" ;
    oboInOwl:hasExactSynonym "down regulation of cellular protein metabolic process", "down regulation of protein metabolic process", "down-regulation of cellular protein metabolic process", "down-regulation of protein metabolic process", "downregulation of cellular protein metabolic process", "downregulation of protein metabolic process", "negative regulation of cellular protein metabolic process", "negative regulation of cellular protein metabolism", "negative regulation of protein metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of cellular protein metabolic process", "inhibition of protein metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051248" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein metabolic process" ;
    rdfs:subClassOf obo:GO_0010605, obo:GO_0051246, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0019538
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0019538
            ]
        )
    ] .

obo:GO_0051249
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of lymphocyte activation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051249" ;
    a owl:Class ;
    rdfs:label "regulation of lymphocyte activation" ;
    rdfs:subClassOf obo:GO_0002694, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0046649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0046649
            ]
        )
    ] .

obo:GO_0051250
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of lymphocyte activation." ;
    oboInOwl:hasExactSynonym "down regulation of lymphocyte activation", "down-regulation of lymphocyte activation", "downregulation of lymphocyte activation" ;
    oboInOwl:hasNarrowSynonym "inhibition of lymphocyte activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051250" ;
    a owl:Class ;
    rdfs:label "negative regulation of lymphocyte activation" ;
    rdfs:subClassOf obo:GO_0002695, obo:GO_0051249, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0046649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0046649
            ]
        )
    ] .

obo:GO_0051251
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of lymphocyte activation." ;
    oboInOwl:hasExactSynonym "up regulation of lymphocyte activation", "up-regulation of lymphocyte activation", "upregulation of lymphocyte activation" ;
    oboInOwl:hasNarrowSynonym "activation of lymphocyte activation", "stimulation of lymphocyte activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051251" ;
    a owl:Class ;
    rdfs:label "positive regulation of lymphocyte activation" ;
    rdfs:subClassOf obo:GO_0002696, obo:GO_0051249, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0046649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0046649
            ]
        )
    ] .

obo:GO_0051252
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving RNA." ;
    oboInOwl:hasExactSynonym "regulation of RNA metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051252" ;
    a owl:Class ;
    rdfs:label "regulation of RNA metabolic process" ;
    rdfs:subClassOf obo:GO_0019219, obo:GO_0060255, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0016070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0016070
            ]
        )
    ] .

obo:GO_0051253
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving RNA." ;
    oboInOwl:hasExactSynonym "down regulation of RNA metabolic process", "down-regulation of RNA metabolic process", "downregulation of RNA metabolic process", "negative regulation of RNA metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of RNA metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051253" ;
    a owl:Class ;
    rdfs:label "negative regulation of RNA metabolic process" ;
    rdfs:subClassOf obo:GO_0010605, obo:GO_0045934, obo:GO_0051252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0016070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0016070
            ]
        )
    ] .

obo:GO_0051254
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving RNA." ;
    oboInOwl:hasExactSynonym "positive regulation of RNA metabolism", "up regulation of RNA metabolic process", "up-regulation of RNA metabolic process", "upregulation of RNA metabolic process" ;
    oboInOwl:hasNarrowSynonym "activation of RNA metabolic process", "stimulation of RNA metabolic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051254" ;
    a owl:Class ;
    rdfs:label "positive regulation of RNA metabolic process" ;
    rdfs:subClassOf obo:GO_0010604, obo:GO_0045935, obo:GO_0051252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0016070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0016070
            ]
        )
    ] .

obo:GO_0051258
    obo:IAO_0000115 "The process of creating protein polymers, compounds composed of a large number of component monomers; polymeric proteins may be made up of different or identical monomers. Polymerization occurs by the addition of extra monomers to an existing poly- or oligomeric protein." ;
    oboInOwl:hasExactSynonym "protein polymer biosynthesis", "protein polymer biosynthetic process", "protein polymer formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051258" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "protein polymerization" ;
    rdfs:subClassOf obo:GO_0065003 .

obo:GO_0051261
    obo:IAO_0000115 "The process in which protein polymers, compounds composed of a large number of component monomers, are broken down. Depolymerization occurs by the successive removal of monomers from an existing poly- or oligomeric protein." ;
    oboInOwl:hasExactSynonym "protein polymer breakdown", "protein polymer catabolic process", "protein polymer catabolism", "protein polymer degradation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051261" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "protein depolymerization" ;
    rdfs:subClassOf obo:GO_0032984 .

obo:GO_0051276
    obo:IAO_0000115 "A process that is carried out at the cellular level that results in the assembly, arrangement of constituent parts, or disassembly of chromosomes, structures composed of a very long molecule of DNA and associated proteins that carries hereditary information. This term covers covalent modifications at the molecular level as well as spatial relationships among the major components of a chromosome." ;
    oboInOwl:hasAlternativeId "GO:0006323", "GO:0007001", "GO:0051277" ;
    oboInOwl:hasExactSynonym "DNA condensation", "chromosome organisation" ;
    oboInOwl:hasNarrowSynonym "DNA packaging" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "chromosome organization and biogenesis", "maintenance of genome integrity", "nuclear genome maintenance" ;
    oboInOwl:id "GO:0051276" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "chromosome organization" ;
    rdfs:subClassOf obo:GO_0006996, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005694
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005694
            ]
        )
    ] .

obo:GO_0051301
    obo:IAO_0000115 "The process resulting in division and partitioning of components of a cell to form more cells; may or may not be accompanied by the physical separation of a cell into distinct, individually membrane-bounded daughter cells." ;
    oboInOwl:hasDbXref "Wikipedia:Cell_division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051301" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term differs from 'cytokinesis ; GO:0000910' in that cytokinesis does not include nuclear division." ;
    rdfs:label "cell division" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0051302
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the physical partitioning and separation of a cell into daughter cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051302" ;
    a owl:Class ;
    rdfs:label "regulation of cell division" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051301
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051301
            ]
        )
    ] .

obo:GO_0051303
    obo:IAO_0000115 "The directed movement of a chromosome to a specific location." ;
    oboInOwl:hasExactSynonym "chromosome positioning", "establishment of chromosome localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051303" ;
    a owl:Class ;
    rdfs:label "establishment of chromosome localization" ;
    rdfs:subClassOf obo:GO_0050000, obo:GO_0051649, obo:GO_0051656 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051234
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005694
            ]
        )
    ] .

obo:GO_0051321
    obo:IAO_0000115 "Progression through the phases of the meiotic cell cycle, in which canonically a cell replicates to produce four offspring with half the chromosomal content of the progenitor cell via two nuclear divisions." ;
    oboInOwl:hasAlternativeId "GO:0007126" ;
    oboInOwl:hasDbXref "Wikipedia:Meiosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "meiosis" ;
    oboInOwl:id "GO:0051321" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that this term should not be confused with 'GO:0140013 ; meiotic nuclear division'. 'GO:0051321 ; meiotic cell cycle represents the entire mitotic cell cycle, while 'GO:0140013 meiotic nuclear division' specifically represents the actual nuclear division step of the mitotic cell cycle." ;
    rdfs:label "meiotic cell cycle" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0007049, obo:GO_0022414, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0019953
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0140013
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0140013
            ]
        )
    ] .

obo:GO_0051402
    obo:IAO_0000115 "Any apoptotic process in a neuron, the basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system." ;
    oboInOwl:hasExactSynonym "apoptosis of neuronal cells", "apoptosis of neurons", "neuron programmed cell death by apoptosis", "neuronal cell apoptosis", "neuronal cell programmed cell death by apoptosis", "programmed cell death of neuronal cells by apoptosis", "programmed cell death of neurons by apoptosis", "programmed cell death, neuronal cells", "programmed cell death, neurons" ;
    oboInOwl:hasNarrowSynonym "neuron apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051402" ;
    a owl:Class ;
    rdfs:label "neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0051418
    obo:IAO_0000115 "The 'de novo' formation of a microtubule, mediated by the microtubule organizing center." ;
    oboInOwl:hasExactSynonym "MTOC-mediated microtubule nucleation", "microtubule nucleation by MTOC", "microtubule nucleation by microtubule organising centre", "microtubule organizing center-mediated microtubule nucleation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051418" ;
    a owl:Class ;
    rdfs:label "microtubule nucleation by microtubule organizing center" ;
    rdfs:subClassOf obo:GO_0007020, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0005815
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0005815
            ]
        )
    ] .

obo:GO_0051445
    obo:IAO_0000115 "Any process that modulates the rate or extent of progression through the meiotic cell cycle." ;
    oboInOwl:hasExactSynonym "meiotic cell cycle modulation", "meiotic cell cycle regulation", "modulation of meiotic cell cycle progression", "regulation of meiotic cell cycle progression", "regulation of progression through meiotic cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "meiotic cell cycle regulator" ;
    oboInOwl:id "GO:0051445" ;
    a owl:Class ;
    rdfs:label "regulation of meiotic cell cycle" ;
    rdfs:subClassOf obo:GO_0051726, obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051321
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0051446
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of progression through the meiotic cell cycle." ;
    oboInOwl:hasExactSynonym "positive regulation of meiotic cell cycle progression", "positive regulation of progression through meiotic cell cycle", "up regulation of progression through meiotic cell cycle", "up-regulation of progression through meiotic cell cycle", "upregulation of progression through meiotic cell cycle" ;
    oboInOwl:hasNarrowSynonym "activation of progression through meiotic cell cycle", "stimulation of progression through meiotic cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051446" ;
    a owl:Class ;
    rdfs:label "positive regulation of meiotic cell cycle" ;
    rdfs:subClassOf obo:GO_0045787, obo:GO_0051445, obo:GO_2000243, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051321
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0051447
    obo:IAO_0000115 "Any process that stops, prevents or reduces the rate or extent of progression through the meiotic cell cycle." ;
    oboInOwl:hasExactSynonym "down regulation of progression through meiotic cell cycle", "down-regulation of progression through meiotic cell cycle", "downregulation of progression through meiotic cell cycle", "negative regulation of meiotic cell cycle progression", "negative regulation of progression through meiotic cell cycle" ;
    oboInOwl:hasNarrowSynonym "inhibition of progression through meiotic cell cycle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051447" ;
    a owl:Class ;
    rdfs:label "negative regulation of meiotic cell cycle" ;
    rdfs:subClassOf obo:GO_0045786, obo:GO_0051445, obo:GO_2000242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051321
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0051450
    obo:IAO_0000115 "The multiplication or reproduction of myoblasts, resulting in the expansion of a myoblast cell population. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051450" ;
    a owl:Class ;
    rdfs:label "myoblast proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000056
            ]
        )
    ] .

obo:GO_0051451
    obo:IAO_0000115 "The orderly movement of a myoblast from one site to another, often during the development of a multicellular organism. A myoblast is a cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051451" ;
    a owl:Class ;
    rdfs:label "myoblast migration" ;
    rdfs:subClassOf obo:GO_0014812, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000056
            ]
        )
    ] .

obo:GO_0051457
    obo:IAO_0000115 "Any process in which a protein is maintained in the nucleus and prevented from moving elsewhere. These include sequestration within the nucleus, protein stabilization to prevent transport elsewhere and the active retrieval of proteins that escape the nucleus." ;
    oboInOwl:hasExactSynonym "maintenance of nuclear protein localization", "maintenance of protein location in cell nucleus" ;
    oboInOwl:hasNarrowSynonym "nuclear protein retention", "nuclear protein sequestering", "nuclear protein sequestration", "protein retention in nucleus", "protein sequestration in nucleus", "protein storage in nucleus", "protein-nuclear retention", "sequestration of protein in nucleus", "storage of protein in nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of protein localization in nucleus" ;
    oboInOwl:id "GO:0051457" ;
    a owl:Class ;
    rdfs:label "maintenance of protein location in nucleus" ;
    rdfs:subClassOf obo:GO_0072595, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0034504
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045185
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0051469
    obo:IAO_0000115 "The joining of the lipid bilayer membrane around a vesicle with the lipid bilayer membrane around the vacuole." ;
    oboInOwl:hasAlternativeId "GO:0042146" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "heterotypic vacuole fusion (non-autophagic)", "heterotypic vacuole fusion, non-autophagic" ;
    oboInOwl:id "GO:0051469" ;
    a owl:Class ;
    rdfs:label "vesicle fusion with vacuole" ;
    rdfs:subClassOf obo:GO_0006906, obo:GO_0097576, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0031982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0005773
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0051493
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures." ;
    oboInOwl:hasExactSynonym "regulation of cytoskeleton organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cytoskeleton organization and biogenesis" ;
    oboInOwl:id "GO:0051493" ;
    a owl:Class ;
    rdfs:label "regulation of cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0033043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007010
            ]
        )
    ] .

obo:GO_0051494
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures." ;
    oboInOwl:hasExactSynonym "down regulation of cytoskeleton organization", "down-regulation of cytoskeleton organization", "downregulation of cytoskeleton organization", "negative regulation of cytoskeleton organisation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cytoskeleton organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cytoskeleton organization and biogenesis" ;
    oboInOwl:id "GO:0051494" ;
    a owl:Class ;
    rdfs:label "negative regulation of cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0010639, obo:GO_0051493, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007010
            ]
        )
    ] .

obo:GO_0051495
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures." ;
    oboInOwl:hasExactSynonym "positive regulation of cytoskeleton organisation", "up regulation of cytoskeleton organization", "up-regulation of cytoskeleton organization", "upregulation of cytoskeleton organization" ;
    oboInOwl:hasNarrowSynonym "activation of cytoskeleton organization", "stimulation of cytoskeleton organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of cytoskeleton organization and biogenesis" ;
    oboInOwl:id "GO:0051495" ;
    a owl:Class ;
    rdfs:label "positive regulation of cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0010638, obo:GO_0051493, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007010
            ]
        )
    ] .

obo:GO_0051588
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051588" ;
    a owl:Class ;
    rdfs:label "regulation of neurotransmitter transport" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006836
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006836
            ]
        )
    ] .

obo:GO_0051589
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of neurotransmitter transport", "down-regulation of neurotransmitter transport", "downregulation of neurotransmitter transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of neurotransmitter transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051589" ;
    a owl:Class ;
    rdfs:label "negative regulation of neurotransmitter transport" ;
    rdfs:subClassOf obo:GO_0051051, obo:GO_0051588, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006836
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006836
            ]
        )
    ] .

obo:GO_0051590
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of neurotransmitter transport", "up-regulation of neurotransmitter transport", "upregulation of neurotransmitter transport" ;
    oboInOwl:hasNarrowSynonym "activation of neurotransmitter transport", "stimulation of neurotransmitter transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051590" ;
    a owl:Class ;
    rdfs:label "positive regulation of neurotransmitter transport" ;
    rdfs:subClassOf obo:GO_0051050, obo:GO_0051588, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006836
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006836
            ]
        )
    ] .

obo:GO_0051606
    obo:IAO_0000115 "The series of events in which a stimulus is received by a cell or organism and converted into a molecular signal." ;
    oboInOwl:hasExactSynonym "stimulus detection" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "perception of stimulus", "stimulus sensing" ;
    oboInOwl:id "GO:0051606" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "detection of stimulus" ;
    rdfs:subClassOf obo:GO_0050896 .

obo:GO_0051620
    obo:IAO_0000115 "The directed movement of norepinephrine into a cell, typically presynaptic neurons or glial cells. Norepinephrine (3,4-dihydroxyphenyl-2-aminoethanol) is a hormone secreted by the adrenal medulla and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts of the CNS. It is also the biosynthetic precursor of epinephrine." ;
    oboInOwl:hasExactSynonym "levarterenol reuptake", "levarterenol uptake", "noradrenaline reuptake", "noradrenaline uptake", "norepinephrine import", "norepinephrine reuptake" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051620" ;
    a owl:Class ;
    rdfs:label "norepinephrine uptake" ;
    rdfs:subClassOf obo:GO_0015874, obo:GO_0090493 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_72587
            ]
        )
    ] .

obo:GO_0051621
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of the neurotransmitter norepinephrine into a cell." ;
    oboInOwl:hasExactSynonym "regulation of levarterenol uptake", "regulation of noradrenaline uptake", "regulation of norepinephrine import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051621" ;
    a owl:Class ;
    rdfs:label "regulation of norepinephrine uptake" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051620
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051620
            ]
        )
    ] .

obo:GO_0051622
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of norepinephrine into a cell." ;
    oboInOwl:hasExactSynonym "down regulation of norepinephrine uptake", "down-regulation of norepinephrine uptake", "downregulation of norepinephrine uptake", "negative regulation of levarterenol uptake", "negative regulation of noradrenaline uptake", "negative regulation of norepinephrine import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051622" ;
    a owl:Class ;
    rdfs:label "negative regulation of norepinephrine uptake" ;
    rdfs:subClassOf obo:GO_0051051, obo:GO_0051621, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051620
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051620
            ]
        )
    ] .

obo:GO_0051623
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of norepinephrine into a cell." ;
    oboInOwl:hasExactSynonym "positive regulation of levarterenol uptake", "positive regulation of noradrenaline uptake", "positive regulation of norepinephrine import", "up regulation of norepinephrine uptake", "up-regulation of norepinephrine uptake", "upregulation of norepinephrine uptake" ;
    oboInOwl:hasNarrowSynonym "activation of norepinephrine uptake", "stimulation of norepinephrine uptake" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051623" ;
    a owl:Class ;
    rdfs:label "positive regulation of norepinephrine uptake" ;
    rdfs:subClassOf obo:GO_0051050, obo:GO_0051621, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051620
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051620
            ]
        )
    ] .

obo:GO_0051630
    obo:IAO_0000115 "The directed movement of acetylcholine into a cell, typically presynaptic neurons or glial cells. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." ;
    oboInOwl:hasExactSynonym "acetylcholine import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051630" ;
    a owl:Class ;
    rdfs:label "acetylcholine uptake" ;
    rdfs:subClassOf obo:GO_0015870, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005576
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_15355
            ]
        )
    ] .

obo:GO_0051631
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of the neurotransmitter acetylcholine into a cell." ;
    oboInOwl:hasExactSynonym "regulation of acetylcholine import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051631" ;
    a owl:Class ;
    rdfs:label "regulation of acetylcholine uptake" ;
    rdfs:subClassOf obo:GO_0051952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051630
            ]
        )
    ] .

obo:GO_0051632
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of acetylcholine into a cell." ;
    oboInOwl:hasExactSynonym "down regulation of acetylcholine uptake", "down-regulation of acetylcholine uptake", "downregulation of acetylcholine uptake", "negative regulation of acetylcholine import" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051632" ;
    a owl:Class ;
    rdfs:label "negative regulation of acetylcholine uptake" ;
    rdfs:subClassOf obo:GO_0051631, obo:GO_0051953, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051630
            ]
        )
    ] .

obo:GO_0051633
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of acetylcholine into a cell." ;
    oboInOwl:hasExactSynonym "positive regulation of acetylcholine import", "up regulation of acetylcholine uptake", "up-regulation of acetylcholine uptake", "upregulation of acetylcholine uptake" ;
    oboInOwl:hasNarrowSynonym "activation of acetylcholine uptake", "stimulation of acetylcholine uptake" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051633" ;
    a owl:Class ;
    rdfs:label "positive regulation of acetylcholine uptake" ;
    rdfs:subClassOf obo:GO_0051631, obo:GO_0051954, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051630
            ]
        )
    ] .

obo:GO_0051640
    obo:IAO_0000115 "Any process in which an organelle is transported to, and/or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "establishment and maintenance of organelle localization", "organelle localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051640" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "organelle localization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051179, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0051641
    obo:IAO_0000115 "A cellular localization process whereby a substance or cellular entity, such as a protein complex or organelle, is transported to, and/or maintained in, a specific location within a cell including the localization of substances or cellular entities to the cell membrane." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-12-18T14:04:32Z" ;
    oboInOwl:hasAlternativeId "GO:1902580" ;
    oboInOwl:hasExactSynonym "cellular localisation", "establishment and maintenance of cellular localization", "establishment and maintenance of localization in cell or cell membrane", "single organism cellular localization" ;
    oboInOwl:hasNarrowSynonym "intracellular localization", "localization within cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism cellular localization" ;
    oboInOwl:id "GO:0051641" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "cellular localization" ;
    rdfs:subClassOf obo:GO_0009987, obo:GO_0051179 .

obo:GO_0051645
    obo:IAO_0000115 "Any process in which the Golgi is transported to, and/or maintained in, a specific location within the cell." ;
    oboInOwl:hasExactSynonym "Golgi apparatus localization", "Golgi body localization", "Golgi localisation", "establishment and maintenance of Golgi localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051645" ;
    a owl:Class ;
    rdfs:label "Golgi localization" ;
    rdfs:subClassOf obo:GO_0051640, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0005794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0051647
    obo:IAO_0000115 "Any process in which the nucleus is transported to, and/or maintained in, a specific location within the cell." ;
    oboInOwl:hasExactSynonym "cell nucleus localization", "establishment and maintenance of nucleus localization", "localization of nucleus", "nucleus localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051647" ;
    a owl:Class ;
    rdfs:label "nucleus localization" ;
    rdfs:subClassOf obo:GO_0051640, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0051648
    obo:IAO_0000115 "Any process in which a vesicle or vesicles are transported to, and/or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "cytoplasmic vesicle localization", "establishment and maintenance of vesicle localization", "vesicle localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051648" ;
    a owl:Class ;
    rdfs:label "vesicle localization" ;
    rdfs:subClassOf obo:GO_0051640, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0031982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0051649
    obo:IAO_0000115 "Any process, occurring in a cell, that localizes a substance or cellular component. This may occur via movement, tethering or selective degradation." ;
    oboInOwl:hasExactSynonym "establishment of localisation in cell" ;
    oboInOwl:hasNarrowSynonym "establishment of intracellular localization", "establishment of localization within cell", "positioning within cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "establishment of cellular localization" ;
    oboInOwl:id "GO:0051649" ;
    a owl:Class ;
    rdfs:label "establishment of localization in cell" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051234, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051641
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051234
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0051650
    obo:IAO_0000115 "The directed movement of a vesicle to a specific location." ;
    oboInOwl:hasExactSynonym "establishment of vesicle localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051650" ;
    a owl:Class ;
    rdfs:label "establishment of vesicle localization" ;
    rdfs:subClassOf obo:GO_0051648, obo:GO_0051649, obo:GO_0051656 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051234
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0051651
    obo:IAO_0000115 "Any process in which a substance or cellular entity, such as a protein complex or organelle, is maintained in a specific location within, or in the membrane of, a cell, and is prevented from moving elsewhere." ;
    oboInOwl:hasNarrowSynonym "cellular retention", "cellular sequestering", "cellular storage", "intracellular retention", "intracellular sequestering", "intracellular storage", "maintenance of intracellular localization", "maintenance of localization within cell", "retention within cell", "sequestering within cell", "storage within cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of cellular localization", "maintenance of localization in cell" ;
    oboInOwl:id "GO:0051651" ;
    a owl:Class ;
    rdfs:label "maintenance of location in cell" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, obo:GO_0051235, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051641
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000000
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051235
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0051652
    obo:IAO_0000115 "Any process in which a chromosome is maintained in a specific location within a cell and prevented from moving elsewhere." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of chromosome localization" ;
    oboInOwl:id "GO:0051652" ;
    a owl:Class ;
    rdfs:label "maintenance of chromosome location" ;
    rdfs:subClassOf obo:GO_0050000, obo:GO_0051657 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005694
            ]
        )
    ] .

obo:GO_0051655
    obo:IAO_0000115 "Any process in which a vesicle is maintained in a specific location within a cell and prevented from moving elsewhere." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of vesicle localization" ;
    oboInOwl:id "GO:0051655" ;
    a owl:Class ;
    rdfs:label "maintenance of vesicle location" ;
    rdfs:subClassOf obo:GO_0051648, obo:GO_0051657 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0051656
    obo:IAO_0000115 "The directed movement of an organelle to a specific location." ;
    oboInOwl:hasExactSynonym "establishment of organelle localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051656" ;
    a owl:Class ;
    rdfs:label "establishment of organelle localization" ;
    rdfs:subClassOf obo:GO_0051234, obo:GO_0051640 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051234
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0051657
    obo:IAO_0000115 "Any process in which an organelle is maintained in a specific location within a cell and prevented from moving elsewhere." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of organelle localization" ;
    oboInOwl:id "GO:0051657" ;
    a owl:Class ;
    rdfs:label "maintenance of organelle location" ;
    rdfs:subClassOf obo:GO_0051651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051640
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0051658
    obo:IAO_0000115 "Any process in which the nucleus is maintained in a specific location within a cell and prevented from moving elsewhere." ;
    oboInOwl:hasExactSynonym "maintenance of cell nucleus location" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of nucleus localization" ;
    oboInOwl:id "GO:0051658" ;
    a owl:Class ;
    rdfs:label "maintenance of nucleus location" ;
    rdfs:subClassOf obo:GO_0051647, obo:GO_0051657 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0051668
    obo:IAO_0000115 "Any process in which a substance or cellular entity, such as a protein complex or organelle, is transported to, and/or maintained in, a specific location within a membrane." ;
    oboInOwl:hasExactSynonym "establishment and maintenance of localization in membrane", "establishment and maintenance of position in membrane", "localisation within membrane", "localization to membrane" ;
    oboInOwl:hasNarrowSynonym "positioning within membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051668" ;
    a owl:Class ;
    rdfs:label "localization within membrane" ;
    rdfs:subClassOf obo:GO_0051641, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0051674
    obo:IAO_0000115 "Any process in which a cell is transported to, and/or maintained in, a specific location." ;
    oboInOwl:hasExactSynonym "cell localization", "establishment and maintenance of cell localization", "establishment and maintenance of localization of cell", "localisation of cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051674" ;
    a owl:Class ;
    rdfs:label "localization of cell" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, obo:GO_0051179, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000000
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000000
            ]
        )
    ] .

obo:GO_0051683
    obo:IAO_0000115 "The directed movement of the Golgi to a specific location." ;
    oboInOwl:hasExactSynonym "establishment of Golgi apparatus localization", "establishment of Golgi body localization", "establishment of Golgi localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051683" ;
    a owl:Class ;
    rdfs:label "establishment of Golgi localization" ;
    rdfs:subClassOf obo:GO_0051645, obo:GO_0051649, obo:GO_0051656 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051234
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0051684
    obo:IAO_0000115 "Any process in which the Golgi is maintained in a specific location within a cell and prevented from moving elsewhere." ;
    oboInOwl:hasExactSynonym "maintenance of Golgi apparatus localization", "maintenance of Golgi body localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "maintenance of Golgi localization" ;
    oboInOwl:id "GO:0051684" ;
    a owl:Class ;
    rdfs:label "maintenance of Golgi location" ;
    rdfs:subClassOf obo:GO_0051645, obo:GO_0051657 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0051707
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus from another living organism." ;
    oboInOwl:hasAlternativeId "GO:0009613", "GO:0042828" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051707" ;
    a owl:Class ;
    rdfs:label "response to other organism" ;
    rdfs:subClassOf obo:GO_0043207, obo:GO_0044419 .

obo:GO_0051716
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus. The process begins with detection of the stimulus by a cell and ends with a change in state or activity or the cell." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8953897" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051716" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "cellular response to stimulus" ;
    rdfs:subClassOf obo:GO_0009987, obo:GO_0050896 .

obo:GO_0051726
    obo:IAO_0000115 "Any process that modulates the rate or extent of progression through the cell cycle." ;
    oboInOwl:hasAlternativeId "GO:0000074", "GO:0007050", "GO:0071156", "GO:0071157", "GO:0071158", "GO:0071850" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-156711", "Reactome:R-HSA-380972" ;
    oboInOwl:hasExactSynonym "cell cycle modulation", "cell cycle regulation", "control of cell cycle progression", "modulation of cell cycle progression", "regulation of cell cycle progression", "regulation of progression through cell cycle" ;
    oboInOwl:hasNarrowSynonym "arrest of mitotic cell cycle progression", "cell cycle arrest", "mitotic cell cycle arrest", "negative regulation of cell cycle arrest", "positive regulation of cell cycle arrest", "regulation of cell cycle arrest" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cell cycle regulator", "tumor suppressor" ;
    oboInOwl:id "GO:0051726" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "regulation of cell cycle" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007049
            ]
        )
    ] .

obo:GO_0051781
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell division." ;
    oboInOwl:hasExactSynonym "up regulation of cell division", "up-regulation of cell division", "upregulation of cell division" ;
    oboInOwl:hasNarrowSynonym "activation of cell division", "stimulation of cell division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051781" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell division" ;
    rdfs:subClassOf obo:GO_0048522, obo:GO_0051302, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051301
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051301
            ]
        )
    ] .

obo:GO_0051782
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell division." ;
    oboInOwl:hasExactSynonym "down regulation of cell division", "down-regulation of cell division", "downregulation of cell division" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051782" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell division" ;
    rdfs:subClassOf obo:GO_0048523, obo:GO_0051302, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051301
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051301
            ]
        )
    ] .

obo:GO_0051783
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of nuclear division, the partitioning of the nucleus and its genetic information." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051783" ;
    a owl:Class ;
    rdfs:label "regulation of nuclear division" ;
    rdfs:subClassOf obo:GO_0033043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000280
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000280
            ]
        )
    ] .

obo:GO_0051784
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of nuclear division, the partitioning of the nucleus and its genetic information." ;
    oboInOwl:hasExactSynonym "down regulation of nuclear division", "down-regulation of nuclear division", "downregulation of nuclear division" ;
    oboInOwl:hasNarrowSynonym "inhibition of nuclear division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051784" ;
    a owl:Class ;
    rdfs:label "negative regulation of nuclear division" ;
    rdfs:subClassOf obo:GO_0010639, obo:GO_0051783, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0000280
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0000280
            ]
        )
    ] .

obo:GO_0051785
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of nuclear division, the partitioning of the nucleus and its genetic information." ;
    oboInOwl:hasExactSynonym "up regulation of nuclear division", "up-regulation of nuclear division", "upregulation of nuclear division" ;
    oboInOwl:hasNarrowSynonym "activation of nuclear division", "stimulation of nuclear division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051785" ;
    a owl:Class ;
    rdfs:label "positive regulation of nuclear division" ;
    rdfs:subClassOf obo:GO_0010638, obo:GO_0051783, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0000280
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0000280
            ]
        )
    ] .

obo:GO_0051875
    obo:IAO_0000115 "Any process in which a pigment granule is transported to, and/or maintained in, a specific location within the cell." ;
    oboInOwl:hasExactSynonym "pigment granule localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051875" ;
    a owl:Class ;
    rdfs:label "pigment granule localization" ;
    rdfs:subClassOf obo:GO_0051648, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0033059
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0048770
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0048770
            ]
        )
    ] .

obo:GO_0051890
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardioblast differentiation, the process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051890" ;
    a owl:Class ;
    rdfs:label "regulation of cardioblast differentiation" ;
    rdfs:subClassOf obo:GO_1905207, obo:GO_2000736, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010002
            ]
        )
    ] .

obo:GO_0051891
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardioblast differentiation, the process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." ;
    oboInOwl:hasExactSynonym "up regulation of cardioblast differentiation", "up-regulation of cardioblast differentiation", "upregulation of cardioblast differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of cardioblast differentiation", "stimulation of cardioblast differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051891" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardioblast differentiation" ;
    rdfs:subClassOf obo:GO_0051890, obo:GO_1905209, obo:GO_2000738, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010002
            ]
        )
    ] .

obo:GO_0051892
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cardioblast differentiation, the process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." ;
    oboInOwl:hasExactSynonym "down regulation of cardioblast differentiation", "down-regulation of cardioblast differentiation", "downregulation of cardioblast differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardioblast differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051892" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardioblast differentiation" ;
    rdfs:subClassOf obo:GO_0051890, obo:GO_1905208, obo:GO_2000737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010002
            ]
        )
    ] .

obo:GO_0051904
    obo:IAO_0000115 "The directed movement of pigment granules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "pigment granule translocation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051904" ;
    a owl:Class ;
    rdfs:label "pigment granule transport" ;
    rdfs:subClassOf obo:GO_0006810, obo:GO_0051875, obo:GO_0051905 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0048770
            ]
        )
    ] .

obo:GO_0051905
    obo:IAO_0000115 "The directed movement of a pigment granule to a specific location." ;
    oboInOwl:hasExactSynonym "establishment of pigment granule localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051905" ;
    a owl:Class ;
    rdfs:label "establishment of pigment granule localization" ;
    rdfs:subClassOf obo:GO_0051650, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051875
    ] .

obo:GO_0051930
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the sensory perception of pain, the series of events required for an organism to receive a painful stimulus, convert it to a molecular signal, and recognize and characterize the signal." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051930" ;
    a owl:Class ;
    rdfs:label "regulation of sensory perception of pain" ;
    rdfs:subClassOf obo:GO_0051931, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0019233
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0019233
            ]
        )
    ] .

obo:GO_0051931
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of sensory perception, the series of events required for an organism to receive a sensory stimulus, convert it to a molecular signal, and recognize and characterize the signal." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051931" ;
    a owl:Class ;
    rdfs:label "regulation of sensory perception" ;
    rdfs:subClassOf obo:GO_0031644, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007600
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007600
            ]
        )
    ] .

obo:GO_0051937
    obo:IAO_0000115 "The directed movement of catecholamines, a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051937" ;
    a owl:Class ;
    rdfs:label "catecholamine transport" ;
    rdfs:subClassOf obo:GO_0015844, obo:GO_0015850, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_33567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33567
            ]
        )
    ] .

obo:GO_0051952
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of amines into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051952" ;
    a owl:Class ;
    rdfs:label "regulation of amine transport" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0015837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0015837
            ]
        )
    ] .

obo:GO_0051953
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of amines into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of amine transport", "down-regulation of amine transport", "downregulation of amine transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of amine transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051953" ;
    a owl:Class ;
    rdfs:label "negative regulation of amine transport" ;
    rdfs:subClassOf obo:GO_0051051, obo:GO_0051952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0015837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0015837
            ]
        )
    ] .

obo:GO_0051954
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of the directed movement of amines into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "up regulation of amine transport", "up-regulation of amine transport", "upregulation of amine transport" ;
    oboInOwl:hasNarrowSynonym "activation of amine transport", "stimulation of amine transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051954" ;
    a owl:Class ;
    rdfs:label "positive regulation of amine transport" ;
    rdfs:subClassOf obo:GO_0051050, obo:GO_0051952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0015837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0015837
            ]
        )
    ] .

obo:GO_0051955
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of amino acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051955" ;
    a owl:Class ;
    rdfs:label "regulation of amino acid transport" ;
    rdfs:subClassOf obo:GO_0051952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006865
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006865
            ]
        )
    ] .

obo:GO_0051956
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of amino acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "down regulation of amino acid transport", "down-regulation of amino acid transport", "downregulation of amino acid transport", "negative regulation of amino acid transmembrane transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of amino acid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051956" ;
    a owl:Class ;
    rdfs:label "negative regulation of amino acid transport" ;
    rdfs:subClassOf obo:GO_0051953, obo:GO_0051955, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006865
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006865
            ]
        )
    ] .

obo:GO_0051957
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of the directed movement of amino acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "positive regulation of amino acid transmembrane transport", "up regulation of amino acid transport", "up-regulation of amino acid transport", "upregulation of amino acid transport" ;
    oboInOwl:hasNarrowSynonym "activation of amino acid transport", "stimulation of amino acid transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051957" ;
    a owl:Class ;
    rdfs:label "positive regulation of amino acid transport" ;
    rdfs:subClassOf obo:GO_0051954, obo:GO_0051955, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006865
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006865
            ]
        )
    ] .

obo:GO_0051960
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of nervous system development, the origin and formation of nervous tissue." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051960" ;
    a owl:Class ;
    rdfs:label "regulation of nervous system development" ;
    rdfs:subClassOf obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007399
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007399
            ]
        )
    ] .

obo:GO_0051961
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of nervous system development, the origin and formation of nervous tissue." ;
    oboInOwl:hasExactSynonym "down regulation of nervous system development", "down-regulation of nervous system development", "downregulation of nervous system development" ;
    oboInOwl:hasNarrowSynonym "inhibition of nervous system development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051961" ;
    a owl:Class ;
    rdfs:label "negative regulation of nervous system development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_0051960, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007399
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007399
            ]
        )
    ] .

obo:GO_0051962
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of nervous system development, the origin and formation of nervous tissue." ;
    oboInOwl:hasExactSynonym "up regulation of nervous system development", "up-regulation of nervous system development", "upregulation of nervous system development" ;
    oboInOwl:hasNarrowSynonym "activation of nervous system development", "stimulation of nervous system development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051962" ;
    a owl:Class ;
    rdfs:label "positive regulation of nervous system development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_0051960, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007399
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007399
            ]
        )
    ] .

obo:GO_0051963
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of synapse assembly, the aggregation, arrangement and bonding together of a set of components to form a synapse." ;
    oboInOwl:hasExactSynonym "regulation of synapse biogenesis", "regulation of synaptogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051963" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "regulation of synapse assembly" ;
    rdfs:subClassOf obo:GO_0050807, obo:GO_1901888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007416
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007416
            ]
        )
    ] .

obo:GO_0051964
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of synapse assembly, the aggregation, arrangement and bonding together of a set of components to form a synapse." ;
    oboInOwl:hasExactSynonym "down regulation of synapse assembly", "down-regulation of synapse assembly", "downregulation of synapse assembly", "negative regulation of synapse biogenesis", "negative regulation of synaptogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of synapse assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051964" ;
    a owl:Class ;
    rdfs:label "negative regulation of synapse assembly" ;
    rdfs:subClassOf obo:GO_0051961, obo:GO_0051963, obo:GO_1901889, obo:GO_1905809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007416
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007416
            ]
        )
    ] .

obo:GO_0051965
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of synapse assembly, the aggregation, arrangement and bonding together of a set of components to form a synapse." ;
    oboInOwl:hasExactSynonym "positive regulation of synapse biogenesis", "positive regulation of synaptogenesis", "up regulation of synapse assembly", "up-regulation of synapse assembly", "upregulation of synapse assembly" ;
    oboInOwl:hasNarrowSynonym "activation of synapse assembly", "stimulation of synapse assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051965" ;
    a owl:Class ;
    rdfs:label "positive regulation of synapse assembly" ;
    rdfs:subClassOf obo:GO_0051962, obo:GO_0051963, obo:GO_1901890, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007416
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007416
            ]
        )
    ] .

obo:GO_0051969
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of transmission of a nerve impulse, the sequential electrochemical polarization and depolarization that travels across the membrane of a neuron in response to stimulation." ;
    oboInOwl:hasExactSynonym "regulation of conduction of nerve impulse" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051969" ;
    a owl:Class ;
    rdfs:label "regulation of transmission of nerve impulse" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0031644, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0019226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0019226
            ]
        )
    ] .

obo:GO_0051970
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of transmission of a nerve impulse, the sequential electrochemical polarization and depolarization that travels across the membrane of a neuron in response to stimulation." ;
    oboInOwl:hasExactSynonym "down regulation of transmission of nerve impulse", "down-regulation of transmission of nerve impulse", "downregulation of transmission of nerve impulse", "negative regulation of conduction of nerve impulse" ;
    oboInOwl:hasNarrowSynonym "inhibition of transmission of nerve impulse" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051970" ;
    a owl:Class ;
    rdfs:label "negative regulation of transmission of nerve impulse" ;
    rdfs:subClassOf obo:GO_0010648, obo:GO_0031645, obo:GO_0051969, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0019226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0019226
            ]
        )
    ] .

obo:GO_0051971
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of transmission of a nerve impulse, the sequential electrochemical polarization and depolarization that travels across the membrane of a neuron in response to stimulation." ;
    oboInOwl:hasExactSynonym "positive regulation of conduction of nerve impulse", "up regulation of transmission of nerve impulse", "up-regulation of transmission of nerve impulse", "upregulation of transmission of nerve impulse" ;
    oboInOwl:hasNarrowSynonym "activation of transmission of nerve impulse", "stimulation of transmission of nerve impulse" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051971" ;
    a owl:Class ;
    rdfs:label "positive regulation of transmission of nerve impulse" ;
    rdfs:subClassOf obo:GO_0010647, obo:GO_0031646, obo:GO_0051969, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0019226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0019226
            ]
        )
    ] .

obo:GO_0051983
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of chromosome segregation, the process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051983" ;
    a owl:Class ;
    rdfs:label "regulation of chromosome segregation" ;
    rdfs:subClassOf obo:GO_0010564, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007059
            ]
        )
    ] .

obo:GO_0051984
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of chromosome segregation, the process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets." ;
    oboInOwl:hasExactSynonym "up regulation of chromosome segregation", "up-regulation of chromosome segregation", "upregulation of chromosome segregation" ;
    oboInOwl:hasNarrowSynonym "activation of chromosome segregation", "stimulation of chromosome segregation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051984" ;
    a owl:Class ;
    rdfs:label "positive regulation of chromosome segregation" ;
    rdfs:subClassOf obo:GO_0051983, obo:GO_0090068, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007059
            ]
        )
    ] .

obo:GO_0051985
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of chromosome segregation, the process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets." ;
    oboInOwl:hasExactSynonym "down regulation of chromosome segregation", "down-regulation of chromosome segregation", "downregulation of chromosome segregation" ;
    oboInOwl:hasNarrowSynonym "inhibition of chromosome segregation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0051985" ;
    a owl:Class ;
    rdfs:label "negative regulation of chromosome segregation" ;
    rdfs:subClassOf obo:GO_0010948, obo:GO_0051983, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007059
            ]
        )
    ] .

obo:GO_0055001
    obo:IAO_0000115 "The process whose specific outcome is the progression of a muscle cell over time, from its formation to the mature structure. Muscle cell development does not include the steps involved in committing an unspecified cell to the muscle cell fate." ;
    oboInOwl:hasAlternativeId "GO:0048747" ;
    oboInOwl:hasExactSynonym "muscle fiber development", "muscle fibre development", "myofiber development", "myofibre development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055001" ;
    a owl:Class ;
    rdfs:label "muscle cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042692
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:GO_0055002
    obo:IAO_0000115 "The process whose specific outcome is the progression of a striated muscle cell over time, from its formation to the mature structure. Striated muscle cells contain fibers that are divided by transverse bands into striations, and cardiac and skeletal muscle are types of striated muscle." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055002" ;
    a owl:Class ;
    rdfs:label "striated muscle cell development" ;
    rdfs:subClassOf obo:GO_0055001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051146
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000737
            ]
        )
    ] .

obo:GO_0055003
    obo:IAO_0000115 "The process whose specific outcome is the progression of the cardiac myofibril over time, from its formation to the mature structure. A cardiac myofibril is a myofibril specific to cardiac muscle cells." ;
    oboInOwl:hasExactSynonym "cardiac myofibril development", "cardiac myofibril morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "heart myofibril assembly" ;
    oboInOwl:id "GO:0055003" ;
    a owl:Class ;
    rdfs:label "cardiac myofibril assembly" ;
    rdfs:subClassOf obo:GO_0030239, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055013
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0097512
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0097512
            ]
        )
    ] .

obo:GO_0055006
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cardiac cell over time, from its formation to the mature state. A cardiac cell is a cell that will form part of the cardiac organ of an individual." ;
    oboInOwl:hasExactSynonym "cardiocyte development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "heart cell development" ;
    oboInOwl:id "GO:0055006" ;
    a owl:Class ;
    rdfs:label "cardiac cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035051
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0002494
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0002494
            ]
        )
    ] .

obo:GO_0055007
    obo:IAO_0000115 "The process in which a cardiac muscle precursor cell acquires specialized features of a cardiac muscle cell. Cardiac muscle cells are striated muscle cells that are responsible for heart contraction." ;
    oboInOwl:hasExactSynonym "cardiomyocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "heart muscle cell differentiation" ;
    oboInOwl:id "GO:0055007" ;
    a owl:Class ;
    rdfs:label "cardiac muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0035051, obo:GO_0051146, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048738
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000746
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:GO_0055008
    obo:IAO_0000115 "The process in which the anatomical structures of cardiac muscle tissue are generated and organized." ;
    oboInOwl:hasBroadSynonym "myocardium morphogenesis" ;
    oboInOwl:hasExactSynonym "heart muscle morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055008" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue morphogenesis" ;
    rdfs:subClassOf obo:GO_0060415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048738
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001133
            ]
        )
    ] .

obo:GO_0055009
    obo:IAO_0000115 "The process in which the anatomical structure of cardiac atrium muscle is generated and organized." ;
    oboInOwl:hasExactSynonym "atrial heart muscle morphogenesis", "atrial myocardium morphogenesis", "cardiac atrium muscle morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055009" ;
    a owl:Class ;
    rdfs:label "atrial cardiac muscle tissue morphogenesis" ;
    rdfs:subClassOf obo:GO_0055008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003209
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003228
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004490
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004490
            ]
        )
    ] .

obo:GO_0055010
    obo:IAO_0000115 "The process in which the anatomical structures of cardiac ventricle muscle is generated and organized." ;
    oboInOwl:hasExactSynonym "cardiac ventricle muscle morphogenesis", "ventricular heart muscle morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055010" ;
    a owl:Class ;
    rdfs:label "ventricular cardiac muscle tissue morphogenesis" ;
    rdfs:subClassOf obo:GO_0055008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003229
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0018649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0018649
            ]
        )
    ] .

obo:GO_0055013
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cardiac muscle cell over time, from its formation to the mature state." ;
    oboInOwl:hasAlternativeId "GO:0048739" ;
    oboInOwl:hasExactSynonym "cardiac muscle fiber development", "cardiac muscle fibre development", "cardiomyocyte cell development", "heart muscle cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "heart muscle fiber development" ;
    oboInOwl:id "GO:0055013" ;
    a owl:Class ;
    rdfs:label "cardiac muscle cell development" ;
    rdfs:subClassOf obo:GO_0055002, obo:GO_0055006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000746
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:GO_0055017
    obo:IAO_0000115 "The increase in size or mass of a cardiac muscle, where the increase in size or mass has the specific outcome of the progression of the organism over time from one condition to another." ;
    oboInOwl:hasExactSynonym "heart muscle growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055017" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue growth" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048738
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0001133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0001133
            ]
        )
    ] .

obo:GO_0055018
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle fiber development." ;
    oboInOwl:hasExactSynonym "regulation of cardiac muscle fibre development", "regulation of heart muscle fiber development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055018" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle fiber development" ;
    rdfs:subClassOf obo:GO_0060284, obo:GO_2000725, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0055013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0055013
            ]
        )
    ] .

obo:GO_0055019
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle fiber development." ;
    oboInOwl:hasExactSynonym "down regulation of cardiac muscle fiber development", "down-regulation of cardiac muscle fiber development", "downregulation of cardiac muscle fiber development", "negative regulation of cardiac muscle fibre development" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac muscle fiber development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of heart muscle fiber development" ;
    oboInOwl:id "GO:0055019" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle fiber development" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0051154, obo:GO_0055018, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0055013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0055013
            ]
        )
    ] .

obo:GO_0055020
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of cardiac muscle fiber development." ;
    oboInOwl:hasExactSynonym "positive regulation of cardiac muscle fibre development", "positive regulation of heart muscle fiber development", "up regulation of cardiac muscle fiber development", "up-regulation of cardiac muscle fiber development", "upregulation of cardiac muscle fiber development" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac muscle fiber development", "stimulation of cardiac muscle fiber development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055020" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle fiber development" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0055018, obo:GO_2000727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0055013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0055013
            ]
        )
    ] .

obo:GO_0055021
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle growth." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055021" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle tissue growth" ;
    rdfs:subClassOf obo:GO_0060420, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0055017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0055017
            ]
        )
    ] .

obo:GO_0055022
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle growth." ;
    oboInOwl:hasExactSynonym "down regulation of cardiac muscle growth", "down-regulation of cardiac muscle growth", "downregulation of cardiac muscle growth" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac muscle growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of heart muscle growth" ;
    oboInOwl:id "GO:0055022" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle tissue growth" ;
    rdfs:subClassOf obo:GO_0055021, obo:GO_0061117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0055017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0055017
            ]
        )
    ] .

obo:GO_0055023
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of cardiac muscle growth." ;
    oboInOwl:hasExactSynonym "positive regulation of heart muscle growth", "up regulation of cardiac muscle growth", "up-regulation of cardiac muscle growth", "upregulation of cardiac muscle growth" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac muscle growth", "stimulation of cardiac muscle growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055023" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle tissue growth" ;
    rdfs:subClassOf obo:GO_0055021, obo:GO_0060421, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0055017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0055017
            ]
        )
    ] .

obo:GO_0055024
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle tissue development." ;
    oboInOwl:hasExactSynonym "regulation of heart muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055024" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle tissue development" ;
    rdfs:subClassOf obo:GO_0016202, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048738
            ]
        )
    ] .

obo:GO_0055025
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of cardiac muscle tissue development." ;
    oboInOwl:hasExactSynonym "positive regulation of heart muscle development", "up regulation of cardiac muscle development", "up-regulation of cardiac muscle development", "upregulation of cardiac muscle development" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac muscle development", "stimulation of cardiac muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055025" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle tissue development" ;
    rdfs:subClassOf obo:GO_0045844, obo:GO_0055024, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048738
            ]
        )
    ] .

obo:GO_0055026
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle tissue development." ;
    oboInOwl:hasExactSynonym "down regulation of cardiac muscle development", "down-regulation of cardiac muscle development", "downregulation of cardiac muscle development", "negative regulation of heart muscle development" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac muscle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055026" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle tissue development" ;
    rdfs:subClassOf obo:GO_0045843, obo:GO_0055024, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048738
            ]
        )
    ] .

obo:GO_0055057
    obo:IAO_0000115 "The process resulting in the physical partitioning and separation of a neuroblast into daughter cells. A neuroblast is any cell that will divide and give rise to a neuron." ;
    oboInOwl:hasExactSynonym "neuroblast cell division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055057" ;
    a owl:Class ;
    rdfs:label "neuroblast division" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0051301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007405
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051301
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0055059
    obo:IAO_0000115 "The process resulting in the physical partitioning and separation of a neuroblast into two daughter cells with different developmental potentials." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055059" ;
    a owl:Class ;
    rdfs:label "asymmetric neuroblast division" ;
    rdfs:subClassOf obo:GO_0008356, obo:GO_0045165, obo:GO_0055057 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008356
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0055085
    obo:IAO_0000115 "The process in which a solute is transported across a lipid bilayer, from one side of a membrane to the other." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2015-10-21T13:22:47Z" ;
    oboInOwl:hasAlternativeId "GO:0090662" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-382556", "Reactome:R-HSA-425407", "Reactome:R-HSA-5223345" ;
    oboInOwl:hasExactSynonym "membrane transport" ;
    oboInOwl:hasNarrowSynonym "ATP hydrolysis coupled transmembrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055085" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_euk_cellular_processes_ribbon, go:goslim_generic, go:goslim_pombe, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Transmembrane transport is the transport of a solute across a lipid bilayer. Note that transport through the nuclear pore complex is not transmembrane because the nuclear membrane is a double membrane and is not traversed. For transport through the nuclear pore, consider instead the term 'nucleocytoplasmic transport ; GO:0006913' and its children. Note also that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "transmembrane transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0055086
    obo:IAO_0000115 "The cellular chemical reactions and pathways involving a nucleobase-containing small molecule: a nucleobase, a nucleoside, or a nucleotide." ;
    oboInOwl:hasDbXref "Reactome:R-HSA-15869", "Reactome:R-HSA-2393930" ;
    oboInOwl:hasExactSynonym "nucleobase, nucleoside and nucleotide metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nucleobase, nucleoside and nucleotide metabolic process" ;
    oboInOwl:id "GO:0055086" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_generic, go:goslim_pombe, go:goslim_prokaryote, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "nucleobase-containing small molecule metabolic process" ;
    rdfs:subClassOf obo:GO_0006139, obo:GO_0044281 .

obo:GO_0055107
    obo:IAO_0000115 "The directed movement of proteins from the Golgi to a secretory granule. The secretory granule is a membrane-bounded particle, usually protein, formed in the granular endoplasmic reticulum and the Golgi complex." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055107" ;
    a owl:Class ;
    rdfs:label "Golgi to secretory granule transport" ;
    rdfs:subClassOf obo:GO_0046907, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0030141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005737
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0030141
            ]
        )
    ] .

obo:GO_0055108
    obo:IAO_0000115 "The directed movement of proteins from the Golgi to a transport vesicle. Continuously secreted proteins are sorted into transport vesicles that fuse with the plasma membrane, releasing their contents by exocytosis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055108" ;
    a owl:Class ;
    rdfs:label "Golgi to transport vesicle transport" ;
    rdfs:subClassOf obo:GO_0046907, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0030133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005737
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0030133
            ]
        )
    ] .

obo:GO_0055117
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle contraction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055117" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle contraction" ;
    rdfs:subClassOf obo:GO_0006942, obo:GO_0008016, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060048
            ]
        )
    ] .

obo:GO_0055118
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle contraction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055118" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle contraction" ;
    rdfs:subClassOf obo:GO_0045822, obo:GO_0045988, obo:GO_0055117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060048
            ]
        )
    ] .

obo:GO_0055123
    obo:IAO_0000115 "The process whose specific outcome is the progression of the digestive system over time, from its formation to the mature structure. The digestive system is the entire structure in which digestion takes place. Digestion is all of the physical, chemical, and biochemical processes carried out by multicellular organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0055123" ;
    a owl:Class ;
    rdfs:label "digestive system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001007
            ]
        )
    ] .

obo:GO_0060037
    obo:IAO_0000115 "The process whose specific outcome is the progression of the pharyngeal system over time, from its formation to the mature structure. The pharyngeal system is a transient embryonic complex that is specific to vertebrates. It comprises the pharyngeal arches, bulges of tissues of mesoderm and neural crest derivation through which pass nerves and pharyngeal arch arteries. The arches are separated internally by pharyngeal pouches, evaginations of foregut endoderm, and externally by pharyngeal clefts, invaginations of surface ectoderm. The development of the system ends when the structure it contributes to are forming: the thymus, thyroid, parathyroids, maxilla, mandible, aortic arch, cardiac outflow tract, external and middle ear." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060037" ;
    a owl:Class ;
    rdfs:label "pharyngeal system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0008814
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0008814
            ]
        )
    ] .

obo:GO_0060038
    obo:IAO_0000115 "The expansion of a cardiac muscle cell population by cell division." ;
    oboInOwl:hasExactSynonym "cardiac myocyte proliferation", "heart muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiomyocyte proliferation" ;
    oboInOwl:id "GO:0060038" ;
    a owl:Class ;
    rdfs:label "cardiac muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0014855, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000746
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:GO_0060039
    obo:IAO_0000115 "The process whose specific outcome is the progression of the pericardium over time, from its formation to the mature structure. The pericardium is a double-walled sac that contains the heart and the roots of the aorta, vena cava and the pulmonary artery." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060039" ;
    a owl:Class ;
    rdfs:label "pericardium development" ;
    rdfs:subClassOf obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002407
            ]
        )
    ] .

obo:GO_0060041
    obo:IAO_0000115 "The process whose specific outcome is the progression of the retina over time, from its formation to the mature structure. The retina is the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates." ;
    oboInOwl:hasAlternativeId "GO:0002073" ;
    oboInOwl:hasExactSynonym "retina development in camera-style eye" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "retinal development" ;
    oboInOwl:id "GO:0060041" ;
    a owl:Class ;
    rdfs:label "retina development in camera-type eye" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043010
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000966
            ]
        )
    ] .

obo:GO_0060042
    obo:IAO_0000115 "The process in which the anatomical structure of the retina is generated and organized." ;
    oboInOwl:hasExactSynonym "retina morphogenesis in camera-style eye", "retinogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060042" ;
    a owl:Class ;
    rdfs:label "retina morphogenesis in camera-type eye" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000966
            ]
        )
    ] .

obo:GO_0060043
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle cell proliferation." ;
    oboInOwl:hasExactSynonym "regulation of heart muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cardiomyocyte proliferation" ;
    oboInOwl:id "GO:0060043" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, obo:GO_0055021, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060038
            ]
        )
    ] .

obo:GO_0060044
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle cell proliferation." ;
    oboInOwl:hasExactSynonym "negative regulation of heart muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060044" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0055022, obo:GO_0060043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060038
            ]
        )
    ] .

obo:GO_0060045
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac muscle cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of heart muscle cell proliferation" ;
    oboInOwl:id "GO:0060045" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0055023, obo:GO_0060043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060038
            ]
        )
    ] .

obo:GO_0060047
    obo:IAO_0000115 "The multicellular organismal process in which the heart decreases in volume in a characteristic way to propel blood through the body." ;
    oboInOwl:hasExactSynonym "heart beating" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiac contraction", "hemolymph circulation" ;
    oboInOwl:id "GO:0060047" ;
    a owl:Class ;
    rdfs:label "heart contraction" ;
    rdfs:subClassOf obo:GO_0003015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008015
    ] .

obo:GO_0060048
    obo:IAO_0000115 "Muscle contraction of cardiac muscle tissue." ;
    oboInOwl:hasExactSynonym "heart muscle contraction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060048" ;
    a owl:Class ;
    rdfs:label "cardiac muscle contraction" ;
    rdfs:subClassOf obo:GO_0006941, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060047
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006936
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001133
            ]
        )
    ] .

obo:GO_0060096
    obo:IAO_0000115 "The regulated release of serotonin by a cell, in which released serotonin acts as a neurotransmitter." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "serotonin release, neurotransmission" ;
    oboInOwl:id "GO:0060096" ;
    a owl:Class ;
    rdfs:label "serotonin secretion, neurotransmission" ;
    rdfs:subClassOf obo:GO_0001820, obo:GO_0007269 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007269
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_350546
            ]
        )
    ] .

obo:GO_0060136
    obo:IAO_0000115 "A reproductive process occurring in the embryo or fetus that allows the embryo or fetus to develop within the mother." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060136" ;
    a owl:Class ;
    rdfs:label "embryonic process involved in female pregnancy" ;
    rdfs:subClassOf obo:GO_0048609, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009792
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022414
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007565
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0009790
            ]
        )
    ] .

obo:GO_0060142
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060142" ;
    a owl:Class ;
    rdfs:label "regulation of syncytium formation by plasma membrane fusion" ;
    rdfs:subClassOf obo:GO_0050793, obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000768
            ]
        )
    ] .

obo:GO_0060143
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060143" ;
    a owl:Class ;
    rdfs:label "positive regulation of syncytium formation by plasma membrane fusion" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051130, obo:GO_0060142, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0000768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0000768
            ]
        )
    ] .

obo:GO_0060170
    obo:IAO_0000115 "The portion of the plasma membrane surrounding a cilium." ;
    oboInOwl:hasAlternativeId "GO:0020017" ;
    oboInOwl:hasExactSynonym "cilial membrane", "cilium membrane" ;
    oboInOwl:hasNarrowSynonym "flagellar membrane", "flagellum membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0060170" ;
    a owl:Class ;
    rdfs:comment "Note that cilia and eukaryotic flagella are deemed to be equivalent." ;
    rdfs:label "ciliary membrane" ;
    rdfs:subClassOf obo:GO_0031253, obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005929
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0005929
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:GO_0060173
    obo:IAO_0000115 "The process whose specific outcome is the progression of a limb over time, from its formation to the mature structure. A limb is an appendage of an animal used for locomotion or grasping. Examples include legs, arms or some types of fin." ;
    oboInOwl:hasDbXref "Wikipedia:Limb_development" ;
    oboInOwl:hasExactSynonym "paired limb/fin development" ;
    oboInOwl:hasNarrowSynonym "limb bud development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060173" ;
    a owl:Class ;
    rdfs:label "limb development" ;
    rdfs:subClassOf obo:GO_0048736, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004708
            ]
        )
    ] .

obo:GO_0060214
    obo:IAO_0000115 "Formation of the endocardium of the heart. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060214" ;
    a owl:Class ;
    rdfs:label "endocardium formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003160
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002165
            ]
        )
    ] .

obo:GO_0060218
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a hematopoietic stem cell. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." ;
    oboInOwl:hasExactSynonym "haematopoietic stem cell differentiation", "haemopoietic stem cell differentiation", "hemopoietic stem cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060218" ;
    a owl:Class ;
    rdfs:label "hematopoietic stem cell differentiation" ;
    rdfs:subClassOf obo:GO_0002244, obo:GO_0048863, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000037
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000037
            ]
        )
    ] .

obo:GO_0060219
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a photoreceptor cell in a camera-type eye." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060219" ;
    a owl:Class ;
    rdfs:label "camera-type eye photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0001754, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003407
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0010009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0010009
            ]
        )
    ] .

obo:GO_0060221
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a retinal rod cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060221" ;
    a owl:Class ;
    rdfs:label "retinal rod cell differentiation" ;
    rdfs:subClassOf obo:GO_0060219, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000604
            ]
        )
    ] .

obo:GO_0060231
    obo:IAO_0000115 "A transition where a mesenchymal cell establishes apical/basolateral polarity, forms intercellular adhesive junctions, synthesizes basement membrane components and becomes an epithelial cell." ;
    oboInOwl:hasExactSynonym "epithelial cell differentiation from mesenchymal cell", "mesenchymal-epithelial transition" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060231" ;
    a owl:Class ;
    rdfs:label "mesenchymal to epithelial transition" ;
    rdfs:subClassOf obo:GO_0030855, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000066
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:GO_0060251
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of glial cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060251" ;
    a owl:Class ;
    rdfs:label "regulation of glial cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014009
            ]
        )
    ] .

obo:GO_0060252
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of glial cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060252" ;
    a owl:Class ;
    rdfs:label "positive regulation of glial cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0014015, obo:GO_0060251, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014009
            ]
        )
    ] .

obo:GO_0060253
    obo:IAO_0000115 "Any process that stops or decreases the rate or extent of glial cell proliferation." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060253" ;
    a owl:Class ;
    rdfs:label "negative regulation of glial cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0014014, obo:GO_0060251, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014009
            ]
        )
    ] .

obo:GO_0060255
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060255" ;
    a owl:Class ;
    rdfs:label "regulation of macromolecule metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043170
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043170
            ]
        )
    ] .

obo:GO_0060271
    obo:IAO_0000115 "The assembly of a cilium, a specialized eukaryotic organelle that consists of a filiform extrusion of the cell surface. Each cilium is bounded by an extrusion of the cytoplasmic membrane, and contains a regular longitudinal array of microtubules, anchored basally in a centriole." ;
    oboInOwl:hasAlternativeId "GO:0042384" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-5617833" ;
    oboInOwl:hasExactSynonym "ciliogenesis", "cilium formation", "microtubule-based flagellum assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cilium biogenesis", "cilium morphogenesis", "cilium organization" ;
    oboInOwl:id "GO:0060271" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "cilium assembly" ;
    rdfs:subClassOf obo:GO_0044782, obo:GO_0070925, obo:GO_0120031, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0035082
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0035735
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0061512
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0097712
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_1905349
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002224 ;
        owl:someValuesFrom obo:GO_0097711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:GO_0060281
    obo:IAO_0000115 "Any process that modulates the rate or extent of the process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060281" ;
    a owl:Class ;
    rdfs:label "regulation of oocyte development" ;
    rdfs:subClassOf obo:GO_1905879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048599
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048599
            ]
        )
    ] .

obo:GO_0060282
    obo:IAO_0000115 "Any process that increases the rate or extent of the process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060282" ;
    a owl:Class ;
    rdfs:label "positive regulation of oocyte development" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0060281, obo:GO_2000243, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048599
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048599
            ]
        )
    ] .

obo:GO_0060283
    obo:IAO_0000115 "Any process that decreases the rate or extent of the process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060283" ;
    a owl:Class ;
    rdfs:label "negative regulation of oocyte development" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0060281, obo:GO_2000242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048599
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048599
            ]
        )
    ] .

obo:GO_0060284
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of the progression of the cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a specific fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060284" ;
    a owl:Class ;
    rdfs:label "regulation of cell development" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048468
            ]
        )
    ] .

obo:GO_0060285
    obo:IAO_0000115 "Cell motility due to the motion of one or more eukaryotic cilia. A eukaryotic cilium is a specialized organelle that consists of a filiform extrusion of the cell surface. Each cilium is bounded by an extrusion of the cytoplasmic (plasma) membrane, and contains a regular longitudinal array of microtubules, anchored basally in a centriole." ;
    oboInOwl:hasAlternativeId "GO:0071974" ;
    oboInOwl:hasExactSynonym "cilium cell motility", "microtubule-based flagellar cell motility" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ciliary cell motility" ;
    oboInOwl:id "GO:0060285" ;
    a owl:Class ;
    rdfs:comment "Note that we deem eukaryotic cilia and microtubule-based flagella to be equivalent." ;
    rdfs:label "cilium-dependent cell motility" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001539, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0003341
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] .

obo:GO_0060294
    obo:IAO_0000115 "Movement of cilia mediated by motor proteins that contributes to the movement of a cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060294" ;
    a owl:Class ;
    rdfs:label "cilium movement involved in cell motility" ;
    rdfs:subClassOf obo:GO_0003341, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060285
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0003341
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048870
            ]
        )
    ] .

obo:GO_0060295
    obo:IAO_0000115 "Any process that modulates the rate frequency or extent of cilium movement involved in ciliary motility." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060295" ;
    a owl:Class ;
    rdfs:label "regulation of cilium movement involved in cell motility" ;
    rdfs:subClassOf obo:GO_0003352, obo:GO_1902019, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060294
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060294
            ]
        )
    ] .

obo:GO_0060297
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of myofibril assembly by organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." ;
    oboInOwl:hasExactSynonym "regulation of sarcomere organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060297" ;
    a owl:Class ;
    rdfs:label "regulation of sarcomere organization" ;
    rdfs:subClassOf obo:GO_0110020, obo:GO_1902903, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0045214
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0045214
            ]
        )
    ] .

obo:GO_0060298
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of myofibril assembly by organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." ;
    oboInOwl:hasExactSynonym "positive regulation of sarcomere organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060298" ;
    a owl:Class ;
    rdfs:label "positive regulation of sarcomere organization" ;
    rdfs:subClassOf obo:GO_0051155, obo:GO_0051495, obo:GO_0060297, obo:GO_1902905, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0045214
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0045214
            ]
        )
    ] .

obo:GO_0060299
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of myofibril assembly by organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." ;
    oboInOwl:hasExactSynonym "negative regulation of sarcomere organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060299" ;
    a owl:Class ;
    rdfs:label "negative regulation of sarcomere organization" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0051494, obo:GO_0060297, obo:GO_1902116, obo:GO_1902904, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045214
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045214
            ]
        )
    ] .

obo:GO_0060322
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a head from an initial condition to its mature state. The head is the anterior-most division of the body." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060322" ;
    a owl:Class ;
    rdfs:label "head development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:GO_0060323
    obo:IAO_0000115 "The process in which the anatomical structures of the head are generated and organized. The head is the anterior-most division of the body." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060323" ;
    a owl:Class ;
    rdfs:label "head morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0010171
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060322
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:GO_0060324
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a face from an initial condition to its mature state. The face is the ventral division of the head." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060324" ;
    a owl:Class ;
    rdfs:label "face development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060322
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001456
            ]
        )
    ] .

obo:GO_0060325
    obo:IAO_0000115 "The process in which the anatomical structures of the face are generated and organized. The face is the ventral division of the head." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060325" ;
    a owl:Class ;
    rdfs:label "face morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001456
            ]
        )
    ] .

obo:GO_0060341
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a process in which a cell, a substance, or a cellular entity is transported to, or maintained in a specific location within or in the membrane of a cell." ;
    oboInOwl:hasExactSynonym "regulation of cellular localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060341" ;
    a owl:Class ;
    rdfs:label "regulation of cellular localization" ;
    rdfs:subClassOf obo:GO_0032879, obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051641
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051641
            ]
        )
    ] .

obo:GO_0060348
    obo:IAO_0000115 "The process whose specific outcome is the progression of bone over time, from its formation to the mature structure. Bone is the hard skeletal connective tissue consisting of both mineral and cellular components." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060348" ;
    a owl:Class ;
    rdfs:label "bone development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001501
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048513
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:GO_0060349
    obo:IAO_0000115 "The process in which bones are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060349" ;
    a owl:Class ;
    rdfs:label "bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048705
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:GO_0060350
    obo:IAO_0000115 "The process in which bones are generated and organized as a result of the conversion of initial cartilaginous anlage into bone." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060350" ;
    a owl:Class ;
    rdfs:label "endochondral bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0060349, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002513
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060349
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002513
            ]
        )
    ] .

obo:GO_0060351
    obo:IAO_0000115 "The process whose specific outcome is the progression of the cartilage that will provide a scaffold for mineralization of endochondral bones." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060351" ;
    a owl:Class ;
    rdfs:label "cartilage development involved in endochondral bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0051216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051216
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060350
            ]
        )
    ] .

obo:GO_0060359
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an ammonium stimulus." ;
    oboInOwl:hasAlternativeId "GO:1903717" ;
    oboInOwl:hasExactSynonym "response to ammonia" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060359" ;
    a owl:Class ;
    rdfs:label "response to ammonium ion" ;
    rdfs:subClassOf obo:GO_1901698, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_28938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_28938
            ]
        )
    ] .

obo:GO_0060361
    obo:IAO_0000115 "Self-propelled movement of an organism from one location to another through the air, usually by means of active wing movement." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060361" ;
    a owl:Class ;
    rdfs:label "flight" ;
    rdfs:subClassOf obo:GO_0040011 .

obo:GO_0060363
    obo:IAO_0000115 "The process in which any suture between cranial bones is generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060363" ;
    a owl:Class ;
    rdfs:label "cranial suture morphogenesis" ;
    rdfs:subClassOf obo:GO_0097094, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003685
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003685
            ]
        )
    ] .

obo:GO_0060379
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a cardiac myoblast. A cardiac myoblast is a precursor cell that has been committed to a cardiac muscle cell fate but retains the ability to divide and proliferate throughout life." ;
    oboInOwl:hasExactSynonym "myocardial precursor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiac myoblast differentiation" ;
    oboInOwl:id "GO:0060379" ;
    a owl:Class ;
    rdfs:label "cardiac muscle cell myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0010002, obo:GO_0045445, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000513
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000513
            ]
        )
    ] .

obo:GO_0060404
    obo:IAO_0000115 "The removal of tubulin heterodimers from one or both ends of an axonemal microtubule. An axonemal microtubule is a microtubule in the axoneme of a cilium or flagellum; an axoneme contains nine modified doublet microtubules surrounding a pair of single microtubules." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060404" ;
    a owl:Class ;
    rdfs:label "axonemal microtubule depolymerization" ;
    rdfs:subClassOf obo:GO_0010938, obo:GO_0061523, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005930
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007019
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005930
            ]
        )
    ] .

obo:GO_0060408
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of the chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060408" ;
    a owl:Class ;
    rdfs:label "regulation of acetylcholine metabolic process" ;
    rdfs:subClassOf obo:GO_0033238, obo:GO_0080090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008291
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008291
            ]
        )
    ] .

obo:GO_0060409
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of the chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060409" ;
    a owl:Class ;
    rdfs:label "positive regulation of acetylcholine metabolic process" ;
    rdfs:subClassOf obo:GO_0033240, obo:GO_0060408, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008291
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008291
            ]
        )
    ] .

obo:GO_0060410
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of the chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060410" ;
    a owl:Class ;
    rdfs:label "negative regulation of acetylcholine metabolic process" ;
    rdfs:subClassOf obo:GO_0033239, obo:GO_0060408, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008291
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008291
            ]
        )
    ] .

obo:GO_0060411
    obo:IAO_0000115 "The process in which the anatomical structure of a cardiac septum is generated and organized. A cardiac septum is a partition that separates parts of the heart." ;
    oboInOwl:hasAlternativeId "GO:0003280" ;
    oboInOwl:hasExactSynonym "heart septum morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060411" ;
    a owl:Class ;
    rdfs:label "cardiac septum morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003206
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003279
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002099
            ]
        )
    ] .

obo:GO_0060412
    obo:IAO_0000115 "The developmental process in which a ventricular septum is generated and organized. A ventricular septum is an anatomical structure that separates the lower chambers (ventricles) of the heart from one another." ;
    oboInOwl:hasExactSynonym "interventricular septum morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060412" ;
    a owl:Class ;
    rdfs:label "ventricular septum morphogenesis" ;
    rdfs:subClassOf obo:GO_0060411, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003281
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:GO_0060413
    obo:IAO_0000115 "The developmental process in which atrial septum is generated and organized. The atrial septum separates the upper chambers (the atria) of the heart from one another." ;
    oboInOwl:hasAlternativeId "GO:0003287" ;
    oboInOwl:hasExactSynonym "interatrial septum morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060413" ;
    a owl:Class ;
    rdfs:label "atrial septum morphogenesis" ;
    rdfs:subClassOf obo:GO_0060411, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003209
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003283
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002085
            ]
        )
    ] .

obo:GO_0060414
    obo:IAO_0000115 "The process in which the structure of the smooth muscle tissue surrounding the aorta is generated and organized. An aorta is an artery that carries blood from the heart to other parts of the body." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060414" ;
    a owl:Class ;
    rdfs:label "aorta smooth muscle tissue morphogenesis" ;
    rdfs:subClassOf obo:GO_0060415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035909
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048745
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004178
            ]
        )
    ] .

obo:GO_0060415
    obo:IAO_0000115 "The process in which the anatomical structures of muscle tissue are generated and organized. Muscle tissue consists of a set of cells that are part of an organ and carry out a contractive function." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060415" ;
    a owl:Class ;
    rdfs:label "muscle tissue morphogenesis" ;
    rdfs:subClassOf obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048644
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002385
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048729
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002385
            ]
        )
    ] .

obo:GO_0060419
    obo:IAO_0000115 "The increase in size or mass of the heart." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060419" ;
    a owl:Class ;
    rdfs:label "heart growth" ;
    rdfs:subClassOf obo:GO_0035265, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:GO_0060420
    obo:IAO_0000115 "Any process that modulates the rate or extent of heart growth. Heart growth is the increase in size or mass of the heart." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060420" ;
    a owl:Class ;
    rdfs:label "regulation of heart growth" ;
    rdfs:subClassOf obo:GO_0046620, obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060419
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060419
            ]
        )
    ] .

obo:GO_0060421
    obo:IAO_0000115 "Any process that increases the rate or extent of heart growth. Heart growth is the increase in size or mass of the heart." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060421" ;
    a owl:Class ;
    rdfs:label "positive regulation of heart growth" ;
    rdfs:subClassOf obo:GO_0046622, obo:GO_0060420, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060419
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060419
            ]
        )
    ] .

obo:GO_0060425
    obo:IAO_0000115 "The process in which the anatomical structures of the lung are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060425" ;
    a owl:Class ;
    rdfs:label "lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:GO_0060426
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a lung vasculature from an initial condition to its mature state. This process begins with the formation of the lung vasculature and ends with the mature structure. The lung vasculature is composed of the tubule structures that carry blood or lymph in the lungs." ;
    oboInOwl:hasExactSynonym "pulmonary vasculature development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060426" ;
    a owl:Class ;
    rdfs:label "lung vasculature development" ;
    rdfs:subClassOf obo:GO_0001944, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000102
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000102
            ]
        )
    ] .

obo:GO_0060427
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of lung connective tissue from an initial condition to its mature state. This process begins with the formation of lung connective tissue and ends with the mature structure. The lung connective tissue is a material made up of fibers forming a framework and support structure for the lungs." ;
    oboInOwl:hasExactSynonym "pulmonary connective tissue development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060427" ;
    a owl:Class ;
    rdfs:label "lung connective tissue development" ;
    rdfs:subClassOf obo:GO_0061448, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000114
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000114
            ]
        )
    ] .

obo:GO_0060428
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of the lung epithelium from an initial condition to its mature state. This process begins with the formation of lung epithelium and ends with the mature structure. The lung epithelium is the specialized epithelium that lines the inside of the lung." ;
    oboInOwl:hasExactSynonym "pulmonary epithelium development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060428" ;
    a owl:Class ;
    rdfs:label "lung epithelium development" ;
    rdfs:subClassOf obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000115
            ]
        )
    ] .

obo:GO_0060429
    obo:IAO_0000115 "The process whose specific outcome is the progression of an epithelium over time, from its formation to the mature structure. An epithelium is a tissue that covers the internal or external surfaces of an anatomical structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060429" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "epithelium development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000483
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000483
            ]
        )
    ] .

obo:GO_0060431
    obo:IAO_0000115 "The morphogenetic process in which the foregut region specified to become the lung forms the initial left and right buds." ;
    oboInOwl:hasExactSynonym "lung formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060431" ;
    a owl:Class ;
    rdfs:label "primary lung bud formation" ;
    rdfs:subClassOf obo:GO_0016331, obo:GO_0048645, obo:GO_0060441, obo:GO_0060572, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:GO_0060433
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a bronchus from an initial condition to its mature state. This process begins with the formation of the bronchus and ends with the mature structure. The bronchus is the portion of the airway that connects to the lungs." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060433" ;
    a owl:Class ;
    rdfs:label "bronchus development" ;
    rdfs:subClassOf obo:GO_0030323, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060541
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:GO_0060434
    obo:IAO_0000115 "The process in which the bronchus is generated and organized. The bronchus is the portion of the airway that connects to the lungs." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060434" ;
    a owl:Class ;
    rdfs:label "bronchus morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, obo:GO_0035239, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060433
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:GO_0060437
    obo:IAO_0000115 "The increase in size or mass of a lung. In all air-breathing vertebrates the lungs are developed from the ventral wall of the oesophagus as a pouch which divides into two sacs. In amphibians and many reptiles the lungs retain very nearly this primitive sac-like character, but in the higher forms the connection with the esophagus becomes elongated into the windpipe and the inner walls of the sacs become more and more divided, until, in the mammals, the air spaces become minutely divided into tubes ending in small air cells, in the walls of which the blood circulates in a fine network of capillaries. In mammals the lungs are more or less divided into lobes, and each lung occupies a separate cavity in the thorax." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060437" ;
    a owl:Class ;
    rdfs:label "lung growth" ;
    rdfs:subClassOf obo:GO_0035265, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:GO_0060438
    obo:IAO_0000115 "The process whose specific outcome is the progression of a trachea over time, from its formation to the mature structure. The trachea is the portion of the airway that attaches to the bronchi as it branches." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060438" ;
    a owl:Class ;
    rdfs:label "trachea development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060541
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001005
            ]
        )
    ] .

obo:GO_0060439
    obo:IAO_0000115 "The process in which a trachea is generated and organized. The trachea is the portion of the airway that attaches to the bronchi as it branches." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060439" ;
    a owl:Class ;
    rdfs:label "trachea morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060438
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001005
            ]
        )
    ] .

obo:GO_0060440
    obo:IAO_0000115 "The process pertaining to the initial formation of a trachea from unspecified parts. The process begins with the specific processes that contribute to the appearance of the discrete structure and ends when the trachea is recognizable. The trachea is the portion of the airway that attaches to the bronchi as it branches." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060440" ;
    a owl:Class ;
    rdfs:label "trachea formation" ;
    rdfs:subClassOf obo:GO_0048645, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060439
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001005
            ]
        )
    ] .

obo:GO_0060441
    obo:IAO_0000115 "The process in which a highly ordered sequence of patterning events generates the branched epithelial tubes of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." ;
    oboInOwl:hasExactSynonym "lung branching morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060441" ;
    a owl:Class ;
    rdfs:label "epithelial tube branching involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0048754, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060425
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048754
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060425
            ]
        )
    ] .

obo:GO_0060452
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of cardiac muscle contraction." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060452" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle contraction" ;
    rdfs:subClassOf obo:GO_0045823, obo:GO_0045989, obo:GO_0055117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060048
            ]
        )
    ] .

obo:GO_0060453
    obo:IAO_0000115 "Any process that modulates the rate frequency or extent of gastric secretion. Gastric secretion is the regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060453" ;
    a owl:Class ;
    rdfs:label "regulation of gastric acid secretion" ;
    rdfs:subClassOf obo:GO_0044058, obo:GO_0051046, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001696
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001696
            ]
        )
    ] .

obo:GO_0060454
    obo:IAO_0000115 "Any process that increases the rate frequency or extent of gastric secretion. Gastric secretion is the regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060454" ;
    a owl:Class ;
    rdfs:label "positive regulation of gastric acid secretion" ;
    rdfs:subClassOf obo:GO_0051047, obo:GO_0060453, obo:GO_0060456, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001696
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001696
            ]
        )
    ] .

obo:GO_0060455
    obo:IAO_0000115 "Any process that decreases the rate frequency or extent of gastric secretion. Gastric secretion is the regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060455" ;
    a owl:Class ;
    rdfs:label "negative regulation of gastric acid secretion" ;
    rdfs:subClassOf obo:GO_0051048, obo:GO_0060453, obo:GO_0060457, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001696
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001696
            ]
        )
    ] .

obo:GO_0060456
    obo:IAO_0000115 "Any process that increases the frequency, rate or extent of a digestive system process, a physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060456" ;
    a owl:Class ;
    rdfs:label "positive regulation of digestive system process" ;
    rdfs:subClassOf obo:GO_0044058, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0022600
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0022600
            ]
        )
    ] .

obo:GO_0060457
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of a digestive system process, a physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060457" ;
    a owl:Class ;
    rdfs:label "negative regulation of digestive system process" ;
    rdfs:subClassOf obo:GO_0044058, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0022600
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0022600
            ]
        )
    ] .

obo:GO_0060458
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a right lung from an initial condition to its mature state. This process begins with the formation of the right lung and ends with the mature structure. The right lung is the lung which is on the right side of the anterior posterior axis looking from a dorsal to ventral aspect." ;
    oboInOwl:hasExactSynonym "right pulmonary development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060458" ;
    a owl:Class ;
    rdfs:label "right lung development" ;
    rdfs:subClassOf obo:GO_0030324, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
        )
    ] .

obo:GO_0060459
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a left lung from an initial condition to its mature state. This process begins with the formation of the left lung and ends with the mature structure. The left lung is the lung which is on the left side of the anterior posterior axis looking from a dorsal to ventral aspect." ;
    oboInOwl:hasExactSynonym "left pulmonary development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060459" ;
    a owl:Class ;
    rdfs:label "left lung development" ;
    rdfs:subClassOf obo:GO_0030324, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:GO_0060460
    obo:IAO_0000115 "The process in which anatomical structures of the left lung are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060460" ;
    a owl:Class ;
    rdfs:label "left lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0060425, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060459
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:GO_0060461
    obo:IAO_0000115 "The process in which anatomical structures of the right lung are generated and organized." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060461" ;
    a owl:Class ;
    rdfs:label "right lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0060425, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060458
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
        )
    ] .

obo:GO_0060465
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a pharynx from an initial condition to its mature state. The pharynx is the part of the digestive system immediately posterior to the mouth." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pharyngeal development" ;
    oboInOwl:id "GO:0060465" ;
    a owl:Class ;
    rdfs:label "pharynx development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0006562
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0006562
            ]
        )
    ] .

obo:GO_0060467
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of fertilization. Fertilization is the union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060467" ;
    a owl:Class ;
    rdfs:label "negative regulation of fertilization" ;
    rdfs:subClassOf obo:GO_0080154, obo:GO_2000242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009566
            ]
        )
    ] .

obo:GO_0060468
    obo:IAO_0000115 "The negative regulation of fertilization process that takes place as part of egg activation, ensuring that only a single sperm fertilizes the egg." ;
    oboInOwl:hasExactSynonym "negative regulation of fertilization involved in egg activation", "polyspermy block" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060468" ;
    a owl:Class ;
    rdfs:label "prevention of polyspermy" ;
    rdfs:subClassOf obo:GO_0060467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007343
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060467
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007343
            ]
        )
    ] .

obo:GO_0060479
    obo:IAO_0000115 "The process in which relatively unspecialized cells, e.g. embryonic or regenerative cells, acquire specialized structural and/or functional features of a mature cell found in the lung. Differentiation includes the processes involved in commitment of a cell to a specific fate." ;
    oboInOwl:hasExactSynonym "pulmonary cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060479" ;
    a owl:Class ;
    rdfs:label "lung cell differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ] .

obo:GO_0060485
    obo:IAO_0000115 "The process whose specific outcome is the progression of a mesenchymal tissue over time, from its formation to the mature structure. A mesenchymal tissue is made up of loosely packed stellate cells." ;
    oboInOwl:hasExactSynonym "mesenchymal development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060485" ;
    a owl:Class ;
    rdfs:label "mesenchyme development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048513
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003104
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003104
            ]
        )
    ] .

obo:GO_0060487
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an epithelial cell that contributes to the epithelium of the lung." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pulmonary epithelial cell differentiation" ;
    oboInOwl:id "GO:0060487" ;
    a owl:Class ;
    rdfs:label "lung epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030855, obo:GO_0060479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060428
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000082
            ]
        )
    ] .

obo:GO_0060491
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of cell projection assembly." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cell projection formation" ;
    oboInOwl:id "GO:0060491" ;
    a owl:Class ;
    rdfs:label "regulation of cell projection assembly" ;
    rdfs:subClassOf obo:GO_0031344, obo:GO_0044087, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030031
            ]
        )
    ] .

obo:GO_0060495
    obo:IAO_0000115 "Any process that mediates the transfer of information from one cell to another and contributes to the progression of the lung, from its initial state to the mature structure." ;
    oboInOwl:hasExactSynonym "cell-cell signalling involved in lung development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060495" ;
    a owl:Class ;
    rdfs:label "cell-cell signaling involved in lung development" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030324
            ]
        )
    ] .

obo:GO_0060496
    obo:IAO_0000115 "Any process that mediates the transfer of information from a mesenchymal cell to an epithelial cell and contributes to the development of the lung." ;
    oboInOwl:hasExactSynonym "mesenchymal-epithelial cell signalling involved in lung development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060496" ;
    a owl:Class ;
    rdfs:label "mesenchymal-epithelial cell signaling involved in lung development" ;
    rdfs:subClassOf obo:GO_0060495, obo:GO_0060638 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030324
            ]
        )
    ] .

obo:GO_0060497
    obo:IAO_0000115 "Any process that mediates the transfer of information between a mesenchymal cell and an endodermal cell." ;
    oboInOwl:hasExactSynonym "mesenchymal-endodermal cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060497" ;
    a owl:Class ;
    rdfs:label "mesenchymal-endodermal cell signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0008019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_0000223
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0008019
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_0000223
            ]
        )
    ] .

obo:GO_0060501
    obo:IAO_0000115 "Any process that increases the rate or frequency of epithelial cell proliferation that results in the lung attaining its shape." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060501" ;
    a owl:Class ;
    rdfs:label "positive regulation of epithelial cell proliferation involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0050679, obo:GO_2000794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060502
            ]
        )
    ] .

obo:GO_0060502
    obo:IAO_0000115 "The multiplication or reproduction of epithelial cells, resulting in the expansion of a cell population that contributes to the shaping of the lung." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060502" ;
    a owl:Class ;
    rdfs:label "epithelial cell proliferation involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0050673, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060425
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060428
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050673
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060425
            ]
        )
    ] .

obo:GO_0060532
    obo:IAO_0000115 "The process whose specific outcome is the progression of lung cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T08:12:06Z" ;
    oboInOwl:hasExactSynonym "pulmonary cartilage development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060532" ;
    a owl:Class ;
    rdfs:label "bronchus cartilage development" ;
    rdfs:subClassOf obo:GO_0051216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060433
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001956
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001956
            ]
        )
    ] .

obo:GO_0060533
    obo:IAO_0000115 "The process in which the bronchus cartilage is generated and organized. The bronchus cartilage is the connective tissue of the portion of the airway that connects to the lungs." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T08:47:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060533" ;
    a owl:Class ;
    rdfs:label "bronchus cartilage morphogenesis" ;
    rdfs:subClassOf obo:GO_0060536, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060434
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060532
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001956
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001956
            ]
        )
    ] .

obo:GO_0060534
    obo:IAO_0000115 "The process whose specific outcome is the progression of the tracheal cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T09:00:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060534" ;
    a owl:Class ;
    rdfs:label "trachea cartilage development" ;
    rdfs:subClassOf obo:GO_0051216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060438
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003604
            ]
        )
    ] .

obo:GO_0060535
    obo:IAO_0000115 "The process in which the anatomical structures of cartilage in the trachea are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T09:07:48Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060535" ;
    a owl:Class ;
    rdfs:label "trachea cartilage morphogenesis" ;
    rdfs:subClassOf obo:GO_0060536, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060439
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060534
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003604
            ]
        )
    ] .

obo:GO_0060536
    obo:IAO_0000115 "The process in which the anatomical structures of cartilage are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T09:13:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060536" ;
    a owl:Class ;
    rdfs:label "cartilage morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051216
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0007844
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0007844
            ]
        )
    ] .

obo:GO_0060537
    obo:IAO_0000115 "The progression of muscle tissue over time, from its initial formation to its mature state. Muscle tissue is a contractile tissue made up of actin and myosin fibers." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T08:05:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060537" ;
    a owl:Class ;
    rdfs:label "muscle tissue development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002385
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002385
            ]
        )
    ] .

obo:GO_0060538
    obo:IAO_0000115 "The progression of a skeletal muscle organ over time from its initial formation to its mature state. A skeletal muscle organ includes the skeletal muscle tissue and its associated connective tissue." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T08:25:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060538" ;
    a owl:Class ;
    rdfs:label "skeletal muscle organ development" ;
    rdfs:subClassOf obo:GO_0007517, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0014892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0014892
            ]
        )
    ] .

obo:GO_0060539
    obo:IAO_0000115 "The progression of the diaphragm over time from its initial formation to the mature structure. The diaphragm is a skeletal muscle that is responsible for contraction and expansion of the lungs." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T08:44:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060539" ;
    a owl:Class ;
    rdfs:label "diaphragm development" ;
    rdfs:subClassOf obo:GO_0060538, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060541
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:GO_0060540
    obo:IAO_0000115 "The process in which the anatomical structures of the diaphragm are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T08:47:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060540" ;
    a owl:Class ;
    rdfs:label "diaphragm morphogenesis" ;
    rdfs:subClassOf obo:GO_0048644, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060539
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:GO_0060541
    obo:IAO_0000115 "The progression of the respiratory system over time from its formation to its mature structure. The respiratory system carries out respiratory gaseous exchange." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-10T08:55:42Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060541" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "respiratory system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:GO_0060560
    obo:IAO_0000115 "The increase in size or mass of an anatomical structure that contributes to the structure attaining its shape." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-28T08:42:53Z" ;
    oboInOwl:hasExactSynonym "differential growth" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060560" ;
    a owl:Class ;
    rdfs:label "developmental growth involved in morphogenesis" ;
    rdfs:subClassOf obo:GO_0048589, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009653
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0009653
            ]
        )
    ] .

obo:GO_0060561
    obo:IAO_0000115 "Any apoptotic process that contributes to the shaping of an anatomical structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-28T09:17:27Z" ;
    oboInOwl:hasNarrowSynonym "apoptosis involved in morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "apoptosis involved in development", "morphogenetic apoptosis" ;
    oboInOwl:id "GO:0060561" ;
    a owl:Class ;
    rdfs:label "apoptotic process involved in morphogenesis" ;
    rdfs:subClassOf obo:GO_1902742, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009653
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0009653
            ]
        )
    ] .

obo:GO_0060562
    obo:IAO_0000115 "The process in which the anatomical structures of a tube are generated and organized from an epithelium. Epithelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues, with tube shape and organization varying from the single-celled excretory organ in Caenorhabditis elegans to the branching trees of the mammalian kidney and insect tracheal system." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-28T09:33:36Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060562" ;
    a owl:Class ;
    rdfs:label "epithelial tube morphogenesis" ;
    rdfs:subClassOf obo:GO_0002009, obo:GO_0035239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003914
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003914
            ]
        )
    ] .

obo:GO_0060563
    obo:IAO_0000115 "The process in which epiblast cells acquire specialized features of neuroepithelial cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-29T01:50:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060563" ;
    a owl:Class ;
    rdfs:label "neuroepithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0002065, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000710
            ]
        )
    ] .

obo:GO_0060571
    obo:IAO_0000115 "The morphogenetic process in which an epithelial sheet bends along a linear axis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-30T09:27:17Z" ;
    oboInOwl:hasExactSynonym "epithelial folding" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "folding of an epithelial sheet" ;
    oboInOwl:id "GO:0060571" ;
    a owl:Class ;
    rdfs:label "morphogenesis of an epithelial fold" ;
    rdfs:subClassOf obo:GO_0002009, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0005157
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0005157
            ]
        )
    ] .

obo:GO_0060572
    obo:IAO_0000115 "The morphogenetic process in which a bud forms from an epithelial sheet. A bud is a protrusion that forms form the sheet by localized folding." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-04-30T09:38:35Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060572" ;
    a owl:Class ;
    rdfs:label "morphogenesis of an epithelial bud" ;
    rdfs:subClassOf obo:GO_0060571, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0005153
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0005153
            ]
        )
    ] .

obo:GO_0060577
    obo:IAO_0000115 "The process in which the anatomical structure of the pulmonary venous blood vessels are generated and organized. Pulmonary veins are blood vessels that transport blood from the lungs to the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-06T08:44:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pulmonary venous blood vessel morphogenesis" ;
    oboInOwl:id "GO:0060577" ;
    a owl:Class ;
    rdfs:label "pulmonary vein morphogenesis" ;
    rdfs:subClassOf obo:GO_0048845, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002016
            ]
        )
    ] .

obo:GO_0060578
    obo:IAO_0000115 "The process in which the anatomical structure of superior vena cava generated and organized. The superior vena cava is a blood vessel that transports blood from the upper body to the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-06T08:47:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060578" ;
    a owl:Class ;
    rdfs:label "superior vena cava morphogenesis" ;
    rdfs:subClassOf obo:GO_0048845, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001585
            ]
        )
    ] .

obo:GO_0060581
    obo:IAO_0000115 "The commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells within a field of cells that will exhibit a certain pattern of differentiation. Positional information is established through protein signals that emanate from a localized source within a developmental field resulting in specification of a cell type. Those signals are then interpreted in a cell-autonomous manner resulting in the determination of the cell type." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-07T12:40:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060581" ;
    a owl:Class ;
    rdfs:label "cell fate commitment involved in pattern specification" ;
    rdfs:subClassOf obo:GO_0045165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007389
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007389
            ]
        )
    ] .

obo:GO_0060591
    obo:IAO_0000115 "The process in which a mesenchymal cell, acquires specialized structural and/or functional features of a chondroblast. Differentiation includes the processes involved in commitment of a cell to a chondroblast fate. A chondroblast is a precursor cell to chondrocytes." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-11T07:47:36Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "chondrocyte progenitor cell differentiation" ;
    oboInOwl:id "GO:0060591" ;
    a owl:Class ;
    rdfs:label "chondroblast differentiation" ;
    rdfs:subClassOf obo:GO_0030154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051216
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000058
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000058
            ]
        )
    ] .

obo:GO_0060612
    obo:IAO_0000115 "The process whose specific outcome is the progression of adipose tissue over time, from its formation to the mature structure. Adipose tissue is specialized tissue that is used to store fat." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-15T12:36:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "adipogenesis" ;
    oboInOwl:id "GO:0060612" ;
    a owl:Class ;
    rdfs:label "adipose tissue development" ;
    rdfs:subClassOf obo:GO_0061448, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048513
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001013
            ]
        )
    ] .

obo:GO_0060623
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of chromosome condensation, the progressive compaction of dispersed interphase chromatin into threadlike chromosomes prior to mitotic or meiotic nuclear division, or during apoptosis, in eukaryotic cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-18T02:12:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060623" ;
    a owl:Class ;
    rdfs:label "regulation of chromosome condensation" ;
    rdfs:subClassOf obo:GO_0033044, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030261
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030261
            ]
        )
    ] .

obo:GO_0060627
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of vesicle-mediated transport, the directed movement of substances, either within a vesicle or in the vesicle membrane, into, out of or within a cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-18T02:29:43Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060627" ;
    a owl:Class ;
    rdfs:label "regulation of vesicle-mediated transport" ;
    rdfs:subClassOf obo:GO_0050794, obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0016192
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0016192
            ]
        )
    ] .

obo:GO_0060632
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of microtubule-based movement, the movement of organelles, other microtubules and other particles along microtubules, mediated by motor proteins." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-18T03:07:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060632" ;
    a owl:Class ;
    rdfs:label "regulation of microtubule-based movement" ;
    rdfs:subClassOf obo:GO_0032886, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007018
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007018
            ]
        )
    ] .

obo:GO_0060638
    obo:IAO_0000115 "Any process that mediates the transfer of information from a mesenchymal cell to an epithelial cell where it is received and interpreted." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-05-19T03:59:05Z" ;
    oboInOwl:hasExactSynonym "mesenchymal-epithelial cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060638" ;
    a owl:Class ;
    rdfs:label "mesenchymal-epithelial cell signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0008019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0008019
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0060684
    obo:IAO_0000115 "Any process that results in the transfer of information from an epithelial cell to a mesenchymal cell where it is interpreted." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-06-03T06:36:46Z" ;
    oboInOwl:hasExactSynonym "epithelial-mesenchymal cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060684" ;
    a owl:Class ;
    rdfs:label "epithelial-mesenchymal cell signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0000066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0000066
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:GO_0060688
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of branching morphogenesis, the process in which the anatomical structures of branches are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-06-05T12:41:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060688" ;
    a owl:Class ;
    rdfs:label "regulation of morphogenesis of a branching structure" ;
    rdfs:subClassOf obo:GO_0022603, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001763
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001763
            ]
        )
    ] .

obo:GO_0060788
    obo:IAO_0000115 "The developmental process in which an ectodermal placode forms. An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-04T12:15:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060788" ;
    a owl:Class ;
    rdfs:label "ectodermal placode formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0071697
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0005085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0005085
            ]
        )
    ] .

obo:GO_0060795
    obo:IAO_0000115 "The commitment of cells to specific cell fates of the endoderm, ectoderm, or mesoderm as a part of gastrulation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-04T03:11:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060795" ;
    a owl:Class ;
    rdfs:label "cell fate commitment involved in formation of primary germ layer" ;
    rdfs:subClassOf obo:GO_0045165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001704
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0001704
            ]
        )
    ] .

obo:GO_0060837
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a blood vessel endothelial cell, a thin flattened cell that lines the inside surfaces of blood vessels." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-11T03:47:36Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060837" ;
    a owl:Class ;
    rdfs:label "blood vessel endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0045446, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001568
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000071
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000071
            ]
        )
    ] .

obo:GO_0060840
    obo:IAO_0000115 "The progression of the artery over time, from its initial formation to the mature structure. An artery is a blood vessel that carries blood away from the heart to a capillary bed." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-12T10:10:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060840" ;
    a owl:Class ;
    rdfs:label "artery development" ;
    rdfs:subClassOf obo:GO_0001568, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:GO_0060841
    obo:IAO_0000115 "The progression of the venous blood vessel over time from its initial formation to the mature structure. Venous blood vessels carry blood back to the heart after the capillary bed." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-12T10:14:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060841" ;
    a owl:Class ;
    rdfs:label "venous blood vessel development" ;
    rdfs:subClassOf obo:GO_0001568, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:GO_0060842
    obo:IAO_0000115 "The process in which a relatively unspecialized endothelial cell acquires specialized features of an arterial endothelial cell, a thin flattened cell that lines the inside surfaces of arteries." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-12T10:41:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060842" ;
    a owl:Class ;
    rdfs:label "arterial endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0060837, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000413
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000413
            ]
        )
    ] .

obo:GO_0060843
    obo:IAO_0000115 "The process in which a relatively unspecialized endothelial cell acquires specialized features of a venous endothelial cell, a thin flattened cell that lines the inside surfaces of veins." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-12T10:43:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060843" ;
    a owl:Class ;
    rdfs:label "venous endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0060837, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002543
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002543
            ]
        )
    ] .

obo:GO_0060896
    obo:IAO_0000115 "The developmental process that results in the creation of defined areas or spaces within the neural plate to which cells respond and eventually are instructed to differentiate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-13T02:06:27Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9834899" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060896" ;
    a owl:Class ;
    rdfs:label "neural plate pattern specification" ;
    rdfs:subClassOf obo:GO_0007389 .

obo:GO_0060897
    obo:IAO_0000115 "The pattern specification process that results in the subdivision of an axis or axes of the neural plate in space to define an area or volume in which specific patterns of cell differentiation will take place or in which cells interpret a specific environment." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-13T02:09:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060897" ;
    a owl:Class ;
    rdfs:label "neural plate regionalization" ;
    rdfs:subClassOf obo:GO_0003002, obo:GO_0060896 .

obo:GO_0060900
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of a camera-type eye from unspecified neurectoderm. This process begins with the differentiation of cells that form the optic field and ends when the optic cup has attained its shape." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-08-13T02:26:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060900" ;
    a owl:Class ;
    rdfs:label "embryonic camera-type eye formation" ;
    rdfs:subClassOf obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048596
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:GO_0060914
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of the heart from unspecified parts. This process begins with the specific processes that contribute to the appearance of the heart field and the arrival of cardiac neural crest to the heart region. The process ends when the structural rudiment is recognizable." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-17T09:02:13Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9733709" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiogenesis" ;
    oboInOwl:id "GO:0060914" ;
    a owl:Class ;
    rdfs:label "heart formation" ;
    rdfs:subClassOf obo:GO_0048645, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:GO_0060915
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a mesenchymal cell of the lung. A mesenchymal cell is a loosely associated cell that is part of the connective tissue in an organism. Mesenchymal cells give rise to more mature connective tissue cell types." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-18T11:45:33Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060915" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell differentiation involved in lung development" ;
    rdfs:subClassOf obo:GO_0048762, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048762
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030324
            ]
        )
    ] .

obo:GO_0060916
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a mesenchymal cell population that contributes to the progression of the lung over time. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-18T11:50:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060916" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell proliferation involved in lung development" ;
    rdfs:subClassOf obo:GO_0010463, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0010463
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030324
            ]
        )
    ] .

obo:GO_0060920
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a pacemaker cell. Pacemaker cells are specialized cardiomyocytes that are responsible for regulating the timing of heart contractions." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T11:01:31Z" ;
    oboInOwl:hasBroadSynonym "pacemaker cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060920" ;
    a owl:Class ;
    rdfs:label "cardiac pacemaker cell differentiation" ;
    rdfs:subClassOf obo:GO_0055007, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002072
            ]
        )
    ] .

obo:GO_0060921
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a sinoatrial (SA) node cell. SA node cells are pacemaker cells that are found in the sinoatrial node." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T11:03:30Z" ;
    oboInOwl:hasExactSynonym "SA node cell differentiation", "SAN cell differentiation" ;
    oboInOwl:hasNarrowSynonym "sinus node cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060921" ;
    a owl:Class ;
    rdfs:label "sinoatrial node cell differentiation" ;
    rdfs:subClassOf obo:GO_0060920, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003163
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000409
            ]
        )
    ] .

obo:GO_0060922
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of an atrioventricular (AV) node cell. AV node cells are pacemaker cells that are found in the atrioventricular node." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T11:07:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "AV node cell differentiation" ;
    oboInOwl:id "GO:0060922" ;
    a owl:Class ;
    rdfs:label "atrioventricular node cell differentiation" ;
    rdfs:subClassOf obo:GO_0003292, obo:GO_0060920, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003162
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000410
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000410
            ]
        )
    ] .

obo:GO_0060926
    obo:IAO_0000115 "The process whose specific outcome is the progression of a pacemaker cell over time, from its formation to the mature state. Pacemaker cells are specialized cardiomyocytes that are responsible for regulating the timing of heart contractions." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T11:51:55Z" ;
    oboInOwl:hasBroadSynonym "pacemaker cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060926" ;
    a owl:Class ;
    rdfs:label "cardiac pacemaker cell development" ;
    rdfs:subClassOf obo:GO_0055013, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060920
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0002072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0002072
            ]
        )
    ] .

obo:GO_0060928
    obo:IAO_0000115 "The process whose specific outcome is the progression of an atrioventricular (AV) node cell over time, from its formation to the mature state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T11:59:26Z" ;
    oboInOwl:hasExactSynonym "AV node cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060928" ;
    a owl:Class ;
    rdfs:label "atrioventricular node cell development" ;
    rdfs:subClassOf obo:GO_0060926, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_1000410
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_1000410
            ]
        )
    ] .

obo:GO_0060931
    obo:IAO_0000115 "The process whose specific outcome is the progression of a sinoatrial (SA) node cell over time, from its formation to the mature state. SA node cells are pacemaker cells that are found in the sinoatrial node." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T12:05:47Z" ;
    oboInOwl:hasExactSynonym "SA node cell development", "SAN cell development" ;
    oboInOwl:hasNarrowSynonym "sinus node cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060931" ;
    a owl:Class ;
    rdfs:label "sinoatrial node cell development" ;
    rdfs:subClassOf obo:GO_0060926, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060921
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_1000409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_1000409
            ]
        )
    ] .

obo:GO_0060932
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cell of the His-Purkinje system. These cells form the fibers regulate cardiac muscle contraction in the ventricles." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T01:10:32Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060932" ;
    a owl:Class ;
    rdfs:label "His-Purkinje system cell differentiation" ;
    rdfs:subClassOf obo:GO_0055007, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003164
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0010007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0010007
            ]
        )
    ] .

obo:GO_0060933
    obo:IAO_0000115 "The process whose specific outcome is the progression of a His-Purkinje cell over time, from its formation to the mature state. These cells form the fibers that regulate cardiac muscle contraction in the ventricles." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T01:15:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060933" ;
    a owl:Class ;
    rdfs:label "His-Purkinje system cell development" ;
    rdfs:subClassOf obo:GO_0055006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060932
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0010007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0010007
            ]
        )
    ] .

obo:GO_0060935
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cardiac fibroblast. A cardiac fibroblast is a connective tissue cell in the heart which secretes an extracellular matrix rich in collagen and other macromolecules." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T01:20:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060935" ;
    a owl:Class ;
    rdfs:label "cardiac fibroblast cell differentiation" ;
    rdfs:subClassOf obo:GO_0035051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002548
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002548
            ]
        )
    ] .

obo:GO_0060936
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cardiac fibroblast over time, from its formation to the mature state. A cardiac fibroblast is a connective tissue cell of the heart which secretes an extracellular matrix rich in collagen and other macromolecules." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T01:23:03Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060936" ;
    a owl:Class ;
    rdfs:label "cardiac fibroblast cell development" ;
    rdfs:subClassOf obo:GO_0055006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060935
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0002548
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0002548
            ]
        )
    ] .

obo:GO_0060945
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuron of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T02:45:33Z" ;
    oboInOwl:hasExactSynonym "heart neuron differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060945" ;
    a owl:Class ;
    rdfs:label "cardiac neuron differentiation" ;
    rdfs:subClassOf obo:GO_0035051, obo:GO_0048934, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0010022
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0010022
            ]
        )
    ] .

obo:GO_0060946
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a blood vessel endothelial cell of the heart. Blood vessel endothelial cells are thin flattened cells that line the inside surfaces of blood vessels." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T02:48:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060946" ;
    a owl:Class ;
    rdfs:label "cardiac blood vessel endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0003348, obo:GO_0060837, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0010006
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0010006
            ]
        )
    ] .

obo:GO_0060950
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a glial cell of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T03:06:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060950" ;
    a owl:Class ;
    rdfs:label "cardiac glial cell differentiation" ;
    rdfs:subClassOf obo:GO_0010001, obo:GO_0035051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0010020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0010020
            ]
        )
    ] .

obo:GO_0060952
    obo:IAO_0000115 "The process aimed at the progression of a cardiac glial cell over time, from its formation to the fully functional mature cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T03:09:24Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060952" ;
    a owl:Class ;
    rdfs:label "cardiac glial cell development" ;
    rdfs:subClassOf obo:GO_0021782, obo:GO_0055006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060950
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0010020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0010020
            ]
        )
    ] .

obo:GO_0060956
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of an endocardial cell. An endocardial cell is a specialized endothelial cell that makes up the endocardium portion of the heart. The endocardium is the innermost layer of tissue of the heart, and lines the heart chambers." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T03:20:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060956" ;
    a owl:Class ;
    rdfs:label "endocardial cell differentiation" ;
    rdfs:subClassOf obo:GO_0003348, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003157
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0002350
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0002350
            ]
        )
    ] .

obo:GO_0060958
    obo:IAO_0000115 "The progression of an endocardial cell over time, from its formation to the mature cell. An endocardial cell is a specialized endothelial cell that makes up the endocardium portion of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-29T03:26:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060958" ;
    a owl:Class ;
    rdfs:label "endocardial cell development" ;
    rdfs:subClassOf obo:GO_0001885, obo:GO_0055006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060956
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0002350
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0002350
            ]
        )
    ] .

obo:GO_0060959
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cardiac neuron over time, from its formation to the mature state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-09-30T10:14:56Z" ;
    oboInOwl:hasExactSynonym "heart neuron development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060959" ;
    a owl:Class ;
    rdfs:label "cardiac neuron development" ;
    rdfs:subClassOf obo:GO_0048935, obo:GO_0055006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060945
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0010022
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0010022
            ]
        )
    ] .

obo:GO_0060973
    obo:IAO_0000115 "The orderly movement of a cell from one site to another that will contribute to the progression of the heart over time, from its initial formation, to the mature organ." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T10:53:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060973" ;
    a owl:Class ;
    rdfs:label "cell migration involved in heart development" ;
    rdfs:subClassOf obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007507
            ]
        )
    ] .

obo:GO_0060974
    obo:IAO_0000115 "The orderly movement of a cell from one site to another that contribute to the formation of the heart. The initial heart structure is made up of mesoderm-derived heart progenitor cells and neural crest-derived cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T10:56:33Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060974" ;
    a owl:Class ;
    rdfs:label "cell migration involved in heart formation" ;
    rdfs:subClassOf obo:GO_0060973, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060914
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060914
            ]
        )
    ] .

obo:GO_0060976
    obo:IAO_0000115 "The process whose specific outcome is the progression of the blood vessels of the heart over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T12:15:23Z" ;
    oboInOwl:hasExactSynonym "cardiac blood vessel development", "cardiac vasculature development", "coronary blood vessel development", "heart blood vessel development", "heart vasculature development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060976" ;
    a owl:Class ;
    rdfs:label "coronary vasculature development" ;
    rdfs:subClassOf obo:GO_0001568, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007507
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003498
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003498
            ]
        )
    ] .

obo:GO_0060977
    obo:IAO_0000115 "The process in which the anatomical structures of blood vessels of the heart are generated and organized. The blood vessel is the vasculature carrying blood." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T12:28:23Z" ;
    oboInOwl:hasExactSynonym "cardiac blood vessel morphogenesis", "cardiac vasculature morphogenesis", "coronary blood vessel morphogenesis", "heart blood vessel morphogenesis", "heart vasculature morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060977" ;
    a owl:Class ;
    rdfs:label "coronary vasculature morphogenesis" ;
    rdfs:subClassOf obo:GO_0048514, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060976
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003498
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003498
            ]
        )
    ] .

obo:GO_0060978
    obo:IAO_0000115 "Blood vessel formation in the heart when new vessels emerge from the proliferation of pre-existing blood vessels." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T02:02:12Z" ;
    oboInOwl:hasExactSynonym "angiogenesis involved in cardiac vascular morphogenesis", "angiogenesis involved in heart vascular morphogenesis", "coronary blood vessel angiogenesis", "coronary vasculature angiogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060978" ;
    a owl:Class ;
    rdfs:label "angiogenesis involved in coronary vascular morphogenesis" ;
    rdfs:subClassOf obo:GO_0001525, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060977
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001525
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060976
            ]
        )
    ] .

obo:GO_0060979
    obo:IAO_0000115 "The differentiation of endothelial cells from progenitor cells that contributes to blood vessel development in the heart, and the de novo formation of blood vessels and tubes." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T02:19:42Z" ;
    oboInOwl:hasExactSynonym "coronary vasculogenesis", "vasculogenesis involved in coronary blood vessel morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060979" ;
    a owl:Class ;
    rdfs:label "vasculogenesis involved in coronary vascular morphogenesis" ;
    rdfs:subClassOf obo:GO_0001570, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060977
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001570
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060977
            ]
        )
    ] .

obo:GO_0060980
    obo:IAO_0000115 "The orderly movement of a cell from one site to another that will contribute to the differentiation of an endothelial cell that will form the blood vessels of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T02:33:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060980" ;
    a owl:Class ;
    rdfs:label "cell migration involved in coronary vasculogenesis" ;
    rdfs:subClassOf obo:GO_0035441, obo:GO_0060973, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060979
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060979
            ]
        )
    ] .

obo:GO_0060981
    obo:IAO_0000115 "The orderly movement of a cell from one site to another that will contribute to the formation of new blood vessels in the heart from pre-existing blood vessels." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2009-10-06T02:49:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060981" ;
    a owl:Class ;
    rdfs:label "cell migration involved in coronary angiogenesis" ;
    rdfs:subClassOf obo:GO_0060973, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060978
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060978
            ]
        )
    ] .

obo:GO_0060986
    obo:IAO_0000115 "The regulated release of a hormone into the circulatory system." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-11T09:03:48Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060986" ;
    a owl:Class ;
    rdfs:label "endocrine hormone secretion" ;
    rdfs:subClassOf obo:GO_0046879, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050886
    ] .

obo:GO_0060996
    obo:IAO_0000115 "The process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:06:33Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060996" ;
    a owl:Class ;
    rdfs:label "dendritic spine development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0016358
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0060997
    obo:IAO_0000115 "The process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:09:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060997" ;
    a owl:Class ;
    rdfs:label "dendritic spine morphogenesis" ;
    rdfs:subClassOf obo:GO_0031175, obo:GO_0048812, obo:GO_0097061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048813
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060996
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:GO_0043197
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:GO_0043197
            ]
        )
    ] .

obo:GO_0060998
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of dendritic spine development, the process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:17:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060998" ;
    a owl:Class ;
    rdfs:label "regulation of dendritic spine development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060996
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060996
            ]
        )
    ] .

obo:GO_0060999
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of dendritic spine development, the process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:27:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0060999" ;
    a owl:Class ;
    rdfs:label "positive regulation of dendritic spine development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0060998, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060996
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060996
            ]
        )
    ] .

obo:GO_0061000
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of dendritic spine development, the process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:29:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061000" ;
    a owl:Class ;
    rdfs:label "negative regulation of dendritic spine development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0060998, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060996
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060996
            ]
        )
    ] .

obo:GO_0061001
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of dendritic spine morphogenesis, the process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:31:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061001" ;
    a owl:Class ;
    rdfs:label "regulation of dendritic spine morphogenesis" ;
    rdfs:subClassOf obo:GO_0010975, obo:GO_0022603, obo:GO_0099175, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060997
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060997
            ]
        )
    ] .

obo:GO_0061002
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of dendritic spine morphogenesis, the process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:34:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061002" ;
    a owl:Class ;
    rdfs:label "negative regulation of dendritic spine morphogenesis" ;
    rdfs:subClassOf obo:GO_0010977, obo:GO_0061000, obo:GO_0061001, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060997
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060997
            ]
        )
    ] .

obo:GO_0061003
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of dendritic spine morphogenesis, the process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-01-20T09:36:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061003" ;
    a owl:Class ;
    rdfs:label "positive regulation of dendritic spine morphogenesis" ;
    rdfs:subClassOf obo:GO_0010976, obo:GO_0050775, obo:GO_0060999, obo:GO_0061001, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060997
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060997
            ]
        )
    ] .

obo:GO_0061024
    obo:IAO_0000115 "A process which results in the assembly, arrangement of constituent parts, or disassembly of a membrane. A membrane is a double layer of lipid molecules that encloses all cells, and, in eukaryotes, many organelles; may be a single or double lipid bilayer; also includes associated proteins." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-02-08T02:43:11Z" ;
    oboInOwl:hasAlternativeId "GO:0016044", "GO:0044802" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-199991" ;
    oboInOwl:hasExactSynonym "cellular membrane organisation", "cellular membrane organization", "membrane organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "membrane organization and biogenesis", "single-organism membrane organization" ;
    oboInOwl:id "GO:0061024" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir, go:goslim_pombe, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "membrane organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0061025
    obo:IAO_0000115 "The membrane organization process that joins two lipid bilayers to form a single membrane." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-02-08T02:48:06Z" ;
    oboInOwl:hasAlternativeId "GO:0006944", "GO:0044801" ;
    oboInOwl:hasDbXref "Wikipedia:Lipid_bilayer_fusion" ;
    oboInOwl:hasExactSynonym "cellular membrane fusion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single-organism membrane fusion" ;
    oboInOwl:id "GO:0061025" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "membrane fusion" ;
    rdfs:subClassOf obo:GO_0061024, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0061024
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0061032
    obo:IAO_0000115 "The progression of the visceral serous pericardium from its formation to the mature structure. The visceral serous pericardium is the inner layer of the pericardium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-09T09:52:49Z" ;
    oboInOwl:hasExactSynonym "epicardium development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061032" ;
    a owl:Class ;
    rdfs:label "visceral serous pericardium development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060039
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002425
            ]
        )
    ] .

obo:GO_0061035
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of cartilage development, the process whose specific outcome is the progression of the cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-09T03:41:35Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061035" ;
    a owl:Class ;
    rdfs:label "regulation of cartilage development" ;
    rdfs:subClassOf obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051216
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051216
            ]
        )
    ] .

obo:GO_0061036
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of cartilage development, the process whose specific outcome is the progression of the cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-09T03:41:35Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061036" ;
    a owl:Class ;
    rdfs:label "positive regulation of cartilage development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_0061035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051216
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051216
            ]
        )
    ] .

obo:GO_0061037
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of cartilage development, the process whose specific outcome is the progression of the cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-09T03:41:35Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061037" ;
    a owl:Class ;
    rdfs:label "negative regulation of cartilage development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_0061035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051216
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051216
            ]
        )
    ] .

obo:GO_0061040
    obo:IAO_0000115 "The process in which a female gonad is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-22T11:29:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ovary morphogenesis" ;
    oboInOwl:id "GO:0061040" ;
    a owl:Class ;
    rdfs:label "female gonad morphogenesis" ;
    rdfs:subClassOf obo:GO_0035262, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0008585
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:GO_0061046
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the process in which a highly ordered sequence of patterning events generates the branched structures of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-25T10:41:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061046" ;
    a owl:Class ;
    rdfs:label "regulation of branching involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0060688, obo:GO_1905330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060441
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060441
            ]
        )
    ] .

obo:GO_0061047
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the process in which a highly ordered sequence of patterning events generates the branched structures of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-25T10:50:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061047" ;
    a owl:Class ;
    rdfs:label "positive regulation of branching involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0051240, obo:GO_0061046, obo:GO_1905332, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060441
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060441
            ]
        )
    ] .

obo:GO_0061048
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of the process in which a highly ordered sequence of patterning events generates the branched structures of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-25T10:51:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061048" ;
    a owl:Class ;
    rdfs:label "negative regulation of branching involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0051241, obo:GO_0061046, obo:GO_1905331, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060441
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060441
            ]
        )
    ] .

obo:GO_0061049
    obo:IAO_0000115 "The growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-25T12:56:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cardiac muscle cell hypertrophy", "cardiomyocyte growth", "heart muscle cell growth" ;
    oboInOwl:id "GO:0061049" ;
    a owl:Class ;
    rdfs:label "cell growth involved in cardiac muscle cell development" ;
    rdfs:subClassOf obo:GO_0048588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003301
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0055013
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0055013
            ]
        )
    ] .

obo:GO_0061050
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-25T01:05:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061050" ;
    a owl:Class ;
    rdfs:label "regulation of cell growth involved in cardiac muscle cell development" ;
    rdfs:subClassOf obo:GO_0001558, obo:GO_0055021, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061049
            ]
        )
    ] .

obo:GO_0061051
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-25T01:08:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061051" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell growth involved in cardiac muscle cell development" ;
    rdfs:subClassOf obo:GO_0010613, obo:GO_0030307, obo:GO_0051155, obo:GO_0055023, obo:GO_0061050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061049
            ]
        )
    ] .

obo:GO_0061052
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of the growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-02-25T01:11:30Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061052" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell growth involved in cardiac muscle cell development" ;
    rdfs:subClassOf obo:GO_0010614, obo:GO_0030308, obo:GO_0051154, obo:GO_0055022, obo:GO_0061050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061049
            ]
        )
    ] .

obo:GO_0061053
    obo:IAO_0000115 "The progression of a somite from its initial formation to the mature structure. Somites are mesodermal clusters that are arranged segmentally along the anterior posterior axis of an embryo." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-02T12:05:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061053" ;
    a owl:Class ;
    rdfs:label "somite development" ;
    rdfs:subClassOf obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009790
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002329
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002329
            ]
        )
    ] .

obo:GO_0061054
    obo:IAO_0000115 "The progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-02T12:07:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061054" ;
    a owl:Class ;
    rdfs:label "dermatome development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061053
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004016
            ]
        )
    ] .

obo:GO_0061055
    obo:IAO_0000115 "The progression of the myotome over time, from its formation to the mature structure. The myotome is the portion of the somite that will give rise to muscle." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-02T12:11:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061055" ;
    a owl:Class ;
    rdfs:label "myotome development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061053
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003082
            ]
        )
    ] .

obo:GO_0061056
    obo:IAO_0000115 "The progression of the sclerotome over time, from its initial formation to the mature structure. The sclerotome is the portion of the somite that will give rise to a vertebra." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-02T12:12:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061056" ;
    a owl:Class ;
    rdfs:label "sclerotome development" ;
    rdfs:subClassOf obo:GO_0060485, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061053
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003089
            ]
        )
    ] .

obo:GO_0061061
    obo:IAO_0000115 "The progression of a muscle structure over time, from its formation to its mature state. Muscle structures are contractile cells, tissues or organs that are found in multicellular organisms." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-09T08:55:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061061" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "muscle structure development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0005090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0005090
            ]
        )
    ] .

obo:GO_0061072
    obo:IAO_0000115 "The process in which the iris is generated and organized. The iris is an anatomical structure in the eye whose opening forms the pupil. The iris is responsible for controlling the diameter and size of the pupil and the amount of light reaching the retina." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-16T10:48:42Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061072" ;
    a owl:Class ;
    rdfs:label "iris morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001769
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:GO_0061073
    obo:IAO_0000115 "The process in which the ciliary body generated and organized. The ciliary body is the circumferential tissue inside the eye composed of the ciliary muscle and ciliary processes." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-16T10:55:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061073" ;
    a owl:Class ;
    rdfs:label "ciliary body morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001775
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001775
            ]
        )
    ] .

obo:GO_0061074
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of neural retina development, the progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-16T11:47:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061074" ;
    a owl:Class ;
    rdfs:label "regulation of neural retina development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003407
            ]
        )
    ] .

obo:GO_0061075
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of neural retina development, the progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-16T11:59:48Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061075" ;
    a owl:Class ;
    rdfs:label "positive regulation of neural retina development" ;
    rdfs:subClassOf obo:GO_0061074, obo:GO_1902868, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003407
            ]
        )
    ] .

obo:GO_0061076
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of neural retina development, the progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-03-16T12:46:11Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061076" ;
    a owl:Class ;
    rdfs:label "negative regulation of neural retina development" ;
    rdfs:subClassOf obo:GO_0061074, obo:GO_1902867, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003407
            ]
        )
    ] .

obo:GO_0061080
    obo:IAO_0000115 "The progression of the right horn of the sinus venosus from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-04-08T02:45:10Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061080" ;
    a owl:Class ;
    rdfs:label "right horn of sinus venosus development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003235
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0005092
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0005092
            ]
        )
    ] .

obo:GO_0061100
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuroendocrine cell of the lung epithelium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-04-27T03:28:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061100" ;
    a owl:Class ;
    rdfs:label "lung neuroendocrine cell differentiation" ;
    rdfs:subClassOf obo:GO_0061101, obo:GO_0061140, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000223
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000223
            ]
        )
    ] .

obo:GO_0061101
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized structural and/or functional features of a neuroendocrine cell. A neuroendocrine cell is a cell that receives input form a neuron which controls the secretion of an endocrine substance." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-04-28T09:42:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061101" ;
    a owl:Class ;
    rdfs:label "neuroendocrine cell differentiation" ;
    rdfs:subClassOf obo:GO_0030182, obo:GO_0060563, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000165
            ]
        )
    ] .

obo:GO_0061102
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a neuroendocrine cell of the stomach epithelium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-04-28T09:47:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "gastric neuroendocrine cell differentiation" ;
    oboInOwl:id "GO:0061102" ;
    a owl:Class ;
    rdfs:label "stomach neuroendocrine cell differentiation" ;
    rdfs:subClassOf obo:GO_0035883, obo:GO_0061101, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0062094
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000222
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000222
            ]
        )
    ] .

obo:GO_0061105
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of the differentiation of a neuroendocrine cell in the stomach." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-04-29T12:19:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061105" ;
    a owl:Class ;
    rdfs:label "regulation of stomach neuroendocrine cell differentiation" ;
    rdfs:subClassOf obo:GO_0030856, obo:GO_0045664, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061102
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061102
            ]
        )
    ] .

obo:GO_0061106
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of the differentiation of a neuroendocrine cell in the stomach." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-04-29T12:23:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061106" ;
    a owl:Class ;
    rdfs:label "negative regulation of stomach neuroendocrine cell differentiation" ;
    rdfs:subClassOf obo:GO_0002085, obo:GO_0045665, obo:GO_0061105, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061102
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061102
            ]
        )
    ] .

obo:GO_0061109
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a dense core granule. A dense core granule is a secretory organelle found in endocrine cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-05-01T09:34:37Z" ;
    oboInOwl:hasExactSynonym "dense core granule organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061109" ;
    a owl:Class ;
    rdfs:label "dense core granule organization" ;
    rdfs:subClassOf obo:GO_0033363, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0031045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0031045
            ]
        )
    ] .

obo:GO_0061111
    obo:IAO_0000115 "Any process that results in the transfer of information from an epithelial cell to a mesenchymal cell and contributes to the progression of the lung over time from its initial formation to the mature organ." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-05-05T11:14:38Z" ;
    oboInOwl:hasExactSynonym "epithelial-mesenchymal cell signalling involved in lung development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061111" ;
    a owl:Class ;
    rdfs:label "epithelial-mesenchymal cell signaling involved in lung development" ;
    rdfs:subClassOf obo:GO_0060495, obo:GO_0060684 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060684
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030324
            ]
        )
    ] .

obo:GO_0061117
    obo:IAO_0000115 "Any process that decreases the rate or extent of heart growth. Heart growth is the increase in size or mass of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-05-17T07:31:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061117" ;
    a owl:Class ;
    rdfs:label "negative regulation of heart growth" ;
    rdfs:subClassOf obo:GO_0046621, obo:GO_0060420, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060419
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060419
            ]
        )
    ] .

obo:GO_0061138
    obo:IAO_0000115 "The process in which the anatomical structures of a branched epithelium are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-05-25T09:05:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061138" ;
    a owl:Class ;
    rdfs:label "morphogenesis of a branching epithelium" ;
    rdfs:subClassOf obo:GO_0001763, obo:GO_0002009 .

obo:GO_0061140
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a lung secretory cell. A lung secretory cell is a specialized epithelial cell of the lung that contains large secretory granules in its apical part." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-05-25T09:28:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061140" ;
    a owl:Class ;
    rdfs:label "lung secretory cell differentiation" ;
    rdfs:subClassOf obo:GO_0060487, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000272
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000272
            ]
        )
    ] .

obo:GO_0061141
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a lung ciliated cell. A lung ciliated cell is a specialized lung epithelial cell that contains cilia for moving substances released from lung secretory cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-05-25T09:31:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061141" ;
    a owl:Class ;
    rdfs:label "lung ciliated cell differentiation" ;
    rdfs:subClassOf obo:GO_0060487, obo:GO_1903251, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_1000271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_1000271
            ]
        )
    ] .

obo:GO_0061147
    obo:IAO_0000115 "The progression of the endocardial endothelium over time, from its initial formation to the mature structure. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-06-03T09:15:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061147" ;
    a owl:Class ;
    rdfs:label "endocardial endothelium development" ;
    rdfs:subClassOf obo:GO_0003158, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003157
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0005316
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0005316
            ]
        )
    ] .

obo:GO_0061148
    obo:IAO_0000115 "A process which results in the assembly, arrangement of constituent parts, or disassembly of an extracellular matrix of the endocardium. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-06-03T09:18:02Z" ;
    oboInOwl:hasExactSynonym "extracellular matrix organisation involved in endocardium development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061148" ;
    a owl:Class ;
    rdfs:label "extracellular matrix organization involved in endocardium development" ;
    rdfs:subClassOf obo:GO_0030198, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003157
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030198
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003157
            ]
        )
    ] .

obo:GO_0061152
    obo:IAO_0000115 "The progression of the trachea submucosa over time from its formation to the mature structure. The trachea submucosa is made up of the glands and elastic tissue that lie under the mucosa in the trachea." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-06-07T09:58:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061152" ;
    a owl:Class ;
    rdfs:label "trachea submucosa development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060438
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002202
            ]
        )
    ] .

obo:GO_0061154
    obo:IAO_0000115 "The process in which the anatomical structures of a tube are generated and organized from an endothelium. Endothelium refers to the layer of cells lining blood vessels, lymphatics, the heart, and serous cavities, and is derived from bone marrow or mesoderm. Corneal endothelium is a special case, derived from neural crest cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-06-15T09:05:00Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061154" ;
    a owl:Class ;
    rdfs:label "endothelial tube morphogenesis" ;
    rdfs:subClassOf obo:GO_0003159, obo:GO_0060562, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003915
            ]
        )
    ] .

obo:GO_0061155
    obo:IAO_0000115 "The process in which the anatomical structures of a tube are generated and organized from the pulmonary artery endothelium. An pulmonary artery endothelium is an epithelium that lines the pulmonary artery." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-06-15T09:09:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061155" ;
    a owl:Class ;
    rdfs:label "pulmonary artery endothelial tube morphogenesis" ;
    rdfs:subClassOf obo:GO_0061154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061156
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0005317
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0005317
            ]
        )
    ] .

obo:GO_0061156
    obo:IAO_0000115 "The process in which the anatomical structures of the pulmonary artery are generated and organized. The pulmonary artery is the artery that carries blood from the heart to the lungs." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-06-15T09:13:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061156" ;
    a owl:Class ;
    rdfs:label "pulmonary artery morphogenesis" ;
    rdfs:subClassOf obo:GO_0048844, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002012
            ]
        )
    ] .

obo:GO_0061181
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the process whose specific outcome is the progression of a chondrocyte over time, from its commitment to its mature state. Chondrocyte development does not include the steps involved in committing a chondroblast to a chondrocyte fate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-14T08:28:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061181" ;
    a owl:Class ;
    rdfs:label "regulation of chondrocyte development" ;
    rdfs:subClassOf obo:GO_0032330, obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002063
            ]
        )
    ] .

obo:GO_0061182
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of the process whose specific outcome is the progression of a chondrocyte over time, from its commitment to its mature state. Chondrocyte development does not include the steps involved in committing a chondroblast to a chondrocyte fate." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-14T08:33:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061182" ;
    a owl:Class ;
    rdfs:label "negative regulation of chondrocyte development" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0032331, obo:GO_0061181, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002063
            ]
        )
    ] .

obo:GO_0061183
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-14T08:40:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061183" ;
    a owl:Class ;
    rdfs:label "regulation of dermatome development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061054
            ]
        )
    ] .

obo:GO_0061184
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-14T08:42:03Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061184" ;
    a owl:Class ;
    rdfs:label "positive regulation of dermatome development" ;
    rdfs:subClassOf obo:GO_0040019, obo:GO_0061183, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061054
            ]
        )
    ] .

obo:GO_0061185
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of the progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-14T08:43:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061185" ;
    a owl:Class ;
    rdfs:label "negative regulation of dermatome development" ;
    rdfs:subClassOf obo:GO_0045992, obo:GO_0061183, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061054
            ]
        )
    ] .

obo:GO_0061189
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the progression of the sclerotome over time, from its initial formation to the mature structure. The sclerotome is the portion of the somite that will give rise to a vertebra." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-14T09:17:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061189" ;
    a owl:Class ;
    rdfs:label "positive regulation of sclerotome development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0061190, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061056
            ]
        )
    ] .

obo:GO_0061190
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the progression of the sclerotome over time, from its initial formation to the mature structure. The sclerotome is the portion of the somite that will give rise to a vertebra." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-14T09:19:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061190" ;
    a owl:Class ;
    rdfs:label "regulation of sclerotome development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061056
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061056
            ]
        )
    ] .

obo:GO_0061193
    obo:IAO_0000115 "The progression of the taste bud over time, from its formation to the mature state. The taste bud is a specialized area of the tongue that contains taste receptors." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-27T10:55:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061193" ;
    a owl:Class ;
    rdfs:label "taste bud development" ;
    rdfs:subClassOf obo:GO_0007423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001727
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001727
            ]
        )
    ] .

obo:GO_0061194
    obo:IAO_0000115 "The process in which the anatomical structures of the taste bud are generated and organized. The taste bud is a specialized area of the tongue that contains taste receptors." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-27T11:01:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061194" ;
    a owl:Class ;
    rdfs:label "taste bud morphogenesis" ;
    rdfs:subClassOf obo:GO_0090596, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043587
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001727
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001727
            ]
        )
    ] .

obo:GO_0061195
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of the taste bud from unspecified parts. The taste bud is a specialized area of the tongue that contains taste receptors." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-07-27T12:22:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061195" ;
    a owl:Class ;
    rdfs:label "taste bud formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061194
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001727
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001727
            ]
        )
    ] .

obo:GO_0061298
    obo:IAO_0000115 "The process whose specific outcome is the progression of the vasculature of the retina over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-06T03:27:06Z" ;
    oboInOwl:hasExactSynonym "retinal vasculature development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061298" ;
    a owl:Class ;
    rdfs:label "retina vasculature development in camera-type eye" ;
    rdfs:subClassOf obo:GO_0001944, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0004864
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0004864
            ]
        )
    ] .

obo:GO_0061299
    obo:IAO_0000115 "The process in which the vasculature of the retina is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-06T03:28:25Z" ;
    oboInOwl:hasExactSynonym "retinal vasculature morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061299" ;
    a owl:Class ;
    rdfs:label "retina vasculature morphogenesis in camera-type eye" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061298
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004864
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004864
            ]
        )
    ] .

obo:GO_0061303
    obo:IAO_0000115 "The progression of the cornea over time, from its formation to the mature structure. The cornea is the transparent structure that covers the anterior of the eye." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-14T02:09:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061303" ;
    a owl:Class ;
    rdfs:label "cornea development in camera-type eye" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
        )
    ] .

obo:GO_0061304
    obo:IAO_0000115 "The process whose specific outcome is the progression of a blood vessel of the retina over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-16T09:02:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061304" ;
    a owl:Class ;
    rdfs:label "retinal blood vessel morphogenesis" ;
    rdfs:subClassOf obo:GO_0048514, obo:GO_0061299, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003501
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003501
            ]
        )
    ] .

obo:GO_0061307
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a cardiac neural crest cell that will migrate to the heart and contribute to its development. Cardiac neural crest cells are specialized cells that migrate toward the heart from the third, fourth and sixth pharyngeal arches." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-23T08:50:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061307" ;
    a owl:Class ;
    rdfs:label "cardiac neural crest cell differentiation involved in heart development" ;
    rdfs:subClassOf obo:GO_0014033, obo:GO_0035051 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0014033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007507
            ]
        )
    ] .

obo:GO_0061308
    obo:IAO_0000115 "The process aimed at the progression of a cardiac neural crest cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell that contributes to the development of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-23T09:01:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061308" ;
    a owl:Class ;
    rdfs:label "cardiac neural crest cell development involved in heart development" ;
    rdfs:subClassOf obo:GO_0014032, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061307
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0014032
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007507
            ]
        )
    ] .

obo:GO_0061309
    obo:IAO_0000115 "The process aimed at the progression of a cardiac neural crest cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell that contributes to the shaping of the outflow tract." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-23T09:08:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061309" ;
    a owl:Class ;
    rdfs:label "cardiac neural crest cell development involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0061308, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003151
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0014032
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003151
            ]
        )
    ] .

obo:GO_0061323
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a cell population that contributes to the shaping of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-28T09:05:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061323" ;
    a owl:Class ;
    rdfs:label "cell proliferation involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003007
            ]
        )
    ] .

obo:GO_0061325
    obo:IAO_0000115 "The multiplication or reproduction of cells, resulting in the expansion of a cell population that contributes to the shaping of the outflow tract." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-28T09:29:30Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061325" ;
    a owl:Class ;
    rdfs:label "cell proliferation involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0061323, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003151
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003151
            ]
        )
    ] .

obo:GO_0061337
    obo:IAO_0000115 "Transfer of an organized electrical impulse across the heart to coordinate the contraction of cardiac muscles. The process begins with generation of an action potential (in the sinoatrial node (SA) in humans) and ends with a change in the rate, frequency, or extent of the contraction of the heart muscles." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-29T08:46:05Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-5576891" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061337" ;
    a owl:Class ;
    rdfs:label "cardiac conduction" ;
    rdfs:subClassOf obo:GO_0008016 .

obo:GO_0061351
    obo:IAO_0000115 "The multiplication or reproduction of neural precursor cells, resulting in the expansion of a cell population. A neural precursor cell is either a nervous system stem cell or a nervous system progenitor cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-10-01T11:06:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061351" ;
    a owl:Class ;
    rdfs:label "neural precursor cell proliferation" ;
    rdfs:subClassOf obo:GO_0008283 .

obo:GO_0061385
    obo:IAO_0000115 "The multiplication or reproduction of fibroblasts, resulting in the expansion of a fibroblast population that contributes to the shaping of the heart." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-02-10T01:41:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061385" ;
    a owl:Class ;
    rdfs:label "fibroblast proliferation involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0048144, obo:GO_0061323 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048144
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003007
            ]
        )
    ] .

obo:GO_0061448
    obo:IAO_0000115 "The progression of a connective tissue over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2012-03-22T12:53:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061448" ;
    a owl:Class ;
    rdfs:label "connective tissue development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002384
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002384
            ]
        )
    ] .

obo:GO_0061450
    obo:IAO_0000115 "Trophoblast cell migration that is accomplished by extension and retraction of a pseudopodium. Trophoblast cells line the outside of the blastocyst." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2012-07-10T08:38:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061450" ;
    a owl:Class ;
    rdfs:label "trophoblast cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001667, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007566
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000351
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000351
            ]
        )
    ] .

obo:GO_0061458
    obo:IAO_0000115 "The progression of the reproductive system over time from its formation to the mature structure. The reproductive system consists of the organs that function in reproduction." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2012-08-22T17:47:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061458" ;
    a owl:Class ;
    rdfs:label "reproductive system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000990
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000990
            ]
        )
    ] .

obo:GO_0061484
    obo:IAO_0000115 "Any biological process involved in the maintenance of the steady-state number of hematopoietic stem cells within a population of cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2012-12-04T09:41:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061484" ;
    a owl:Class ;
    rdfs:label "hematopoietic stem cell homeostasis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048872, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000037
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048872
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000037
            ]
        )
    ] .

obo:GO_0061512
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a cilium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-03-22T15:41:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061512" ;
    a owl:Class ;
    rdfs:label "protein localization to cilium" ;
    rdfs:subClassOf obo:GO_0033365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:GO_0061515
    obo:IAO_0000115 "The process whose specific outcome is the progression of a myeloid cell over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-04-18T13:03:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061515" ;
    a owl:Class ;
    rdfs:label "myeloid cell development" ;
    rdfs:subClassOf obo:GO_0030097, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030099
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000763
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000763
            ]
        )
    ] .

obo:GO_0061523
    obo:IAO_0000115 "A cellular process that results in the breakdown of a cilium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-04-18T14:59:59Z" ;
    oboInOwl:hasExactSynonym "cilium resorption" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061523" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent." ;
    rdfs:label "cilium disassembly" ;
    rdfs:subClassOf obo:GO_0044782, obo:GO_1903008, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:GO_0061526
    obo:IAO_0000115 "The regulated release of acetylcholine by a cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-06-21T15:40:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061526" ;
    a owl:Class ;
    rdfs:label "acetylcholine secretion" ;
    rdfs:subClassOf obo:GO_0015870, obo:GO_0023061 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_15355
            ]
        )
    ] .

obo:GO_0061533
    obo:IAO_0000115 "The regulated release of norepinephrine by a cell, in which the norepinephrine acts as a neurotransmitter." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-06-21T16:05:08Z" ;
    oboInOwl:hasExactSynonym "noradrenaline secretion, neurotransmission" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061533" ;
    a owl:Class ;
    rdfs:label "norepinephrine secretion, neurotransmission" ;
    rdfs:subClassOf obo:GO_0048243, obo:GO_0160043 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007269
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_72587
            ]
        )
    ] .

obo:GO_0061548
    obo:IAO_0000115 "The process whose specific outcome is the progression of a ganglion over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:36:12Z" ;
    oboInOwl:hasNarrowSynonym "gangliogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ganglia development" ;
    oboInOwl:id "GO:0061548" ;
    a owl:Class ;
    rdfs:label "ganglion development" ;
    rdfs:subClassOf obo:GO_0009888, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000045
            ]
        )
    ] .

obo:GO_0061549
    obo:IAO_0000115 "The process whose specific outcome is the progression of a sympathetic ganglion over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:38:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "sympathetic ganglia development" ;
    oboInOwl:id "GO:0061549" ;
    a owl:Class ;
    rdfs:label "sympathetic ganglion development" ;
    rdfs:subClassOf obo:GO_0061548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048485
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001806
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001806
            ]
        )
    ] .

obo:GO_0061550
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cranial ganglion over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:40:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cranial ganglia development" ;
    oboInOwl:id "GO:0061550" ;
    a owl:Class ;
    rdfs:label "cranial ganglion development" ;
    rdfs:subClassOf obo:GO_0061548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021545
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001714
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001714
            ]
        )
    ] .

obo:GO_0061551
    obo:IAO_0000115 "The process whose specific outcome is the progression of a trigeminal ganglion over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:42:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "trigeminal ganglia development" ;
    oboInOwl:id "GO:0061551" ;
    a owl:Class ;
    rdfs:label "trigeminal ganglion development" ;
    rdfs:subClassOf obo:GO_0061550, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001675
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001675
            ]
        )
    ] .

obo:GO_0061552
    obo:IAO_0000115 "The process in which the anatomical structures of ganglion are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:44:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ganglia morphogenesis" ;
    oboInOwl:id "GO:0061552" ;
    a owl:Class ;
    rdfs:label "ganglion morphogenesis" ;
    rdfs:subClassOf obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000045
            ]
        )
    ] .

obo:GO_0061553
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for ganglion to attain its fully functional state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:45:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ganglia maturation" ;
    oboInOwl:id "GO:0061553" ;
    a owl:Class ;
    rdfs:label "ganglion maturation" ;
    rdfs:subClassOf obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061548
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0000045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0071695
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0000045
            ]
        )
    ] .

obo:GO_0061554
    obo:IAO_0000115 "The process that gives rise to ganglion. This process pertains to the initial formation of a structure from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:51:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ganglia formation" ;
    oboInOwl:id "GO:0061554" ;
    a owl:Class ;
    rdfs:label "ganglion formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061552
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000045
            ]
        )
    ] .

obo:GO_0061556
    obo:IAO_0000115 "The process in which the anatomical structure of a trigeminal ganglion is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:57:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "trigeminal ganglia morphogenesis" ;
    oboInOwl:id "GO:0061556" ;
    a owl:Class ;
    rdfs:label "trigeminal ganglion morphogenesis" ;
    rdfs:subClassOf obo:GO_0061559, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021636
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061551
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001675
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001675
            ]
        )
    ] .

obo:GO_0061557
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a trigeminal ganglion to attain its fully functional state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:58:24Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "trigeminal ganglia maturation" ;
    oboInOwl:id "GO:0061557" ;
    a owl:Class ;
    rdfs:label "trigeminal ganglion maturation" ;
    rdfs:subClassOf obo:GO_0061558, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021635
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061551
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001675
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0071695
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001675
            ]
        )
    ] .

obo:GO_0061558
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for a cranial ganglion to attain its fully functional state." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T08:59:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cranial ganglia maturation" ;
    oboInOwl:id "GO:0061558" ;
    a owl:Class ;
    rdfs:label "cranial ganglion maturation" ;
    rdfs:subClassOf obo:GO_0061553, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021605
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061550
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001714
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0071695
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001714
            ]
        )
    ] .

obo:GO_0061559
    obo:IAO_0000115 "The process in which the anatomical structure of a cranial ganglion is generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T09:02:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cranial ganglia morphogenesis" ;
    oboInOwl:id "GO:0061559" ;
    a owl:Class ;
    rdfs:label "cranial ganglion morphogenesis" ;
    rdfs:subClassOf obo:GO_0061552, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0021602
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061550
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001714
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001714
            ]
        )
    ] .

obo:GO_0061560
    obo:IAO_0000115 "The process that gives rise to a cranial ganglion. This process pertains to the initial formation of a structure from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T09:07:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cranial ganglia formation" ;
    oboInOwl:id "GO:0061560" ;
    a owl:Class ;
    rdfs:label "cranial ganglion formation" ;
    rdfs:subClassOf obo:GO_0061554, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061559
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001714
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001714
            ]
        )
    ] .

obo:GO_0061561
    obo:IAO_0000115 "The process that gives rise to the trigeminal ganglion. This process pertains to the initial formation of a structure from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-10T09:08:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "trigeminal ganglia formation" ;
    oboInOwl:id "GO:0061561" ;
    a owl:Class ;
    rdfs:label "trigeminal ganglion formation" ;
    rdfs:subClassOf obo:GO_0061560, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061556
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0001675
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0001675
            ]
        )
    ] .

obo:GO_0061564
    obo:IAO_0000115 "The progression of an axon over time. Covers axonogenesis (de novo generation of an axon) and axon regeneration (regrowth), as well as processes pertaining to the progression of the axon over time (fasciculation and defasciculation)." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-07-18T14:43:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061564" ;
    a owl:Class ;
    rdfs:label "axon development" ;
    rdfs:subClassOf obo:GO_0031175 .

obo:GO_0061581
    obo:IAO_0000115 "The orderly movement of a corneal epithelial cell from one site to another, often during the development of a multicellular organism." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-12-23T07:28:29Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061581" ;
    a owl:Class ;
    rdfs:label "corneal epithelial cell migration" ;
    rdfs:subClassOf obo:GO_0010631, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000575
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000575
            ]
        )
    ] .

obo:GO_0061626
    obo:IAO_0000115 "The process in which the anatomical structures of a pharyngeal arch artery is generated and organized. The pharyngeal arch arteries are a series of six paired embryological vascular structures, the development of which give rise to several major arteries, such as the stapedial artery, the middle meningeal artery, the internal carotid artery and the pulmonary artery." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2014-05-09T15:34:06Z" ;
    oboInOwl:hasBroadSynonym "aortic arch artery morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061626" ;
    a owl:Class ;
    rdfs:label "pharyngeal arch artery morphogenesis" ;
    rdfs:subClassOf obo:GO_0048844, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060037
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0004363
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0004363
            ]
        )
    ] .

obo:GO_0061792
    obo:IAO_0000115 "Steps required to transform an immature secretory vesicle into a mature secretory vesicle. Typically proceeds through homotypic membrane fusion and membrane remodeling." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2016-09-09T13:24:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061792" ;
    a owl:Class ;
    rdfs:label "secretory granule maturation" ;
    rdfs:subClassOf obo:GO_0033363, obo:GO_0071695, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:GO_0030141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:GO_0030141
            ]
        )
    ] .

obo:GO_0061842
    obo:IAO_0000115 "Any process in which the microtubule organizing center is transported to, and/or maintained in, a specific location within the cell." ;
    oboInOwl:hasExactSynonym "MTOC localization" ;
    oboInOwl:hasNarrowSynonym "MTOC polarity", "microtubule organizing center polarity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061842" ;
    a owl:Class ;
    rdfs:label "microtubule organizing center localization" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, obo:GO_0051179, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0005815
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005815
            ]
        )
    ] .

obo:GO_0061846
    obo:IAO_0000115 "The region of the neuronal cytoplasm located in dendritic spines." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0061846" ;
    a owl:Class ;
    rdfs:label "dendritic spine cytoplasm" ;
    rdfs:subClassOf obo:GO_0032839, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043197
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043197
            ]
        )
    ] .

obo:GO_0061853
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neuroblast migration." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2017-03-08T18:17:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061853" ;
    a owl:Class ;
    rdfs:label "regulation of neuroblast migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097402
            ]
        )
    ] .

obo:GO_0061854
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuroblast migration." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2017-03-08T18:22:30Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061854" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuroblast migration" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_0061853, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097402
            ]
        )
    ] .

obo:GO_0061855
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of neuroblast migration." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2017-03-08T18:26:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061855" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuroblast migration" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_0061853, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097402
            ]
        )
    ] .

obo:GO_0061900
    obo:IAO_0000115 "A change in morphology and behavior of a glial cell resulting from exposure to a cytokine, chemokine, cellular ligand, or soluble factor." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2017-06-13T13:06:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061900" ;
    a owl:Class ;
    rdfs:label "glial cell activation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001775, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0150076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0061938
    obo:IAO_0000115 "A process in which a protein is transported to or maintained in a location within the somatodendritic compartment." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2017-09-08T13:22:26Z" ;
    oboInOwl:hasExactSynonym "somatodendritic protein localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061938" ;
    a owl:Class ;
    rdfs:label "protein localization to somatodendritic compartment" ;
    rdfs:subClassOf obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0036477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0036477
            ]
        )
    ] .

obo:GO_0061951
    obo:IAO_0000115 "The directed movement of a protein to a specific location in a plasma membrane." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2017-10-26T12:55:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061951" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization to plasma membrane" ;
    rdfs:subClassOf obo:GO_0072659, obo:GO_0090150 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045184
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0061971
    obo:IAO_0000115 "The process in which bones are generated and organized as a result of the conversion of another structural tissue into bone." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-02-12T18:10:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061971" ;
    a owl:Class ;
    rdfs:label "replacement bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0060349, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0012075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060349
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0012075
            ]
        )
    ] .

obo:GO_0061972
    obo:IAO_0000115 "The process in which bone which forms superficially in the organism are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-02-12T18:16:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061972" ;
    a owl:Class ;
    rdfs:label "dermal bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0061973, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0008907
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060349
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0008907
            ]
        )
    ] .

obo:GO_0061973
    obo:IAO_0000115 "The process in which bone which forms deep in the organism are generated and organized." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-02-12T18:21:09Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0061973" ;
    a owl:Class ;
    rdfs:label "membrane bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0060349, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0007842
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060349
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0007842
            ]
        )
    ] .

obo:GO_0062012
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of a small molecule metabolic process." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-03-19T14:11:54Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9861718" ;
    oboInOwl:hasExactSynonym "regulation of small molecule metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0062012" ;
    a owl:Class ;
    rdfs:label "regulation of small molecule metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0044281
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0044281
            ]
        )
    ] .

obo:GO_0062013
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a small molecule metabolic process." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-03-19T14:25:10Z" ;
    oboInOwl:hasExactSynonym "positive regulation of small molecule metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0062013" ;
    a owl:Class ;
    rdfs:label "positive regulation of small molecule metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_0062012, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0044281
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0044281
            ]
        )
    ] .

obo:GO_0062014
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of a small molecule metabolic process." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-03-19T14:27:23Z" ;
    oboInOwl:hasExactSynonym "negative regulation of small molecule metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0062014" ;
    a owl:Class ;
    rdfs:label "negative regulation of small molecule metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_0062012, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0044281
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0044281
            ]
        )
    ] .

obo:GO_0062023
    obo:IAO_0000115 "An extracellular matrix consisting mainly of proteins (especially collagen) and glycosaminoglycans (mostly as proteoglycans) that provides not only essential physical scaffolding for the cellular constituents but can also initiate crucial biochemical and biomechanical cues required for tissue morphogenesis, differentiation and homeostasis. The components are secreted by cells in the vicinity and form a sheet underlying or overlying cells such as endothelial and epithelial cells." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-04-13T12:47:21Z" ;
    oboInOwl:hasExactSynonym "collagen-containing ECM" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0062023" ;
    oboInOwl:inSubset go:gocheck_obsoletion_candidate ;
    a owl:Class ;
    rdfs:label "collagen-containing extracellular matrix" ;
    rdfs:subClassOf obo:GO_0031012, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0062033
    obo:IAO_0000115 "Any process that starts or increases the frequency, rate or extent of sister chromatid segregation during mitosis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-04-23T14:32:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0062033" ;
    a owl:Class ;
    rdfs:label "positive regulation of mitotic sister chromatid segregation" ;
    rdfs:subClassOf obo:GO_0033047, obo:GO_0051984, obo:GO_2001252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0000070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0000070
            ]
        )
    ] .

obo:GO_0062094
    obo:IAO_0000115 "The process whose specific outcome is the progression of the stomach over time, from its formation to the mature structure. The stomach is an expanded region of the vertebrate alimentary tract that serves as a food storage compartment and digestive organ." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2018-11-20T18:15:45Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0062094" ;
    a owl:Class ;
    rdfs:label "stomach development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000945
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:GO_0062149
    obo:IAO_0000115 "The series of events involved in the perception of pain in which a stimulus is received and converted into a molecular signal." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2019-09-13T13:48:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0062149" ;
    a owl:Class ;
    rdfs:label "detection of stimulus involved in sensory perception of pain" ;
    rdfs:subClassOf obo:GO_0050906, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0019233
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051606
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0019233
            ]
        )
    ] .

obo:GO_0062237
    obo:IAO_0000115 "Any process in which a protein is transported to, and/or maintained at the postsynapse, the part of a synapse that is part of the post-synaptic cell." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2020-04-20T13:58:43Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0062237" ;
    a owl:Class ;
    rdfs:label "protein localization to postsynapse" ;
    rdfs:subClassOf obo:GO_0035418, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0065002
    obo:IAO_0000115 "The directed movement of proteins in a cell, from one side of a membrane to another by means of some agent such as a transporter or pore." ;
    oboInOwl:hasExactSynonym "intracellular membrane translocation of a protein", "intracellular protein membrane transport", "intracellular protein transport across a membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0065002" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "intracellular protein transmembrane transport" ;
    rdfs:subClassOf obo:GO_0006886, obo:GO_0071806 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0065003
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of macromolecules to form a protein-containing complex." ;
    oboInOwl:hasAlternativeId "GO:0006461", "GO:0034622", "GO:0043623" ;
    oboInOwl:hasExactSynonym "cellular protein complex assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cellular macromolecule complex assembly", "cellular protein-containing complex assembly", "chaperone activity", "macromolecular complex assembly", "macromolecule complex assembly", "protein complex assembly", "protein complex formation" ;
    oboInOwl:id "GO:0065003" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_metagenomics, go:goslim_pir, go:goslim_pombe, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "protein-containing complex assembly" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0043933, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0032991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0032991
            ]
        )
    ] .

obo:GO_0065007
    obo:IAO_0000115 "Any process that modulates a measurable attribute of any biological process, quality or function." ;
    oboInOwl:hasBroadSynonym "regulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0065007" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "biological regulation" ;
    rdfs:subClassOf obo:GO_0008150 .

obo:GO_0065008
    obo:IAO_0000115 "Any process that modulates a qualitative or quantitative trait of a biological quality. A biological quality is a measurable attribute of an organism or part of an organism, such as size, mass, shape, color, etc." ;
    oboInOwl:hasExactSynonym "regulation of biological attribute", "regulation of biological characteristic" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0065008" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "regulation of biological quality" ;
    rdfs:subClassOf obo:GO_0065007 .

obo:GO_0065010
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, bounded by a lipid bilayer membrane and occurring outside the cell." ;
    oboInOwl:hasExactSynonym "extracellular membrane-enclosed organelle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0065010" ;
    a owl:Class ;
    rdfs:label "extracellular membrane-bounded organelle" ;
    rdfs:subClassOf obo:GO_0043227, obo:GO_0043230 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043227
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0070013
    obo:IAO_0000115 "An organelle lumen that is part of an intracellular organelle." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0070013" ;
    a owl:Class ;
    rdfs:label "intracellular organelle lumen" ;
    rdfs:subClassOf obo:GO_0043233, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043229
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031974
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043229
            ]
        )
    ] .

obo:GO_0070050
    obo:IAO_0000115 "The cellular homeostatic process that preserves a neuron in a stable, differentiated functional and structural state." ;
    oboInOwl:hasExactSynonym "neuron maintenance" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070050" ;
    a owl:Class ;
    rdfs:label "neuron cellular homeostasis" ;
    rdfs:subClassOf obo:GO_0019725, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0019725
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0070062
    obo:IAO_0000115 "A vesicle that is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane. Extracellular exosomes, also simply called exosomes, have a diameter of about 40-100 nm." ;
    oboInOwl:hasExactSynonym "exosome", "extracellular vesicular exosome" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0070062" ;
    a owl:Class ;
    rdfs:label "extracellular exosome" ;
    rdfs:subClassOf obo:GO_1903561, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005615
    ] .

obo:GO_0070091
    obo:IAO_0000115 "The regulated release of glucagon from secretory granules in the A (alpha) cells of the pancreas (islets of Langerhans)." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070091" ;
    a owl:Class ;
    rdfs:label "glucagon secretion" ;
    rdfs:subClassOf obo:GO_0030072, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_5391
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_5391
            ]
        )
    ] .

obo:GO_0070092
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the regulated release of glucagon." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070092" ;
    a owl:Class ;
    rdfs:label "regulation of glucagon secretion" ;
    rdfs:subClassOf obo:GO_0090276, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070091
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070091
            ]
        )
    ] .

obo:GO_0070093
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of glucagon." ;
    oboInOwl:hasExactSynonym "down regulation of glucagon secretion", "down-regulation of glucagon secretion", "downregulation of glucagon secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of glucagon secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070093" ;
    a owl:Class ;
    rdfs:label "negative regulation of glucagon secretion" ;
    rdfs:subClassOf obo:GO_0070092, obo:GO_0090278, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070091
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070091
            ]
        )
    ] .

obo:GO_0070094
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the regulated release of glucagon." ;
    oboInOwl:hasExactSynonym "up regulation of glucagon secretion", "up-regulation of glucagon secretion", "upregulation of glucagon secretion" ;
    oboInOwl:hasNarrowSynonym "activation of glucagon secretion", "stimulation of glucagon secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070094" ;
    a owl:Class ;
    rdfs:label "positive regulation of glucagon secretion" ;
    rdfs:subClassOf obo:GO_0070092, obo:GO_0090277, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070091
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070091
            ]
        )
    ] .

obo:GO_0070161
    obo:IAO_0000115 "A cell junction that mechanically attaches a cell (and its cytoskeleton) to neighboring cells or to the extracellular matrix." ;
    oboInOwl:hasExactSynonym "anchoring cell junction" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0070161" ;
    a owl:Class ;
    rdfs:label "anchoring junction" ;
    rdfs:subClassOf obo:GO_0030054 .

obo:GO_0070192
    obo:IAO_0000115 "A process of chromosome organization that is involved in a meiotic cell cycle." ;
    oboInOwl:hasExactSynonym "chromosome organisation involved in meiosis", "meiotic chromosome organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070192" ;
    a owl:Class ;
    rdfs:label "chromosome organization involved in meiotic cell cycle" ;
    rdfs:subClassOf obo:GO_0051276, obo:GO_1903046 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051276
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0070199
    obo:IAO_0000115 "The directed movement of a protein to a specific location on a chromosome." ;
    oboInOwl:hasExactSynonym "establishment of protein localisation to chromosome" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070199" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization to chromosome" ;
    rdfs:subClassOf obo:GO_0034502, obo:GO_0072594 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045184
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005694
            ]
        )
    ] .

obo:GO_0070201
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of a protein to a specific location." ;
    oboInOwl:hasExactSynonym "regulation of establishment of protein localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070201" ;
    a owl:Class ;
    rdfs:label "regulation of establishment of protein localization" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0045184
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0045184
            ]
        )
    ] .

obo:GO_0070202
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of a protein to a specific location on a chromosome." ;
    oboInOwl:hasExactSynonym "regulation of establishment of protein localisation to chromosome" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070202" ;
    a owl:Class ;
    rdfs:label "regulation of establishment of protein localization to chromosome" ;
    rdfs:subClassOf obo:GO_0070201, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070199
            ]
        )
    ] .

obo:GO_0070227
    obo:IAO_0000115 "Any apoptotic process in a lymphocyte, a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin." ;
    oboInOwl:hasNarrowSynonym "lymphocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070227" ;
    a owl:Class ;
    rdfs:comment "Note that a lymphocyte is a cell of the B cell, T cell, or natural killer cell lineage (CL:0000542)." ;
    rdfs:label "lymphocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0071887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0070228
    obo:IAO_0000115 "Any process that modulates the occurrence or rate of lymphocyte death by apoptotic process." ;
    oboInOwl:hasNarrowSynonym "regulation of lymphocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070228" ;
    a owl:Class ;
    rdfs:comment "Note that a lymphocyte is a cell of the B cell, T cell, or natural killer cell lineage (CL:0000542)." ;
    rdfs:label "regulation of lymphocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_2000106, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070227
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070227
            ]
        )
    ] .

obo:GO_0070229
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of lymphocyte death by apoptotic process." ;
    oboInOwl:hasExactSynonym "down regulation of lymphocyte apoptosis", "down-regulation of lymphocyte apoptosis", "downregulation of lymphocyte apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of lymphocyte apoptosis", "negative regulation of lymphocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070229" ;
    a owl:Class ;
    rdfs:comment "Note that a lymphocyte is a cell of the B cell, T cell, or natural killer cell lineage (CL:0000542)." ;
    rdfs:label "negative regulation of lymphocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0070228, obo:GO_2000107, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070227
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070227
            ]
        )
    ] .

obo:GO_0070230
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of lymphocyte death by apoptotic process." ;
    oboInOwl:hasExactSynonym "up regulation of lymphocyte apoptosis", "up-regulation of lymphocyte apoptosis", "upregulation of lymphocyte apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of lymphocyte apoptosis", "positive regulation of lymphocyte apoptosis", "stimulation of lymphocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070230" ;
    a owl:Class ;
    rdfs:comment "Note that a lymphocyte is a cell of the B cell, T cell, or natural killer cell lineage (CL:0000542)." ;
    rdfs:label "positive regulation of lymphocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0070228, obo:GO_2000108, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070227
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070227
            ]
        )
    ] .

obo:GO_0070253
    obo:IAO_0000115 "The regulated release of somatostatin from secretory granules in the D cells of the pancreas." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070253" ;
    a owl:Class ;
    rdfs:label "somatostatin secretion" ;
    rdfs:subClassOf obo:GO_0030072, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_64628
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046903
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_64628
            ]
        )
    ] .

obo:GO_0070278
    obo:IAO_0000115 "The controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell." ;
    oboInOwl:hasExactSynonym "ECM constituent secretion", "ECM secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070278" ;
    a owl:Class ;
    rdfs:label "extracellular matrix constituent secretion" ;
    rdfs:subClassOf obo:GO_0032940, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030198
    ] .

obo:GO_0070285
    obo:IAO_0000115 "The process whose specific outcome is the progression of a pigment cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a pigment cell fate." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070285" ;
    a owl:Class ;
    rdfs:label "pigment cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050931
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000147
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000147
            ]
        )
    ] .

obo:GO_0070341
    obo:IAO_0000115 "The multiplication or reproduction of fat cells by cell division, resulting in the expansion of their population. A fat cell is an animal connective tissue cell specialized for the synthesis and storage of fat." ;
    oboInOwl:hasExactSynonym "adipocyte proliferation", "adipose cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070341" ;
    a owl:Class ;
    rdfs:label "fat cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000136
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000136
            ]
        )
    ] .

obo:GO_0070344
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of fat cell proliferation." ;
    oboInOwl:hasExactSynonym "regulation of adipocyte proliferation", "regulation of adipose cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070344" ;
    a owl:Class ;
    rdfs:label "regulation of fat cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070341
            ]
        )
    ] .

obo:GO_0070345
    obo:IAO_0000115 "Any process that stops or decreases the rate or extent of fat cell proliferation." ;
    oboInOwl:hasExactSynonym "down regulation of fat cell proliferation", "down-regulation of fat cell proliferation", "downregulation of fat cell proliferation", "negative regulation of adipocyte proliferation", "negative regulation of adipose cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of fat cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070345" ;
    a owl:Class ;
    rdfs:label "negative regulation of fat cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0070344, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070341
            ]
        )
    ] .

obo:GO_0070346
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of fat cell proliferation." ;
    oboInOwl:hasExactSynonym "positive regulation of adipocyte proliferation", "positive regulation of adipose cell proliferation", "up regulation of fat cell proliferation", "up-regulation of fat cell proliferation", "upregulation of fat cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of fat cell proliferation", "stimulation of fat cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070346" ;
    a owl:Class ;
    rdfs:label "positive regulation of fat cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0070344, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070341
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070341
            ]
        )
    ] .

obo:GO_0070382
    obo:IAO_0000115 "A transport vesicle that mediates transport from an intracellular compartment to the plasma membrane, and fuses with the plasma membrane to release various cargo molecules, such as proteins or hormones, by exocytosis." ;
    oboInOwl:hasExactSynonym "exocytic constitutive secretory pathway transport vesicle", "exocytotic vesicle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0070382" ;
    a owl:Class ;
    rdfs:label "exocytic vesicle" ;
    rdfs:subClassOf obo:GO_0030133, obo:GO_0099503 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030133
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0099500
            ]
        )
    ] .

obo:GO_0070444
    obo:IAO_0000115 "The multiplication or reproduction of oligodendrocyte progenitor cells by cell division, resulting in the expansion of their population. Oligodendrocyte progenitors give rise to oligodendrocytes, which form the insulating myelin sheath of axons in the central nervous system." ;
    oboInOwl:hasExactSynonym "oligodendrocyte precursor proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070444" ;
    a owl:Class ;
    rdfs:label "oligodendrocyte progenitor proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0061351, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0042063
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0002453
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0002453
            ]
        )
    ] .

obo:GO_0070445
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of oligodendrocyte progenitor proliferation." ;
    oboInOwl:hasExactSynonym "regulation of oligodendrocyte precursor proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070445" ;
    a owl:Class ;
    rdfs:label "regulation of oligodendrocyte progenitor proliferation" ;
    rdfs:subClassOf obo:GO_2000177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070444
            ]
        )
    ] .

obo:GO_0070446
    obo:IAO_0000115 "Any process that stops or decreases the rate or extent of oligodendrocyte progenitor proliferation." ;
    oboInOwl:hasExactSynonym "negative regulation of oligodendrocyte precursor proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070446" ;
    a owl:Class ;
    rdfs:label "negative regulation of oligodendrocyte progenitor proliferation" ;
    rdfs:subClassOf obo:GO_0014014, obo:GO_0070445, obo:GO_2000178, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070444
            ]
        )
    ] .

obo:GO_0070447
    obo:IAO_0000115 "Any process that activates or increases the rate or extent of oligodendrocyte progenitor proliferation." ;
    oboInOwl:hasExactSynonym "positive regulation of oligodendrocyte precursor proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070447" ;
    a owl:Class ;
    rdfs:label "positive regulation of oligodendrocyte progenitor proliferation" ;
    rdfs:subClassOf obo:GO_0014015, obo:GO_0070445, obo:GO_2000179, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070444
            ]
        )
    ] .

obo:GO_0070482
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus reflecting the presence, absence, or concentration of oxygen." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070482" ;
    a owl:Class ;
    rdfs:label "response to oxygen levels" ;
    rdfs:subClassOf obo:GO_0009628 .

obo:GO_0070483
    obo:IAO_0000115 "The series of events in which a stimulus indicating lowered oxygen tension is received by a cell and converted into a molecular signal. Hypoxia, defined as a decline in O2 levels below normoxic levels of 20.8 - 20.95%, results in metabolic adaptation at both the cellular and organismal level." ;
    oboInOwl:hasExactSynonym "detection of reduced oxygen levels" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070483" ;
    a owl:Class ;
    rdfs:label "detection of hypoxia" ;
    rdfs:subClassOf obo:GO_0001666, obo:GO_0003032 .

obo:GO_0070507
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising microtubules and their associated proteins." ;
    oboInOwl:hasExactSynonym "regulation of microtubule cytoskeleton organisation", "regulation of microtubule dynamics" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070507" ;
    a owl:Class ;
    rdfs:label "regulation of microtubule cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0032886, obo:GO_0051493, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0000226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0000226
            ]
        )
    ] .

obo:GO_0070633
    obo:IAO_0000115 "The directed movement of a substance from one side of an epithelium to the other." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-05-06T03:31:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070633" ;
    a owl:Class ;
    rdfs:label "transepithelial transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:UBERON_0000483
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:UBERON_0000483
            ]
        )
    ] .

obo:GO_0070634
    obo:IAO_0000115 "The directed movement of ammonium ions from one side of an epithelium to the other." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-05-06T03:34:43Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070634" ;
    a owl:Class ;
    rdfs:label "transepithelial ammonium transport" ;
    rdfs:subClassOf obo:GO_0070633, obo:GO_0071705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_28938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0070633
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_28938
            ]
        )
    ] .

obo:GO_0070661
    obo:IAO_0000115 "The expansion of a leukocyte population by cell division." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-05-28T05:25:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070661" ;
    a owl:Class ;
    rdfs:label "leukocyte proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000738
            ]
        )
    ] .

obo:GO_0070663
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of leukocyte proliferation." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-05-28T05:30:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070663" ;
    a owl:Class ;
    rdfs:label "regulation of leukocyte proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070661
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070661
            ]
        )
    ] .

obo:GO_0070664
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of leukocyte proliferation." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-05-28T05:34:50Z" ;
    oboInOwl:hasExactSynonym "down regulation of leukocyte proliferation", "down-regulation of leukocyte proliferation", "downregulation of leukocyte proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of leukocyte proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070664" ;
    a owl:Class ;
    rdfs:label "negative regulation of leukocyte proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0070663, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070661
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070661
            ]
        )
    ] .

obo:GO_0070665
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of leukocyte proliferation." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-05-28T05:36:46Z" ;
    oboInOwl:hasExactSynonym "up regulation of leukocyte proliferation", "up-regulation of leukocyte proliferation", "upregulation of leukocyte proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of leukocyte proliferation", "stimulation of leukocyte proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070665" ;
    a owl:Class ;
    rdfs:label "positive regulation of leukocyte proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0070663, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070661
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070661
            ]
        )
    ] .

obo:GO_0070727
    obo:IAO_0000115 "Any process in which a macromolecule is transported to, and/or maintained in, a specific location at the level of a cell. Localization at the cellular level encompasses movement within the cell, from within the cell to the cell surface, or from one location to another at the surface of a cell." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-06-16T04:08:29Z" ;
    oboInOwl:hasExactSynonym "cellular macromolecule localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070727" ;
    a owl:Class ;
    rdfs:label "cellular macromolecule localization" ;
    rdfs:subClassOf obo:GO_0033036, obo:GO_0051641 .

obo:GO_0070831
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a basement membrane, a part of the extracellular region that consists of a thin layer of dense material found in various animal tissues interposed between the cells and the adjacent connective tissue." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-07-23T05:01:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070831" ;
    a owl:Class ;
    rdfs:comment "Note that this term has no relationship to 'membrane assembly ; GO:0071709' because the basement membrane is not a lipid bilayer." ;
    rdfs:label "basement membrane assembly" ;
    rdfs:subClassOf obo:GO_0071711, obo:GO_0085029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005604
            ]
        )
    ] .

obo:GO_0070925
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form an organelle. An organelle is an organized structure of distinctive morphology and function. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton. Excludes the plasma membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-09-15T03:00:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070925" ;
    oboInOwl:inSubset go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "organelle assembly" ;
    rdfs:subClassOf obo:GO_0006996, obo:GO_0022607, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0070977
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for bone to attain its fully functional state." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-10-05T04:35:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0070977" ;
    a owl:Class ;
    rdfs:label "bone maturation" ;
    rdfs:subClassOf obo:GO_0048799, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:GO_0071168
    obo:IAO_0000115 "Any process in which a protein is transported to, or maintained at, a part of a chromosome that is organized into chromatin." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-11-20T11:51:20Z" ;
    oboInOwl:hasExactSynonym "protein localisation to chromatin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071168" ;
    a owl:Class ;
    rdfs:label "protein localization to chromatin" ;
    rdfs:subClassOf obo:GO_0034502, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0000785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0000785
            ]
        )
    ] .

obo:GO_0071169
    obo:IAO_0000115 "The directed movement of a protein to a part of a chromosome that is organized into chromatin." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-11-20T11:52:43Z" ;
    oboInOwl:hasExactSynonym "establishment of protein localisation to chromatin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071169" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization to chromatin" ;
    rdfs:subClassOf obo:GO_0070199, obo:GO_0071168 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045184
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0000785
            ]
        )
    ] .

obo:GO_0071425
    obo:IAO_0000115 "The expansion of a hematopoietic stem cell population by cell division. A hematopoietic stem cell is a stem cell from which all cells of the lymphoid and myeloid lineages develop." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2009-12-16T10:22:52Z" ;
    oboInOwl:hasExactSynonym "hemopoietic stem cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071425" ;
    a owl:Class ;
    rdfs:label "hematopoietic stem cell proliferation" ;
    rdfs:subClassOf obo:GO_0072089, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000037
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000037
            ]
        )
    ] .

obo:GO_0071626
    obo:IAO_0000115 "The process of biting and mashing food with the teeth prior to swallowing." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-10T11:19:48Z" ;
    oboInOwl:hasExactSynonym "chewing" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071626" ;
    a owl:Class ;
    rdfs:label "mastication" ;
    rdfs:subClassOf obo:GO_0022600 .

obo:GO_0071674
    obo:IAO_0000115 "The movement of a mononuclear cell within or between different tissues and organs of the body." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-16T02:11:00Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071674" ;
    a owl:Class ;
    rdfs:label "mononuclear cell migration" ;
    rdfs:subClassOf obo:GO_0050900, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000842
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000842
            ]
        )
    ] .

obo:GO_0071675
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of mononuclear cell migration. Mononuclear cell migration is the movement of a mononuclear cell within or between different tissues and organs of the body." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-16T02:11:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071675" ;
    a owl:Class ;
    rdfs:label "regulation of mononuclear cell migration" ;
    rdfs:subClassOf obo:GO_0002685, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0071674
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0071674
            ]
        )
    ] .

obo:GO_0071676
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of mononuclear cell migration. Mononuclear cell migration is the movement of a mononuclear cell within or between different tissues and organs of the body." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-16T02:13:55Z" ;
    oboInOwl:hasExactSynonym "down regulation of mononuclear cell migration", "down-regulation of mononuclear cell migration", "downregulation of mononuclear cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of mononuclear cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071676" ;
    a owl:Class ;
    rdfs:label "negative regulation of mononuclear cell migration" ;
    rdfs:subClassOf obo:GO_0002686, obo:GO_0071675, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0071674
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0071674
            ]
        )
    ] .

obo:GO_0071677
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of mononuclear cell migration. Mononuclear cell migration is the movement of a mononuclear cell within or between different tissues and organs of the body." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-16T02:15:29Z" ;
    oboInOwl:hasExactSynonym "up regulation of mononuclear cell migration", "up-regulation of mononuclear cell migration", "upregulation of mononuclear cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of mononuclear cell migration", "stimulation of mononuclear cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071677" ;
    a owl:Class ;
    rdfs:label "positive regulation of mononuclear cell migration" ;
    rdfs:subClassOf obo:GO_0002687, obo:GO_0071675, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0071674
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0071674
            ]
        )
    ] .

obo:GO_0071692
    obo:IAO_0000115 "Any process in which a protein is transported from one specific location in the extracellular region to another, or maintained in a specific extracellular location." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-25T04:00:13Z" ;
    oboInOwl:hasExactSynonym "protein localisation in extracellular region", "protein localization in extracellular region" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071692" ;
    a owl:Class ;
    rdfs:label "protein localization to extracellular region" ;
    rdfs:subClassOf obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005576
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0071695
    obo:IAO_0000115 "A developmental process, independent of morphogenetic (shape) change, that is required for an anatomical structure to attain its fully functional state." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-02T11:43:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071695" ;
    a owl:Class ;
    rdfs:label "anatomical structure maturation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0021700, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048856
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:UBERON_0000061
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:UBERON_0000061
            ]
        )
    ] .

obo:GO_0071696
    obo:IAO_0000115 "The progression of an ectodermal placode over time from its initial formation until its mature state. An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-02T11:48:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071696" ;
    a owl:Class ;
    rdfs:label "ectodermal placode development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0005085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0005085
            ]
        )
    ] .

obo:GO_0071697
    obo:IAO_0000115 "The process in which the anatomical structures of an ectodermal placode are generated and organized. An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-02T11:49:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071697" ;
    a owl:Class ;
    rdfs:label "ectodermal placode morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0071696
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0005085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0005085
            ]
        )
    ] .

obo:GO_0071705
    obo:IAO_0000115 "The directed movement of nitrogen-containing compounds into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-08T03:56:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071705" ;
    oboInOwl:inSubset go:gocheck_obsoletion_candidate ;
    a owl:Class ;
    rdfs:label "nitrogen compound transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_51143
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_51143
            ]
        )
    ] .

obo:GO_0071709
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-10T11:19:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071709" ;
    a owl:Class ;
    rdfs:label "membrane assembly" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0061024, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0044091
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0071711
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the basement membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-10T11:57:10Z" ;
    oboInOwl:hasExactSynonym "basement membrane organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071711" ;
    a owl:Class ;
    rdfs:comment "Note that this term has no relationship to 'membrane organization ; GO:0061024' because the basement membrane is not a lipid bilayer." ;
    rdfs:label "basement membrane organization" ;
    rdfs:subClassOf obo:GO_0030198, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005604
            ]
        )
    ] .

obo:GO_0071763
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nuclear inner or outer membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-29T03:59:35Z" ;
    oboInOwl:hasExactSynonym "nuclear membrane organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nuclear membrane organization and biogenesis" ;
    oboInOwl:id "GO:0071763" ;
    a owl:Class ;
    rdfs:label "nuclear membrane organization" ;
    rdfs:subClassOf obo:GO_0061024, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006998
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0031965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0031965
            ]
        )
    ] .

obo:GO_0071764
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nuclear outer membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-29T04:03:37Z" ;
    oboInOwl:hasExactSynonym "nuclear outer membrane organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "nuclear outer membrane organization and biogenesis" ;
    oboInOwl:id "GO:0071764" ;
    a owl:Class ;
    rdfs:label "nuclear outer membrane organization" ;
    rdfs:subClassOf obo:GO_0071763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0005640
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0005640
            ]
        )
    ] .

obo:GO_0071806
    obo:IAO_0000115 "The process in which a protein is transported across a membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-03T02:54:26Z" ;
    oboInOwl:hasExactSynonym "protein membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071806" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "protein transmembrane transport" ;
    rdfs:subClassOf obo:GO_0015031, obo:GO_0055085 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_36080
            ]
        )
    ] .

obo:GO_0071826
    obo:IAO_0000115 "Any process in which macromolecules aggregate, disaggregate, or are modified, resulting in the formation, disassembly, or alteration of a ribonucleoprotein complex." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-08T10:10:35Z" ;
    oboInOwl:hasExactSynonym "RNA-protein complex subunit organization", "protein-RNA complex subunit organization", "ribonucleoprotein complex subunit organisation", "ribonucleoprotein complex subunit organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071826" ;
    a owl:Class ;
    rdfs:label "protein-RNA complex organization" ;
    rdfs:subClassOf obo:GO_0043933, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_1990904
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_1990904
            ]
        )
    ] .

obo:GO_0071840
    obo:IAO_0000115 "A process that results in the biosynthesis of constituent macromolecules, assembly, arrangement of constituent parts, or disassembly of a cellular component." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-10T01:39:16Z" ;
    oboInOwl:hasAlternativeId "GO:0071841" ;
    oboInOwl:hasExactSynonym "cellular component organisation or biogenesis", "cellular component organisation or biogenesis at cellular level", "cellular component organization or biogenesis at cellular level" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071840" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_flybase_ribbon, go:goslim_metagenomics ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "cellular component organization or biogenesis" ;
    rdfs:subClassOf obo:GO_0009987 .

obo:GO_0071867
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a monoamine stimulus. A monoamine is any of a group of molecular messengers that contain one amino group that is connected to an aromatic ring by ethylene group (-CH2-CH2-). Monoamines are derived from the aromatic amino acids phenylalanine, tyrosine, histidine and tryptophan." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-13T02:36:37Z" ;
    oboInOwl:hasExactSynonym "response to monoamine stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071867" ;
    a owl:Class ;
    rdfs:label "response to monoamine" ;
    rdfs:subClassOf obo:GO_1901698, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_63534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_63534
            ]
        )
    ] .

obo:GO_0071869
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a catecholamine stimulus. A catecholamine is any of a group of biogenic amines that includes 4-(2-aminoethyl)pyrocatechol [4-(2-aminoethyl)benzene-1,2-diol] and derivatives formed by substitution." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-13T02:51:13Z" ;
    oboInOwl:hasExactSynonym "response to catecholamine stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071869" ;
    a owl:Class ;
    rdfs:label "response to catecholamine" ;
    rdfs:subClassOf obo:GO_0071867, obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_33567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33567
            ]
        )
    ] .

obo:GO_0071873
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a norepinephrine stimulus. Norepinephrine is a catecholamine that has the formula C8H11NO3; it acts as a hormone, and as a neurotransmitter in most of the sympathetic nervous system." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-13T03:31:53Z" ;
    oboInOwl:hasExactSynonym "response to noradrenaline stimulus", "response to norepinephrine stimulus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071873" ;
    a owl:Class ;
    rdfs:comment "Note that epinephrine and norepinephrine are ligands for the same receptors, and there are multiple adrenergic receptors." ;
    rdfs:label "response to norepinephrine" ;
    rdfs:subClassOf obo:GO_0071869, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_72587
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_72587
            ]
        )
    ] .

obo:GO_0071887
    obo:IAO_0000115 "Any apoptotic process in a leukocyte, an achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-14T12:44:09Z" ;
    oboInOwl:hasNarrowSynonym "leukocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071887" ;
    a owl:Class ;
    rdfs:comment "Note that a lymphocyte is a cell of the B cell, T cell, or natural killer cell lineage (CL:0000542)." ;
    rdfs:label "leukocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000738
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000738
            ]
        )
    ] .

obo:GO_0071944
    obo:IAO_0000115 "The broad region around and including the plasma membrane of a cell, encompassing the cell cortex (inside the cell), 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_0071953
    obo:IAO_0000115 "An supramolecular fiber that consists of an insoluble core of polymerized tropoelastin monomers and a surrounding mantle of microfibrils. Elastic fibers provide elasticity and recoiling to tissues and organs, and maintain structural integrity against mechanical strain." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-10-11T11:44:57Z" ;
    oboInOwl:hasExactSynonym "elastic fibre", "elastin fiber" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0071953" ;
    a owl:Class ;
    rdfs:label "elastic fiber" ;
    rdfs:subClassOf obo:GO_0099512, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0071971
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form an extracellular vesicular exosome, a membrane-bounded vesicle that is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane. Exosomes are defined by their size, which generally ranges from 30 nm to 100 nm." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-10-18T03:44:18Z" ;
    oboInOwl:hasExactSynonym "extracellular vesicular exosome assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0071971" ;
    a owl:Class ;
    rdfs:label "extracellular exosome assembly" ;
    rdfs:subClassOf obo:GO_0016050, obo:GO_0070925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0097734
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0070062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0070062
            ]
        )
    ] .

obo:GO_0072089
    obo:IAO_0000115 "The multiplication or reproduction of stem cells, resulting in the expansion of a stem cell population. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-08T02:03:36Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072089" ;
    a owl:Class ;
    rdfs:label "stem cell proliferation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008283, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0017145
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000034
            ]
        )
    ] .

obo:GO_0072091
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of stem cell proliferation. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-08T02:09:03Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072091" ;
    a owl:Class ;
    rdfs:label "regulation of stem cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072089
            ]
        )
    ] .

obo:GO_0072132
    obo:IAO_0000115 "The process in which the anatomical structures of a mesenchymal tissue are generated and organized. A mesenchymal tissue is made up of loosely packed stellate cells." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-22T02:17:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072132" ;
    a owl:Class ;
    rdfs:label "mesenchyme morphogenesis" ;
    rdfs:subClassOf obo:GO_0048729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0009887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060485
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0003104
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0003104
            ]
        )
    ] .

obo:GO_0072175
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of an epithelial tube." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-02-26T02:15:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072175" ;
    a owl:Class ;
    rdfs:label "epithelial tube formation" ;
    rdfs:subClassOf obo:GO_0035148, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060562
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003914
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0035148
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003914
            ]
        )
    ] .

obo:GO_0072201
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of mesenchymal cell proliferation. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-03-01T03:43:29Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072201" ;
    a owl:Class ;
    rdfs:label "negative regulation of mesenchymal cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0010464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010463
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010463
            ]
        )
    ] .

obo:GO_0072330
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of monocarboxylic acids, any organic acid containing one carboxyl (-COOH) group." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-11-02T04:51:32Z" ;
    oboInOwl:hasExactSynonym "monocarboxylic acid anabolism", "monocarboxylic acid biosynthesis", "monocarboxylic acid formation", "monocarboxylic acid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072330" ;
    a owl:Class ;
    rdfs:label "monocarboxylic acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0032787, obo:GO_0046394, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_35757
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_35757
            ]
        )
    ] .

obo:GO_0072348
    obo:IAO_0000115 "The directed movement of compounds that contain sulfur, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-11-11T11:43:56Z" ;
    oboInOwl:hasExactSynonym "sulfur-containing compound transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072348" ;
    a owl:Class ;
    rdfs:label "sulfur compound transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_26835
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_26835
            ]
        )
    ] .

obo:GO_0072359
    obo:IAO_0000115 "The process whose specific outcome is the progression of the circulatory system over time, from its formation to the mature structure. The circulatory system is the organ system that passes nutrients (such as amino acids and electrolytes), gases, hormones, blood cells, etc. to and from cells in the body to help fight diseases and help stabilize body temperature and pH to maintain homeostasis." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-11-16T11:27:39Z" ;
    oboInOwl:hasAlternativeId "GO:0072358" ;
    oboInOwl:hasNarrowSynonym "cardiovascular system development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072359" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "circulatory system development" ;
    rdfs:subClassOf obo:GO_0048731, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001009
            ]
        )
    ] .

obo:GO_0072360
    obo:IAO_0000115 "The progression of the vascular cord over time from its initial formation until its mature state. The vascular cord is the primordial vasculature that will develop into blood vessels by the process of tubulogenesis." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-11-16T11:46:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072360" ;
    a owl:Class ;
    rdfs:label "vascular cord development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0072359
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0006965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0006965
            ]
        )
    ] .

obo:GO_0072384
    obo:IAO_0000115 "The directed movement of an organelle along a microtubule, mediated by motor proteins. This process begins with the attachment of an organelle to a microtubule, and ends when the organelle reaches its final destination." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-12-01T04:59:11Z" ;
    oboInOwl:hasExactSynonym "microtubule-based organelle localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072384" ;
    a owl:Class ;
    rdfs:label "organelle transport along microtubule" ;
    rdfs:subClassOf obo:GO_0010970, obo:GO_0051656 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0072488
    obo:IAO_0000115 "The process in which ammonium is transported across a membrane. Ammonium is the cation NH4+." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-12-10T10:29:57Z" ;
    oboInOwl:hasAlternativeId "GO:0015696" ;
    oboInOwl:hasBroadSynonym "ammonia transport", "ammonium transport" ;
    oboInOwl:hasExactSynonym "ammonium membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072488" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "ammonium transmembrane transport" ;
    rdfs:subClassOf obo:GO_0071705, obo:GO_0098662, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_28938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_28938
            ]
        )
    ] .

obo:GO_0072537
    obo:IAO_0000115 "A change in the morphology or behavior of a fibroblast resulting from exposure to an activating factor such as a cellular or soluble ligand." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-01-14T04:35:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072537" ;
    a owl:Class ;
    rdfs:label "fibroblast activation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001775, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CL_0000057
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001775
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000057
            ]
        )
    ] .

obo:GO_0072577
    obo:IAO_0000115 "Any apoptotic process in an endothelial cell. An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-02T03:56:24Z" ;
    oboInOwl:hasExactSynonym "apoptosis of endothelial cells", "endothelial cell programmed cell death by apoptosis", "killing of endothelial cells", "programmed cell death of endothelial cells by apoptosis", "programmed cell death, endothelial cells" ;
    oboInOwl:hasNarrowSynonym "endothelial cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072577" ;
    a owl:Class ;
    rdfs:label "endothelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:GO_0072592
    obo:IAO_0000115 "The chemical reactions and pathways involving diatomic oxygen (O2)." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-11T10:46:51Z" ;
    oboInOwl:hasExactSynonym "diatomic oxygen metabolic process", "oxygen metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072592" ;
    a owl:Class ;
    rdfs:label "oxygen metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_15379
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_15379
            ]
        )
    ] .

obo:GO_0072594
    obo:IAO_0000115 "The directed movement of a protein to a specific location on or in an organelle. Encompasses establishment of localization in the membrane or lumen of a membrane-bounded organelle." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-14T01:56:51Z" ;
    oboInOwl:hasExactSynonym "establishment of protein localisation to organelle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072594" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization to organelle" ;
    rdfs:subClassOf obo:GO_0033365, obo:GO_0045184 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045184
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0072595
    obo:IAO_0000115 "Any process in which a protein is maintained in a specific location a specific location on or in an organelle, and is prevented from moving elsewhere. Encompasses establishment of localization in the membrane or lumen of a membrane-bounded organelle." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-14T02:09:13Z" ;
    oboInOwl:hasExactSynonym "maintenance of protein localisation to organelle", "maintenance of protein localization to organelle" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072595" ;
    a owl:Class ;
    rdfs:label "maintenance of protein localization in organelle" ;
    rdfs:subClassOf obo:GO_0032507, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0033365
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045185
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_0072657
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a specific location in a membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-14T02:35:18Z" ;
    oboInOwl:hasExactSynonym "protein localisation in membrane", "protein localization in membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072657" ;
    oboInOwl:inSubset go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "protein localization to membrane" ;
    rdfs:subClassOf obo:GO_0008104, obo:GO_0051668 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0072659
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a specific location in the plasma membrane." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-07-10T10:29:23Z" ;
    oboInOwl:hasAlternativeId "GO:0072661", "GO:0090002" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "protein localisation in plasma membrane", "protein localization in plasma membrane", "protein targeting to plasma membrane", "protein-plasma membrane targeting" ;
    oboInOwl:id "GO:0072659" ;
    oboInOwl:inSubset go:goslim_generic, go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "protein localization to plasma membrane" ;
    rdfs:subClassOf obo:GO_0072657, obo:GO_1990778, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005622
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0072665
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained at, a location in a vacuole." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-14T02:55:35Z" ;
    oboInOwl:hasExactSynonym "protein localisation to vacuole" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072665" ;
    a owl:Class ;
    rdfs:label "protein localization to vacuole" ;
    rdfs:subClassOf obo:GO_0033365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0072666
    obo:IAO_0000115 "The directed movement of a protein to a specific location in a vacuole." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-14T02:56:29Z" ;
    oboInOwl:hasExactSynonym "establishment of protein localisation to vacuole" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072666" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization to vacuole" ;
    rdfs:subClassOf obo:GO_0072594, obo:GO_0072665 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045184
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0072667
    obo:IAO_0000115 "Any process in which a protein is maintained in a specific location in a vacuole, and is prevented from moving elsewhere." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-14T02:56:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072667" ;
    a owl:Class ;
    rdfs:label "maintenance of protein location in vacuole" ;
    rdfs:subClassOf obo:GO_0072595, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0072665
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045185
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0072676
    obo:IAO_0000115 "The movement of a lymphocyte within or between different tissues and organs of the body." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-22T03:38:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072676" ;
    a owl:Class ;
    rdfs:label "lymphocyte migration" ;
    rdfs:subClassOf obo:GO_0071674, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000542
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000542
            ]
        )
    ] .

obo:GO_0072697
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, the cell cortex." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2012-04-11T01:16:33Z" ;
    oboInOwl:hasExactSynonym "protein localisation to cell cortex" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072697" ;
    a owl:Class ;
    rdfs:label "protein localization to cell cortex" ;
    rdfs:subClassOf obo:GO_1990778, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005938
            ]
        )
    ] .

obo:GO_0072698
    obo:IAO_0000115 "A cellular protein localization process in which a protein is transported to, or maintained at, a location within the microtubule cytoskeleton." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2012-04-11T01:19:35Z" ;
    oboInOwl:hasExactSynonym "protein localisation to microtubule cytoskeleton" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0072698" ;
    a owl:Class ;
    rdfs:label "protein localization to microtubule cytoskeleton" ;
    rdfs:subClassOf obo:GO_0044380, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0015630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0015630
            ]
        )
    ] .

obo:GO_0080090
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism involving those compounds formed as a part of the normal anabolic and catabolic processes. These processes take place in most, if not all, cells of the organism." ;
    oboInOwl:created_by "dhl" ;
    oboInOwl:creation_date "2009-04-22T04:30:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0080090" ;
    a owl:Class ;
    rdfs:label "regulation of primary metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0044238
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0044238
            ]
        )
    ] .

obo:GO_0080134
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a response to stress. Response to stress is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a disturbance in organismal or cellular homeostasis, usually, but not necessarily, exogenous (e.g. temperature, humidity, ionizing radiation)." ;
    oboInOwl:created_by "dhl" ;
    oboInOwl:creation_date "2009-05-06T04:51:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0080134" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "regulation of response to stress" ;
    rdfs:subClassOf obo:GO_0048583, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006950
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006950
            ]
        )
    ] .

obo:GO_0080154
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of fertilization. Fertilization is the union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." ;
    oboInOwl:created_by "dhl" ;
    oboInOwl:creation_date "2010-09-01T03:44:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0080154" ;
    a owl:Class ;
    rdfs:label "regulation of fertilization" ;
    rdfs:subClassOf obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009566
            ]
        )
    ] .

obo:GO_0085029
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of the extracellular matrix." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-07-14T12:52:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0085029" ;
    a owl:Class ;
    rdfs:label "extracellular matrix assembly" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0030198, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0031012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0031012
            ]
        )
    ] .

obo:GO_0086001
    obo:IAO_0000115 "An action potential that occurs in a cardiac muscle cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T07:45:11Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086001" ;
    a owl:Class ;
    rdfs:label "cardiac muscle cell action potential" ;
    rdfs:subClassOf obo:GO_0001508, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000746
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001508
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:GO_0086015
    obo:IAO_0000115 "An action potential that occurs in a sinoatrial node cardiac muscle cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T08:50:15Z" ;
    oboInOwl:hasExactSynonym "SA node cardiac muscle cell action potential", "SAN cardiac muscle cell action potential", "sinoatrial node cardiac muscle cell action potential" ;
    oboInOwl:hasNarrowSynonym "sinus node cardiac muscle cell action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086015" ;
    a owl:Class ;
    rdfs:label "SA node cell action potential" ;
    rdfs:subClassOf obo:GO_0086001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0086018
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_1000409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001508
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_1000409
            ]
        )
    ] .

obo:GO_0086016
    obo:IAO_0000115 "An action potential that occurs in an atrioventricular node cardiac muscle cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T08:58:56Z" ;
    oboInOwl:hasExactSynonym "AV node cardiac muscle cell action potential", "atrioventricular node cardiac muscle cell action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086016" ;
    a owl:Class ;
    rdfs:label "AV node cell action potential" ;
    rdfs:subClassOf obo:GO_0086001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0086027
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_1000410
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001508
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_1000410
            ]
        )
    ] .

obo:GO_0086017
    obo:IAO_0000115 "An action potential that occurs in a Purkinje myocyte." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T08:58:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086017" ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte action potential" ;
    rdfs:subClassOf obo:GO_0086001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0086029
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0002068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001508
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0002068
            ]
        )
    ] .

obo:GO_0086018
    obo:IAO_0000115 "Any process that mediates the transfer of information from an SA node cardiomyocyte to an atrial cardiomyocyte." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T09:15:01Z" ;
    oboInOwl:hasExactSynonym "SA node cardiac muscle cell to atrial cardiac muscle cell signalling", "SA node cardiomyocyte to atrial cardiomyocyte signalling", "SAN cardiomyocyte to atrial cardiomyocyte signalling", "sinoatrial node cardiomyocyte to atrial cardiomyocyte signalling" ;
    oboInOwl:hasNarrowSynonym "sinus node cardiomyocyte to atrial cardiomyocyte signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086018" ;
    a owl:Class ;
    rdfs:label "SA node cell to atrial cardiac muscle cell signaling" ;
    rdfs:subClassOf obo:GO_0086019, obo:GO_0086070 .

obo:GO_0086019
    obo:IAO_0000115 "Any process that mediates the transfer of information from one cell to another and contributes to the heart process that regulates cardiac muscle contraction; beginning with the generation of an action potential in the sinoatrial node and ending with regulation of contraction of the myocardium." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-11-16T03:43:52Z" ;
    oboInOwl:hasExactSynonym "cell-cell signalling involved in cardiac conduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086019" ;
    a owl:Class ;
    rdfs:label "cell-cell signaling involved in cardiac conduction" ;
    rdfs:subClassOf obo:GO_0007267, obo:GO_0086065 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0061337
            ]
        )
    ] .

obo:GO_0086027
    obo:IAO_0000115 "Any process that mediates the transfer of information from an AV node cardiac muscle cell to a bundle of His cardiomyocyte." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-11T02:02:14Z" ;
    oboInOwl:hasExactSynonym "AV node cell to bundle of His cell signalling", "atrioventricular node to bundle of His cell signaling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086027" ;
    a owl:Class ;
    rdfs:label "AV node cell to bundle of His cell signaling" ;
    rdfs:subClassOf obo:GO_0086019, obo:GO_0086067 .

obo:GO_0086029
    obo:IAO_0000115 "Any process that mediates the transfer of information from a Purkinje myocyte to a ventricular cardiac muscle cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-11T02:02:14Z" ;
    oboInOwl:hasExactSynonym "Purkinje myocyte to ventricular cardiac muscle cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086029" ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte to ventricular cardiac muscle cell signaling" ;
    rdfs:subClassOf obo:GO_0086019, obo:GO_0086068, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0002068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_2000046
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0002068
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_2000046
            ]
        )
    ] .

obo:GO_0086065
    obo:IAO_0000115 "Any process that mediates interactions between a cell and its surroundings that contributes to the process of cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-11-22T08:57:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086065" ;
    a owl:Class ;
    rdfs:label "cell communication involved in cardiac conduction" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0007154, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061337
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007154
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0061337
            ]
        )
    ] .

obo:GO_0086067
    obo:IAO_0000115 "The process that mediates interactions between an AV node cell and its surroundings that contributes to the process of the AV node cell communicating with a bundle of His cell in cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-11-22T09:11:44Z" ;
    oboInOwl:hasExactSynonym "atrioventricular node cell to bundle of His cell communication" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086067" ;
    a owl:Class ;
    rdfs:label "AV node cell to bundle of His cell communication" ;
    rdfs:subClassOf obo:GO_0086065 .

obo:GO_0086068
    obo:IAO_0000115 "The process that mediates interactions between a Purkinje myocyte and its surroundings that contributes to the process of the Purkinje myocyte communicating with a ventricular cardiac muscle cell in cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-11-22T09:14:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086068" ;
    a owl:Class ;
    rdfs:label "Purkinje myocyte to ventricular cardiac muscle cell communication" ;
    rdfs:subClassOf obo:GO_0086065 .

obo:GO_0086070
    obo:IAO_0000115 "The process that mediates interactions between an SA node cardiomyocyte and its surroundings that contributes to the process of the SA node cardiomyocyte communicating with an atrial cardiomyocyte in cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-11-22T09:32:45Z" ;
    oboInOwl:hasExactSynonym "SA node cardiac muscle cell to atrial cardiac muscle cell communication", "SA node cardiomyocyte to atrial cardiomyocyte communication", "SAN cardiomyocyte to atrial cardiomyocyte communication", "sinoatrial node cardiomyocyte to atrial cardiomyocyte communication" ;
    oboInOwl:hasNarrowSynonym "sinus node cardiomyocyte to atrial cardiomyocyte communication" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0086070" ;
    a owl:Class ;
    rdfs:label "SA node cell to atrial cardiac muscle cell communication" ;
    rdfs:subClassOf obo:GO_0086065 .

obo:GO_0089718
    obo:IAO_0000115 "The directed movement of an amino acid from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-11-14T14:21:41Z" ;
    oboInOwl:hasAlternativeId "GO:0043092", "GO:0044745", "GO:1902837" ;
    oboInOwl:hasBroadSynonym "L-amino acid import", "amino acid transmembrane import" ;
    oboInOwl:hasExactSynonym "amino acid import into cell" ;
    oboInOwl:hasNarrowSynonym "L-amino acid uptake" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0089718" ;
    a owl:Class ;
    rdfs:label "amino acid import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0003333, obo:GO_0098739 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_35238
            ]
        )
    ] .

obo:GO_0090063
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of microtubule nucleation. Microtubule nucleation is the 'de novo' formation of a microtubule, in which tubulin heterodimers form metastable oligomeric aggregates, some of which go on to support formation of a complete microtubule. Microtubule nucleation usually occurs from a specific site within a cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-08-12T11:33:09Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090063" ;
    a owl:Class ;
    rdfs:label "positive regulation of microtubule nucleation" ;
    rdfs:subClassOf obo:GO_0010968, obo:GO_0031116, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007020
            ]
        )
    ] .

obo:GO_0090068
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of a cellular process that is involved in the progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-09T11:39:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090068" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell cycle process" ;
    rdfs:subClassOf obo:GO_0010564, obo:GO_0045787, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0022402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0022402
            ]
        )
    ] .

obo:GO_0090069
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of ribosome biogenesis. Ribosome biogenesis is the cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-11T10:32:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090069" ;
    a owl:Class ;
    rdfs:label "regulation of ribosome biogenesis" ;
    rdfs:subClassOf obo:GO_0044087, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042254
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042254
            ]
        )
    ] .

obo:GO_0090070
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of ribosome biogenesis. Ribosome biogenesis is the cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-11T10:32:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090070" ;
    a owl:Class ;
    rdfs:label "positive regulation of ribosome biogenesis" ;
    rdfs:subClassOf obo:GO_0044089, obo:GO_0090069, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042254
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042254
            ]
        )
    ] .

obo:GO_0090071
    obo:IAO_0000115 "Any process that decreases the rate, frequency or extent of ribosome biogenesis. Ribosome biogenesis is the cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-09-11T10:32:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090071" ;
    a owl:Class ;
    rdfs:label "negative regulation of ribosome biogenesis" ;
    rdfs:subClassOf obo:GO_0048523, obo:GO_0090069, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042254
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042254
            ]
        )
    ] .

obo:GO_0090087
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the directed movement of peptides, compounds of two or more amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-10-23T11:21:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090087" ;
    a owl:Class ;
    rdfs:label "regulation of peptide transport" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0015833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0015833
            ]
        )
    ] .

obo:GO_0090091
    obo:IAO_0000115 "Any process that increases the rate, frequency or extent of extracellular matrix disassembly. Extracellular matrix disassembly is a process that results in the breakdown of the extracellular matrix." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-11-04T10:03:25Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090091" ;
    a owl:Class ;
    rdfs:label "positive regulation of extracellular matrix disassembly" ;
    rdfs:subClassOf obo:GO_0010715, obo:GO_1903055, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0022617
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0022617
            ]
        )
    ] .

obo:GO_0090130
    obo:IAO_0000115 "The process in which the population of cells that make up a tissue undergo directed movement." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-07T03:13:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090130" ;
    a owl:Class ;
    rdfs:label "tissue migration" ;
    rdfs:subClassOf obo:GO_0032501 .

obo:GO_0090132
    obo:IAO_0000115 "The process in which the population of cells that make up an epithelium undergo directed movement." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-07T03:19:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090132" ;
    a owl:Class ;
    rdfs:label "epithelium migration" ;
    rdfs:subClassOf obo:GO_0090130 .

obo:GO_0090150
    obo:IAO_0000115 "The directed movement of a protein to a specific location in a membrane." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-08T03:18:51Z" ;
    oboInOwl:hasExactSynonym "establishment of protein localisation in membrane", "establishment of protein localization in membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090150" ;
    a owl:Class ;
    rdfs:label "establishment of protein localization to membrane" ;
    rdfs:subClassOf obo:GO_0045184, obo:GO_0072657 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045184
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0090162
    obo:IAO_0000115 "The specification and formation of anisotropic intracellular organization of an epithelial cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-08T08:58:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090162" ;
    a owl:Class ;
    rdfs:label "establishment of epithelial cell polarity" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0030010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030010
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_0090166
    obo:IAO_0000115 "A cellular process that results in the breakdown of a Golgi apparatus that contributes to Golgi inheritance." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-08T09:15:11Z" ;
    oboInOwl:hasExactSynonym "Golgi apparatus disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090166" ;
    a owl:Class ;
    rdfs:label "Golgi disassembly" ;
    rdfs:subClassOf obo:GO_0007030, obo:GO_1903008, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048313
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005794
            ]
        )
    ] .

obo:GO_0090168
    obo:IAO_0000115 "The reformation of the Golgi following its breakdown and partitioning contributing to Golgi inheritance." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-08T09:15:11Z" ;
    oboInOwl:hasExactSynonym "Golgi apparatus reassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090168" ;
    a owl:Class ;
    rdfs:label "Golgi reassembly" ;
    rdfs:subClassOf obo:GO_0007030, obo:GO_0022607, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048313
    ] .

obo:GO_0090170
    obo:IAO_0000115 "Any process that modulates the rate, frequency or extent of Golgi inheritance. Golgi inheritance is the partitioning of Golgi apparatus between daughter cells at cell division." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-11T10:21:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090170" ;
    a owl:Class ;
    rdfs:label "regulation of Golgi inheritance" ;
    rdfs:subClassOf obo:GO_1903358, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048313
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048313
            ]
        )
    ] .

obo:GO_0090171
    obo:IAO_0000115 "The process in which the structures of a chondrocyte are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of a chondrocyte." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-11T10:36:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090171" ;
    a owl:Class ;
    rdfs:label "chondrocyte morphogenesis" ;
    rdfs:subClassOf obo:GO_0000902, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0002063
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:CL_0000138
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:CL_0000138
            ]
        )
    ] .

obo:GO_0090174
    obo:IAO_0000115 "The joining of two lipid bilayers to form a single organelle membrane." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-12-11T11:44:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090174" ;
    a owl:Class ;
    rdfs:label "organelle membrane fusion" ;
    rdfs:subClassOf obo:GO_0048284, obo:GO_0061025, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0031090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0061025
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0031090
            ]
        )
    ] .

obo:GO_0090257
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a muscle system process, a multicellular organismal process carried out by any of the organs or tissues in a muscle system." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-02-03T11:48:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090257" ;
    a owl:Class ;
    rdfs:label "regulation of muscle system process" ;
    rdfs:subClassOf obo:GO_0044057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003012
            ]
        )
    ] .

obo:GO_0090273
    obo:IAO_0000115 "Any process that modulates the rate, frequency, extent of the regulated release of somatostatin from secretory granules in the D cells of the pancreas." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-02-05T02:54:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090273" ;
    a owl:Class ;
    rdfs:label "regulation of somatostatin secretion" ;
    rdfs:subClassOf obo:GO_0090276, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070253
            ]
        )
    ] .

obo:GO_0090274
    obo:IAO_0000115 "Any process that increases the rate, frequency, extent of the regulated release of somatostatin from secretory granules in the D cells of the pancreas." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-02-05T02:54:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090274" ;
    a owl:Class ;
    rdfs:label "positive regulation of somatostatin secretion" ;
    rdfs:subClassOf obo:GO_0090273, obo:GO_0090277, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070253
            ]
        )
    ] .

obo:GO_0090275
    obo:IAO_0000115 "Any process that decreases the rate, frequency, extent of the regulated release of somatostatin from secretory granules in the D cells of the pancreas." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-02-05T02:54:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090275" ;
    a owl:Class ;
    rdfs:label "negative regulation of somatostatin secretion" ;
    rdfs:subClassOf obo:GO_0090273, obo:GO_0090278, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070253
            ]
        )
    ] .

obo:GO_0090276
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the regulated release of a peptide hormone from secretory granules." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-02-05T02:56:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090276" ;
    a owl:Class ;
    rdfs:label "regulation of peptide hormone secretion" ;
    rdfs:subClassOf obo:GO_0002791, obo:GO_0046883, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030072
            ]
        )
    ] .

obo:GO_0090277
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of the regulated release of a peptide hormone from secretory granules." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-02-05T02:56:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090277" ;
    a owl:Class ;
    rdfs:label "positive regulation of peptide hormone secretion" ;
    rdfs:subClassOf obo:GO_0002793, obo:GO_0046887, obo:GO_0090276, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030072
            ]
        )
    ] .

obo:GO_0090278
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of the regulated release of a peptide hormone from secretory granules." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-02-05T02:56:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090278" ;
    a owl:Class ;
    rdfs:label "negative regulation of peptide hormone secretion" ;
    rdfs:subClassOf obo:GO_0002792, obo:GO_0046888, obo:GO_0090276, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030072
            ]
        )
    ] .

obo:GO_0090299
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of neural crest formation. Neural crest formation is the formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-03-12T04:08:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090299" ;
    a owl:Class ;
    rdfs:label "regulation of neural crest formation" ;
    rdfs:subClassOf obo:GO_0010717, obo:GO_0022603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014029
            ]
        )
    ] .

obo:GO_0090300
    obo:IAO_0000115 "Any process that increases the rate, frequency, or extent of neural crest formation. Neural crest formation is the formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-03-12T04:08:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090300" ;
    a owl:Class ;
    rdfs:label "positive regulation of neural crest formation" ;
    rdfs:subClassOf obo:GO_0010718, obo:GO_0090299, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014029
            ]
        )
    ] .

obo:GO_0090301
    obo:IAO_0000115 "Any process that decreases the rate, frequency, or extent of neural crest formation. Neural crest formation is the formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-03-12T04:08:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090301" ;
    a owl:Class ;
    rdfs:label "negative regulation of neural crest formation" ;
    rdfs:subClassOf obo:GO_0010719, obo:GO_0090299, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014029
            ]
        )
    ] .

obo:GO_0090304
    obo:IAO_0000115 "Any cellular metabolic process involving nucleic acids." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-04-07T10:18:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090304" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "This term should not be used for direct annotation. It should be possible to make a more specific annotation to one of the children of this term." ;
    rdfs:label "nucleic acid metabolic process" ;
    rdfs:subClassOf obo:GO_0006139, obo:GO_0043170, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_33696
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_33696
            ]
        )
    ] .

obo:GO_0090316
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of the directed movement of proteins within cells." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-04-16T03:45:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090316" ;
    a owl:Class ;
    rdfs:label "positive regulation of intracellular protein transport" ;
    rdfs:subClassOf obo:GO_0032388, obo:GO_0033157, obo:GO_0051222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006886
            ]
        )
    ] .

obo:GO_0090317
    obo:IAO_0000115 "Any process that decreases the frequency, rate or extent of the directed movement of proteins within cells." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-04-16T03:45:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090317" ;
    a owl:Class ;
    rdfs:label "negative regulation of intracellular protein transport" ;
    rdfs:subClassOf obo:GO_0032387, obo:GO_0033157, obo:GO_0051224, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006886
            ]
        )
    ] .

obo:GO_0090425
    obo:IAO_0000115 "The epithelial cell differentiation process in which a relatively unspecialized cell acquires specialized features of an acinar cell, a secretory cell that is grouped together with other cells of the same type to form grape-shaped clusters known as acini." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2012-05-04T09:24:48Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090425" ;
    a owl:Class ;
    rdfs:label "acinar cell differentiation" ;
    rdfs:subClassOf obo:GO_0002067, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000622
            ]
        )
    ] .

obo:GO_0090435
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained at, a location within a nuclear envelope." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2012-07-30T01:50:41Z" ;
    oboInOwl:hasExactSynonym "protein localization in nuclear envelope" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090435" ;
    a owl:Class ;
    rdfs:label "protein localization to nuclear envelope" ;
    rdfs:subClassOf obo:GO_0034504, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005635
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005635
            ]
        )
    ] .

obo:GO_0090493
    obo:IAO_0000115 "The directed movement of catecholamine into a cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2012-10-17T11:06:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090493" ;
    a owl:Class ;
    rdfs:label "catecholamine uptake" ;
    rdfs:subClassOf obo:GO_0051937, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005576
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33567
            ]
        )
    ] .

obo:GO_0090497
    obo:IAO_0000115 "The orderly movement of a mesenchymal cell from one site to another, often during the development of a multicellular organism." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2012-10-17T12:08:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090497" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0001667, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:GO_0090596
    obo:IAO_0000115 "Morphogenesis of a sensory organ. A sensory organ is defined as a tissue or set of tissues that work together to receive and transmit signals from external or internal stimuli. Morphogenesis is the process in which anatomical structures are generated and organized. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2014-08-22T13:23:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090596" ;
    a owl:Class ;
    rdfs:label "sensory organ morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007423
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0000020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0000020
            ]
        )
    ] .

obo:GO_0090685
    obo:IAO_0000115 "A macromolecular localization process in which RNA is transported to and maintained in a location within the nucleus." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2016-07-19T17:00:49Z" ;
    oboInOwl:hasExactSynonym "RNA localisation to nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0090685" ;
    a owl:Class ;
    rdfs:label "RNA localization to nucleus" ;
    rdfs:subClassOf obo:GO_0006403, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006403
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0090741
    obo:IAO_0000115 "Any membrane that is part of a pigment granule." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2017-05-16T22:33:39Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0090741" ;
    a owl:Class ;
    rdfs:label "pigment granule membrane" ;
    rdfs:subClassOf obo:GO_0030659, obo:GO_0098588, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048770
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0048770
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0048770
            ]
        )
    ] .

obo:GO_0097014
    obo:IAO_0000115 "All of the contents of a cilium, excluding the plasma membrane surrounding the cilium." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-03-23T01:52:31Z" ;
    oboInOwl:hasExactSynonym "cilium plasm" ;
    oboInOwl:hasNarrowSynonym "microtubule-based flagellar matrix", "microtubule-based flagellum matrix" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "cilial cytoplasm", "ciliary cytoplasm", "cilium cytoplasm", "microtubule-based flagellar cytoplasm", "microtubule-based flagellum cytoplasm" ;
    oboInOwl:id "GO:0097014" ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent. Also, researchers consider the composition of both the plasm and the membrane of the cilium to be detectably different from that in the non-ciliary cytosol and plasma membrane (e.g. in terms of calcium ion concentration, membrane lipid composition, and more). For this reason, the term \"ciliary plasm\" is not linked to \"cytoplasm\"." ;
    rdfs:label "ciliary plasm" ;
    rdfs:subClassOf obo:GO_0032838, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005929
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005929
            ]
        )
    ] .

obo:GO_0097049
    obo:IAO_0000115 "Any apoptotic process in a motor neuron, an efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes movement." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-05-04T02:21:43Z" ;
    oboInOwl:hasExactSynonym "motoneuron apoptosis" ;
    oboInOwl:hasNarrowSynonym "motor neuron apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097049" ;
    a owl:Class ;
    rdfs:label "motor neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0051402, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000100
            ]
        )
    ] .

obo:GO_0097060
    obo:IAO_0000115 "A specialized area of membrane on either the presynaptic or the postsynaptic side of a synapse, the junction between a nerve fiber of one neuron and another neuron or muscle fiber or glial cell." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-07T11:22:09Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0097060" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synaptic membrane" ;
    rdfs:subClassOf obo:GO_0098590, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0098590
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0097061
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a dendritic spine. A dendritic spine is a specialized protrusion from a neuronal dendrite and is involved in synaptic transmission." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-07T11:26:53Z" ;
    oboInOwl:hasExactSynonym "dendritic spine organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097061" ;
    a owl:Class ;
    rdfs:label "dendritic spine organization" ;
    rdfs:subClassOf obo:GO_0099173, obo:GO_0106027, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0043197
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0043197
            ]
        )
    ] .

obo:GO_0097084
    obo:IAO_0000115 "The process aimed at the progression of a vascular smooth muscle cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. A vascular smooth muscle cell is a non-striated, elongated, spindle-shaped cell found lining the blood vessels." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-20T04:03:08Z" ;
    oboInOwl:hasExactSynonym "vascular smooth muscle cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097084" ;
    a owl:Class ;
    rdfs:label "vascular associated smooth muscle cell development" ;
    rdfs:subClassOf obo:GO_0055001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0000359
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0000359
            ]
        )
    ] .

obo:GO_0097094
    obo:IAO_0000115 "The process in which any suture between cranial and/or facial bones is generated and organized." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-07-05T02:51:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097094" ;
    a owl:Class ;
    rdfs:label "craniofacial suture morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060349
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_1904888
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0009198
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0009198
            ]
        )
    ] .

obo:GO_0097096
    obo:IAO_0000115 "The process in which any suture between facial bones is generated and organized." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-07-05T03:06:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097096" ;
    a owl:Class ;
    rdfs:label "facial suture morphogenesis" ;
    rdfs:subClassOf obo:GO_0097094, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0009199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0009199
            ]
        )
    ] .

obo:GO_0097152
    obo:IAO_0000115 "Any apoptotic process in a mesenchymal cell. A mesenchymal cell is a loosely associated cell that is part of the connective tissue in an organism. Mesenchymal cells give rise to more mature connective tissue cell types." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-09-06T02:31:59Z" ;
    oboInOwl:hasNarrowSynonym "mesenchymal cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097152" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:GO_0097164
    obo:IAO_0000115 "The chemical reactions and pathways involving the ammonium ion." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-09-28T04:21:30Z" ;
    oboInOwl:hasExactSynonym "ammonium ion metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ammonium metabolic process" ;
    oboInOwl:id "GO:0097164" ;
    a owl:Class ;
    rdfs:label "ammonium ion metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_28938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_28938
            ]
        )
    ] .

obo:GO_0097190
    obo:IAO_0000115 "The series of molecular signals which triggers the apoptotic death of a cell. The pathway starts with reception of a signal, and ends when the execution phase of apoptosis is triggered." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-11-23T09:30:23Z" ;
    oboInOwl:hasAlternativeId "GO:0008624" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-193681", "Reactome:R-HSA-204998", "Reactome:R-HSA-75157" ;
    oboInOwl:hasExactSynonym "apoptotic signalling pathway", "induction of apoptosis by extracellular signals" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097190" ;
    a owl:Class ;
    rdfs:comment "This term can be used to annotate gene products involved in apoptotic events happening downstream of the cross-talk point between the extrinsic and intrinsic apoptotic pathways. The cross-talk starts when caspase-8 cleaves Bid and truncated Bid interacts with mitochondria. From this point on it is not possible to distinguish between extrinsic and intrinsic pathways." ;
    rdfs:label "apoptotic signaling pathway" ;
    rdfs:subClassOf obo:GO_0007165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33154
    ] .

obo:GO_0097194
    obo:IAO_0000115 "A stage of the apoptotic process that starts with the controlled breakdown of the cell through the action of effector caspases or other effector molecules (e.g. cathepsins, calpains etc.). Key steps of the execution phase are rounding-up of the cell, retraction of pseudopodes, reduction of cellular volume (pyknosis), chromatin condensation, nuclear fragmentation (karyorrhexis), plasma membrane blebbing and fragmentation of the cell into apoptotic bodies. When the execution phase is completed, the cell has died." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-11-23T09:45:24Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-75153" ;
    oboInOwl:hasExactSynonym "execution phase of apoptotic process" ;
    oboInOwl:hasNarrowSynonym "apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097194" ;
    a owl:Class ;
    rdfs:label "execution phase of apoptosis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0032060
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33154
    ] .

obo:GO_0097252
    obo:IAO_0000115 "Any apoptotic process in an oligodendrocyte. Oligodendrocytes belong to a class of large neuroglial (macroglial) cells in the central nervous system, where they form the insulating myelin sheath of axons." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-03-05T10:51:15Z" ;
    oboInOwl:hasNarrowSynonym "oligodendrocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097252" ;
    a owl:Class ;
    rdfs:label "oligodendrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0034349, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000128
            ]
        )
    ] .

obo:GO_0097355
    obo:IAO_0000115 "Any process in which a protein is transported to, or maintained at, a part of a chromosome that is organized into heterochromatin." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-07-03T03:19:07Z" ;
    oboInOwl:hasExactSynonym "protein localisation to heterochromatin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097355" ;
    a owl:Class ;
    rdfs:label "protein localization to heterochromatin" ;
    rdfs:subClassOf obo:GO_0071168, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0000792
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0000792
            ]
        )
    ] .

obo:GO_0097386
    obo:IAO_0000115 "A prolongation or process extending from a glial cell." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-10-22T13:55:54Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "glial process", "glial projection" ;
    oboInOwl:id "GO:0097386" ;
    a owl:Class ;
    rdfs:label "glial cell projection" ;
    rdfs:subClassOf obo:GO_0120025, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000125
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0120025
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0097402
    obo:IAO_0000115 "The orderly movement of a neuroblast from one site to another, often during the development of a multicellular organism or multicellular structure. A neuroblast is any cell that will divide and give rise to a neuron." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-10-29T08:24:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097402" ;
    a owl:Class ;
    rdfs:label "neuroblast migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000031
            ]
        )
    ] .

obo:GO_0097427
    obo:IAO_0000115 "An arrangement of closely apposed microtubules running parallel to each other." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-11-07T15:01:27Z" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1872343973" ;
    oboInOwl:hasExactSynonym "microtubule fascicle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0097427" ;
    a owl:Class ;
    rdfs:label "microtubule bundle" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005856
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005874
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] .

obo:GO_0097435
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a supramolecular fiber, a polymer consisting of an indefinite number of protein or protein complex subunits that have polymerised to form a fiber-shaped structure." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-11-27T15:46:25Z" ;
    oboInOwl:hasAlternativeId "GO:0043206" ;
    oboInOwl:hasNarrowSynonym "extracellular fibril organisation", "extracellular fibril organization", "extracellular fibril organization and biogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "fibril organisation", "fibril organization" ;
    oboInOwl:id "GO:0097435" ;
    a owl:Class ;
    rdfs:label "supramolecular fiber organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0099512
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0099512
            ]
        )
    ] .

obo:GO_0097447
    obo:IAO_0000115 "The entire complement of dendrites for a neuron, consisting of each primary dendrite and all its branches." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-17T12:31:49Z" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao172297168" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0097447" ;
    a owl:Class ;
    rdfs:label "dendritic tree" ;
    rdfs:subClassOf obo:GO_0043005, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0036477
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0030425
    ] .

obo:GO_0097473
    obo:IAO_0000115 "Any apoptotic process in a retinal rod cell, one of the two photoreceptor cell types of the vertebrate retina." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-03-21T09:44:45Z" ;
    oboInOwl:hasExactSynonym "rod photoreceptor apoptotic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097473" ;
    a owl:Class ;
    rdfs:label "retinal rod cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0051402, obo:GO_1990009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000604
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000604
            ]
        )
    ] .

obo:GO_0097474
    obo:IAO_0000115 "Any apoptotic process in a retinal cone cell, one of the two photoreceptor cell types of the vertebrate retina." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-03-21T09:46:22Z" ;
    oboInOwl:hasExactSynonym "cone photoreceptor apoptotic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097474" ;
    a owl:Class ;
    rdfs:label "retinal cone cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0051402, obo:GO_1990009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000573
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000573
            ]
        )
    ] .

obo:GO_0097475
    obo:IAO_0000115 "The orderly movement of a motor neuron from one site to another. A motor neuron is an efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes movement." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-04-23T13:00:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097475" ;
    a owl:Class ;
    rdfs:label "motor neuron migration" ;
    rdfs:subClassOf obo:GO_0001764, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000100
            ]
        )
    ] .

obo:GO_0097476
    obo:IAO_0000115 "The orderly movement of a spinal cord motor neuron from one site to another. A spinal cord motor neuron is a motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-04-23T13:03:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097476" ;
    a owl:Class ;
    rdfs:label "spinal cord motor neuron migration" ;
    rdfs:subClassOf obo:GO_0097475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0011001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0011001
            ]
        )
    ] .

obo:GO_0097512
    obo:IAO_0000115 "A cardiac myofibril is a myofibril specific to cardiac muscle cells." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-10-16T13:04:58Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0097512" ;
    a owl:Class ;
    rdfs:label "cardiac myofibril" ;
    rdfs:subClassOf obo:GO_0030016, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000746
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030016
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:GO_0097529
    obo:IAO_0000115 "The movement of a myeloid leukocyte within or between different tissues and organs of the body." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-11-11T13:59:43Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097529" ;
    a owl:Class ;
    rdfs:label "myeloid leukocyte migration" ;
    rdfs:subClassOf obo:GO_0050900, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000766
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000766
            ]
        )
    ] .

obo:GO_0097534
    obo:IAO_0000115 "The orderly movement of a lymphoid lineage cell from one site to another. A lymphoid lineage cell, also called a lymphoid lineage restricted progenitor cell, is a progenitor cell restricted to the lymphoid lineage." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-11-28T10:47:15Z" ;
    oboInOwl:hasExactSynonym "lymphoid lineage restricted progenitor cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097534" ;
    a owl:Class ;
    rdfs:label "lymphoid lineage cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000838
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000838
            ]
        )
    ] .

obo:GO_0097576
    obo:IAO_0000115 "Merging of two or more vacuoles, or of vacuoles and vesicles within a cell to form a single larger vacuole." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2014-02-28T09:49:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097576" ;
    a owl:Class ;
    rdfs:label "vacuole fusion" ;
    rdfs:subClassOf obo:GO_0007033, obo:GO_0048284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0097708
    obo:IAO_0000115 "Any vesicle that is part of the intracellular region." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-03-29T17:39:45Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0097708" ;
    a owl:Class ;
    rdfs:label "intracellular vesicle" ;
    rdfs:subClassOf obo:GO_0031982, obo:GO_0043231 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005622
            ]
        )
    ] .

obo:GO_0097711
    obo:IAO_0000115 "The docking of a cytosolic centriole/basal body to the plasma membrane via the ciliary transition fibers. In some species this may happen via an intermediate step, by first docking to the ciliary vesicle via the ciliary transition fibers. The basal body-ciliary vesicle then relocates to the plasma membrane, followed by the ciliary vesicle fusing with the plasma membrane, effectively attaching the basal body to the plasma membrane." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-08-05T16:12:33Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-5620912" ;
    oboInOwl:hasExactSynonym "ciliary basal body docking" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "anchoring of the basal body to the plasma membrane" ;
    oboInOwl:id "GO:0097711" ;
    a owl:Class ;
    rdfs:comment "Basal bodies in jawed vertebrates appear to first attach to a ciliary vesicle. It is unclear how specific this is to jawed vertebrates or if other organisms also employ this sequence. Some species like Giardia intestinalis do not relocate their basal bodies to the plasma membrane, but have their axonemes extend through the cytosol to then protrude out of the cell to form flagella." ;
    rdfs:label "ciliary basal body-plasma membrane docking" ;
    rdfs:subClassOf obo:GO_0140056, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060271
    ] .

obo:GO_0097712
    obo:IAO_0000115 "The process in which vesicles formed at the trans-Golgi network are directed to the plasma membrane surrounding the base of the cilium, including the ciliary pocket, mediated by molecules at the vesicle membrane and target membrane surfaces." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-08-05T16:16:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0097712" ;
    a owl:Class ;
    rdfs:label "vesicle targeting, trans-Golgi to periciliary membrane compartment" ;
    rdfs:subClassOf obo:GO_0048199, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060271
    ] .

obo:GO_0097734
    obo:IAO_0000115 "The assembly and secretion of an extracellular exosome, a membrane-bounded vesicle that is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-10-03T14:35:25Z" ;
    oboInOwl:hasExactSynonym "exosome assembly or secretion", "exosome biogenesis", "exosome production" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "ILV assembly", "intraluminal vesicle assembly" ;
    oboInOwl:id "GO:0097734" ;
    a owl:Class ;
    rdfs:label "extracellular exosome biogenesis" ;
    rdfs:subClassOf obo:GO_0140112 .

obo:GO_0097742
    obo:IAO_0000115 "Centriole assembly in which a centriole arises de novo, rather than by replication from an existing centriole. This process may occur via different mechanisms. Examples include the deuterosome pathway in multicilated epithelial animal cells and formation of centrioles during parthenogenesis in some insects." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-10-19T15:13:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "acentriolar basal body biogenesis", "de novo basal body amplification", "de novo basal body assembly", "de novo basal body biogenesis", "de novo basal body generation", "de novo centriole amplification", "de novo ciliary basal body assembly", "multiciliation", "multiciliogenesis" ;
    oboInOwl:id "GO:0097742" ;
    a owl:Class ;
    rdfs:label "de novo centriole assembly" ;
    rdfs:subClassOf obo:GO_0098534 .

obo:GO_0098523
    obo:IAO_0000115 "A neuromuscular junction in which the target muscle cell is a myotube." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-10-14T12:05:12Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098523" ;
    a owl:Class ;
    rdfs:comment "In vertebrates, the term 'neuromuscular junction' is limited to synapses targeting the myotubes of skeletal muscle (AKA skeletal muscle fibers). Neuromuscular junctions targeting other muscle cell types exist in invertebrates such as the mononucleate somatic muscles of nematodes." ;
    rdfs:label "neuromuscular junction of myotube" ;
    rdfs:subClassOf obo:GO_0031594, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:CL_0002372
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045202
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:CL_0000100
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:CL_0002372
            ]
        )
    ] .

obo:GO_0098528
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires specialized features of a skeletal muscle fiber cell. Skeletal muscle fiber differentiation starts with myoblast fusion and the appearance of specific cell markers (this is the cell development step). Then individual skeletal muscle fibers fuse to form bigger myotubes and start to contract." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-10-15T14:00:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098528" ;
    a owl:Class ;
    rdfs:label "skeletal muscle fiber differentiation" ;
    rdfs:subClassOf obo:GO_0014902, obo:GO_0035914, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0008002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0008002
            ]
        )
    ] .

obo:GO_0098534
    obo:IAO_0000115 "A cellular process that results in the assembly of one or more centrioles." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-10-22T15:55:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098534" ;
    a owl:Class ;
    rdfs:label "centriole assembly" ;
    rdfs:subClassOf obo:GO_0031023, obo:GO_0140694, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0005814
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0005814
            ]
        )
    ] .

obo:GO_0098535
    obo:IAO_0000115 "Centriole assembly in which a centriole arises de novo by a process involving an electron-dense structure known as a deuterosome, rather than by duplication of an existing centriole, and occurring as part of multi-ciliated epithelial cell differentiation." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-10-22T16:03:13Z" ;
    oboInOwl:hasBroadSynonym "de novo centriole assembly" ;
    oboInOwl:hasExactSynonym "de novo centriole assembly via deuterosome" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "centriole amplification", "deuterosomal basal body biogenesis", "deuterosome pathway", "deuterosome-mediated centriole biogenesis", "multiciliation", "multiciliogenesis" ;
    oboInOwl:id "GO:0098535" ;
    a owl:Class ;
    rdfs:comment "In most eukaryotic cells, 'centriole' (GO:0005814) and 'ciliary basal body' (GO:0036064) represent a common entity that cycles through its function in cell division, then ciliogenesis, then cell division again. However, these structures are modified extensively as they transition into each other, and may contain different proteins, specific to each component." ;
    rdfs:label "de novo centriole assembly involved in multi-ciliated epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0097742, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_1903251
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:GO_0098536
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0097742
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_1903251
            ]
        )
    ] .

obo:GO_0098536
    obo:IAO_0000115 "A spherical, electron dense, cytoplasmic structure that is involved in de novo assembly of centrioles." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-10-22T16:21:19Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098536" ;
    a owl:Class ;
    rdfs:label "deuterosome" ;
    rdfs:subClassOf obo:GO_0043232, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0098542
    obo:IAO_0000115 "Reactions triggered in response to the presence of another organism that act to protect the cell or organism from damage caused by that organism." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-11-11T12:59:11Z" ;
    oboInOwl:hasAlternativeId "GO:0009814" ;
    oboInOwl:hasNarrowSynonym "defence response incompatible interaction", "defence response to pathogen, incompatible interaction", "defense response, incompatible interaction", "resistance response to pathogen" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098542" ;
    oboInOwl:inSubset go:goslim_generic, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "defense response to other organism" ;
    rdfs:subClassOf obo:GO_0006952, obo:GO_0051707 .

obo:GO_0098544
    obo:IAO_0000115 "Any process in which a protein complex is maintained in a location and prevented from moving elsewhere. These include sequestration, stabilization to prevent transport elsewhere and the active retrieval of protein complexes that move away." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-11-15T18:20:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098544" ;
    a owl:Class ;
    rdfs:label "maintenance of protein complex location" ;
    rdfs:subClassOf obo:GO_0031503, obo:GO_0051235 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051235
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0032991
            ]
        )
    ] .

obo:GO_0098545
    obo:IAO_0000115 "Any process in which a protein complex is maintained in a specific location within the cytoplasm and is prevented from moving elsewhere." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2013-11-15T20:49:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098545" ;
    a owl:Class ;
    rdfs:label "maintenance of protein complex location in cytoplasm" ;
    rdfs:subClassOf obo:GO_0051651, obo:GO_0098544, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0098544
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005737
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0032991
            ]
        )
    ] .

obo:GO_0098588
    obo:IAO_0000115 "The lipid bilayer that forms the outer-most layer of an organelle." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2014-02-26T13:41:31Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098588" ;
    a owl:Class ;
    rdfs:comment "Examples include the outer membranes of double membrane bound organelles such as mitochondria as well as the bounding membranes of single-membrane bound organelles such as lysosomes." ;
    rdfs:label "bounding membrane of organelle" ;
    rdfs:subClassOf obo:GO_0031090, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

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_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_0098642
    obo:IAO_0000115 "A collagen trimer that forms networks." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098642" ;
    a owl:Class ;
    rdfs:label "network-forming collagen trimer" ;
    rdfs:subClassOf obo:BFO_0000004, obo:GO_0005581, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0098645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005581
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098645
            ]
        )
    ] .

obo:GO_0098643
    obo:IAO_0000115 "A supramolecular assembly of fibrillar collagen complexes in the form of a long fiber (fibril) with transverse striations (bands)." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098643" ;
    a owl:Class ;
    rdfs:label "banded collagen fibril" ;
    rdfs:subClassOf obo:GO_0098644, obo:GO_0099512 .

obo:GO_0098644
    obo:IAO_0000115 "A complex of collagen trimers such as a fibril or collagen network." ;
    oboInOwl:hasExactSynonym "Supramolecular aggregate of collagen", "Supramolecular collagen assembly" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098644" ;
    a owl:Class ;
    rdfs:label "complex of collagen trimers" ;
    rdfs:subClassOf obo:GO_0099080, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0062023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005581
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

obo:GO_0098645
    obo:IAO_0000115 "A supramolecular complex that consists of collagen triple helices associated to form a network." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098645" ;
    a owl:Class ;
    rdfs:label "collagen network" ;
    rdfs:subClassOf obo:GO_0098644, obo:GO_0099081 .

obo:GO_0098657
    obo:IAO_0000115 "The directed movement of some substance from outside of a cell into a cell. This may occur via transport across the plasma membrane or via endocytosis." ;
    oboInOwl:hasBroadSynonym "uptake" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098657" ;
    a owl:Class ;
    rdfs:label "import into cell" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005576
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_24431
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005737
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_24431
            ]
        )
    ] .

obo:GO_0098658
    obo:IAO_0000115 "The directed movement of inorganic anions from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:hasExactSynonym "inorganic anion import into cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098658" ;
    a owl:Class ;
    rdfs:label "inorganic anion import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0098661, obo:GO_0099587 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_24834
            ]
        )
    ] .

obo:GO_0098659
    obo:IAO_0000115 "The directed movement of inorganic cations from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:hasExactSynonym "inorganic cation import into cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098659" ;
    a owl:Class ;
    rdfs:label "inorganic cation import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0098662, obo:GO_0099587 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_36915
            ]
        )
    ] .

obo:GO_0098660
    obo:IAO_0000115 "The process in which an inorganic ion is transported across a membrane." ;
    oboInOwl:hasExactSynonym "inorganic ion membrane transport", "transmembrane inorganic ion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098660" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "inorganic ion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0055085, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_36914
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_36914
            ]
        )
    ] .

obo:GO_0098661
    obo:IAO_0000115 "The process in which an inorganic anion is transported across a membrane." ;
    oboInOwl:hasExactSynonym "inorganic anion membrane transport", "transmembrane inorganic anion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098661" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "inorganic anion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0015698, obo:GO_0098660 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_24834
            ]
        )
    ] .

obo:GO_0098662
    obo:IAO_0000115 "A process in which an inorganic cation is transported from one side of a membrane to the other by means of some agent such as a transporter or pore." ;
    oboInOwl:hasAlternativeId "GO:0015672", "GO:0072511" ;
    oboInOwl:hasExactSynonym "inorganic cation membrane transport", "transmembrane inorganic cation transport" ;
    oboInOwl:hasNarrowSynonym "divalent inorganic cation transport", "monovalent inorganic cation transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098662" ;
    a owl:Class ;
    rdfs:comment "Note that this term is not intended for use in annotating lateral movement within membranes." ;
    rdfs:label "inorganic cation transmembrane transport" ;
    rdfs:subClassOf obo:GO_0098660, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_36915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_36915
            ]
        )
    ] .

obo:GO_0098704
    obo:IAO_0000115 "The directed movement of a carbohydrate from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-05-31T02:45:02Z" ;
    oboInOwl:hasAlternativeId "GO:0097319" ;
    oboInOwl:hasExactSynonym "carbohydrate import into cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098704" ;
    a owl:Class ;
    rdfs:label "carbohydrate import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0034219, obo:GO_0098739 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_16646
            ]
        )
    ] .

obo:GO_0098722
    obo:IAO_0000115 "Division of a stem cell during which it retains its identity and buds off a daughter cell with a new identity." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098722" ;
    a owl:Class ;
    rdfs:label "asymmetric stem cell division" ;
    rdfs:subClassOf obo:GO_0008356, obo:GO_0017145 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008356
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000034
            ]
        )
    ] .

obo:GO_0098723
    obo:IAO_0000115 "A myofibril of a skeletal muscle fiber." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098723" ;
    a owl:Class ;
    rdfs:label "skeletal muscle myofibril" ;
    rdfs:subClassOf obo:GO_0030016, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0008002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030016
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0008002
            ]
        )
    ] .

obo:GO_0098728
    obo:IAO_0000115 "The self-renewing division of a germline stem cell, to produce a daughter stem cell and a daughter germ cell which will divide to form one or more gametes." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098728" ;
    a owl:Class ;
    rdfs:label "germline stem cell asymmetric division" ;
    rdfs:subClassOf obo:GO_0042078, obo:GO_0098722 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008356
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CL_0000014
            ]
        )
    ] .

obo:GO_0098739
    obo:IAO_0000115 "The directed movement of some substance from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:hasBroadSynonym "uptake" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098739" ;
    a owl:Class ;
    rdfs:label "import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0055085, obo:GO_0098657, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0098751
    obo:IAO_0000115 "The process whose specific outcome is the progression of a bone cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098751" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Not to be used for manual annotation. Please choose a more specific cell development term or if not possible, bone or bone tissue development." ;
    rdfs:label "bone cell development" ;
    rdfs:subClassOf obo:GO_0048468, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:CL_0001035
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032502
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:CL_0001035
            ]
        )
    ] .

obo:GO_0098773
    obo:IAO_0000115 "The process whose specific outcome is the progression of the skin epidermis over time, from its formation to the mature structure." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098773" ;
    a owl:Class ;
    rdfs:label "skin epidermis development" ;
    rdfs:subClassOf obo:GO_0008544, obo:GO_0060429, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043588
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001003
            ]
        )
    ] .

obo:GO_0098793
    obo:IAO_0000115 "The part of a synapse that is part of the presynaptic cell." ;
    oboInOwl:hasExactSynonym "presynaptic terminal" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098793" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynapse" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:GO_0098794
    obo:IAO_0000115 "The part of a synapse that is part of the post-synaptic cell." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098794" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynapse" ;
    rdfs:subClassOf obo:GO_0110165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] .

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:BFO_0000004, 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_0098813
    obo:IAO_0000115 "The process in which genetic material, in the form of nuclear chromosomes, is organized into specific structures and then physically separated and apportioned to two or more sets. Nuclear chromosome segregation begins with the condensation of chromosomes, includes chromosome separation, and ends when chromosomes have completed movement to the spindle poles." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098813" ;
    a owl:Class ;
    rdfs:label "nuclear chromosome segregation" ;
    rdfs:subClassOf obo:GO_0007059 .

obo:GO_0098836
    obo:IAO_0000115 "The portion of the cytoskeleton that lies within a dendritic spine. The actin component of this cytoskeleton is involved in spine head remodeling in response to postsynaptic signaling." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098836" ;
    a owl:Class ;
    rdfs:label "cytoskeleton of dendritic spine" ;
    rdfs:subClassOf obo:GO_0099571, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043197
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005856
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043197
            ]
        )
    ] .

obo:GO_0098840
    obo:IAO_0000115 "The directed movement of a protein along a microtubule, mediated by motor proteins." ;
    oboInOwl:hasBroadSynonym "microtubule-based protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098840" ;
    a owl:Class ;
    rdfs:label "protein transport along microtubule" ;
    rdfs:subClassOf obo:GO_0006886, obo:GO_0010970, obo:GO_0099118 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0098867
    obo:IAO_0000115 "The increase in size or mass of an intramembranous bone that contributes to the shaping of the bone." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098867" ;
    a owl:Class ;
    rdfs:label "intramembranous bone growth" ;
    rdfs:subClassOf obo:GO_0098868, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0002514
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0002514
            ]
        )
    ] .

obo:GO_0098868
    obo:IAO_0000115 "The increase in size or mass of a bone that contributes to the shaping of that bone." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098868" ;
    a owl:Class ;
    rdfs:label "bone growth" ;
    rdfs:subClassOf obo:GO_0035265, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002343 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048589
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002343 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:GO_0098871
    obo:IAO_0000115 "The actin cytoskeleton that is part of a postsynapse." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098871" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynaptic actin cytoskeleton" ;
    rdfs:subClassOf obo:GO_0015629, obo:GO_0099571 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0015629
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0098876
    obo:IAO_0000115 "The directed movement of substances to the plasma membrane in transport vesicles that fuse with the plasma membrane by exocytosis." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098876" ;
    a owl:Class ;
    rdfs:label "vesicle-mediated transport to the plasma membrane" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016192, obo:GO_0051668, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002230 ;
        owl:someValuesFrom obo:GO_0006887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0098883
    obo:IAO_0000115 "A cellular process that results in the controlled breakdown of synapse. After it starts the process is continuous until the synapse has disappeared." ;
    oboInOwl:hasExactSynonym "synapse clearance", "synapse elimination", "synapse removal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098883" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synapse pruning" ;
    rdfs:subClassOf obo:GO_0050808, obo:GO_0150146, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0045202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0098900
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098900" ;
    a owl:Class ;
    rdfs:comment "The ion channels through which current flows during an action potential should be annotated to the process 'action potential'. Gene products involved in modulating the characteristics of an action potential via changing the expression levels or the activity of these channels (e.g. modulating their kinetics or voltage sensitivity) should be annotated to this regulation term." ;
    rdfs:label "regulation of action potential" ;
    rdfs:subClassOf obo:GO_0042391, obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001508
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001508
            ]
        )
    ] .

obo:GO_0098901
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in a cardiac muscle cell. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098901" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle cell action potential" ;
    rdfs:subClassOf obo:GO_0098900, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0086001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0086001
            ]
        )
    ] .

obo:GO_0098904
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in an atrioventricular node myocyte. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T08:58:56Z" ;
    oboInOwl:hasExactSynonym "regulation of AV node cardiac muscle cell action potential", "regulation of atrioventricular node cardiac muscle cell action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098904" ;
    a owl:Class ;
    rdfs:label "regulation of AV node cell action potential" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0098901, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0086016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0086016
            ]
        )
    ] .

obo:GO_0098906
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in a Purkinje myocyte. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T08:58:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098906" ;
    a owl:Class ;
    rdfs:label "regulation of Purkinje myocyte action potential" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0098901, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0086017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0086017
            ]
        )
    ] .

obo:GO_0098907
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in an SA node cardiac myocyte. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2011-11-10T08:50:15Z" ;
    oboInOwl:hasExactSynonym "regulation of SA node cardiac muscle cell action potential", "regulation of SAN cardiac muscle cell action potential", "regulation of sinoatrial node cardiac muscle cell action potential" ;
    oboInOwl:hasNarrowSynonym "regulation of sinus node cardiac muscle cell action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098907" ;
    a owl:Class ;
    rdfs:label "regulation of SA node cell action potential" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0098901, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0086015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0086015
            ]
        )
    ] .

obo:GO_0098908
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in a neuron. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "generation of action potential" ;
    oboInOwl:id "GO:0098908" ;
    a owl:Class ;
    rdfs:label "regulation of neuronal action potential" ;
    rdfs:subClassOf obo:GO_0051969, obo:GO_0098900, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0019228
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0019228
            ]
        )
    ] .

obo:GO_0098916
    obo:IAO_0000115 "Cell-cell signaling from pre to post-synapse, across the synaptic cleft." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098916" ;
    a owl:Class ;
    rdfs:label "anterograde trans-synaptic signaling" ;
    rdfs:subClassOf obo:GO_0099537, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:GO_0098793
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0098917
    obo:IAO_0000115 "Cell-cell signaling from post to pre-synapse, across the synaptic cleft." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098917" ;
    a owl:Class ;
    rdfs:label "retrograde trans-synaptic signaling" ;
    rdfs:subClassOf obo:GO_0099537, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:GO_0098794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:GO_0098794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0098920
    obo:IAO_0000115 "Cell-cell signaling from postsynapse to presynapse, across the synaptic cleft, mediated by a lipid ligand." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098920" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "retrograde trans-synaptic signaling by lipid" ;
    rdfs:subClassOf obo:GO_0098917, obo:GO_0099541 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:GO_0098794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0098926
    obo:IAO_0000115 "Signal transduction in which the initial step occurs in a postsynapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098926" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynaptic signal transduction" ;
    rdfs:subClassOf obo:GO_0007165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0099536
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007165
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0098928
    obo:IAO_0000115 "Signal transduction in which the initial step occurs in a presynapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098928" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynaptic signal transduction" ;
    rdfs:subClassOf obo:GO_0007165, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007165
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0098930
    obo:IAO_0000115 "The directed movement of organelles or molecules along microtubules in axons." ;
    oboInOwl:hasDbXref "Wikipedia:Axoplasmic_transport" ;
    oboInOwl:hasExactSynonym "axon cargo transport", "axoplasmic transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098930" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "axonal transport" ;
    rdfs:subClassOf obo:GO_0008088, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0030424
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0030424
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0098934
    obo:IAO_0000115 "The directed movement of organelles or molecules along microtubules in a dendrite from the postsynapse towards the cell body." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098934" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "retrograde dendritic transport" ;
    rdfs:subClassOf obo:GO_0098935, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0032839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0032839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0098935
    obo:IAO_0000115 "The directed movement of organelles or molecules along microtubules in dendrites." ;
    oboInOwl:hasExactSynonym "dendrite cargo transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098935" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "dendritic transport" ;
    rdfs:subClassOf obo:GO_0008088, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0030425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0030425
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0098937
    obo:IAO_0000115 "The directed movement of organelles or molecules along microtubules from the cell body toward the postsynapse in dendrites." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098937" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "anterograde dendritic transport" ;
    rdfs:subClassOf obo:GO_0098935, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0032839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0032839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0098794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0098938
    obo:IAO_0000115 "The actin cytoskeleton that is part of a dendritic spine." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098938" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "actin cytoskeleton of dendritic spine" ;
    rdfs:subClassOf obo:GO_0098836, obo:GO_0098871 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0015629
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043197
            ]
        )
    ] .

obo:GO_0098961
    obo:IAO_0000115 "The directed movement of a ribonucleoprotein complex along microtubules in nerve cell dendrites." ;
    oboInOwl:hasExactSynonym "dendritic transport of RNP complex" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098961" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "dendritic transport of ribonucleoprotein complex" ;
    rdfs:subClassOf obo:GO_0031503, obo:GO_0098935, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0032839
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_1990904
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0032839
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_1990904
            ]
        )
    ] .

obo:GO_0098974
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins in the postsynaptic actin cytoskeleton." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0098974" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynaptic actin cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0030036, obo:GO_0099188, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0098871
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0098871
            ]
        )
    ] .

obo:GO_0098975
    obo:IAO_0000115 "The postsynapse of a neuromuscular junction. In vertebrate muscles this includes the motor end-plate, consisting of postjunctional folds of the sarcolemma." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098975" ;
    a owl:Class ;
    rdfs:label "postsynapse of neuromuscular junction" ;
    rdfs:subClassOf obo:GO_0098794, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031594
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0098794
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000187
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0031594
            ]
        )
    ] .

obo:GO_0098981
    obo:IAO_0000115 "A synapse that uses acetylcholine as a neurotransmitter." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098981" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "cholinergic synapse" ;
    rdfs:subClassOf obo:GO_0045202, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0007271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0045202
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0007271
            ]
        )
    ] .

obo:GO_0098992
    obo:IAO_0000115 "A dense core vesicle (granule) that is part of a neuron. These vesicles typically contain neuropeptides. They can be found in all parts of neurons, including the soma, dendrites, axonal swellings (varicosities) and synaptic terminals." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098992" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "neuronal dense core vesicle" ;
    rdfs:subClassOf obo:GO_0031045, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031045
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0099003
    obo:IAO_0000115 "Any vesicle-mediated transport that occurs in a synapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099003" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "vesicle-mediated transport in synapse" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016192, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016192
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0099012
    obo:IAO_0000115 "The lipid bilayer surrounding a neuronal dense core vesicle." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099012" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "neuronal dense core vesicle membrane" ;
    rdfs:subClassOf obo:GO_0032127, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0098992
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0098992
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0098992
            ]
        )
    ] .

obo:GO_0099014
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a neuronal dense core vesicle." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099014" ;
    a owl:Class ;
    rdfs:label "neuronal dense core vesicle organization" ;
    rdfs:subClassOf obo:GO_0061109, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0098992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0098992
            ]
        )
    ] .

obo:GO_0099054
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a presynapse." ;
    oboInOwl:hasExactSynonym "presynapse biogenesis", "presynaptic terminal assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099054" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynapse assembly" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0099172, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007416
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0099068
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a postsynapse." ;
    oboInOwl:hasExactSynonym "postsynapse biogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099068" ;
    a owl:Class ;
    rdfs:label "postsynapse assembly" ;
    rdfs:subClassOf obo:GO_0022607, obo:GO_0099173, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007416
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0099080
    obo:IAO_0000115 "A cellular component that consists of an indeterminate number of proteins or macromolecular complexes, organized into a regular, higher-order structure such as a polymer, sheet, network or a fiber." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099080" ;
    a owl:Class ;
    rdfs:label "supramolecular complex" ;
    rdfs:subClassOf obo:GO_0110165 .

obo:GO_0099081
    obo:IAO_0000115 "A polymeric supramolecular structure." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099081" ;
    a owl:Class ;
    rdfs:label "supramolecular polymer" ;
    rdfs:subClassOf obo:GO_0099080, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0015006
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099080
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0015006
            ]
        )
    ] .

obo:GO_0099082
    obo:IAO_0000115 "Cell-cell signaling from postsynapse to presynapse, across the synaptic cleft, mediated by a neuropeptide." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099082" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "retrograde trans-synaptic signaling by neuropeptide" ;
    rdfs:subClassOf obo:GO_0098917, obo:GO_0099540 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:GO_0098794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0099083
    obo:IAO_0000115 "Modulation of synaptic transmission by cell-cell signaling across the synaptic cleft from postsynapse to presynapse, mediated by a neuropeptide." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099083" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "retrograde trans-synaptic signaling by neuropeptide, modulating synaptic transmission" ;
    rdfs:subClassOf obo:GO_0099082, obo:GO_0099551 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:GO_0098794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0099098
    obo:IAO_0000115 "The movement of a cellular component as a result of microtubule polymerization." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099098" ;
    a owl:Class ;
    rdfs:label "microtubule polymerization based movement" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0007018, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0046785
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007018
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0046785
            ]
        )
    ] .

obo:GO_0099111
    obo:IAO_0000115 "A microtubule-based process that results in the transport of organelles, other microtubules, or other cellular components. Examples include motor-driven movement along microtubules and movement driven by polymerization or depolymerization of microtubules." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099111" ;
    a owl:Class ;
    rdfs:label "microtubule-based transport" ;
    rdfs:subClassOf obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0005874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0005874
            ]
        )
    ] .

obo:GO_0099112
    obo:IAO_0000115 "The transport of a protein driven by polymerization of a microtubule to which it is attached." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099112" ;
    a owl:Class ;
    rdfs:label "microtubule polymerization based protein transport" ;
    rdfs:subClassOf obo:GO_0006886, obo:GO_0099118, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0046785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0046785
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_36080
            ]
        )
    ] .

obo:GO_0099118
    obo:IAO_0000115 "A microtubule-based process that results in the transport of proteins." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099118" ;
    a owl:Class ;
    rdfs:label "microtubule-based protein transport" ;
    rdfs:subClassOf obo:GO_0007017, obo:GO_0015031, obo:GO_0099111 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0099140
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins in the presynaptic actin cytoskeleton." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-06-09T18:34:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099140" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynaptic actin cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0030036, obo:GO_0099187, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0099143
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0099143
            ]
        )
    ] .

obo:GO_0099143
    obo:IAO_0000115 "The actin cytoskeleton that is part of a presynapse." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-06-09T18:36:19Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099143" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynaptic actin cytoskeleton" ;
    rdfs:subClassOf obo:GO_0015629, obo:GO_0099569 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0015629
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0099156
    obo:IAO_0000115 "Cell-cell signaling in which the ligand is carried between cells by an exosome." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-07-05T16:40:45Z" ;
    oboInOwl:hasExactSynonym "exosome mediated" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099156" ;
    a owl:Class ;
    rdfs:label "cell-cell signaling via exosome" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_0070062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0070062
            ]
        )
    ] .

obo:GO_0099157
    obo:IAO_0000115 "Transynaptic signaling in which the ligand is carried across the synapse by an exosome." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-07-05T16:49:44Z" ;
    oboInOwl:hasExactSynonym "exosome mediated transynaptic signalling", "trans-synaptic signalling via exosome" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099157" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "trans-synaptic signaling via exosome" ;
    rdfs:subClassOf obo:GO_0099156, obo:GO_0099537 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_0070062
            ]
        )
    ] .

obo:GO_0099170
    obo:IAO_0000115 "Any process, acting in the postsynapse that results in modulation of chemical synaptic transmission." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-09-11T17:09:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099170" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynaptic modulation of chemical synaptic transmission" ;
    rdfs:subClassOf obo:GO_0050804, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050804
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0099171
    obo:IAO_0000115 "Any process, acting in the presynapse that results in modulation of chemical synaptic transmission." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-09-11T17:09:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099171" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynaptic modulation of chemical synaptic transmission" ;
    rdfs:subClassOf obo:GO_0050804, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050804
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0099172
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a presynapse." ;
    oboInOwl:hasExactSynonym "presynapse development", "presynapse organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "presynapse morphogenesis", "presynapse organization and biogenesis" ;
    oboInOwl:id "GO:0099172" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynapse organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050808
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0099173
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a postsynapse." ;
    oboInOwl:hasExactSynonym "postsynapse development", "postsynapse organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "postsynapse morphogenesis", "postsynapse organization and biogenesis" ;
    oboInOwl:id "GO:0099173" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynapse organization" ;
    rdfs:subClassOf obo:GO_0016043, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0050808
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0099174
    obo:IAO_0000115 "Any process that modulates the physical form of a presynapse." ;
    oboInOwl:hasExactSynonym "regulation of presynapse organisation", "regulation of presynapse structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of presynapse organization and biogenesis" ;
    oboInOwl:id "GO:0099174" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "regulation of presynapse organization" ;
    rdfs:subClassOf obo:GO_0050807, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0099172
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0099172
            ]
        )
    ] .

obo:GO_0099175
    obo:IAO_0000115 "Any process that modulates the physical form of a postsynapse." ;
    oboInOwl:hasExactSynonym "regulation of postsynapse organisation", "regulation of postsynapse structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of postsynapse organization and biogenesis" ;
    oboInOwl:id "GO:0099175" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "regulation of postsynapse organization" ;
    rdfs:subClassOf obo:GO_0050807, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0099173
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0099173
            ]
        )
    ] .

obo:GO_0099177
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of trans-synaptic signaling." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099177" ;
    a owl:Class ;
    rdfs:label "regulation of trans-synaptic signaling" ;
    rdfs:subClassOf obo:GO_0010646, obo:GO_0023051, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0099537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0099537
            ]
        )
    ] .

obo:GO_0099187
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures and their associated proteins in the presynaptic cytoskeleton." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-12-20T15:05:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099187" ;
    a owl:Class ;
    rdfs:label "presynaptic cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0007010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0099172
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0099569
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0099569
            ]
        )
    ] .

obo:GO_0099188
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising cytoskeletal filaments and their associated proteins in the postsynaptic cytoskeleton." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-12-20T15:06:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099188" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynaptic cytoskeleton organization" ;
    rdfs:subClassOf obo:GO_0007010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0099173
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0099571
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0099571
            ]
        )
    ] .

obo:GO_0099500
    obo:IAO_0000115 "Fusion of the membrane of a vesicle with the plasma membrane, thereby releasing its contents into the extracellular space." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099500" ;
    a owl:Class ;
    rdfs:label "vesicle fusion to plasma membrane" ;
    rdfs:subClassOf obo:GO_0006906, obo:GO_0140029, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:GO_0098590
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0061025
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006887
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0012506
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:GO_0098590
            ]
        )
    ] .

obo:GO_0099501
    obo:IAO_0000115 "The lipid bilayer surrounding an exocytic vesicle." ;
    oboInOwl:hasBroadSynonym "secretory vesicle membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099501" ;
    a owl:Class ;
    rdfs:label "exocytic vesicle membrane" ;
    rdfs:subClassOf obo:GO_0030658, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0070382
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:GO_0070382
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:GO_0070382
            ]
        )
    ] .

obo:GO_0099503
    obo:IAO_0000115 "A cytoplasmic, membrane bound vesicle that is capable of fusing to the plasma membrane to release its contents into the extracellular space." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099503" ;
    oboInOwl:inSubset go:goslim_drosophila ;
    a owl:Class ;
    rdfs:label "secretory vesicle" ;
    rdfs:subClassOf obo:GO_0031410, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0099500
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031982
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0099500
            ]
        )
    ] .

obo:GO_0099512
    obo:IAO_0000115 "A polymer consisting of an indefinite number of protein or protein complex subunits that have polymerised to form a fiber-shaped structure." ;
    oboInOwl:hasAlternativeId "GO:0043205" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "fibril" ;
    oboInOwl:id "GO:0099512" ;
    a owl:Class ;
    rdfs:label "supramolecular fiber" ;
    rdfs:subClassOf obo:GO_0099081, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0002309
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099080
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002309
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0015006
            ]
        )
    ] .

obo:GO_0099513
    obo:IAO_0000115 "A component of the cytoskeleton consisting of a homo or heteropolymeric fiber constructed from an indeterminate number of protein subunits." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099513" ;
    a owl:Class ;
    rdfs:label "polymeric cytoskeletal fiber" ;
    rdfs:subClassOf obo:GO_0099512, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005856
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_131567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099512
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005856
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0015006
            ]
        )
    ] .

obo:GO_0099515
    obo:IAO_0000115 "The transport of organelles or other particles from one location in the cell to another along actin filaments." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-05-27T10:56:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099515" ;
    a owl:Class ;
    rdfs:label "actin filament-based transport" ;
    rdfs:subClassOf obo:GO_0030705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002341 ;
        owl:someValuesFrom obo:GO_0005884
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005884
            ]
        )
    ] .

obo:GO_0099518
    obo:IAO_0000115 "The directed movement of a vesicle along a cytoskeletal fiber such as a microtubule or and actin filament, mediated by motor proteins." ;
    oboInOwl:hasExactSynonym "cytoskeletal fiber-based vesicle localization", "vesicle cytoskeletal transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099518" ;
    a owl:Class ;
    rdfs:label "vesicle cytoskeletal trafficking" ;
    rdfs:subClassOf obo:GO_0030705, obo:GO_0051650 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0099513
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031982
            ]
        )
    ] .

obo:GO_0099519
    obo:IAO_0000115 "The directed movement of dense core granules along cytoskeletal fibers, such as microtubules or actin filaments." ;
    oboInOwl:hasExactSynonym "dense core vesicle cytoskeletal trafficking" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099519" ;
    a owl:Class ;
    rdfs:label "dense core granule cytoskeletal transport" ;
    rdfs:subClassOf obo:GO_0099518, obo:GO_1901950, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0030424
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0030424
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0099513
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031045
            ]
        )
    ] .

obo:GO_0099522
    obo:IAO_0000115 "Any (proper) part of the cytosol of a single cell of sufficient size to still be considered cytosol." ;
    oboInOwl:hasExactSynonym "region of cytosol" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099522" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "cytosolic region" ;
    rdfs:subClassOf obo:GO_0005829, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005829
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005829
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005829
            ]
        )
    ] .

obo:GO_0099523
    obo:IAO_0000115 "The region of the cytosol consisting of all cytosol that is part of the presynapse." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099523" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynaptic cytosol" ;
    rdfs:subClassOf obo:GO_0099522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0098793
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005829
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0099524
    obo:IAO_0000115 "The region of the cytosol consisting of all cytosol that is part of the postsynapse." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099524" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynaptic cytosol" ;
    rdfs:subClassOf obo:GO_0099522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0098794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005829
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0099531
    obo:IAO_0000115 "The pathway leading to secretion of a neurotransmitter from the presynapse as part of synaptic transmission." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099531" ;
    oboInOwl:inSubset go:gocheck_obsoletion_candidate, go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynaptic process involved in chemical synaptic transmission" ;
    rdfs:subClassOf obo:GO_0050877, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0007268
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050877
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0007268
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0099536
    obo:IAO_0000115 "Cell-cell signaling to, from or within a synapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099536" ;
    oboInOwl:inSubset go:goslim_drosophila, go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synaptic signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0099537
    obo:IAO_0000115 "Cell-cell signaling in either direction across the synaptic cleft." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099537" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "trans-synaptic signaling" ;
    rdfs:subClassOf obo:GO_0099536 .

obo:GO_0099538
    obo:IAO_0000115 "Cell-cell signaling to or from a synapse, mediated by a peptide." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099538" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "synaptic signaling via neuropeptide" ;
    rdfs:subClassOf obo:GO_0099536, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:CHEBI_60466
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099536
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0099540
    obo:IAO_0000115 "Cell-cell signaling between presynapse and postsynapse mediated by a peptide ligand crossing the synaptic cleft." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099540" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "trans-synaptic signaling by neuropeptide" ;
    rdfs:subClassOf obo:GO_0099537, obo:GO_0099538 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0099541
    obo:IAO_0000115 "Cell-cell signaling from post to pre-synapse, across the synaptic cleft, mediated by a lipid." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099541" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "trans-synaptic signaling by lipid" ;
    rdfs:subClassOf obo:GO_0099537, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:CHEBI_18059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0099547
    obo:IAO_0000115 "Any process that modulates synaptic transmission by regulating translation occurring at the synapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099547" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "regulation of translation at synapse, modulating synaptic transmission" ;
    rdfs:subClassOf obo:GO_0050804, obo:GO_0140243 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0045202
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006412
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0099550
    obo:IAO_0000115 "Cell-cell signaling between presynapse and postsynapse, across the synaptic cleft, that modulates the synaptic transmission properties of the synapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099550" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "trans-synaptic signaling, modulating synaptic transmission" ;
    rdfs:subClassOf obo:GO_0050804, obo:GO_0099537 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0099551
    obo:IAO_0000115 "Cell-cell signaling between presynapse and postsynapse, via the vesicular release and reception of neuropeptide molecules, that modulates the synaptic transmission properties of the synapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099551" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "trans-synaptic signaling by neuropeptide, modulating synaptic transmission" ;
    rdfs:subClassOf obo:GO_0099540, obo:GO_0099550 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_0099552
    obo:IAO_0000115 "Cell-cell signaling between presynapse and postsynapse, via the release and reception of lipid molecules, that modulates the synaptic transmission properties of the synapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099552" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "trans-synaptic signaling by lipid, modulating synaptic transmission" ;
    rdfs:subClassOf obo:GO_0099541, obo:GO_0099550 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0099568
    obo:IAO_0000115 "Any (proper) part of the cytoplasm of a single cell of sufficient size to still be considered cytoplasm." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099568" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "cytoplasmic region" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005737
            ]
        )
    ] .

obo:GO_0099569
    obo:IAO_0000115 "The portion of the cytoskeleton contained within the presynapse." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099569" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "presynaptic cytoskeleton" ;
    rdfs:subClassOf obo:GO_0005856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0098793
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005856
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0099571
    obo:IAO_0000115 "The portion of the cytoskeleton contained within the postsynapse." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099571" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "postsynaptic cytoskeleton" ;
    rdfs:subClassOf obo:GO_0005856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0098794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005856
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0099577
    obo:IAO_0000115 "Any process that modulates synaptic transmission by regulating translation occurring at the presynapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099577" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "regulation of translation at presynapse, modulating synaptic transmission" ;
    rdfs:subClassOf obo:GO_0099171, obo:GO_0099547, obo:GO_0140244 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006412
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0099578
    obo:IAO_0000115 "Any process that modulates synaptic transmission by regulating translation occurring at the postsynapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099578" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "regulation of translation at postsynapse, modulating synaptic transmission" ;
    rdfs:subClassOf obo:GO_0099170, obo:GO_0099547, obo:GO_0140245 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006412
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0099587
    obo:IAO_0000115 "The directed movement of inorganic ions from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:hasExactSynonym "inorganic ion import into cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099587" ;
    a owl:Class ;
    rdfs:label "inorganic ion import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0098660, obo:GO_0098739 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_36914
            ]
        )
    ] .

obo:GO_0099612
    obo:IAO_0000115 "A process in which a protein is transported to or maintained in a location within an axon." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099612" ;
    a owl:Class ;
    rdfs:label "protein localization to axon" ;
    rdfs:subClassOf obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0030424
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0030424
            ]
        )
    ] .

obo:GO_0099632
    obo:IAO_0000115 "A process in which protein is transported from one region of the plasma membrane to another." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099632" ;
    a owl:Class ;
    rdfs:label "protein transport within plasma membrane" ;
    rdfs:subClassOf obo:GO_0032594, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0099640
    obo:IAO_0000115 "The directed movement of proteins along microtubules in neuron projections." ;
    oboInOwl:hasNarrowSynonym "axonal protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099640" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "axo-dendritic protein transport" ;
    rdfs:subClassOf obo:GO_0008088, obo:GO_0098840 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0046907
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0043005
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0099641
    obo:IAO_0000115 "The directed movement of proteins along microtubules from the cell body toward the cell periphery in nerve cell axons." ;
    oboInOwl:hasBroadSynonym "anterograde axon cargo transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099641" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "anterograde axonal protein transport" ;
    rdfs:subClassOf obo:GO_0008089, obo:GO_0099640, obo:GO_1905383 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_1904115
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0099642
    obo:IAO_0000115 "The directed movement of proteins along microtubules from the cell periphery toward the cell body in nerve cell axons." ;
    oboInOwl:hasBroadSynonym "retrograde axon cargo transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099642" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "retrograde axonal protein transport" ;
    rdfs:subClassOf obo:GO_0008090, obo:GO_0099640 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_1904115
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:GO_0099643
    obo:IAO_0000115 "Any signal release from a synapse." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0099643" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "signal release from synapse" ;
    rdfs:subClassOf obo:GO_0023061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0099536
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0023061
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0099738
    obo:IAO_0000115 "The complete extent of cell cortex that underlies some some region of the plasma membrane." ;
    oboInOwl:hasExactSynonym "perimembrane region" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0099738" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "cell cortex region" ;
    rdfs:subClassOf obo:GO_0005938, obo:GO_0099568, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005938
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005938
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005938
            ]
        )
    ] .

obo:GO_0100001
    obo:IAO_0000115 "Any action potential process that regulates skeletal muscle contraction." ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2015-04-02T04:13:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0100001" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle contraction by action potential" ;
    rdfs:subClassOf obo:GO_0001508, obo:GO_0014819 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001508
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003009
            ]
        )
    ] .

obo:GO_0101023
    obo:IAO_0000115 "The multiplication or reproduction of blood vessel endothelial cells, resulting in the expansion of a cell population." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0101023" ;
    a owl:Class ;
    rdfs:label "vascular endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0001935, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000071
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000071
            ]
        )
    ] .

obo:GO_0101024
    obo:IAO_0000115 "A mitotic cell cycle process which results in the assembly, arrangement, or disassembly of the nuclear inner or outer membrane during mitosis." ;
    oboInOwl:hasExactSynonym "nuclear membrane organization involved in mitotic nuclear division" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0101024" ;
    a owl:Class ;
    rdfs:comment "This process only occurs in organisms which undergo 'closed mitosis' without nuclear breakdown." ;
    rdfs:label "mitotic nuclear membrane organization" ;
    rdfs:subClassOf obo:GO_0071763, obo:GO_1903047, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0140014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0071763
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0140014
            ]
        )
    ] .

obo:GO_0101025
    obo:IAO_0000115 "The process in which a nuclear membrane is synthesized, aggregates, and bonds together." ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0101025" ;
    a owl:Class ;
    rdfs:label "nuclear membrane biogenesis" ;
    rdfs:subClassOf obo:GO_0044091, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0071763
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:GO_0031965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0044085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:GO_0031965
            ]
        )
    ] .

obo:GO_0106027
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a prolongation or process extending from a neuron, e.g. an axon, or a dendrite." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2017-06-23T18:30:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0106027" ;
    a owl:Class ;
    rdfs:label "neuron projection organization" ;
    rdfs:subClassOf obo:GO_0120036, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0043005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0043005
            ]
        )
    ] .

obo:GO_0106214
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vesicle fusion with Golgi apparatus." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2019-06-27T15:12:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0106214" ;
    a owl:Class ;
    rdfs:label "regulation of vesicle fusion with Golgi apparatus" ;
    rdfs:subClassOf obo:GO_0031338, obo:GO_1903358, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048280
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048280
            ]
        )
    ] .

obo:GO_0106215
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vesicle fustion with Golgi apparatus." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2019-06-27T15:17:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0106215" ;
    a owl:Class ;
    rdfs:label "negative regulation of vesicle fusion with Golgi apparatus" ;
    rdfs:subClassOf obo:GO_0031339, obo:GO_0106214, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048280
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048280
            ]
        )
    ] .

obo:GO_0106216
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vesicle fusion with Golgi apparatus." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2019-06-27T15:20:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0106216" ;
    a owl:Class ;
    rdfs:label "positive regulation of vesicle fusion with Golgi apparatus" ;
    rdfs:subClassOf obo:GO_0031340, obo:GO_0106214, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048280
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048280
            ]
        )
    ] .

obo:GO_0110011
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the assembly, disassembly or arrangement of constituent parts of the basement membrane." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110011" ;
    a owl:Class ;
    rdfs:label "regulation of basement membrane organization" ;
    rdfs:subClassOf obo:GO_1903053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0071711
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0071711
            ]
        )
    ] .

obo:GO_0110020
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures containing both actin and myosin or paramyosin." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-06-20T19:28:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110020" ;
    a owl:Class ;
    rdfs:label "regulation of actomyosin structure organization" ;
    rdfs:subClassOf obo:GO_0032956, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0031032
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0031032
            ]
        )
    ] .

obo:GO_0110021
    obo:IAO_0000115 "The multiplication or reproduction of cardiac muscle myoblasts, resulting in the expansion of a cardiac muscle myoblast cell population. A cardiac myoblast is a precursor cell that has been committed to a cardiac muscle cell fate but retains the ability to divide and proliferate throughout life." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-06-29T14:35:24Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110021" ;
    a owl:Class ;
    rdfs:label "cardiac muscle myoblast proliferation" ;
    rdfs:subClassOf obo:GO_0051450, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000513
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000513
            ]
        )
    ] .

obo:GO_0110022
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle myoblast proliferation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-06-29T15:11:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110022" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle myoblast proliferation" ;
    rdfs:subClassOf obo:GO_2000291, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0110021
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0110021
            ]
        )
    ] .

obo:GO_0110023
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle myoblast proliferation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-06-29T15:18:30Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110023" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle myoblast proliferation" ;
    rdfs:subClassOf obo:GO_0110022, obo:GO_2000818, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0110021
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0110021
            ]
        )
    ] .

obo:GO_0110024
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac muscle myoblast proliferation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-06-29T15:24:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110024" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle myoblast proliferation" ;
    rdfs:subClassOf obo:GO_0110022, obo:GO_2000288, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0110021
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0110021
            ]
        )
    ] .

obo:GO_0110053
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of actin filament organization." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-09-20T19:52:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110053" ;
    a owl:Class ;
    rdfs:label "regulation of actin filament organization" ;
    rdfs:subClassOf obo:GO_0032956, obo:GO_1902903, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007015
            ]
        )
    ] .

obo:GO_0110057
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of blood vessel endothelial cell differentiation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-10-23T14:32:09Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110057" ;
    a owl:Class ;
    rdfs:label "regulation of blood vessel endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0045601, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060837
            ]
        )
    ] .

obo:GO_0110058
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of blood vessel endothelial cell differentiation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-10-23T14:38:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110058" ;
    a owl:Class ;
    rdfs:label "positive regulation of blood vessel endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0045603, obo:GO_0110057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060837
            ]
        )
    ] .

obo:GO_0110059
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of blood vessel endothelial cell differentiation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2017-10-23T14:47:29Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110059" ;
    a owl:Class ;
    rdfs:label "negative regulation of blood vessel endothelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0045602, obo:GO_0110057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060837
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060837
            ]
        )
    ] .

obo:GO_0110077
    obo:IAO_0000115 "A cellular transport process in which transported substances are moved in extracellular vesicles between cells; transported substances are enclosed in the vesicle lumen or located in the extracellular vesicle membrane." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-01-29T14:46:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "endosomal trafficking" ;
    oboInOwl:id "GO:0110077" ;
    a owl:Class ;
    rdfs:label "vesicle-mediated intercellular transport" ;
    rdfs:subClassOf obo:GO_0010496, obo:GO_0016192, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002608 ;
        owl:someValuesFrom obo:GO_1903561
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0010496
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002608 ;
                owl:someValuesFrom obo:GO_1903561
            ]
        )
    ] .

obo:GO_0110110
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of animal organ morphogenesis." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-07-05T14:10:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110110" ;
    a owl:Class ;
    rdfs:label "positive regulation of animal organ morphogenesis" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_2000027, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009887
            ]
        )
    ] .

obo:GO_0110111
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of animal organ morphogenesis." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-07-05T14:25:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110111" ;
    a owl:Class ;
    rdfs:label "negative regulation of animal organ morphogenesis" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_2000027, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009887
            ]
        )
    ] .

obo:GO_0110116
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of compound eye photoreceptor cell differentiation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-07-16T18:08:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110116" ;
    a owl:Class ;
    rdfs:label "regulation of compound eye photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0046532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001751
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001751
            ]
        )
    ] .

obo:GO_0110117
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of compound eye photoreceptor cell differentiation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-07-16T18:13:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110117" ;
    a owl:Class ;
    rdfs:label "positive regulation of compound eye photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0046534, obo:GO_0110116, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001751
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001751
            ]
        )
    ] .

obo:GO_0110118
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of compound eye photoreceptor cell differentiation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-07-16T18:15:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110118" ;
    a owl:Class ;
    rdfs:label "negative regulation of compound eye photoreceptor cell differentiation" ;
    rdfs:subClassOf obo:GO_0046533, obo:GO_0110116, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001751
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001751
            ]
        )
    ] .

obo:GO_0110122
    obo:IAO_0000115 "The orderly movement of a myotube cell from one site to another, often during the development of a multicellular organism. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate, and fuse." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-08-22T20:58:09Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110122" ;
    a owl:Class ;
    rdfs:label "myotube cell migration" ;
    rdfs:subClassOf obo:GO_0014812, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0002372
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0002372
            ]
        )
    ] .

obo:GO_0110123
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of myotube cell migration." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-08-22T21:06:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110123" ;
    a owl:Class ;
    rdfs:label "regulation of myotube cell migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0110122
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0110122
            ]
        )
    ] .

obo:GO_0110124
    obo:IAO_0000115 "Any process that activates, maintains or increases the frequency, rate or extent of myotube cell migration." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-08-22T21:09:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110124" ;
    a owl:Class ;
    rdfs:label "positive regulation of myotube cell migration" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_0110123, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0110122
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0110122
            ]
        )
    ] .

obo:GO_0110125
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of myotube cell migration." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2018-08-22T21:12:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0110125" ;
    a owl:Class ;
    rdfs:label "negative regulation of myotube cell migration" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_0110123, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0110122
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0110122
            ]
        )
    ] .

obo:GO_0110165
    obo:IAO_0000115 "A part of a cellular organism consisting of a material entity with granularity above the level of a protein complex but below that of an anatomical system. Note that cellular organisms exclude viruses." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2019-08-12T18:01:37Z" ;
    oboInOwl:hasExactSynonym "cellular anatomical entity" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0110165" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cellular anatomical structure" ;
    rdfs:subClassOf obo:GO_0005575, obo:UBERON_0000061 .

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:GO_0120031
    obo:IAO_0000115 "Formation of a prolongation or process extending and that is bounded by plasma membrane, e.g. a cilium, lamellipodium, or axon." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-04-24T23:56:08Z" ;
    oboInOwl:hasNarrowSynonym "eupodium" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120031" ;
    a owl:Class ;
    rdfs:label "plasma membrane bounded cell projection assembly" ;
    rdfs:subClassOf obo:GO_0030031, obo:GO_0120036, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0120025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0120025
            ]
        )
    ] .

obo:GO_0120032
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of plasma membrane bounded cell projection assembly." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-04-26T04:27:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120032" ;
    a owl:Class ;
    rdfs:label "regulation of plasma membrane bounded cell projection assembly" ;
    rdfs:subClassOf obo:GO_0060491, obo:GO_0120035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0120031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0120031
            ]
        )
    ] .

obo:GO_0120033
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of plasma membrane bounded cell projection assembly." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-04-26T04:34:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120033" ;
    a owl:Class ;
    rdfs:label "negative regulation of plasma membrane bounded cell projection assembly" ;
    rdfs:subClassOf obo:GO_0031345, obo:GO_0120032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0120031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0120031
            ]
        )
    ] .

obo:GO_0120034
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of plasma membrane bounded cell projection assembly." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-04-26T04:34:45Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120034" ;
    a owl:Class ;
    rdfs:label "positive regulation of plasma membrane bounded cell projection assembly" ;
    rdfs:subClassOf obo:GO_0031346, obo:GO_0044089, obo:GO_0120032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0120031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0120031
            ]
        )
    ] .

obo:GO_0120035
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of plasma membrane bounded cell projections." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-04-26T16:02:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120035" ;
    a owl:Class ;
    rdfs:label "regulation of plasma membrane bounded cell projection organization" ;
    rdfs:subClassOf obo:GO_0031344, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0120036
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0120036
            ]
        )
    ] .

obo:GO_0120036
    obo:IAO_0000115 "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a plasma membrane bounded prolongation or process extending from a cell, e.g. a cilium or axon." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-04-26T16:07:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120036" ;
    a owl:Class ;
    rdfs:label "plasma membrane bounded cell projection organization" ;
    rdfs:subClassOf obo:GO_0030030, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002592 ;
        owl:someValuesFrom obo:GO_0120025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002592 ;
                owl:someValuesFrom obo:GO_0120025
            ]
        )
    ] .

obo:GO_0120039
    obo:IAO_0000115 "The process in which the anatomical structures of a plasma membrane bounded cell projection are generated and organized." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-04-28T23:39:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120039" ;
    a owl:Class ;
    rdfs:label "plasma membrane bounded cell projection morphogenesis" ;
    rdfs:subClassOf obo:GO_0048858, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:GO_0120025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:GO_0120025
            ]
        )
    ] .

obo:GO_0120111
    obo:IAO_0000115 "All of the contents of a plasma membrane bounded neuron projection, excluding the plasma membrane surrounding the projection." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-11-01T18:58:12Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0120111" ;
    a owl:Class ;
    rdfs:label "neuron projection cytoplasm" ;
    rdfs:subClassOf obo:GO_0032838, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043005
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0043005
            ]
        )
    ] .

obo:GO_0120178
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of any steroid hormone, naturally occurring substances secreted by specialized cells that affects the metabolism or behavior of other cells possessing functional receptors for the hormone." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2019-05-20T22:34:00Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120178" ;
    a owl:Class ;
    rdfs:label "steroid hormone biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006694, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_26764
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006694
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_26764
            ]
        )
    ] .

obo:GO_0120186
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of protein localization to chromatin." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2018-07-14T00:19:32Z" ;
    oboInOwl:hasExactSynonym "negative regulation of protein localisation to chromatin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120186" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to chromatin" ;
    rdfs:subClassOf obo:GO_1903828, obo:GO_1905634, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0071168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0071168
            ]
        )
    ] .

obo:GO_0120187
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to chromatin." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2018-07-14T00:21:28Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation to chromatin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120187" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to chromatin" ;
    rdfs:subClassOf obo:GO_1903829, obo:GO_1905634, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0071168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0071168
            ]
        )
    ] .

obo:GO_0120222
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of blastocyst development." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-02-17T19:59:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120222" ;
    a owl:Class ;
    rdfs:label "regulation of blastocyst development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001824
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001824
            ]
        )
    ] .

obo:GO_0120223
    obo:IAO_0000115 "The process in which the larynx is generated and organized. The larynx is a continuation of the pharynx that is involved in breathing, sound production, and protecting the trachea against food aspiration." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-02-22T01:42:04Z" ;
    oboInOwl:hasExactSynonym "laryngeal morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120223" ;
    a owl:Class ;
    rdfs:label "larynx morphogenesis" ;
    rdfs:subClassOf obo:GO_0009887, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0120224
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:GO_0120224
    obo:IAO_0000115 "The biological process whose specific outcome is the progression of a larynx from an initial condition to its mature state. This process begins with the formation of the larynx and ends with the mature structure. A larynx is a continuation of the pharynx that is involved in breathing, sound production, and protecting the trachea against food aspiration." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-02-24T17:13:10Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120224" ;
    a owl:Class ;
    rdfs:label "larynx development" ;
    rdfs:subClassOf obo:GO_0048513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060541
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:GO_0120229
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a motile cilium." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-06-05T23:43:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "protein localization to nonmotile primary cilium" ;
    oboInOwl:id "GO:0120229" ;
    a owl:Class ;
    rdfs:label "protein localization to motile cilium" ;
    rdfs:subClassOf obo:GO_0061512, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0031514
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0031514
            ]
        )
    ] .

obo:GO_0120275
    obo:IAO_0000115 "The flow of blood through the network of arteries and veins supplying the cerebrum, enabling the transport of nutrients to the tissues and the removal of waste products." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-10-20T19:13:51Z" ;
    oboInOwl:hasExactSynonym "cerebrum blood circulation", "telencephelon blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120275" ;
    a owl:Class ;
    rdfs:label "cerebral blood circulation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:GO_0120276
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cerebral blood circulation." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-10-21T06:52:22Z" ;
    oboInOwl:hasExactSynonym "regulation of cerebrum blood circulation", "regulation of telencephalon blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120276" ;
    a owl:Class ;
    rdfs:label "regulation of cerebral blood circulation" ;
    rdfs:subClassOf obo:GO_1903522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0120275
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0120275
            ]
        )
    ] .

obo:GO_0120277
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cerebral blood circulation." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-10-21T06:55:42Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cerebrum blood circulation", "positive regulation of telencephalon blood circulation", "up regulation of cerebral blood circulation", "up-regulation of cerebral blood circulation", "upregulation of cerebral blood circulation" ;
    oboInOwl:hasNarrowSynonym "activation of cerebral blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120277" ;
    a owl:Class ;
    rdfs:label "positive regulation of cerebral blood circulation" ;
    rdfs:subClassOf obo:GO_0120276, obo:GO_1903524, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0120275
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0120275
            ]
        )
    ] .

obo:GO_0120278
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cerebral blood circulation." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2020-10-21T07:02:05Z" ;
    oboInOwl:hasExactSynonym "down regulation of cerebral blood circulation", "down-regulation of cerebral blood circulation", "downregulation of cerebral blood circulation", "negative regulation of cerebrum blood circulation", "negative regulation of telencephalon blood circulation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cerebral blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120278" ;
    a owl:Class ;
    rdfs:label "negative regulation of cerebral blood circulation" ;
    rdfs:subClassOf obo:GO_0120276, obo:GO_1903523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0120275
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0120275
            ]
        )
    ] .

obo:GO_0120305
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of the deposition or modulates the distribution of coloring matter in an organism." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2021-02-09T19:37:35Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120305" ;
    a owl:Class ;
    rdfs:label "regulation of pigmentation" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0043473
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0043473
            ]
        )
    ] .

obo:GO_0120331
    obo:IAO_0000115 "The developmental process pertaining to the initial formation of an endothelial tube." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2022-05-25T16:17:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0120331" ;
    a owl:Class ;
    rdfs:label "endothelial tube formation" ;
    rdfs:subClassOf obo:GO_0072175, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0061154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0003915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0035148
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0003915
            ]
        )
    ] .

obo:GO_0140001
    obo:IAO_0000115 "The initial formation of a spherical embryonic mass of blastomeres formed before the blastula and resulting from cleavage of the fertilized ovum." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2024-11-12T09:29:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140001" ;
    a owl:Class ;
    rdfs:label "morula formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0000085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0000085
            ]
        )
    ] .

obo:GO_0140013
    obo:IAO_0000115 "One of the two nuclear divisions that occur as part of the meiotic cell cycle." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2017-03-23T09:40:00Z" ;
    oboInOwl:hasExactSynonym "meiosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140013" ;
    oboInOwl:inSubset go:goslim_generic ;
    a owl:Class ;
    rdfs:label "meiotic nuclear division" ;
    rdfs:subClassOf obo:GO_0000280, obo:GO_1903046 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0000280
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_0140014
    obo:IAO_0000115 "A mitotic cell cycle process comprising the steps by which the nucleus of a eukaryotic cell divides; the process involves condensation of chromosomal DNA into a highly compacted form. Canonically, mitosis produces two daughter nuclei whose chromosome complement is identical to that of the mother cell." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2017-03-23T14:44:23Z" ;
    oboInOwl:hasExactSynonym "mitosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140014" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_generic ;
    a owl:Class ;
    rdfs:label "mitotic nuclear division" ;
    rdfs:subClassOf obo:GO_0000280, obo:GO_1903047 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0000280
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_0140029
    obo:IAO_0000115 "The cellular processes that contribute to exocytosis." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2017-05-15T13:20:45Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140029" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "exocytic process" ;
    rdfs:subClassOf obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0006887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0006887
            ]
        )
    ] .

obo:GO_0140056
    obo:IAO_0000115 "The process by which an organelle membrane interacts with another membrane via molecular tethers that physically bridge the two membranes and attach them to each other." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2017-06-27T09:58:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140056" ;
    oboInOwl:inSubset go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "organelle localization by membrane tethering" ;
    rdfs:subClassOf obo:GO_0022406, obo:GO_0051640 .

obo:GO_0140112
    obo:IAO_0000115 "The assembly and secretion a set of components to form an extracellular vesicule, a membrane-bounded vesicle that is released into the extracellular region. Extracellular vesicles include exosomes, microvesicles and apoptotic bodies, based on the mechanism by which they are released from cells and differentiated based on their size and content." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2017-10-23T11:53:42Z" ;
    oboInOwl:hasExactSynonym "extracellular vesicle assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140112" ;
    a owl:Class ;
    rdfs:label "extracellular vesicle biogenesis" ;
    rdfs:subClassOf obo:GO_0044085 .

obo:GO_0140115
    obo:IAO_0000115 "The directed movement of some substance from inside of a cell, across the plasma membrane and into the extracellular region." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2017-10-24T14:38:16Z" ;
    oboInOwl:hasBroadSynonym "efflux" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140115" ;
    a owl:Class ;
    rdfs:label "export across plasma membrane" ;
    rdfs:subClassOf obo:GO_0055085, obo:GO_0140352, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002342 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0140157
    obo:IAO_0000115 "The directed movement of an ammonium ion from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-01-26T12:39:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140157" ;
    a owl:Class ;
    rdfs:label "ammonium import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0072488, obo:GO_0098659 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_28938
            ]
        )
    ] .

obo:GO_0140236
    obo:IAO_0000115 "Translation that occurs at the presynapse." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-07-13T13:00:33Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140236" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "translation at presynapse" ;
    rdfs:subClassOf obo:GO_0140241, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006412
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_0140237
    obo:IAO_0000115 "Translation that occurs at the presynapse, and that modulates chemical synaptic transmission." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-07-13T13:07:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140237" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "translation at presynapse, modulating chemical synaptic transmission" ;
    rdfs:subClassOf obo:GO_0140236, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007268
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006412
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007268
            ]
        )
    ] .

obo:GO_0140241
    obo:IAO_0000115 "Translation that occurs at the synapse." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-07-15T09:23:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140241" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "translation at synapse" ;
    rdfs:subClassOf obo:GO_0006412, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006412
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0045202
            ]
        )
    ] .

obo:GO_0140242
    obo:IAO_0000115 "Translation that occurs at the postsynapse." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-07-15T09:26:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140242" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "translation at postsynapse" ;
    rdfs:subClassOf obo:GO_0140241, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006412
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098794
            ]
        )
    ] .

obo:GO_0140243
    obo:IAO_0000115 "Any process that regulates translation occurring at the synapse." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-07-15T09:38:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140243" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "regulation of translation at synapse" ;
    rdfs:subClassOf obo:GO_0006417, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0045202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0045202
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006412
            ]
        )
    ] .

obo:GO_0140244
    obo:IAO_0000115 "Any process that regulates translation occurring at the presynapse." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-07-15T09:38:33Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140244" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "regulation of translation at presynapse" ;
    rdfs:subClassOf obo:GO_0140243, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006412
            ]
        )
    ] .

obo:GO_0140245
    obo:IAO_0000115 "Any process that regulates translation occurring at the postsynapse." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-07-15T09:38:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140245" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:comment "Note that this term was created for the SynGO project, and will be obsoleted when the SynGO annotations are made in Noctua." ;
    rdfs:label "regulation of translation at postsynapse" ;
    rdfs:subClassOf obo:GO_0140243, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0098794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0098794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006412
            ]
        )
    ] .

obo:GO_0140253
    obo:IAO_0000115 "A cellular process in which two or more cells combine together, their plasma membrane fusing, producing a single cell. In some cases, nuclei fuse, producing a polyploid cell, while in other cases, nuclei remain separate, producing a syncytium." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2018-08-13T18:38:18Z" ;
    oboInOwl:hasBroadSynonym "cell fusion" ;
    oboInOwl:hasExactSynonym "cell cell fusion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140253" ;
    a owl:Class ;
    rdfs:label "cell-cell fusion" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0045026
    ] .

obo:GO_0140352
    obo:IAO_0000115 "The directed movement of some substance from a cell, into the extracellular region. This may occur via transport across the plasma membrane or via exocytosis." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2019-05-22T11:20:45Z" ;
    oboInOwl:hasBroadSynonym "efflux" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140352" ;
    a owl:Class ;
    rdfs:label "export from cell" ;
    rdfs:subClassOf obo:GO_0006810, obo:GO_0009987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005622
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005576
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_0140353
    obo:IAO_0000115 "The directed movement of a lipid from a cell, into the extracellular region." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2019-05-22T11:33:07Z" ;
    oboInOwl:hasBroadSynonym "lipid efflux" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140353" ;
    a owl:Class ;
    rdfs:label "lipid export from cell" ;
    rdfs:subClassOf obo:GO_0006869, obo:GO_0140352 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0140354
    obo:IAO_0000115 "The directed movement of a lipid from outside of a cell into a cell. This may occur via transport across the plasma membrane or via endocytosis." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2019-05-22T11:38:15Z" ;
    oboInOwl:hasBroadSynonym "lipid uptake" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140354" ;
    a owl:Class ;
    rdfs:label "lipid import into cell" ;
    rdfs:subClassOf obo:GO_0006869, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005576
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005622
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_18059
            ]
        )
    ] .

obo:GO_0140513
    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 in the nucleus." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2020-09-09T05:12:38Z" ;
    oboInOwl:hasExactSynonym "nuclear complex" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0140513" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "nuclear protein-containing complex" ;
    rdfs:subClassOf obo:BFO_0000004, obo:GO_0032991, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032991
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_0140572
    obo:IAO_0000115 "The division of a vacuole within a cell to form two or more separate vacuoles." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2021-01-04T10:17:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140572" ;
    a owl:Class ;
    rdfs:label "vacuole fission" ;
    rdfs:subClassOf obo:GO_0048285, [
        a owl:Restriction ;
        owl:onProperty obo:GOREL_0002004 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048285
            [
                a owl:Restriction ;
                owl:onProperty obo:GOREL_0002004 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_0140650
    obo:IAO_0000115 "The radial migration of a pyramidal neuron along radial glial cells." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2021-05-25T12:48:12Z" ;
    oboInOwl:hasExactSynonym "radial glia-dependent neuronal migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140650" ;
    a owl:Class ;
    rdfs:label "radial glia-guided pyramidal neuron migration" ;
    rdfs:subClassOf obo:GO_0001764, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000598
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000598
            ]
        )
    ] .

obo:GO_0140694
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a non-membrane-bounded organelle." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2021-08-09T15:30:06Z" ;
    oboInOwl:hasExactSynonym "non-membrane-bounded organelle assembly", "non-membrane-bounded organelle formation", "non-membrane-enclosed organelle assembly", "non-membrane-enclosed organelle formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140694" ;
    a owl:Class ;
    rdfs:label "membraneless organelle assembly" ;
    rdfs:subClassOf obo:GO_0070925, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0043228
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0043228
            ]
        )
    ] .

obo:GO_0140820
    obo:IAO_0000115 "The directed movement of substances from the cytosol into the Golgi apparatus of a cell." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2022-05-16T06:59:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0140820" ;
    a owl:Class ;
    rdfs:label "cytosol to Golgi apparatus transport" ;
    rdfs:subClassOf obo:GO_0055085, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002338 ;
        owl:someValuesFrom obo:GO_0005829
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005794
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0141187
    obo:IAO_0000115 "The biosynthetic process resulting in the formation of a nucleic acid." ;
    oboInOwl:created_by "pg" ;
    oboInOwl:creation_date "2024-03-25T07:33:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0141187" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "This term should not be used for direct annotation. It should be possible to make a more specific annotation to one of the children of this term." ;
    rdfs:label "nucleic acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009059, obo:GO_0034654, obo:GO_0090304, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_33696
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_33696
            ]
        )
    ] .

obo:GO_0150052
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of postsynapse assembly, the aggregation, arrangement and bonding together of a set of components to form a postsynapse." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-05-08T16:38:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150052" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "regulation of postsynapse assembly" ;
    rdfs:subClassOf obo:GO_0051963, obo:GO_0099175, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0099068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0099068
            ]
        )
    ] .

obo:GO_0150063
    obo:IAO_0000115 "The process whose specific outcome is the progression of the visual system over time, from its formation to the mature structure, including the eye, parts of the central nervous system (CNS) involved in processing of visual inputs, and connecting nerve pathways." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-07-23T10:31:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "optic pathway development", "visual pathway development" ;
    oboInOwl:id "GO:0150063" ;
    a owl:Class ;
    rdfs:label "visual system development" ;
    rdfs:subClassOf obo:GO_0048880 .

obo:GO_0150076
    obo:IAO_0000115 "The immediate defensive reaction by neural vertebrate tissue to infection or injury caused by chemical or physical agents." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-07-26T12:25:34Z" ;
    oboInOwl:hasExactSynonym "nerve tissue inflammatory response", "nervous tissue inflammatory response", "neural tissue inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150076" ;
    a owl:Class ;
    rdfs:label "neuroinflammatory response" ;
    rdfs:subClassOf obo:GO_0006954 .

obo:GO_0150077
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neuroinflammatory response." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-07-26T12:32:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150077" ;
    a owl:Class ;
    rdfs:label "regulation of neuroinflammatory response" ;
    rdfs:subClassOf obo:GO_0050727, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0150076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0150076
            ]
        )
    ] .

obo:GO_0150078
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuroinflammatory response." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-07-26T12:35:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150078" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuroinflammatory response" ;
    rdfs:subClassOf obo:GO_0050729, obo:GO_0150077, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0150076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0150076
            ]
        )
    ] .

obo:GO_0150079
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of neuroinflammatory response." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-07-26T12:38:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150079" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuroinflammatory response" ;
    rdfs:subClassOf obo:GO_0050728, obo:GO_0150077, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0150076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0150076
            ]
        )
    ] .

obo:GO_0150098
    obo:IAO_0000115 "Cell-cell signaling that mediates the transfer of information from a glial cell to a neuron. This signaling has been shown to be mediated by various molecules, depending on which glial cells release them, and in which tissues the signaling occurs, e.g. microglial cell-derived nerve growth factor (NGF) in the retina, or microglial cell-derived superoxide ions in the cerebellum." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-12-17T12:28:09Z" ;
    oboInOwl:hasExactSynonym "glia-neuron signaling", "glia-neuron signalling", "glia-neurone signaling", "glia-neurone signalling", "glial cell- neuron signalling", "glial cell-neurone signalling", "glial cell-neurone singaling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150098" ;
    a owl:Class ;
    rdfs:label "glial cell-neuron signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0000125
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0000125
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:GO_0150099
    obo:IAO_0000115 "Cell-cell signaling that mediates the transfer of information from a neuron to a glial cell. This signaling has been shown to be mediated by various molecules released by different types of neurons, e.g. glutamate, gamma-amino butyric acid (GABA), noradrenaline, acetylcholine, dopamine and adenosine." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2018-12-17T12:30:12Z" ;
    oboInOwl:hasExactSynonym "neuron-glia signaling", "neuron-glia signalling", "neuron-glial cell signalling", "neurone-glia signaling", "neurone-glia signalling", "neurone-glial cell signaling", "neurone-glial cell signalling" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150099" ;
    a owl:Class ;
    rdfs:label "neuron-glial cell signaling" ;
    rdfs:subClassOf obo:GO_0007267, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002231 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002232 ;
        owl:someValuesFrom obo:CL_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007267
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002231 ;
                owl:someValuesFrom obo:CL_0000540
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002232 ;
                owl:someValuesFrom obo:CL_0000125
            ]
        )
    ] .

obo:GO_0150105
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained, in a location within a cell-cell junction." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2019-06-11T11:00:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150105" ;
    a owl:Class ;
    rdfs:label "protein localization to cell-cell junction" ;
    rdfs:subClassOf obo:GO_1902414, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005911
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005911
            ]
        )
    ] .

obo:GO_0150106
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to cell-cell junction." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2019-06-11T11:17:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150106" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to cell-cell junction" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0150105
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0150105
            ]
        )
    ] .

obo:GO_0150107
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to cell-cell junction." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2019-06-11T11:23:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150107" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to cell-cell junction" ;
    rdfs:subClassOf obo:GO_0150106, obo:GO_1903829, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0150105
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0150105
            ]
        )
    ] .

obo:GO_0150111
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of transepithelial transport." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2019-09-15T07:16:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150111" ;
    a owl:Class ;
    rdfs:label "regulation of transepithelial transport" ;
    rdfs:subClassOf obo:GO_0051049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070633
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070633
            ]
        )
    ] .

obo:GO_0150119
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell-cell junction." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2019-11-21T13:53:34Z" ;
    oboInOwl:hasExactSynonym "negative regulation of protein localisation to cell-cell junction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150119" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to cell-cell junction" ;
    rdfs:subClassOf obo:GO_0150106, obo:GO_1903828, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0150105
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0150105
            ]
        )
    ] .

obo:GO_0150146
    obo:IAO_0000115 "The disaggregation of a cell junction into its constituent components." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2019-12-08T11:12:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150146" ;
    a owl:Class ;
    rdfs:label "cell junction disassembly" ;
    rdfs:subClassOf obo:GO_0022411, obo:GO_0034330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0030054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0030054
            ]
        )
    ] .

obo:GO_0150147
    obo:IAO_0000115 "The disaggregation of a cell-cell junction into its constituent components." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2019-12-08T11:16:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0150147" ;
    a owl:Class ;
    rdfs:label "cell-cell junction disassembly" ;
    rdfs:subClassOf obo:GO_0045216, obo:GO_0150146, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005911
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005911
            ]
        )
    ] .

obo:GO_0160038
    obo:IAO_0000115 "The process whose specific outcome is the progression of a somatic sensory system over time from its formation to the mature structure. Somatic sensory system is the sensory system for the sense of touch and pain." ;
    oboInOwl:created_by "rynl" ;
    oboInOwl:creation_date "2022-07-07T16:49:26Z" ;
    oboInOwl:hasExactSynonym "somatosensory system development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0160038" ;
    a owl:Class ;
    rdfs:label "somatic sensory system development" ;
    rdfs:subClassOf obo:GO_0048880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0003942
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0003942
            ]
        )
    ] .

obo:GO_0160043
    obo:IAO_0000115 "The regulated release of catecholamine by a cell in which the catecholamine acts as a neurotransmitter." ;
    oboInOwl:created_by "rynl" ;
    oboInOwl:creation_date "2022-08-17T00:36:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0160043" ;
    a owl:Class ;
    rdfs:label "catecholamine secretion, neurotransmission" ;
    rdfs:subClassOf obo:GO_0007269, obo:GO_0050432 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0007269
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_33567
            ]
        )
    ] .

obo:GO_0160048
    obo:IAO_0000115 "The process of fusing together the edges of a craniofacial suture." ;
    oboInOwl:created_by "rynl" ;
    oboInOwl:creation_date "2022-08-19T23:18:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0160048" ;
    a owl:Class ;
    rdfs:label "craniofacial suture closure" ;
    rdfs:subClassOf obo:GO_0060349, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012008 ;
        owl:someValuesFrom obo:UBERON_0009198
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0060349
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012008 ;
                owl:someValuesFrom obo:UBERON_0009198
            ]
        )
    ] .

obo:GO_0160093
    obo:IAO_0000115 "The process whose specific outcome is the progression of cordate pharynx over time, from its formation to the mature structure." ;
    oboInOwl:created_by "rynl" ;
    oboInOwl:creation_date "2023-08-29T21:05:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:0160093" ;
    a owl:Class ;
    rdfs:label "chordate pharynx development" ;
    rdfs:subClassOf obo:GO_0060465, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:GO_1900006
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of dendrite development." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2012-01-09T10:41:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "up regulation of dendrite development" ;
    oboInOwl:id "GO:1900006" ;
    a owl:Class ;
    rdfs:label "positive regulation of dendrite development" ;
    rdfs:subClassOf obo:GO_0010976, obo:GO_0050773, obo:GO_0051094, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0016358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0016358
            ]
        )
    ] .

obo:GO_1900015
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cytokine production involved in inflammatory response." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2012-01-11T09:34:27Z" ;
    oboInOwl:hasNarrowSynonym "regulation of cytokine production involved in acute inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900015" ;
    a owl:Class ;
    rdfs:label "regulation of cytokine production involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0001817, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002534
            ]
        )
    ] .

obo:GO_1900016
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cytokine production involved in inflammatory response." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2012-01-11T09:34:31Z" ;
    oboInOwl:hasBroadSynonym "down regulation of cytokine production involved in acute inflammatory response" ;
    oboInOwl:hasNarrowSynonym "negative regulation of cytokine production involved in acute inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of cytokine production involved in inflammatory response" ;
    oboInOwl:id "GO:1900016" ;
    a owl:Class ;
    rdfs:label "negative regulation of cytokine production involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0001818, obo:GO_1900015, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002534
            ]
        )
    ] .

obo:GO_1900017
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cytokine production involved in inflammatory response." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2012-01-11T09:34:35Z" ;
    oboInOwl:hasBroadSynonym "up regulation of cytokine production involved in acute inflammatory response" ;
    oboInOwl:hasNarrowSynonym "positive regulation of cytokine production involved in acute inflammatory response" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "up regulation of cytokine production involved in inflammatory response" ;
    oboInOwl:id "GO:1900017" ;
    a owl:Class ;
    rdfs:label "positive regulation of cytokine production involved in inflammatory response" ;
    rdfs:subClassOf obo:GO_0001819, obo:GO_1900015, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002534
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002534
            ]
        )
    ] .

obo:GO_1900115
    obo:IAO_0000115 "Any regulation of signal transduction that takes place in the extracellular region." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-02-22T10:21:48Z" ;
    oboInOwl:hasExactSynonym "regulation of signaling pathway in extracellular region", "regulation of signalling pathway in extracellular region" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900115" ;
    a owl:Class ;
    rdfs:label "extracellular regulation of signal transduction" ;
    rdfs:subClassOf obo:GO_0009966, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:GO_0005576
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009966
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_1900116
    obo:IAO_0000115 "Any negative regulation of signal transduction that takes place in extracellular region." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-02-22T10:27:56Z" ;
    oboInOwl:hasExactSynonym "down regulation of signal transduction in extracellular region", "down-regulation of signal transduction in extracellular region", "downregulation of signal transduction in extracellular region", "negative regulation of signaling pathway in extracellular region", "negative regulation of signalling pathway in extracellular region" ;
    oboInOwl:hasNarrowSynonym "extracellular inhibition of signaling pathway", "inhibition of signal transduction in extracellular region" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900116" ;
    a owl:Class ;
    rdfs:label "extracellular negative regulation of signal transduction" ;
    rdfs:subClassOf obo:GO_0009968, obo:GO_1900115 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009968
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_1900117
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of execution phase of apoptosis." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-02-22T11:26:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900117" ;
    a owl:Class ;
    rdfs:label "regulation of execution phase of apoptosis" ;
    rdfs:subClassOf obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097194
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097194
            ]
        )
    ] .

obo:GO_1900118
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of execution phase of apoptosis." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-02-22T11:26:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of execution phase of apoptosis", "down-regulation of execution phase of apoptosis", "downregulation of execution phase of apoptosis" ;
    oboInOwl:hasNarrowSynonym "inhibition of execution phase of apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900118" ;
    a owl:Class ;
    rdfs:label "negative regulation of execution phase of apoptosis" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_1900117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097194
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097194
            ]
        )
    ] .

obo:GO_1900119
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of execution phase of apoptosis." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-02-22T11:26:27Z" ;
    oboInOwl:hasExactSynonym "up regulation of execution phase of apoptosis", "up-regulation of execution phase of apoptosis", "upregulation of execution phase of apoptosis" ;
    oboInOwl:hasNarrowSynonym "activation of execution phase of apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900119" ;
    a owl:Class ;
    rdfs:label "positive regulation of execution phase of apoptosis" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_1900117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097194
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097194
            ]
        )
    ] .

obo:GO_1900125
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of hyaluronan biosynthetic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2012-02-23T01:09:21Z" ;
    oboInOwl:hasExactSynonym "regulation of hyaluronan anabolism", "regulation of hyaluronan biosynthesis", "regulation of hyaluronan formation", "regulation of hyaluronan synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900125" ;
    a owl:Class ;
    rdfs:label "regulation of hyaluronan biosynthetic process" ;
    rdfs:subClassOf obo:GO_0032885, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030213
            ]
        )
    ] .

obo:GO_1900126
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of hyaluronan biosynthetic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2012-02-23T01:09:29Z" ;
    oboInOwl:hasExactSynonym "down regulation of hyaluronan anabolism", "down regulation of hyaluronan biosynthesis", "down regulation of hyaluronan biosynthetic process", "down regulation of hyaluronan formation", "down regulation of hyaluronan synthesis", "down-regulation of hyaluronan anabolism", "down-regulation of hyaluronan biosynthesis", "down-regulation of hyaluronan biosynthetic process", "down-regulation of hyaluronan formation", "down-regulation of hyaluronan synthesis", "downregulation of hyaluronan anabolism", "downregulation of hyaluronan biosynthesis", "downregulation of hyaluronan biosynthetic process", "downregulation of hyaluronan formation", "downregulation of hyaluronan synthesis", "inhibition of hyaluronan anabolism", "inhibition of hyaluronan biosynthesis", "inhibition of hyaluronan formation", "inhibition of hyaluronan synthesis", "negative regulation of hyaluronan anabolism", "negative regulation of hyaluronan biosynthesis", "negative regulation of hyaluronan formation", "negative regulation of hyaluronan synthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of hyaluronan biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900126" ;
    a owl:Class ;
    rdfs:label "negative regulation of hyaluronan biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010558, obo:GO_0045912, obo:GO_1900125, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030213
            ]
        )
    ] .

obo:GO_1900127
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of hyaluronan biosynthetic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2012-02-23T01:09:33Z" ;
    oboInOwl:hasExactSynonym "activation of hyaluronan anabolism", "activation of hyaluronan biosynthesis", "activation of hyaluronan formation", "activation of hyaluronan synthesis", "positive regulation of hyaluronan anabolism", "positive regulation of hyaluronan biosynthesis", "positive regulation of hyaluronan formation", "positive regulation of hyaluronan synthesis", "up regulation of hyaluronan anabolism", "up regulation of hyaluronan biosynthesis", "up regulation of hyaluronan biosynthetic process", "up regulation of hyaluronan formation", "up regulation of hyaluronan synthesis", "up-regulation of hyaluronan anabolism", "up-regulation of hyaluronan biosynthesis", "up-regulation of hyaluronan biosynthetic process", "up-regulation of hyaluronan formation", "up-regulation of hyaluronan synthesis", "upregulation of hyaluronan anabolism", "upregulation of hyaluronan biosynthesis", "upregulation of hyaluronan biosynthetic process", "upregulation of hyaluronan formation", "upregulation of hyaluronan synthesis" ;
    oboInOwl:hasNarrowSynonym "activation of hyaluronan biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900127" ;
    a owl:Class ;
    rdfs:label "positive regulation of hyaluronan biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010557, obo:GO_0045913, obo:GO_1900125, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030213
            ]
        )
    ] .

obo:GO_1900141
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of oligodendrocyte apoptotic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2012-03-06T10:22:45Z" ;
    oboInOwl:hasNarrowSynonym "regulation of oligodendrocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900141" ;
    a owl:Class ;
    rdfs:label "regulation of oligodendrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0034350, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097252
            ]
        )
    ] .

obo:GO_1900142
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of oligodendrocyte apoptotic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2012-03-06T10:22:50Z" ;
    oboInOwl:hasExactSynonym "down regulation of oligodendrocyte apoptotic process", "down-regulation of oligodendrocyte apoptotic process", "downregulation of oligodendrocyte apoptotic process" ;
    oboInOwl:hasNarrowSynonym "down regulation of oligodendrocyte apoptosis", "down-regulation of oligodendrocyte apoptosis", "downregulation of oligodendrocyte apoptosis", "inhibition of oligodendrocyte apoptosis", "inhibition of oligodendrocyte apoptotic process", "negative regulation of oligodendrocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900142" ;
    a owl:Class ;
    rdfs:label "negative regulation of oligodendrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0034351, obo:GO_1900141, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097252
            ]
        )
    ] .

obo:GO_1900143
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of oligodendrocyte apoptotic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2012-03-06T10:22:54Z" ;
    oboInOwl:hasExactSynonym "up regulation of oligodendrocyte apoptotic process", "up-regulation of oligodendrocyte apoptotic process", "upregulation of oligodendrocyte apoptotic process" ;
    oboInOwl:hasNarrowSynonym "activation of oligodendrocyte apoptosis", "activation of oligodendrocyte apoptotic process", "positive regulation of oligodendrocyte apoptosis", "up regulation of oligodendrocyte apoptosis", "up-regulation of oligodendrocyte apoptosis", "upregulation of oligodendrocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900143" ;
    a owl:Class ;
    rdfs:label "positive regulation of oligodendrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0034352, obo:GO_1900141, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097252
            ]
        )
    ] .

obo:GO_1900147
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of Schwann cell migration." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-03-06T04:14:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900147" ;
    a owl:Class ;
    rdfs:label "regulation of Schwann cell migration" ;
    rdfs:subClassOf obo:GO_1903975, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0036135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0036135
            ]
        )
    ] .

obo:GO_1900148
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of Schwann cell migration." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-03-06T04:14:55Z" ;
    oboInOwl:hasExactSynonym "down regulation of Schwann cell migration", "down-regulation of Schwann cell migration", "downregulation of Schwann cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of Schwann cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900148" ;
    a owl:Class ;
    rdfs:label "negative regulation of Schwann cell migration" ;
    rdfs:subClassOf obo:GO_1900147, obo:GO_1903976, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0036135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0036135
            ]
        )
    ] .

obo:GO_1900149
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of Schwann cell migration." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-03-06T04:14:58Z" ;
    oboInOwl:hasExactSynonym "up regulation of Schwann cell migration", "up-regulation of Schwann cell migration", "upregulation of Schwann cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of Schwann cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900149" ;
    a owl:Class ;
    rdfs:label "positive regulation of Schwann cell migration" ;
    rdfs:subClassOf obo:GO_1900147, obo:GO_1903977, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0036135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0036135
            ]
        )
    ] .

obo:GO_1900180
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to nucleus." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-03-12T01:23:44Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation to nucleus", "regulation of protein localization in cell nucleus", "regulation of protein localization in nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900180" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to nucleus" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0034504
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0034504
            ]
        )
    ] .

obo:GO_1900181
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to nucleus." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-03-12T01:23:48Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation to nucleus", "down regulation of protein localization in cell nucleus", "down regulation of protein localization in nucleus", "down regulation of protein localization to nucleus", "down-regulation of protein localisation to nucleus", "down-regulation of protein localization in cell nucleus", "down-regulation of protein localization in nucleus", "down-regulation of protein localization to nucleus", "downregulation of protein localisation to nucleus", "downregulation of protein localization in cell nucleus", "downregulation of protein localization in nucleus", "downregulation of protein localization to nucleus", "negative regulation of protein localisation to nucleus", "negative regulation of protein localization in cell nucleus", "negative regulation of protein localization in nucleus" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation to nucleus", "inhibition of protein localization in cell nucleus", "inhibition of protein localization in nucleus", "inhibition of protein localization to nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900181" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to nucleus" ;
    rdfs:subClassOf obo:GO_1900180, obo:GO_1903828, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0034504
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0034504
            ]
        )
    ] .

obo:GO_1900182
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to nucleus." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-03-12T01:23:52Z" ;
    oboInOwl:hasExactSynonym "activation of protein localization in nucleus", "positive regulation of protein localisation to nucleus", "positive regulation of protein localization in cell nucleus", "positive regulation of protein localization in nucleus", "up regulation of protein localisation to nucleus", "up regulation of protein localization in cell nucleus", "up regulation of protein localization in nucleus", "up regulation of protein localization to nucleus", "up-regulation of protein localisation to nucleus", "up-regulation of protein localization in cell nucleus", "up-regulation of protein localization in nucleus", "up-regulation of protein localization to nucleus", "upregulation of protein localisation to nucleus", "upregulation of protein localization in cell nucleus", "upregulation of protein localization in nucleus", "upregulation of protein localization to nucleus" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation to nucleus", "activation of protein localization in cell nucleus", "activation of protein localization to nucleus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900182" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to nucleus" ;
    rdfs:subClassOf obo:GO_1900180, obo:GO_1903829, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0034504
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0034504
            ]
        )
    ] .

obo:GO_1900193
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of oocyte maturation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2012-03-19T09:41:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900193" ;
    a owl:Class ;
    rdfs:label "regulation of oocyte maturation" ;
    rdfs:subClassOf obo:GO_1903429, obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001556
            ]
        )
    ] .

obo:GO_1900194
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of oocyte maturation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2012-03-19T09:41:27Z" ;
    oboInOwl:hasExactSynonym "down regulation of oocyte maturation", "down-regulation of oocyte maturation", "downregulation of oocyte maturation" ;
    oboInOwl:hasNarrowSynonym "inhibition of oocyte maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900194" ;
    a owl:Class ;
    rdfs:label "negative regulation of oocyte maturation" ;
    rdfs:subClassOf obo:GO_1900193, obo:GO_1903430, obo:GO_2000242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001556
            ]
        )
    ] .

obo:GO_1900195
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of oocyte maturation." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2012-03-19T09:41:35Z" ;
    oboInOwl:hasExactSynonym "up regulation of oocyte maturation", "up-regulation of oocyte maturation", "upregulation of oocyte maturation" ;
    oboInOwl:hasNarrowSynonym "activation of oocyte maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900195" ;
    a owl:Class ;
    rdfs:label "positive regulation of oocyte maturation" ;
    rdfs:subClassOf obo:GO_1900193, obo:GO_1903431, obo:GO_2000243, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001556
            ]
        )
    ] .

obo:GO_1900247
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cytoplasmic translational elongation." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2012-04-03T05:07:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900247" ;
    a owl:Class ;
    rdfs:label "regulation of cytoplasmic translational elongation" ;
    rdfs:subClassOf obo:GO_0006448, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002182
            ]
        )
    ] .

obo:GO_1900248
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cytoplasmic translational elongation." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2012-04-03T05:07:14Z" ;
    oboInOwl:hasExactSynonym "down regulation of cytoplasmic translational elongation", "down-regulation of cytoplasmic translational elongation", "downregulation of cytoplasmic translational elongation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cytoplasmic translational elongation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900248" ;
    a owl:Class ;
    rdfs:label "negative regulation of cytoplasmic translational elongation" ;
    rdfs:subClassOf obo:GO_0045900, obo:GO_1900247, obo:GO_2000766, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002182
            ]
        )
    ] .

obo:GO_1900249
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cytoplasmic translational elongation." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2012-04-03T05:07:24Z" ;
    oboInOwl:hasExactSynonym "up regulation of cytoplasmic translational elongation", "up-regulation of cytoplasmic translational elongation", "upregulation of cytoplasmic translational elongation" ;
    oboInOwl:hasNarrowSynonym "activation of cytoplasmic translational elongation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900249" ;
    a owl:Class ;
    rdfs:label "positive regulation of cytoplasmic translational elongation" ;
    rdfs:subClassOf obo:GO_0045901, obo:GO_1900247, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002182
            ]
        )
    ] .

obo:GO_1900366
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of defense response to insect." ;
    oboInOwl:created_by "dhl" ;
    oboInOwl:creation_date "2012-04-12T04:44:00Z" ;
    oboInOwl:hasExactSynonym "down regulation of defense response to insect", "down regulation of physiological defense response to insect", "down-regulation of defense response to insect", "down-regulation of physiological defense response to insect", "downregulation of defense response to insect", "downregulation of physiological defense response to insect", "negative regulation of physiological defense response to insect" ;
    oboInOwl:hasNarrowSynonym "inhibition of defense response to insect", "inhibition of physiological defense response to insect" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "susceptibility to insect" ;
    oboInOwl:id "GO:1900366" ;
    a owl:Class ;
    rdfs:label "negative regulation of defense response to insect" ;
    rdfs:subClassOf obo:GO_0002832, obo:GO_0031348, obo:GO_0032102, obo:GO_2000068, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002213
            ]
        )
    ] .

obo:GO_1900367
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of defense response to insect." ;
    oboInOwl:created_by "dhl" ;
    oboInOwl:creation_date "2012-04-12T04:44:10Z" ;
    oboInOwl:hasExactSynonym "positive regulation of physiological defense response to insect", "up regulation of defense response to insect", "up regulation of physiological defense response to insect", "up-regulation of defense response to insect", "up-regulation of physiological defense response to insect", "upregulation of defense response to insect", "upregulation of physiological defense response to insect" ;
    oboInOwl:hasNarrowSynonym "activation of defense response to insect", "activation of physiological defense response to insect" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900367" ;
    a owl:Class ;
    rdfs:label "positive regulation of defense response to insect" ;
    rdfs:subClassOf obo:GO_0002833, obo:GO_0031349, obo:GO_0032103, obo:GO_2000068, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002213
            ]
        )
    ] .

obo:GO_1900376
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of secondary metabolite biosynthetic process." ;
    oboInOwl:created_by "di" ;
    oboInOwl:creation_date "2012-04-17T01:55:23Z" ;
    oboInOwl:hasExactSynonym "regulation of secondary metabolite biosynthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900376" ;
    a owl:Class ;
    rdfs:label "regulation of secondary metabolite biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, obo:GO_0043455, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0044550
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0044550
            ]
        )
    ] .

obo:GO_1900377
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of secondary metabolite biosynthetic process." ;
    oboInOwl:created_by "di" ;
    oboInOwl:creation_date "2012-04-17T01:55:32Z" ;
    oboInOwl:hasExactSynonym "down regulation of secondary metabolite biosynthesis", "down regulation of secondary metabolite biosynthetic process", "down-regulation of secondary metabolite biosynthesis", "down-regulation of secondary metabolite biosynthetic process", "downregulation of secondary metabolite biosynthesis", "downregulation of secondary metabolite biosynthetic process", "inhibition of secondary metabolite biosynthesis", "negative regulation of secondary metabolite biosynthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of secondary metabolite biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900377" ;
    a owl:Class ;
    rdfs:label "negative regulation of secondary metabolite biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009890, obo:GO_1900376, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0044550
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0044550
            ]
        )
    ] .

obo:GO_1900378
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of secondary metabolite biosynthetic process." ;
    oboInOwl:created_by "di" ;
    oboInOwl:creation_date "2012-04-17T01:55:41Z" ;
    oboInOwl:hasExactSynonym "activation of secondary metabolite biosynthesis", "positive regulation of secondary metabolite biosynthesis", "up regulation of secondary metabolite biosynthesis", "up regulation of secondary metabolite biosynthetic process", "up-regulation of secondary metabolite biosynthesis", "up-regulation of secondary metabolite biosynthetic process", "upregulation of secondary metabolite biosynthesis", "upregulation of secondary metabolite biosynthetic process" ;
    oboInOwl:hasNarrowSynonym "activation of secondary metabolite biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900378" ;
    a owl:Class ;
    rdfs:label "positive regulation of secondary metabolite biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009891, obo:GO_1900376, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0044550
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0044550
            ]
        )
    ] .

obo:GO_1900619
    obo:IAO_0000115 "The chemical reactions and pathways involving an acetate ester, any carboxylic ester where the carboxylic acid component is acetic acid." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-05-16T12:29:51Z" ;
    oboInOwl:hasExactSynonym "acetate ester metabolism", "acetyl ester metabolic process", "acetyl ester metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900619" ;
    a owl:Class ;
    rdfs:label "acetate ester metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_47622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_47622
            ]
        )
    ] .

obo:GO_1900620
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of an acetate esteran acetate ester, any carboxylic ester where the carboxylic acid component is acetic acid." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-05-16T12:30:12Z" ;
    oboInOwl:hasExactSynonym "acetate ester anabolism", "acetate ester biosynthesis", "acetate ester formation", "acetate ester synthesis", "acetyl ester biosynthesis", "acetyl ester biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1900620" ;
    a owl:Class ;
    rdfs:label "acetate ester biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_1900619, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_47622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_47622
            ]
        )
    ] .

obo:GO_1901135
    obo:IAO_0000115 "The chemical reactions and pathways involving carbohydrate derivative." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-07-12T04:05:09Z" ;
    oboInOwl:hasExactSynonym "carbohydrate derivative metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901135" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_generic, go:goslim_mouse, go:goslim_prokaryote ;
    a owl:Class ;
    rdfs:label "carbohydrate derivative metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_63299
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_63299
            ]
        )
    ] .

obo:GO_1901137
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of carbohydrate derivative." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-07-12T04:05:39Z" ;
    oboInOwl:hasExactSynonym "carbohydrate derivative anabolism", "carbohydrate derivative biosynthesis", "carbohydrate derivative formation", "carbohydrate derivative synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901137" ;
    a owl:Class ;
    rdfs:label "carbohydrate derivative biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_1901135, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_63299
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_63299
            ]
        )
    ] .

obo:GO_1901148
    obo:IAO_0000115 "Any gene expression that is involved in extracellular matrix organization. Gene expression includes both transcription to produce an RNA transcript, and the translation of that mRNA into protein. Protein maturation is included in gene expression when required to form an active form of a product from an inactive precursor form." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-07-16T03:29:30Z" ;
    oboInOwl:hasExactSynonym "expression of extracellular matrix proteins" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "extracellular matrix protein production" ;
    oboInOwl:id "GO:1901148" ;
    a owl:Class ;
    rdfs:label "gene expression involved in extracellular matrix organization" ;
    rdfs:subClassOf obo:GO_0010467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030198
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0010467
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030198
            ]
        )
    ] .

obo:GO_1901160
    obo:IAO_0000115 "The chemical reactions and pathways involving primary amino compound." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-07-18T04:44:39Z" ;
    oboInOwl:hasExactSynonym "primary amino compound metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901160" ;
    a owl:Class ;
    rdfs:label "primary amino compound metabolic process" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008152, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_50994
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_50994
            ]
        )
    ] .

obo:GO_1901162
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of primary amino compound." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-07-18T04:45:14Z" ;
    oboInOwl:hasExactSynonym "primary amino compound anabolism", "primary amino compound biosynthesis", "primary amino compound formation", "primary amino compound synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901162" ;
    a owl:Class ;
    rdfs:label "primary amino compound biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009058, obo:GO_1901160, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_50994
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_50994
            ]
        )
    ] .

obo:GO_1901163
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of trophoblast cell migration." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-07-19T07:53:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901163" ;
    a owl:Class ;
    rdfs:label "regulation of trophoblast cell migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061450
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061450
            ]
        )
    ] .

obo:GO_1901164
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of trophoblast cell migration." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-07-19T07:53:28Z" ;
    oboInOwl:hasExactSynonym "down regulation of trophoblast cell migration", "down-regulation of trophoblast cell migration", "downregulation of trophoblast cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of trophoblast cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901164" ;
    a owl:Class ;
    rdfs:label "negative regulation of trophoblast cell migration" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_0051241, obo:GO_1901163, obo:GO_2000242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061450
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061450
            ]
        )
    ] .

obo:GO_1901165
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of trophoblast cell migration." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-07-19T07:53:35Z" ;
    oboInOwl:hasExactSynonym "up regulation of trophoblast cell migration", "up-regulation of trophoblast cell migration", "upregulation of trophoblast cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of trophoblast cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901165" ;
    a owl:Class ;
    rdfs:label "positive regulation of trophoblast cell migration" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_0051094, obo:GO_0051240, obo:GO_1901163, obo:GO_2000243, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061450
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061450
            ]
        )
    ] .

obo:GO_1901166
    obo:IAO_0000115 "Any neural crest cell migration that is involved in autonomic nervous system development." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-07-19T08:39:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901166" ;
    a owl:Class ;
    rdfs:label "neural crest cell migration involved in autonomic nervous system development" ;
    rdfs:subClassOf obo:GO_0001755, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001755
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048483
            ]
        )
    ] .

obo:GO_1901190
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of formation of translation initiation ternary complex." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2012-07-25T02:26:58Z" ;
    oboInOwl:hasExactSynonym "regulation of translation initiation ternary complex assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901190" ;
    a owl:Class ;
    rdfs:label "regulation of formation of translation initiation ternary complex" ;
    rdfs:subClassOf obo:GO_0043254, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001677
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001677
            ]
        )
    ] .

obo:GO_1901191
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of formation of translation initiation ternary complex." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2012-07-25T02:27:21Z" ;
    oboInOwl:hasExactSynonym "down regulation of formation of translation initiation ternary complex", "down regulation of translation initiation ternary complex assembly", "down-regulation of formation of translation initiation ternary complex", "down-regulation of translation initiation ternary complex assembly", "downregulation of formation of translation initiation ternary complex", "downregulation of translation initiation ternary complex assembly", "inhibition of translation initiation ternary complex assembly", "negative regulation of translation initiation ternary complex assembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of formation of translation initiation ternary complex" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901191" ;
    a owl:Class ;
    rdfs:label "negative regulation of formation of translation initiation ternary complex" ;
    rdfs:subClassOf obo:GO_0031333, obo:GO_0045947, obo:GO_1901190, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001677
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001677
            ]
        )
    ] .

obo:GO_1901192
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of formation of translation initiation ternary complex." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2012-07-25T02:27:29Z" ;
    oboInOwl:hasExactSynonym "activation of translation initiation ternary complex assembly", "positive regulation of translation initiation ternary complex assembly", "up regulation of formation of translation initiation ternary complex", "up regulation of translation initiation ternary complex assembly", "up-regulation of formation of translation initiation ternary complex", "up-regulation of translation initiation ternary complex assembly", "upregulation of formation of translation initiation ternary complex", "upregulation of translation initiation ternary complex assembly" ;
    oboInOwl:hasNarrowSynonym "activation of formation of translation initiation ternary complex" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901192" ;
    a owl:Class ;
    rdfs:label "positive regulation of formation of translation initiation ternary complex" ;
    rdfs:subClassOf obo:GO_0031334, obo:GO_1901190, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001677
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001677
            ]
        )
    ] .

obo:GO_1901201
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of extracellular matrix assembly." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-07-27T04:04:00Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901201" ;
    a owl:Class ;
    rdfs:label "regulation of extracellular matrix assembly" ;
    rdfs:subClassOf obo:GO_0044087, obo:GO_1903053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0085029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0085029
            ]
        )
    ] .

obo:GO_1901202
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of extracellular matrix assembly." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-07-27T04:04:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of extracellular matrix assembly", "down-regulation of extracellular matrix assembly", "downregulation of extracellular matrix assembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of extracellular matrix assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901202" ;
    a owl:Class ;
    rdfs:label "negative regulation of extracellular matrix assembly" ;
    rdfs:subClassOf obo:GO_1901201, obo:GO_1903054, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0085029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0085029
            ]
        )
    ] .

obo:GO_1901203
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of extracellular matrix assembly." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-07-27T04:04:32Z" ;
    oboInOwl:hasExactSynonym "up regulation of extracellular matrix assembly", "up-regulation of extracellular matrix assembly", "upregulation of extracellular matrix assembly" ;
    oboInOwl:hasNarrowSynonym "activation of extracellular matrix assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901203" ;
    a owl:Class ;
    rdfs:label "positive regulation of extracellular matrix assembly" ;
    rdfs:subClassOf obo:GO_0044089, obo:GO_1901201, obo:GO_1903055, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0085029
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0085029
            ]
        )
    ] .

obo:GO_1901210
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac chamber formation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-07-31T07:18:35Z" ;
    oboInOwl:hasExactSynonym "regulation of heart chamber formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901210" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac chamber formation" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003207
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003207
            ]
        )
    ] .

obo:GO_1901211
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac chamber formation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-07-31T07:18:57Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac chamber formation", "down regulation of heart chamber formation", "down-regulation of cardiac chamber formation", "down-regulation of heart chamber formation", "downregulation of cardiac chamber formation", "downregulation of heart chamber formation", "inhibition of heart chamber formation", "negative regulation of heart chamber formation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac chamber formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901211" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac chamber formation" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_1901210, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003207
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003207
            ]
        )
    ] .

obo:GO_1901212
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac chamber formation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-07-31T07:19:05Z" ;
    oboInOwl:hasExactSynonym "activation of heart chamber formation", "positive regulation of heart chamber formation", "up regulation of cardiac chamber formation", "up regulation of heart chamber formation", "up-regulation of cardiac chamber formation", "up-regulation of heart chamber formation", "upregulation of cardiac chamber formation", "upregulation of heart chamber formation" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac chamber formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901212" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac chamber formation" ;
    rdfs:subClassOf obo:GO_1901210, obo:GO_1901221, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003207
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003207
            ]
        )
    ] .

obo:GO_1901219
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac chamber morphogenesis." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-08-06T17:59:11Z" ;
    oboInOwl:hasExactSynonym "regulation of heart chamber morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901219" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac chamber morphogenesis" ;
    rdfs:subClassOf obo:GO_2000826, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003206
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003206
            ]
        )
    ] .

obo:GO_1901220
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac chamber morphogenesis." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-08-06T17:59:34Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac chamber morphogenesis", "down regulation of heart chamber morphogenesis", "down-regulation of cardiac chamber morphogenesis", "down-regulation of heart chamber morphogenesis", "downregulation of cardiac chamber morphogenesis", "downregulation of heart chamber morphogenesis", "negative regulation of heart chamber morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac chamber morphogenesis", "inhibition of heart chamber morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901220" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac chamber morphogenesis" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_1901219, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003206
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003206
            ]
        )
    ] .

obo:GO_1901221
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac chamber morphogenesis." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2012-08-06T17:59:42Z" ;
    oboInOwl:hasExactSynonym "positive regulation of heart chamber morphogenesis", "up regulation of cardiac chamber morphogenesis", "up regulation of heart chamber morphogenesis", "up-regulation of cardiac chamber morphogenesis", "up-regulation of heart chamber morphogenesis", "upregulation of cardiac chamber morphogenesis", "upregulation of heart chamber morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac chamber morphogenesis", "activation of heart chamber morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901221" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac chamber morphogenesis" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_1901219, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003206
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003206
            ]
        )
    ] .

obo:GO_1901246
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of lung ciliated cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-08-08T08:58:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901246" ;
    a owl:Class ;
    rdfs:label "regulation of lung ciliated cell differentiation" ;
    rdfs:subClassOf obo:GO_0030856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061141
            ]
        )
    ] .

obo:GO_1901247
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of lung ciliated cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-08-08T08:58:58Z" ;
    oboInOwl:hasExactSynonym "down regulation of lung ciliated cell differentiation", "down-regulation of lung ciliated cell differentiation", "downregulation of lung ciliated cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of lung ciliated cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901247" ;
    a owl:Class ;
    rdfs:label "negative regulation of lung ciliated cell differentiation" ;
    rdfs:subClassOf obo:GO_0030857, obo:GO_0051241, obo:GO_1901246, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061141
            ]
        )
    ] .

obo:GO_1901248
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of lung ciliated cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-08-08T08:59:05Z" ;
    oboInOwl:hasExactSynonym "up regulation of lung ciliated cell differentiation", "up-regulation of lung ciliated cell differentiation", "upregulation of lung ciliated cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of lung ciliated cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901248" ;
    a owl:Class ;
    rdfs:label "positive regulation of lung ciliated cell differentiation" ;
    rdfs:subClassOf obo:GO_0030858, obo:GO_0051240, obo:GO_1901246, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061141
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061141
            ]
        )
    ] .

obo:GO_1901264
    obo:IAO_0000115 "The directed movement of a carbohydrate derivative into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-08-16T14:51:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901264" ;
    a owl:Class ;
    rdfs:label "carbohydrate derivative transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_63299
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_63299
            ]
        )
    ] .

obo:GO_1901342
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vasculature development." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-09-06T09:16:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of vascular system development" ;
    oboInOwl:id "GO:1901342" ;
    a owl:Class ;
    rdfs:label "regulation of vasculature development" ;
    rdfs:subClassOf obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001944
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001944
            ]
        )
    ] .

obo:GO_1901343
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vasculature development." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-09-06T09:17:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of vasculature development", "down-regulation of vasculature development", "downregulation of vasculature development" ;
    oboInOwl:hasNarrowSynonym "inhibition of vasculature development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of vascular system development", "down-regulation of vascular system development", "downregulation of vascular system development", "inhibition of vascular system development", "negative regulation of vascular system development" ;
    oboInOwl:id "GO:1901343" ;
    a owl:Class ;
    rdfs:label "negative regulation of vasculature development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_1901342, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001944
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001944
            ]
        )
    ] .

obo:GO_1901374
    obo:IAO_0000115 "The directed movement of an acetate ester into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2012-09-28T10:42:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901374" ;
    a owl:Class ;
    rdfs:label "acetate ester transport" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0006810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_47622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_47622
            ]
        )
    ] .

obo:GO_1901457
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of response to acetate." ;
    oboInOwl:created_by "tt" ;
    oboInOwl:creation_date "2012-10-02T14:25:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901457" ;
    a owl:Class ;
    rdfs:label "regulation of response to acetate" ;
    rdfs:subClassOf obo:GO_0048583, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010034
            ]
        )
    ] .

obo:GO_1901458
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of response to acetate." ;
    oboInOwl:created_by "tt" ;
    oboInOwl:creation_date "2012-10-02T14:26:15Z" ;
    oboInOwl:hasExactSynonym "down regulation of response to acetate", "down-regulation of response to acetate", "downregulation of response to acetate" ;
    oboInOwl:hasNarrowSynonym "inhibition of response to acetate" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901458" ;
    a owl:Class ;
    rdfs:label "negative regulation of response to acetate" ;
    rdfs:subClassOf obo:GO_0048585, obo:GO_1901457, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010034
            ]
        )
    ] .

obo:GO_1901459
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of response to acetate." ;
    oboInOwl:created_by "tt" ;
    oboInOwl:creation_date "2012-10-02T14:26:34Z" ;
    oboInOwl:hasExactSynonym "up regulation of response to acetate", "up-regulation of response to acetate", "upregulation of response to acetate" ;
    oboInOwl:hasNarrowSynonym "activation of response to acetate" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901459" ;
    a owl:Class ;
    rdfs:label "positive regulation of response to acetate" ;
    rdfs:subClassOf obo:GO_0048584, obo:GO_1901457, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010034
            ]
        )
    ] .

obo:GO_1901509
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of endothelial tube morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2012-10-17T14:30:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901509" ;
    a owl:Class ;
    rdfs:label "regulation of endothelial tube morphogenesis" ;
    rdfs:subClassOf obo:GO_1905330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061154
            ]
        )
    ] .

obo:GO_1901532
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of hematopoietic progenitor cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-10-24T11:23:01Z" ;
    oboInOwl:hasExactSynonym "regulation of haematopoietic progenitor cell differentiation", "regulation of haemopoietic progenitor cell differentiation", "regulation of hemopoietic progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901532" ;
    a owl:Class ;
    rdfs:label "regulation of hematopoietic progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002244
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002244
            ]
        )
    ] .

obo:GO_1901533
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic progenitor cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-10-24T11:23:06Z" ;
    oboInOwl:hasExactSynonym "down regulation of haematopoietic progenitor cell differentiation", "down regulation of haemopoietic progenitor cell differentiation", "down regulation of hemopoietic progenitor cell differentiation", "down-regulation of haematopoietic progenitor cell differentiation", "down-regulation of haemopoietic progenitor cell differentiation", "down-regulation of hemopoietic progenitor cell differentiation", "downregulation of haematopoietic progenitor cell differentiation", "downregulation of haemopoietic progenitor cell differentiation", "downregulation of hemopoietic progenitor cell differentiation", "inhibition of haematopoietic progenitor cell differentiation", "inhibition of haemopoietic progenitor cell differentiation", "negative regulation of haematopoietic progenitor cell differentiation", "negative regulation of haemopoietic progenitor cell differentiation", "negative regulation of hemopoietic progenitor cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of hemopoietic progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of hematopoietic progenitor cell differentiation", "down-regulation of hematopoietic progenitor cell differentiation", "downregulation of hematopoietic progenitor cell differentiation", "inhibition of hematopoietic progenitor cell differentiation" ;
    oboInOwl:id "GO:1901533" ;
    a owl:Class ;
    rdfs:label "negative regulation of hematopoietic progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_1901532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002244
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002244
            ]
        )
    ] .

obo:GO_1901534
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of hematopoietic progenitor cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2012-10-24T11:23:14Z" ;
    oboInOwl:hasExactSynonym "activation of haematopoietic progenitor cell differentiation", "activation of haemopoietic progenitor cell differentiation", "positive regulation of haematopoietic progenitor cell differentiation", "positive regulation of haemopoietic progenitor cell differentiation", "positive regulation of hemopoietic progenitor cell differentiation", "up regulation of haematopoietic progenitor cell differentiation", "up regulation of haemopoietic progenitor cell differentiation", "up regulation of hemopoietic progenitor cell differentiation", "up-regulation of haematopoietic progenitor cell differentiation", "up-regulation of haemopoietic progenitor cell differentiation", "up-regulation of hemopoietic progenitor cell differentiation", "upregulation of haematopoietic progenitor cell differentiation", "upregulation of haemopoietic progenitor cell differentiation", "upregulation of hemopoietic progenitor cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of hemopoietic progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of hematopoietic progenitor cell differentiation", "up regulation of hematopoietic progenitor cell differentiation", "up-regulation of hematopoietic progenitor cell differentiation", "upregulation of hematopoietic progenitor cell differentiation" ;
    oboInOwl:id "GO:1901534" ;
    a owl:Class ;
    rdfs:label "positive regulation of hematopoietic progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_1901532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002244
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002244
            ]
        )
    ] .

obo:GO_1901550
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of endothelial cell development." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-10-30T12:59:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901550" ;
    a owl:Class ;
    rdfs:label "regulation of endothelial cell development" ;
    rdfs:subClassOf obo:GO_0045601, obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001885
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001885
            ]
        )
    ] .

obo:GO_1901551
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial cell development." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-10-30T12:59:54Z" ;
    oboInOwl:hasExactSynonym "down regulation of endothelial cell development", "down-regulation of endothelial cell development", "downregulation of endothelial cell development" ;
    oboInOwl:hasNarrowSynonym "inhibition of endothelial cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901551" ;
    a owl:Class ;
    rdfs:label "negative regulation of endothelial cell development" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0045602, obo:GO_1901550, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001885
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001885
            ]
        )
    ] .

obo:GO_1901552
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of endothelial cell development." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-10-30T12:59:58Z" ;
    oboInOwl:hasExactSynonym "up regulation of endothelial cell development", "up-regulation of endothelial cell development", "upregulation of endothelial cell development" ;
    oboInOwl:hasNarrowSynonym "activation of endothelial cell development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901552" ;
    a owl:Class ;
    rdfs:label "positive regulation of endothelial cell development" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_1901550, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001885
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001885
            ]
        )
    ] .

obo:GO_1901588
    obo:IAO_0000115 "Any microtubule in a dendrite, a neuron projection." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-11-07T14:37:30Z" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao110773650" ;
    oboInOwl:hasExactSynonym "microtubule of dendrite", "microtubulus of dendrite" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:1901588" ;
    a owl:Class ;
    rdfs:label "dendritic microtubule" ;
    rdfs:subClassOf obo:GO_0005874, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030425
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005874
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030425
            ]
        )
    ] .

obo:GO_1901589
    obo:IAO_0000115 "An arrangement of closely apposed microtubules running parallel to each other in the axon hillock and initial segment." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-11-07T15:37:12Z" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao707332678" ;
    oboInOwl:hasExactSynonym "axon microtubule fascicle", "microtubule bundle of axon", "microtubule fascicle of axon" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:1901589" ;
    a owl:Class ;
    rdfs:label "axon microtubule bundle" ;
    rdfs:subClassOf obo:GO_0097427, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030424
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0097427
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030424
            ]
        )
    ] .

obo:GO_1901605
    obo:IAO_0000115 "The chemical reactions and pathways involving an alpha-amino acid." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2012-11-08T17:39:50Z" ;
    oboInOwl:hasExactSynonym "alpha-amino acid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901605" ;
    a owl:Class ;
    rdfs:label "alpha-amino acid metabolic process" ;
    rdfs:subClassOf obo:GO_0006520, obo:GO_0019752, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004007 ;
        owl:someValuesFrom obo:CHEBI_78608
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004007 ;
                owl:someValuesFrom obo:CHEBI_78608
            ]
        )
    ] .

obo:GO_1901607
    obo:IAO_0000115 "The chemical reactions and pathways resulting in the formation of an alpha-amino acid." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2012-11-08T17:39:58Z" ;
    oboInOwl:hasExactSynonym "alpha-amino acid anabolism", "alpha-amino acid biosynthesis", "alpha-amino acid formation", "alpha-amino acid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901607" ;
    a owl:Class ;
    rdfs:label "alpha-amino acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0008652, obo:GO_0046394, obo:GO_1901605, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004008 ;
        owl:someValuesFrom obo:CHEBI_78608
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009058
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004008 ;
                owl:someValuesFrom obo:CHEBI_78608
            ]
        )
    ] .

obo:GO_1901608
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vesicle transport along microtubule." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2012-11-08T21:49:44Z" ;
    oboInOwl:hasExactSynonym "regulation of microtubule-based vesicle localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901608" ;
    a owl:Class ;
    rdfs:label "regulation of vesicle transport along microtubule" ;
    rdfs:subClassOf obo:GO_1902513, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0047496
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0047496
            ]
        )
    ] .

obo:GO_1901609
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vesicle transport along microtubule." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2012-11-08T21:49:48Z" ;
    oboInOwl:hasExactSynonym "down regulation of microtubule-based vesicle localization", "down regulation of vesicle transport along microtubule", "down-regulation of microtubule-based vesicle localization", "down-regulation of vesicle transport along microtubule", "downregulation of microtubule-based vesicle localization", "downregulation of vesicle transport along microtubule", "inhibition of microtubule-based vesicle localization", "negative regulation of microtubule-based vesicle localization" ;
    oboInOwl:hasNarrowSynonym "inhibition of vesicle transport along microtubule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901609" ;
    a owl:Class ;
    rdfs:label "negative regulation of vesicle transport along microtubule" ;
    rdfs:subClassOf obo:GO_0032387, obo:GO_1901608, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0047496
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0047496
            ]
        )
    ] .

obo:GO_1901610
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vesicle transport along microtubule." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2012-11-08T21:49:53Z" ;
    oboInOwl:hasExactSynonym "activation of microtubule-based vesicle localization", "positive regulation of microtubule-based vesicle localization", "up regulation of microtubule-based vesicle localization", "up regulation of vesicle transport along microtubule", "up-regulation of microtubule-based vesicle localization", "up-regulation of vesicle transport along microtubule", "upregulation of microtubule-based vesicle localization", "upregulation of vesicle transport along microtubule" ;
    oboInOwl:hasNarrowSynonym "activation of vesicle transport along microtubule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901610" ;
    a owl:Class ;
    rdfs:label "positive regulation of vesicle transport along microtubule" ;
    rdfs:subClassOf obo:GO_0032388, obo:GO_1901608, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0047496
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0047496
            ]
        )
    ] .

obo:GO_1901652
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a peptide stimulus." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-11-20T09:45:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901652" ;
    a owl:Class ;
    rdfs:label "response to peptide" ;
    rdfs:subClassOf obo:GO_0042221, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_60466
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_60466
            ]
        )
    ] .

obo:GO_1901692
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of compound eye retinal cell apoptotic process." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-12T10:28:35Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901692" ;
    a owl:Class ;
    rdfs:label "regulation of compound eye retinal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990010
            ]
        )
    ] .

obo:GO_1901693
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of compound eye retinal cell apoptotic process." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-12T10:28:40Z" ;
    oboInOwl:hasExactSynonym "down regulation of compound eye retinal cell apoptotic process", "down-regulation of compound eye retinal cell apoptotic process", "downregulation of compound eye retinal cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "inhibition of compound eye retinal cell apoptotic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901693" ;
    a owl:Class ;
    rdfs:label "negative regulation of compound eye retinal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_1901692, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990010
            ]
        )
    ] .

obo:GO_1901694
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of compound eye retinal cell apoptotic process." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-12T10:28:45Z" ;
    oboInOwl:hasAlternativeId "GO:0046675" ;
    oboInOwl:hasExactSynonym "up regulation of compound eye retinal cell apoptotic process", "up-regulation of compound eye retinal cell apoptotic process", "upregulation of compound eye retinal cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "activation of compound eye retinal cell apoptotic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "induction of compound eye retinal cell programmed cell death" ;
    oboInOwl:id "GO:1901694" ;
    a owl:Class ;
    rdfs:label "positive regulation of compound eye retinal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_0046672, obo:GO_1901692, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990010
            ]
        )
    ] .

obo:GO_1901698
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a nitrogen compound stimulus." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-13T15:06:08Z" ;
    oboInOwl:hasExactSynonym "response to nitrogen molecular entity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901698" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to nitrogen compound" ;
    rdfs:subClassOf obo:GO_0042221, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_51143
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_51143
            ]
        )
    ] .

obo:GO_1901700
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an oxygen-containing compound stimulus." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-13T15:11:37Z" ;
    oboInOwl:hasExactSynonym "response to oxygen molecular entity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901700" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC." ;
    rdfs:label "response to oxygen-containing compound" ;
    rdfs:subClassOf obo:GO_0042221, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_25806
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_25806
            ]
        )
    ] .

obo:GO_1901706
    obo:IAO_0000115 "The process in which relatively unspecialized cells acquire specialized structural and/or functional features that characterize the mesenchymal cells of bone as it progresses from its formation to the mature state." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2012-12-14T16:04:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901706" ;
    a owl:Class ;
    rdfs:label "mesenchymal cell differentiation involved in bone development" ;
    rdfs:subClassOf obo:GO_0048762, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048762
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0060348
            ]
        )
    ] .

obo:GO_1901861
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of muscle tissue development." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2013-02-01T10:30:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901861" ;
    a owl:Class ;
    rdfs:label "regulation of muscle tissue development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060537
            ]
        )
    ] .

obo:GO_1901862
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of muscle tissue development." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2013-02-01T10:30:52Z" ;
    oboInOwl:hasExactSynonym "down regulation of muscle tissue development", "down-regulation of muscle tissue development", "downregulation of muscle tissue development" ;
    oboInOwl:hasNarrowSynonym "inhibition of muscle tissue development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901862" ;
    a owl:Class ;
    rdfs:label "negative regulation of muscle tissue development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_1901861, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060537
            ]
        )
    ] .

obo:GO_1901863
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of muscle tissue development." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2013-02-01T10:30:57Z" ;
    oboInOwl:hasExactSynonym "up regulation of muscle tissue development", "up-regulation of muscle tissue development", "upregulation of muscle tissue development" ;
    oboInOwl:hasNarrowSynonym "activation of muscle tissue development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901863" ;
    a owl:Class ;
    rdfs:label "positive regulation of muscle tissue development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_1901861, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060537
            ]
        )
    ] .

obo:GO_1901879
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein depolymerization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2013-02-06T13:57:23Z" ;
    oboInOwl:hasExactSynonym "regulation of protein polymer breakdown", "regulation of protein polymer catabolic process", "regulation of protein polymer catabolism", "regulation of protein polymer degradation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901879" ;
    a owl:Class ;
    rdfs:label "regulation of protein depolymerization" ;
    rdfs:subClassOf obo:GO_0043244, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051261
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051261
            ]
        )
    ] .

obo:GO_1901880
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein depolymerization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2013-02-06T13:57:28Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein depolymerization", "down regulation of protein polymer breakdown", "down regulation of protein polymer catabolic process", "down regulation of protein polymer catabolism", "down regulation of protein polymer degradation", "down-regulation of protein depolymerization", "down-regulation of protein polymer breakdown", "down-regulation of protein polymer catabolic process", "down-regulation of protein polymer catabolism", "down-regulation of protein polymer degradation", "downregulation of protein depolymerization", "downregulation of protein polymer breakdown", "downregulation of protein polymer catabolic process", "downregulation of protein polymer catabolism", "downregulation of protein polymer degradation", "inhibition of protein polymer breakdown", "inhibition of protein polymer catabolic process", "inhibition of protein polymer catabolism", "inhibition of protein polymer degradation", "negative regulation of protein polymer breakdown", "negative regulation of protein polymer catabolic process", "negative regulation of protein polymer catabolism", "negative regulation of protein polymer degradation" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein depolymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901880" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein depolymerization" ;
    rdfs:subClassOf obo:GO_0043242, obo:GO_1901879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051261
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051261
            ]
        )
    ] .

obo:GO_1901881
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein depolymerization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2013-02-06T13:57:32Z" ;
    oboInOwl:hasExactSynonym "activation of protein polymer breakdown", "activation of protein polymer catabolic process", "activation of protein polymer catabolism", "activation of protein polymer degradation", "positive regulation of protein polymer breakdown", "positive regulation of protein polymer catabolic process", "positive regulation of protein polymer catabolism", "positive regulation of protein polymer degradation", "up regulation of protein depolymerization", "up regulation of protein polymer breakdown", "up regulation of protein polymer catabolic process", "up regulation of protein polymer catabolism", "up regulation of protein polymer degradation", "up-regulation of protein depolymerization", "up-regulation of protein polymer breakdown", "up-regulation of protein polymer catabolic process", "up-regulation of protein polymer catabolism", "up-regulation of protein polymer degradation", "upregulation of protein depolymerization", "upregulation of protein polymer breakdown", "upregulation of protein polymer catabolic process", "upregulation of protein polymer catabolism", "upregulation of protein polymer degradation" ;
    oboInOwl:hasNarrowSynonym "activation of protein depolymerization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901881" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein depolymerization" ;
    rdfs:subClassOf obo:GO_0043243, obo:GO_1901879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051261
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051261
            ]
        )
    ] .

obo:GO_1901888
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell junction assembly." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2013-02-06T19:40:32Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901888" ;
    a owl:Class ;
    rdfs:label "regulation of cell junction assembly" ;
    rdfs:subClassOf obo:GO_0044087, obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0034329
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0034329
            ]
        )
    ] .

obo:GO_1901889
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cell junction assembly." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2013-02-06T19:40:41Z" ;
    oboInOwl:hasExactSynonym "down regulation of cell junction assembly", "down-regulation of cell junction assembly", "downregulation of cell junction assembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell junction assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901889" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell junction assembly" ;
    rdfs:subClassOf obo:GO_0051129, obo:GO_1901888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0034329
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0034329
            ]
        )
    ] .

obo:GO_1901890
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell junction assembly." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2013-02-06T19:40:46Z" ;
    oboInOwl:hasExactSynonym "up regulation of cell junction assembly", "up-regulation of cell junction assembly", "upregulation of cell junction assembly" ;
    oboInOwl:hasNarrowSynonym "activation of cell junction assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901890" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell junction assembly" ;
    rdfs:subClassOf obo:GO_0044089, obo:GO_0051130, obo:GO_1901888, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0034329
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0034329
            ]
        )
    ] .

obo:GO_1901950
    obo:IAO_0000115 "The directed movement a dense core granule within a cell." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:00:52Z" ;
    oboInOwl:hasExactSynonym "dense core vesicle transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901950" ;
    a owl:Class ;
    rdfs:comment "goslim_synapse" ;
    rdfs:label "dense core granule transport" ;
    rdfs:subClassOf obo:GO_0016482, obo:GO_0032253, obo:GO_0051650 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0031045
            ]
        )
    ] .

obo:GO_1901951
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of anterograde dense core granule transport." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:36:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901951" ;
    a owl:Class ;
    rdfs:label "regulation of anterograde dense core granule transport" ;
    rdfs:subClassOf obo:GO_1901608, obo:GO_1904809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990048
            ]
        )
    ] .

obo:GO_1901952
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of anterograde dense core granule transport." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:36:30Z" ;
    oboInOwl:hasExactSynonym "down regulation of anterograde dense core granule transport", "down-regulation of anterograde dense core granule transport", "downregulation of anterograde dense core granule transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of anterograde dense core granule transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901952" ;
    a owl:Class ;
    rdfs:label "negative regulation of anterograde dense core granule transport" ;
    rdfs:subClassOf obo:GO_1901609, obo:GO_1901951, obo:GO_1904810, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990048
            ]
        )
    ] .

obo:GO_1901953
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of anterograde dense core granule transport." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:36:35Z" ;
    oboInOwl:hasExactSynonym "up regulation of anterograde dense core granule transport", "up-regulation of anterograde dense core granule transport", "upregulation of anterograde dense core granule transport" ;
    oboInOwl:hasNarrowSynonym "activation of anterograde dense core granule transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901953" ;
    a owl:Class ;
    rdfs:label "positive regulation of anterograde dense core granule transport" ;
    rdfs:subClassOf obo:GO_1901610, obo:GO_1901951, obo:GO_1904811, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990048
            ]
        )
    ] .

obo:GO_1901954
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of retrograde dense core granule transport." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:36:43Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901954" ;
    a owl:Class ;
    rdfs:label "regulation of retrograde dense core granule transport" ;
    rdfs:subClassOf obo:GO_1901608, obo:GO_1904809, obo:GO_2001017, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990049
            ]
        )
    ] .

obo:GO_1901955
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of retrograde dense core granule transport." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:36:47Z" ;
    oboInOwl:hasExactSynonym "down regulation of retrograde dense core granule transport", "down-regulation of retrograde dense core granule transport", "downregulation of retrograde dense core granule transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of retrograde dense core granule transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901955" ;
    a owl:Class ;
    rdfs:label "negative regulation of retrograde dense core granule transport" ;
    rdfs:subClassOf obo:GO_1901609, obo:GO_1901954, obo:GO_1904810, obo:GO_2001018, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990049
            ]
        )
    ] .

obo:GO_1901956
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of retrograde dense core granule transport." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:36:52Z" ;
    oboInOwl:hasExactSynonym "up regulation of retrograde dense core granule transport", "up-regulation of retrograde dense core granule transport", "upregulation of retrograde dense core granule transport" ;
    oboInOwl:hasNarrowSynonym "activation of retrograde dense core granule transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901956" ;
    a owl:Class ;
    rdfs:label "positive regulation of retrograde dense core granule transport" ;
    rdfs:subClassOf obo:GO_1901610, obo:GO_1901954, obo:GO_1904811, obo:GO_2001019, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990049
            ]
        )
    ] .

obo:GO_1901963
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell proliferation involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-02-20T20:30:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901963" ;
    a owl:Class ;
    rdfs:label "regulation of cell proliferation involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_2000136, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061325
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061325
            ]
        )
    ] .

obo:GO_1901964
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell proliferation involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-02-20T20:30:31Z" ;
    oboInOwl:hasExactSynonym "up regulation of cell proliferation involved in outflow tract morphogenesis", "up-regulation of cell proliferation involved in outflow tract morphogenesis", "upregulation of cell proliferation involved in outflow tract morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of cell proliferation involved in outflow tract morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1901964" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell proliferation involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_1901963, obo:GO_2000138, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061325
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061325
            ]
        )
    ] .

obo:GO_1902017
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cilium assembly." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-03-26T18:10:51Z" ;
    oboInOwl:hasExactSynonym "regulation of ciliogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cilium biogenesis" ;
    oboInOwl:id "GO:1902017" ;
    a owl:Class ;
    rdfs:label "regulation of cilium assembly" ;
    rdfs:subClassOf obo:GO_0120032, obo:GO_1902115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060271
            ]
        )
    ] .

obo:GO_1902018
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cilium assembly." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-03-26T18:10:56Z" ;
    oboInOwl:hasExactSynonym "down regulation of ciliogenesis", "down regulation of cilium assembly", "down-regulation of ciliogenesis", "down-regulation of cilium assembly", "downregulation of ciliogenesis", "downregulation of cilium assembly", "inhibition of ciliogenesis", "negative regulation of ciliogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of cilium assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of cilium biogenesis", "down-regulation of cilium biogenesis", "downregulation of cilium biogenesis", "inhibition of cilium biogenesis", "negative regulation of cilium biogenesis" ;
    oboInOwl:id "GO:1902018" ;
    a owl:Class ;
    rdfs:label "negative regulation of cilium assembly" ;
    rdfs:subClassOf obo:GO_0120033, obo:GO_1902017, obo:GO_1902116, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060271
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060271
            ]
        )
    ] .

obo:GO_1902019
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cilium-dependent cell motility." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-03-27T14:42:38Z" ;
    oboInOwl:hasExactSynonym "regulation of cilium cell motility" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of ciliary cell motility" ;
    oboInOwl:id "GO:1902019" ;
    a owl:Class ;
    rdfs:label "regulation of cilium-dependent cell motility" ;
    rdfs:subClassOf obo:GO_2000145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060285
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060285
            ]
        )
    ] .

obo:GO_1902020
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cilium-dependent cell motility." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-03-27T14:42:42Z" ;
    oboInOwl:hasExactSynonym "down regulation of ciliary cell motility", "down-regulation of ciliary cell motility", "downregulation of ciliary cell motility", "negative regulation of cilium cell motility" ;
    oboInOwl:hasNarrowSynonym "inhibition of ciliary cell motility" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of ciliary cell motility" ;
    oboInOwl:id "GO:1902020" ;
    a owl:Class ;
    rdfs:label "negative regulation of cilium-dependent cell motility" ;
    rdfs:subClassOf obo:GO_1902019, obo:GO_2000146, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060285
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060285
            ]
        )
    ] .

obo:GO_1902033
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of hematopoietic stem cell proliferation." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2013-04-02T05:13:19Z" ;
    oboInOwl:hasExactSynonym "regulation of hemopoietic stem cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902033" ;
    a owl:Class ;
    rdfs:label "regulation of hematopoietic stem cell proliferation" ;
    rdfs:subClassOf obo:GO_0072091, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0071425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0071425
            ]
        )
    ] .

obo:GO_1902034
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic stem cell proliferation." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2013-04-02T05:13:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of hematopoietic stem cell proliferation", "down regulation of hemopoietic stem cell proliferation", "down-regulation of hematopoietic stem cell proliferation", "down-regulation of hemopoietic stem cell proliferation", "downregulation of hematopoietic stem cell proliferation", "downregulation of hemopoietic stem cell proliferation", "negative regulation of hemopoietic stem cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of hematopoietic stem cell proliferation", "inhibition of hemopoietic stem cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902034" ;
    a owl:Class ;
    rdfs:label "negative regulation of hematopoietic stem cell proliferation" ;
    rdfs:subClassOf obo:GO_1902033, obo:GO_1903707, obo:GO_2000647, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0071425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0071425
            ]
        )
    ] .

obo:GO_1902035
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of hematopoietic stem cell proliferation." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2013-04-02T05:13:31Z" ;
    oboInOwl:hasExactSynonym "positive regulation of hemopoietic stem cell proliferation", "up regulation of hematopoietic stem cell proliferation", "up regulation of hemopoietic stem cell proliferation", "up-regulation of hematopoietic stem cell proliferation", "up-regulation of hemopoietic stem cell proliferation", "upregulation of hematopoietic stem cell proliferation", "upregulation of hemopoietic stem cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of hematopoietic stem cell proliferation", "activation of hemopoietic stem cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902035" ;
    a owl:Class ;
    rdfs:label "positive regulation of hematopoietic stem cell proliferation" ;
    rdfs:subClassOf obo:GO_1902033, obo:GO_2000648, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0071425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0071425
            ]
        )
    ] .

obo:GO_1902036
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of hematopoietic stem cell differentiation." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2013-04-02T05:19:09Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-8939236" ;
    oboInOwl:hasExactSynonym "regulation of haematopoietic stem cell differentiation", "regulation of haemopoietic stem cell differentiation", "regulation of hemopoietic stem cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902036" ;
    a owl:Class ;
    rdfs:label "regulation of hematopoietic stem cell differentiation" ;
    rdfs:subClassOf obo:GO_1901532, obo:GO_2000736, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060218
            ]
        )
    ] .

obo:GO_1902037
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic stem cell differentiation." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2013-04-02T05:19:14Z" ;
    oboInOwl:hasExactSynonym "down regulation of haematopoietic stem cell differentiation", "down regulation of haemopoietic stem cell differentiation", "down regulation of hematopoietic stem cell differentiation", "down regulation of hemopoietic stem cell differentiation", "down-regulation of haematopoietic stem cell differentiation", "down-regulation of haemopoietic stem cell differentiation", "down-regulation of hematopoietic stem cell differentiation", "down-regulation of hemopoietic stem cell differentiation", "downregulation of haematopoietic stem cell differentiation", "downregulation of haemopoietic stem cell differentiation", "downregulation of hematopoietic stem cell differentiation", "downregulation of hemopoietic stem cell differentiation", "negative regulation of haematopoietic stem cell differentiation", "negative regulation of haemopoietic stem cell differentiation", "negative regulation of hemopoietic stem cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of haematopoietic stem cell differentiation", "inhibition of haemopoietic stem cell differentiation", "inhibition of hematopoietic stem cell differentiation", "inhibition of hemopoietic stem cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902037" ;
    a owl:Class ;
    rdfs:label "negative regulation of hematopoietic stem cell differentiation" ;
    rdfs:subClassOf obo:GO_1901533, obo:GO_1902036, obo:GO_2000737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060218
            ]
        )
    ] .

obo:GO_1902038
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of hematopoietic stem cell differentiation." ;
    oboInOwl:created_by "ss" ;
    oboInOwl:creation_date "2013-04-02T05:19:19Z" ;
    oboInOwl:hasExactSynonym "positive regulation of haematopoietic stem cell differentiation", "positive regulation of haemopoietic stem cell differentiation", "positive regulation of hemopoietic stem cell differentiation", "up regulation of haematopoietic stem cell differentiation", "up regulation of haemopoietic stem cell differentiation", "up regulation of hematopoietic stem cell differentiation", "up regulation of hemopoietic stem cell differentiation", "up-regulation of haematopoietic stem cell differentiation", "up-regulation of haemopoietic stem cell differentiation", "up-regulation of hematopoietic stem cell differentiation", "up-regulation of hemopoietic stem cell differentiation", "upregulation of haematopoietic stem cell differentiation", "upregulation of haemopoietic stem cell differentiation", "upregulation of hematopoietic stem cell differentiation", "upregulation of hemopoietic stem cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of haematopoietic stem cell differentiation", "activation of haemopoietic stem cell differentiation", "activation of hematopoietic stem cell differentiation", "activation of hemopoietic stem cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902038" ;
    a owl:Class ;
    rdfs:label "positive regulation of hematopoietic stem cell differentiation" ;
    rdfs:subClassOf obo:GO_1901534, obo:GO_1902036, obo:GO_2000738, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060218
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060218
            ]
        )
    ] .

obo:GO_1902105
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of leukocyte differentiation." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-05-02T17:32:42Z" ;
    oboInOwl:hasExactSynonym "regulation of immune cell differentiation", "regulation of leucocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902105" ;
    a owl:Class ;
    rdfs:label "regulation of leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_1903706, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002521
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002521
            ]
        )
    ] .

obo:GO_1902106
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of leukocyte differentiation." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-05-02T17:32:47Z" ;
    oboInOwl:hasExactSynonym "down regulation of immune cell differentiation", "down regulation of leucocyte differentiation", "down regulation of leukocyte differentiation", "down-regulation of immune cell differentiation", "down-regulation of leucocyte differentiation", "down-regulation of leukocyte differentiation", "downregulation of immune cell differentiation", "downregulation of leucocyte differentiation", "downregulation of leukocyte differentiation", "negative regulation of immune cell differentiation", "negative regulation of leucocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of immune cell differentiation", "inhibition of leucocyte differentiation", "inhibition of leukocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902106" ;
    a owl:Class ;
    rdfs:label "negative regulation of leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_1902105, obo:GO_1903707, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002521
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002521
            ]
        )
    ] .

obo:GO_1902107
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of leukocyte differentiation." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-05-02T17:32:52Z" ;
    oboInOwl:hasExactSynonym "positive regulation of immune cell differentiation", "positive regulation of leucocyte differentiation", "up regulation of immune cell differentiation", "up regulation of leucocyte differentiation", "up regulation of leukocyte differentiation", "up-regulation of immune cell differentiation", "up-regulation of leucocyte differentiation", "up-regulation of leukocyte differentiation", "upregulation of immune cell differentiation", "upregulation of leucocyte differentiation", "upregulation of leukocyte differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of immune cell differentiation", "activation of leucocyte differentiation", "activation of leukocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902107" ;
    a owl:Class ;
    rdfs:label "positive regulation of leukocyte differentiation" ;
    rdfs:subClassOf obo:GO_1902105, obo:GO_1903708, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002521
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002521
            ]
        )
    ] .

obo:GO_1902115
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of organelle assembly." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-05-14T09:43:21Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902115" ;
    a owl:Class ;
    rdfs:label "regulation of organelle assembly" ;
    rdfs:subClassOf obo:GO_0033043, obo:GO_0044087, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0070925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0070925
            ]
        )
    ] .

obo:GO_1902116
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of organelle assembly." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-05-14T09:43:31Z" ;
    oboInOwl:hasExactSynonym "down regulation of organelle assembly", "down-regulation of organelle assembly", "downregulation of organelle assembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of organelle assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902116" ;
    a owl:Class ;
    rdfs:label "negative regulation of organelle assembly" ;
    rdfs:subClassOf obo:GO_0010639, obo:GO_1902115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0070925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0070925
            ]
        )
    ] .

obo:GO_1902117
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of organelle assembly." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-05-14T09:43:36Z" ;
    oboInOwl:hasExactSynonym "up regulation of organelle assembly", "up-regulation of organelle assembly", "upregulation of organelle assembly" ;
    oboInOwl:hasNarrowSynonym "activation of organelle assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902117" ;
    a owl:Class ;
    rdfs:label "positive regulation of organelle assembly" ;
    rdfs:subClassOf obo:GO_0010638, obo:GO_0044089, obo:GO_1902115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0070925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0070925
            ]
        )
    ] .

obo:GO_1902217
    obo:IAO_0000115 "Any apoptotic process in an erythrocyte." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2013-06-13T10:02:29Z" ;
    oboInOwl:hasExactSynonym "RBC apoptotic process", "red blood cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "RBC apoptosis", "erythrocyte apoptosis", "red blood cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902217" ;
    a owl:Class ;
    rdfs:label "erythrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0033028, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000232
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000232
            ]
        )
    ] .

obo:GO_1902250
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of erythrocyte apoptotic process." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2013-06-20T19:30:53Z" ;
    oboInOwl:hasExactSynonym "regulation of RBC apoptotic process", "regulation of red blood cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "regulation of RBC apoptosis", "regulation of erythrocyte apoptosis", "regulation of red blood cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902250" ;
    a owl:Class ;
    rdfs:label "regulation of erythrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0033032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1902217
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1902217
            ]
        )
    ] .

obo:GO_1902251
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of erythrocyte apoptotic process." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2013-06-20T19:30:59Z" ;
    oboInOwl:hasExactSynonym "down regulation of RBC apoptotic process", "down regulation of erythrocyte apoptotic process", "down regulation of red blood cell apoptotic process", "down-regulation of RBC apoptotic process", "down-regulation of erythrocyte apoptotic process", "down-regulation of red blood cell apoptotic process", "downregulation of RBC apoptotic process", "downregulation of erythrocyte apoptotic process", "downregulation of red blood cell apoptotic process", "negative regulation of RBC apoptotic process", "negative regulation of red blood cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "down regulation of RBC apoptosis", "down regulation of erythrocyte apoptosis", "down regulation of red blood cell apoptosis", "down-regulation of RBC apoptosis", "down-regulation of erythrocyte apoptosis", "down-regulation of red blood cell apoptosis", "downregulation of RBC apoptosis", "downregulation of erythrocyte apoptosis", "downregulation of red blood cell apoptosis", "inhibition of RBC apoptosis", "inhibition of RBC apoptotic process", "inhibition of erythrocyte apoptosis", "inhibition of erythrocyte apoptotic process", "inhibition of red blood cell apoptosis", "inhibition of red blood cell apoptotic process", "negative regulation of RBC apoptosis", "negative regulation of erythrocyte apoptosis", "negative regulation of red blood cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902251" ;
    a owl:Class ;
    rdfs:label "negative regulation of erythrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0033033, obo:GO_1902250, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1902217
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1902217
            ]
        )
    ] .

obo:GO_1902252
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of erythrocyte apoptotic process." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2013-06-20T19:31:04Z" ;
    oboInOwl:hasExactSynonym "positive regulation of RBC apoptotic process", "positive regulation of red blood cell apoptotic process", "up regulation of RBC apoptotic process", "up regulation of erythrocyte apoptotic process", "up regulation of red blood cell apoptotic process", "up-regulation of RBC apoptotic process", "up-regulation of erythrocyte apoptotic process", "up-regulation of red blood cell apoptotic process", "upregulation of RBC apoptotic process", "upregulation of erythrocyte apoptotic process", "upregulation of red blood cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "activation of RBC apoptosis", "activation of RBC apoptotic process", "activation of erythrocyte apoptosis", "activation of erythrocyte apoptotic process", "activation of red blood cell apoptosis", "activation of red blood cell apoptotic process", "positive regulation of RBC apoptosis", "positive regulation of erythrocyte apoptosis", "positive regulation of red blood cell apoptosis", "up regulation of RBC apoptosis", "up regulation of erythrocyte apoptosis", "up regulation of red blood cell apoptosis", "up-regulation of RBC apoptosis", "up-regulation of erythrocyte apoptosis", "up-regulation of red blood cell apoptosis", "upregulation of RBC apoptosis", "upregulation of erythrocyte apoptosis", "upregulation of red blood cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902252" ;
    a owl:Class ;
    rdfs:label "positive regulation of erythrocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0033034, obo:GO_1902250, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1902217
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1902217
            ]
        )
    ] .

obo:GO_1902256
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of apoptotic process involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-06-24T19:12:24Z" ;
    oboInOwl:hasNarrowSynonym "regulation of apoptosis involved in outflow tract morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902256" ;
    a owl:Class ;
    rdfs:label "regulation of apoptotic process involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_1902337, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003275
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003275
            ]
        )
    ] .

obo:GO_1902257
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic process involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-06-24T19:12:30Z" ;
    oboInOwl:hasExactSynonym "down regulation of apoptotic process involved in outflow tract morphogenesis", "down-regulation of apoptotic process involved in outflow tract morphogenesis", "downregulation of apoptotic process involved in outflow tract morphogenesis" ;
    oboInOwl:hasNarrowSynonym "down regulation of apoptosis involved in outflow tract morphogenesis", "down-regulation of apoptosis involved in outflow tract morphogenesis", "downregulation of apoptosis involved in outflow tract morphogenesis", "inhibition of apoptosis involved in outflow tract morphogenesis", "inhibition of apoptotic process involved in outflow tract morphogenesis", "negative regulation of apoptosis involved in outflow tract morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902257" ;
    a owl:Class ;
    rdfs:label "negative regulation of apoptotic process involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_1902256, obo:GO_1902338, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003275
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003275
            ]
        )
    ] .

obo:GO_1902258
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of apoptotic process involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-06-24T19:12:42Z" ;
    oboInOwl:hasExactSynonym "up regulation of apoptotic process involved in outflow tract morphogenesis", "up-regulation of apoptotic process involved in outflow tract morphogenesis", "upregulation of apoptotic process involved in outflow tract morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of apoptosis involved in outflow tract morphogenesis", "activation of apoptotic process involved in outflow tract morphogenesis", "positive regulation of apoptosis involved in outflow tract morphogenesis", "up regulation of apoptosis involved in outflow tract morphogenesis", "up-regulation of apoptosis involved in outflow tract morphogenesis", "upregulation of apoptosis involved in outflow tract morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902258" ;
    a owl:Class ;
    rdfs:label "positive regulation of apoptotic process involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_1902256, obo:GO_1902339, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003275
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003275
            ]
        )
    ] .

obo:GO_1902262
    obo:IAO_0000115 "Any apoptotic process that is involved in blood vessel morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-06-25T16:16:00Z" ;
    oboInOwl:hasExactSynonym "apoptotic cell death involved in patterning of blood vessels", "apoptotic programmed cell death involved in patterning of blood vessels", "programmed cell death by apoptosis involved in patterning of blood vessels" ;
    oboInOwl:hasNarrowSynonym "apoptosis involved in patterning of blood vessels", "apoptotic program involved in patterning of blood vessels", "type I programmed cell death involved in patterning of blood vessels" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "signaling (initiator) caspase activity involved in patterning of blood vessels" ;
    oboInOwl:id "GO:1902262" ;
    a owl:Class ;
    rdfs:label "apoptotic process involved in blood vessel morphogenesis" ;
    rdfs:subClassOf obo:GO_0060561, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048514
            ]
        )
    ] .

obo:GO_1902275
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of chromatin organization." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2013-07-01T13:21:52Z" ;
    oboInOwl:hasAlternativeId "GO:0001672", "GO:1903308" ;
    oboInOwl:hasExactSynonym "regulation of chromatin organisation", "regulation of establishment or maintenance of chromatin architecture" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of chromatin assembly or disassembly", "regulation of chromatin assembly/disassembly", "regulation of chromatin modification" ;
    oboInOwl:id "GO:1902275" ;
    a owl:Class ;
    rdfs:label "regulation of chromatin organization" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006325
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006325
            ]
        )
    ] .

obo:GO_1902337
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of apoptotic process involved in morphogenesis." ;
    oboInOwl:created_by "sart" ;
    oboInOwl:creation_date "2013-07-29T15:03:16Z" ;
    oboInOwl:hasNarrowSynonym "regulation of apoptosis involved in morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of apoptosis involved in development", "regulation of morphogenetic apoptosis" ;
    oboInOwl:id "GO:1902337" ;
    a owl:Class ;
    rdfs:label "regulation of apoptotic process involved in morphogenesis" ;
    rdfs:subClassOf obo:GO_1904748, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060561
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060561
            ]
        )
    ] .

obo:GO_1902338
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic process involved in morphogenesis." ;
    oboInOwl:created_by "sart" ;
    oboInOwl:creation_date "2013-07-29T15:03:25Z" ;
    oboInOwl:hasExactSynonym "down regulation of apoptotic process involved in morphogenesis", "down-regulation of apoptotic process involved in morphogenesis", "downregulation of apoptotic process involved in morphogenesis" ;
    oboInOwl:hasNarrowSynonym "down regulation of apoptosis involved in morphogenesis", "down-regulation of apoptosis involved in morphogenesis", "downregulation of apoptosis involved in morphogenesis", "inhibition of apoptosis involved in morphogenesis", "inhibition of apoptotic process involved in morphogenesis", "negative regulation of apoptosis involved in morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of apoptosis involved in development", "down regulation of morphogenetic apoptosis", "down-regulation of apoptosis involved in development", "down-regulation of morphogenetic apoptosis", "downregulation of apoptosis involved in development", "downregulation of morphogenetic apoptosis", "inhibition of apoptosis involved in development", "inhibition of morphogenetic apoptosis", "negative regulation of apoptosis involved in development", "negative regulation of morphogenetic apoptosis" ;
    oboInOwl:id "GO:1902338" ;
    a owl:Class ;
    rdfs:label "negative regulation of apoptotic process involved in morphogenesis" ;
    rdfs:subClassOf obo:GO_1902337, obo:GO_1904746, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060561
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060561
            ]
        )
    ] .

obo:GO_1902339
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of apoptotic process involved in morphogenesis." ;
    oboInOwl:created_by "sart" ;
    oboInOwl:creation_date "2013-07-29T15:03:33Z" ;
    oboInOwl:hasExactSynonym "up regulation of apoptotic process involved in morphogenesis", "up-regulation of apoptotic process involved in morphogenesis", "upregulation of apoptotic process involved in morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of apoptosis involved in morphogenesis", "activation of apoptotic process involved in morphogenesis", "positive regulation of apoptosis involved in morphogenesis", "up regulation of apoptosis involved in morphogenesis", "up-regulation of apoptosis involved in morphogenesis", "upregulation of apoptosis involved in morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of apoptosis involved in development", "activation of morphogenetic apoptosis", "positive regulation of apoptosis involved in development", "positive regulation of morphogenetic apoptosis", "up regulation of apoptosis involved in development", "up regulation of morphogenetic apoptosis", "up-regulation of apoptosis involved in development", "up-regulation of morphogenetic apoptosis", "upregulation of apoptosis involved in development", "upregulation of morphogenetic apoptosis" ;
    oboInOwl:id "GO:1902339" ;
    a owl:Class ;
    rdfs:label "positive regulation of apoptotic process involved in morphogenesis" ;
    rdfs:subClassOf obo:GO_1902337, obo:GO_1904747, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060561
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060561
            ]
        )
    ] .

obo:GO_1902340
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of chromosome condensation." ;
    oboInOwl:created_by "dgf" ;
    oboInOwl:creation_date "2013-07-29T20:54:14Z" ;
    oboInOwl:hasExactSynonym "down regulation of chromosome condensation", "down regulation of eukaryotic chromosome condensation", "down regulation of nuclear chromosome condensation", "down-regulation of chromosome condensation", "down-regulation of eukaryotic chromosome condensation", "down-regulation of nuclear chromosome condensation", "downregulation of chromosome condensation", "downregulation of eukaryotic chromosome condensation", "downregulation of nuclear chromosome condensation", "negative regulation of eukaryotic chromosome condensation", "negative regulation of nuclear chromosome condensation" ;
    oboInOwl:hasNarrowSynonym "inhibition of chromosome condensation", "inhibition of eukaryotic chromosome condensation", "inhibition of nuclear chromosome condensation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902340" ;
    a owl:Class ;
    rdfs:label "negative regulation of chromosome condensation" ;
    rdfs:subClassOf obo:GO_0060623, obo:GO_2001251, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030261
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030261
            ]
        )
    ] .

obo:GO_1902358
    obo:IAO_0000115 "The directed movement of sulfate across a membrane." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-08-14T14:46:04Z" ;
    oboInOwl:hasExactSynonym "sulphate transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902358" ;
    a owl:Class ;
    rdfs:label "sulfate transmembrane transport" ;
    rdfs:subClassOf obo:GO_0072348, obo:GO_0098661, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_16189
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_16189
            ]
        )
    ] .

obo:GO_1902414
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a cell junction." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2013-09-13T16:55:57Z" ;
    oboInOwl:hasExactSynonym "protein localisation in cell junction", "protein localisation to cell junction", "protein localization in cell junction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902414" ;
    a owl:Class ;
    rdfs:label "protein localization to cell junction" ;
    rdfs:subClassOf obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0030054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0030054
            ]
        )
    ] .

obo:GO_1902434
    obo:IAO_0000115 "The directed movement of sulfate from outside of a cell, across the plasma membrane and into the cytosol." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2013-10-07T14:12:38Z" ;
    oboInOwl:hasExactSynonym "sulfate import into cell", "sulphate import into cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902434" ;
    a owl:Class ;
    rdfs:label "sulfate import across plasma membrane" ;
    rdfs:subClassOf obo:GO_0098658, obo:GO_1902358 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0005576
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005829
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002342 ;
                owl:someValuesFrom obo:GO_0005886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_16189
            ]
        )
    ] .

obo:GO_1902463
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a cell leading edge." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2013-10-22T12:36:07Z" ;
    oboInOwl:hasExactSynonym "protein localisation in cell leading edge", "protein localisation to cell leading edge", "protein localization in cell leading edge" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902463" ;
    a owl:Class ;
    rdfs:label "protein localization to cell leading edge" ;
    rdfs:subClassOf obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0031252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0031252
            ]
        )
    ] .

obo:GO_1902473
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to synapse." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2013-10-25T15:09:09Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation to synapse" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902473" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to synapse" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035418
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035418
            ]
        )
    ] .

obo:GO_1902474
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to synapse." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2013-10-25T15:09:18Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation to synapse", "up regulation of protein localisation to synapse", "up regulation of protein localization to synapse", "up-regulation of protein localisation to synapse", "up-regulation of protein localization to synapse", "upregulation of protein localisation to synapse", "upregulation of protein localization to synapse" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation to synapse", "activation of protein localization to synapse" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902474" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to synapse" ;
    rdfs:subClassOf obo:GO_1902473, obo:GO_1903829, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035418
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035418
            ]
        )
    ] .

obo:GO_1902513
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of organelle transport along microtubule." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2013-11-15T20:15:17Z" ;
    oboInOwl:hasExactSynonym "regulation of microtubule-based organelle localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902513" ;
    a owl:Class ;
    rdfs:label "regulation of organelle transport along microtubule" ;
    rdfs:subClassOf obo:GO_0032386, obo:GO_0060632, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072384
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072384
            ]
        )
    ] .

obo:GO_1902531
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of intracellular signal transduction." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2013-12-02T11:32:52Z" ;
    oboInOwl:hasAlternativeId "GO:0010627" ;
    oboInOwl:hasExactSynonym "regulation of intracellular signaling cascade", "regulation of intracellular signaling chain" ;
    oboInOwl:hasNarrowSynonym "regulation of intracellular protein kinase cascade", "regulation of intracellular signal transduction pathway", "regulation of signal transmission via intracellular cascade" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of intracellular signaling pathway", "regulation of signal transduction via intracellular signaling cascade" ;
    oboInOwl:id "GO:1902531" ;
    a owl:Class ;
    rdfs:label "regulation of intracellular signal transduction" ;
    rdfs:subClassOf obo:GO_0009966, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035556
            ]
        )
    ] .

obo:GO_1902532
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of intracellular signal transduction." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2013-12-02T11:33:01Z" ;
    oboInOwl:hasAlternativeId "GO:0010741" ;
    oboInOwl:hasExactSynonym "down regulation of intracellular signal transduction", "down regulation of intracellular signaling chain", "down-regulation of intracellular signal transduction", "down-regulation of intracellular signaling chain", "downregulation of intracellular signal transduction", "downregulation of intracellular signaling chain", "negative regulation of intracellular protein kinase cascade", "negative regulation of intracellular signaling cascade", "negative regulation of intracellular signaling chain" ;
    oboInOwl:hasNarrowSynonym "down regulation of intracellular signal transduction pathway", "down regulation of intracellular signaling cascade", "down regulation of signal transmission via intracellular cascade", "down-regulation of intracellular signal transduction pathway", "downregulation of intracellular signal transduction pathway", "downregulation of intracellular signaling cascade", "downregulation of signal transmission via intracellular cascade", "inhibition of intracellular signal transduction", "inhibition of intracellular signal transduction pathway", "inhibition of intracellular signaling cascade", "inhibition of intracellular signaling chain", "inhibition of signal transmission via intracellular cascade", "negative regulation of intracellular signal transduction pathway", "negative regulation of signal transmission via intracellular cascade" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of intracellular signaling pathway", "down regulation of signal transduction via intracellular signaling cascade", "down-regulation of intracellular signaling cascade", "down-regulation of intracellular signaling pathway", "down-regulation of signal transduction via intracellular signaling cascade", "down-regulation of signal transmission via intracellular cascade", "downregulation of intracellular signaling pathway", "downregulation of signal transduction via intracellular signaling cascade", "inhibition of intracellular signaling pathway", "inhibition of signal transduction via intracellular signaling cascade", "negative regulation of intracellular signaling pathway", "negative regulation of signal transduction via intracellular signaling cascade" ;
    oboInOwl:id "GO:1902532" ;
    a owl:Class ;
    rdfs:label "negative regulation of intracellular signal transduction" ;
    rdfs:subClassOf obo:GO_0009968, obo:GO_1902531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035556
            ]
        )
    ] .

obo:GO_1902533
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of intracellular signal transduction." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2013-12-02T11:33:10Z" ;
    oboInOwl:hasAlternativeId "GO:0010740" ;
    oboInOwl:hasExactSynonym "positive regulation of intracellular signaling chain", "up regulation of intracellular signal transduction", "up regulation of intracellular signaling chain", "up-regulation of intracellular signal transduction", "up-regulation of intracellular signaling chain", "upregulation of intracellular signal transduction", "upregulation of intracellular signaling chain" ;
    oboInOwl:hasNarrowSynonym "activation of intracellular signal transduction", "activation of intracellular signal transduction pathway", "activation of intracellular signaling cascade", "activation of intracellular signaling chain", "activation of signal transmission via intracellular cascade", "positive regulation of intracellular protein kinase cascade", "positive regulation of intracellular signal transduction pathway", "positive regulation of signal transmission via intracellular cascade", "up regulation of intracellular signal transduction pathway", "up regulation of signal transmission via intracellular cascade", "up-regulation of intracellular signal transduction pathway", "up-regulation of signal transmission via intracellular cascade", "upregulation of intracellular signal transduction pathway", "upregulation of signal transmission via intracellular cascade" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of intracellular signaling pathway", "activation of signal transduction via intracellular signaling cascade", "positive regulation of intracellular signaling cascade", "positive regulation of intracellular signaling pathway", "positive regulation of signal transduction via intracellular signaling cascade", "up regulation of intracellular signaling cascade", "up regulation of intracellular signaling pathway", "up regulation of signal transduction via intracellular signaling cascade", "up-regulation of intracellular signaling cascade", "up-regulation of intracellular signaling pathway", "up-regulation of signal transduction via intracellular signaling cascade", "upregulation of intracellular signaling cascade", "upregulation of intracellular signaling pathway", "upregulation of signal transduction via intracellular signaling cascade" ;
    oboInOwl:id "GO:1902533" ;
    a owl:Class ;
    rdfs:label "positive regulation of intracellular signal transduction" ;
    rdfs:subClassOf obo:GO_0009967, obo:GO_1902531, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035556
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035556
            ]
        )
    ] .

obo:GO_1902570
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a nucleolus." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2013-12-10T16:25:28Z" ;
    oboInOwl:hasExactSynonym "protein localisation in nucleolus", "protein localisation to nucleolus", "protein localization in nucleolus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902570" ;
    a owl:Class ;
    rdfs:label "protein localization to nucleolus" ;
    rdfs:subClassOf obo:GO_0034504, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005730
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005730
            ]
        )
    ] .

obo:GO_1902679
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of RNA biosynthetic process." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-02-05T16:32:01Z" ;
    oboInOwl:hasExactSynonym "down regulation of RNA anabolism", "down regulation of RNA biosynthesis", "down regulation of RNA biosynthetic process", "down regulation of RNA formation", "down regulation of RNA synthesis", "down-regulation of RNA anabolism", "down-regulation of RNA biosynthesis", "down-regulation of RNA biosynthetic process", "down-regulation of RNA formation", "down-regulation of RNA synthesis", "downregulation of RNA anabolism", "downregulation of RNA biosynthesis", "downregulation of RNA biosynthetic process", "downregulation of RNA formation", "downregulation of RNA synthesis", "negative regulation of RNA anabolism", "negative regulation of RNA biosynthesis", "negative regulation of RNA formation", "negative regulation of RNA synthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of RNA anabolism", "inhibition of RNA biosynthesis", "inhibition of RNA biosynthetic process", "inhibition of RNA formation", "inhibition of RNA synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902679" ;
    a owl:Class ;
    rdfs:label "negative regulation of RNA biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010558, obo:GO_0051253, obo:GO_2001141, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032774
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032774
            ]
        )
    ] .

obo:GO_1902680
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of RNA biosynthetic process." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-02-05T16:32:10Z" ;
    oboInOwl:hasExactSynonym "positive regulation of RNA anabolism", "positive regulation of RNA biosynthesis", "positive regulation of RNA formation", "positive regulation of RNA synthesis", "up regulation of RNA anabolism", "up regulation of RNA biosynthesis", "up regulation of RNA biosynthetic process", "up regulation of RNA formation", "up regulation of RNA synthesis", "up-regulation of RNA anabolism", "up-regulation of RNA biosynthesis", "up-regulation of RNA biosynthetic process", "up-regulation of RNA formation", "up-regulation of RNA synthesis", "upregulation of RNA anabolism", "upregulation of RNA biosynthesis", "upregulation of RNA biosynthetic process", "upregulation of RNA formation", "upregulation of RNA synthesis" ;
    oboInOwl:hasNarrowSynonym "activation of RNA anabolism", "activation of RNA biosynthesis", "activation of RNA biosynthetic process", "activation of RNA formation", "activation of RNA synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902680" ;
    a owl:Class ;
    rdfs:label "positive regulation of RNA biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010557, obo:GO_0051254, obo:GO_2001141, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032774
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032774
            ]
        )
    ] .

obo:GO_1902692
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neuroblast proliferation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-02-18T10:03:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902692" ;
    a owl:Class ;
    rdfs:label "regulation of neuroblast proliferation" ;
    rdfs:subClassOf obo:GO_2000177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007405
            ]
        )
    ] .

obo:GO_1902738
    obo:IAO_0000115 "Any process that modulates the rate, frequency, or extent of the process in which a chondroblast acquires specialized structural and/or functional features of a chondrocyte that will contribute to the development of a bone. A chondrocyte is a polymorphic cell that forms cartilage." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-02-26T15:36:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902738" ;
    a owl:Class ;
    rdfs:label "regulation of chondrocyte differentiation involved in endochondral bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0032330, obo:GO_1903010, obo:GO_2000027, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003413
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003413
            ]
        )
    ] .

obo:GO_1902742
    obo:IAO_0000115 "Any apoptotic process that is involved in anatomical structure development." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2014-02-28T13:09:43Z" ;
    oboInOwl:hasExactSynonym "apoptotic cell death involved in anatomical structure development", "apoptotic cell death involved in development of an anatomical structure", "apoptotic process involved in anatomical structure development", "apoptotic process involved in development of an anatomical structure", "apoptotic programmed cell death involved in anatomical structure development", "apoptotic programmed cell death involved in development of an anatomical structure", "programmed cell death by apoptosis involved in anatomical structure development", "programmed cell death by apoptosis involved in development of an anatomical structure" ;
    oboInOwl:hasNarrowSynonym "activation of apoptosis involved in anatomical structure development", "activation of apoptosis involved in development of an anatomical structure", "apoptosis involved in anatomical structure development", "apoptosis involved in development of an anatomical structure", "apoptosis signaling involved in anatomical structure development", "apoptosis signaling involved in development of an anatomical structure", "apoptotic program involved in anatomical structure development", "apoptotic program involved in development of an anatomical structure", "type I programmed cell death involved in anatomical structure development", "type I programmed cell death involved in development of an anatomical structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "apoptosis activator activity involved in anatomical structure development", "apoptosis activator activity involved in development of an anatomical structure", "commitment to apoptosis involved in anatomical structure development", "commitment to apoptosis involved in development of an anatomical structure", "induction of apoptosis by p53 involved in anatomical structure development", "induction of apoptosis by p53 involved in development of an anatomical structure", "induction of apoptosis involved in anatomical structure development", "induction of apoptosis involved in development of an anatomical structure", "signaling (initiator) caspase activity involved in anatomical structure development", "signaling (initiator) caspase activity involved in development of an anatomical structure" ;
    oboInOwl:id "GO:1902742" ;
    a owl:Class ;
    rdfs:label "apoptotic process involved in development" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048856
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048856
            ]
        )
    ] .

obo:GO_1902761
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of chondrocyte development." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-03-07T17:45:55Z" ;
    oboInOwl:hasExactSynonym "up regulation of chondrocyte development", "up-regulation of chondrocyte development", "upregulation of chondrocyte development" ;
    oboInOwl:hasNarrowSynonym "activation of chondrocyte development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902761" ;
    a owl:Class ;
    rdfs:label "positive regulation of chondrocyte development" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0032332, obo:GO_0061181, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002063
            ]
        )
    ] .

obo:GO_1902809
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle fiber differentiation." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-03-26T21:18:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902809" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle fiber differentiation" ;
    rdfs:subClassOf obo:GO_0010830, obo:GO_2001014, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0098528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0098528
            ]
        )
    ] .

obo:GO_1902810
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of skeletal muscle fiber differentiation." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-03-26T21:18:32Z" ;
    oboInOwl:hasExactSynonym "down regulation of skeletal muscle fiber differentiation", "down-regulation of skeletal muscle fiber differentiation", "downregulation of skeletal muscle fiber differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of skeletal muscle fiber differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902810" ;
    a owl:Class ;
    rdfs:label "negative regulation of skeletal muscle fiber differentiation" ;
    rdfs:subClassOf obo:GO_0010832, obo:GO_1902809, obo:GO_2001015, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0098528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0098528
            ]
        )
    ] .

obo:GO_1902811
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of skeletal muscle fiber differentiation." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-03-26T21:18:38Z" ;
    oboInOwl:hasExactSynonym "up regulation of skeletal muscle fiber differentiation", "up-regulation of skeletal muscle fiber differentiation", "upregulation of skeletal muscle fiber differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of skeletal muscle fiber differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902811" ;
    a owl:Class ;
    rdfs:label "positive regulation of skeletal muscle fiber differentiation" ;
    rdfs:subClassOf obo:GO_0010831, obo:GO_1902809, obo:GO_2001016, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0098528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0098528
            ]
        )
    ] .

obo:GO_1902816
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to microtubule." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2014-03-27T22:07:12Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation to microtubule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902816" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to microtubule" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035372
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035372
            ]
        )
    ] .

obo:GO_1902817
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to microtubule." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2014-03-27T22:07:18Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation to microtubule", "down regulation of protein localization to microtubule", "down-regulation of protein localisation to microtubule", "down-regulation of protein localization to microtubule", "downregulation of protein localisation to microtubule", "downregulation of protein localization to microtubule", "negative regulation of protein localisation to microtubule" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation to microtubule", "inhibition of protein localization to microtubule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902817" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to microtubule" ;
    rdfs:subClassOf obo:GO_1902816, obo:GO_1903828, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035372
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035372
            ]
        )
    ] .

obo:GO_1902838
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of nuclear migration along microtubule." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-04-01T13:50:23Z" ;
    oboInOwl:hasBroadSynonym "regulation of nuclear movement, microtubule-mediated", "regulation of nucleus migration" ;
    oboInOwl:hasExactSynonym "regulation of microtubule cytoskeleton-dependent nuclear positioning", "regulation of microtubule cytoskeleton-dependent nucleus positioning", "regulation of microtubule-dependent nuclear positioning", "regulation of microtubule-dependent nucleus positioning", "regulation of microtubule-mediated nuclear migration", "regulation of nuclear migration, microtubule-mediated", "regulation of transport of nucleus by microtubules", "regulation of transport of nucleus, microtubule-mediated" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902838" ;
    a owl:Class ;
    rdfs:label "regulation of nuclear migration along microtubule" ;
    rdfs:subClassOf obo:GO_1902513, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030473
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030473
            ]
        )
    ] .

obo:GO_1902839
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of nuclear migration along microtubule." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-04-01T13:50:29Z" ;
    oboInOwl:hasExactSynonym "down regulation of microtubule cytoskeleton-dependent nuclear positioning", "down regulation of microtubule cytoskeleton-dependent nucleus positioning", "down regulation of microtubule-dependent nuclear positioning", "down regulation of microtubule-dependent nucleus positioning", "down regulation of microtubule-mediated nuclear migration", "down regulation of nuclear migration along microtubule", "down regulation of nuclear migration, microtubule-mediated", "down regulation of transport of nucleus by microtubules", "down regulation of transport of nucleus, microtubule-mediated", "down-regulation of microtubule cytoskeleton-dependent nuclear positioning", "down-regulation of microtubule cytoskeleton-dependent nucleus positioning", "down-regulation of microtubule-dependent nuclear positioning", "down-regulation of microtubule-dependent nucleus positioning", "down-regulation of microtubule-mediated nuclear migration", "down-regulation of nuclear migration along microtubule", "down-regulation of nuclear migration, microtubule-mediated", "down-regulation of transport of nucleus by microtubules", "down-regulation of transport of nucleus, microtubule-mediated", "downregulation of microtubule cytoskeleton-dependent nuclear positioning", "downregulation of microtubule cytoskeleton-dependent nucleus positioning", "downregulation of microtubule-dependent nuclear positioning", "downregulation of microtubule-dependent nucleus positioning", "downregulation of microtubule-mediated nuclear migration", "downregulation of nuclear migration along microtubule", "downregulation of nuclear migration, microtubule-mediated", "downregulation of transport of nucleus by microtubules", "downregulation of transport of nucleus, microtubule-mediated", "negative regulation of microtubule cytoskeleton-dependent nuclear positioning", "negative regulation of microtubule cytoskeleton-dependent nucleus positioning", "negative regulation of microtubule-dependent nuclear positioning", "negative regulation of microtubule-dependent nucleus positioning", "negative regulation of microtubule-mediated nuclear migration", "negative regulation of nuclear migration, microtubule-mediated", "negative regulation of transport of nucleus by microtubules", "negative regulation of transport of nucleus, microtubule-mediated" ;
    oboInOwl:hasNarrowSynonym "inhibition of microtubule cytoskeleton-dependent nuclear positioning", "inhibition of microtubule cytoskeleton-dependent nucleus positioning", "inhibition of microtubule-dependent nuclear positioning", "inhibition of microtubule-dependent nucleus positioning", "inhibition of microtubule-mediated nuclear migration", "inhibition of nuclear migration along microtubule", "inhibition of nuclear migration, microtubule-mediated", "inhibition of transport of nucleus by microtubules", "inhibition of transport of nucleus, microtubule-mediated" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902839" ;
    a owl:Class ;
    rdfs:label "negative regulation of nuclear migration along microtubule" ;
    rdfs:subClassOf obo:GO_0032387, obo:GO_1902838, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030473
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030473
            ]
        )
    ] .

obo:GO_1902840
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of nuclear migration along microtubule." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-04-01T13:50:35Z" ;
    oboInOwl:hasExactSynonym "positive regulation of microtubule cytoskeleton-dependent nuclear positioning", "positive regulation of microtubule cytoskeleton-dependent nucleus positioning", "positive regulation of microtubule-dependent nuclear positioning", "positive regulation of microtubule-dependent nucleus positioning", "positive regulation of microtubule-mediated nuclear migration", "positive regulation of nuclear migration, microtubule-mediated", "positive regulation of transport of nucleus by microtubules", "positive regulation of transport of nucleus, microtubule-mediated", "up regulation of microtubule cytoskeleton-dependent nuclear positioning", "up regulation of microtubule cytoskeleton-dependent nucleus positioning", "up regulation of microtubule-dependent nuclear positioning", "up regulation of microtubule-dependent nucleus positioning", "up regulation of microtubule-mediated nuclear migration", "up regulation of nuclear migration along microtubule", "up regulation of nuclear migration, microtubule-mediated", "up regulation of transport of nucleus by microtubules", "up regulation of transport of nucleus, microtubule-mediated", "up-regulation of microtubule cytoskeleton-dependent nuclear positioning", "up-regulation of microtubule cytoskeleton-dependent nucleus positioning", "up-regulation of microtubule-dependent nuclear positioning", "up-regulation of microtubule-dependent nucleus positioning", "up-regulation of microtubule-mediated nuclear migration", "up-regulation of nuclear migration along microtubule", "up-regulation of nuclear migration, microtubule-mediated", "up-regulation of transport of nucleus by microtubules", "up-regulation of transport of nucleus, microtubule-mediated", "upregulation of microtubule cytoskeleton-dependent nuclear positioning", "upregulation of microtubule cytoskeleton-dependent nucleus positioning", "upregulation of microtubule-dependent nuclear positioning", "upregulation of microtubule-dependent nucleus positioning", "upregulation of microtubule-mediated nuclear migration", "upregulation of nuclear migration along microtubule", "upregulation of nuclear migration, microtubule-mediated", "upregulation of transport of nucleus by microtubules", "upregulation of transport of nucleus, microtubule-mediated" ;
    oboInOwl:hasNarrowSynonym "activation of microtubule cytoskeleton-dependent nuclear positioning", "activation of microtubule cytoskeleton-dependent nucleus positioning", "activation of microtubule-dependent nuclear positioning", "activation of microtubule-dependent nucleus positioning", "activation of microtubule-mediated nuclear migration", "activation of nuclear migration along microtubule", "activation of nuclear migration, microtubule-mediated", "activation of transport of nucleus by microtubules", "activation of transport of nucleus, microtubule-mediated" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902840" ;
    a owl:Class ;
    rdfs:label "positive regulation of nuclear migration along microtubule" ;
    rdfs:subClassOf obo:GO_0032388, obo:GO_1902838, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030473
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030473
            ]
        )
    ] .

obo:GO_1902850
    obo:IAO_0000115 "Any microtubule cytoskeleton organization that is involved in mitosis." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-04-02T14:19:38Z" ;
    oboInOwl:hasExactSynonym "microtubule cytoskeleton organisation involved in mitosis", "microtubule dynamics involved in mitosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "microtubule cytoskeleton organization and biogenesis involved in mitosis" ;
    oboInOwl:id "GO:1902850" ;
    a owl:Class ;
    rdfs:label "microtubule cytoskeleton organization involved in mitosis" ;
    rdfs:subClassOf obo:GO_0000226, obo:GO_1903047 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0000226
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_1902863
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of embryonic camera-type eye development." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:24:00Z" ;
    oboInOwl:hasExactSynonym "regulation of embryonic eye development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902863" ;
    a owl:Class ;
    rdfs:label "regulation of embryonic camera-type eye development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0031076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0031076
            ]
        )
    ] .

obo:GO_1902864
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of embryonic camera-type eye development." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:24:06Z" ;
    oboInOwl:hasExactSynonym "down regulation of embryonic camera-type eye development", "down regulation of embryonic eye development", "down-regulation of embryonic camera-type eye development", "down-regulation of embryonic eye development", "downregulation of embryonic camera-type eye development", "downregulation of embryonic eye development", "negative regulation of embryonic eye development" ;
    oboInOwl:hasNarrowSynonym "inhibition of embryonic camera-type eye development", "inhibition of embryonic eye development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902864" ;
    a owl:Class ;
    rdfs:label "negative regulation of embryonic camera-type eye development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_1902863, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0031076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0031076
            ]
        )
    ] .

obo:GO_1902865
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of embryonic camera-type eye development." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:24:12Z" ;
    oboInOwl:hasExactSynonym "positive regulation of embryonic eye development", "up regulation of embryonic camera-type eye development", "up regulation of embryonic eye development", "up-regulation of embryonic camera-type eye development", "up-regulation of embryonic eye development", "upregulation of embryonic camera-type eye development", "upregulation of embryonic eye development" ;
    oboInOwl:hasNarrowSynonym "activation of embryonic camera-type eye development", "activation of embryonic eye development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902865" ;
    a owl:Class ;
    rdfs:label "positive regulation of embryonic camera-type eye development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_1902863, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0031076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0031076
            ]
        )
    ] .

obo:GO_1902866
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of retina development in camera-type eye." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:24:17Z" ;
    oboInOwl:hasExactSynonym "regulation of retina development in camera-style eye" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of retinal development" ;
    oboInOwl:id "GO:1902866" ;
    a owl:Class ;
    rdfs:label "regulation of retina development in camera-type eye" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060041
            ]
        )
    ] .

obo:GO_1902867
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of retina development in camera-type eye." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:24:23Z" ;
    oboInOwl:hasExactSynonym "down regulation of retina development in camera-style eye", "down regulation of retina development in camera-type eye", "down-regulation of retina development in camera-style eye", "down-regulation of retina development in camera-type eye", "downregulation of retina development in camera-style eye", "downregulation of retina development in camera-type eye", "negative regulation of retina development in camera-style eye" ;
    oboInOwl:hasNarrowSynonym "inhibition of retina development in camera-style eye", "inhibition of retina development in camera-type eye" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of retinal development", "down-regulation of retinal development", "downregulation of retinal development", "inhibition of retinal development", "negative regulation of retinal development" ;
    oboInOwl:id "GO:1902867" ;
    a owl:Class ;
    rdfs:label "negative regulation of retina development in camera-type eye" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_1902866, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060041
            ]
        )
    ] .

obo:GO_1902868
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of retina development in camera-type eye." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:24:29Z" ;
    oboInOwl:hasExactSynonym "positive regulation of retina development in camera-style eye", "up regulation of retina development in camera-style eye", "up regulation of retina development in camera-type eye", "up-regulation of retina development in camera-style eye", "up-regulation of retina development in camera-type eye", "upregulation of retina development in camera-style eye", "upregulation of retina development in camera-type eye" ;
    oboInOwl:hasNarrowSynonym "activation of retina development in camera-style eye", "activation of retina development in camera-type eye" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of retinal development", "positive regulation of retinal development", "up regulation of retinal development", "up-regulation of retinal development", "upregulation of retinal development" ;
    oboInOwl:id "GO:1902868" ;
    a owl:Class ;
    rdfs:label "positive regulation of retina development in camera-type eye" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_1902866, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060041
            ]
        )
    ] .

obo:GO_1902875
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of embryonic pattern specification." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:25:15Z" ;
    oboInOwl:hasBroadSynonym "regulation of embryonic pattern biosynthesis", "regulation of embryonic pattern formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of ventral/lateral system" ;
    oboInOwl:id "GO:1902875" ;
    a owl:Class ;
    rdfs:label "regulation of embryonic pattern specification" ;
    rdfs:subClassOf obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009880
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009880
            ]
        )
    ] .

obo:GO_1902876
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of embryonic pattern specification." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:25:20Z" ;
    oboInOwl:hasExactSynonym "down regulation of embryonic pattern specification", "down-regulation of embryonic pattern specification", "downregulation of embryonic pattern specification" ;
    oboInOwl:hasNarrowSynonym "inhibition of embryonic pattern specification" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of ventral/lateral system", "down-regulation of ventral/lateral system", "downregulation of ventral/lateral system", "inhibition of ventral/lateral system", "negative regulation of ventral/lateral system" ;
    oboInOwl:id "GO:1902876" ;
    a owl:Class ;
    rdfs:label "negative regulation of embryonic pattern specification" ;
    rdfs:subClassOf obo:GO_0051241, obo:GO_1902875, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009880
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009880
            ]
        )
    ] .

obo:GO_1902877
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of embryonic pattern specification." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-03T15:25:26Z" ;
    oboInOwl:hasExactSynonym "up regulation of embryonic pattern specification", "up-regulation of embryonic pattern specification", "upregulation of embryonic pattern specification" ;
    oboInOwl:hasNarrowSynonym "activation of embryonic pattern specification" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of ventral/lateral system", "positive regulation of ventral/lateral system", "up regulation of ventral/lateral system", "up-regulation of ventral/lateral system", "upregulation of ventral/lateral system" ;
    oboInOwl:id "GO:1902877" ;
    a owl:Class ;
    rdfs:label "positive regulation of embryonic pattern specification" ;
    rdfs:subClassOf obo:GO_0051240, obo:GO_1902875, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009880
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009880
            ]
        )
    ] .

obo:GO_1902903
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of supramolecular fiber organization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-04-15T16:46:36Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of fibril organisation" ;
    oboInOwl:id "GO:1902903" ;
    a owl:Class ;
    rdfs:comment "HSPA8, human, P11142 in PMID:23921388 inferred from direct assay to negatively regulate fibrillation of alpha-Syn in vitro" ;
    rdfs:label "regulation of supramolecular fiber organization" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097435
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097435
            ]
        )
    ] .

obo:GO_1902904
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of fibril organization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-04-15T16:46:42Z" ;
    oboInOwl:hasNarrowSynonym "inhibition of fibril organisation", "inhibition of fibril organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of fibril organisation", "down regulation of fibril organization", "down-regulation of fibril organisation", "down-regulation of fibril organization", "downregulation of fibril organisation", "downregulation of fibril organization", "negative regulation of fibril organisation" ;
    oboInOwl:id "GO:1902904" ;
    a owl:Class ;
    rdfs:comment "HSPA8, human, P11142 in PMID:23921388 inferred from direct assay to negatively regulate fibrillation of alpha-Syn in vitro" ;
    rdfs:label "negative regulation of supramolecular fiber organization" ;
    rdfs:subClassOf obo:GO_0051129, obo:GO_1902903, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097435
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097435
            ]
        )
    ] .

obo:GO_1902905
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of supramolecular fiber organization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-04-15T16:46:48Z" ;
    oboInOwl:hasNarrowSynonym "activation of fibril organisation", "activation of fibril organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of fibril organisation", "up regulation of fibril organisation", "up regulation of fibril organization", "up-regulation of fibril organisation", "up-regulation of fibril organization", "upregulation of fibril organisation", "upregulation of fibril organization" ;
    oboInOwl:id "GO:1902905" ;
    a owl:Class ;
    rdfs:comment "HSPA8, human, P11142 in PMID:23921388 inferred from direct assay to negatively regulate fibrillation of alpha-Syn in vitro" ;
    rdfs:label "positive regulation of supramolecular fiber organization" ;
    rdfs:subClassOf obo:GO_0051130, obo:GO_1902903, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097435
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097435
            ]
        )
    ] .

obo:GO_1902913
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuroepithelial cell differentiation." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-04-18T21:06:42Z" ;
    oboInOwl:hasExactSynonym "up regulation of neuroepithelial cell differentiation", "up-regulation of neuroepithelial cell differentiation", "upregulation of neuroepithelial cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of neuroepithelial cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1902913" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuroepithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0030858, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060563
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060563
            ]
        )
    ] .

obo:GO_1903008
    obo:IAO_0000115 "The disaggregation of an organelle into its constituent components." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-05-13T12:36:03Z" ;
    oboInOwl:hasExactSynonym "organelle degradation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903008" ;
    a owl:Class ;
    rdfs:label "organelle disassembly" ;
    rdfs:subClassOf obo:GO_0006996, obo:GO_0022411, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0043226
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0043226
            ]
        )
    ] .

obo:GO_1903010
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of bone development." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-05-13T22:41:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903010" ;
    a owl:Class ;
    rdfs:label "regulation of bone development" ;
    rdfs:subClassOf obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060348
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060348
            ]
        )
    ] .

obo:GO_1903011
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of bone development." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-05-13T22:42:00Z" ;
    oboInOwl:hasExactSynonym "down regulation of bone development", "down-regulation of bone development", "downregulation of bone development" ;
    oboInOwl:hasNarrowSynonym "inhibition of bone development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903011" ;
    a owl:Class ;
    rdfs:label "negative regulation of bone development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_1903010, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060348
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060348
            ]
        )
    ] .

obo:GO_1903012
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of bone development." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-05-13T22:42:06Z" ;
    oboInOwl:hasExactSynonym "up regulation of bone development", "up-regulation of bone development", "upregulation of bone development" ;
    oboInOwl:hasNarrowSynonym "activation of bone development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903012" ;
    a owl:Class ;
    rdfs:label "positive regulation of bone development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_1903010, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060348
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060348
            ]
        )
    ] .

obo:GO_1903018
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of glycoprotein metabolic process." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-05-14T18:44:19Z" ;
    oboInOwl:hasExactSynonym "regulation of glycoprotein metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903018" ;
    a owl:Class ;
    rdfs:comment "human serum amyloid P component (SAP) P02743 inhibits viral neuraminidase, NA (exo-alpha-sialidase activity) and thus the metabolism of glycoproteins, demonstrated in Figure 4A PMID:23544079, (IDA), the negative regulation term would be applied to this protein" ;
    rdfs:label "regulation of glycoprotein metabolic process" ;
    rdfs:subClassOf obo:GO_0051246, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009100
            ]
        )
    ] .

obo:GO_1903019
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of glycoprotein metabolic process." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-05-14T18:44:25Z" ;
    oboInOwl:hasExactSynonym "down regulation of glycoprotein metabolic process", "down regulation of glycoprotein metabolism", "down-regulation of glycoprotein metabolic process", "down-regulation of glycoprotein metabolism", "downregulation of glycoprotein metabolic process", "downregulation of glycoprotein metabolism", "negative regulation of glycoprotein metabolism" ;
    oboInOwl:hasNarrowSynonym "inhibition of glycoprotein metabolic process", "inhibition of glycoprotein metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903019" ;
    a owl:Class ;
    rdfs:comment "human serum amyloid P component (SAP) P02743 inhibits viral neuraminidase, NA (exo-alpha-sialidase activity) and thus the metabolism of glycoproteins, demonstrated in Figure 4A PMID:23544079, (IDA), the negative regulation term would be applied to this protein" ;
    rdfs:label "negative regulation of glycoprotein metabolic process" ;
    rdfs:subClassOf obo:GO_0051248, obo:GO_1903018, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0009100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0009100
            ]
        )
    ] .

obo:GO_1903020
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of glycoprotein metabolic process." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-05-14T18:44:31Z" ;
    oboInOwl:hasExactSynonym "positive regulation of glycoprotein metabolism", "up regulation of glycoprotein metabolic process", "up regulation of glycoprotein metabolism", "up-regulation of glycoprotein metabolic process", "up-regulation of glycoprotein metabolism", "upregulation of glycoprotein metabolic process", "upregulation of glycoprotein metabolism" ;
    oboInOwl:hasNarrowSynonym "activation of glycoprotein metabolic process", "activation of glycoprotein metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903020" ;
    a owl:Class ;
    rdfs:comment "human serum amyloid P component (SAP) P02743 inhibits viral neuraminidase, NA (exo-alpha-sialidase activity) and thus the metabolism of glycoproteins, demonstrated in Figure 4A PMID:23544079, (IDA), the negative regulation term would be applied to this protein" ;
    rdfs:label "positive regulation of glycoprotein metabolic process" ;
    rdfs:subClassOf obo:GO_0051247, obo:GO_1903018, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009100
            ]
        )
    ] .

obo:GO_1903045
    obo:IAO_0000115 "Any neural crest cell migration that is involved in sympathetic nervous system development." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-05-22T07:06:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903045" ;
    a owl:Class ;
    rdfs:comment "Sema3a (O08665, mouse) is involved in neural crest cell migration involved in sympathetic nervous system development" ;
    rdfs:label "neural crest cell migration involved in sympathetic nervous system development" ;
    rdfs:subClassOf obo:GO_1901166, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048485
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0001755
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0048485
            ]
        )
    ] .

obo:GO_1903046
    obo:IAO_0000115 "A process that is part of the meiotic cell cycle." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-05-22T14:22:28Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903046" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_pombe ;
    a owl:Class ;
    rdfs:label "meiotic cell cycle process" ;
    rdfs:subClassOf obo:GO_0022402, obo:GO_0022414, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0051321
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:disjointWith obo:GO_1903047 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0051321
            ]
        )
    ] .

obo:GO_1903047
    obo:IAO_0000115 "A process that is part of the mitotic cell cycle." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-05-22T14:22:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903047" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate ;
    a owl:Class ;
    rdfs:label "mitotic cell cycle process" ;
    rdfs:subClassOf obo:GO_0022402, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0000278
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009987
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0000278
            ]
        )
    ] .

obo:GO_1903053
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of extracellular matrix organization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-05-23T17:15:41Z" ;
    oboInOwl:hasExactSynonym "regulation of extracellular matrix organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of extracellular matrix organization and biogenesis" ;
    oboInOwl:id "GO:1903053" ;
    a owl:Class ;
    rdfs:label "regulation of extracellular matrix organization" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030198
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030198
            ]
        )
    ] .

obo:GO_1903054
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of extracellular matrix organization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-05-23T17:15:47Z" ;
    oboInOwl:hasExactSynonym "down regulation of extracellular matrix organisation", "down regulation of extracellular matrix organization", "down-regulation of extracellular matrix organisation", "down-regulation of extracellular matrix organization", "downregulation of extracellular matrix organisation", "downregulation of extracellular matrix organization", "negative regulation of extracellular matrix organisation" ;
    oboInOwl:hasNarrowSynonym "inhibition of extracellular matrix organisation", "inhibition of extracellular matrix organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of extracellular matrix organization and biogenesis", "down-regulation of extracellular matrix organization and biogenesis", "downregulation of extracellular matrix organization and biogenesis", "inhibition of extracellular matrix organization and biogenesis", "negative regulation of extracellular matrix organization and biogenesis" ;
    oboInOwl:id "GO:1903054" ;
    a owl:Class ;
    rdfs:label "negative regulation of extracellular matrix organization" ;
    rdfs:subClassOf obo:GO_0051129, obo:GO_1903053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030198
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030198
            ]
        )
    ] .

obo:GO_1903055
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of extracellular matrix organization." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2014-05-23T17:15:53Z" ;
    oboInOwl:hasExactSynonym "positive regulation of extracellular matrix organisation", "up regulation of extracellular matrix organisation", "up regulation of extracellular matrix organization", "up-regulation of extracellular matrix organisation", "up-regulation of extracellular matrix organization", "upregulation of extracellular matrix organisation", "upregulation of extracellular matrix organization" ;
    oboInOwl:hasNarrowSynonym "activation of extracellular matrix organisation", "activation of extracellular matrix organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of extracellular matrix organization and biogenesis", "positive regulation of extracellular matrix organization and biogenesis", "up regulation of extracellular matrix organization and biogenesis", "up-regulation of extracellular matrix organization and biogenesis", "upregulation of extracellular matrix organization and biogenesis" ;
    oboInOwl:id "GO:1903055" ;
    a owl:Class ;
    rdfs:label "positive regulation of extracellular matrix organization" ;
    rdfs:subClassOf obo:GO_0051130, obo:GO_1903053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030198
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030198
            ]
        )
    ] .

obo:GO_1903076
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to plasma membrane." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-07-10T10:32:44Z" ;
    oboInOwl:hasAlternativeId "GO:0090003", "GO:1905963" ;
    oboInOwl:hasExactSynonym "regulation of protein localization in plasma membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of establishment of protein localisation in plasma membrane", "regulation of establishment of protein localization in plasma membrane", "regulation of establishment of protein localization to plasma membrane", "regulation of protein localisation in plasma membrane", "regulation of protein targeting to plasma membrane", "regulation of protein-plasma membrane targeting" ;
    oboInOwl:id "GO:1903076" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to plasma membrane" ;
    rdfs:subClassOf obo:GO_1904375, obo:GO_1905475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072659
            ]
        )
    ] .

obo:GO_1903077
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to plasma membrane." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2014-05-29T17:10:16Z" ;
    oboInOwl:hasAlternativeId "GO:0090005", "GO:1905964" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation in plasma membrane", "down regulation of protein localization in plasma membrane", "down regulation of protein localization to plasma membrane", "down-regulation of protein localisation in plasma membrane", "down-regulation of protein localization in plasma membrane", "down-regulation of protein localization to plasma membrane", "downregulation of protein localisation in plasma membrane", "downregulation of protein localization in plasma membrane", "downregulation of protein localization to plasma membrane", "negative regulation of protein localization in plasma membrane" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation in plasma membrane", "inhibition of protein localization in plasma membrane", "inhibition of protein localization to plasma membrane", "inhibition of protein targeting to plasma membrane", "inhibition of protein-plasma membrane targeting" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of protein targeting to plasma membrane", "down regulation of protein-plasma membrane targeting", "down-regulation of protein targeting to plasma membrane", "down-regulation of protein-plasma membrane targeting", "downregulation of protein targeting to plasma membrane", "downregulation of protein-plasma membrane targeting", "negative regulation of establishment of protein localisation in plasma membrane", "negative regulation of establishment of protein localization in plasma membrane", "negative regulation of establishment of protein localization to plasma membrane", "negative regulation of protein localisation in plasma membrane", "negative regulation of protein targeting to plasma membrane", "negative regulation of protein-plasma membrane targeting" ;
    oboInOwl:id "GO:1903077" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to plasma membrane" ;
    rdfs:subClassOf obo:GO_1903076, obo:GO_1904376, obo:GO_1905476, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072659
            ]
        )
    ] .

obo:GO_1903078
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to plasma membrane." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2009-07-10T10:34:17Z" ;
    oboInOwl:hasAlternativeId "GO:0090004", "GO:1905965" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation in plasma membrane", "positive regulation of protein localization in plasma membrane", "up regulation of protein localisation in plasma membrane", "up regulation of protein localization in plasma membrane", "up regulation of protein localization to plasma membrane", "up-regulation of protein localisation in plasma membrane", "up-regulation of protein localization in plasma membrane", "up-regulation of protein localization to plasma membrane", "upregulation of protein localisation in plasma membrane", "upregulation of protein localization in plasma membrane", "upregulation of protein localization to plasma membrane" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation in plasma membrane", "activation of protein localization in plasma membrane", "activation of protein localization to plasma membrane", "activation of protein targeting to plasma membrane", "activation of protein-plasma membrane targeting" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of establishment of protein localisation in plasma membrane", "positive regulation of establishment of protein localization to plasma membrane", "positive regulation of protein targeting to plasma membrane", "positive regulation of protein-plasma membrane targeting", "up regulation of protein targeting to plasma membrane", "up regulation of protein-plasma membrane targeting", "up-regulation of protein targeting to plasma membrane", "up-regulation of protein-plasma membrane targeting", "upregulation of protein targeting to plasma membrane", "upregulation of protein-plasma membrane targeting" ;
    oboInOwl:id "GO:1903078" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to plasma membrane" ;
    rdfs:subClassOf obo:GO_1903076, obo:GO_1904377, obo:GO_1905477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072659
            ]
        )
    ] .

obo:GO_1903115
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of actin filament-based movement." ;
    oboInOwl:created_by "al" ;
    oboInOwl:creation_date "2014-06-12T16:55:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903115" ;
    a owl:Class ;
    rdfs:label "regulation of actin filament-based movement" ;
    rdfs:subClassOf obo:GO_0032970, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030048
            ]
        )
    ] .

obo:GO_1903116
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of actin filament-based movement." ;
    oboInOwl:created_by "al" ;
    oboInOwl:creation_date "2014-06-12T16:56:04Z" ;
    oboInOwl:hasExactSynonym "up regulation of actin filament-based movement", "up-regulation of actin filament-based movement", "upregulation of actin filament-based movement" ;
    oboInOwl:hasNarrowSynonym "activation of actin filament-based movement" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903116" ;
    a owl:Class ;
    rdfs:label "positive regulation of actin filament-based movement" ;
    rdfs:subClassOf obo:GO_0048522, obo:GO_1903115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030048
            ]
        )
    ] .

obo:GO_1903119
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, the location of an actin cytoskeleton." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2014-06-16T11:27:09Z" ;
    oboInOwl:hasExactSynonym "protein localisation in actin cytoskeleton", "protein localisation to actin cytoskeleton", "protein localization in actin cytoskeleton" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903119" ;
    a owl:Class ;
    rdfs:label "protein localization to actin cytoskeleton" ;
    rdfs:subClassOf obo:GO_0044380, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0015629
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0015629
            ]
        )
    ] .

obo:GO_1903131
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a mononuclear cell." ;
    oboInOwl:created_by "cls" ;
    oboInOwl:creation_date "2014-06-25T15:47:09Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903131" ;
    a owl:Class ;
    rdfs:label "mononuclear cell differentiation" ;
    rdfs:subClassOf obo:GO_0002521, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0000842
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0000842
            ]
        )
    ] .

obo:GO_1903224
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of endodermal cell differentiation." ;
    oboInOwl:created_by "als" ;
    oboInOwl:creation_date "2014-07-29T13:22:35Z" ;
    oboInOwl:hasExactSynonym "regulation of endoderm cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903224" ;
    a owl:Class ;
    rdfs:label "regulation of endodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035987
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035987
            ]
        )
    ] .

obo:GO_1903225
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of endodermal cell differentiation." ;
    oboInOwl:created_by "als" ;
    oboInOwl:creation_date "2014-07-29T13:22:41Z" ;
    oboInOwl:hasExactSynonym "down regulation of endoderm cell differentiation", "down regulation of endodermal cell differentiation", "down-regulation of endoderm cell differentiation", "down-regulation of endodermal cell differentiation", "downregulation of endoderm cell differentiation", "downregulation of endodermal cell differentiation", "negative regulation of endoderm cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of endoderm cell differentiation", "inhibition of endodermal cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903225" ;
    a owl:Class ;
    rdfs:label "negative regulation of endodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_1903224, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035987
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035987
            ]
        )
    ] .

obo:GO_1903226
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of endodermal cell differentiation." ;
    oboInOwl:created_by "als" ;
    oboInOwl:creation_date "2014-07-29T13:22:47Z" ;
    oboInOwl:hasExactSynonym "positive regulation of endoderm cell differentiation", "up regulation of endoderm cell differentiation", "up regulation of endodermal cell differentiation", "up-regulation of endoderm cell differentiation", "up-regulation of endodermal cell differentiation", "upregulation of endoderm cell differentiation", "upregulation of endodermal cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of endoderm cell differentiation", "activation of endodermal cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903226" ;
    a owl:Class ;
    rdfs:label "positive regulation of endodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_1903224, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035987
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035987
            ]
        )
    ] .

obo:GO_1903251
    obo:IAO_0000115 "The process in which a relatively unspecialized cell acquires the specialized features of a multi-ciliated epithelial cell." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2014-08-05T19:21:21Z" ;
    oboInOwl:hasBroadSynonym "multiciliate cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903251" ;
    a owl:Class ;
    rdfs:label "multi-ciliated epithelial cell differentiation" ;
    rdfs:subClassOf obo:GO_0002065, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002315 ;
        owl:someValuesFrom obo:CL_0005012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0030154
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002315 ;
                owl:someValuesFrom obo:CL_0005012
            ]
        )
    ] .

obo:GO_1903292
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a Golgi membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2014-08-12T14:22:31Z" ;
    oboInOwl:hasExactSynonym "protein localisation in Golgi membrane", "protein localisation to Golgi membrane", "protein localization in Golgi membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903292" ;
    a owl:Class ;
    rdfs:label "protein localization to Golgi membrane" ;
    rdfs:subClassOf obo:GO_0034067, obo:GO_0072657, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0000139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0000139
            ]
        )
    ] .

obo:GO_1903335
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vacuolar transport." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-08-18T13:16:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903335" ;
    a owl:Class ;
    rdfs:label "regulation of vacuolar transport" ;
    rdfs:subClassOf obo:GO_0032386, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007034
            ]
        )
    ] .

obo:GO_1903336
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vacuolar transport." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-08-18T13:16:11Z" ;
    oboInOwl:hasExactSynonym "down regulation of vacuolar transport", "down-regulation of vacuolar transport", "downregulation of vacuolar transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of vacuolar transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903336" ;
    a owl:Class ;
    rdfs:label "negative regulation of vacuolar transport" ;
    rdfs:subClassOf obo:GO_0032387, obo:GO_1903335, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007034
            ]
        )
    ] .

obo:GO_1903337
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vacuolar transport." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-08-18T13:16:19Z" ;
    oboInOwl:hasExactSynonym "up regulation of vacuolar transport", "up-regulation of vacuolar transport", "upregulation of vacuolar transport" ;
    oboInOwl:hasNarrowSynonym "activation of vacuolar transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903337" ;
    a owl:Class ;
    rdfs:label "positive regulation of vacuolar transport" ;
    rdfs:subClassOf obo:GO_0032388, obo:GO_1903335, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007034
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007034
            ]
        )
    ] .

obo:GO_1903353
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of nucleus organization." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2014-08-20T19:36:16Z" ;
    oboInOwl:hasExactSynonym "regulation of nuclear organisation", "regulation of nuclear organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of nuclear morphology", "regulation of nuclear organization and biogenesis", "regulation of nucleus organization and biogenesis" ;
    oboInOwl:id "GO:1903353" ;
    a owl:Class ;
    rdfs:label "regulation of nucleus organization" ;
    rdfs:subClassOf obo:GO_0033043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006997
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006997
            ]
        )
    ] .

obo:GO_1903358
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of Golgi organization." ;
    oboInOwl:created_by "als" ;
    oboInOwl:creation_date "2014-08-21T10:22:22Z" ;
    oboInOwl:hasExactSynonym "regulation of Golgi organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of Golgi organization and biogenesis" ;
    oboInOwl:id "GO:1903358" ;
    a owl:Class ;
    rdfs:label "regulation of Golgi organization" ;
    rdfs:subClassOf obo:GO_0033043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007030
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007030
            ]
        )
    ] .

obo:GO_1903379
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mitotic chromosome condensation." ;
    oboInOwl:created_by "al" ;
    oboInOwl:creation_date "2014-08-26T13:57:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903379" ;
    a owl:Class ;
    rdfs:label "regulation of mitotic chromosome condensation" ;
    rdfs:subClassOf obo:GO_0010564, obo:GO_0060623, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007076
            ]
        )
    ] .

obo:GO_1903380
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mitotic chromosome condensation." ;
    oboInOwl:created_by "al" ;
    oboInOwl:creation_date "2014-08-26T13:57:29Z" ;
    oboInOwl:hasExactSynonym "up regulation of mitotic chromosome condensation", "up-regulation of mitotic chromosome condensation", "upregulation of mitotic chromosome condensation" ;
    oboInOwl:hasNarrowSynonym "activation of mitotic chromosome condensation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903380" ;
    a owl:Class ;
    rdfs:label "positive regulation of mitotic chromosome condensation" ;
    rdfs:subClassOf obo:GO_0090068, obo:GO_1903379, obo:GO_1905821, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007076
            ]
        )
    ] .

obo:GO_1903429
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell maturation." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-09-15T13:31:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of functional differentiation" ;
    oboInOwl:id "GO:1903429" ;
    a owl:Class ;
    rdfs:label "regulation of cell maturation" ;
    rdfs:subClassOf obo:GO_0060284, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048469
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048469
            ]
        )
    ] .

obo:GO_1903430
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cell maturation." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-09-15T13:31:32Z" ;
    oboInOwl:hasExactSynonym "down regulation of cell maturation", "down-regulation of cell maturation", "downregulation of cell maturation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of functional differentiation", "down-regulation of functional differentiation", "downregulation of functional differentiation", "inhibition of functional differentiation", "negative regulation of functional differentiation" ;
    oboInOwl:id "GO:1903430" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell maturation" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_1903429, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048469
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048469
            ]
        )
    ] .

obo:GO_1903431
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell maturation." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-09-15T13:31:41Z" ;
    oboInOwl:hasExactSynonym "up regulation of cell maturation", "up-regulation of cell maturation", "upregulation of cell maturation" ;
    oboInOwl:hasNarrowSynonym "activation of cell maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of functional differentiation", "positive regulation of functional differentiation", "up regulation of functional differentiation", "up-regulation of functional differentiation", "upregulation of functional differentiation" ;
    oboInOwl:id "GO:1903431" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell maturation" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_1903429, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048469
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048469
            ]
        )
    ] .

obo:GO_1903441
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a ciliary membrane." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2014-09-16T15:15:39Z" ;
    oboInOwl:hasExactSynonym "protein localisation in ciliary membrane", "protein localisation to ciliary membrane", "protein localization in ciliary membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903441" ;
    a owl:Class ;
    rdfs:label "protein localization to ciliary membrane" ;
    rdfs:subClassOf obo:GO_0061512, obo:GO_0072657, obo:GO_1990778, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0060170
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0060170
            ]
        )
    ] .

obo:GO_1903522
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of blood circulation." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-10-06T18:38:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of hemolymph circulation" ;
    oboInOwl:id "GO:1903522" ;
    a owl:Class ;
    rdfs:label "regulation of blood circulation" ;
    rdfs:subClassOf obo:GO_0044057, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008015
            ]
        )
    ] .

obo:GO_1903523
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of blood circulation." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-10-06T18:39:05Z" ;
    oboInOwl:hasExactSynonym "down regulation of blood circulation", "down-regulation of blood circulation", "downregulation of blood circulation" ;
    oboInOwl:hasNarrowSynonym "inhibition of blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of hemolymph circulation", "down-regulation of hemolymph circulation", "downregulation of hemolymph circulation", "inhibition of hemolymph circulation", "negative regulation of hemolymph circulation" ;
    oboInOwl:id "GO:1903523" ;
    a owl:Class ;
    rdfs:label "negative regulation of blood circulation" ;
    rdfs:subClassOf obo:GO_0051241, obo:GO_1903522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008015
            ]
        )
    ] .

obo:GO_1903524
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of blood circulation." ;
    oboInOwl:created_by "mr" ;
    oboInOwl:creation_date "2014-10-06T18:39:13Z" ;
    oboInOwl:hasExactSynonym "up regulation of blood circulation", "up-regulation of blood circulation", "upregulation of blood circulation" ;
    oboInOwl:hasNarrowSynonym "activation of blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of hemolymph circulation", "positive regulation of hemolymph circulation", "up regulation of hemolymph circulation", "up-regulation of hemolymph circulation", "upregulation of hemolymph circulation" ;
    oboInOwl:id "GO:1903524" ;
    a owl:Class ;
    rdfs:label "positive regulation of blood circulation" ;
    rdfs:subClassOf obo:GO_0051240, obo:GO_1903522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008015
            ]
        )
    ] .

obo:GO_1903530
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of secretion by cell." ;
    oboInOwl:created_by "pm" ;
    oboInOwl:creation_date "2014-10-08T13:24:59Z" ;
    oboInOwl:hasExactSynonym "regulation of cellular secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903530" ;
    a owl:Class ;
    rdfs:label "regulation of secretion by cell" ;
    rdfs:subClassOf obo:GO_0050794, obo:GO_0051046, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032940
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032940
            ]
        )
    ] .

obo:GO_1903531
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of secretion by cell." ;
    oboInOwl:created_by "pm" ;
    oboInOwl:creation_date "2014-10-08T13:25:08Z" ;
    oboInOwl:hasExactSynonym "down regulation of cellular secretion", "down regulation of secretion by cell", "down-regulation of cellular secretion", "down-regulation of secretion by cell", "downregulation of cellular secretion", "downregulation of secretion by cell", "negative regulation of cellular secretion" ;
    oboInOwl:hasNarrowSynonym "inhibition of cellular secretion", "inhibition of secretion by cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903531" ;
    a owl:Class ;
    rdfs:label "negative regulation of secretion by cell" ;
    rdfs:subClassOf obo:GO_0048523, obo:GO_0051048, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032940
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032940
            ]
        )
    ] .

obo:GO_1903532
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of secretion by cell." ;
    oboInOwl:created_by "pm" ;
    oboInOwl:creation_date "2014-10-08T13:25:17Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cellular secretion", "up regulation of cellular secretion", "up regulation of secretion by cell", "up-regulation of cellular secretion", "up-regulation of secretion by cell", "upregulation of cellular secretion", "upregulation of secretion by cell" ;
    oboInOwl:hasNarrowSynonym "activation of cellular secretion", "activation of secretion by cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903532" ;
    a owl:Class ;
    rdfs:label "positive regulation of secretion by cell" ;
    rdfs:subClassOf obo:GO_0048522, obo:GO_0051047, obo:GO_1903530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032940
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032940
            ]
        )
    ] .

obo:GO_1903537
    obo:IAO_0000115 "Any meiotic cell cycle process that is involved in oocyte maturation." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2014-10-09T10:46:14Z" ;
    oboInOwl:hasBroadSynonym "meiosis involved in oocyte maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903537" ;
    a owl:Class ;
    rdfs:label "meiotic cell cycle process involved in oocyte maturation" ;
    rdfs:subClassOf obo:GO_1903046, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0001556
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_1903046
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0001556
            ]
        )
    ] .

obo:GO_1903538
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of meiotic cell cycle process involved in oocyte maturation." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2014-10-09T10:52:38Z" ;
    oboInOwl:hasBroadSynonym "regulation of meiosis involved in oocyte maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903538" ;
    a owl:Class ;
    rdfs:label "regulation of meiotic cell cycle process involved in oocyte maturation" ;
    rdfs:subClassOf obo:GO_0010564, obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1903537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1903537
            ]
        )
    ] .

obo:GO_1903541
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of exosomal secretion." ;
    oboInOwl:created_by "pga" ;
    oboInOwl:creation_date "2014-10-14T11:38:52Z" ;
    oboInOwl:hasExactSynonym "regulation of exosomal secretory pathway", "regulation of extracellular vesicular exosome secretion", "regulation of secretion of exosome" ;
    oboInOwl:hasNarrowSynonym "regulation of exosomal protein secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903541" ;
    a owl:Class ;
    rdfs:label "regulation of exosomal secretion" ;
    rdfs:subClassOf obo:GO_0017157, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990182
            ]
        )
    ] .

obo:GO_1903542
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of exosomal secretion." ;
    oboInOwl:created_by "pga" ;
    oboInOwl:creation_date "2014-10-14T11:39:02Z" ;
    oboInOwl:hasExactSynonym "down regulation of exosomal secretion", "down regulation of exosomal secretory pathway", "down regulation of extracellular vesicular exosome secretion", "down regulation of secretion of exosome", "down-regulation of exosomal secretion", "down-regulation of exosomal secretory pathway", "down-regulation of extracellular vesicular exosome secretion", "down-regulation of secretion of exosome", "downregulation of exosomal secretion", "downregulation of exosomal secretory pathway", "downregulation of extracellular vesicular exosome secretion", "downregulation of secretion of exosome", "negative regulation of exosomal secretory pathway", "negative regulation of extracellular vesicular exosome secretion", "negative regulation of secretion of exosome" ;
    oboInOwl:hasNarrowSynonym "down regulation of exosomal protein secretion", "down-regulation of exosomal protein secretion", "downregulation of exosomal protein secretion", "inhibition of exosomal protein secretion", "inhibition of exosomal secretion", "inhibition of exosomal secretory pathway", "inhibition of extracellular vesicular exosome secretion", "inhibition of secretion of exosome", "negative regulation of exosomal protein secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903542" ;
    a owl:Class ;
    rdfs:label "negative regulation of exosomal secretion" ;
    rdfs:subClassOf obo:GO_0045920, obo:GO_1903541, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990182
            ]
        )
    ] .

obo:GO_1903543
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of exosomal secretion." ;
    oboInOwl:created_by "pga" ;
    oboInOwl:creation_date "2014-10-14T11:39:10Z" ;
    oboInOwl:hasExactSynonym "positive regulation of exosomal secretory pathway", "positive regulation of extracellular vesicular exosome secretion", "positive regulation of secretion of exosome", "up regulation of exosomal secretion", "up regulation of exosomal secretory pathway", "up regulation of extracellular vesicular exosome secretion", "up regulation of secretion of exosome", "up-regulation of exosomal secretion", "up-regulation of exosomal secretory pathway", "up-regulation of extracellular vesicular exosome secretion", "up-regulation of secretion of exosome", "upregulation of exosomal secretion", "upregulation of exosomal secretory pathway", "upregulation of extracellular vesicular exosome secretion", "upregulation of secretion of exosome" ;
    oboInOwl:hasNarrowSynonym "activation of exosomal protein secretion", "activation of exosomal secretion", "activation of exosomal secretory pathway", "activation of extracellular vesicular exosome secretion", "activation of secretion of exosome", "positive regulation of exosomal protein secretion", "up regulation of exosomal protein secretion", "up-regulation of exosomal protein secretion", "upregulation of exosomal protein secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903543" ;
    a owl:Class ;
    rdfs:label "positive regulation of exosomal secretion" ;
    rdfs:subClassOf obo:GO_0044089, obo:GO_0045921, obo:GO_1903541, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990182
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990182
            ]
        )
    ] .

obo:GO_1903551
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of extracellular vesicular exosome assembly." ;
    oboInOwl:created_by "pga" ;
    oboInOwl:creation_date "2014-10-20T15:37:25Z" ;
    oboInOwl:hasExactSynonym "regulation of extracellular vesicular exosome assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903551" ;
    a owl:Class ;
    rdfs:label "regulation of extracellular exosome assembly" ;
    rdfs:subClassOf obo:GO_1902115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0071971
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0071971
            ]
        )
    ] .

obo:GO_1903552
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of extracellular vesicular exosome assembly." ;
    oboInOwl:created_by "pga" ;
    oboInOwl:creation_date "2014-10-20T15:37:33Z" ;
    oboInOwl:hasExactSynonym "down regulation of extracellular vesicular exosome assembly", "down-regulation of extracellular vesicular exosome assembly", "downregulation of extracellular vesicular exosome assembly", "negative regulation of extracellular vesicular exosome assembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of extracellular vesicular exosome assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903552" ;
    a owl:Class ;
    rdfs:label "negative regulation of extracellular exosome assembly" ;
    rdfs:subClassOf obo:GO_1902116, obo:GO_1903551, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0071971
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0071971
            ]
        )
    ] .

obo:GO_1903553
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of extracellular vesicular exosome assembly." ;
    oboInOwl:created_by "pga" ;
    oboInOwl:creation_date "2014-10-20T15:37:42Z" ;
    oboInOwl:hasExactSynonym "up regulation of extracellular vesicular exosome assembly", "up-regulation of extracellular vesicular exosome assembly", "upregulation of extracellular vesicular exosome assembly" ;
    oboInOwl:hasNarrowSynonym "activation of extracellular vesicular exosome assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of extracellular vesicular exosome assembly" ;
    oboInOwl:id "GO:1903553" ;
    a owl:Class ;
    rdfs:label "positive regulation of extracellular exosome assembly" ;
    rdfs:subClassOf obo:GO_1902117, obo:GO_1903551, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0071971
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0071971
            ]
        )
    ] .

obo:GO_1903561
    obo:IAO_0000115 "Any vesicle that is part of the extracellular region." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2014-10-22T14:26:11Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "microparticle" ;
    oboInOwl:id "GO:1903561" ;
    a owl:Class ;
    rdfs:label "extracellular vesicle" ;
    rdfs:subClassOf obo:GO_0031982, obo:GO_0065010 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0031982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005576
            ]
        )
    ] .

obo:GO_1903564
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to cilium." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2014-10-24T20:58:11Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903564" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to cilium" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061512
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061512
            ]
        )
    ] .

obo:GO_1903565
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cilium." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2014-10-24T20:58:20Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localization to cilium", "down-regulation of protein localization to cilium", "downregulation of protein localization to cilium" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localization to cilium" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903565" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to cilium" ;
    rdfs:subClassOf obo:GO_1903564, obo:GO_1903828, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061512
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061512
            ]
        )
    ] .

obo:GO_1903566
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to cilium." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2014-10-24T20:58:28Z" ;
    oboInOwl:hasExactSynonym "up regulation of protein localization to cilium", "up-regulation of protein localization to cilium", "upregulation of protein localization to cilium" ;
    oboInOwl:hasNarrowSynonym "activation of protein localization to cilium" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903566" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to cilium" ;
    rdfs:subClassOf obo:GO_1903564, obo:GO_1903829, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061512
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061512
            ]
        )
    ] .

obo:GO_1903567
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to ciliary membrane." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2014-10-24T21:32:51Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation in ciliary membrane", "regulation of protein localisation to ciliary membrane", "regulation of protein localization in ciliary membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903567" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to ciliary membrane" ;
    rdfs:subClassOf obo:GO_1903564, obo:GO_1904375, obo:GO_1905475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1903441
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1903441
            ]
        )
    ] .

obo:GO_1903568
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to ciliary membrane." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2014-10-24T21:32:59Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation in ciliary membrane", "down regulation of protein localisation to ciliary membrane", "down regulation of protein localization in ciliary membrane", "down regulation of protein localization to ciliary membrane", "down-regulation of protein localisation in ciliary membrane", "down-regulation of protein localisation to ciliary membrane", "down-regulation of protein localization in ciliary membrane", "down-regulation of protein localization to ciliary membrane", "downregulation of protein localisation in ciliary membrane", "downregulation of protein localisation to ciliary membrane", "downregulation of protein localization in ciliary membrane", "downregulation of protein localization to ciliary membrane", "negative regulation of protein localisation in ciliary membrane", "negative regulation of protein localisation to ciliary membrane", "negative regulation of protein localization in ciliary membrane" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation in ciliary membrane", "inhibition of protein localisation to ciliary membrane", "inhibition of protein localization in ciliary membrane", "inhibition of protein localization to ciliary membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903568" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to ciliary membrane" ;
    rdfs:subClassOf obo:GO_1903565, obo:GO_1903567, obo:GO_1904376, obo:GO_1905476, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1903441
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1903441
            ]
        )
    ] .

obo:GO_1903569
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to ciliary membrane." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2014-10-24T21:33:08Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation in ciliary membrane", "positive regulation of protein localisation to ciliary membrane", "positive regulation of protein localization in ciliary membrane", "up regulation of protein localisation in ciliary membrane", "up regulation of protein localisation to ciliary membrane", "up regulation of protein localization in ciliary membrane", "up regulation of protein localization to ciliary membrane", "up-regulation of protein localisation in ciliary membrane", "up-regulation of protein localisation to ciliary membrane", "up-regulation of protein localization in ciliary membrane", "up-regulation of protein localization to ciliary membrane", "upregulation of protein localisation in ciliary membrane", "upregulation of protein localisation to ciliary membrane", "upregulation of protein localization in ciliary membrane", "upregulation of protein localization to ciliary membrane" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation in ciliary membrane", "activation of protein localisation to ciliary membrane", "activation of protein localization in ciliary membrane", "activation of protein localization to ciliary membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903569" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to ciliary membrane" ;
    rdfs:subClassOf obo:GO_1903566, obo:GO_1903567, obo:GO_1904377, obo:GO_1905477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1903441
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1903441
            ]
        )
    ] .

obo:GO_1903701
    obo:IAO_0000115 "The process whose specific outcome is the progression of a substantia propria of cornea over time, from its formation to the mature structure." ;
    oboInOwl:created_by "cls" ;
    oboInOwl:creation_date "2014-12-03T13:12:09Z" ;
    oboInOwl:hasExactSynonym "corneal stroma development", "stroma of cornea development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "substantia propria development" ;
    oboInOwl:id "GO:1903701" ;
    a owl:Class ;
    rdfs:label "substantia propria of cornea development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001777
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001777
            ]
        )
    ] .

obo:GO_1903702
    obo:IAO_0000115 "The process whose specific outcome is the progression of an esophagus over time, from its formation to the mature structure." ;
    oboInOwl:created_by "cls" ;
    oboInOwl:creation_date "2014-12-03T14:41:30Z" ;
    oboInOwl:hasExactSynonym "esophageal development", "gullet development", "oesophagus development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903702" ;
    a owl:Class ;
    rdfs:label "esophagus development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:GO_1903706
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of hemopoiesis." ;
    oboInOwl:created_by "pad" ;
    oboInOwl:creation_date "2014-12-04T15:34:13Z" ;
    oboInOwl:hasExactSynonym "regulation of blood cell biosynthesis", "regulation of blood cell formation", "regulation of haemopoiesis", "regulation of hematopoiesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903706" ;
    a owl:Class ;
    rdfs:comment "An example of this is Atg7 in mouse (UniProt symbol, Q9D906) in PMID:20080761, inferred from mutant phenotype." ;
    rdfs:label "regulation of hemopoiesis" ;
    rdfs:subClassOf obo:GO_0002682, obo:GO_0060284, obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030097
            ]
        )
    ] .

obo:GO_1903707
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of hemopoiesis." ;
    oboInOwl:created_by "pad" ;
    oboInOwl:creation_date "2014-12-04T15:34:21Z" ;
    oboInOwl:hasExactSynonym "down regulation of blood cell biosynthesis", "down regulation of blood cell formation", "down regulation of haemopoiesis", "down regulation of hematopoiesis", "down regulation of hemopoiesis", "down-regulation of blood cell biosynthesis", "down-regulation of blood cell formation", "down-regulation of haemopoiesis", "down-regulation of hematopoiesis", "down-regulation of hemopoiesis", "downregulation of blood cell biosynthesis", "downregulation of blood cell formation", "downregulation of haemopoiesis", "downregulation of hematopoiesis", "downregulation of hemopoiesis", "negative regulation of blood cell biosynthesis", "negative regulation of blood cell formation", "negative regulation of haemopoiesis", "negative regulation of hematopoiesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of blood cell biosynthesis", "inhibition of blood cell formation", "inhibition of haemopoiesis", "inhibition of hematopoiesis", "inhibition of hemopoiesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903707" ;
    a owl:Class ;
    rdfs:comment "An example of this is Atg7 in mouse (UniProt symbol, Q9D906) in PMID:20080761, inferred from mutant phenotype." ;
    rdfs:label "negative regulation of hemopoiesis" ;
    rdfs:subClassOf obo:GO_0002683, obo:GO_0010721, obo:GO_0051241, obo:GO_1903706, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030097
            ]
        )
    ] .

obo:GO_1903708
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of hemopoiesis." ;
    oboInOwl:created_by "pad" ;
    oboInOwl:creation_date "2014-12-04T15:34:30Z" ;
    oboInOwl:hasExactSynonym "positive regulation of blood cell biosynthesis", "positive regulation of blood cell formation", "positive regulation of haemopoiesis", "positive regulation of hematopoiesis", "up regulation of blood cell biosynthesis", "up regulation of blood cell formation", "up regulation of haemopoiesis", "up regulation of hematopoiesis", "up regulation of hemopoiesis", "up-regulation of blood cell biosynthesis", "up-regulation of blood cell formation", "up-regulation of haemopoiesis", "up-regulation of hematopoiesis", "up-regulation of hemopoiesis", "upregulation of blood cell biosynthesis", "upregulation of blood cell formation", "upregulation of haemopoiesis", "upregulation of hematopoiesis", "upregulation of hemopoiesis" ;
    oboInOwl:hasNarrowSynonym "activation of blood cell biosynthesis", "activation of blood cell formation", "activation of haemopoiesis", "activation of hematopoiesis", "activation of hemopoiesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903708" ;
    a owl:Class ;
    rdfs:comment "An example of this is Atg7 in mouse (UniProt symbol, Q9D906) in PMID:20080761, inferred from mutant phenotype." ;
    rdfs:label "positive regulation of hemopoiesis" ;
    rdfs:subClassOf obo:GO_0002684, obo:GO_0010720, obo:GO_0051240, obo:GO_1903706, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030097
            ]
        )
    ] .

obo:GO_1903729
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of plasma membrane organization." ;
    oboInOwl:created_by "al" ;
    oboInOwl:creation_date "2014-12-10T18:59:44Z" ;
    oboInOwl:hasExactSynonym "regulation of plasma membrane organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of plasma membrane organization and biogenesis" ;
    oboInOwl:id "GO:1903729" ;
    a owl:Class ;
    rdfs:label "regulation of plasma membrane organization" ;
    rdfs:subClassOf obo:GO_0051128, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007009
            ]
        )
    ] .

obo:GO_1903778
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a vacuolar membrane." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2015-01-07T13:15:54Z" ;
    oboInOwl:hasExactSynonym "protein localisation in vacuolar membrane", "protein localisation to vacuolar membrane", "protein localization in vacuolar membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903778" ;
    a owl:Class ;
    rdfs:label "protein localization to vacuolar membrane" ;
    rdfs:subClassOf obo:GO_0072657, obo:GO_0072665, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005774
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005774
            ]
        )
    ] .

obo:GO_1903779
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac conduction." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-01-07T13:20:11Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-5578768", "Reactome:R-HSA-5578775" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903779" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac conduction" ;
    rdfs:subClassOf obo:GO_0008016, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061337
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061337
            ]
        )
    ] .

obo:GO_1903780
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac conduction." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-01-07T13:20:20Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac conduction", "down-regulation of cardiac conduction", "downregulation of cardiac conduction" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac conduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903780" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac conduction" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_1903779, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061337
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061337
            ]
        )
    ] .

obo:GO_1903781
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac conduction." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-01-07T13:20:28Z" ;
    oboInOwl:hasExactSynonym "up regulation of cardiac conduction", "up-regulation of cardiac conduction", "upregulation of cardiac conduction" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac conduction" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903781" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac conduction" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_1903779, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061337
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061337
            ]
        )
    ] .

obo:GO_1903789
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of amino acid transmembrane transport." ;
    oboInOwl:created_by "al" ;
    oboInOwl:creation_date "2015-01-08T17:42:18Z" ;
    oboInOwl:hasExactSynonym "regulation of amino acid membrane transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903789" ;
    a owl:Class ;
    rdfs:label "regulation of amino acid transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034762, obo:GO_0051955, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003333
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003333
            ]
        )
    ] .

obo:GO_1903795
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of inorganic anion transmembrane transport." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-01-14T21:44:49Z" ;
    oboInOwl:hasExactSynonym "regulation of inorganic anion membrane transport", "regulation of transmembrane inorganic anion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903795" ;
    a owl:Class ;
    rdfs:label "regulation of inorganic anion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034762, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0098661
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0098661
            ]
        )
    ] .

obo:GO_1903796
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of inorganic anion transmembrane transport." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-01-14T21:44:59Z" ;
    oboInOwl:hasExactSynonym "down regulation of inorganic anion membrane transport", "down regulation of inorganic anion transmembrane transport", "down regulation of transmembrane inorganic anion transport", "down-regulation of inorganic anion membrane transport", "down-regulation of inorganic anion transmembrane transport", "down-regulation of transmembrane inorganic anion transport", "downregulation of inorganic anion membrane transport", "downregulation of inorganic anion transmembrane transport", "downregulation of transmembrane inorganic anion transport", "negative regulation of inorganic anion membrane transport", "negative regulation of transmembrane inorganic anion transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of inorganic anion membrane transport", "inhibition of inorganic anion transmembrane transport", "inhibition of transmembrane inorganic anion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903796" ;
    a owl:Class ;
    rdfs:label "negative regulation of inorganic anion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034763, obo:GO_1903795, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0098661
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0098661
            ]
        )
    ] .

obo:GO_1903797
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of inorganic anion transmembrane transport." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-01-14T21:45:08Z" ;
    oboInOwl:hasExactSynonym "positive regulation of inorganic anion membrane transport", "positive regulation of transmembrane inorganic anion transport", "up regulation of inorganic anion membrane transport", "up regulation of inorganic anion transmembrane transport", "up regulation of transmembrane inorganic anion transport", "up-regulation of inorganic anion membrane transport", "up-regulation of inorganic anion transmembrane transport", "up-regulation of transmembrane inorganic anion transport", "upregulation of inorganic anion membrane transport", "upregulation of inorganic anion transmembrane transport", "upregulation of transmembrane inorganic anion transport" ;
    oboInOwl:hasNarrowSynonym "activation of inorganic anion membrane transport", "activation of inorganic anion transmembrane transport", "activation of transmembrane inorganic anion transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903797" ;
    a owl:Class ;
    rdfs:label "positive regulation of inorganic anion transmembrane transport" ;
    rdfs:subClassOf obo:GO_0034764, obo:GO_1903795, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0098661
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0098661
            ]
        )
    ] .

obo:GO_1903825
    obo:IAO_0000115 "The process in which an organic acid is transported across a membrane." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2015-01-20T10:20:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903825" ;
    a owl:Class ;
    rdfs:label "organic acid transmembrane transport" ;
    rdfs:subClassOf obo:GO_0015849, obo:GO_0055085 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_64709
            ]
        )
    ] .

obo:GO_1903828
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of a protein localization." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2015-01-20T14:32:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of cellular protein localisation", "down regulation of cellular protein localization", "down-regulation of cellular protein localisation", "down-regulation of cellular protein localization", "downregulation of cellular protein localisation", "downregulation of cellular protein localization", "negative regulation of cellular protein localisation", "negative regulation of cellular protein localization" ;
    oboInOwl:hasNarrowSynonym "inhibition of cellular protein localisation", "inhibition of cellular protein localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903828" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization" ;
    rdfs:subClassOf obo:GO_0032880, obo:GO_0048523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008104
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008104
            ]
        )
    ] .

obo:GO_1903829
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of a protein localization." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2015-01-20T14:32:33Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cellular protein localisation", "positive regulation of cellular protein localization", "up regulation of cellular protein localisation", "up regulation of cellular protein localization", "up-regulation of cellular protein localisation", "up-regulation of cellular protein localization", "upregulation of cellular protein localisation", "upregulation of cellular protein localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903829" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization" ;
    rdfs:subClassOf obo:GO_0032880, obo:GO_0048522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008104
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008104
            ]
        )
    ] .

obo:GO_1903847
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of aorta morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-01-23T14:00:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903847" ;
    a owl:Class ;
    rdfs:label "regulation of aorta morphogenesis" ;
    rdfs:subClassOf obo:GO_1905651, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035909
            ]
        )
    ] .

obo:GO_1903848
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of aorta morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-01-23T14:01:01Z" ;
    oboInOwl:hasExactSynonym "down regulation of aorta morphogenesis", "down-regulation of aorta morphogenesis", "downregulation of aorta morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of aorta morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903848" ;
    a owl:Class ;
    rdfs:label "negative regulation of aorta morphogenesis" ;
    rdfs:subClassOf obo:GO_1903847, obo:GO_1905652, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035909
            ]
        )
    ] .

obo:GO_1903849
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of aorta morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-01-23T14:01:09Z" ;
    oboInOwl:hasExactSynonym "up regulation of aorta morphogenesis", "up-regulation of aorta morphogenesis", "upregulation of aorta morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of aorta morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903849" ;
    a owl:Class ;
    rdfs:label "positive regulation of aorta morphogenesis" ;
    rdfs:subClassOf obo:GO_1903847, obo:GO_1905653, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035909
            ]
        )
    ] .

obo:GO_1903867
    obo:IAO_0000115 "The process whose specific outcome is the progression of an extraembryonic membrane over time, from its formation to the mature structure." ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2015-02-05T00:42:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903867" ;
    a owl:Class ;
    rdfs:label "extraembryonic membrane development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0005631
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0005631
            ]
        )
    ] .

obo:GO_1903941
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of respiratory gaseous exchange." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-02-17T20:26:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of respiratory gaseous exchange", "down-regulation of respiratory gaseous exchange", "downregulation of respiratory gaseous exchange" ;
    oboInOwl:hasNarrowSynonym "inhibition of respiratory gaseous exchange" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903941" ;
    a owl:Class ;
    rdfs:label "negative regulation of respiratory gaseous exchange" ;
    rdfs:subClassOf obo:GO_0043576, obo:GO_0051241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007585
            ]
        )
    ] .

obo:GO_1903942
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of respiratory gaseous exchange." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-02-17T20:26:35Z" ;
    oboInOwl:hasExactSynonym "up regulation of respiratory gaseous exchange", "up-regulation of respiratory gaseous exchange", "upregulation of respiratory gaseous exchange" ;
    oboInOwl:hasNarrowSynonym "activation of respiratory gaseous exchange" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903942" ;
    a owl:Class ;
    rdfs:label "positive regulation of respiratory gaseous exchange" ;
    rdfs:subClassOf obo:GO_0043576, obo:GO_0051240, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007585
            ]
        )
    ] .

obo:GO_1903950
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of AV node cell action potential." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-02-20T14:59:41Z" ;
    oboInOwl:hasExactSynonym "down regulation of AV node cardiac muscle cell action potential", "down regulation of AV node cell action potential", "down regulation of atrioventricular node cardiac muscle cell action potential", "down-regulation of AV node cardiac muscle cell action potential", "down-regulation of AV node cell action potential", "down-regulation of atrioventricular node cardiac muscle cell action potential", "downregulation of AV node cardiac muscle cell action potential", "downregulation of AV node cell action potential", "downregulation of atrioventricular node cardiac muscle cell action potential", "negative regulation of AV node cardiac muscle cell action potential", "negative regulation of atrioventricular node cardiac muscle cell action potential" ;
    oboInOwl:hasNarrowSynonym "inhibition of AV node cardiac muscle cell action potential", "inhibition of AV node cell action potential", "inhibition of atrioventricular node cardiac muscle cell action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903950" ;
    a owl:Class ;
    rdfs:label "negative regulation of AV node cell action potential" ;
    rdfs:subClassOf obo:GO_0045759, obo:GO_0098904, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0086016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0086016
            ]
        )
    ] .

obo:GO_1903951
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of AV node cell action potential." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-02-20T14:59:50Z" ;
    oboInOwl:hasExactSynonym "positive regulation of AV node cardiac muscle cell action potential", "positive regulation of atrioventricular node cardiac muscle cell action potential", "up regulation of AV node cardiac muscle cell action potential", "up regulation of AV node cell action potential", "up regulation of atrioventricular node cardiac muscle cell action potential", "up-regulation of AV node cardiac muscle cell action potential", "up-regulation of AV node cell action potential", "up-regulation of atrioventricular node cardiac muscle cell action potential", "upregulation of AV node cardiac muscle cell action potential", "upregulation of AV node cell action potential", "upregulation of atrioventricular node cardiac muscle cell action potential" ;
    oboInOwl:hasNarrowSynonym "activation of AV node cardiac muscle cell action potential", "activation of AV node cell action potential", "activation of atrioventricular node cardiac muscle cell action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903951" ;
    a owl:Class ;
    rdfs:label "positive regulation of AV node cell action potential" ;
    rdfs:subClassOf obo:GO_0045760, obo:GO_0098904, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0086016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0086016
            ]
        )
    ] .

obo:GO_1903975
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of glial cell migration." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-03-02T15:13:31Z" ;
    oboInOwl:hasExactSynonym "regulation of glia cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903975" ;
    a owl:Class ;
    rdfs:label "regulation of glial cell migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008347
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008347
            ]
        )
    ] .

obo:GO_1903976
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of glial cell migration." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-03-02T15:13:38Z" ;
    oboInOwl:hasExactSynonym "down regulation of glia cell migration", "down regulation of glial cell migration", "down-regulation of glia cell migration", "down-regulation of glial cell migration", "downregulation of glia cell migration", "downregulation of glial cell migration", "negative regulation of glia cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of glia cell migration", "inhibition of glial cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903976" ;
    a owl:Class ;
    rdfs:label "negative regulation of glial cell migration" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_1903975, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008347
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008347
            ]
        )
    ] .

obo:GO_1903977
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of glial cell migration." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-03-02T15:13:43Z" ;
    oboInOwl:hasExactSynonym "positive regulation of glia cell migration", "up regulation of glia cell migration", "up regulation of glial cell migration", "up-regulation of glia cell migration", "up-regulation of glial cell migration", "upregulation of glia cell migration", "upregulation of glial cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of glia cell migration", "activation of glial cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1903977" ;
    a owl:Class ;
    rdfs:label "positive regulation of glial cell migration" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_1903975, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008347
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008347
            ]
        )
    ] .

obo:GO_1904014
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a serotonin stimulus." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-06T19:33:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904014" ;
    a owl:Class ;
    rdfs:label "response to serotonin" ;
    rdfs:subClassOf obo:GO_0071867, obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_350546
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_350546
            ]
        )
    ] .

obo:GO_1904018
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vasculature development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-06T22:17:04Z" ;
    oboInOwl:hasExactSynonym "up regulation of vasculature development", "up-regulation of vasculature development", "upregulation of vasculature development" ;
    oboInOwl:hasNarrowSynonym "activation of vasculature development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of vascular system development", "positive regulation of vascular system development", "up regulation of vascular system development", "up-regulation of vascular system development", "upregulation of vascular system development" ;
    oboInOwl:id "GO:1904018" ;
    a owl:Class ;
    rdfs:label "positive regulation of vasculature development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_1901342, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001944
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001944
            ]
        )
    ] .

obo:GO_1904019
    obo:IAO_0000115 "Any apoptotic process in an epithelial cell." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-06T22:27:17Z" ;
    oboInOwl:hasExactSynonym "epitheliocyte apoptotic process" ;
    oboInOwl:hasNarrowSynonym "epithelial cell apoptosis", "epitheliocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904019" ;
    a owl:Class ;
    rdfs:label "epithelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ] .

obo:GO_1904026
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of collagen fibril organization." ;
    oboInOwl:created_by "ae" ;
    oboInOwl:creation_date "2015-03-12T12:36:52Z" ;
    oboInOwl:hasExactSynonym "regulation of collagen fibril organisation", "regulation of fibrillar collagen organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of collagen fibrillogenesis" ;
    oboInOwl:id "GO:1904026" ;
    a owl:Class ;
    rdfs:label "regulation of collagen fibril organization" ;
    rdfs:subClassOf obo:GO_1902903, obo:GO_1903053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030199
            ]
        )
    ] .

obo:GO_1904027
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of collagen fibril organization." ;
    oboInOwl:created_by "ae" ;
    oboInOwl:creation_date "2015-03-12T12:36:59Z" ;
    oboInOwl:hasExactSynonym "down regulation of collagen fibril organisation", "down regulation of collagen fibril organization", "down regulation of fibrillar collagen organization", "down-regulation of collagen fibril organisation", "down-regulation of collagen fibril organization", "down-regulation of fibrillar collagen organization", "downregulation of collagen fibril organisation", "downregulation of collagen fibril organization", "downregulation of fibrillar collagen organization", "negative regulation of collagen fibril organisation", "negative regulation of fibrillar collagen organization" ;
    oboInOwl:hasNarrowSynonym "inhibition of collagen fibril organisation", "inhibition of collagen fibril organization", "inhibition of fibrillar collagen organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904027" ;
    a owl:Class ;
    rdfs:label "negative regulation of collagen fibril organization" ;
    rdfs:subClassOf obo:GO_1902904, obo:GO_1903054, obo:GO_1904026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0030199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0030199
            ]
        )
    ] .

obo:GO_1904028
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of collagen fibril organization." ;
    oboInOwl:created_by "ae" ;
    oboInOwl:creation_date "2015-03-12T12:37:06Z" ;
    oboInOwl:hasExactSynonym "positive regulation of collagen fibril organisation", "positive regulation of fibrillar collagen organization", "up regulation of collagen fibril organisation", "up regulation of collagen fibril organization", "up regulation of fibrillar collagen organization", "up-regulation of collagen fibril organisation", "up-regulation of collagen fibril organization", "up-regulation of fibrillar collagen organization", "upregulation of collagen fibril organisation", "upregulation of collagen fibril organization", "upregulation of fibrillar collagen organization" ;
    oboInOwl:hasNarrowSynonym "activation of collagen fibril organisation", "activation of collagen fibril organization", "activation of fibrillar collagen organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904028" ;
    a owl:Class ;
    rdfs:label "positive regulation of collagen fibril organization" ;
    rdfs:subClassOf obo:GO_1902905, obo:GO_1903055, obo:GO_1904026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030199
            ]
        )
    ] .

obo:GO_1904035
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epithelial cell apoptotic process." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-13T22:05:41Z" ;
    oboInOwl:hasExactSynonym "regulation of epitheliocyte apoptotic process" ;
    oboInOwl:hasNarrowSynonym "regulation of epithelial cell apoptosis", "regulation of epitheliocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904035" ;
    a owl:Class ;
    rdfs:label "regulation of epithelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1904019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1904019
            ]
        )
    ] .

obo:GO_1904036
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of epithelial cell apoptotic process." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-13T22:05:47Z" ;
    oboInOwl:hasExactSynonym "down regulation of epithelial cell apoptotic process", "down regulation of epitheliocyte apoptotic process", "down-regulation of epithelial cell apoptotic process", "down-regulation of epitheliocyte apoptotic process", "downregulation of epithelial cell apoptotic process", "downregulation of epitheliocyte apoptotic process", "negative regulation of epitheliocyte apoptotic process" ;
    oboInOwl:hasNarrowSynonym "down regulation of epithelial cell apoptosis", "down regulation of epitheliocyte apoptosis", "down-regulation of epithelial cell apoptosis", "down-regulation of epitheliocyte apoptosis", "downregulation of epithelial cell apoptosis", "downregulation of epitheliocyte apoptosis", "inhibition of epithelial cell apoptosis", "inhibition of epithelial cell apoptotic process", "inhibition of epitheliocyte apoptosis", "inhibition of epitheliocyte apoptotic process", "negative regulation of epithelial cell apoptosis", "negative regulation of epitheliocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904036" ;
    a owl:Class ;
    rdfs:label "negative regulation of epithelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_1904035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1904019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1904019
            ]
        )
    ] .

obo:GO_1904037
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of epithelial cell apoptotic process." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-13T22:05:53Z" ;
    oboInOwl:hasExactSynonym "positive regulation of epitheliocyte apoptotic process", "up regulation of epithelial cell apoptotic process", "up regulation of epitheliocyte apoptotic process", "up-regulation of epithelial cell apoptotic process", "up-regulation of epitheliocyte apoptotic process", "upregulation of epithelial cell apoptotic process", "upregulation of epitheliocyte apoptotic process" ;
    oboInOwl:hasNarrowSynonym "activation of epithelial cell apoptosis", "activation of epithelial cell apoptotic process", "activation of epitheliocyte apoptosis", "activation of epitheliocyte apoptotic process", "positive regulation of epithelial cell apoptosis", "positive regulation of epitheliocyte apoptosis", "up regulation of epithelial cell apoptosis", "up regulation of epitheliocyte apoptosis", "up-regulation of epithelial cell apoptosis", "up-regulation of epitheliocyte apoptosis", "upregulation of epithelial cell apoptosis", "upregulation of epitheliocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904037" ;
    a owl:Class ;
    rdfs:label "positive regulation of epithelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_1904035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1904019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1904019
            ]
        )
    ] .

obo:GO_1904057
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of sensory perception of pain." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-18T20:33:57Z" ;
    oboInOwl:hasExactSynonym "down regulation of nociception", "down regulation of sensory perception of pain", "down-regulation of nociception", "down-regulation of sensory perception of pain", "downregulation of nociception", "downregulation of sensory perception of pain", "negative regulation of nociception" ;
    oboInOwl:hasNarrowSynonym "down regulation of perception of physiological pain", "down-regulation of perception of physiological pain", "downregulation of perception of physiological pain", "inhibition of nociception", "inhibition of perception of physiological pain", "inhibition of sensory perception of pain", "negative regulation of perception of physiological pain" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904057" ;
    a owl:Class ;
    rdfs:label "negative regulation of sensory perception of pain" ;
    rdfs:subClassOf obo:GO_0031645, obo:GO_0051930, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0019233
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0019233
            ]
        )
    ] .

obo:GO_1904058
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of sensory perception of pain." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-03-18T20:34:03Z" ;
    oboInOwl:hasExactSynonym "positive regulation of nociception", "up regulation of nociception", "up regulation of sensory perception of pain", "up-regulation of nociception", "up-regulation of sensory perception of pain", "upregulation of nociception", "upregulation of sensory perception of pain" ;
    oboInOwl:hasNarrowSynonym "activation of nociception", "activation of perception of physiological pain", "activation of sensory perception of pain", "positive regulation of perception of physiological pain", "up regulation of perception of physiological pain", "up-regulation of perception of physiological pain", "upregulation of perception of physiological pain" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904058" ;
    a owl:Class ;
    rdfs:label "positive regulation of sensory perception of pain" ;
    rdfs:subClassOf obo:GO_0031646, obo:GO_0051930, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0019233
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0019233
            ]
        )
    ] .

obo:GO_1904073
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of trophectodermal cell proliferation." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2015-03-20T16:55:56Z" ;
    oboInOwl:hasExactSynonym "regulation of trophectoderm cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904073" ;
    a owl:Class ;
    rdfs:label "regulation of trophectodermal cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, obo:GO_0048638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001834
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001834
            ]
        )
    ] .

obo:GO_1904074
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of trophectodermal cell proliferation." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2015-03-20T16:56:02Z" ;
    oboInOwl:hasExactSynonym "down regulation of trophectoderm cell proliferation", "down regulation of trophectodermal cell proliferation", "down-regulation of trophectoderm cell proliferation", "down-regulation of trophectodermal cell proliferation", "downregulation of trophectoderm cell proliferation", "downregulation of trophectodermal cell proliferation", "negative regulation of trophectoderm cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of trophectoderm cell proliferation", "inhibition of trophectodermal cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904074" ;
    a owl:Class ;
    rdfs:label "negative regulation of trophectodermal cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_1904073, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001834
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001834
            ]
        )
    ] .

obo:GO_1904075
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of trophectodermal cell proliferation." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2015-03-20T16:56:08Z" ;
    oboInOwl:hasExactSynonym "positive regulation of trophectoderm cell proliferation", "up regulation of trophectoderm cell proliferation", "up regulation of trophectodermal cell proliferation", "up-regulation of trophectoderm cell proliferation", "up-regulation of trophectodermal cell proliferation", "upregulation of trophectoderm cell proliferation", "upregulation of trophectodermal cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of trophectoderm cell proliferation", "activation of trophectodermal cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904075" ;
    a owl:Class ;
    rdfs:label "positive regulation of trophectodermal cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_1904073, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001834
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001834
            ]
        )
    ] .

obo:GO_1904115
    obo:IAO_0000115 "Any cytoplasm that is part of a axon." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-04-06T18:13:14Z" ;
    oboInOwl:hasExactSynonym "axoplasm" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:1904115" ;
    a owl:Class ;
    rdfs:label "axon cytoplasm" ;
    rdfs:subClassOf obo:GO_0120111, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030424
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0030424
            ]
        )
    ] .

obo:GO_1904145
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of meiotic cell cycle process involved in oocyte maturation." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2015-04-14T15:59:22Z" ;
    oboInOwl:hasExactSynonym "down regulation of meiotic cell cycle process involved in oocyte maturation", "down-regulation of meiotic cell cycle process involved in oocyte maturation", "downregulation of meiotic cell cycle process involved in oocyte maturation" ;
    oboInOwl:hasNarrowSynonym "inhibition of meiotic cell cycle process involved in oocyte maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904145" ;
    a owl:Class ;
    rdfs:label "negative regulation of meiotic cell cycle process involved in oocyte maturation" ;
    rdfs:subClassOf obo:GO_0010948, obo:GO_0051447, obo:GO_1900194, obo:GO_1903538, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1903537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1903537
            ]
        )
    ] .

obo:GO_1904146
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of meiotic cell cycle process involved in oocyte maturation." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2015-04-14T15:59:28Z" ;
    oboInOwl:hasExactSynonym "up regulation of meiotic cell cycle process involved in oocyte maturation", "up-regulation of meiotic cell cycle process involved in oocyte maturation", "upregulation of meiotic cell cycle process involved in oocyte maturation" ;
    oboInOwl:hasNarrowSynonym "activation of meiotic cell cycle process involved in oocyte maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904146" ;
    a owl:Class ;
    rdfs:label "positive regulation of meiotic cell cycle process involved in oocyte maturation" ;
    rdfs:subClassOf obo:GO_0051446, obo:GO_0090068, obo:GO_1903538, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1903537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1903537
            ]
        )
    ] .

obo:GO_1904170
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of bleb assembly." ;
    oboInOwl:created_by "als" ;
    oboInOwl:creation_date "2015-04-23T09:32:19Z" ;
    oboInOwl:hasExactSynonym "regulation of cell blebbing" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904170" ;
    a owl:Class ;
    rdfs:label "regulation of bleb assembly" ;
    rdfs:subClassOf obo:GO_0120032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032060
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032060
            ]
        )
    ] .

obo:GO_1904171
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of bleb assembly." ;
    oboInOwl:created_by "als" ;
    oboInOwl:creation_date "2015-04-23T09:32:25Z" ;
    oboInOwl:hasExactSynonym "down regulation of bleb assembly", "down regulation of cell blebbing", "down-regulation of bleb assembly", "down-regulation of cell blebbing", "downregulation of bleb assembly", "downregulation of cell blebbing", "negative regulation of cell blebbing" ;
    oboInOwl:hasNarrowSynonym "inhibition of bleb assembly", "inhibition of cell blebbing" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904171" ;
    a owl:Class ;
    rdfs:label "negative regulation of bleb assembly" ;
    rdfs:subClassOf obo:GO_0120033, obo:GO_1904170, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0032060
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0032060
            ]
        )
    ] .

obo:GO_1904172
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of bleb assembly." ;
    oboInOwl:created_by "als" ;
    oboInOwl:creation_date "2015-04-23T09:32:31Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cell blebbing", "up regulation of bleb assembly", "up regulation of cell blebbing", "up-regulation of bleb assembly", "up-regulation of cell blebbing", "upregulation of bleb assembly", "upregulation of cell blebbing" ;
    oboInOwl:hasNarrowSynonym "activation of bleb assembly", "activation of cell blebbing" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904172" ;
    a owl:Class ;
    rdfs:label "positive regulation of bleb assembly" ;
    rdfs:subClassOf obo:GO_0120034, obo:GO_1904170, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0032060
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0032060
            ]
        )
    ] .

obo:GO_1904177
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of adipose tissue development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-04-29T20:01:01Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-9843745" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of adipogenesis" ;
    oboInOwl:id "GO:1904177" ;
    a owl:Class ;
    rdfs:label "regulation of adipose tissue development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060612
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060612
            ]
        )
    ] .

obo:GO_1904178
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of adipose tissue development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-04-29T20:01:07Z" ;
    oboInOwl:hasExactSynonym "down regulation of adipose tissue development", "down-regulation of adipose tissue development", "downregulation of adipose tissue development" ;
    oboInOwl:hasNarrowSynonym "inhibition of adipose tissue development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of adipogenesis", "down-regulation of adipogenesis", "downregulation of adipogenesis", "inhibition of adipogenesis", "negative regulation of adipogenesis" ;
    oboInOwl:id "GO:1904178" ;
    a owl:Class ;
    rdfs:label "negative regulation of adipose tissue development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_1904177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060612
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060612
            ]
        )
    ] .

obo:GO_1904179
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of adipose tissue development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-04-29T20:01:13Z" ;
    oboInOwl:hasExactSynonym "up regulation of adipose tissue development", "up-regulation of adipose tissue development", "upregulation of adipose tissue development" ;
    oboInOwl:hasNarrowSynonym "activation of adipose tissue development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of adipogenesis", "positive regulation of adipogenesis", "up regulation of adipogenesis", "up-regulation of adipogenesis", "upregulation of adipogenesis" ;
    oboInOwl:id "GO:1904179" ;
    a owl:Class ;
    rdfs:label "positive regulation of adipose tissue development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_1904177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060612
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060612
            ]
        )
    ] .

obo:GO_1904204
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle hypertrophy." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-05-08T17:38:13Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904204" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014733, obo:GO_0014743, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014734
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014734
            ]
        )
    ] .

obo:GO_1904205
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of skeletal muscle hypertrophy." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-05-08T17:38:19Z" ;
    oboInOwl:hasExactSynonym "down regulation of skeletal muscle hypertrophy", "down-regulation of skeletal muscle hypertrophy", "downregulation of skeletal muscle hypertrophy" ;
    oboInOwl:hasNarrowSynonym "inhibition of skeletal muscle hypertrophy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904205" ;
    a owl:Class ;
    rdfs:label "negative regulation of skeletal muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014741, obo:GO_0014745, obo:GO_1904204, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014734
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014734
            ]
        )
    ] .

obo:GO_1904206
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of skeletal muscle hypertrophy." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-05-08T17:38:25Z" ;
    oboInOwl:hasExactSynonym "up regulation of skeletal muscle hypertrophy", "up-regulation of skeletal muscle hypertrophy", "upregulation of skeletal muscle hypertrophy" ;
    oboInOwl:hasNarrowSynonym "activation of skeletal muscle hypertrophy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904206" ;
    a owl:Class ;
    rdfs:label "positive regulation of skeletal muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014742, obo:GO_0014744, obo:GO_1904204, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014734
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014734
            ]
        )
    ] .

obo:GO_1904269
    obo:IAO_0000115 "The cell cortex of the leading edge of a cell." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2015-05-28T19:16:03Z" ;
    oboInOwl:hasExactSynonym "cell cortex of cell leading edge", "cell cortex of front of cell", "cell cortex of leading edge of cell" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "cell periphery of cell leading edge", "cell periphery of front of cell", "cell periphery of leading edge of cell", "peripheral cytoplasm of cell leading edge", "peripheral cytoplasm of front of cell", "peripheral cytoplasm of leading edge of cell" ;
    oboInOwl:id "GO:1904269" ;
    a owl:Class ;
    rdfs:label "cell leading edge cell cortex" ;
    rdfs:subClassOf obo:GO_0099738, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0031252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0099738
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0031252
            ]
        )
    ] .

obo:GO_1904344
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of gastric mucosal blood circulation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-11T21:20:31Z" ;
    oboInOwl:hasExactSynonym "regulation of stomach mucosal blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904344" ;
    a owl:Class ;
    rdfs:label "regulation of gastric mucosal blood circulation" ;
    rdfs:subClassOf obo:GO_1903522, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990768
            ]
        )
    ] .

obo:GO_1904345
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of gastric mucosal blood circulation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-11T21:20:44Z" ;
    oboInOwl:hasExactSynonym "down regulation of gastric mucosal blood circulation", "down regulation of stomach mucosal blood circulation", "down-regulation of gastric mucosal blood circulation", "down-regulation of stomach mucosal blood circulation", "downregulation of gastric mucosal blood circulation", "downregulation of stomach mucosal blood circulation", "negative regulation of stomach mucosal blood circulation" ;
    oboInOwl:hasNarrowSynonym "inhibition of gastric mucosal blood circulation", "inhibition of stomach mucosal blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904345" ;
    a owl:Class ;
    rdfs:label "negative regulation of gastric mucosal blood circulation" ;
    rdfs:subClassOf obo:GO_1903523, obo:GO_1904344, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990768
            ]
        )
    ] .

obo:GO_1904346
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of gastric mucosal blood circulation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-11T21:20:50Z" ;
    oboInOwl:hasExactSynonym "positive regulation of stomach mucosal blood circulation", "up regulation of gastric mucosal blood circulation", "up regulation of stomach mucosal blood circulation", "up-regulation of gastric mucosal blood circulation", "up-regulation of stomach mucosal blood circulation", "upregulation of gastric mucosal blood circulation", "upregulation of stomach mucosal blood circulation" ;
    oboInOwl:hasNarrowSynonym "activation of gastric mucosal blood circulation", "activation of stomach mucosal blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904346" ;
    a owl:Class ;
    rdfs:label "positive regulation of gastric mucosal blood circulation" ;
    rdfs:subClassOf obo:GO_1903524, obo:GO_1904344, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990768
            ]
        )
    ] .

obo:GO_1904375
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to cell periphery." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-22T22:09:25Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904375" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to cell periphery" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990778
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990778
            ]
        )
    ] .

obo:GO_1904376
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell periphery." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-22T22:09:32Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localization to cell periphery", "down-regulation of protein localization to cell periphery", "downregulation of protein localization to cell periphery" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localization to cell periphery" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904376" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to cell periphery" ;
    rdfs:subClassOf obo:GO_1903828, obo:GO_1904375, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990778
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990778
            ]
        )
    ] .

obo:GO_1904377
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to cell periphery." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-22T22:09:37Z" ;
    oboInOwl:hasExactSynonym "up regulation of protein localization to cell periphery", "up-regulation of protein localization to cell periphery", "upregulation of protein localization to cell periphery" ;
    oboInOwl:hasNarrowSynonym "activation of protein localization to cell periphery" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904377" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to cell periphery" ;
    rdfs:subClassOf obo:GO_1903829, obo:GO_1904375, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990778
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990778
            ]
        )
    ] .

obo:GO_1904396
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neuromuscular junction development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-23T19:23:42Z" ;
    oboInOwl:hasExactSynonym "regulation of neuromuscular junction organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of NMJ stability", "regulation of neuromuscular junction stability" ;
    oboInOwl:id "GO:1904396" ;
    a owl:Class ;
    rdfs:label "regulation of neuromuscular junction development" ;
    rdfs:subClassOf obo:GO_0050807, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007528
            ]
        )
    ] .

obo:GO_1904397
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of neuromuscular junction development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-23T19:23:48Z" ;
    oboInOwl:hasExactSynonym "down regulation of neuromuscular junction development", "down regulation of neuromuscular junction organization", "down-regulation of neuromuscular junction development", "down-regulation of neuromuscular junction organization", "downregulation of neuromuscular junction development", "downregulation of neuromuscular junction organization", "negative regulation of neuromuscular junction organization" ;
    oboInOwl:hasNarrowSynonym "inhibition of neuromuscular junction development", "inhibition of neuromuscular junction organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of NMJ stability", "down regulation of neuromuscular junction stability", "down-regulation of NMJ stability", "down-regulation of neuromuscular junction stability", "downregulation of NMJ stability", "downregulation of neuromuscular junction stability", "inhibition of NMJ stability", "inhibition of neuromuscular junction stability", "negative regulation of NMJ stability", "negative regulation of neuromuscular junction stability" ;
    oboInOwl:id "GO:1904397" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuromuscular junction development" ;
    rdfs:subClassOf obo:GO_1904396, obo:GO_1905809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007528
            ]
        )
    ] .

obo:GO_1904398
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuromuscular junction development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-23T19:23:54Z" ;
    oboInOwl:hasExactSynonym "positive regulation of neuromuscular junction organization", "up regulation of neuromuscular junction development", "up regulation of neuromuscular junction organization", "up-regulation of neuromuscular junction development", "up-regulation of neuromuscular junction organization", "upregulation of neuromuscular junction development", "upregulation of neuromuscular junction organization" ;
    oboInOwl:hasNarrowSynonym "activation of neuromuscular junction development", "activation of neuromuscular junction organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of NMJ stability", "activation of neuromuscular junction stability", "positive regulation of NMJ stability", "positive regulation of neuromuscular junction stability", "up regulation of NMJ stability", "up regulation of neuromuscular junction stability", "up-regulation of NMJ stability", "up-regulation of neuromuscular junction stability", "upregulation of NMJ stability", "upregulation of neuromuscular junction stability" ;
    oboInOwl:id "GO:1904398" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuromuscular junction development" ;
    rdfs:subClassOf obo:GO_0051130, obo:GO_1904396, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007528
            ]
        )
    ] .

obo:GO_1904409
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of secretory granule organization." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-25T19:40:42Z" ;
    oboInOwl:hasExactSynonym "regulation of secretory granule organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of secretory granule organization and biogenesis" ;
    oboInOwl:id "GO:1904409" ;
    a owl:Class ;
    rdfs:label "regulation of secretory granule organization" ;
    rdfs:subClassOf obo:GO_0033043, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0033363
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0033363
            ]
        )
    ] .

obo:GO_1904410
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of secretory granule organization." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-25T19:40:49Z" ;
    oboInOwl:hasExactSynonym "down regulation of secretory granule organisation", "down regulation of secretory granule organization", "down-regulation of secretory granule organisation", "down-regulation of secretory granule organization", "downregulation of secretory granule organisation", "downregulation of secretory granule organization", "negative regulation of secretory granule organisation" ;
    oboInOwl:hasNarrowSynonym "inhibition of secretory granule organisation", "inhibition of secretory granule organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of secretory granule organization and biogenesis", "down-regulation of secretory granule organization and biogenesis", "downregulation of secretory granule organization and biogenesis", "inhibition of secretory granule organization and biogenesis", "negative regulation of secretory granule organization and biogenesis" ;
    oboInOwl:id "GO:1904410" ;
    a owl:Class ;
    rdfs:label "negative regulation of secretory granule organization" ;
    rdfs:subClassOf obo:GO_0010639, obo:GO_1904409, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0033363
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0033363
            ]
        )
    ] .

obo:GO_1904411
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of secretory granule organization." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-25T19:40:55Z" ;
    oboInOwl:hasExactSynonym "positive regulation of secretory granule organisation", "up regulation of secretory granule organisation", "up regulation of secretory granule organization", "up-regulation of secretory granule organisation", "up-regulation of secretory granule organization", "upregulation of secretory granule organisation", "upregulation of secretory granule organization" ;
    oboInOwl:hasNarrowSynonym "activation of secretory granule organisation", "activation of secretory granule organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of secretory granule organization and biogenesis", "positive regulation of secretory granule organization and biogenesis", "up regulation of secretory granule organization and biogenesis", "up-regulation of secretory granule organization and biogenesis", "upregulation of secretory granule organization and biogenesis" ;
    oboInOwl:id "GO:1904411" ;
    a owl:Class ;
    rdfs:label "positive regulation of secretory granule organization" ;
    rdfs:subClassOf obo:GO_0010638, obo:GO_1904409, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0033363
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0033363
            ]
        )
    ] .

obo:GO_1904412
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac ventricle development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-25T19:52:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904412" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac ventricle development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003231
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003231
            ]
        )
    ] .

obo:GO_1904413
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac ventricle development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-25T19:52:21Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac ventricle development", "down-regulation of cardiac ventricle development", "downregulation of cardiac ventricle development" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac ventricle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904413" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac ventricle development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_1904412, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003231
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003231
            ]
        )
    ] .

obo:GO_1904414
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac ventricle development." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-25T19:52:27Z" ;
    oboInOwl:hasExactSynonym "up regulation of cardiac ventricle development", "up-regulation of cardiac ventricle development", "upregulation of cardiac ventricle development" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac ventricle development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904414" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac ventricle development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_1904412, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003231
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003231
            ]
        )
    ] .

obo:GO_1904456
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of neuronal action potential." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-07-09T18:02:40Z" ;
    oboInOwl:hasExactSynonym "down regulation of neuronal action potential", "down-regulation of neuronal action potential", "downregulation of neuronal action potential" ;
    oboInOwl:hasNarrowSynonym "inhibition of neuronal action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of generation of action potential", "down-regulation of generation of action potential", "downregulation of generation of action potential", "inhibition of generation of action potential", "negative regulation of generation of action potential" ;
    oboInOwl:id "GO:1904456" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuronal action potential" ;
    rdfs:subClassOf obo:GO_0045759, obo:GO_0051970, obo:GO_0098908, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0019228
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0019228
            ]
        )
    ] .

obo:GO_1904457
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuronal action potential." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-07-09T18:02:46Z" ;
    oboInOwl:hasExactSynonym "up regulation of neuronal action potential", "up-regulation of neuronal action potential", "upregulation of neuronal action potential" ;
    oboInOwl:hasNarrowSynonym "activation of neuronal action potential" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of generation of action potential", "positive regulation of generation of action potential", "up regulation of generation of action potential", "up-regulation of generation of action potential", "upregulation of generation of action potential" ;
    oboInOwl:id "GO:1904457" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuronal action potential" ;
    rdfs:subClassOf obo:GO_0045760, obo:GO_0051971, obo:GO_0098908, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0019228
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0019228
            ]
        )
    ] .

obo:GO_1904491
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a ciliary transition zone." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2015-07-17T20:43:21Z" ;
    oboInOwl:hasExactSynonym "protein localisation in ciliary transition zone", "protein localisation to ciliary transition zone", "protein localization in ciliary transition zone" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904491" ;
    a owl:Class ;
    rdfs:label "protein localization to ciliary transition zone" ;
    rdfs:subClassOf obo:GO_0061512, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0035869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0035869
            ]
        )
    ] .

obo:GO_1904587
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a glycoprotein stimulus." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-08-20T16:46:24Z" ;
    oboInOwl:hasExactSynonym "response to glycoproteins" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904587" ;
    a owl:Class ;
    rdfs:label "response to glycoprotein" ;
    rdfs:subClassOf obo:GO_1901698, obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_17089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_17089
            ]
        )
    ] .

obo:GO_1904606
    obo:IAO_0000115 "Any apoptotic process in a fat cell." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-08-27T18:13:06Z" ;
    oboInOwl:hasExactSynonym "adipocyte apoptotic process", "adipose cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "adipocyte apoptosis", "adipose cell apoptosis", "fat cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904606" ;
    a owl:Class ;
    rdfs:label "fat cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000136
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000136
            ]
        )
    ] .

obo:GO_1904649
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of fat cell apoptotic process." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-08-31T20:59:28Z" ;
    oboInOwl:hasExactSynonym "regulation of adipocyte apoptotic process", "regulation of adipose cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "regulation of adipocyte apoptosis", "regulation of adipose cell apoptosis", "regulation of fat cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904649" ;
    a owl:Class ;
    rdfs:label "regulation of fat cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1904606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1904606
            ]
        )
    ] .

obo:GO_1904650
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of fat cell apoptotic process." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-08-31T20:59:34Z" ;
    oboInOwl:hasExactSynonym "down regulation of adipocyte apoptotic process", "down regulation of adipose cell apoptotic process", "down regulation of fat cell apoptotic process", "down-regulation of adipocyte apoptotic process", "down-regulation of adipose cell apoptotic process", "down-regulation of fat cell apoptotic process", "downregulation of adipocyte apoptotic process", "downregulation of adipose cell apoptotic process", "downregulation of fat cell apoptotic process", "negative regulation of adipocyte apoptotic process", "negative regulation of adipose cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "down regulation of adipocyte apoptosis", "down regulation of adipose cell apoptosis", "down regulation of fat cell apoptosis", "down-regulation of adipocyte apoptosis", "down-regulation of adipose cell apoptosis", "down-regulation of fat cell apoptosis", "downregulation of adipocyte apoptosis", "downregulation of adipose cell apoptosis", "downregulation of fat cell apoptosis", "inhibition of adipocyte apoptosis", "inhibition of adipocyte apoptotic process", "inhibition of adipose cell apoptosis", "inhibition of adipose cell apoptotic process", "inhibition of fat cell apoptosis", "inhibition of fat cell apoptotic process", "negative regulation of adipocyte apoptosis", "negative regulation of adipose cell apoptosis", "negative regulation of fat cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904650" ;
    a owl:Class ;
    rdfs:label "negative regulation of fat cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_1904649, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1904606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1904606
            ]
        )
    ] .

obo:GO_1904651
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of fat cell apoptotic process." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-08-31T20:59:40Z" ;
    oboInOwl:hasExactSynonym "positive regulation of adipocyte apoptotic process", "positive regulation of adipose cell apoptotic process", "up regulation of adipocyte apoptotic process", "up regulation of adipose cell apoptotic process", "up regulation of fat cell apoptotic process", "up-regulation of adipocyte apoptotic process", "up-regulation of adipose cell apoptotic process", "up-regulation of fat cell apoptotic process", "upregulation of adipocyte apoptotic process", "upregulation of adipose cell apoptotic process", "upregulation of fat cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "activation of adipocyte apoptosis", "activation of adipocyte apoptotic process", "activation of adipose cell apoptosis", "activation of adipose cell apoptotic process", "activation of fat cell apoptosis", "activation of fat cell apoptotic process", "positive regulation of adipocyte apoptosis", "positive regulation of adipose cell apoptosis", "positive regulation of fat cell apoptosis", "up regulation of adipocyte apoptosis", "up regulation of adipose cell apoptosis", "up regulation of fat cell apoptosis", "up-regulation of adipocyte apoptosis", "up-regulation of adipose cell apoptosis", "up-regulation of fat cell apoptosis", "upregulation of adipocyte apoptosis", "upregulation of adipose cell apoptosis", "upregulation of fat cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904651" ;
    a owl:Class ;
    rdfs:label "positive regulation of fat cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_1904649, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1904606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1904606
            ]
        )
    ] .

obo:GO_1904675
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of somatic stem cell division." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-09-14T08:47:22Z" ;
    oboInOwl:hasExactSynonym "regulation of somatic stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904675" ;
    a owl:Class ;
    rdfs:label "regulation of somatic stem cell division" ;
    rdfs:subClassOf obo:GO_2000035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048103
            ]
        )
    ] .

obo:GO_1904676
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of somatic stem cell division." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-09-14T08:47:28Z" ;
    oboInOwl:hasExactSynonym "down regulation of somatic stem cell division", "down regulation of somatic stem cell renewal", "down-regulation of somatic stem cell division", "down-regulation of somatic stem cell renewal", "downregulation of somatic stem cell division", "downregulation of somatic stem cell renewal", "negative regulation of somatic stem cell renewal" ;
    oboInOwl:hasNarrowSynonym "inhibition of somatic stem cell division", "inhibition of somatic stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904676" ;
    a owl:Class ;
    rdfs:label "negative regulation of somatic stem cell division" ;
    rdfs:subClassOf obo:GO_0051782, obo:GO_1904675, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048103
            ]
        )
    ] .

obo:GO_1904677
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of somatic stem cell division." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-09-14T08:47:34Z" ;
    oboInOwl:hasExactSynonym "positive regulation of somatic stem cell renewal", "up regulation of somatic stem cell division", "up regulation of somatic stem cell renewal", "up-regulation of somatic stem cell division", "up-regulation of somatic stem cell renewal", "upregulation of somatic stem cell division", "upregulation of somatic stem cell renewal" ;
    oboInOwl:hasNarrowSynonym "activation of somatic stem cell division", "activation of somatic stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904677" ;
    a owl:Class ;
    rdfs:label "positive regulation of somatic stem cell division" ;
    rdfs:subClassOf obo:GO_0051781, obo:GO_1904675, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048103
            ]
        )
    ] .

obo:GO_1904688
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cytoplasmic translational initiation." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2015-09-25T14:39:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904688" ;
    a owl:Class ;
    rdfs:label "regulation of cytoplasmic translational initiation" ;
    rdfs:subClassOf obo:GO_0006446, obo:GO_2000765, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002183
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002183
            ]
        )
    ] .

obo:GO_1904689
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cytoplasmic translational initiation." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2015-09-25T14:39:44Z" ;
    oboInOwl:hasExactSynonym "down regulation of cytoplasmic translational initiation", "down-regulation of cytoplasmic translational initiation", "downregulation of cytoplasmic translational initiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cytoplasmic translational initiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904689" ;
    a owl:Class ;
    rdfs:label "negative regulation of cytoplasmic translational initiation" ;
    rdfs:subClassOf obo:GO_0045947, obo:GO_1904688, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002183
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002183
            ]
        )
    ] .

obo:GO_1904690
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cytoplasmic translational initiation." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2015-09-25T14:39:50Z" ;
    oboInOwl:hasExactSynonym "up regulation of cytoplasmic translational initiation", "up-regulation of cytoplasmic translational initiation", "upregulation of cytoplasmic translational initiation" ;
    oboInOwl:hasNarrowSynonym "activation of cytoplasmic translational initiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904690" ;
    a owl:Class ;
    rdfs:label "positive regulation of cytoplasmic translational initiation" ;
    rdfs:subClassOf obo:GO_0045948, obo:GO_1904688, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002183
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002183
            ]
        )
    ] .

obo:GO_1904693
    obo:IAO_0000115 "The developmental process by which a midbrain is generated and organized." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2015-09-29T09:15:28Z" ;
    oboInOwl:hasBroadSynonym "MB morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "mesencephalon morphogenesis" ;
    oboInOwl:id "GO:1904693" ;
    a owl:Class ;
    rdfs:label "midbrain morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0030901
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0048854
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:GO_1904697
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of acinar cell proliferation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-09-30T15:19:50Z" ;
    oboInOwl:hasExactSynonym "regulation of acinic cell proliferation", "regulation of acinous cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904697" ;
    a owl:Class ;
    rdfs:label "regulation of acinar cell proliferation" ;
    rdfs:subClassOf obo:GO_0050678, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990863
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990863
            ]
        )
    ] .

obo:GO_1904698
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of acinar cell proliferation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-09-30T15:19:57Z" ;
    oboInOwl:hasExactSynonym "down regulation of acinar cell proliferation", "down regulation of acinic cell proliferation", "down regulation of acinous cell proliferation", "down-regulation of acinar cell proliferation", "down-regulation of acinic cell proliferation", "down-regulation of acinous cell proliferation", "downregulation of acinar cell proliferation", "downregulation of acinic cell proliferation", "downregulation of acinous cell proliferation", "negative regulation of acinic cell proliferation", "negative regulation of acinous cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of acinar cell proliferation", "inhibition of acinic cell proliferation", "inhibition of acinous cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904698" ;
    a owl:Class ;
    rdfs:label "negative regulation of acinar cell proliferation" ;
    rdfs:subClassOf obo:GO_0050680, obo:GO_1904697, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990863
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990863
            ]
        )
    ] .

obo:GO_1904699
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of acinar cell proliferation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-09-30T15:20:03Z" ;
    oboInOwl:hasExactSynonym "positive regulation of acinic cell proliferation", "positive regulation of acinous cell proliferation", "up regulation of acinar cell proliferation", "up regulation of acinic cell proliferation", "up regulation of acinous cell proliferation", "up-regulation of acinar cell proliferation", "up-regulation of acinic cell proliferation", "up-regulation of acinous cell proliferation", "upregulation of acinar cell proliferation", "upregulation of acinic cell proliferation", "upregulation of acinous cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of acinar cell proliferation", "activation of acinic cell proliferation", "activation of acinous cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904699" ;
    a owl:Class ;
    rdfs:label "positive regulation of acinar cell proliferation" ;
    rdfs:subClassOf obo:GO_0050679, obo:GO_1904697, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990863
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990863
            ]
        )
    ] .

obo:GO_1904705
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vascular smooth muscle cell proliferation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-10-01T16:05:20Z" ;
    oboInOwl:hasExactSynonym "regulation of VSMC proliferation", "regulation of vascular smooth muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904705" ;
    a owl:Class ;
    rdfs:label "regulation of vascular associated smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0048660, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1990874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1990874
            ]
        )
    ] .

obo:GO_1904706
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vascular smooth muscle cell proliferation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-10-01T16:05:26Z" ;
    oboInOwl:hasExactSynonym "down regulation of VSMC proliferation", "down regulation of vascular smooth muscle cell proliferation", "down-regulation of VSMC proliferation", "down-regulation of vascular smooth muscle cell proliferation", "downregulation of VSMC proliferation", "downregulation of vascular smooth muscle cell proliferation", "negative regulation of VSMC proliferation", "negative regulation of vascular smooth muscle cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of VSMC proliferation", "inhibition of vascular smooth muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904706" ;
    a owl:Class ;
    rdfs:label "negative regulation of vascular associated smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0048662, obo:GO_1904705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1990874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1990874
            ]
        )
    ] .

obo:GO_1904707
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vascular smooth muscle cell proliferation." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-10-01T16:05:32Z" ;
    oboInOwl:hasExactSynonym "positive regulation of VSMC proliferation", "positive regulation of vascular smooth muscle cell proliferation", "up regulation of VSMC proliferation", "up regulation of vascular smooth muscle cell proliferation", "up-regulation of VSMC proliferation", "up-regulation of vascular smooth muscle cell proliferation", "upregulation of VSMC proliferation", "upregulation of vascular smooth muscle cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of VSMC proliferation", "activation of vascular smooth muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904707" ;
    a owl:Class ;
    rdfs:label "positive regulation of vascular associated smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0048661, obo:GO_1904705, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1990874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1990874
            ]
        )
    ] .

obo:GO_1904738
    obo:IAO_0000115 "The orderly movement of a vascular associated smooth muscle cell from one site to another." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-10-15T09:56:00Z" ;
    oboInOwl:hasExactSynonym "vascular smooth muscle cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904738" ;
    a owl:Class ;
    rdfs:label "vascular associated smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0014909, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000359
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000359
            ]
        )
    ] .

obo:GO_1904746
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic process involved in development." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-10-19T14:12:27Z" ;
    oboInOwl:hasExactSynonym "down regulation of apoptotic cell death involved in anatomical structure development", "down regulation of apoptotic cell death involved in development of an anatomical structure", "down regulation of apoptotic process involved in anatomical structure development", "down regulation of apoptotic process involved in development", "down regulation of apoptotic process involved in development of an anatomical structure", "down regulation of apoptotic programmed cell death involved in anatomical structure development", "down regulation of apoptotic programmed cell death involved in development of an anatomical structure", "down regulation of programmed cell death by apoptosis involved in anatomical structure development", "down regulation of programmed cell death by apoptosis involved in development of an anatomical structure", "down-regulation of apoptotic cell death involved in anatomical structure development", "down-regulation of apoptotic cell death involved in development of an anatomical structure", "down-regulation of apoptotic process involved in anatomical structure development", "down-regulation of apoptotic process involved in development", "down-regulation of apoptotic process involved in development of an anatomical structure", "down-regulation of apoptotic programmed cell death involved in anatomical structure development", "down-regulation of apoptotic programmed cell death involved in development of an anatomical structure", "down-regulation of programmed cell death by apoptosis involved in anatomical structure development", "down-regulation of programmed cell death by apoptosis involved in development of an anatomical structure", "downregulation of apoptotic cell death involved in anatomical structure development", "downregulation of apoptotic cell death involved in development of an anatomical structure", "downregulation of apoptotic process involved in anatomical structure development", "downregulation of apoptotic process involved in development", "downregulation of apoptotic process involved in development of an anatomical structure", "downregulation of apoptotic programmed cell death involved in anatomical structure development", "downregulation of apoptotic programmed cell death involved in development of an anatomical structure", "downregulation of programmed cell death by apoptosis involved in anatomical structure development", "downregulation of programmed cell death by apoptosis involved in development of an anatomical structure", "negative regulation of apoptotic cell death involved in anatomical structure development", "negative regulation of apoptotic cell death involved in development of an anatomical structure", "negative regulation of apoptotic process involved in anatomical structure development", "negative regulation of apoptotic process involved in development of an anatomical structure", "negative regulation of apoptotic programmed cell death involved in anatomical structure development", "negative regulation of apoptotic programmed cell death involved in development of an anatomical structure", "negative regulation of programmed cell death by apoptosis involved in anatomical structure development", "negative regulation of programmed cell death by apoptosis involved in development of an anatomical structure" ;
    oboInOwl:hasNarrowSynonym "down regulation of activation of apoptosis involved in anatomical structure development", "down regulation of activation of apoptosis involved in development of an anatomical structure", "down regulation of apoptosis involved in anatomical structure development", "down regulation of apoptosis involved in development of an anatomical structure", "down regulation of apoptosis signaling involved in anatomical structure development", "down regulation of apoptosis signaling involved in development of an anatomical structure", "down regulation of apoptotic program involved in anatomical structure development", "down regulation of apoptotic program involved in development of an anatomical structure", "down regulation of type I programmed cell death involved in anatomical structure development", "down regulation of type I programmed cell death involved in development of an anatomical structure", "down-regulation of activation of apoptosis involved in anatomical structure development", "down-regulation of activation of apoptosis involved in development of an anatomical structure", "down-regulation of apoptosis involved in anatomical structure development", "down-regulation of apoptosis involved in development of an anatomical structure", "down-regulation of apoptosis signaling involved in anatomical structure development", "down-regulation of apoptosis signaling involved in development of an anatomical structure", "down-regulation of apoptotic program involved in anatomical structure development", "down-regulation of apoptotic program involved in development of an anatomical structure", "down-regulation of type I programmed cell death involved in anatomical structure development", "down-regulation of type I programmed cell death involved in development of an anatomical structure", "downregulation of activation of apoptosis involved in anatomical structure development", "downregulation of activation of apoptosis involved in development of an anatomical structure", "downregulation of apoptosis involved in anatomical structure development", "downregulation of apoptosis involved in development of an anatomical structure", "downregulation of apoptosis signaling involved in anatomical structure development", "downregulation of apoptosis signaling involved in development of an anatomical structure", "downregulation of apoptotic program involved in anatomical structure development", "downregulation of apoptotic program involved in development of an anatomical structure", "downregulation of type I programmed cell death involved in anatomical structure development", "downregulation of type I programmed cell death involved in development of an anatomical structure", "inhibition of activation of apoptosis involved in anatomical structure development", "inhibition of activation of apoptosis involved in development of an anatomical structure", "inhibition of apoptosis involved in anatomical structure development", "inhibition of apoptosis involved in development of an anatomical structure", "inhibition of apoptosis signaling involved in anatomical structure development", "inhibition of apoptosis signaling involved in development of an anatomical structure", "inhibition of apoptotic cell death involved in anatomical structure development", "inhibition of apoptotic cell death involved in development of an anatomical structure", "inhibition of apoptotic process involved in anatomical structure development", "inhibition of apoptotic process involved in development", "inhibition of apoptotic process involved in development of an anatomical structure", "inhibition of apoptotic program involved in anatomical structure development", "inhibition of apoptotic program involved in development of an anatomical structure", "inhibition of apoptotic programmed cell death involved in anatomical structure development", "inhibition of apoptotic programmed cell death involved in development of an anatomical structure", "inhibition of programmed cell death by apoptosis involved in anatomical structure development", "inhibition of programmed cell death by apoptosis involved in development of an anatomical structure", "inhibition of type I programmed cell death involved in anatomical structure development", "inhibition of type I programmed cell death involved in development of an anatomical structure", "negative regulation of activation of apoptosis involved in anatomical structure development", "negative regulation of activation of apoptosis involved in development of an anatomical structure", "negative regulation of apoptosis involved in anatomical structure development", "negative regulation of apoptosis involved in development of an anatomical structure", "negative regulation of apoptosis signaling involved in anatomical structure development", "negative regulation of apoptosis signaling involved in development of an anatomical structure", "negative regulation of apoptotic program involved in anatomical structure development", "negative regulation of apoptotic program involved in development of an anatomical structure", "negative regulation of type I programmed cell death involved in anatomical structure development", "negative regulation of type I programmed cell death involved in development of an anatomical structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of apoptosis activator activity involved in anatomical structure development", "down regulation of apoptosis activator activity involved in development of an anatomical structure", "down regulation of commitment to apoptosis involved in anatomical structure development", "down regulation of commitment to apoptosis involved in development of an anatomical structure", "down regulation of induction of apoptosis by p53 involved in anatomical structure development", "down regulation of induction of apoptosis by p53 involved in development of an anatomical structure", "down regulation of induction of apoptosis involved in anatomical structure development", "down regulation of induction of apoptosis involved in development of an anatomical structure", "down regulation of signaling (initiator) caspase activity involved in anatomical structure development", "down regulation of signaling (initiator) caspase activity involved in development of an anatomical structure", "down-regulation of apoptosis activator activity involved in anatomical structure development", "down-regulation of apoptosis activator activity involved in development of an anatomical structure", "down-regulation of commitment to apoptosis involved in anatomical structure development", "down-regulation of commitment to apoptosis involved in development of an anatomical structure", "down-regulation of induction of apoptosis by p53 involved in anatomical structure development", "down-regulation of induction of apoptosis by p53 involved in development of an anatomical structure", "down-regulation of induction of apoptosis involved in anatomical structure development", "down-regulation of induction of apoptosis involved in development of an anatomical structure", "down-regulation of signaling (initiator) caspase activity involved in anatomical structure development", "down-regulation of signaling (initiator) caspase activity involved in development of an anatomical structure", "downregulation of apoptosis activator activity involved in anatomical structure development", "downregulation of apoptosis activator activity involved in development of an anatomical structure", "downregulation of commitment to apoptosis involved in anatomical structure development", "downregulation of commitment to apoptosis involved in development of an anatomical structure", "downregulation of induction of apoptosis by p53 involved in anatomical structure development", "downregulation of induction of apoptosis by p53 involved in development of an anatomical structure", "downregulation of induction of apoptosis involved in anatomical structure development", "downregulation of induction of apoptosis involved in development of an anatomical structure", "downregulation of signaling (initiator) caspase activity involved in anatomical structure development", "downregulation of signaling (initiator) caspase activity involved in development of an anatomical structure", "inhibition of apoptosis activator activity involved in anatomical structure development", "inhibition of apoptosis activator activity involved in development of an anatomical structure", "inhibition of commitment to apoptosis involved in anatomical structure development", "inhibition of commitment to apoptosis involved in development of an anatomical structure", "inhibition of induction of apoptosis by p53 involved in anatomical structure development", "inhibition of induction of apoptosis by p53 involved in development of an anatomical structure", "inhibition of induction of apoptosis involved in anatomical structure development", "inhibition of induction of apoptosis involved in development of an anatomical structure", "inhibition of signaling (initiator) caspase activity involved in anatomical structure development", "inhibition of signaling (initiator) caspase activity involved in development of an anatomical structure", "negative regulation of apoptosis activator activity involved in anatomical structure development", "negative regulation of apoptosis activator activity involved in development of an anatomical structure", "negative regulation of commitment to apoptosis involved in anatomical structure development", "negative regulation of commitment to apoptosis involved in development of an anatomical structure", "negative regulation of induction of apoptosis by p53 involved in anatomical structure development", "negative regulation of induction of apoptosis by p53 involved in development of an anatomical structure", "negative regulation of induction of apoptosis involved in anatomical structure development", "negative regulation of induction of apoptosis involved in development of an anatomical structure", "negative regulation of signaling (initiator) caspase activity involved in anatomical structure development", "negative regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" ;
    oboInOwl:id "GO:1904746" ;
    a owl:Class ;
    rdfs:comment "U4PR86 in PMID:22801495 inferred from mutant phenotype" ;
    rdfs:label "negative regulation of apoptotic process involved in development" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_0051093, obo:GO_1904748, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1902742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1902742
            ]
        )
    ] .

obo:GO_1904747
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of apoptotic process involved in development." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-10-19T14:12:34Z" ;
    oboInOwl:hasExactSynonym "positive regulation of apoptotic cell death involved in anatomical structure development", "positive regulation of apoptotic cell death involved in development of an anatomical structure", "positive regulation of apoptotic process involved in anatomical structure development", "positive regulation of apoptotic process involved in development of an anatomical structure", "positive regulation of apoptotic programmed cell death involved in anatomical structure development", "positive regulation of apoptotic programmed cell death involved in development of an anatomical structure", "positive regulation of programmed cell death by apoptosis involved in anatomical structure development", "positive regulation of programmed cell death by apoptosis involved in development of an anatomical structure", "up regulation of apoptotic cell death involved in anatomical structure development", "up regulation of apoptotic cell death involved in development of an anatomical structure", "up regulation of apoptotic process involved in anatomical structure development", "up regulation of apoptotic process involved in development", "up regulation of apoptotic process involved in development of an anatomical structure", "up regulation of apoptotic programmed cell death involved in anatomical structure development", "up regulation of apoptotic programmed cell death involved in development of an anatomical structure", "up regulation of programmed cell death by apoptosis involved in anatomical structure development", "up regulation of programmed cell death by apoptosis involved in development of an anatomical structure", "up-regulation of apoptotic cell death involved in anatomical structure development", "up-regulation of apoptotic cell death involved in development of an anatomical structure", "up-regulation of apoptotic process involved in anatomical structure development", "up-regulation of apoptotic process involved in development", "up-regulation of apoptotic process involved in development of an anatomical structure", "up-regulation of apoptotic programmed cell death involved in anatomical structure development", "up-regulation of apoptotic programmed cell death involved in development of an anatomical structure", "up-regulation of programmed cell death by apoptosis involved in anatomical structure development", "up-regulation of programmed cell death by apoptosis involved in development of an anatomical structure", "upregulation of apoptotic cell death involved in anatomical structure development", "upregulation of apoptotic cell death involved in development of an anatomical structure", "upregulation of apoptotic process involved in anatomical structure development", "upregulation of apoptotic process involved in development", "upregulation of apoptotic process involved in development of an anatomical structure", "upregulation of apoptotic programmed cell death involved in anatomical structure development", "upregulation of apoptotic programmed cell death involved in development of an anatomical structure", "upregulation of programmed cell death by apoptosis involved in anatomical structure development", "upregulation of programmed cell death by apoptosis involved in development of an anatomical structure" ;
    oboInOwl:hasNarrowSynonym "activation of activation of apoptosis involved in anatomical structure development", "activation of activation of apoptosis involved in development of an anatomical structure", "activation of apoptosis involved in anatomical structure development", "activation of apoptosis involved in development of an anatomical structure", "activation of apoptosis signaling involved in anatomical structure development", "activation of apoptosis signaling involved in development of an anatomical structure", "activation of apoptotic cell death involved in anatomical structure development", "activation of apoptotic cell death involved in development of an anatomical structure", "activation of apoptotic process involved in anatomical structure development", "activation of apoptotic process involved in development", "activation of apoptotic process involved in development of an anatomical structure", "activation of apoptotic program involved in anatomical structure development", "activation of apoptotic program involved in development of an anatomical structure", "activation of apoptotic programmed cell death involved in anatomical structure development", "activation of apoptotic programmed cell death involved in development of an anatomical structure", "activation of programmed cell death by apoptosis involved in anatomical structure development", "activation of programmed cell death by apoptosis involved in development of an anatomical structure", "activation of type I programmed cell death involved in anatomical structure development", "activation of type I programmed cell death involved in development of an anatomical structure", "positive regulation of activation of apoptosis involved in anatomical structure development", "positive regulation of activation of apoptosis involved in development of an anatomical structure", "positive regulation of apoptosis involved in anatomical structure development", "positive regulation of apoptosis involved in development of an anatomical structure", "positive regulation of apoptosis signaling involved in anatomical structure development", "positive regulation of apoptosis signaling involved in development of an anatomical structure", "positive regulation of apoptotic program involved in anatomical structure development", "positive regulation of apoptotic program involved in development of an anatomical structure", "positive regulation of type I programmed cell death involved in anatomical structure development", "positive regulation of type I programmed cell death involved in development of an anatomical structure", "up regulation of activation of apoptosis involved in anatomical structure development", "up regulation of activation of apoptosis involved in development of an anatomical structure", "up regulation of apoptosis involved in anatomical structure development", "up regulation of apoptosis involved in development of an anatomical structure", "up regulation of apoptosis signaling involved in anatomical structure development", "up regulation of apoptosis signaling involved in development of an anatomical structure", "up regulation of apoptotic program involved in anatomical structure development", "up regulation of apoptotic program involved in development of an anatomical structure", "up regulation of type I programmed cell death involved in anatomical structure development", "up regulation of type I programmed cell death involved in development of an anatomical structure", "up-regulation of activation of apoptosis involved in anatomical structure development", "up-regulation of activation of apoptosis involved in development of an anatomical structure", "up-regulation of apoptosis involved in anatomical structure development", "up-regulation of apoptosis involved in development of an anatomical structure", "up-regulation of apoptosis signaling involved in anatomical structure development", "up-regulation of apoptosis signaling involved in development of an anatomical structure", "up-regulation of apoptotic program involved in anatomical structure development", "up-regulation of apoptotic program involved in development of an anatomical structure", "up-regulation of type I programmed cell death involved in anatomical structure development", "up-regulation of type I programmed cell death involved in development of an anatomical structure", "upregulation of activation of apoptosis involved in anatomical structure development", "upregulation of activation of apoptosis involved in development of an anatomical structure", "upregulation of apoptosis involved in anatomical structure development", "upregulation of apoptosis involved in development of an anatomical structure", "upregulation of apoptosis signaling involved in anatomical structure development", "upregulation of apoptosis signaling involved in development of an anatomical structure", "upregulation of apoptotic program involved in anatomical structure development", "upregulation of apoptotic program involved in development of an anatomical structure", "upregulation of type I programmed cell death involved in anatomical structure development", "upregulation of type I programmed cell death involved in development of an anatomical structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of apoptosis activator activity involved in anatomical structure development", "activation of apoptosis activator activity involved in development of an anatomical structure", "activation of commitment to apoptosis involved in anatomical structure development", "activation of commitment to apoptosis involved in development of an anatomical structure", "activation of induction of apoptosis by p53 involved in anatomical structure development", "activation of induction of apoptosis by p53 involved in development of an anatomical structure", "activation of induction of apoptosis involved in anatomical structure development", "activation of induction of apoptosis involved in development of an anatomical structure", "activation of signaling (initiator) caspase activity involved in anatomical structure development", "activation of signaling (initiator) caspase activity involved in development of an anatomical structure", "positive regulation of apoptosis activator activity involved in anatomical structure development", "positive regulation of apoptosis activator activity involved in development of an anatomical structure", "positive regulation of commitment to apoptosis involved in anatomical structure development", "positive regulation of commitment to apoptosis involved in development of an anatomical structure", "positive regulation of induction of apoptosis by p53 involved in anatomical structure development", "positive regulation of induction of apoptosis by p53 involved in development of an anatomical structure", "positive regulation of induction of apoptosis involved in anatomical structure development", "positive regulation of induction of apoptosis involved in development of an anatomical structure", "positive regulation of signaling (initiator) caspase activity involved in anatomical structure development", "positive regulation of signaling (initiator) caspase activity involved in development of an anatomical structure", "up regulation of apoptosis activator activity involved in anatomical structure development", "up regulation of apoptosis activator activity involved in development of an anatomical structure", "up regulation of commitment to apoptosis involved in anatomical structure development", "up regulation of commitment to apoptosis involved in development of an anatomical structure", "up regulation of induction of apoptosis by p53 involved in anatomical structure development", "up regulation of induction of apoptosis by p53 involved in development of an anatomical structure", "up regulation of induction of apoptosis involved in anatomical structure development", "up regulation of induction of apoptosis involved in development of an anatomical structure", "up regulation of signaling (initiator) caspase activity involved in anatomical structure development", "up regulation of signaling (initiator) caspase activity involved in development of an anatomical structure", "up-regulation of apoptosis activator activity involved in anatomical structure development", "up-regulation of apoptosis activator activity involved in development of an anatomical structure", "up-regulation of commitment to apoptosis involved in anatomical structure development", "up-regulation of commitment to apoptosis involved in development of an anatomical structure", "up-regulation of induction of apoptosis by p53 involved in anatomical structure development", "up-regulation of induction of apoptosis by p53 involved in development of an anatomical structure", "up-regulation of induction of apoptosis involved in anatomical structure development", "up-regulation of induction of apoptosis involved in development of an anatomical structure", "up-regulation of signaling (initiator) caspase activity involved in anatomical structure development", "up-regulation of signaling (initiator) caspase activity involved in development of an anatomical structure", "upregulation of apoptosis activator activity involved in anatomical structure development", "upregulation of apoptosis activator activity involved in development of an anatomical structure", "upregulation of commitment to apoptosis involved in anatomical structure development", "upregulation of commitment to apoptosis involved in development of an anatomical structure", "upregulation of induction of apoptosis by p53 involved in anatomical structure development", "upregulation of induction of apoptosis by p53 involved in development of an anatomical structure", "upregulation of induction of apoptosis involved in anatomical structure development", "upregulation of induction of apoptosis involved in development of an anatomical structure", "upregulation of signaling (initiator) caspase activity involved in anatomical structure development", "upregulation of signaling (initiator) caspase activity involved in development of an anatomical structure" ;
    oboInOwl:id "GO:1904747" ;
    a owl:Class ;
    rdfs:comment "U4PR86 in PMID:22801495 inferred from mutant phenotype" ;
    rdfs:label "positive regulation of apoptotic process involved in development" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_0051094, obo:GO_1904748, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1902742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1902742
            ]
        )
    ] .

obo:GO_1904748
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of apoptotic process involved in development." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-10-19T15:02:28Z" ;
    oboInOwl:hasExactSynonym "regulation of apoptotic cell death involved in anatomical structure development", "regulation of apoptotic cell death involved in development of an anatomical structure", "regulation of apoptotic process involved in anatomical structure development", "regulation of apoptotic process involved in development of an anatomical structure", "regulation of apoptotic programmed cell death involved in anatomical structure development", "regulation of apoptotic programmed cell death involved in development of an anatomical structure", "regulation of programmed cell death by apoptosis involved in anatomical structure development", "regulation of programmed cell death by apoptosis involved in development of an anatomical structure" ;
    oboInOwl:hasNarrowSynonym "regulation of activation of apoptosis involved in anatomical structure development", "regulation of activation of apoptosis involved in development of an anatomical structure", "regulation of apoptosis involved in anatomical structure development", "regulation of apoptosis involved in development of an anatomical structure", "regulation of apoptosis signaling involved in anatomical structure development", "regulation of apoptosis signaling involved in development of an anatomical structure", "regulation of apoptotic program involved in anatomical structure development", "regulation of apoptotic program involved in development of an anatomical structure", "regulation of type I programmed cell death involved in anatomical structure development", "regulation of type I programmed cell death involved in development of an anatomical structure" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of apoptosis activator activity involved in anatomical structure development", "regulation of apoptosis activator activity involved in development of an anatomical structure", "regulation of commitment to apoptosis involved in anatomical structure development", "regulation of commitment to apoptosis involved in development of an anatomical structure", "regulation of induction of apoptosis by p53 involved in anatomical structure development", "regulation of induction of apoptosis by p53 involved in development of an anatomical structure", "regulation of induction of apoptosis involved in anatomical structure development", "regulation of induction of apoptosis involved in development of an anatomical structure", "regulation of signaling (initiator) caspase activity involved in anatomical structure development", "regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" ;
    oboInOwl:id "GO:1904748" ;
    a owl:Class ;
    rdfs:comment "Q10943 in PMID:22801495, inferred from mutant phenotype" ;
    rdfs:label "regulation of apoptotic process involved in development" ;
    rdfs:subClassOf obo:GO_0042981, obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1902742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1902742
            ]
        )
    ] .

obo:GO_1904749
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to nucleolus." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-10-19T15:16:17Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation in nucleolus", "regulation of protein localisation to nucleolus", "regulation of protein localization in nucleolus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904749" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to nucleolus" ;
    rdfs:subClassOf obo:GO_1900180, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1902570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1902570
            ]
        )
    ] .

obo:GO_1904750
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to nucleolus." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-10-19T15:16:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation in nucleolus", "down regulation of protein localisation to nucleolus", "down regulation of protein localization in nucleolus", "down regulation of protein localization to nucleolus", "down-regulation of protein localisation in nucleolus", "down-regulation of protein localisation to nucleolus", "down-regulation of protein localization in nucleolus", "down-regulation of protein localization to nucleolus", "downregulation of protein localisation in nucleolus", "downregulation of protein localisation to nucleolus", "downregulation of protein localization in nucleolus", "downregulation of protein localization to nucleolus", "negative regulation of protein localisation in nucleolus", "negative regulation of protein localisation to nucleolus", "negative regulation of protein localization in nucleolus" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation in nucleolus", "inhibition of protein localisation to nucleolus", "inhibition of protein localization in nucleolus", "inhibition of protein localization to nucleolus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904750" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to nucleolus" ;
    rdfs:subClassOf obo:GO_1900181, obo:GO_1904749, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1902570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1902570
            ]
        )
    ] .

obo:GO_1904751
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to nucleolus." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2015-10-19T15:16:30Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation in nucleolus", "positive regulation of protein localisation to nucleolus", "positive regulation of protein localization in nucleolus", "up regulation of protein localisation in nucleolus", "up regulation of protein localisation to nucleolus", "up regulation of protein localization in nucleolus", "up regulation of protein localization to nucleolus", "up-regulation of protein localisation in nucleolus", "up-regulation of protein localisation to nucleolus", "up-regulation of protein localization in nucleolus", "up-regulation of protein localization to nucleolus", "upregulation of protein localisation in nucleolus", "upregulation of protein localisation to nucleolus", "upregulation of protein localization in nucleolus", "upregulation of protein localization to nucleolus" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation in nucleolus", "activation of protein localisation to nucleolus", "activation of protein localization in nucleolus", "activation of protein localization to nucleolus" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904751" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to nucleolus" ;
    rdfs:subClassOf obo:GO_1900182, obo:GO_1904749, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1902570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1902570
            ]
        )
    ] .

obo:GO_1904752
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vascular associated smooth muscle cell migration." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-10-19T15:49:52Z" ;
    oboInOwl:hasExactSynonym "regulation of vascular smooth muscle cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904752" ;
    a owl:Class ;
    rdfs:label "regulation of vascular associated smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0014910, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1904738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1904738
            ]
        )
    ] .

obo:GO_1904753
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vascular associated smooth muscle cell migration." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-10-19T15:49:58Z" ;
    oboInOwl:hasExactSynonym "down regulation of vascular associated smooth muscle cell migration", "down regulation of vascular smooth muscle cell migration", "down-regulation of vascular associated smooth muscle cell migration", "down-regulation of vascular smooth muscle cell migration", "downregulation of vascular associated smooth muscle cell migration", "downregulation of vascular smooth muscle cell migration", "negative regulation of vascular smooth muscle cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of vascular associated smooth muscle cell migration", "inhibition of vascular smooth muscle cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904753" ;
    a owl:Class ;
    rdfs:label "negative regulation of vascular associated smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0014912, obo:GO_1904752, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1904738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1904738
            ]
        )
    ] .

obo:GO_1904754
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vascular associated smooth muscle cell migration." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-10-19T15:50:05Z" ;
    oboInOwl:hasExactSynonym "positive regulation of vascular smooth muscle cell migration", "up regulation of vascular associated smooth muscle cell migration", "up regulation of vascular smooth muscle cell migration", "up-regulation of vascular associated smooth muscle cell migration", "up-regulation of vascular smooth muscle cell migration", "upregulation of vascular associated smooth muscle cell migration", "upregulation of vascular smooth muscle cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of vascular associated smooth muscle cell migration", "activation of vascular smooth muscle cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904754" ;
    a owl:Class ;
    rdfs:label "positive regulation of vascular associated smooth muscle cell migration" ;
    rdfs:subClassOf obo:GO_0014911, obo:GO_1904752, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1904738
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1904738
            ]
        )
    ] .

obo:GO_1904770
    obo:IAO_0000115 "The developmental process by which an intramembranous bone is generated and organized." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2015-10-28T11:46:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "intramembranous bones morphogenesis", "membrane bone morphogenesis" ;
    oboInOwl:id "GO:1904770" ;
    a owl:Class ;
    rdfs:label "intramembranous bone morphogenesis" ;
    rdfs:subClassOf obo:GO_0060349, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002514
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002514
            ]
        )
    ] .

obo:GO_1904776
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to cell cortex." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-10-29T16:55:01Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation to cell cortex" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904776" ;
    a owl:Class ;
    rdfs:comment "An example is cye-1 in C. elegans, UniProt ID O01501 in PMID:17115027." ;
    rdfs:label "regulation of protein localization to cell cortex" ;
    rdfs:subClassOf obo:GO_1904375, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072697
            ]
        )
    ] .

obo:GO_1904777
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell cortex." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-10-29T16:55:08Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation to cell cortex", "down regulation of protein localization to cell cortex", "down-regulation of protein localisation to cell cortex", "down-regulation of protein localization to cell cortex", "downregulation of protein localisation to cell cortex", "downregulation of protein localization to cell cortex", "negative regulation of protein localisation to cell cortex" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation to cell cortex", "inhibition of protein localization to cell cortex" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904777" ;
    a owl:Class ;
    rdfs:comment "An example is cye-1 in C. elegans, UniProt ID O01501 in PMID:17115027." ;
    rdfs:label "negative regulation of protein localization to cell cortex" ;
    rdfs:subClassOf obo:GO_1904376, obo:GO_1904776, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072697
            ]
        )
    ] .

obo:GO_1904778
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to cell cortex." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-10-29T16:55:15Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation to cell cortex", "up regulation of protein localisation to cell cortex", "up regulation of protein localization to cell cortex", "up-regulation of protein localisation to cell cortex", "up-regulation of protein localization to cell cortex", "upregulation of protein localisation to cell cortex", "upregulation of protein localization to cell cortex" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation to cell cortex", "activation of protein localization to cell cortex" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904778" ;
    a owl:Class ;
    rdfs:comment "An example is cye-1 in C. elegans, UniProt ID O01501 in PMID:17115027." ;
    rdfs:label "positive regulation of protein localization to cell cortex" ;
    rdfs:subClassOf obo:GO_1904377, obo:GO_1904776, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072697
            ]
        )
    ] .

obo:GO_1904809
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of dense core granule transport." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-11-11T10:40:10Z" ;
    oboInOwl:hasExactSynonym "regulation of dense core vesicle transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904809" ;
    a owl:Class ;
    rdfs:comment "cdk-5 in C.elegans (G5ECH7) in PMID:22699897 (inferred from mutant phenotype)." ;
    rdfs:label "regulation of dense core granule transport" ;
    rdfs:subClassOf obo:GO_0032386, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1901950
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1901950
            ]
        )
    ] .

obo:GO_1904810
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of dense core granule transport." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-11-11T10:40:18Z" ;
    oboInOwl:hasExactSynonym "down regulation of dense core granule transport", "down regulation of dense core vesicle transport", "down-regulation of dense core granule transport", "down-regulation of dense core vesicle transport", "downregulation of dense core granule transport", "downregulation of dense core vesicle transport", "negative regulation of dense core vesicle transport" ;
    oboInOwl:hasNarrowSynonym "inhibition of dense core granule transport", "inhibition of dense core vesicle transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904810" ;
    a owl:Class ;
    rdfs:comment "cdk-5 in C.elegans (G5ECH7) in PMID:22699897 (inferred from mutant phenotype)." ;
    rdfs:label "negative regulation of dense core granule transport" ;
    rdfs:subClassOf obo:GO_0032387, obo:GO_1904809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1901950
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1901950
            ]
        )
    ] .

obo:GO_1904811
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of dense core granule transport." ;
    oboInOwl:created_by "es" ;
    oboInOwl:creation_date "2015-11-11T10:40:25Z" ;
    oboInOwl:hasExactSynonym "positive regulation of dense core vesicle transport", "up regulation of dense core granule transport", "up regulation of dense core vesicle transport", "up-regulation of dense core granule transport", "up-regulation of dense core vesicle transport", "upregulation of dense core granule transport", "upregulation of dense core vesicle transport" ;
    oboInOwl:hasNarrowSynonym "activation of dense core granule transport", "activation of dense core vesicle transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904811" ;
    a owl:Class ;
    rdfs:comment "cdk-5 in C.elegans (G5ECH7) in PMID:22699897 (inferred from mutant phenotype)." ;
    rdfs:label "positive regulation of dense core granule transport" ;
    rdfs:subClassOf obo:GO_0032388, obo:GO_1904809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1901950
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1901950
            ]
        )
    ] .

obo:GO_1904817
    obo:IAO_0000115 "The process whose specific outcome is the progression of a serous membrane over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2015-11-17T19:00:01Z" ;
    oboInOwl:hasExactSynonym "tunica serosa development", "wall of serous sac development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "serosa development" ;
    oboInOwl:id "GO:1904817" ;
    a owl:Class ;
    rdfs:label "serous membrane development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0000042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0000042
            ]
        )
    ] .

obo:GO_1904818
    obo:IAO_0000115 "The process whose specific outcome is the progression of a visceral peritoneum over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2015-11-17T19:00:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904818" ;
    a owl:Class ;
    rdfs:label "visceral peritoneum development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_1904820
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001178
            ]
        )
    ] .

obo:GO_1904819
    obo:IAO_0000115 "The process whose specific outcome is the progression of a parietal peritoneum over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2015-11-17T19:00:24Z" ;
    oboInOwl:hasExactSynonym "peritoneal cavity lining development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904819" ;
    a owl:Class ;
    rdfs:label "parietal peritoneum development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_1904820
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0001366
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0001366
            ]
        )
    ] .

obo:GO_1904820
    obo:IAO_0000115 "The process whose specific outcome is the progression of a peritoneum over time, from its formation to the mature structure." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2015-11-18T17:23:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "peritonaeum development" ;
    oboInOwl:id "GO:1904820" ;
    a owl:Class ;
    rdfs:label "peritoneum development" ;
    rdfs:subClassOf obo:GO_1904817, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0002358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0002358
            ]
        )
    ] .

obo:GO_1904829
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of aortic smooth muscle cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-11-24T10:20:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904829" ;
    a owl:Class ;
    rdfs:label "regulation of aortic smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_1905063, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035887
            ]
        )
    ] .

obo:GO_1904830
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of aortic smooth muscle cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-11-24T10:20:47Z" ;
    oboInOwl:hasExactSynonym "down regulation of aortic smooth muscle cell differentiation", "down-regulation of aortic smooth muscle cell differentiation", "downregulation of aortic smooth muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of aortic smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904830" ;
    a owl:Class ;
    rdfs:label "negative regulation of aortic smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_1904829, obo:GO_1905064, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035887
            ]
        )
    ] .

obo:GO_1904831
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of aortic smooth muscle cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2015-11-24T10:20:54Z" ;
    oboInOwl:hasExactSynonym "up regulation of aortic smooth muscle cell differentiation", "up-regulation of aortic smooth muscle cell differentiation", "upregulation of aortic smooth muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of aortic smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904831" ;
    a owl:Class ;
    rdfs:label "positive regulation of aortic smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_1904829, obo:GO_1905065, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035887
            ]
        )
    ] .

obo:GO_1904888
    obo:IAO_0000115 "The process whose specific outcome is the progression of a cranial skeletal system over time, from its formation to the mature structure. The cranial skeletal system is the skeletal subdivision of the head, and includes the skull (cranium plus mandible), pharyngeal and/or hyoid apparatus." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2016-01-07T13:45:06Z" ;
    oboInOwl:hasNarrowSynonym "cranial skeleton development", "craniofacial development", "osteocranium development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "cranium development" ;
    oboInOwl:id "GO:1904888" ;
    a owl:Class ;
    rdfs:label "cranial skeletal system development" ;
    rdfs:subClassOf obo:GO_0048856, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002296 ;
        owl:someValuesFrom obo:UBERON_0010323
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002296 ;
                owl:someValuesFrom obo:UBERON_0010323
            ]
        )
    ] .

obo:GO_1904933
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell proliferation in midbrain." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2016-02-01T13:16:11Z" ;
    oboInOwl:hasExactSynonym "regulation of cell proliferation in mesencephalon" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of mesencepahalic cell proliferation" ;
    oboInOwl:id "GO:1904933" ;
    a owl:Class ;
    rdfs:label "regulation of cell proliferation in midbrain" ;
    rdfs:subClassOf obo:GO_2000177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0033278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0033278
            ]
        )
    ] .

obo:GO_1904934
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cell proliferation in midbrain." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2016-02-01T13:16:19Z" ;
    oboInOwl:hasExactSynonym "down regulation of cell proliferation in mesencephalon", "down regulation of cell proliferation in midbrain", "down-regulation of cell proliferation in mesencephalon", "down-regulation of cell proliferation in midbrain", "downregulation of cell proliferation in mesencephalon", "downregulation of cell proliferation in midbrain", "negative regulation of cell proliferation in mesencephalon" ;
    oboInOwl:hasNarrowSynonym "inhibition of cell proliferation in mesencephalon", "inhibition of cell proliferation in midbrain" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of mesencepahalic cell proliferation", "down-regulation of mesencepahalic cell proliferation", "downregulation of mesencepahalic cell proliferation", "inhibition of mesencepahalic cell proliferation", "negative regulation of mesencepahalic cell proliferation" ;
    oboInOwl:id "GO:1904934" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell proliferation in midbrain" ;
    rdfs:subClassOf obo:GO_1904933, obo:GO_2000178, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0033278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0033278
            ]
        )
    ] .

obo:GO_1904935
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell proliferation in midbrain." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2016-02-01T13:16:27Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cell proliferation in mesencephalon", "up regulation of cell proliferation in mesencephalon", "up regulation of cell proliferation in midbrain", "up-regulation of cell proliferation in mesencephalon", "up-regulation of cell proliferation in midbrain", "upregulation of cell proliferation in mesencephalon", "upregulation of cell proliferation in midbrain" ;
    oboInOwl:hasNarrowSynonym "activation of cell proliferation in mesencephalon", "activation of cell proliferation in midbrain" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of mesencepahalic cell proliferation", "positive regulation of mesencepahalic cell proliferation", "up regulation of mesencepahalic cell proliferation", "up-regulation of mesencepahalic cell proliferation", "upregulation of mesencepahalic cell proliferation" ;
    oboInOwl:id "GO:1904935" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell proliferation in midbrain" ;
    rdfs:subClassOf obo:GO_1904933, obo:GO_2000179, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0033278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0033278
            ]
        )
    ] .

obo:GO_1904936
    obo:IAO_0000115 "The orderly movement of an interneuron from one site to another." ;
    oboInOwl:created_by "ah" ;
    oboInOwl:creation_date "2016-02-01T14:04:32Z" ;
    oboInOwl:hasExactSynonym "inter neuron migration", "inter-neuron migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904936" ;
    a owl:Class ;
    rdfs:label "interneuron migration" ;
    rdfs:subClassOf obo:GO_0001764, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000099
            ]
        )
    ] .

obo:GO_1904937
    obo:IAO_0000115 "The orderly movement of a sensory neuron from one site to another." ;
    oboInOwl:created_by "ah" ;
    oboInOwl:creation_date "2016-02-01T14:15:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904937" ;
    a owl:Class ;
    rdfs:label "sensory neuron migration" ;
    rdfs:subClassOf obo:GO_0001764, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000101
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000101
            ]
        )
    ] .

obo:GO_1904942
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac ventricle formation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-02-02T16:37:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904942" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac ventricle formation" ;
    rdfs:subClassOf obo:GO_1901210, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003211
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003211
            ]
        )
    ] .

obo:GO_1904943
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac ventricle formation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-02-02T16:37:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac ventricle formation", "down-regulation of cardiac ventricle formation", "downregulation of cardiac ventricle formation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac ventricle formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904943" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac ventricle formation" ;
    rdfs:subClassOf obo:GO_1901211, obo:GO_1904413, obo:GO_1904942, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003211
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003211
            ]
        )
    ] .

obo:GO_1904944
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac ventricle formation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-02-02T16:37:31Z" ;
    oboInOwl:hasExactSynonym "up regulation of cardiac ventricle formation", "up-regulation of cardiac ventricle formation", "upregulation of cardiac ventricle formation" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac ventricle formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904944" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac ventricle formation" ;
    rdfs:subClassOf obo:GO_1901212, obo:GO_1904942, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003211
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003211
            ]
        )
    ] .

obo:GO_1904950
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of establishment of protein localization." ;
    oboInOwl:created_by "mec" ;
    oboInOwl:creation_date "2016-02-05T09:59:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of establishment of protein localisation", "down regulation of establishment of protein localization", "down regulation of protein positioning", "down regulation of protein recruitment", "down-regulation of establishment of protein localisation", "down-regulation of establishment of protein localization", "down-regulation of protein positioning", "down-regulation of protein recruitment", "downregulation of establishment of protein localisation", "downregulation of establishment of protein localization", "downregulation of protein positioning", "downregulation of protein recruitment", "negative regulation of establishment of protein localisation", "negative regulation of protein positioning", "negative regulation of protein recruitment" ;
    oboInOwl:hasNarrowSynonym "inhibition of establishment of protein localisation", "inhibition of establishment of protein localization", "inhibition of protein positioning", "inhibition of protein recruitment" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904950" ;
    a owl:Class ;
    rdfs:label "negative regulation of establishment of protein localization" ;
    rdfs:subClassOf obo:GO_0070201, obo:GO_1903828, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045184
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045184
            ]
        )
    ] .

obo:GO_1904951
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of establishment of protein localization." ;
    oboInOwl:created_by "mec" ;
    oboInOwl:creation_date "2016-02-05T09:59:32Z" ;
    oboInOwl:hasExactSynonym "positive regulation of establishment of protein localisation", "positive regulation of protein positioning", "positive regulation of protein recruitment", "up regulation of establishment of protein localisation", "up regulation of establishment of protein localization", "up regulation of protein positioning", "up regulation of protein recruitment", "up-regulation of establishment of protein localisation", "up-regulation of establishment of protein localization", "up-regulation of protein positioning", "up-regulation of protein recruitment", "upregulation of establishment of protein localisation", "upregulation of establishment of protein localization", "upregulation of protein positioning", "upregulation of protein recruitment" ;
    oboInOwl:hasNarrowSynonym "activation of establishment of protein localisation", "activation of establishment of protein localization", "activation of protein positioning", "activation of protein recruitment" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904951" ;
    a owl:Class ;
    rdfs:label "positive regulation of establishment of protein localization" ;
    rdfs:subClassOf obo:GO_0070201, obo:GO_1903829, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0045184
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0045184
            ]
        )
    ] .

obo:GO_1904987
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of endothelial cell activation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-02-29T16:16:09Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904987" ;
    a owl:Class ;
    rdfs:label "regulation of endothelial cell activation" ;
    rdfs:subClassOf obo:GO_0050865, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042118
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042118
            ]
        )
    ] .

obo:GO_1904988
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial cell activation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-02-29T16:16:18Z" ;
    oboInOwl:hasExactSynonym "down regulation of endothelial cell activation", "down-regulation of endothelial cell activation", "downregulation of endothelial cell activation" ;
    oboInOwl:hasNarrowSynonym "inhibition of endothelial cell activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904988" ;
    a owl:Class ;
    rdfs:label "negative regulation of endothelial cell activation" ;
    rdfs:subClassOf obo:GO_0050866, obo:GO_1904987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042118
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042118
            ]
        )
    ] .

obo:GO_1904989
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of endothelial cell activation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-02-29T16:16:25Z" ;
    oboInOwl:hasExactSynonym "up regulation of endothelial cell activation", "up-regulation of endothelial cell activation", "upregulation of endothelial cell activation" ;
    oboInOwl:hasNarrowSynonym "activation of endothelial cell activation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1904989" ;
    a owl:Class ;
    rdfs:label "positive regulation of endothelial cell activation" ;
    rdfs:subClassOf obo:GO_0050867, obo:GO_1904987, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042118
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042118
            ]
        )
    ] .

obo:GO_1905038
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of membrane lipid metabolic process." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2016-03-08T20:41:32Z" ;
    oboInOwl:hasExactSynonym "regulation of membrane lipid metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905038" ;
    a owl:Class ;
    rdfs:label "regulation of membrane lipid metabolic process" ;
    rdfs:subClassOf obo:GO_0019216, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0006643
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0006643
            ]
        )
    ] .

obo:GO_1905039
    obo:IAO_0000115 "The process in which carboxylic acid is transported across a membrane." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2016-03-09T15:33:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905039" ;
    a owl:Class ;
    rdfs:label "carboxylic acid transmembrane transport" ;
    rdfs:subClassOf obo:GO_0046942, obo:GO_1903825 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0055085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_29067
            ]
        )
    ] .

obo:GO_1905063
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vascular smooth muscle cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-03-21T11:14:53Z" ;
    oboInOwl:hasExactSynonym "regulation of VSMC differentiation", "regulation of vascular smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905063" ;
    a owl:Class ;
    rdfs:label "regulation of vascular associated smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051150, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035886
            ]
        )
    ] .

obo:GO_1905064
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vascular smooth muscle cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-03-21T11:15:03Z" ;
    oboInOwl:hasExactSynonym "down regulation of VSMC differentiation", "down regulation of vascular associated smooth muscle cell differentiation", "down regulation of vascular smooth muscle cell differentiation", "down-regulation of VSMC differentiation", "down-regulation of vascular associated smooth muscle cell differentiation", "down-regulation of vascular smooth muscle cell differentiation", "downregulation of VSMC differentiation", "downregulation of vascular associated smooth muscle cell differentiation", "downregulation of vascular smooth muscle cell differentiation", "negative regulation of VSMC differentiation", "negative regulation of vascular smooth muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of VSMC differentiation", "inhibition of vascular associated smooth muscle cell differentiation", "inhibition of vascular smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905064" ;
    a owl:Class ;
    rdfs:label "negative regulation of vascular associated smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051151, obo:GO_1905063, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035886
            ]
        )
    ] .

obo:GO_1905065
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vascular smooth muscle cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-03-21T11:15:13Z" ;
    oboInOwl:hasExactSynonym "positive regulation of VSMC differentiation", "positive regulation of vascular smooth muscle cell differentiation", "up regulation of VSMC differentiation", "up regulation of vascular associated smooth muscle cell differentiation", "up regulation of vascular smooth muscle cell differentiation", "up-regulation of VSMC differentiation", "up-regulation of vascular associated smooth muscle cell differentiation", "up-regulation of vascular smooth muscle cell differentiation", "upregulation of VSMC differentiation", "upregulation of vascular associated smooth muscle cell differentiation", "upregulation of vascular smooth muscle cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of VSMC differentiation", "activation of vascular associated smooth muscle cell differentiation", "activation of vascular smooth muscle cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905065" ;
    a owl:Class ;
    rdfs:label "positive regulation of vascular associated smooth muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051152, obo:GO_1905063, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035886
            ]
        )
    ] .

obo:GO_1905126
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of axo-dendritic protein transport." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2016-04-11T20:38:31Z" ;
    oboInOwl:hasNarrowSynonym "regulation of axonal protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905126" ;
    a owl:Class ;
    rdfs:label "regulation of axo-dendritic protein transport" ;
    rdfs:subClassOf obo:GO_0033157, obo:GO_0060632, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0099640
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0099640
            ]
        )
    ] .

obo:GO_1905127
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of axo-dendritic protein transport." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2016-04-11T20:38:40Z" ;
    oboInOwl:hasExactSynonym "down regulation of axo-dendritic protein transport", "down-regulation of axo-dendritic protein transport", "downregulation of axo-dendritic protein transport" ;
    oboInOwl:hasNarrowSynonym "down regulation of axonal protein transport", "down-regulation of axonal protein transport", "downregulation of axonal protein transport", "inhibition of axo-dendritic protein transport", "inhibition of axonal protein transport", "negative regulation of axonal protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905127" ;
    a owl:Class ;
    rdfs:label "negative regulation of axo-dendritic protein transport" ;
    rdfs:subClassOf obo:GO_0090317, obo:GO_1905126, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0099640
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0099640
            ]
        )
    ] .

obo:GO_1905128
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of axo-dendritic protein transport." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2016-04-11T20:38:48Z" ;
    oboInOwl:hasExactSynonym "up regulation of axo-dendritic protein transport", "up-regulation of axo-dendritic protein transport", "upregulation of axo-dendritic protein transport" ;
    oboInOwl:hasNarrowSynonym "activation of axo-dendritic protein transport", "activation of axonal protein transport", "positive regulation of axonal protein transport", "up regulation of axonal protein transport", "up-regulation of axonal protein transport", "upregulation of axonal protein transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905128" ;
    a owl:Class ;
    rdfs:label "positive regulation of axo-dendritic protein transport" ;
    rdfs:subClassOf obo:GO_0090316, obo:GO_1905126, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0099640
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0099640
            ]
        )
    ] .

obo:GO_1905139
    obo:IAO_0000115 "The process that gives rise to the apical ectodermal ridge. This process pertains to the initial formation of a structure from unspecified parts." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2016-04-13T11:46:40Z" ;
    oboInOwl:hasExactSynonym "apical epidermal ridge formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "AER formation", "crista ectodermalis apicalis formation" ;
    oboInOwl:id "GO:1905139" ;
    a owl:Class ;
    rdfs:label "apical ectodermal ridge formation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0048646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0035107
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002297 ;
        owl:someValuesFrom obo:UBERON_0004356
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0048646
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002297 ;
                owl:someValuesFrom obo:UBERON_0004356
            ]
        )
    ] .

obo:GO_1905140
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of apical ectodermal ridge formation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2016-04-13T12:16:40Z" ;
    oboInOwl:hasExactSynonym "regulation of apical epidermal ridge formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of AER formation", "regulation of crista ectodermalis apicalis formation" ;
    oboInOwl:id "GO:1905140" ;
    a owl:Class ;
    rdfs:label "regulation of apical ectodermal ridge formation" ;
    rdfs:subClassOf obo:GO_0022603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1905139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1905139
            ]
        )
    ] .

obo:GO_1905141
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of apical ectodermal ridge formation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2016-04-13T12:16:48Z" ;
    oboInOwl:hasExactSynonym "down regulation of apical ectodermal ridge formation", "down regulation of apical epidermal ridge formation", "down-regulation of apical ectodermal ridge formation", "down-regulation of apical epidermal ridge formation", "downregulation of apical ectodermal ridge formation", "downregulation of apical epidermal ridge formation", "negative regulation of apical epidermal ridge formation" ;
    oboInOwl:hasNarrowSynonym "inhibition of apical ectodermal ridge formation", "inhibition of apical epidermal ridge formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of AER formation", "down regulation of crista ectodermalis apicalis formation", "down-regulation of AER formation", "down-regulation of crista ectodermalis apicalis formation", "downregulation of AER formation", "downregulation of crista ectodermalis apicalis formation", "inhibition of AER formation", "inhibition of crista ectodermalis apicalis formation", "negative regulation of AER formation", "negative regulation of crista ectodermalis apicalis formation" ;
    oboInOwl:id "GO:1905141" ;
    a owl:Class ;
    rdfs:label "negative regulation of apical ectodermal ridge formation" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_1905140, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1905139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1905139
            ]
        )
    ] .

obo:GO_1905142
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of apical ectodermal ridge formation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2016-04-13T12:16:57Z" ;
    oboInOwl:hasExactSynonym "positive regulation of apical epidermal ridge formation", "up regulation of apical ectodermal ridge formation", "up regulation of apical epidermal ridge formation", "up-regulation of apical ectodermal ridge formation", "up-regulation of apical epidermal ridge formation", "upregulation of apical ectodermal ridge formation", "upregulation of apical epidermal ridge formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of AER formation", "positive regulation of AER formation", "positive regulation of crista ectodermalis apicalis formation", "up regulation of AER formation", "up regulation of crista ectodermalis apicalis formation", "up-regulation of AER formation", "up-regulation of crista ectodermalis apicalis formation", "upregulation of AER formation", "upregulation of crista ectodermalis apicalis formation" ;
    oboInOwl:id "GO:1905142" ;
    a owl:Class ;
    rdfs:label "positive regulation of apical ectodermal ridge formation" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_1905140, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1905139
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1905139
            ]
        )
    ] .

obo:GO_1905144
    obo:IAO_0000115 "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an acetylcholine stimulus." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2016-04-14T08:54:49Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905144" ;
    a owl:Class ;
    rdfs:label "response to acetylcholine" ;
    rdfs:subClassOf obo:GO_1901698, obo:GO_1901700, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:CHEBI_15355
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050896
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:CHEBI_15355
            ]
        )
    ] .

obo:GO_1905147
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of smooth muscle hypertrophy." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-04-15T12:47:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905147" ;
    a owl:Class ;
    rdfs:label "regulation of smooth muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014743, obo:GO_0043502, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014895
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014895
            ]
        )
    ] .

obo:GO_1905148
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of smooth muscle hypertrophy." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-04-15T12:47:16Z" ;
    oboInOwl:hasExactSynonym "down regulation of smooth muscle hypertrophy", "down-regulation of smooth muscle hypertrophy", "downregulation of smooth muscle hypertrophy" ;
    oboInOwl:hasNarrowSynonym "inhibition of smooth muscle hypertrophy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905148" ;
    a owl:Class ;
    rdfs:label "negative regulation of smooth muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014741, obo:GO_0014745, obo:GO_1905147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014895
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014895
            ]
        )
    ] .

obo:GO_1905149
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of smooth muscle hypertrophy." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-04-15T12:47:24Z" ;
    oboInOwl:hasExactSynonym "up regulation of smooth muscle hypertrophy", "up-regulation of smooth muscle hypertrophy", "upregulation of smooth muscle hypertrophy" ;
    oboInOwl:hasNarrowSynonym "activation of smooth muscle hypertrophy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905149" ;
    a owl:Class ;
    rdfs:label "positive regulation of smooth muscle hypertrophy" ;
    rdfs:subClassOf obo:GO_0014742, obo:GO_0014744, obo:GO_1905147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014895
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014895
            ]
        )
    ] .

obo:GO_1905207
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiocyte differentiation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-06-02T07:20:01Z" ;
    oboInOwl:hasExactSynonym "regulation of cardiac cell differentiation", "regulation of heart cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905207" ;
    a owl:Class ;
    rdfs:label "regulation of cardiocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035051
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035051
            ]
        )
    ] .

obo:GO_1905208
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiocyte differentiation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-06-02T07:20:09Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac cell differentiation", "down regulation of cardiocyte differentiation", "down regulation of heart cell differentiation", "down-regulation of cardiac cell differentiation", "down-regulation of cardiocyte differentiation", "down-regulation of heart cell differentiation", "downregulation of cardiac cell differentiation", "downregulation of cardiocyte differentiation", "downregulation of heart cell differentiation", "negative regulation of cardiac cell differentiation", "negative regulation of heart cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac cell differentiation", "inhibition of cardiocyte differentiation", "inhibition of heart cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905208" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_0051241, obo:GO_1905207, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035051
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035051
            ]
        )
    ] .

obo:GO_1905209
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiocyte differentiation." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-06-02T07:20:16Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cardiac cell differentiation", "positive regulation of heart cell differentiation", "up regulation of cardiac cell differentiation", "up regulation of cardiocyte differentiation", "up regulation of heart cell differentiation", "up-regulation of cardiac cell differentiation", "up-regulation of cardiocyte differentiation", "up-regulation of heart cell differentiation", "upregulation of cardiac cell differentiation", "upregulation of cardiocyte differentiation", "upregulation of heart cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac cell differentiation", "activation of cardiocyte differentiation", "activation of heart cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905209" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiocyte differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_0051240, obo:GO_1905207, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035051
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035051
            ]
        )
    ] .

obo:GO_1905213
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mitotic chromosome condensation." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2016-06-03T08:41:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905213" ;
    a owl:Class ;
    rdfs:label "negative regulation of mitotic chromosome condensation" ;
    rdfs:subClassOf obo:GO_0010948, obo:GO_1902340, obo:GO_1903379, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007076
            ]
        )
    ] .

obo:GO_1905223
    obo:IAO_0000115 "The developmental process by which an epicardium is generated and organized." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-06-07T10:02:32Z" ;
    oboInOwl:hasExactSynonym "heart epicardium morphogenesis", "visceral serous pericardium of heart morphogenesis", "visceral serous pericardium proper morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "pericardium visceral mesothelium morphogenesis" ;
    oboInOwl:id "GO:1905223" ;
    a owl:Class ;
    rdfs:label "epicardium morphogenesis" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0009653, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002298 ;
        owl:someValuesFrom obo:UBERON_0002348
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0009653
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002298 ;
                owl:someValuesFrom obo:UBERON_0002348
            ]
        )
    ] .

obo:GO_1905268
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of chromatin organization." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-06-15T20:14:47Z" ;
    oboInOwl:hasAlternativeId "GO:0045798", "GO:1903309" ;
    oboInOwl:hasExactSynonym "down regulation of chromatin organisation", "down regulation of chromatin organization", "down regulation of establishment or maintenance of chromatin architecture", "down-regulation of chromatin organisation", "down-regulation of chromatin organization", "down-regulation of establishment or maintenance of chromatin architecture", "downregulation of chromatin organisation", "downregulation of chromatin organization", "downregulation of establishment or maintenance of chromatin architecture", "negative regulation of chromatin assembly/disassembly", "negative regulation of chromatin organisation", "negative regulation of establishment or maintenance of chromatin architecture" ;
    oboInOwl:hasNarrowSynonym "inhibition of chromatin assembly or disassembly", "inhibition of chromatin organisation", "inhibition of chromatin organization", "inhibition of establishment or maintenance of chromatin architecture" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of chromatin assembly or disassembly", "down-regulation of chromatin assembly or disassembly", "downregulation of chromatin assembly or disassembly", "negative regulation of chromatin assembly or disassembly", "negative regulation of chromatin modification" ;
    oboInOwl:id "GO:1905268" ;
    a owl:Class ;
    rdfs:label "negative regulation of chromatin organization" ;
    rdfs:subClassOf obo:GO_0051129, obo:GO_1902275, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0006325
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0006325
            ]
        )
    ] .

obo:GO_1905269
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of chromatin organization." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-06-15T20:14:56Z" ;
    oboInOwl:hasAlternativeId "GO:0045799", "GO:1903310" ;
    oboInOwl:hasExactSynonym "positive regulation of chromatin organisation", "positive regulation of establishment or maintenance of chromatin architecture", "up regulation of chromatin organisation", "up regulation of chromatin organization", "up regulation of establishment or maintenance of chromatin architecture", "up-regulation of chromatin organisation", "up-regulation of chromatin organization", "up-regulation of establishment or maintenance of chromatin architecture", "upregulation of chromatin assembly or disassembly", "upregulation of chromatin organisation", "upregulation of chromatin organization", "upregulation of establishment or maintenance of chromatin architecture" ;
    oboInOwl:hasNarrowSynonym "activation of chromatin assembly or disassembly", "activation of chromatin organisation", "activation of chromatin organization", "activation of establishment or maintenance of chromatin architecture", "stimulation of chromatin assembly or disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of chromatin assembly or disassembly", "positive regulation of chromatin assembly/disassembly", "positive regulation of chromatin modification", "up regulation of chromatin assembly or disassembly", "up-regulation of chromatin assembly or disassembly" ;
    oboInOwl:id "GO:1905269" ;
    a owl:Class ;
    rdfs:label "positive regulation of chromatin organization" ;
    rdfs:subClassOf obo:GO_1902275, obo:GO_2001252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0006325
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0006325
            ]
        )
    ] .

obo:GO_1905276
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epithelial tube formation." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2016-06-20T09:35:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905276" ;
    a owl:Class ;
    rdfs:comment "An example of this is MMRN2 in human (Q9H8L6) in PMID:25745997 (inferred from direct assay)." ;
    rdfs:label "regulation of epithelial tube formation" ;
    rdfs:subClassOf obo:GO_1905330, obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072175
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072175
            ]
        )
    ] .

obo:GO_1905277
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of epithelial tube formation." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2016-06-20T09:35:49Z" ;
    oboInOwl:hasExactSynonym "down regulation of epithelial tube formation", "down-regulation of epithelial tube formation", "downregulation of epithelial tube formation" ;
    oboInOwl:hasNarrowSynonym "inhibition of epithelial tube formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905277" ;
    a owl:Class ;
    rdfs:comment "An example of this is MMRN2 in human (Q9H8L6) in PMID:25745997 (inferred from direct assay)." ;
    rdfs:label "negative regulation of epithelial tube formation" ;
    rdfs:subClassOf obo:GO_0051241, obo:GO_1905276, obo:GO_1905331, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072175
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072175
            ]
        )
    ] .

obo:GO_1905278
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of epithelial tube formation." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2016-06-20T09:35:57Z" ;
    oboInOwl:hasExactSynonym "up regulation of epithelial tube formation", "up-regulation of epithelial tube formation", "upregulation of epithelial tube formation" ;
    oboInOwl:hasNarrowSynonym "activation of epithelial tube formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905278" ;
    a owl:Class ;
    rdfs:comment "An example of this is MMRN2 in human (Q9H8L6) in PMID:25745997 (inferred from direct assay)." ;
    rdfs:label "positive regulation of epithelial tube formation" ;
    rdfs:subClassOf obo:GO_0051240, obo:GO_1905276, obo:GO_1905332, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072175
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072175
            ]
        )
    ] .

obo:GO_1905288
    obo:IAO_0000115 "Any apoptotic process in a vascular associated smooth muscle cell." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-06-23T13:24:20Z" ;
    oboInOwl:hasExactSynonym "VSMC apoptotic process", "vascular smooth muscle cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "VSMC apoptosis", "vascular associated smooth muscle cell apoptosis", "vascular smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905288" ;
    a owl:Class ;
    rdfs:label "vascular associated smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0034390, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0000359
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0000359
            ]
        )
    ] .

obo:GO_1905292
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neural crest cell differentiation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-06-28T15:02:01Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905292" ;
    a owl:Class ;
    rdfs:label "regulation of neural crest cell differentiation" ;
    rdfs:subClassOf obo:GO_2000736, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0014033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0014033
            ]
        )
    ] .

obo:GO_1905293
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of neural crest cell differentiation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-06-28T15:02:09Z" ;
    oboInOwl:hasExactSynonym "down regulation of neural crest cell differentiation", "down-regulation of neural crest cell differentiation", "downregulation of neural crest cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of neural crest cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905293" ;
    a owl:Class ;
    rdfs:label "negative regulation of neural crest cell differentiation" ;
    rdfs:subClassOf obo:GO_0051241, obo:GO_1905292, obo:GO_2000737, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0014033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0014033
            ]
        )
    ] .

obo:GO_1905294
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neural crest cell differentiation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-06-28T15:02:16Z" ;
    oboInOwl:hasExactSynonym "up regulation of neural crest cell differentiation", "up-regulation of neural crest cell differentiation", "upregulation of neural crest cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of neural crest cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905294" ;
    a owl:Class ;
    rdfs:label "positive regulation of neural crest cell differentiation" ;
    rdfs:subClassOf obo:GO_0051240, obo:GO_1905292, obo:GO_2000738, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0014033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0014033
            ]
        )
    ] .

obo:GO_1905304
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac myofibril assembly." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-07-06T10:01:49Z" ;
    oboInOwl:hasExactSynonym "regulation of cardiac myofibril development", "regulation of cardiac myofibril morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of heart myofibril assembly" ;
    oboInOwl:id "GO:1905304" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac myofibril assembly" ;
    rdfs:subClassOf obo:GO_0060284, obo:GO_0110020, obo:GO_1902115, obo:GO_1902903, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0055003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0055003
            ]
        )
    ] .

obo:GO_1905305
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac myofibril assembly." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-07-06T10:01:58Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac myofibril assembly", "down regulation of cardiac myofibril development", "down regulation of cardiac myofibril morphogenesis", "down-regulation of cardiac myofibril assembly", "down-regulation of cardiac myofibril development", "down-regulation of cardiac myofibril morphogenesis", "downregulation of cardiac myofibril assembly", "downregulation of cardiac myofibril development", "downregulation of cardiac myofibril morphogenesis", "negative regulation of cardiac myofibril development", "negative regulation of cardiac myofibril morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac myofibril assembly", "inhibition of cardiac myofibril development", "inhibition of cardiac myofibril morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of heart myofibril assembly", "down-regulation of heart myofibril assembly", "downregulation of heart myofibril assembly", "inhibition of heart myofibril assembly", "negative regulation of heart myofibril assembly" ;
    oboInOwl:id "GO:1905305" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac myofibril assembly" ;
    rdfs:subClassOf obo:GO_0051494, obo:GO_1902116, obo:GO_1902904, obo:GO_1905304, obo:GO_2000726, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0055003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0055003
            ]
        )
    ] .

obo:GO_1905306
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac myofibril assembly." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-07-06T10:02:07Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cardiac myofibril development", "positive regulation of cardiac myofibril morphogenesis", "up regulation of cardiac myofibril assembly", "up regulation of cardiac myofibril development", "up regulation of cardiac myofibril morphogenesis", "up-regulation of cardiac myofibril assembly", "up-regulation of cardiac myofibril development", "up-regulation of cardiac myofibril morphogenesis", "upregulation of cardiac myofibril assembly", "upregulation of cardiac myofibril development", "upregulation of cardiac myofibril morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac myofibril assembly", "activation of cardiac myofibril development", "activation of cardiac myofibril morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of heart myofibril assembly", "positive regulation of heart myofibril assembly", "up regulation of heart myofibril assembly", "up-regulation of heart myofibril assembly", "upregulation of heart myofibril assembly" ;
    oboInOwl:id "GO:1905306" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac myofibril assembly" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051495, obo:GO_1902117, obo:GO_1902905, obo:GO_1905304, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0055003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0055003
            ]
        )
    ] .

obo:GO_1905310
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac neural crest cell migration involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-07-11T17:34:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905310" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003253
            ]
        )
    ] .

obo:GO_1905311
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac neural crest cell migration involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-07-11T17:34:35Z" ;
    oboInOwl:hasExactSynonym "down regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis", "down-regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis", "downregulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905311" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_1905310, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0003253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0003253
            ]
        )
    ] .

obo:GO_1905312
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac neural crest cell migration involved in outflow tract morphogenesis." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-07-11T17:34:43Z" ;
    oboInOwl:hasExactSynonym "up regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis", "up-regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis", "upregulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905312" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_1905310, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0003253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0003253
            ]
        )
    ] .

obo:GO_1905315
    obo:IAO_0000115 "Any cell proliferation that is involved in endocardial cushion morphogenesis." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2016-07-12T13:56:36Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905315" ;
    a owl:Class ;
    rdfs:label "cell proliferation involved in endocardial cushion morphogenesis" ;
    rdfs:subClassOf obo:GO_0061323, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0003203
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0003203
            ]
        )
    ] .

obo:GO_1905319
    obo:IAO_0000115 "The orderly movement of a mesenchymal stem cell from one site to another." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2016-07-14T17:13:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905319" ;
    a owl:Class ;
    rdfs:label "mesenchymal stem cell migration" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0016477, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002565 ;
        owl:someValuesFrom obo:CL_0000134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016477
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002565 ;
                owl:someValuesFrom obo:CL_0000134
            ]
        )
    ] .

obo:GO_1905320
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mesenchymal stem cell migration." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2016-07-15T22:19:14Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905320" ;
    a owl:Class ;
    rdfs:label "regulation of mesenchymal stem cell migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1905319
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1905319
            ]
        )
    ] .

obo:GO_1905321
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mesenchymal stem cell migration." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2016-07-15T22:19:22Z" ;
    oboInOwl:hasExactSynonym "down regulation of mesenchymal stem cell migration", "down-regulation of mesenchymal stem cell migration", "downregulation of mesenchymal stem cell migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of mesenchymal stem cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905321" ;
    a owl:Class ;
    rdfs:label "negative regulation of mesenchymal stem cell migration" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_1905320, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1905319
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1905319
            ]
        )
    ] .

obo:GO_1905322
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mesenchymal stem cell migration." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2016-07-15T22:19:29Z" ;
    oboInOwl:hasExactSynonym "up regulation of mesenchymal stem cell migration", "up-regulation of mesenchymal stem cell migration", "upregulation of mesenchymal stem cell migration" ;
    oboInOwl:hasNarrowSynonym "activation of mesenchymal stem cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905322" ;
    a owl:Class ;
    rdfs:label "positive regulation of mesenchymal stem cell migration" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_1905320, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1905319
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1905319
            ]
        )
    ] .

obo:GO_1905330
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of morphogenesis of an epithelium." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2016-07-22T07:13:49Z" ;
    oboInOwl:hasExactSynonym "regulation of epithelium morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905330" ;
    a owl:Class ;
    rdfs:comment "An example of this is MMRN2 in human (Q9H8L6) in PMID:25745997 (inferred from direct assay)." ;
    rdfs:label "regulation of morphogenesis of an epithelium" ;
    rdfs:subClassOf obo:GO_0022603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002009
            ]
        )
    ] .

obo:GO_1905331
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of morphogenesis of an epithelium." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2016-07-22T07:13:57Z" ;
    oboInOwl:hasExactSynonym "down regulation of epithelium morphogenesis", "down regulation of morphogenesis of an epithelium", "down-regulation of epithelium morphogenesis", "down-regulation of morphogenesis of an epithelium", "downregulation of epithelium morphogenesis", "downregulation of morphogenesis of an epithelium", "negative regulation of epithelium morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of epithelium morphogenesis", "inhibition of morphogenesis of an epithelium" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905331" ;
    a owl:Class ;
    rdfs:comment "An example of this is MMRN2 in human (Q9H8L6) in PMID:25745997 (inferred from direct assay)." ;
    rdfs:label "negative regulation of morphogenesis of an epithelium" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_1905330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002009
            ]
        )
    ] .

obo:GO_1905332
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of morphogenesis of an epithelium." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2016-07-22T07:14:05Z" ;
    oboInOwl:hasExactSynonym "positive regulation of epithelium morphogenesis", "up regulation of epithelium morphogenesis", "up regulation of morphogenesis of an epithelium", "up-regulation of epithelium morphogenesis", "up-regulation of morphogenesis of an epithelium", "upregulation of epithelium morphogenesis", "upregulation of morphogenesis of an epithelium" ;
    oboInOwl:hasNarrowSynonym "activation of epithelium morphogenesis", "activation of morphogenesis of an epithelium" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905332" ;
    a owl:Class ;
    rdfs:comment "An example of this is MMRN2 in human (Q9H8L6) in PMID:25745997 (inferred from direct assay)." ;
    rdfs:label "positive regulation of morphogenesis of an epithelium" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_1905330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002009
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002009
            ]
        )
    ] .

obo:GO_1905349
    obo:IAO_0000115 "The aggregation, arrangement and bonding together of a set of components to form a ciliary transition zone." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-08-04T14:49:43Z" ;
    oboInOwl:hasExactSynonym "cilial transition zone assembly", "cilial transition zone formation", "ciliary transition zone formation", "cilium transition zone assembly", "cilium transition zone formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905349" ;
    a owl:Class ;
    rdfs:label "ciliary transition zone assembly" ;
    rdfs:subClassOf obo:GO_0022607, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0060271
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002588 ;
        owl:someValuesFrom obo:GO_0035869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022607
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002588 ;
                owl:someValuesFrom obo:GO_0035869
            ]
        )
    ] .

obo:GO_1905383
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a presynapse." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2016-08-18T14:42:59Z" ;
    oboInOwl:hasExactSynonym "protein localisation in presynapse", "protein localisation to presynapse", "protein localization in presynapse", "recruitment of presynaptic proteins" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905383" ;
    a owl:Class ;
    rdfs:label "protein localization to presynapse" ;
    rdfs:subClassOf obo:GO_0035418, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0098793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0098793
            ]
        )
    ] .

obo:GO_1905384
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to presynapse." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2016-08-18T14:56:00Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation in presynapse", "regulation of protein localisation to presynapse", "regulation of protein localization in presynapse", "regulation of recruitment of presynaptic proteins" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905384" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to presynapse" ;
    rdfs:subClassOf obo:GO_1902473, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1905383
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1905383
            ]
        )
    ] .

obo:GO_1905385
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to presynapse." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2016-08-18T14:56:08Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation in presynapse", "down regulation of protein localisation to presynapse", "down regulation of protein localization in presynapse", "down regulation of protein localization to presynapse", "down regulation of recruitment of presynaptic proteins", "down-regulation of protein localisation in presynapse", "down-regulation of protein localisation to presynapse", "down-regulation of protein localization in presynapse", "down-regulation of protein localization to presynapse", "down-regulation of recruitment of presynaptic proteins", "downregulation of protein localisation in presynapse", "downregulation of protein localisation to presynapse", "downregulation of protein localization in presynapse", "downregulation of protein localization to presynapse", "downregulation of recruitment of presynaptic proteins", "negative regulation of protein localisation in presynapse", "negative regulation of protein localisation to presynapse", "negative regulation of protein localization in presynapse", "negative regulation of recruitment of presynaptic proteins" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation in presynapse", "inhibition of protein localisation to presynapse", "inhibition of protein localization in presynapse", "inhibition of protein localization to presynapse", "inhibition of recruitment of presynaptic proteins" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905385" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to presynapse" ;
    rdfs:subClassOf obo:GO_1903828, obo:GO_1905384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1905383
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1905383
            ]
        )
    ] .

obo:GO_1905386
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to presynapse." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2016-08-18T14:56:21Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation in presynapse", "positive regulation of protein localisation to presynapse", "positive regulation of protein localization in presynapse", "positive regulation of recruitment of presynaptic proteins", "up regulation of protein localisation in presynapse", "up regulation of protein localisation to presynapse", "up regulation of protein localization in presynapse", "up regulation of protein localization to presynapse", "up regulation of recruitment of presynaptic proteins", "up-regulation of protein localisation in presynapse", "up-regulation of protein localisation to presynapse", "up-regulation of protein localization in presynapse", "up-regulation of protein localization to presynapse", "up-regulation of recruitment of presynaptic proteins", "upregulation of protein localisation in presynapse", "upregulation of protein localisation to presynapse", "upregulation of protein localization in presynapse", "upregulation of protein localization to presynapse", "upregulation of recruitment of presynaptic proteins" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation in presynapse", "activation of protein localisation to presynapse", "activation of protein localization in presynapse", "activation of protein localization to presynapse", "activation of recruitment of presynaptic proteins" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905386" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to presynapse" ;
    rdfs:subClassOf obo:GO_1902474, obo:GO_1905384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1905383
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1905383
            ]
        )
    ] .

obo:GO_1905432
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of retrograde trans-synaptic signaling by neuropeptide." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2016-09-14T10:56:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of neuropeptide-mediated retrograde trans-synaptic signaling" ;
    oboInOwl:id "GO:1905432" ;
    a owl:Class ;
    rdfs:label "regulation of retrograde trans-synaptic signaling by neuropeptide" ;
    rdfs:subClassOf obo:GO_0099177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0099082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0099082
            ]
        )
    ] .

obo:GO_1905433
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of retrograde trans-synaptic signaling by neuropeptide." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2016-09-14T10:56:55Z" ;
    oboInOwl:hasExactSynonym "down regulation of retrograde trans-synaptic signaling by neuropeptide", "down-regulation of retrograde trans-synaptic signaling by neuropeptide", "downregulation of retrograde trans-synaptic signaling by neuropeptide" ;
    oboInOwl:hasNarrowSynonym "inhibition of retrograde trans-synaptic signaling by neuropeptide" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "inhibition of neuropeptide-mediated retrograde trans-synaptic signaling", "negative regulation of neuropeptide-mediated retrograde trans-synaptic signaling" ;
    oboInOwl:id "GO:1905433" ;
    a owl:Class ;
    rdfs:label "negative regulation of retrograde trans-synaptic signaling by neuropeptide" ;
    rdfs:subClassOf obo:GO_0010648, obo:GO_0023057, obo:GO_1905432, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0099082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0099082
            ]
        )
    ] .

obo:GO_1905434
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of retrograde trans-synaptic signaling by neuropeptide." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2016-09-14T10:57:02Z" ;
    oboInOwl:hasExactSynonym "up regulation of retrograde trans-synaptic signaling by neuropeptide", "up-regulation of retrograde trans-synaptic signaling by neuropeptide", "upregulation of retrograde trans-synaptic signaling by neuropeptide" ;
    oboInOwl:hasNarrowSynonym "activation of retrograde trans-synaptic signaling by neuropeptide" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of neuropeptide-mediated retrograde trans-synaptic signaling" ;
    oboInOwl:id "GO:1905434" ;
    a owl:Class ;
    rdfs:label "positive regulation of retrograde trans-synaptic signaling by neuropeptide" ;
    rdfs:subClassOf obo:GO_0010647, obo:GO_0023056, obo:GO_1905432, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0099082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0099082
            ]
        )
    ] .

obo:GO_1905453
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of myeloid progenitor cell differentiation." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2016-09-16T12:32:18Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905453" ;
    a owl:Class ;
    rdfs:label "regulation of myeloid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_1901532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002318
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002318
            ]
        )
    ] .

obo:GO_1905454
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of myeloid progenitor cell differentiation." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2016-09-16T12:32:26Z" ;
    oboInOwl:hasExactSynonym "down regulation of myeloid progenitor cell differentiation", "down-regulation of myeloid progenitor cell differentiation", "downregulation of myeloid progenitor cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of myeloid progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905454" ;
    a owl:Class ;
    rdfs:label "negative regulation of myeloid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_1901533, obo:GO_1905453, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002318
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002318
            ]
        )
    ] .

obo:GO_1905455
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of myeloid progenitor cell differentiation." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2016-09-16T12:32:33Z" ;
    oboInOwl:hasExactSynonym "up regulation of myeloid progenitor cell differentiation", "up-regulation of myeloid progenitor cell differentiation", "upregulation of myeloid progenitor cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of myeloid progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905455" ;
    a owl:Class ;
    rdfs:label "positive regulation of myeloid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_1901534, obo:GO_1905453, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002318
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002318
            ]
        )
    ] .

obo:GO_1905456
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of lymphoid progenitor cell differentiation." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2016-09-16T12:32:40Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905456" ;
    a owl:Class ;
    rdfs:label "regulation of lymphoid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_1901532, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002320
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002320
            ]
        )
    ] .

obo:GO_1905457
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of lymphoid progenitor cell differentiation." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2016-09-16T12:32:48Z" ;
    oboInOwl:hasExactSynonym "down regulation of lymphoid progenitor cell differentiation", "down-regulation of lymphoid progenitor cell differentiation", "downregulation of lymphoid progenitor cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of lymphoid progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905457" ;
    a owl:Class ;
    rdfs:label "negative regulation of lymphoid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_1901533, obo:GO_1905456, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002320
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002320
            ]
        )
    ] .

obo:GO_1905458
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of lymphoid progenitor cell differentiation." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2016-09-16T12:32:55Z" ;
    oboInOwl:hasExactSynonym "up regulation of lymphoid progenitor cell differentiation", "up-regulation of lymphoid progenitor cell differentiation", "upregulation of lymphoid progenitor cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of lymphoid progenitor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905458" ;
    a owl:Class ;
    rdfs:label "positive regulation of lymphoid progenitor cell differentiation" ;
    rdfs:subClassOf obo:GO_1901534, obo:GO_1905456, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002320
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002320
            ]
        )
    ] .

obo:GO_1905459
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vascular associated smooth muscle cell apoptotic process." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-09-19T11:33:54Z" ;
    oboInOwl:hasExactSynonym "regulation of VSMC apoptotic process", "regulation of vascular smooth muscle cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "regulation of VSMC apoptosis", "regulation of vascular associated smooth muscle cell apoptosis", "regulation of vascular smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905459" ;
    a owl:Class ;
    rdfs:label "regulation of vascular associated smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0034391, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1905288
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1905288
            ]
        )
    ] .

obo:GO_1905460
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vascular associated smooth muscle cell apoptotic process." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-09-19T11:34:03Z" ;
    oboInOwl:hasExactSynonym "down regulation of VSMC apoptotic process", "down regulation of vascular associated smooth muscle cell apoptotic process", "down regulation of vascular smooth muscle cell apoptotic process", "down-regulation of VSMC apoptotic process", "down-regulation of vascular associated smooth muscle cell apoptotic process", "down-regulation of vascular smooth muscle cell apoptotic process", "downregulation of VSMC apoptotic process", "downregulation of vascular associated smooth muscle cell apoptotic process", "downregulation of vascular smooth muscle cell apoptotic process", "negative regulation of VSMC apoptotic process", "negative regulation of vascular smooth muscle cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "down regulation of VSMC apoptosis", "down regulation of vascular associated smooth muscle cell apoptosis", "down regulation of vascular smooth muscle cell apoptosis", "down-regulation of VSMC apoptosis", "down-regulation of vascular associated smooth muscle cell apoptosis", "down-regulation of vascular smooth muscle cell apoptosis", "downregulation of VSMC apoptosis", "downregulation of vascular associated smooth muscle cell apoptosis", "downregulation of vascular smooth muscle cell apoptosis", "inhibition of VSMC apoptosis", "inhibition of VSMC apoptotic process", "inhibition of vascular associated smooth muscle cell apoptosis", "inhibition of vascular associated smooth muscle cell apoptotic process", "inhibition of vascular smooth muscle cell apoptosis", "inhibition of vascular smooth muscle cell apoptotic process", "negative regulation of VSMC apoptosis", "negative regulation of vascular associated smooth muscle cell apoptosis", "negative regulation of vascular smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905460" ;
    a owl:Class ;
    rdfs:label "negative regulation of vascular associated smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0034392, obo:GO_1905459, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1905288
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1905288
            ]
        )
    ] .

obo:GO_1905461
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vascular associated smooth muscle cell apoptotic process." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-09-19T11:34:10Z" ;
    oboInOwl:hasExactSynonym "positive regulation of VSMC apoptotic process", "positive regulation of vascular smooth muscle cell apoptotic process", "up regulation of VSMC apoptotic process", "up regulation of vascular associated smooth muscle cell apoptotic process", "up regulation of vascular smooth muscle cell apoptotic process", "up-regulation of VSMC apoptotic process", "up-regulation of vascular associated smooth muscle cell apoptotic process", "up-regulation of vascular smooth muscle cell apoptotic process", "upregulation of VSMC apoptotic process", "upregulation of vascular associated smooth muscle cell apoptotic process", "upregulation of vascular smooth muscle cell apoptotic process" ;
    oboInOwl:hasNarrowSynonym "activation of VSMC apoptosis", "activation of VSMC apoptotic process", "activation of vascular associated smooth muscle cell apoptosis", "activation of vascular associated smooth muscle cell apoptotic process", "activation of vascular smooth muscle cell apoptosis", "activation of vascular smooth muscle cell apoptotic process", "positive regulation of VSMC apoptosis", "positive regulation of vascular associated smooth muscle cell apoptosis", "positive regulation of vascular smooth muscle cell apoptosis", "up regulation of VSMC apoptosis", "up regulation of vascular associated smooth muscle cell apoptosis", "up regulation of vascular smooth muscle cell apoptosis", "up-regulation of VSMC apoptosis", "up-regulation of vascular associated smooth muscle cell apoptosis", "up-regulation of vascular smooth muscle cell apoptosis", "upregulation of VSMC apoptosis", "upregulation of vascular associated smooth muscle cell apoptosis", "upregulation of vascular smooth muscle cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905461" ;
    a owl:Class ;
    rdfs:label "positive regulation of vascular associated smooth muscle cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0034393, obo:GO_1905459, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1905288
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1905288
            ]
        )
    ] .

obo:GO_1905475
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to membrane." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-09-21T16:20:03Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation in membrane", "regulation of protein localization in membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905475" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to membrane" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072657
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072657
            ]
        )
    ] .

obo:GO_1905476
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to membrane." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-09-21T16:20:10Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation in membrane", "down regulation of protein localization in membrane", "down regulation of protein localization to membrane", "down-regulation of protein localisation in membrane", "down-regulation of protein localization in membrane", "down-regulation of protein localization to membrane", "downregulation of protein localisation in membrane", "downregulation of protein localization in membrane", "downregulation of protein localization to membrane", "negative regulation of protein localisation in membrane", "negative regulation of protein localization in membrane" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation in membrane", "inhibition of protein localization in membrane", "inhibition of protein localization to membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905476" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to membrane" ;
    rdfs:subClassOf obo:GO_1903828, obo:GO_1905475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072657
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072657
            ]
        )
    ] .

obo:GO_1905477
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to membrane." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-09-21T16:20:18Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation in membrane", "positive regulation of protein localization in membrane", "up regulation of protein localisation in membrane", "up regulation of protein localization in membrane", "up regulation of protein localization to membrane", "up-regulation of protein localisation in membrane", "up-regulation of protein localization in membrane", "up-regulation of protein localization to membrane", "upregulation of protein localisation in membrane", "upregulation of protein localization in membrane", "upregulation of protein localization to membrane" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation in membrane", "activation of protein localization in membrane", "activation of protein localization to membrane" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905477" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to membrane" ;
    rdfs:subClassOf obo:GO_1903829, obo:GO_1905475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072657
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072657
            ]
        )
    ] .

obo:GO_1905483
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of motor neuron migration." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2016-09-23T12:49:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905483" ;
    a owl:Class ;
    rdfs:label "regulation of motor neuron migration" ;
    rdfs:subClassOf obo:GO_2001222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097475
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097475
            ]
        )
    ] .

obo:GO_1905484
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of motor neuron migration." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2016-09-23T12:50:11Z" ;
    oboInOwl:hasExactSynonym "down regulation of motor neuron migration", "down-regulation of motor neuron migration", "downregulation of motor neuron migration" ;
    oboInOwl:hasNarrowSynonym "inhibition of motor neuron migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905484" ;
    a owl:Class ;
    rdfs:label "negative regulation of motor neuron migration" ;
    rdfs:subClassOf obo:GO_1905483, obo:GO_2001223, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097475
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097475
            ]
        )
    ] .

obo:GO_1905485
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of motor neuron migration." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2016-09-23T12:50:19Z" ;
    oboInOwl:hasExactSynonym "up regulation of motor neuron migration", "up-regulation of motor neuron migration", "upregulation of motor neuron migration" ;
    oboInOwl:hasNarrowSynonym "activation of motor neuron migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905485" ;
    a owl:Class ;
    rdfs:label "positive regulation of motor neuron migration" ;
    rdfs:subClassOf obo:GO_1905483, obo:GO_2001224, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097475
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097475
            ]
        )
    ] .

obo:GO_1905492
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of branching morphogenesis of a nerve." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2016-09-23T14:11:52Z" ;
    oboInOwl:hasExactSynonym "up regulation of branching morphogenesis of a nerve", "up-regulation of branching morphogenesis of a nerve", "upregulation of branching morphogenesis of a nerve" ;
    oboInOwl:hasNarrowSynonym "activation of branching morphogenesis of a nerve" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905492" ;
    a owl:Class ;
    rdfs:label "positive regulation of branching morphogenesis of a nerve" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_2000172, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048755
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048755
            ]
        )
    ] .

obo:GO_1905503
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of motile cilium assembly." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2016-09-27T18:27:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of motile primary cilia assembly", "regulation of motile primary cilia formation", "regulation of motile primary cilium assembly", "regulation of motile primary cilium formation", "regulation of nodal cilium assembly", "regulation of nodal cilium formation" ;
    oboInOwl:id "GO:1905503" ;
    a owl:Class ;
    rdfs:label "regulation of motile cilium assembly" ;
    rdfs:subClassOf obo:GO_1902017, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0044458
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0044458
            ]
        )
    ] .

obo:GO_1905504
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of motile cilium assembly." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2016-09-27T18:27:55Z" ;
    oboInOwl:hasNarrowSynonym "inhibition of motile primary cilia assembly", "inhibition of motile primary cilia formation", "inhibition of motile primary cilium assembly", "inhibition of motile primary cilium formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of motile primary cilia assembly", "down regulation of motile primary cilia formation", "down regulation of motile primary cilium assembly", "down regulation of motile primary cilium formation", "down regulation of nodal cilium assembly", "down regulation of nodal cilium formation", "down-regulation of motile primary cilia assembly", "down-regulation of motile primary cilia formation", "down-regulation of motile primary cilium assembly", "down-regulation of motile primary cilium formation", "down-regulation of nodal cilium assembly", "down-regulation of nodal cilium formation", "downregulation of motile primary cilia assembly", "downregulation of motile primary cilia formation", "downregulation of motile primary cilium assembly", "downregulation of motile primary cilium formation", "downregulation of nodal cilium assembly", "downregulation of nodal cilium formation", "inhibition of nodal cilium assembly", "inhibition of nodal cilium formation", "negative regulation of motile primary cilia assembly", "negative regulation of motile primary cilia formation", "negative regulation of motile primary cilium assembly", "negative regulation of motile primary cilium formation", "negative regulation of nodal cilium assembly", "negative regulation of nodal cilium formation" ;
    oboInOwl:id "GO:1905504" ;
    a owl:Class ;
    rdfs:label "negative regulation of motile cilium assembly" ;
    rdfs:subClassOf obo:GO_1902018, obo:GO_1905503, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0044458
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0044458
            ]
        )
    ] .

obo:GO_1905505
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of motile cilium assembly." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2016-09-27T18:28:03Z" ;
    oboInOwl:hasNarrowSynonym "activation of motile primary cilia assembly", "activation of motile primary cilia formation", "activation of motile primary cilium assembly", "activation of motile primary cilium formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "activation of nodal cilium assembly", "activation of nodal cilium formation", "positive regulation of motile primary cilia assembly", "positive regulation of motile primary cilia formation", "positive regulation of motile primary cilium assembly", "positive regulation of motile primary cilium formation", "positive regulation of nodal cilium assembly", "positive regulation of nodal cilium formation", "up regulation of motile primary cilia assembly", "up regulation of motile primary cilia formation", "up regulation of motile primary cilium assembly", "up regulation of motile primary cilium formation", "up regulation of nodal cilium assembly", "up regulation of nodal cilium formation", "up-regulation of motile primary cilia assembly", "up-regulation of motile primary cilia formation", "up-regulation of motile primary cilium assembly", "up-regulation of motile primary cilium formation", "up-regulation of nodal cilium assembly", "up-regulation of nodal cilium formation", "upregulation of motile primary cilia assembly", "upregulation of motile primary cilia formation", "upregulation of motile primary cilium assembly", "upregulation of motile primary cilium formation", "upregulation of nodal cilium assembly", "upregulation of nodal cilium formation" ;
    oboInOwl:id "GO:1905505" ;
    a owl:Class ;
    rdfs:label "positive regulation of motile cilium assembly" ;
    rdfs:subClassOf obo:GO_0045724, obo:GO_1905503, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0044458
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0044458
            ]
        )
    ] .

obo:GO_1905508
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a microtubule organizing center." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2016-09-28T12:32:16Z" ;
    oboInOwl:hasExactSynonym "protein localisation in microtubule organizing center", "protein localisation to microtubule organizing center", "protein localization in microtubule organizing center" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905508" ;
    a owl:Class ;
    rdfs:label "protein localization to microtubule organizing center" ;
    rdfs:subClassOf obo:GO_0072698, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005815
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005815
            ]
        )
    ] .

obo:GO_1905516
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of fertilization." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-09-30T14:32:32Z" ;
    oboInOwl:hasExactSynonym "positive regulation of syngamy", "up regulation of fertilization", "up regulation of syngamy", "up-regulation of fertilization", "up-regulation of syngamy", "upregulation of fertilization", "upregulation of syngamy" ;
    oboInOwl:hasNarrowSynonym "activation of fertilization", "activation of syngamy" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905516" ;
    a owl:Class ;
    rdfs:label "positive regulation of fertilization" ;
    rdfs:subClassOf obo:GO_0080154, obo:GO_2000243, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0009566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0009566
            ]
        )
    ] .

obo:GO_1905553
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of blood vessel branching." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2016-10-12T14:19:33Z" ;
    oboInOwl:hasExactSynonym "regulation of branching involved in blood vessel morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905553" ;
    a owl:Class ;
    rdfs:label "regulation of blood vessel branching" ;
    rdfs:subClassOf obo:GO_0045765, obo:GO_0060688, obo:GO_1905330, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001569
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001569
            ]
        )
    ] .

obo:GO_1905554
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of blood vessel branching." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2016-10-12T14:19:41Z" ;
    oboInOwl:hasExactSynonym "down regulation of branching involved in blood vessel morphogenesis", "down regulation of patterning of blood vessels", "down-regulation of branching involved in blood vessel morphogenesis", "down-regulation of patterning of blood vessels", "downregulation of branching involved in blood vessel morphogenesis", "downregulation of patterning of blood vessels", "negative regulation of branching involved in blood vessel morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of branching involved in blood vessel morphogenesis", "inhibition of patterning of blood vessels" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905554" ;
    a owl:Class ;
    rdfs:label "negative regulation of blood vessel branching" ;
    rdfs:subClassOf obo:GO_0016525, obo:GO_1905331, obo:GO_1905553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001569
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001569
            ]
        )
    ] .

obo:GO_1905555
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of blood vessel branching." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2016-10-12T14:19:49Z" ;
    oboInOwl:hasExactSynonym "positive regulation of branching involved in blood vessel morphogenesis", "up regulation of branching involved in blood vessel morphogenesis", "up regulation of patterning of blood vessels", "up-regulation of branching involved in blood vessel morphogenesis", "up-regulation of patterning of blood vessels", "upregulation of branching involved in blood vessel morphogenesis", "upregulation of patterning of blood vessels" ;
    oboInOwl:hasNarrowSynonym "activation of branching involved in blood vessel morphogenesis", "activation of patterning of blood vessels" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905555" ;
    a owl:Class ;
    rdfs:label "positive regulation of blood vessel branching" ;
    rdfs:subClassOf obo:GO_0045766, obo:GO_1905332, obo:GO_1905553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001569
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001569
            ]
        )
    ] .

obo:GO_1905557
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mitotic nuclear envelope disassembly." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2016-10-14T13:14:57Z" ;
    oboInOwl:hasExactSynonym "regulation of mitotic nuclear envelope breakdown", "regulation of mitotic nuclear envelope catabolism", "regulation of mitotic nuclear envelope degradation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905557" ;
    a owl:Class ;
    rdfs:label "regulation of mitotic nuclear envelope disassembly" ;
    rdfs:subClassOf obo:GO_0010549, obo:GO_0010564, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007077
            ]
        )
    ] .

obo:GO_1905558
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mitotic nuclear envelope disassembly." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2016-10-14T13:15:08Z" ;
    oboInOwl:hasExactSynonym "down regulation of mitotic nuclear envelope breakdown", "down regulation of mitotic nuclear envelope catabolism", "down regulation of mitotic nuclear envelope degradation", "down regulation of mitotic nuclear envelope disassembly", "down-regulation of mitotic nuclear envelope breakdown", "down-regulation of mitotic nuclear envelope catabolism", "down-regulation of mitotic nuclear envelope degradation", "down-regulation of mitotic nuclear envelope disassembly", "downregulation of mitotic nuclear envelope breakdown", "downregulation of mitotic nuclear envelope catabolism", "downregulation of mitotic nuclear envelope degradation", "downregulation of mitotic nuclear envelope disassembly", "negative regulation of mitotic nuclear envelope breakdown", "negative regulation of mitotic nuclear envelope catabolism", "negative regulation of mitotic nuclear envelope degradation" ;
    oboInOwl:hasNarrowSynonym "inhibition of mitotic nuclear envelope breakdown", "inhibition of mitotic nuclear envelope catabolism", "inhibition of mitotic nuclear envelope degradation", "inhibition of mitotic nuclear envelope disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905558" ;
    a owl:Class ;
    rdfs:label "negative regulation of mitotic nuclear envelope disassembly" ;
    rdfs:subClassOf obo:GO_0010948, obo:GO_0051129, obo:GO_1905557, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007077
            ]
        )
    ] .

obo:GO_1905559
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mitotic nuclear envelope disassembly." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2016-10-14T13:15:17Z" ;
    oboInOwl:hasExactSynonym "positive regulation of mitotic nuclear envelope breakdown", "positive regulation of mitotic nuclear envelope catabolism", "positive regulation of mitotic nuclear envelope degradation", "up regulation of mitotic nuclear envelope breakdown", "up regulation of mitotic nuclear envelope catabolism", "up regulation of mitotic nuclear envelope degradation", "up regulation of mitotic nuclear envelope disassembly", "up-regulation of mitotic nuclear envelope breakdown", "up-regulation of mitotic nuclear envelope catabolism", "up-regulation of mitotic nuclear envelope degradation", "up-regulation of mitotic nuclear envelope disassembly", "upregulation of mitotic nuclear envelope breakdown", "upregulation of mitotic nuclear envelope catabolism", "upregulation of mitotic nuclear envelope degradation", "upregulation of mitotic nuclear envelope disassembly" ;
    oboInOwl:hasNarrowSynonym "activation of mitotic nuclear envelope breakdown", "activation of mitotic nuclear envelope catabolism", "activation of mitotic nuclear envelope degradation", "activation of mitotic nuclear envelope disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905559" ;
    a owl:Class ;
    rdfs:label "positive regulation of mitotic nuclear envelope disassembly" ;
    rdfs:subClassOf obo:GO_0051130, obo:GO_0090068, obo:GO_1905557, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007077
            ]
        )
    ] .

obo:GO_1905562
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vascular endothelial cell proliferation." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2016-10-17T09:24:17Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905562" ;
    a owl:Class ;
    rdfs:label "regulation of vascular endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0001936, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0101023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0101023
            ]
        )
    ] .

obo:GO_1905563
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vascular endothelial cell proliferation." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2016-10-17T09:24:26Z" ;
    oboInOwl:hasExactSynonym "down regulation of vascular endothelial cell proliferation", "down-regulation of vascular endothelial cell proliferation", "downregulation of vascular endothelial cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of vascular endothelial cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905563" ;
    a owl:Class ;
    rdfs:label "negative regulation of vascular endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0001937, obo:GO_1905562, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0101023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0101023
            ]
        )
    ] .

obo:GO_1905564
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vascular endothelial cell proliferation." ;
    oboInOwl:created_by "nc" ;
    oboInOwl:creation_date "2016-10-17T09:24:35Z" ;
    oboInOwl:hasExactSynonym "up regulation of vascular endothelial cell proliferation", "up-regulation of vascular endothelial cell proliferation", "upregulation of vascular endothelial cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of vascular endothelial cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905564" ;
    a owl:Class ;
    rdfs:label "positive regulation of vascular endothelial cell proliferation" ;
    rdfs:subClassOf obo:GO_0001938, obo:GO_1905562, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0101023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0101023
            ]
        )
    ] .

obo:GO_1905606
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of presynapse assembly." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-10-27T16:08:13Z" ;
    oboInOwl:hasExactSynonym "regulation of presynapse biogenesis", "regulation of presynaptic terminal assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905606" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "regulation of presynapse assembly" ;
    rdfs:subClassOf obo:GO_0051963, obo:GO_0099174, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0099054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0099054
            ]
        )
    ] .

obo:GO_1905607
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of presynapse assembly." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-10-27T16:08:20Z" ;
    oboInOwl:hasExactSynonym "down regulation of presynapse assembly", "down regulation of presynapse biogenesis", "down regulation of presynaptic terminal assembly", "down-regulation of presynapse assembly", "down-regulation of presynapse biogenesis", "down-regulation of presynaptic terminal assembly", "downregulation of presynapse assembly", "downregulation of presynapse biogenesis", "downregulation of presynaptic terminal assembly", "negative regulation of presynapse biogenesis", "negative regulation of presynaptic terminal assembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of presynapse assembly", "inhibition of presynapse biogenesis", "inhibition of presynaptic terminal assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905607" ;
    a owl:Class ;
    rdfs:label "negative regulation of presynapse assembly" ;
    rdfs:subClassOf obo:GO_0051964, obo:GO_1905606, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0099054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0099054
            ]
        )
    ] .

obo:GO_1905608
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of presynapse assembly." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2016-10-27T16:08:28Z" ;
    oboInOwl:hasExactSynonym "positive regulation of presynapse biogenesis", "positive regulation of presynaptic terminal assembly", "up regulation of presynapse assembly", "up regulation of presynapse biogenesis", "up regulation of presynaptic terminal assembly", "up-regulation of presynapse assembly", "up-regulation of presynapse biogenesis", "up-regulation of presynaptic terminal assembly", "upregulation of presynapse assembly", "upregulation of presynapse biogenesis", "upregulation of presynaptic terminal assembly" ;
    oboInOwl:hasNarrowSynonym "activation of presynapse assembly", "activation of presynapse biogenesis", "activation of presynaptic terminal assembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905608" ;
    a owl:Class ;
    rdfs:label "positive regulation of presynapse assembly" ;
    rdfs:subClassOf obo:GO_0051130, obo:GO_1905606, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0099054
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0099054
            ]
        )
    ] .

obo:GO_1905627
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of serotonin biosynthetic process." ;
    oboInOwl:created_by "pad" ;
    oboInOwl:creation_date "2016-10-31T14:26:20Z" ;
    oboInOwl:hasExactSynonym "regulation of serotonin anabolism", "regulation of serotonin biosynthesis", "regulation of serotonin formation", "regulation of serotonin synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905627" ;
    a owl:Class ;
    rdfs:label "regulation of serotonin biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0042427
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0042427
            ]
        )
    ] .

obo:GO_1905628
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of serotonin biosynthetic process." ;
    oboInOwl:created_by "pad" ;
    oboInOwl:creation_date "2016-10-31T14:26:28Z" ;
    oboInOwl:hasExactSynonym "down regulation of serotonin anabolism", "down regulation of serotonin biosynthesis", "down regulation of serotonin biosynthetic process", "down regulation of serotonin formation", "down regulation of serotonin synthesis", "down-regulation of serotonin anabolism", "down-regulation of serotonin biosynthesis", "down-regulation of serotonin biosynthetic process", "down-regulation of serotonin formation", "down-regulation of serotonin synthesis", "downregulation of serotonin anabolism", "downregulation of serotonin biosynthesis", "downregulation of serotonin biosynthetic process", "downregulation of serotonin formation", "downregulation of serotonin synthesis", "negative regulation of serotonin anabolism", "negative regulation of serotonin biosynthesis", "negative regulation of serotonin formation", "negative regulation of serotonin synthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of serotonin anabolism", "inhibition of serotonin biosynthesis", "inhibition of serotonin biosynthetic process", "inhibition of serotonin formation", "inhibition of serotonin synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905628" ;
    a owl:Class ;
    rdfs:label "negative regulation of serotonin biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009890, obo:GO_1905627, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0042427
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0042427
            ]
        )
    ] .

obo:GO_1905629
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of serotonin biosynthetic process." ;
    oboInOwl:created_by "pad" ;
    oboInOwl:creation_date "2016-10-31T14:26:36Z" ;
    oboInOwl:hasExactSynonym "positive regulation of serotonin anabolism", "positive regulation of serotonin biosynthesis", "positive regulation of serotonin formation", "positive regulation of serotonin synthesis", "up regulation of serotonin anabolism", "up regulation of serotonin biosynthesis", "up regulation of serotonin biosynthetic process", "up regulation of serotonin formation", "up regulation of serotonin synthesis", "up-regulation of serotonin anabolism", "up-regulation of serotonin biosynthesis", "up-regulation of serotonin biosynthetic process", "up-regulation of serotonin formation", "up-regulation of serotonin synthesis", "upregulation of serotonin anabolism", "upregulation of serotonin biosynthesis", "upregulation of serotonin biosynthetic process", "upregulation of serotonin formation", "upregulation of serotonin synthesis" ;
    oboInOwl:hasNarrowSynonym "activation of serotonin anabolism", "activation of serotonin biosynthesis", "activation of serotonin biosynthetic process", "activation of serotonin formation", "activation of serotonin synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905629" ;
    a owl:Class ;
    rdfs:label "positive regulation of serotonin biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009891, obo:GO_1905627, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0042427
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0042427
            ]
        )
    ] .

obo:GO_1905634
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to chromatin." ;
    oboInOwl:created_by "pga" ;
    oboInOwl:creation_date "2016-11-01T16:33:52Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation to chromatin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905634" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to chromatin" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0071168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0071168
            ]
        )
    ] .

obo:GO_1905651
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of artery morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-11-09T12:19:37Z" ;
    oboInOwl:hasExactSynonym "regulation of arterial morphogenesis", "regulation of arteriogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905651" ;
    a owl:Class ;
    rdfs:label "regulation of artery morphogenesis" ;
    rdfs:subClassOf obo:GO_0022603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048844
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048844
            ]
        )
    ] .

obo:GO_1905652
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of artery morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-11-09T12:19:53Z" ;
    oboInOwl:hasExactSynonym "down regulation of arterial morphogenesis", "down regulation of arteriogenesis", "down regulation of artery morphogenesis", "down-regulation of arterial morphogenesis", "down-regulation of arteriogenesis", "down-regulation of artery morphogenesis", "downregulation of arterial morphogenesis", "downregulation of arteriogenesis", "downregulation of artery morphogenesis", "negative regulation of arterial morphogenesis", "negative regulation of arteriogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of arterial morphogenesis", "inhibition of arteriogenesis", "inhibition of artery morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905652" ;
    a owl:Class ;
    rdfs:label "negative regulation of artery morphogenesis" ;
    rdfs:subClassOf obo:GO_1905651, obo:GO_2000181, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048844
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048844
            ]
        )
    ] .

obo:GO_1905653
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of artery morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-11-09T12:20:01Z" ;
    oboInOwl:hasExactSynonym "positive regulation of arterial morphogenesis", "positive regulation of arteriogenesis", "up regulation of arterial morphogenesis", "up regulation of arteriogenesis", "up regulation of artery morphogenesis", "up-regulation of arterial morphogenesis", "up-regulation of arteriogenesis", "up-regulation of artery morphogenesis", "upregulation of arterial morphogenesis", "upregulation of arteriogenesis", "upregulation of artery morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of arterial morphogenesis", "activation of arteriogenesis", "activation of artery morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905653" ;
    a owl:Class ;
    rdfs:label "positive regulation of artery morphogenesis" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_1905651, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048844
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048844
            ]
        )
    ] .

obo:GO_1905690
    obo:IAO_0000115 "The disaggregation of a nucleus into its constituent components." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2016-11-14T13:38:57Z" ;
    oboInOwl:hasExactSynonym "cell nucleus disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905690" ;
    a owl:Class ;
    rdfs:label "nucleus disassembly" ;
    rdfs:subClassOf obo:GO_0006997, obo:GO_1903008, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002590 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0022411
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002590 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        )
    ] .

obo:GO_1905720
    obo:IAO_0000115 "Any microtubule bundle that is part of a cytoplasm." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2016-11-24T16:52:02Z" ;
    oboInOwl:hasExactSynonym "microtubule bundle of cytoplasm", "microtubule fascicle of cytoplasm" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:1905720" ;
    a owl:Class ;
    rdfs:label "cytoplasmic microtubule bundle" ;
    rdfs:subClassOf obo:GO_0097427, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0097427
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005737
            ]
        )
    ] .

obo:GO_1905755
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, a location within a cytoplasmic microtubule." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2016-12-12T15:31:07Z" ;
    oboInOwl:hasExactSynonym "protein localisation to cytoplasmic microtubule" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905755" ;
    a owl:Class ;
    rdfs:label "protein localization to cytoplasmic microtubule" ;
    rdfs:subClassOf obo:GO_0035372, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0005881
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0005881
            ]
        )
    ] .

obo:GO_1905770
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mesodermal cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-12-21T12:44:13Z" ;
    oboInOwl:hasExactSynonym "regulation of mesoderm cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905770" ;
    a owl:Class ;
    rdfs:label "regulation of mesodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048333
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048333
            ]
        )
    ] .

obo:GO_1905771
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mesodermal cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-12-21T12:44:23Z" ;
    oboInOwl:hasExactSynonym "down regulation of mesoderm cell differentiation", "down regulation of mesodermal cell differentiation", "down-regulation of mesoderm cell differentiation", "down-regulation of mesodermal cell differentiation", "downregulation of mesoderm cell differentiation", "downregulation of mesodermal cell differentiation", "negative regulation of mesoderm cell differentiation" ;
    oboInOwl:hasNarrowSynonym "inhibition of mesoderm cell differentiation", "inhibition of mesodermal cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905771" ;
    a owl:Class ;
    rdfs:label "negative regulation of mesodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_1905770, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048333
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048333
            ]
        )
    ] .

obo:GO_1905772
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mesodermal cell differentiation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2016-12-21T12:44:32Z" ;
    oboInOwl:hasExactSynonym "positive regulation of mesoderm cell differentiation", "up regulation of mesoderm cell differentiation", "up regulation of mesodermal cell differentiation", "up-regulation of mesoderm cell differentiation", "up-regulation of mesodermal cell differentiation", "upregulation of mesoderm cell differentiation", "upregulation of mesodermal cell differentiation" ;
    oboInOwl:hasNarrowSynonym "activation of mesoderm cell differentiation", "activation of mesodermal cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905772" ;
    a owl:Class ;
    rdfs:label "positive regulation of mesodermal cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_1905770, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048333
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048333
            ]
        )
    ] .

obo:GO_1905806
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of synapse pruning." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2017-01-11T22:03:15Z" ;
    oboInOwl:hasExactSynonym "regulation of synapse clearance", "regulation of synapse elimination", "regulation of synapse removal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905806" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "regulation of synapse pruning" ;
    rdfs:subClassOf obo:GO_0050807, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0098883
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0098883
            ]
        )
    ] .

obo:GO_1905807
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of synapse pruning." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2017-01-11T22:03:24Z" ;
    oboInOwl:hasBroadSynonym "regulation of synapse clearance", "regulation of synapse disassembly", "regulation of synapse elimination", "regulation of synapse removal" ;
    oboInOwl:hasExactSynonym "down regulation of synapse disassembly", "down-regulation of synapse disassembly", "downregulation of synapse disassembly" ;
    oboInOwl:hasNarrowSynonym "inhibition of synapse disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905807" ;
    a owl:Class ;
    rdfs:label "negative regulation of synapse pruning" ;
    rdfs:subClassOf obo:GO_1905806, obo:GO_1905809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0098883
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0098883
            ]
        )
    ] .

obo:GO_1905808
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of synapse pruning." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2017-01-11T22:03:33Z" ;
    oboInOwl:hasBroadSynonym "regulation of synapse clearance", "regulation of synapse disassembly", "regulation of synapse elimination", "regulation of synapse removal" ;
    oboInOwl:hasExactSynonym "up regulation of synapse disassembly", "up-regulation of synapse disassembly", "upregulation of synapse disassembly" ;
    oboInOwl:hasNarrowSynonym "activation of synapse disassembly" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905808" ;
    a owl:Class ;
    rdfs:label "positive regulation of synapse pruning" ;
    rdfs:subClassOf obo:GO_0051130, obo:GO_1905806, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0098883
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0098883
            ]
        )
    ] .

obo:GO_1905809
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of synapse organization." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2017-01-11T22:03:41Z" ;
    oboInOwl:hasExactSynonym "down regulation of synapse development", "down regulation of synapse organisation", "down regulation of synapse organization", "down-regulation of synapse development", "down-regulation of synapse organisation", "down-regulation of synapse organization", "downregulation of synapse development", "downregulation of synapse organisation", "downregulation of synapse organization", "negative regulation of synapse development", "negative regulation of synapse organisation" ;
    oboInOwl:hasNarrowSynonym "inhibition of synapse development", "inhibition of synapse organisation", "inhibition of synapse organization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "down regulation of synapse morphogenesis", "down regulation of synapse organization and biogenesis", "down-regulation of synapse morphogenesis", "down-regulation of synapse organization and biogenesis", "downregulation of synapse morphogenesis", "downregulation of synapse organization and biogenesis", "inhibition of synapse morphogenesis", "inhibition of synapse organization and biogenesis", "negative regulation of synapse morphogenesis", "negative regulation of synapse organization and biogenesis" ;
    oboInOwl:id "GO:1905809" ;
    a owl:Class ;
    rdfs:label "negative regulation of synapse organization" ;
    rdfs:subClassOf obo:GO_0050807, obo:GO_0051129, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0050808
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0050808
            ]
        )
    ] .

obo:GO_1905821
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of chromosome condensation." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2017-01-13T14:13:44Z" ;
    oboInOwl:hasExactSynonym "positive regulation of eukaryotic chromosome condensation", "positive regulation of nuclear chromosome condensation", "up regulation of chromosome condensation", "up regulation of eukaryotic chromosome condensation", "up regulation of nuclear chromosome condensation", "up-regulation of chromosome condensation", "up-regulation of eukaryotic chromosome condensation", "up-regulation of nuclear chromosome condensation", "upregulation of chromosome condensation", "upregulation of eukaryotic chromosome condensation", "upregulation of nuclear chromosome condensation" ;
    oboInOwl:hasNarrowSynonym "activation of chromosome condensation", "activation of eukaryotic chromosome condensation", "activation of nuclear chromosome condensation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905821" ;
    a owl:Class ;
    rdfs:label "positive regulation of chromosome condensation" ;
    rdfs:subClassOf obo:GO_0060623, obo:GO_2001252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0030261
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0030261
            ]
        )
    ] .

obo:GO_1905833
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of microtubule nucleation." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-01-17T12:00:56Z" ;
    oboInOwl:hasExactSynonym "down regulation of microtubule nucleation", "down-regulation of microtubule nucleation", "downregulation of microtubule nucleation" ;
    oboInOwl:hasNarrowSynonym "inhibition of microtubule nucleation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905833" ;
    a owl:Class ;
    rdfs:label "negative regulation of microtubule nucleation" ;
    rdfs:subClassOf obo:GO_0010968, obo:GO_0031115, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007020
            ]
        )
    ] .

obo:GO_1905871
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of protein localization to cell leading edge." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2017-01-27T19:34:55Z" ;
    oboInOwl:hasExactSynonym "regulation of protein localisation in cell leading edge", "regulation of protein localisation to cell leading edge", "regulation of protein localization in cell leading edge" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905871" ;
    a owl:Class ;
    rdfs:label "regulation of protein localization to cell leading edge" ;
    rdfs:subClassOf obo:GO_0032880, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_1902463
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_1902463
            ]
        )
    ] .

obo:GO_1905872
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell leading edge." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2017-01-27T19:35:04Z" ;
    oboInOwl:hasExactSynonym "down regulation of protein localisation in cell leading edge", "down regulation of protein localisation to cell leading edge", "down regulation of protein localization in cell leading edge", "down regulation of protein localization to cell leading edge", "down-regulation of protein localisation in cell leading edge", "down-regulation of protein localisation to cell leading edge", "down-regulation of protein localization in cell leading edge", "down-regulation of protein localization to cell leading edge", "downregulation of protein localisation in cell leading edge", "downregulation of protein localisation to cell leading edge", "downregulation of protein localization in cell leading edge", "downregulation of protein localization to cell leading edge", "negative regulation of protein localisation in cell leading edge", "negative regulation of protein localisation to cell leading edge", "negative regulation of protein localization in cell leading edge" ;
    oboInOwl:hasNarrowSynonym "inhibition of protein localisation in cell leading edge", "inhibition of protein localisation to cell leading edge", "inhibition of protein localization in cell leading edge", "inhibition of protein localization to cell leading edge" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905872" ;
    a owl:Class ;
    rdfs:label "negative regulation of protein localization to cell leading edge" ;
    rdfs:subClassOf obo:GO_1903828, obo:GO_1905871, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_1902463
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_1902463
            ]
        )
    ] .

obo:GO_1905873
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of protein localization to cell leading edge." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2017-01-27T19:35:13Z" ;
    oboInOwl:hasExactSynonym "positive regulation of protein localisation in cell leading edge", "positive regulation of protein localisation to cell leading edge", "positive regulation of protein localization in cell leading edge", "up regulation of protein localisation in cell leading edge", "up regulation of protein localisation to cell leading edge", "up regulation of protein localization in cell leading edge", "up regulation of protein localization to cell leading edge", "up-regulation of protein localisation in cell leading edge", "up-regulation of protein localisation to cell leading edge", "up-regulation of protein localization in cell leading edge", "up-regulation of protein localization to cell leading edge", "upregulation of protein localisation in cell leading edge", "upregulation of protein localisation to cell leading edge", "upregulation of protein localization in cell leading edge", "upregulation of protein localization to cell leading edge" ;
    oboInOwl:hasNarrowSynonym "activation of protein localisation in cell leading edge", "activation of protein localisation to cell leading edge", "activation of protein localization in cell leading edge", "activation of protein localization to cell leading edge" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905873" ;
    a owl:Class ;
    rdfs:label "positive regulation of protein localization to cell leading edge" ;
    rdfs:subClassOf obo:GO_1903829, obo:GO_1905871, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_1902463
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_1902463
            ]
        )
    ] .

obo:GO_1905879
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of oogenesis." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-01-31T09:31:05Z" ;
    oboInOwl:hasExactSynonym "regulation of ovum development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905879" ;
    a owl:Class ;
    rdfs:label "regulation of oogenesis" ;
    rdfs:subClassOf obo:GO_0051239, obo:GO_0060284, obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048477
            ]
        )
    ] .

obo:GO_1905880
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of oogenesis." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-01-31T09:31:15Z" ;
    oboInOwl:hasExactSynonym "down regulation of oogenesis", "down regulation of ovum development", "down-regulation of oogenesis", "down-regulation of ovum development", "downregulation of oogenesis", "downregulation of ovum development", "negative regulation of ovum development" ;
    oboInOwl:hasNarrowSynonym "inhibition of oogenesis", "inhibition of ovum development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905880" ;
    a owl:Class ;
    rdfs:label "negative regulation of oogenesis" ;
    rdfs:subClassOf obo:GO_0010721, obo:GO_0051241, obo:GO_1905879, obo:GO_2000242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048477
            ]
        )
    ] .

obo:GO_1905881
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of oogenesis." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-01-31T09:31:23Z" ;
    oboInOwl:hasExactSynonym "positive regulation of ovum development", "up regulation of oogenesis", "up regulation of ovum development", "up-regulation of oogenesis", "up-regulation of ovum development", "upregulation of oogenesis", "upregulation of ovum development" ;
    oboInOwl:hasNarrowSynonym "activation of oogenesis", "activation of ovum development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905881" ;
    a owl:Class ;
    rdfs:label "positive regulation of oogenesis" ;
    rdfs:subClassOf obo:GO_0010720, obo:GO_0051240, obo:GO_1905879, obo:GO_2000243, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048477
            ]
        )
    ] .

obo:GO_1905899
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of smooth muscle tissue development." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2017-02-01T14:31:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905899" ;
    a owl:Class ;
    rdfs:label "regulation of smooth muscle tissue development" ;
    rdfs:subClassOf obo:GO_1901861, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048745
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048745
            ]
        )
    ] .

obo:GO_1905900
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of smooth muscle tissue development." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2017-02-01T14:31:24Z" ;
    oboInOwl:hasExactSynonym "down regulation of smooth muscle tissue development", "down-regulation of smooth muscle tissue development", "downregulation of smooth muscle tissue development" ;
    oboInOwl:hasNarrowSynonym "inhibition of smooth muscle tissue development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905900" ;
    a owl:Class ;
    rdfs:label "negative regulation of smooth muscle tissue development" ;
    rdfs:subClassOf obo:GO_1901862, obo:GO_1905899, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048745
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048745
            ]
        )
    ] .

obo:GO_1905901
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of smooth muscle tissue development." ;
    oboInOwl:created_by "bhm" ;
    oboInOwl:creation_date "2017-02-01T14:31:33Z" ;
    oboInOwl:hasExactSynonym "up regulation of smooth muscle tissue development", "up-regulation of smooth muscle tissue development", "upregulation of smooth muscle tissue development" ;
    oboInOwl:hasNarrowSynonym "activation of smooth muscle tissue development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905901" ;
    a owl:Class ;
    rdfs:label "positive regulation of smooth muscle tissue development" ;
    rdfs:subClassOf obo:GO_1901863, obo:GO_1905899, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048745
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048745
            ]
        )
    ] .

obo:GO_1905902
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mesoderm formation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2017-02-03T12:28:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905902" ;
    a owl:Class ;
    rdfs:label "regulation of mesoderm formation" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001707
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001707
            ]
        )
    ] .

obo:GO_1905903
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mesoderm formation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2017-02-03T12:28:29Z" ;
    oboInOwl:hasExactSynonym "down regulation of mesoderm formation", "down-regulation of mesoderm formation", "downregulation of mesoderm formation" ;
    oboInOwl:hasNarrowSynonym "inhibition of mesoderm formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905903" ;
    a owl:Class ;
    rdfs:label "negative regulation of mesoderm formation" ;
    rdfs:subClassOf obo:GO_1905902, obo:GO_2000381, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001707
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001707
            ]
        )
    ] .

obo:GO_1905904
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mesoderm formation." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2017-02-03T12:28:38Z" ;
    oboInOwl:hasExactSynonym "up regulation of mesoderm formation", "up-regulation of mesoderm formation", "upregulation of mesoderm formation" ;
    oboInOwl:hasNarrowSynonym "activation of mesoderm formation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905904" ;
    a owl:Class ;
    rdfs:label "positive regulation of mesoderm formation" ;
    rdfs:subClassOf obo:GO_1905902, obo:GO_2000382, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001707
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001707
            ]
        )
    ] .

obo:GO_1905921
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of acetylcholine biosynthetic process." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2017-02-08T13:08:30Z" ;
    oboInOwl:hasExactSynonym "regulation of acetylcholine anabolism", "regulation of acetylcholine biosynthesis", "regulation of acetylcholine formation", "regulation of acetylcholine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905921" ;
    a owl:Class ;
    rdfs:label "regulation of acetylcholine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009889, obo:GO_0060408, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008292
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008292
            ]
        )
    ] .

obo:GO_1905922
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of acetylcholine biosynthetic process." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2017-02-08T13:08:39Z" ;
    oboInOwl:hasExactSynonym "down regulation of acetylcholine anabolism", "down regulation of acetylcholine biosynthesis", "down regulation of acetylcholine biosynthetic process", "down regulation of acetylcholine formation", "down regulation of acetylcholine synthesis", "down-regulation of acetylcholine anabolism", "down-regulation of acetylcholine biosynthesis", "down-regulation of acetylcholine biosynthetic process", "down-regulation of acetylcholine formation", "down-regulation of acetylcholine synthesis", "downregulation of acetylcholine anabolism", "downregulation of acetylcholine biosynthesis", "downregulation of acetylcholine biosynthetic process", "downregulation of acetylcholine formation", "downregulation of acetylcholine synthesis", "negative regulation of acetylcholine anabolism", "negative regulation of acetylcholine biosynthesis", "negative regulation of acetylcholine formation", "negative regulation of acetylcholine synthesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of acetylcholine anabolism", "inhibition of acetylcholine biosynthesis", "inhibition of acetylcholine biosynthetic process", "inhibition of acetylcholine formation", "inhibition of acetylcholine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905922" ;
    a owl:Class ;
    rdfs:label "negative regulation of acetylcholine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009890, obo:GO_0060410, obo:GO_1905921, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008292
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008292
            ]
        )
    ] .

obo:GO_1905923
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of acetylcholine biosynthetic process." ;
    oboInOwl:created_by "bc" ;
    oboInOwl:creation_date "2017-02-08T13:08:48Z" ;
    oboInOwl:hasExactSynonym "positive regulation of acetylcholine anabolism", "positive regulation of acetylcholine biosynthesis", "positive regulation of acetylcholine formation", "positive regulation of acetylcholine synthesis", "up regulation of acetylcholine anabolism", "up regulation of acetylcholine biosynthesis", "up regulation of acetylcholine biosynthetic process", "up regulation of acetylcholine formation", "up regulation of acetylcholine synthesis", "up-regulation of acetylcholine anabolism", "up-regulation of acetylcholine biosynthesis", "up-regulation of acetylcholine biosynthetic process", "up-regulation of acetylcholine formation", "up-regulation of acetylcholine synthesis", "upregulation of acetylcholine anabolism", "upregulation of acetylcholine biosynthesis", "upregulation of acetylcholine biosynthetic process", "upregulation of acetylcholine formation", "upregulation of acetylcholine synthesis" ;
    oboInOwl:hasNarrowSynonym "activation of acetylcholine anabolism", "activation of acetylcholine biosynthesis", "activation of acetylcholine biosynthetic process", "activation of acetylcholine formation", "activation of acetylcholine synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905923" ;
    a owl:Class ;
    rdfs:label "positive regulation of acetylcholine biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009891, obo:GO_0060409, obo:GO_1905921, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008292
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008292
            ]
        )
    ] .

obo:GO_1905936
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of germ cell proliferation." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-02-09T14:51:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905936" ;
    a owl:Class ;
    rdfs:label "regulation of germ cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0036093
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0036093
            ]
        )
    ] .

obo:GO_1905937
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of germ cell proliferation." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-02-09T14:51:41Z" ;
    oboInOwl:hasExactSynonym "down regulation of germ cell proliferation", "down-regulation of germ cell proliferation", "downregulation of germ cell proliferation" ;
    oboInOwl:hasNarrowSynonym "inhibition of germ cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905937" ;
    a owl:Class ;
    rdfs:label "negative regulation of germ cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0051241, obo:GO_1905936, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0036093
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0036093
            ]
        )
    ] .

obo:GO_1905938
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of germ cell proliferation." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-02-09T14:51:51Z" ;
    oboInOwl:hasExactSynonym "up regulation of germ cell proliferation", "up-regulation of germ cell proliferation", "upregulation of germ cell proliferation" ;
    oboInOwl:hasNarrowSynonym "activation of germ cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905938" ;
    a owl:Class ;
    rdfs:label "positive regulation of germ cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0051240, obo:GO_1905936, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0036093
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0036093
            ]
        )
    ] .

obo:GO_1905939
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of gonad development." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-02-09T17:01:50Z" ;
    oboInOwl:hasExactSynonym "regulation of gonadogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905939" ;
    a owl:Class ;
    rdfs:label "regulation of gonad development" ;
    rdfs:subClassOf obo:GO_0050793, obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008406
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008406
            ]
        )
    ] .

obo:GO_1905940
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of gonad development." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-02-09T17:01:59Z" ;
    oboInOwl:hasExactSynonym "down regulation of gonad development", "down regulation of gonadogenesis", "down-regulation of gonad development", "down-regulation of gonadogenesis", "downregulation of gonad development", "downregulation of gonadogenesis", "negative regulation of gonadogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of gonad development", "inhibition of gonadogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905940" ;
    a owl:Class ;
    rdfs:label "negative regulation of gonad development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_1905939, obo:GO_2000242, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008406
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008406
            ]
        )
    ] .

obo:GO_1905941
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of gonad development." ;
    oboInOwl:created_by "hbye" ;
    oboInOwl:creation_date "2017-02-09T17:02:08Z" ;
    oboInOwl:hasExactSynonym "positive regulation of gonadogenesis", "up regulation of gonad development", "up regulation of gonadogenesis", "up-regulation of gonad development", "up-regulation of gonadogenesis", "upregulation of gonad development", "upregulation of gonadogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of gonad development", "activation of gonadogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905941" ;
    a owl:Class ;
    rdfs:label "positive regulation of gonad development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_0051240, obo:GO_1905939, obo:GO_2000243, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008406
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008406
            ]
        )
    ] .

obo:GO_1905952
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of lipid localization." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2017-02-21T12:12:22Z" ;
    oboInOwl:hasExactSynonym "regulation of lipid localisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905952" ;
    a owl:Class ;
    rdfs:label "regulation of lipid localization" ;
    rdfs:subClassOf obo:GO_0032879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0010876
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0010876
            ]
        )
    ] .

obo:GO_1905953
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of lipid localization." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2017-02-21T12:12:41Z" ;
    oboInOwl:hasExactSynonym "down regulation of lipid localisation", "down regulation of lipid localization", "down-regulation of lipid localisation", "down-regulation of lipid localization", "downregulation of lipid localisation", "downregulation of lipid localization", "negative regulation of lipid localisation" ;
    oboInOwl:hasNarrowSynonym "inhibition of lipid localisation", "inhibition of lipid localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905953" ;
    a owl:Class ;
    rdfs:label "negative regulation of lipid localization" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_1905952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0010876
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0010876
            ]
        )
    ] .

obo:GO_1905954
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of lipid localization." ;
    oboInOwl:created_by "rz" ;
    oboInOwl:creation_date "2017-02-21T12:12:49Z" ;
    oboInOwl:hasExactSynonym "positive regulation of lipid localisation", "up regulation of lipid localisation", "up regulation of lipid localization", "up-regulation of lipid localisation", "up-regulation of lipid localization", "upregulation of lipid localisation", "upregulation of lipid localization" ;
    oboInOwl:hasNarrowSynonym "activation of lipid localisation", "activation of lipid localization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905954" ;
    a owl:Class ;
    rdfs:label "positive regulation of lipid localization" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_1905952, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0010876
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0010876
            ]
        )
    ] .

obo:GO_1905955
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial tube morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2017-02-21T15:17:31Z" ;
    oboInOwl:hasExactSynonym "down regulation of endothelial tube morphogenesis", "down-regulation of endothelial tube morphogenesis", "downregulation of endothelial tube morphogenesis" ;
    oboInOwl:hasNarrowSynonym "inhibition of endothelial tube morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905955" ;
    a owl:Class ;
    rdfs:label "negative regulation of endothelial tube morphogenesis" ;
    rdfs:subClassOf obo:GO_0051241, obo:GO_1901509, obo:GO_1905331, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061154
            ]
        )
    ] .

obo:GO_1905956
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of endothelial tube morphogenesis." ;
    oboInOwl:created_by "rph" ;
    oboInOwl:creation_date "2017-02-21T15:17:39Z" ;
    oboInOwl:hasExactSynonym "up regulation of endothelial tube morphogenesis", "up-regulation of endothelial tube morphogenesis", "upregulation of endothelial tube morphogenesis" ;
    oboInOwl:hasNarrowSynonym "activation of endothelial tube morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1905956" ;
    a owl:Class ;
    rdfs:label "positive regulation of endothelial tube morphogenesis" ;
    rdfs:subClassOf obo:GO_0051240, obo:GO_1901509, obo:GO_1905332, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061154
            ]
        )
    ] .

obo:GO_1990009
    obo:IAO_0000115 "Any apoptotic process in a retinal cell." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-12T10:15:08Z" ;
    oboInOwl:hasAlternativeId "GO:0046674" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "induction of retinal programmed cell death" ;
    oboInOwl:id "GO:1990009" ;
    a owl:Class ;
    rdfs:label "retinal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0006915, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0009004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0009004
            ]
        )
    ] .

obo:GO_1990010
    obo:IAO_0000115 "Any apoptotic process in a compound eye retinal cell." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2012-12-12T10:21:07Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990010" ;
    a owl:Class ;
    rdfs:label "compound eye retinal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_1990009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:CL_0009001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:CL_0009001
            ]
        )
    ] .

obo:GO_1990048
    obo:IAO_0000115 "The directed movement of substances in neuronal dense core vesicles along axonal microtubules towards the presynapse." ;
    oboInOwl:hasExactSynonym "anterograde dense core granule trafficking", "anterograde dense core granule transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990048" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "anterograde neuronal dense core vesicle transport" ;
    rdfs:subClassOf obo:GO_0008089, obo:GO_0047496, obo:GO_0099519, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0098992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_1904115
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0098992
            ]
        )
    ] .

obo:GO_1990049
    obo:IAO_0000115 "The directed movement of neuronal dense core vesicles along axonal microtubules towards the cell body." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2013-02-19T13:31:44Z" ;
    oboInOwl:hasExactSynonym "retrograde dense core granule trafficking", "retrograde dense core granule transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990049" ;
    oboInOwl:inSubset go:goslim_synapse ;
    a owl:Class ;
    rdfs:label "retrograde neuronal dense core vesicle transport" ;
    rdfs:subClassOf obo:GO_0008090, obo:GO_0047496, obo:GO_0099519, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0098992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006810
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:GO_1904115
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002338 ;
                owl:someValuesFrom obo:GO_0098793
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002341 ;
                owl:someValuesFrom obo:GO_0005874
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0098992
            ]
        )
    ] .

obo:GO_1990182
    obo:IAO_0000115 "The process whereby a membrane-bounded vesicle is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane." ;
    oboInOwl:created_by "hjd" ;
    oboInOwl:creation_date "2013-09-04T21:08:14Z" ;
    oboInOwl:hasExactSynonym "exosomal secretory pathway", "extracellular vesicular exosome secretion", "multi-vesicular body fusion with plasma membrane", "secretion of exosome" ;
    oboInOwl:hasNarrowSynonym "exosomal protein secretion" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990182" ;
    a owl:Class ;
    rdfs:label "exosomal secretion" ;
    rdfs:subClassOf obo:GO_0006887, obo:GO_0051650, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0097734
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0070062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006887
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0070062
            ]
        )
    ] .

obo:GO_1990280
    obo:IAO_0000115 "A process in which RNA is transported to and maintained in a part of a chromosome that is organized into chromatin." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2014-01-30T15:55:34Z" ;
    oboInOwl:hasExactSynonym "RNA localisation to chromatin" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990280" ;
    a owl:Class ;
    rdfs:label "RNA localization to chromatin" ;
    rdfs:subClassOf obo:GO_0006403, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0000785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0006403
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0000785
            ]
        )
    ] .

obo:GO_1990502
    obo:IAO_0000115 "Steps required to transform a dense core granule generated at the trans-Golgi network into a fully formed and transmissible dense core granule. Dense core granule maturation proceeds through clathrin-mediated membrane remodeling events and is essential for efficient processing of cargo within dense core granules as well as for removing factors that might otherwise interfere with dense core granule trafficking and exocytosis." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2014-09-30T20:35:11Z" ;
    oboInOwl:hasExactSynonym "dense core vesicle maturation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990502" ;
    a owl:Class ;
    rdfs:label "dense core granule maturation" ;
    rdfs:subClassOf obo:GO_0061792, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002299 ;
        owl:someValuesFrom obo:GO_0031045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0021700
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002299 ;
                owl:someValuesFrom obo:GO_0031045
            ]
        )
    ] .

obo:GO_1990580
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cytoplasmic translational termination." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2014-12-10T15:48:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990580" ;
    a owl:Class ;
    rdfs:label "regulation of cytoplasmic translational termination" ;
    rdfs:subClassOf obo:GO_0006449, obo:GO_2000765, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002184
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0050789
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002184
            ]
        )
    ] .

obo:GO_1990768
    obo:IAO_0000115 "The flow of blood through the gastric mucosa of an animal, enabling the transport of nutrients and the removal of waste products." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-06-10T20:11:09Z" ;
    oboInOwl:hasExactSynonym "stomach mucosal blood circulation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990768" ;
    a owl:Class ;
    rdfs:label "gastric mucosal blood circulation" ;
    rdfs:subClassOf obo:BFO_0000003, obo:GO_0008015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000066 ;
        owl:someValuesFrom obo:UBERON_0004786
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000066 ;
                owl:someValuesFrom obo:UBERON_0004786
            ]
        )
    ] .

obo:GO_1990778
    obo:IAO_0000115 "A process in which a protein is transported to, or maintained in, the cell periphery." ;
    oboInOwl:creation_date "2015-06-18T22:37:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990778" ;
    a owl:Class ;
    rdfs:label "protein localization to cell periphery" ;
    rdfs:subClassOf obo:GO_0008104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002339 ;
        owl:someValuesFrom obo:GO_0071944
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002339 ;
                owl:someValuesFrom obo:GO_0071944
            ]
        )
    ] .

obo:GO_1990849
    obo:IAO_0000115 "Any process in which the vacuole is transported to, and/or maintained in, a specific location within the cell." ;
    oboInOwl:created_by "mcc" ;
    oboInOwl:creation_date "2015-09-10T08:16:02Z" ;
    oboInOwl:hasExactSynonym "maintenance of vacuolar localization", "maintenance of vacuole localization", "maintenance of vacuole location" ;
    oboInOwl:hasNarrowSynonym "maintenance of vacuolar location" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990849" ;
    a owl:Class ;
    rdfs:label "vacuolar localization" ;
    rdfs:subClassOf obo:GO_0051640, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0004009 ;
        owl:someValuesFrom obo:GO_0005773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0051179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0004009 ;
                owl:someValuesFrom obo:GO_0005773
            ]
        )
    ] .

obo:GO_1990863
    obo:IAO_0000115 "The multiplication or reproduction of acinar cells, resulting in the expansion of a cell population. An acinar cell is a secretory cell that is grouped together with other cells of the same type to form grape-shaped clusters known as acini (singular acinus)." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-09-25T14:26:09Z" ;
    oboInOwl:hasExactSynonym "acinic cell proliferation", "acinous cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990863" ;
    a owl:Class ;
    rdfs:label "acinar cell proliferation" ;
    rdfs:subClassOf obo:GO_0050673, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000622
            ]
        )
    ] .

obo:GO_1990874
    obo:IAO_0000115 "The multiplication or reproduction of vascular smooth muscle cells, resulting in the expansion of a cell population. A vascular smooth muscle cell is a non-striated, elongated, spindle-shaped cell found lining the blood vessels." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-09-29T16:34:59Z" ;
    oboInOwl:hasExactSynonym "VSMC proliferation", "vascular smooth muscle cell proliferation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:1990874" ;
    a owl:Class ;
    rdfs:label "vascular associated smooth muscle cell proliferation" ;
    rdfs:subClassOf obo:GO_0048659, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0012003 ;
        owl:someValuesFrom obo:CL_0000359
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0008283
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0012003 ;
                owl:someValuesFrom obo:CL_0000359
            ]
        )
    ] .

obo:GO_1990904
    obo:IAO_0000115 "A macromolecular complex that contains both RNA and protein molecules." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2015-11-19T12:26:37Z" ;
    oboInOwl:hasAlternativeId "GO:0030529", "GO:1990903" ;
    oboInOwl:hasDbXref "Wikipedia:Ribonucleoprotein" ;
    oboInOwl:hasExactSynonym "RNA-protein complex", "RNP", "protein-RNA complex" ;
    oboInOwl:hasNarrowSynonym "extracellular ribonucleoprotein complex", "intracellular ribonucleoprotein complex" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:1990904" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "ribonucleoprotein complex" ;
    rdfs:subClassOf obo:GO_0032991, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_33697
    ] .

obo:GO_1990917
    obo:IAO_0000115 "The cytoplasm of an ovum." ;
    oboInOwl:created_by "sl" ;
    oboInOwl:creation_date "2015-12-10T21:40:16Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:1990917" ;
    a owl:Class ;
    rdfs:label "ooplasm" ;
    rdfs:subClassOf obo:GO_0005737, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:CL_0000025
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0005737
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000025
            ]
        )
    ] .

obo:GO_2000026
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of multicellular organismal development." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-08-05T11:25:59Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000026" ;
    a owl:Class ;
    rdfs:label "regulation of multicellular organismal development" ;
    rdfs:subClassOf obo:GO_0050793, obo:GO_0051239, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007275
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007275
            ]
        )
    ] .

obo:GO_2000027
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of animal organ morphogenesis." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-08-05T11:26:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of histogenesis and organogenesis" ;
    oboInOwl:id "GO:2000027" ;
    a owl:Class ;
    rdfs:label "regulation of animal organ morphogenesis" ;
    rdfs:subClassOf obo:GO_0022603, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0009887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0009887
            ]
        )
    ] .

obo:GO_2000035
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of stem cell division." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-08-05T11:34:53Z" ;
    oboInOwl:hasExactSynonym "regulation of stem cell renewal" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000035" ;
    a owl:Class ;
    rdfs:label "regulation of stem cell division" ;
    rdfs:subClassOf obo:GO_0051302, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0017145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0017145
            ]
        )
    ] .

obo:GO_2000068
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of defense response to insect." ;
    oboInOwl:created_by "tb" ;
    oboInOwl:creation_date "2010-08-23T09:30:00Z" ;
    oboInOwl:hasExactSynonym "regulation of physiological defense response to insect" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000068" ;
    a owl:Class ;
    rdfs:label "regulation of defense response to insect" ;
    rdfs:subClassOf obo:GO_0002831, obo:GO_0031347, obo:GO_0032101, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002213
            ]
        )
    ] .

obo:GO_2000106
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of leukocyte apoptotic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-15T01:42:05Z" ;
    oboInOwl:hasNarrowSynonym "regulation of leukocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000106" ;
    a owl:Class ;
    rdfs:label "regulation of leukocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0071887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0071887
            ]
        )
    ] .

obo:GO_2000107
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of leukocyte apoptotic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-15T01:42:09Z" ;
    oboInOwl:hasNarrowSynonym "negative regulation of leukocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000107" ;
    a owl:Class ;
    rdfs:label "negative regulation of leukocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_2000106, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0071887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0071887
            ]
        )
    ] .

obo:GO_2000108
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of leukocyte apoptotic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-09-15T01:42:12Z" ;
    oboInOwl:hasNarrowSynonym "positive regulation of leukocyte apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000108" ;
    a owl:Class ;
    rdfs:label "positive regulation of leukocyte apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_2000106, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0071887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0071887
            ]
        )
    ] .

obo:GO_2000114
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of establishment of cell polarity." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-16T01:22:36Z" ;
    oboInOwl:hasExactSynonym "regulation of cell polarization" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of bud site selection/establishment of cell polarity" ;
    oboInOwl:id "GO:2000114" ;
    a owl:Class ;
    rdfs:label "regulation of establishment of cell polarity" ;
    rdfs:subClassOf obo:GO_0032878, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0030010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0030010
            ]
        )
    ] .

obo:GO_2000136
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell proliferation involved in heart morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-29T12:43:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000136" ;
    a owl:Class ;
    rdfs:label "regulation of cell proliferation involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061323
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061323
            ]
        )
    ] .

obo:GO_2000137
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell proliferation involved in heart morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-29T12:43:55Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000137" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell proliferation involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_2000136, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061323
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061323
            ]
        )
    ] .

obo:GO_2000138
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell proliferation involved in heart morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-09-29T12:43:57Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000138" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell proliferation involved in heart morphogenesis" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_2000136, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061323
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061323
            ]
        )
    ] .

obo:GO_2000145
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell motility." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-10-01T09:41:21Z" ;
    oboInOwl:hasDbXref "Reactome:R-HSA-6785631" ;
    oboInOwl:hasExactSynonym "regulation of cell locomotion", "regulation of movement of a cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cell movement" ;
    oboInOwl:id "GO:2000145" ;
    a owl:Class ;
    rdfs:label "regulation of cell motility" ;
    rdfs:subClassOf obo:GO_0040012, obo:GO_0050794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048870
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048870
            ]
        )
    ] .

obo:GO_2000146
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of cell motility." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-10-01T09:41:26Z" ;
    oboInOwl:hasExactSynonym "negative regulation of cell locomotion", "negative regulation of movement of a cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cell movement" ;
    oboInOwl:id "GO:2000146" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell motility" ;
    rdfs:subClassOf obo:GO_0040013, obo:GO_0048523, obo:GO_2000145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048870
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048870
            ]
        )
    ] .

obo:GO_2000147
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell motility." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-10-01T09:41:30Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cell locomotion", "positive regulation of movement of a cell" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of cell movement" ;
    oboInOwl:id "GO:2000147" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell motility" ;
    rdfs:subClassOf obo:GO_0040017, obo:GO_0048522, obo:GO_2000145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048870
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048870
            ]
        )
    ] .

obo:GO_2000155
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cilium-dependent cell motility." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-10-04T12:41:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of ciliary cell motility" ;
    oboInOwl:id "GO:2000155" ;
    a owl:Class ;
    rdfs:label "positive regulation of cilium-dependent cell motility" ;
    rdfs:subClassOf obo:GO_1902019, obo:GO_2000147, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060285
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060285
            ]
        )
    ] .

obo:GO_2000171
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of dendrite development." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2010-10-07T10:53:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000171" ;
    a owl:Class ;
    rdfs:label "negative regulation of dendrite development" ;
    rdfs:subClassOf obo:GO_0010977, obo:GO_0050773, obo:GO_0051093, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0016358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0016358
            ]
        )
    ] .

obo:GO_2000172
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of branching morphogenesis of a nerve." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2010-10-07T12:07:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000172" ;
    a owl:Class ;
    rdfs:label "regulation of branching morphogenesis of a nerve" ;
    rdfs:subClassOf obo:GO_0060688, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048755
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048755
            ]
        )
    ] .

obo:GO_2000173
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of branching morphogenesis of a nerve." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2010-10-07T12:07:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000173" ;
    a owl:Class ;
    rdfs:label "negative regulation of branching morphogenesis of a nerve" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_2000172, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048755
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048755
            ]
        )
    ] .

obo:GO_2000177
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neural precursor cell proliferation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-10-13T12:40:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000177" ;
    a owl:Class ;
    rdfs:label "regulation of neural precursor cell proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061351
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061351
            ]
        )
    ] .

obo:GO_2000178
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of neural precursor cell proliferation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-10-13T12:40:43Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000178" ;
    a owl:Class ;
    rdfs:label "negative regulation of neural precursor cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_2000177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0061351
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0061351
            ]
        )
    ] .

obo:GO_2000179
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neural precursor cell proliferation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-10-13T12:40:45Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000179" ;
    a owl:Class ;
    rdfs:label "positive regulation of neural precursor cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_2000177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061351
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061351
            ]
        )
    ] .

obo:GO_2000181
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of blood vessel morphogenesis." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2010-10-13T12:46:31Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000181" ;
    a owl:Class ;
    rdfs:label "negative regulation of blood vessel morphogenesis" ;
    rdfs:subClassOf obo:GO_0022603, obo:GO_1901343, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048514
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048514
            ]
        )
    ] .

obo:GO_2000194
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of female gonad development." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2010-10-19T10:45:34Z" ;
    oboInOwl:hasExactSynonym "regulation of ovarian development", "regulation of ovary development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000194" ;
    a owl:Class ;
    rdfs:label "regulation of female gonad development" ;
    rdfs:subClassOf obo:GO_1905939, obo:GO_2000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008585
            ]
        )
    ] .

obo:GO_2000195
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of female gonad development." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2010-10-19T10:45:38Z" ;
    oboInOwl:hasExactSynonym "negative regulation of ovarian development", "negative regulation of ovary development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000195" ;
    a owl:Class ;
    rdfs:label "negative regulation of female gonad development" ;
    rdfs:subClassOf obo:GO_1905940, obo:GO_2000194, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008585
            ]
        )
    ] .

obo:GO_2000196
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of female gonad development." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2010-10-19T10:45:41Z" ;
    oboInOwl:hasExactSynonym "positive regulation of ovarian development", "positive regulation of ovary development" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000196" ;
    a owl:Class ;
    rdfs:label "positive regulation of female gonad development" ;
    rdfs:subClassOf obo:GO_1905941, obo:GO_2000194, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008585
            ]
        )
    ] .

obo:GO_2000241
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of reproductive process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-11-10T02:44:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000241" ;
    a owl:Class ;
    rdfs:label "regulation of reproductive process" ;
    rdfs:subClassOf obo:GO_0050789, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0022414
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0022414
            ]
        )
    ] .

obo:GO_2000242
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of reproductive process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-11-10T02:44:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000242" ;
    a owl:Class ;
    rdfs:label "negative regulation of reproductive process" ;
    rdfs:subClassOf obo:GO_0048519, obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0022414
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0022414
            ]
        )
    ] .

obo:GO_2000243
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of reproductive process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-11-10T02:44:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000243" ;
    a owl:Class ;
    rdfs:label "positive regulation of reproductive process" ;
    rdfs:subClassOf obo:GO_0048518, obo:GO_2000241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0022414
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0022414
            ]
        )
    ] .

obo:GO_2000248
    obo:IAO_0000115 "Any process that stops, prevents, or reduces the frequency, rate or extent of establishment or maintenance of neuroblast polarity." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2010-11-11T11:40:34Z" ;
    oboInOwl:hasExactSynonym "negative regulation of establishment and/or maintenance of neuroblast cell polarity" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000248" ;
    a owl:Class ;
    rdfs:label "negative regulation of establishment or maintenance of neuroblast polarity" ;
    rdfs:subClassOf obo:GO_0010454, obo:GO_0032878, obo:GO_0045769, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0045196
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0045196
            ]
        )
    ] .

obo:GO_2000269
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of fibroblast apoptotic process." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-11-23T01:07:23Z" ;
    oboInOwl:hasNarrowSynonym "regulation of fibroblast apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000269" ;
    a owl:Class ;
    rdfs:label "regulation of fibroblast apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0044346
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0044346
            ]
        )
    ] .

obo:GO_2000270
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of fibroblast apoptotic process." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-11-23T01:07:27Z" ;
    oboInOwl:hasNarrowSynonym "negative regulation of fibroblast apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000270" ;
    a owl:Class ;
    rdfs:label "negative regulation of fibroblast apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_2000269, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0044346
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0044346
            ]
        )
    ] .

obo:GO_2000271
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of fibroblast apoptotic process." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2010-11-23T01:07:29Z" ;
    oboInOwl:hasNarrowSynonym "positive regulation of fibroblast apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000271" ;
    a owl:Class ;
    rdfs:label "positive regulation of fibroblast apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_2000269, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0044346
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0044346
            ]
        )
    ] .

obo:GO_2000282
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cellular amino acid biosynthetic process." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2010-12-10T11:54:19Z" ;
    oboInOwl:hasExactSynonym "regulation of cellular amino acid anabolism", "regulation of cellular amino acid biosynthesis", "regulation of cellular amino acid biosynthetic process", "regulation of cellular amino acid formation", "regulation of cellular amino acid synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000282" ;
    a owl:Class ;
    rdfs:label "regulation of amino acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0006521, obo:GO_0009889, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008652
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008652
            ]
        )
    ] .

obo:GO_2000283
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of an amino acid biosynthetic process." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2010-12-10T11:54:23Z" ;
    oboInOwl:hasExactSynonym "negative regulation of amino acid anabolism", "negative regulation of amino acid biosynthesis", "negative regulation of amino acid formation", "negative regulation of amino acid synthesis", "negative regulation of cellular amino acid biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000283" ;
    a owl:Class ;
    rdfs:label "negative regulation of amino acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009890, obo:GO_0045763, obo:GO_2000282, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008652
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008652
            ]
        )
    ] .

obo:GO_2000284
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cellular amino acid biosynthetic process." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2010-12-10T11:54:27Z" ;
    oboInOwl:hasExactSynonym "positive regulation of amino acid anabolism", "positive regulation of amino acid biosynthesis", "positive regulation of amino acid formation", "positive regulation of amino acid synthesis", "positive regulation of cellular amino acid biosynthetic process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000284" ;
    a owl:Class ;
    rdfs:label "positive regulation of amino acid biosynthetic process" ;
    rdfs:subClassOf obo:GO_0009891, obo:GO_0045764, obo:GO_2000282, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008652
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008652
            ]
        )
    ] .

obo:GO_2000287
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of myotome development." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2010-12-16T05:17:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000287" ;
    a owl:Class ;
    rdfs:label "positive regulation of myotome development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_2000290, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0061055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0061055
            ]
        )
    ] .

obo:GO_2000288
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of myoblast proliferation." ;
    oboInOwl:created_by "rl" ;
    oboInOwl:creation_date "2010-12-16T05:20:52Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000288" ;
    a owl:Class ;
    rdfs:label "positive regulation of myoblast proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_2000291, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051450
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051450
            ]
        )
    ] .

obo:GO_2000290
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of myotome development." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-12-20T10:22:05Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000290" ;
    a owl:Class ;
    rdfs:label "regulation of myotome development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0061055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0061055
            ]
        )
    ] .

obo:GO_2000291
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of myoblast proliferation." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-12-20T10:34:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000291" ;
    a owl:Class ;
    rdfs:label "regulation of myoblast proliferation" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0051450
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0051450
            ]
        )
    ] .

obo:GO_2000351
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of endothelial cell apoptotic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-03T10:43:16Z" ;
    oboInOwl:hasExactSynonym "regulation of apoptosis of endothelial cells", "regulation of endothelial cell programmed cell death by apoptosis", "regulation of killing of endothelial cells", "regulation of programmed cell death of endothelial cells by apoptosis", "regulation of programmed cell death, endothelial cells" ;
    oboInOwl:hasNarrowSynonym "regulation of endothelial cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000351" ;
    a owl:Class ;
    rdfs:label "regulation of endothelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072577
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072577
            ]
        )
    ] .

obo:GO_2000352
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial cell apoptotic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-03T10:43:20Z" ;
    oboInOwl:hasExactSynonym "negative regulation of apoptosis of endothelial cells", "negative regulation of endothelial cell programmed cell death by apoptosis", "negative regulation of killing of endothelial cells", "negative regulation of programmed cell death of endothelial cells by apoptosis", "negative regulation of programmed cell death, endothelial cells" ;
    oboInOwl:hasNarrowSynonym "negative regulation of endothelial cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000352" ;
    a owl:Class ;
    rdfs:label "negative regulation of endothelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_2000351, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072577
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072577
            ]
        )
    ] .

obo:GO_2000353
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of endothelial cell apoptotic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-03T10:43:23Z" ;
    oboInOwl:hasExactSynonym "positive regulation of apoptosis of endothelial cells", "positive regulation of endothelial cell programmed cell death by apoptosis", "positive regulation of killing of endothelial cells", "positive regulation of programmed cell death of endothelial cells by apoptosis", "positive regulation of programmed cell death, endothelial cells" ;
    oboInOwl:hasNarrowSynonym "positive regulation of endothelial cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000353" ;
    a owl:Class ;
    rdfs:label "positive regulation of endothelial cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_2000351, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072577
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072577
            ]
        )
    ] .

obo:GO_2000374
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of oxygen metabolic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-11T02:03:32Z" ;
    oboInOwl:hasExactSynonym "regulation of diatomic oxygen metabolic process", "regulation of oxygen metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000374" ;
    a owl:Class ;
    rdfs:label "regulation of oxygen metabolic process" ;
    rdfs:subClassOf obo:GO_0019222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072592
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072592
            ]
        )
    ] .

obo:GO_2000375
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of oxygen metabolic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-11T02:03:44Z" ;
    oboInOwl:hasExactSynonym "negative regulation of diatomic oxygen metabolic process", "negative regulation of oxygen metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000375" ;
    a owl:Class ;
    rdfs:label "negative regulation of oxygen metabolic process" ;
    rdfs:subClassOf obo:GO_0009892, obo:GO_2000374, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072592
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072592
            ]
        )
    ] .

obo:GO_2000376
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of oxygen metabolic process." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-11T02:03:52Z" ;
    oboInOwl:hasExactSynonym "positive regulation of diatomic oxygen metabolic process", "positive regulation of oxygen metabolism" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000376" ;
    a owl:Class ;
    rdfs:label "positive regulation of oxygen metabolic process" ;
    rdfs:subClassOf obo:GO_0009893, obo:GO_2000374, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072592
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072592
            ]
        )
    ] .

obo:GO_2000380
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mesoderm development." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-02-15T03:09:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000380" ;
    a owl:Class ;
    rdfs:label "regulation of mesoderm development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007498
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007498
            ]
        )
    ] .

obo:GO_2000381
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mesoderm development." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-02-15T03:10:02Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000381" ;
    a owl:Class ;
    rdfs:label "negative regulation of mesoderm development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_2000380, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007498
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007498
            ]
        )
    ] .

obo:GO_2000382
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mesoderm development." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-02-15T03:10:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000382" ;
    a owl:Class ;
    rdfs:label "positive regulation of mesoderm development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_2000380, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007498
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007498
            ]
        )
    ] .

obo:GO_2000383
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of ectoderm development." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-02-15T03:17:10Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000383" ;
    a owl:Class ;
    rdfs:label "regulation of ectoderm development" ;
    rdfs:subClassOf obo:GO_0050793, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0007398
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0007398
            ]
        )
    ] .

obo:GO_2000384
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of ectoderm development." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-02-15T03:17:27Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000384" ;
    a owl:Class ;
    rdfs:label "negative regulation of ectoderm development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_2000383, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007398
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007398
            ]
        )
    ] .

obo:GO_2000385
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of ectoderm development." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-02-15T03:17:39Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000385" ;
    a owl:Class ;
    rdfs:label "positive regulation of ectoderm development" ;
    rdfs:subClassOf obo:GO_0051094, obo:GO_2000383, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007398
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007398
            ]
        )
    ] .

obo:GO_2000401
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of lymphocyte migration." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-23T10:45:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000401" ;
    a owl:Class ;
    rdfs:label "regulation of lymphocyte migration" ;
    rdfs:subClassOf obo:GO_0071675, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0072676
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0072676
            ]
        )
    ] .

obo:GO_2000402
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of lymphocyte migration." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-23T10:45:47Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000402" ;
    a owl:Class ;
    rdfs:label "negative regulation of lymphocyte migration" ;
    rdfs:subClassOf obo:GO_0071676, obo:GO_2000401, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072676
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072676
            ]
        )
    ] .

obo:GO_2000403
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of lymphocyte migration." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2011-02-23T10:46:06Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000403" ;
    a owl:Class ;
    rdfs:label "positive regulation of lymphocyte migration" ;
    rdfs:subClassOf obo:GO_0071677, obo:GO_2000401, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072676
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072676
            ]
        )
    ] .

obo:GO_2000471
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of hematopoietic stem cell migration." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-09T09:34:08Z" ;
    oboInOwl:hasExactSynonym "regulation of hemopoietic stem cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000471" ;
    a owl:Class ;
    rdfs:label "regulation of hematopoietic stem cell migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035701
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035701
            ]
        )
    ] .

obo:GO_2000472
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic stem cell migration." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-09T09:34:54Z" ;
    oboInOwl:hasExactSynonym "negative regulation of hemopoietic stem cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000472" ;
    a owl:Class ;
    rdfs:label "negative regulation of hematopoietic stem cell migration" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_2000471, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035701
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035701
            ]
        )
    ] .

obo:GO_2000473
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of hematopoietic stem cell migration." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-09T09:35:25Z" ;
    oboInOwl:hasExactSynonym "positive regulation of hemopoietic stem cell migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000473" ;
    a owl:Class ;
    rdfs:label "positive regulation of hematopoietic stem cell migration" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_2000471, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035701
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035701
            ]
        )
    ] .

obo:GO_2000495
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cell proliferation involved in compound eye morphogenesis." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-18T02:18:34Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000495" ;
    a owl:Class ;
    rdfs:label "regulation of cell proliferation involved in compound eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0042127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035736
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035736
            ]
        )
    ] .

obo:GO_2000496
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cell proliferation involved in compound eye morphogenesis." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-18T02:19:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000496" ;
    a owl:Class ;
    rdfs:label "negative regulation of cell proliferation involved in compound eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_2000495, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035736
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035736
            ]
        )
    ] .

obo:GO_2000497
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cell proliferation involved in compound eye morphogenesis." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-03-18T02:19:54Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000497" ;
    a owl:Class ;
    rdfs:label "positive regulation of cell proliferation involved in compound eye morphogenesis" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_2000495, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035736
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035736
            ]
        )
    ] .

obo:GO_2000542
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of gastrulation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-04-01T04:10:08Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000542" ;
    a owl:Class ;
    rdfs:label "negative regulation of gastrulation" ;
    rdfs:subClassOf obo:GO_0010470, obo:GO_0045992, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0007369
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0007369
            ]
        )
    ] .

obo:GO_2000543
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of gastrulation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-04-01T04:10:15Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000543" ;
    a owl:Class ;
    rdfs:label "positive regulation of gastrulation" ;
    rdfs:subClassOf obo:GO_0010470, obo:GO_0040019, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0007369
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0007369
            ]
        )
    ] .

obo:GO_2000647
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of stem cell proliferation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-04-27T01:04:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000647" ;
    a owl:Class ;
    rdfs:label "negative regulation of stem cell proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_0072091, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0072089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0072089
            ]
        )
    ] .

obo:GO_2000648
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of stem cell proliferation." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-04-27T01:04:25Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000648" ;
    a owl:Class ;
    rdfs:label "positive regulation of stem cell proliferation" ;
    rdfs:subClassOf obo:GO_0008284, obo:GO_0072091, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0072089
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0072089
            ]
        )
    ] .

obo:GO_2000671
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of motor neuron apoptotic process." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-05-09T10:56:17Z" ;
    oboInOwl:hasExactSynonym "regulation of motoneuron apoptosis" ;
    oboInOwl:hasNarrowSynonym "regulation of motor neuron apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000671" ;
    a owl:Class ;
    rdfs:label "regulation of motor neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0043523, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097049
            ]
        )
    ] .

obo:GO_2000672
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of motor neuron apoptotic process." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-05-09T10:56:21Z" ;
    oboInOwl:hasExactSynonym "negative regulation of motoneuron apoptosis" ;
    oboInOwl:hasNarrowSynonym "negative regulation of motor neuron apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000672" ;
    a owl:Class ;
    rdfs:label "negative regulation of motor neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0043524, obo:GO_2000671, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097049
            ]
        )
    ] .

obo:GO_2000673
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of motor neuron apoptotic process." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-05-09T10:56:24Z" ;
    oboInOwl:hasExactSynonym "positive regulation of motoneuron apoptosis" ;
    oboInOwl:hasNarrowSynonym "positive regulation of motor neuron apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000673" ;
    a owl:Class ;
    rdfs:label "positive regulation of motor neuron apoptotic process" ;
    rdfs:subClassOf obo:GO_0043525, obo:GO_2000671, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097049
            ]
        )
    ] .

obo:GO_2000690
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle cell myoblast differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-05-25T09:08:01Z" ;
    oboInOwl:hasExactSynonym "regulation of myocardial precursor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cardiac myoblast differentiation" ;
    oboInOwl:id "GO:2000690" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle cell myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0045661, obo:GO_0051890, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060379
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060379
            ]
        )
    ] .

obo:GO_2000691
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac muscle cell myoblast differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-05-25T09:08:06Z" ;
    oboInOwl:hasExactSynonym "negative regulation of myocardial precursor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of cardiac myoblast differentiation" ;
    oboInOwl:id "GO:2000691" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle cell myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0045662, obo:GO_0051892, obo:GO_2000690, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060379
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060379
            ]
        )
    ] .

obo:GO_2000700
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac muscle cell myoblast differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-05-25T09:08:09Z" ;
    oboInOwl:hasExactSynonym "positive regulation of myocardial precursor cell differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of cardiac myoblast differentiation" ;
    oboInOwl:id "GO:2000700" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle cell myoblast differentiation" ;
    rdfs:subClassOf obo:GO_0045663, obo:GO_0051891, obo:GO_2000690, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060379
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060379
            ]
        )
    ] .

obo:GO_2000725
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cardiac muscle cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-06-08T10:51:06Z" ;
    oboInOwl:hasExactSynonym "regulation of cardiomyocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of heart muscle cell differentiation" ;
    oboInOwl:id "GO:2000725" ;
    a owl:Class ;
    rdfs:label "regulation of cardiac muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051153, obo:GO_1905207, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0055007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0055007
            ]
        )
    ] .

obo:GO_2000726
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac muscle cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-06-08T10:51:11Z" ;
    oboInOwl:hasExactSynonym "negative regulation of cardiomyocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of heart muscle cell differentiation" ;
    oboInOwl:id "GO:2000726" ;
    a owl:Class ;
    rdfs:label "negative regulation of cardiac muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051154, obo:GO_1905208, obo:GO_2000725, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0055007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0055007
            ]
        )
    ] .

obo:GO_2000727
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cardiac muscle cell differentiation." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-06-08T10:51:15Z" ;
    oboInOwl:hasExactSynonym "positive regulation of cardiomyocyte differentiation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of heart muscle cell differentiation" ;
    oboInOwl:id "GO:2000727" ;
    a owl:Class ;
    rdfs:label "positive regulation of cardiac muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0051155, obo:GO_1905209, obo:GO_2000725, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0055007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0055007
            ]
        )
    ] .

obo:GO_2000736
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of stem cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-06-14T02:05:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000736" ;
    a owl:Class ;
    rdfs:label "regulation of stem cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0048863
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0048863
            ]
        )
    ] .

obo:GO_2000737
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of stem cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-06-14T02:05:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000737" ;
    a owl:Class ;
    rdfs:label "negative regulation of stem cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_2000736, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0048863
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0048863
            ]
        )
    ] .

obo:GO_2000738
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of stem cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-06-14T02:05:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000738" ;
    a owl:Class ;
    rdfs:label "positive regulation of stem cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_2000736, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0048863
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0048863
            ]
        )
    ] .

obo:GO_2000765
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of cytoplasmic translation." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2011-06-20T10:39:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000765" ;
    a owl:Class ;
    rdfs:label "regulation of cytoplasmic translation" ;
    rdfs:subClassOf obo:GO_0006417, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0002181
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0002181
            ]
        )
    ] .

obo:GO_2000766
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of cytoplasmic translation." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2011-06-20T10:39:23Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000766" ;
    a owl:Class ;
    rdfs:label "negative regulation of cytoplasmic translation" ;
    rdfs:subClassOf obo:GO_0017148, obo:GO_2000765, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0002181
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0002181
            ]
        )
    ] .

obo:GO_2000767
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of cytoplasmic translation." ;
    oboInOwl:created_by "vw" ;
    oboInOwl:creation_date "2011-06-20T10:39:26Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000767" ;
    a owl:Class ;
    rdfs:label "positive regulation of cytoplasmic translation" ;
    rdfs:subClassOf obo:GO_0045727, obo:GO_2000765, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0002181
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0002181
            ]
        )
    ] .

obo:GO_2000790
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mesenchymal cell proliferation involved in lung development." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-24T01:53:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000790" ;
    a owl:Class ;
    rdfs:label "regulation of mesenchymal cell proliferation involved in lung development" ;
    rdfs:subClassOf obo:GO_0010464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060916
            ]
        )
    ] .

obo:GO_2000791
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mesenchymal cell proliferation involved in lung development." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-24T01:53:53Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000791" ;
    a owl:Class ;
    rdfs:label "negative regulation of mesenchymal cell proliferation involved in lung development" ;
    rdfs:subClassOf obo:GO_0051093, obo:GO_0051241, obo:GO_0072201, obo:GO_2000790, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060916
            ]
        )
    ] .

obo:GO_2000792
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mesenchymal cell proliferation involved in lung development." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-24T01:53:56Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000792" ;
    a owl:Class ;
    rdfs:label "positive regulation of mesenchymal cell proliferation involved in lung development" ;
    rdfs:subClassOf obo:GO_0002053, obo:GO_0051094, obo:GO_0051240, obo:GO_2000790, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0060916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0060916
            ]
        )
    ] .

obo:GO_2000794
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of epithelial cell proliferation involved in lung morphogenesis." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-25T07:22:38Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000794" ;
    a owl:Class ;
    rdfs:label "regulation of epithelial cell proliferation involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0050678, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0060502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0060502
            ]
        )
    ] .

obo:GO_2000795
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of epithelial cell proliferation involved in lung morphogenesis." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-06-25T07:22:42Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000795" ;
    a owl:Class ;
    rdfs:label "negative regulation of epithelial cell proliferation involved in lung morphogenesis" ;
    rdfs:subClassOf obo:GO_0050680, obo:GO_2000794, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0060502
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0060502
            ]
        )
    ] .

obo:GO_2000818
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of myoblast proliferation." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-07-12T03:06:04Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000818" ;
    a owl:Class ;
    rdfs:label "negative regulation of myoblast proliferation" ;
    rdfs:subClassOf obo:GO_0008285, obo:GO_2000291, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051450
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051450
            ]
        )
    ] .

obo:GO_2000826
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of heart morphogenesis." ;
    oboInOwl:created_by "vk" ;
    oboInOwl:creation_date "2011-07-19T10:08:58Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of cardiac morphogenesis" ;
    oboInOwl:id "GO:2000826" ;
    a owl:Class ;
    rdfs:label "regulation of heart morphogenesis" ;
    rdfs:subClassOf obo:GO_2000027, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0003007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0003007
            ]
        )
    ] .

obo:GO_2000831
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of steroid hormone secretion." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-26T08:38:46Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000831" ;
    a owl:Class ;
    rdfs:label "regulation of steroid hormone secretion" ;
    rdfs:subClassOf obo:GO_0032368, obo:GO_0044060, obo:GO_0046883, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035929
            ]
        )
    ] .

obo:GO_2000832
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of steroid hormone secretion." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-26T08:38:50Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000832" ;
    a owl:Class ;
    rdfs:label "negative regulation of steroid hormone secretion" ;
    rdfs:subClassOf obo:GO_0032369, obo:GO_0046888, obo:GO_0051241, obo:GO_2000831, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035929
            ]
        )
    ] .

obo:GO_2000833
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of steroid hormone secretion." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-26T08:38:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000833" ;
    a owl:Class ;
    rdfs:label "positive regulation of steroid hormone secretion" ;
    rdfs:subClassOf obo:GO_0032370, obo:GO_0046887, obo:GO_0051240, obo:GO_2000831, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035929
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035929
            ]
        )
    ] .

obo:GO_2000834
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of androgen secretion." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-26T08:39:45Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000834" ;
    a owl:Class ;
    rdfs:label "regulation of androgen secretion" ;
    rdfs:subClassOf obo:GO_2000831, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035935
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035935
            ]
        )
    ] .

obo:GO_2000835
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of androgen secretion." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-26T08:39:48Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000835" ;
    a owl:Class ;
    rdfs:label "negative regulation of androgen secretion" ;
    rdfs:subClassOf obo:GO_2000832, obo:GO_2000834, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035935
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035935
            ]
        )
    ] .

obo:GO_2000836
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of androgen secretion." ;
    oboInOwl:created_by "bf" ;
    oboInOwl:creation_date "2011-07-26T08:39:51Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000836" ;
    a owl:Class ;
    rdfs:label "positive regulation of androgen secretion" ;
    rdfs:subClassOf obo:GO_2000833, obo:GO_2000834, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035935
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035935
            ]
        )
    ] .

obo:GO_2000977
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of forebrain neuron differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-03T12:09:12Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000977" ;
    a owl:Class ;
    rdfs:label "regulation of forebrain neuron differentiation" ;
    rdfs:subClassOf obo:GO_0045664, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0021879
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0021879
            ]
        )
    ] .

obo:GO_2000978
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of forebrain neuron differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-03T12:09:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000978" ;
    a owl:Class ;
    rdfs:label "negative regulation of forebrain neuron differentiation" ;
    rdfs:subClassOf obo:GO_0045665, obo:GO_2000977, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0021879
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0021879
            ]
        )
    ] .

obo:GO_2000979
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of forebrain neuron differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-03T12:09:19Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2000979" ;
    a owl:Class ;
    rdfs:label "positive regulation of forebrain neuron differentiation" ;
    rdfs:subClassOf obo:GO_0045666, obo:GO_2000977, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0021879
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0021879
            ]
        )
    ] .

obo:GO_2001014
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of skeletal muscle cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-11T08:54:37Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001014" ;
    a owl:Class ;
    rdfs:label "regulation of skeletal muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035914
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035914
            ]
        )
    ] .

obo:GO_2001015
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of skeletal muscle cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-11T08:54:41Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001015" ;
    a owl:Class ;
    rdfs:label "negative regulation of skeletal muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_2001014, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035914
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035914
            ]
        )
    ] .

obo:GO_2001016
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of skeletal muscle cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-11T08:54:44Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001016" ;
    a owl:Class ;
    rdfs:label "positive regulation of skeletal muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_2001014, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035914
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035914
            ]
        )
    ] .

obo:GO_2001017
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of retrograde axon cargo transport." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2011-08-11T09:44:42Z" ;
    oboInOwl:hasExactSynonym "regulation of retrograde axonal transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001017" ;
    a owl:Class ;
    rdfs:label "regulation of retrograde axon cargo transport" ;
    rdfs:subClassOf obo:GO_0032386, obo:GO_0060632, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0008090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0008090
            ]
        )
    ] .

obo:GO_2001018
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of retrograde axon cargo transport." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2011-08-11T09:44:46Z" ;
    oboInOwl:hasExactSynonym "negative regulation of retrograde axonal transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001018" ;
    a owl:Class ;
    rdfs:label "negative regulation of retrograde axon cargo transport" ;
    rdfs:subClassOf obo:GO_0032387, obo:GO_2001017, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0008090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0008090
            ]
        )
    ] .

obo:GO_2001019
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of retrograde axon cargo transport." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2011-08-11T09:44:49Z" ;
    oboInOwl:hasExactSynonym "positive regulation of retrograde axonal transport" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001019" ;
    a owl:Class ;
    rdfs:label "positive regulation of retrograde axon cargo transport" ;
    rdfs:subClassOf obo:GO_0032388, obo:GO_2001017, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0008090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0008090
            ]
        )
    ] .

obo:GO_2001035
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of tongue muscle cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-24T11:10:16Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001035" ;
    a owl:Class ;
    rdfs:label "regulation of tongue muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_1902809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0035981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0035981
            ]
        )
    ] .

obo:GO_2001036
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of tongue muscle cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-24T11:10:20Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001036" ;
    a owl:Class ;
    rdfs:label "negative regulation of tongue muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_1902810, obo:GO_2001035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0035981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0035981
            ]
        )
    ] .

obo:GO_2001037
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of tongue muscle cell differentiation." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-08-24T11:10:22Z" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001037" ;
    a owl:Class ;
    rdfs:label "positive regulation of tongue muscle cell differentiation" ;
    rdfs:subClassOf obo:GO_1902811, obo:GO_2001035, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0035981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0035981
            ]
        )
    ] .

obo:GO_2001053
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of mesenchymal cell apoptotic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-09-08T02:49:59Z" ;
    oboInOwl:hasNarrowSynonym "regulation of mesenchymal cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001053" ;
    a owl:Class ;
    rdfs:label "regulation of mesenchymal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097152
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097152
            ]
        )
    ] .

obo:GO_2001054
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of mesenchymal cell apoptotic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-09-08T02:50:05Z" ;
    oboInOwl:hasNarrowSynonym "negative regulation of mesenchymal cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001054" ;
    a owl:Class ;
    rdfs:label "negative regulation of mesenchymal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043066, obo:GO_2001053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097152
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097152
            ]
        )
    ] .

obo:GO_2001055
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of mesenchymal cell apoptotic process." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-09-08T02:50:09Z" ;
    oboInOwl:hasNarrowSynonym "positive regulation of mesenchymal cell apoptosis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001055" ;
    a owl:Class ;
    rdfs:label "positive regulation of mesenchymal cell apoptotic process" ;
    rdfs:subClassOf obo:GO_0043065, obo:GO_2001053, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097152
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097152
            ]
        )
    ] .

obo:GO_2001141
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of RNA biosynthetic process." ;
    oboInOwl:created_by "dph" ;
    oboInOwl:creation_date "2011-10-17T11:36:25Z" ;
    oboInOwl:hasExactSynonym "regulation of RNA anabolism", "regulation of RNA biosynthesis", "regulation of RNA formation", "regulation of RNA synthesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001141" ;
    a owl:Class ;
    rdfs:label "regulation of RNA biosynthetic process" ;
    rdfs:subClassOf obo:GO_0010556, obo:GO_0051252, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0032774
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0032774
            ]
        )
    ] .

obo:GO_2001212
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of vasculogenesis." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-11-15T01:22:31Z" ;
    oboInOwl:hasExactSynonym "regulation of vascular morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001212" ;
    a owl:Class ;
    rdfs:label "regulation of vasculogenesis" ;
    rdfs:subClassOf obo:GO_0045595, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001570
            ]
        )
    ] .

obo:GO_2001213
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of vasculogenesis." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-11-15T01:22:36Z" ;
    oboInOwl:hasExactSynonym "negative regulation of vascular morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001213" ;
    a owl:Class ;
    rdfs:label "negative regulation of vasculogenesis" ;
    rdfs:subClassOf obo:GO_0045596, obo:GO_2001212, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001570
            ]
        )
    ] .

obo:GO_2001214
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of vasculogenesis." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-11-15T01:22:39Z" ;
    oboInOwl:hasExactSynonym "positive regulation of vascular morphogenesis" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001214" ;
    a owl:Class ;
    rdfs:label "positive regulation of vasculogenesis" ;
    rdfs:subClassOf obo:GO_0045597, obo:GO_2001212, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001570
            ]
        )
    ] .

obo:GO_2001222
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of neuron migration." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2011-11-17T10:01:38Z" ;
    oboInOwl:hasExactSynonym "regulation of neuron chemotaxis", "regulation of neuronal migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "regulation of neuron guidance" ;
    oboInOwl:id "GO:2001222" ;
    a owl:Class ;
    rdfs:label "regulation of neuron migration" ;
    rdfs:subClassOf obo:GO_0030334, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0001764
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0001764
            ]
        )
    ] .

obo:GO_2001223
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of neuron migration." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2011-11-17T10:01:45Z" ;
    oboInOwl:hasExactSynonym "negative regulation of neuron chemotaxis", "negative regulation of neuronal migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of neuron guidance" ;
    oboInOwl:id "GO:2001223" ;
    a owl:Class ;
    rdfs:label "negative regulation of neuron migration" ;
    rdfs:subClassOf obo:GO_0030336, obo:GO_2001222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0001764
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0001764
            ]
        )
    ] .

obo:GO_2001224
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of neuron migration." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2011-11-17T10:01:49Z" ;
    oboInOwl:hasExactSynonym "positive regulation of neuron chemotaxis", "positive regulation of neuronal migration" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of neuron guidance" ;
    oboInOwl:id "GO:2001224" ;
    a owl:Class ;
    rdfs:label "positive regulation of neuron migration" ;
    rdfs:subClassOf obo:GO_0030335, obo:GO_2001222, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0001764
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0001764
            ]
        )
    ] .

obo:GO_2001233
    obo:IAO_0000115 "Any process that modulates the frequency, rate or extent of apoptotic signaling pathway." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-11-24T01:20:49Z" ;
    oboInOwl:hasExactSynonym "regulation of apoptotic signalling pathway" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001233" ;
    a owl:Class ;
    rdfs:label "regulation of apoptotic signaling pathway" ;
    rdfs:subClassOf obo:GO_0009966, obo:GO_0042981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002211 ;
        owl:someValuesFrom obo:GO_0097190
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002211 ;
                owl:someValuesFrom obo:GO_0097190
            ]
        )
    ] .

obo:GO_2001234
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic signaling pathway." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-11-24T01:20:54Z" ;
    oboInOwl:hasExactSynonym "negative regulation of apoptotic signalling pathway" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001234" ;
    a owl:Class ;
    rdfs:label "negative regulation of apoptotic signaling pathway" ;
    rdfs:subClassOf obo:GO_0009968, obo:GO_0043066, obo:GO_2001233, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0097190
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0097190
            ]
        )
    ] .

obo:GO_2001235
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of apoptotic signaling pathway." ;
    oboInOwl:created_by "pr" ;
    oboInOwl:creation_date "2011-11-24T01:20:58Z" ;
    oboInOwl:hasExactSynonym "positive regulation of apoptotic signalling pathway" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:id "GO:2001235" ;
    a owl:Class ;
    rdfs:label "positive regulation of apoptotic signaling pathway" ;
    rdfs:subClassOf obo:GO_0009967, obo:GO_0043065, obo:GO_2001233, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0097190
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0097190
            ]
        )
    ] .

obo:GO_2001251
    obo:IAO_0000115 "Any process that stops, prevents or reduces the frequency, rate or extent of chromosome organization." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-12-02T02:01:20Z" ;
    oboInOwl:hasExactSynonym "negative regulation of chromosome organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "negative regulation of chromosome organization and biogenesis", "negative regulation of maintenance of genome integrity", "negative regulation of nuclear genome maintenance" ;
    oboInOwl:id "GO:2001251" ;
    a owl:Class ;
    rdfs:label "negative regulation of chromosome organization" ;
    rdfs:subClassOf obo:GO_0010639, obo:GO_0033044, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002212 ;
        owl:someValuesFrom obo:GO_0051276
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002212 ;
                owl:someValuesFrom obo:GO_0051276
            ]
        )
    ] .

obo:GO_2001252
    obo:IAO_0000115 "Any process that activates or increases the frequency, rate or extent of chromosome organization." ;
    oboInOwl:created_by "yaf" ;
    oboInOwl:creation_date "2011-12-02T02:01:26Z" ;
    oboInOwl:hasExactSynonym "positive regulation of chromosome organisation" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "positive regulation of chromosome organization and biogenesis", "positive regulation of maintenance of genome integrity", "positive regulation of nuclear genome maintenance" ;
    oboInOwl:id "GO:2001252" ;
    a owl:Class ;
    rdfs:label "positive regulation of chromosome organization" ;
    rdfs:subClassOf obo:GO_0010638, obo:GO_0033044, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002213 ;
        owl:someValuesFrom obo:GO_0051276
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0065007
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002213 ;
                owl:someValuesFrom obo:GO_0051276
            ]
        )
    ] .

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

obo:IAO_0000231
    a owl:AnnotationProperty .

obo:IAO_0000700
    a owl:AnnotationProperty .

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

obo:NBO_0000073
    a owl:Class .

obo:NCBITaxon_1
    oboInOwl:hasDbXref "GC_ID:1", "PMID:30365038", "PMID:32761142" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:1" ;
    a owl:Class ;
    rdfs:label "root" ;
    rdfs:subClassOf obo:OBI_0100026 .

obo:NCBITaxon_10066
    oboInOwl:hasDbXref "GC_ID:1", "PMID:15371245" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:10066" ;
    a owl:Class ;
    rdfs:label "Muridae" ;
    rdfs:subClassOf obo:NCBITaxon_337687 .

obo:NCBITaxon_10088
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:10088" ;
    a owl:Class ;
    rdfs:label "Mus <genus>" ;
    rdfs:subClassOf obo:NCBITaxon_39107 .

obo:NCBITaxon_10090
    oboInOwl:hasAlternativeId "NCBITaxon:85055" ;
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:10090" ;
    a owl:Class ;
    rdfs:label "Mus musculus" ;
    rdfs:subClassOf obo:NCBITaxon_862507 .

obo:NCBITaxon_117570
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:117570" ;
    a owl:Class ;
    rdfs:label "Teleostomi" ;
    rdfs:subClassOf obo:NCBITaxon_7776 .

obo:NCBITaxon_117571
    oboInOwl:hasAlternativeId "NCBITaxon:40673" ;
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:117571" ;
    a owl:Class ;
    rdfs:label "Euteleostomi" ;
    rdfs:subClassOf obo:NCBITaxon_117570 .

obo:NCBITaxon_1206794
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:1206794" ;
    a owl:Class ;
    rdfs:label "Ecdysozoa" ;
    rdfs:subClassOf obo:NCBITaxon_33317 .

obo:NCBITaxon_131567
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:131567" ;
    a owl:Class ;
    rdfs:label "cellular organisms" ;
    rdfs:subClassOf obo:NCBITaxon_1 .

obo:NCBITaxon_1338369
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:1338369" ;
    a owl:Class ;
    rdfs:label "Dipnotetrapodomorpha" ;
    rdfs:subClassOf obo:NCBITaxon_8287 .

obo:NCBITaxon_1437010
    oboInOwl:hasDbXref "GC_ID:1", "PMID:11743200", "PMID:11791233" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:1437010" ;
    a owl:Class ;
    rdfs:label "Boreoeutheria" ;
    rdfs:subClassOf obo:NCBITaxon_9347 .

obo:NCBITaxon_186623
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:186623" ;
    a owl:Class ;
    rdfs:label "Actinopteri" ;
    rdfs:subClassOf obo:NCBITaxon_7898 .

obo:NCBITaxon_1963758
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:1963758" ;
    a owl:Class ;
    rdfs:label "Myomorpha" ;
    rdfs:subClassOf obo:NCBITaxon_9989 .

obo:NCBITaxon_197562
    oboInOwl:hasDbXref "GC_ID:1", "PMID:10874751", "PMID:11557979" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:197562" ;
    a owl:Class ;
    rdfs:label "Pancrustacea" ;
    rdfs:subClassOf obo:NCBITaxon_197563 .

obo:NCBITaxon_197563
    oboInOwl:hasDbXref "GC_ID:1", "PMID:11557979", "PMID:9727836" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:197563" ;
    a owl:Class ;
    rdfs:label "Mandibulata" ;
    rdfs:subClassOf obo:NCBITaxon_6656 .

obo:NCBITaxon_2759
    oboInOwl:hasDbXref "GC_ID:1", "PMID:23020233", "PMID:30257078" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:2759" ;
    a owl:Class ;
    rdfs:label "Eukaryota" ;
    rdfs:subClassOf obo:NCBITaxon_131567 .

obo:NCBITaxon_314146
    oboInOwl:hasDbXref "GC_ID:1", "PMID:11214319", "PMID:12082125", "PMID:12878460", "PMID:15522813" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:314146" ;
    a owl:Class ;
    rdfs:label "Euarchontoglires" ;
    rdfs:subClassOf obo:NCBITaxon_1437010 .

obo:NCBITaxon_314147
    oboInOwl:hasDbXref "GC_ID:1", "PMID:11214319", "PMID:12082125", "PMID:15522813" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:314147" ;
    a owl:Class ;
    rdfs:label "Glires" ;
    rdfs:subClassOf obo:NCBITaxon_314146 .

obo:NCBITaxon_32443
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:32443" ;
    a owl:Class ;
    rdfs:label "Teleostei" ;
    rdfs:subClassOf obo:NCBITaxon_41665 .

obo:NCBITaxon_32523
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:32523" ;
    a owl:Class ;
    rdfs:label "Tetrapoda" ;
    rdfs:subClassOf obo:NCBITaxon_1338369 .

obo:NCBITaxon_32524
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:32524" ;
    a owl:Class ;
    rdfs:label "Amniota" ;
    rdfs:subClassOf obo:NCBITaxon_32523 .

obo:NCBITaxon_32525
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:32525" ;
    a owl:Class ;
    rdfs:label "Theria <mammals>" ;
    rdfs:subClassOf obo:NCBITaxon_40674 .

obo:NCBITaxon_33154
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:33154" ;
    a owl:Class ;
    rdfs:label "Opisthokonta" ;
    rdfs:subClassOf obo:NCBITaxon_2759 .

obo:NCBITaxon_33208
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:33208" ;
    a owl:Class ;
    rdfs:label "Metazoa" ;
    rdfs:subClassOf obo:NCBITaxon_33154 .

obo:NCBITaxon_33213
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:33213" ;
    a owl:Class ;
    rdfs:label "Bilateria" ;
    rdfs:subClassOf obo:NCBITaxon_6072 .

obo:NCBITaxon_33317
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:33317" ;
    a owl:Class ;
    rdfs:label "Protostomia" ;
    rdfs:subClassOf obo:NCBITaxon_33213 .

obo:NCBITaxon_33511
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:33511" ;
    a owl:Class ;
    rdfs:label "Deuterostomia" ;
    rdfs:subClassOf obo:NCBITaxon_33213 .

obo:NCBITaxon_337687
    oboInOwl:hasDbXref "GC_ID:1", "PMID:15019624", "PMID:15371245" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:337687" ;
    a owl:Class ;
    rdfs:label "Muroidea" ;
    rdfs:subClassOf obo:NCBITaxon_1963758 .

obo:NCBITaxon_39107
    oboInOwl:hasAlternativeId "NCBITaxon:109679" ;
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:39107" ;
    a owl:Class ;
    rdfs:label "Murinae" ;
    rdfs:subClassOf obo:NCBITaxon_10066 .

obo:NCBITaxon_40674
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:40674" ;
    a owl:Class ;
    rdfs:label "Mammalia" ;
    rdfs:subClassOf obo:NCBITaxon_32524 .

obo:NCBITaxon_41665
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:41665" ;
    a owl:Class ;
    rdfs:label "Neopterygii" ;
    rdfs:subClassOf obo:NCBITaxon_186623 .

obo:NCBITaxon_50557
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:50557" ;
    a owl:Class ;
    rdfs:label "Insecta" ;
    rdfs:subClassOf obo:NCBITaxon_6960 .

obo:NCBITaxon_6072
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:6072" ;
    a owl:Class ;
    rdfs:label "Eumetazoa" ;
    rdfs:subClassOf obo:NCBITaxon_33208 .

obo:NCBITaxon_6656
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:6656" ;
    a owl:Class ;
    rdfs:label "Arthropoda" ;
    rdfs:subClassOf obo:NCBITaxon_88770 .

obo:NCBITaxon_6960
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:6960" ;
    a owl:Class ;
    rdfs:label "Hexapoda" ;
    rdfs:subClassOf obo:NCBITaxon_197562 .

obo:NCBITaxon_7711
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:7711" ;
    a owl:Class ;
    rdfs:label "Chordata" ;
    rdfs:subClassOf obo:NCBITaxon_33511 .

obo:NCBITaxon_7742
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:7742" ;
    a owl:Class ;
    rdfs:label "Vertebrata <vertebrates>" ;
    rdfs:subClassOf obo:NCBITaxon_89593 .

obo:NCBITaxon_7776
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:7776" ;
    a owl:Class ;
    rdfs:label "Gnathostomata <vertebrates>" ;
    rdfs:subClassOf obo:NCBITaxon_7742 .

obo:NCBITaxon_7898
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:7898" ;
    a owl:Class ;
    rdfs:label "Actinopterygii" ;
    rdfs:subClassOf obo:NCBITaxon_117571 .

obo:NCBITaxon_8287
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:8287" ;
    a owl:Class ;
    rdfs:label "Sarcopterygii" ;
    rdfs:subClassOf obo:NCBITaxon_117571 .

obo:NCBITaxon_862507
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:862507" ;
    a owl:Class ;
    rdfs:label "Mus <subgenus>" ;
    rdfs:subClassOf obo:NCBITaxon_10088 .

obo:NCBITaxon_88770
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:88770" ;
    a owl:Class ;
    rdfs:label "Panarthropoda" ;
    rdfs:subClassOf obo:NCBITaxon_1206794 .

obo:NCBITaxon_89593
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:89593" ;
    a owl:Class ;
    rdfs:label "Craniata <chordates>" ;
    rdfs:subClassOf obo:NCBITaxon_7711 .

obo:NCBITaxon_9347
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:9347" ;
    a owl:Class ;
    rdfs:label "Eutheria" ;
    rdfs:subClassOf obo:NCBITaxon_32525 .

obo:NCBITaxon_9989
    oboInOwl:hasDbXref "GC_ID:1" ;
    oboInOwl:hasOBONamespace "ncbi_taxonomy" ;
    oboInOwl:id "NCBITaxon:9989" ;
    a owl:Class ;
    rdfs:label "Rodentia" ;
    rdfs:subClassOf obo:NCBITaxon_314147 .

obo:OBI_0100026
    a owl:Class .

obo:PATO_0000000
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000000" ;
    a owl:Class ;
    rdfs:label "obsolete pato" ;
    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" ;
    oboInOwl:hasAlternativeId "PATO:0000072" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000001" ;
    a owl:Class ;
    rdfs:label "quality" ;
    rdfs:subClassOf obo:BFO_0000020 .

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

obo:PATO_0000003
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000003" ;
    a owl:Class ;
    rdfs:label "obsolete assay" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000004" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Should be defined using translocation." ;
    rdfs:label "mobility" ;
    rdfs:subClassOf obo:PATO_0001018 .

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

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

obo:PATO_0000007
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000007" ;
    a owl:Class ;
    rdfs:label "obsolete relative activity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "velocity" ;
    oboInOwl:id "PATO:0000008" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "speed" ;
    rdfs:subClassOf obo:PATO_0001906 .

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

obo:PATO_0000010
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000010" ;
    a owl:Class ;
    rdfs:label "obsolete relative speed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000011" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "age" ;
    rdfs:subClassOf obo:PATO_0000165 .

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

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

obo:PATO_0000014
    obo:IAO_0000115 "A composite chromatic quality composed of hue, saturation and intensity parts." ;
    oboInOwl:hasAlternativeId "PATO:0000020" ;
    oboInOwl:hasExactSynonym "colour", "relative color" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000014" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "color" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000015" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "color hue" ;
    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." ;
    oboInOwl:hasExactSynonym "color intensity", "color lightness", "color value" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000016" ;
    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." ;
    rdfs:label "color brightness" ;
    rdfs:subClassOf obo:PATO_0001300 .

obo:PATO_0000017
    obo:IAO_0000115 "A scalar chromatic property that is the degree of purity of perceived light." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000017" ;
    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." ;
    rdfs:label "color saturation" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000018" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "fluorescence" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000019" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "color pattern" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000021" ;
    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." ;
    rdfs:label "compatibility" ;
    rdfs:subClassOf obo:PATO_0000186 .

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

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

obo:PATO_0000024
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000024" ;
    a owl:Class ;
    rdfs:label "obsolete sporophytic compatability" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0002015" ;
    oboInOwl:hasExactSynonym "composed of", "compositionality", "content", "structure, composition" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000025" ;
    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)." ;
    rdfs:label "composition" ;
    rdfs:subClassOf obo:PATO_0000141 .

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

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

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

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

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

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

obo:PATO_0000032
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000032" ;
    a owl:Class ;
    rdfs:label "obsolete secondary product composition" ;
    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." ;
    oboInOwl:hasExactSynonym "concentration" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000033" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "concentration of" ;
    rdfs:subClassOf obo:PATO_0000070 .

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

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

obo:PATO_0000036
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000036" ;
    a owl:Class ;
    rdfs:label "obsolete water content" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "firmness" ;
    oboInOwl:id "PATO:0000037" ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "consistency" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000038
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000038" ;
    a owl:Class ;
    rdfs:label "obsolete gel consistency" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000039" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "TODO: consider merging with angular placement." ;
    rdfs:label "direction" ;
    rdfs:subClassOf obo:PATO_0001018 .

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

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

obo:PATO_0000042
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000042" ;
    a owl:Class ;
    rdfs:label "obsolete relative distance" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000043" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "flavor" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000044" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "frequency" ;
    rdfs:subClassOf obo:PATO_0050000 .

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

obo:PATO_0000046
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000046" ;
    a owl:Class ;
    rdfs:label "obsolete relative frequency" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000047" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "biological sex" ;
    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" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "impenetrability", "toughness" ;
    oboInOwl:id "PATO:0000048" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "hardness" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000049" ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "intensity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000050" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "life span" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000051" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "morphology" ;
    rdfs:subClassOf 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)." ;
    oboInOwl:hasAlternativeId "PATO:0001647" ;
    oboInOwl:hasExactSynonym "relational shape quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000052" ;
    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." ;
    rdfs:label "shape" ;
    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" ;
    oboInOwl:id "PATO:0000054" ;
    a owl:Class ;
    rdfs:label "obsolete absolute number" ;
    owl:deprecated true .

obo:PATO_0000055
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000055" ;
    a owl:Class ;
    rdfs:label "obsolete relative number" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "nutritional quality" ;
    oboInOwl:id "PATO:0000056" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "trophic quality" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0000156", "PATO:0000158" ;
    oboInOwl:hasBroadSynonym "temporal" ;
    oboInOwl:hasExactSynonym "incidence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000057" ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "occurrence" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000058" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "odor" ;
    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." ;
    oboInOwl:hasExactSynonym "parental type" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000059" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "obsolete parental quality" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0000132", "PATO:0001565" ;
    oboInOwl:hasExactSynonym "distribution" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "pattern" ;
    oboInOwl:id "PATO:0000060" ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "spatial pattern" ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000061
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000061" ;
    a owl:Class ;
    rdfs:label "obsolete relative pattern" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000062" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "sleep pattern" ;
    rdfs:subClassOf obo:PATO_0001530 .

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

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

obo:PATO_0000065
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000065" ;
    a owl:Class ;
    rdfs:label "obsolete relative percentage" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000066" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "pilosity" ;
    rdfs:subClassOf obo:PATO_0000150 .

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

obo:PATO_0000068
    obo:IAO_0000115 "A quality of an entity that is descriptive or observational, typically not represented numerically." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000068" ;
    a owl:Class ;
    rdfs:comment "TODO: define this or obsolete it and move children somewhere else." ;
    rdfs:label "qualitative" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000069" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "deviation (from_normal)" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0000053", "PATO:0000071", "PATO:0001169", "PATO:0001226" ;
    oboInOwl:hasExactSynonym "presence or absence in organism", "quantitative" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "count in organism", "number", "presence" ;
    oboInOwl:id "PATO:0000070" ;
    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." ;
    rdfs:label "amount" ;
    rdfs:subClassOf obo:PATO_0103000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015012 ;
        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" ;
    oboInOwl:id "PATO:0000073" ;
    a owl:Class ;
    rdfs:label "obsolete relative_quality" ;
    owl:deprecated true .

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

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

obo:PATO_0000076
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000076" ;
    a owl:Class ;
    rdfs:label "obsolete regulation" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "reactivity", "response", "responsivity" ;
    oboInOwl:id "PATO:0000077" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "response to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000078" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "rhythm quality" ;
    rdfs:subClassOf obo:PATO_0002323 .

obo:PATO_0000079
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000079" ;
    a owl:Class ;
    rdfs:label "obsolete absolute rhythym" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000080" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "amplitude" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000082" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "persistence" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000083" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "phase" ;
    rdfs:subClassOf obo:PATO_0002323 .

obo:PATO_0000084
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000084" ;
    a owl:Class ;
    rdfs:label "obsolete relative rhythym" ;
    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." ;
    oboInOwl:hasExactSynonym "sensitivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000085" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "sensitivity toward" ;
    rdfs:subClassOf obo:PATO_0001995 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000118
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000118" ;
    a owl:Class ;
    rdfs:label "obsolete absolute size" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000119" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "height" ;
    rdfs:subClassOf obo:PATO_0001708 .

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

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

obo:PATO_0000122
    obo:IAO_0000115 "A 1-D extent quality which is equal to the distance between two points." ;
    pato:seeAlso "https://github.com/pato-ontology/pato/issues/337" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000122" ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Length often refers to the longer or longest dimension of an object, however, this is not always true. See https://github.com/pato-ontology/pato/issues/337 for full discussion." ;
    rdfs:label "length" ;
    rdfs:subClassOf obo:PATO_0001708 .

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

obo:PATO_0000124
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000124" ;
    a owl:Class ;
    rdfs:label "obsolete relative length" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000125" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "For any biological use of PATO, the concept that should be used is 'mass' and not 'weight'. For example, increased weight of an organism." ;
    rdfs:label "mass" ;
    rdfs:subClassOf obo:PATO_0001018 .

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

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

obo:PATO_0000128
    obo:IAO_0000115 "A physical quality inhering in a bearer that has mass near a gravitational body. Important usage note: Note that this ontology has a class for a similar concept, mass (PATO:0000125). Mass and weight are not equivalent. For most use cases, the class mass is strongly preferred over weight." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000128" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "For any biological use of PATO, the concept that should be used is 'mass' and not 'weight'. For example, increased weight of an organism." ;
    rdfs:label "weight" ;
    rdfs:subClassOf obo:PATO_0001035 .

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

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

obo:PATO_0000131
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000131" ;
    a owl:Class ;
    rdfs:label "obsolete relative size" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0000137" ;
    oboInOwl:hasExactSynonym "angular placement" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "amount of rotation", "angle", "angular magnitude", "plane angle" ;
    oboInOwl:id "PATO:0000133" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "orientation" ;
    rdfs:subClassOf obo:PATO_0000140 .

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

obo:PATO_0000135
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000135" ;
    a owl:Class ;
    rdfs:label "obsolete relative_angle" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000136" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "closure" ;
    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" ;
    oboInOwl:id "PATO:0000138" ;
    a owl:Class ;
    rdfs:label "obsolete absolute orientation" ;
    owl:deprecated true .

obo:PATO_0000139
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000139" ;
    a owl:Class ;
    rdfs:label "obsolete relative orientation" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001032", "PATO:0001631" ;
    oboInOwl:hasExactSynonym "location", "placement", "relational spatial quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000140" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "position" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001452" ;
    oboInOwl:hasBroadSynonym "conformation" ;
    oboInOwl:hasExactSynonym "relational structural quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000141" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "structure" ;
    rdfs:subClassOf obo:PATO_0000051 .

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

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

obo:PATO_0000144
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000144" ;
    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'" ;
    rdfs:label "obsolete solid substance" ;
    owl:deprecated true .

obo:PATO_0000145
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000145" ;
    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 '" ;
    rdfs:label "obsolete liquid substance" ;
    owl:deprecated true .

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

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

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

obo:PATO_0000149
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000149" ;
    a owl:Class ;
    rdfs:label "obsolete relative temperature" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000150" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "texture" ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000151
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000151" ;
    a owl:Class ;
    rdfs:label "obsolete relative texture" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000152" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "threshold" ;
    rdfs:subClassOf obo:PATO_0000085 .

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

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

obo:PATO_0000155
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000155" ;
    a owl:Class ;
    rdfs:label "obsolete relative threshold" ;
    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" ;
    oboInOwl:id "PATO:0000157" ;
    a owl:Class ;
    rdfs:label "obsolete absolute temporal" ;
    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" ;
    oboInOwl:id "PATO:0000159" ;
    a owl:Class ;
    rdfs:label "obsolete absolute incidence" ;
    owl:deprecated true .

obo:PATO_0000160
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000160" ;
    a owl:Class ;
    rdfs:label "obsolete relative incidence" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000161" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "rate" ;
    rdfs:subClassOf obo:PATO_0002062 .

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

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

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

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

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

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

obo:PATO_0000168
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000168" ;
    a owl:Class ;
    rdfs:label "obsolete relative time" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000169" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "viability" ;
    rdfs:subClassOf obo:PATO_0001995 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000185
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of having physical steadiness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000185" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "balance" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001722" ;
    oboInOwl:hasExactSynonym "behavioural quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000186" ;
    a owl:Class ;
    rdfs:label "behavioral quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "propensity to consume" ;
    oboInOwl:id "PATO:0000187" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Use GO:0007631" ;
    rdfs:label "obsolete consumption quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000188" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "coordination" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000189" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "discrimination" ;
    rdfs:subClassOf obo:PATO_0000186 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000260
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000260" ;
    a owl:Class ;
    rdfs:label "obsolete visual_acuity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000261" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "maturity" ;
    rdfs:subClassOf obo:PATO_0001995 .

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000272
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000272" ;
    a owl:Class ;
    rdfs:label "obsolete relative neurobehavioral function" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000273" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fecundity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000274" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "fertility" ;
    rdfs:subClassOf obo:PATO_0001434 .

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

obo:PATO_0000276
    obo:IAO_0000115 "A reproductive quality inhering in the young of an animal by virtue of their number." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "litter size" ;
    oboInOwl:id "PATO:0000276" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "brood size" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000277" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "female fertility" ;
    rdfs:subClassOf obo:PATO_0000274 .

obo:PATO_0000278
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000278" ;
    a owl:Class ;
    rdfs:label "obsolete hybrid fertility" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000279" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "male fertility" ;
    rdfs:subClassOf obo:PATO_0000274 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000296
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000296" ;
    a owl:Class ;
    rdfs:label "obsolete speed value" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001508" ;
    oboInOwl:hasExactSynonym "abolished" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "incomplete" ;
    oboInOwl:id "PATO:0000297" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "TODO: the definition is incorrect. See absent." ;
    rdfs:label "arrested" ;
    rdfs:subClassOf obo:PATO_0002052, obo:PATO_0002324 .

obo:PATO_0000298
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000298" ;
    a owl:Class ;
    rdfs:label "obsolete not arrested value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000300 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000299" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mobile" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000299 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "fixed" ;
    oboInOwl:id "PATO:0000300" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "immobile" ;
    rdfs:subClassOf obo:PATO_0000004 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000317
    obo:IAO_0000115 "A color that lacks any hues as parts." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000317" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "black" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000318" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "blue" ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000319
    obo:IAO_0000115 "A color consisting of green and blue hue." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000319" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cyan" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000320" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "green" ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000321
    obo:IAO_0000115 "A color consisting of red and blue hues." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000321" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "magenta" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000322" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "red" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "whitish" ;
    oboInOwl:id "PATO:0000323" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "white" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000324" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow" ;
    rdfs:subClassOf obo:PATO_0000014 .

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

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

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

obo:PATO_0000328
    obo:IAO_0000115 "A color saturation which is of low purity." ;
    obo:RO_0002604 obo:PATO_0001229 ;
    oboInOwl:hasExactSynonym "pale" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "dull" ;
    oboInOwl:id "PATO:0000328" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "low saturation" ;
    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." ;
    oboInOwl:hasExactSynonym "blotched" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000329" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blotchy" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000440 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000330" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular spatial pattern" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000336 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000331" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "discolored" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000333" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spotted" ;
    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" ;
    oboInOwl:hasRelatedSynonym "mottled (sensu Drosophila)" ;
    oboInOwl:id "PATO:0000335" ;
    a owl:Class ;
    rdfs:label "obsolete variegated" ;
    owl:deprecated true .

obo:PATO_0000336
    obo:IAO_0000115 "A color quality inhering in a bearer by virtue of the bearer's having color." ;
    obo:RO_0002604 obo:PATO_0000331 ;
    oboInOwl:hasAlternativeId "PATO:0000332" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "pigmented" ;
    oboInOwl:id "PATO:0000336" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "colored" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0000334" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "unpigmented" ;
    oboInOwl:id "PATO:0000337" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "colorless" ;
    rdfs:subClassOf obo:PATO_0000019 .

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

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

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

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

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

obo:PATO_0000343
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000343" ;
    a owl:Class ;
    rdfs:label "obsolete gametophyte incompatible value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000345 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000344" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "compatible" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000344 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000345" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "incompatible" ;
    rdfs:subClassOf obo:PATO_0000021 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000364
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000364" ;
    a owl:Class ;
    rdfs:label "obsolete bi-directional" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000370 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000365" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "down" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000366" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "left" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000367" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "right" ;
    rdfs:subClassOf obo:PATO_0000039 .

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

obo:PATO_0000369
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000369" ;
    a owl:Class ;
    rdfs:label "obsolete unidirectional" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000365 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000370" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "up" ;
    rdfs:subClassOf obo:PATO_0000039 .

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000382
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000382" ;
    a owl:Class ;
    rdfs:label "obsolete gender value" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000383" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000384" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male" ;
    rdfs:subClassOf obo:PATO_0001894 .

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

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

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

obo:PATO_0000388
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000388" ;
    a owl:Class ;
    rdfs:label "obsolete intensity value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001863 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000389" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "acute" ;
    rdfs:subClassOf obo:PATO_0001309 .

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

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

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

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

obo:PATO_0000394
    obo:IAO_0000115 "An intensity which is less than moderate in type or degree or effect or force." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000394" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mild intensity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000395" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "moderate intensity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000396" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "severe intensity" ;
    rdfs:subClassOf obo:PATO_0000049 .

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

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

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

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

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

obo:PATO_0000402
    obo:IAO_0000115 "A branchiness quality inhering in a bearer by virtue of the bearer's having branches." ;
    obo:RO_0002604 obo:PATO_0000414 ;
    oboInOwl:hasExactSynonym "ramified", "ramiform" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000402" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "branched" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000403" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cleft" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0000415 ;
    oboInOwl:hasAlternativeId "PATO:0001363" ;
    oboInOwl:hasExactSynonym "spiral" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "helical", "helicoid", "helicoidal", "helix-shaped" ;
    oboInOwl:id "PATO:0000404" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "coiled" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000405" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "curled" ;
    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." ;
    oboInOwl:hasNarrowSynonym "bowing" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "curled" ;
    oboInOwl:id "PATO:0000406" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "plate-like" ;
    oboInOwl:id "PATO:0000407" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flat" ;
    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." ;
    oboInOwl:hasExactSynonym "oblate spheroid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000409" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "feather-like", "of a leaf shape" ;
    oboInOwl:id "PATO:0000410" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pinnate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "round", "rounded" ;
    oboInOwl:id "PATO:0000411" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "circular" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000413" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "square" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000402 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000414" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unbranched" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0000404 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000415" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "uncoiled" ;
    rdfs:subClassOf obo:PATO_0001794 .

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

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

obo:PATO_0000418
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000418" ;
    a owl:Class ;
    rdfs:label "obsolete relative number value" ;
    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" ;
    oboInOwl:id "PATO:0000421" ;
    a owl:Class ;
    rdfs:label "obsolete nutritional value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000423 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000422" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "auxotrophic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000422 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000423" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "prototrophic" ;
    rdfs:subClassOf obo:PATO_0000056 .

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

obo:PATO_0000425
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000425" ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete continual" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000428 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000427" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "recurrent" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000427 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000428" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sporadic" ;
    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" ;
    oboInOwl:id "PATO:0000430" ;
    a owl:Class ;
    rdfs:label "obsolete unique" ;
    owl:deprecated true .

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

obo:PATO_0000432
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000432" ;
    a owl:Class ;
    rdfs:label "obsolete parental type value" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000433" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete paternal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000434" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete maternal" ;
    owl:deprecated true .

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

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

obo:PATO_0000437
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000437" ;
    a owl:Class ;
    rdfs:label "obsolete sleep pattern value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001227 ;
    oboInOwl:hasExactSynonym "uniform" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "constant" ;
    oboInOwl:id "PATO:0000438" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "invariant" ;
    rdfs:subClassOf obo:PATO_0001303 .

obo:PATO_0000439
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000439" ;
    a owl:Class ;
    rdfs:label "obsolete perseverative" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000330 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000440" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "regular spatial pattern" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000441" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "repetitive" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000442" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Consider NBO:0000422." ;
    rdfs:label "obsolete insomnia" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000443" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Consider NBO:0000423" ;
    rdfs:label "obsolete narcolepsy" ;
    owl:deprecated true .

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

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

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

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

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

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

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

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

obo:PATO_0000452
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000452" ;
    a owl:Class ;
    rdfs:label "obsolete relative pilosity value" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "hairless" ;
    oboInOwl:id "PATO:0000453" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "glabrous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000454" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hairy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000455" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pubescent" ;
    rdfs:subClassOf obo:PATO_0000261 .

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

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

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

obo:PATO_0000459
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000459" ;
    a owl:Class ;
    rdfs:label "obsolete relative quantity value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000461 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "aberrant", "atypia", "atypical", "defective" ;
    oboInOwl:id "PATO:0000460" ;
    oboInOwl:inSubset pato:abnormal_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "abnormal" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000460 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "average" ;
    oboInOwl:id "PATO:0000461" ;
    oboInOwl:inSubset pato:abnormal_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal" ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0000462
    obo:IAO_0000115 "A quality denoting the lack of an entity." ;
    obo:RO_0002604 obo:PATO_0000467 ;
    oboInOwl:hasAlternativeId "PATO:0001996" ;
    oboInOwl:hasExactSynonym "absence", "absent from organism" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000462" ;
    oboInOwl:inSubset pato:absent_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment """We recommend using the new absent terms (physical absence, absent anatomical entity, or absent process) instead of this class. This is a legacy term and will ultimately be obsoleted.
See https://github.com/pato-ontology/pato/issues/331.""" ;
    rdfs:label "absent" ;
    rdfs:subClassOf obo:PATO_0000070, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015012 ;
        owl:someValuesFrom obo:PATO_0001558
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015012 ;
        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." ;
    obo:RO_0002604 obo:PATO_0000464 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "distinct" ;
    oboInOwl:id "PATO:0000463" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "conspicuous" ;
    rdfs:subClassOf obo:PATO_0001998 .

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

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

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

obo:PATO_0000467
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's existence." ;
    obo:RO_0002604 obo:PATO_0000462 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "present in organism" ;
    oboInOwl:id "PATO:0000467" ;
    oboInOwl:inSubset pato:absent_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "present" ;
    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" ;
    oboInOwl:id "PATO:0000469" ;
    a owl:Class ;
    rdfs:label "obsolete high" ;
    owl:deprecated true .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000486
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000486" ;
    a owl:Class ;
    rdfs:label "obsolete moderate response" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000488 ;
    oboInOwl:hasExactSynonym "responsive" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000487" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "responsive to" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000487 ;
    oboInOwl:hasExactSynonym "unresponsive" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000488" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unresponsive to" ;
    rdfs:subClassOf obo:PATO_0000077 .

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000501
    obo:IAO_0000115 "A phase which occurs during dark cycle." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000501" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark phase" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "late" ;
    oboInOwl:id "PATO:0000502" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "delayed" ;
    rdfs:subClassOf obo:PATO_0002325 .

obo:PATO_0000503
    obo:IAO_0000115 "A phase which occurs during the light cycle." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000503" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "light phase" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000505 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000504" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "arrhythmic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000504 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000505" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rhythmic" ;
    rdfs:subClassOf obo:PATO_0000078 .

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

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

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

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

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

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

obo:PATO_0000512
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000512" ;
    a owl:Class ;
    rdfs:label "obsolete relative disease sensitivity value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000516 ;
    oboInOwl:hasExactSynonym "insensitive" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "resistant" ;
    oboInOwl:id "PATO:0000513" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "insensitive toward" ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0000514
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000514" ;
    a owl:Class ;
    rdfs:label "obsolete intolerant value" ;
    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." ;
    oboInOwl:hasExactSynonym "tolerant" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000515" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tolerant to" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000513 ;
    oboInOwl:hasExactSynonym "sensitive" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000516" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sensitive toward" ;
    rdfs:subClassOf obo:PATO_0000085 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000546
    obo:IAO_0000115 "A photosensitivity quality inhering in a bearer by virtue of the bearer's lacking photosensitivity." ;
    obo:RO_0002604 obo:PATO_0000547 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "photoresistant" ;
    oboInOwl:id "PATO:0000546" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "photoinsensitive" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000546 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000547" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "photosensitive" ;
    rdfs:subClassOf obo:PATO_0000927 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000577
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000577" ;
    a owl:Class ;
    rdfs:label "obsolete weight value" ;
    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" ;
    oboInOwl:id "PATO:0000580" ;
    a owl:Class ;
    rdfs:label "obsolete absolute weight value" ;
    owl:deprecated true .

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

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

obo:PATO_0000583
    obo:IAO_0000115 "A weight which is relatively low." ;
    obo:RO_0002604 obo:PATO_0000582 ;
    oboInOwl:hasExactSynonym "light weight", "low weight" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000583" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased weight" ;
    rdfs:subClassOf obo:PATO_0000128, obo:PATO_0002246 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000128
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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)." ;
    obo:RO_0002604 obo:PATO_0000585 ;
    oboInOwl:hasNarrowSynonym "hypertrophy" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000584" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hypertrophic" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0000584 ;
    oboInOwl:hasAlternativeId "PATO:0000412" ;
    oboInOwl:hasExactSynonym "shrunken" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000585" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hypotrophic" ;
    rdfs:subClassOf obo:PATO_0000596 .

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

obo:PATO_0000587
    obo:IAO_0000115 "A size quality which is relatively low." ;
    obo:RO_0002604 obo:PATO_0000586 ;
    oboInOwl:hasNarrowSynonym "hypoplasia", "underdeveloped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "reduced", "small", "tiny" ;
    oboInOwl:id "PATO:0000587" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased size" ;
    rdfs:subClassOf obo:PATO_0000117, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000117
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000588" ;
    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." ;
    rdfs:label "vestigial" ;
    rdfs:subClassOf obo:PATO_0000141 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000607
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000607" ;
    a owl:Class ;
    rdfs:label "obsolete relative angle value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000610 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "blocked" ;
    oboInOwl:id "PATO:0000608" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "closed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000609" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "closure incomplete" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000608 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000610" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "open" ;
    rdfs:subClassOf obo:PATO_0000136 .

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

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

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

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

obo:PATO_0000615
    obo:IAO_0000115 "An anteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally anterior structures." ;
    oboInOwl:hasExactSynonym "wholly anterioralized" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "anterioralized", "anteriorized" ;
    oboInOwl:id "PATO:0000615" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly anteriorized" ;
    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." ;
    oboInOwl:hasExactSynonym "asymmetric", "asymmetry" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000616" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "asymmetrical" ;
    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." ;
    oboInOwl:hasExactSynonym "angled", "flexed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000617" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000618" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bilateral" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000633 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000619" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "crowded" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "dorsalized" ;
    oboInOwl:id "PATO:0000620" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly dorsalized" ;
    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." ;
    oboInOwl:hasExactSynonym "upright" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000622" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "erect" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "prolapse", "prolapsed" ;
    oboInOwl:id "PATO:0000623" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "exserted" ;
    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." ;
    oboInOwl:hasExactSynonym "inserted" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "introduced into" ;
    oboInOwl:id "PATO:0000624" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inserted into" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "backward", "reversed" ;
    oboInOwl:id "PATO:0000625" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inverted" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000626" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateralized" ;
    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." ;
    oboInOwl:hasExactSynonym "focal", "localised" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000627" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "localized" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0000621" ;
    oboInOwl:hasExactSynonym "ectopic", "mislocalized" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000628" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000629" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "misrouted" ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000630
    obo:IAO_0000115 "A posteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally posterior structures." ;
    oboInOwl:hasExactSynonym "wholly posterioralized" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "posterioralized", "posteriorized" ;
    oboInOwl:id "PATO:0000630" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly posteriorized" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000631" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prostrate" ;
    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." ;
    oboInOwl:hasExactSynonym "symmetric" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000632" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "similar pattern in both halves" ;
    rdfs:label "symmetrical" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000619 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000633" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "uncrowded" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000634" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unilateral" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000635" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unlocalised" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "ventralized" ;
    oboInOwl:id "PATO:0000636" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly ventralized" ;
    rdfs:subClassOf obo:PATO_0030003 .

obo:PATO_0000637
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000637" ;
    a owl:Class ;
    rdfs:label "obsolete structure value" ;
    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." ;
    oboInOwl:hasDbXref "GO:0006915" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000638" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "apoptotic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002038 ;
    oboInOwl:hasNarrowSynonym "degeneration" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000639" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "degenerate" ;
    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." ;
    oboInOwl:hasNarrowSynonym "dysplasia" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000640" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dysplastic" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000641
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000641" ;
    a owl:Class ;
    rdfs:label "obsolete deposition defective" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000651 ;
    oboInOwl:hasExactSynonym "fused", "fused to" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "coalesced", "joined with", "merged with" ;
    oboInOwl:id "PATO:0000642" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fused with" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000643" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "herniated" ;
    rdfs:subClassOf obo:PATO_0001598 .

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

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

obo:PATO_0000646
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's being distorted during formation." ;
    oboInOwl:hasNarrowSynonym "malformation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000646" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "malformed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000647" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "necrotic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000648" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obstructed" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000642 ;
    oboInOwl:hasExactSynonym "unfused" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000651" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unfused from" ;
    rdfs:subClassOf obo:PATO_0000141 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000676
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000676" ;
    a owl:Class ;
    rdfs:label "obsolete relative temperature value" ;
    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" ;
    oboInOwl:id "PATO:0000679" ;
    a owl:Class ;
    rdfs:label "obsolete temporal value" ;
    owl:deprecated true .

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

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

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

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

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

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

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

obo:PATO_0000687
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000687" ;
    a owl:Class ;
    rdfs:label "obsolete relative rate value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000695 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000688" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "asynchronous" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000690 ;
    oboInOwl:hasAlternativeId "PATO:0000429" ;
    oboInOwl:hasExactSynonym "uninterrupted" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000689" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "continuous" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000689 ;
    oboInOwl:hasAlternativeId "PATO:0000426" ;
    oboInOwl:hasExactSynonym "interrupted" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "intermittent" ;
    oboInOwl:id "PATO:0000690" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "discontinuous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000692" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "heterochronic" ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000693
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000693" ;
    a owl:Class ;
    rdfs:label "obsolete late" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0000691", "PATO:0002086" ;
    oboInOwl:hasExactSynonym "advanced" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "early", "precocious" ;
    oboInOwl:id "PATO:0000694" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "premature" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000688 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000695" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "synchronous" ;
    rdfs:subClassOf obo:PATO_0000057 .

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

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

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

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

obo:PATO_0000700
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's irregular surface." ;
    obo:RO_0002604 obo:PATO_0000701 ;
    oboInOwl:hasAlternativeId "PATO:0001616" ;
    oboInOwl:hasExactSynonym "coarse" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000700" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rough" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000700 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000701" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "smooth" ;
    rdfs:subClassOf obo:PATO_0000150 .

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

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

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

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

obo:PATO_0000706
    obo:IAO_0000115 "A threshold which is relatively high." ;
    obo:RO_0002604 obo:PATO_0000708 ;
    oboInOwl:hasAlternativeId "PATO:0000709" ;
    oboInOwl:hasExactSynonym "high threshold" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000706" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased threshold" ;
    rdfs:subClassOf obo:PATO_0000152, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0000706 ;
    oboInOwl:hasAlternativeId "PATO:0000707" ;
    oboInOwl:hasExactSynonym "low threshold" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000708" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased threshold" ;
    rdfs:subClassOf obo:PATO_0000152, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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" ;
    oboInOwl:id "PATO:0000710" ;
    a owl:Class ;
    rdfs:label "obsolete time value" ;
    owl:deprecated true .

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

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

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

obo:PATO_0000714
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000714" ;
    a owl:Class ;
    rdfs:label "obsolete latency value" ;
    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" ;
    oboInOwl:id "PATO:0000717" ;
    a owl:Class ;
    rdfs:label "obsolete viability value" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000718" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lethal (sensu genetics)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000719" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "viable" ;
    rdfs:subClassOf obo:PATO_0000169 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obo:PATO_0000751
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000751" ;
    a owl:Class ;
    rdfs:label "obsolete locomotor activity value" ;
    owl:deprecated true .

obo:PATO_0000752
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000752" ;
    a owl:Class ;
    rdfs:label "obsolete mating value" ;
    owl:deprecated true .

obo:PATO_0000753
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000753" ;
    a owl:Class ;
    rdfs:label "obsolete spontaneous activity value" ;
    owl:deprecated true .

obo:PATO_0000754
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000754" ;
    a owl:Class ;
    rdfs:label "obsolete startle response" ;
    owl:deprecated true .

obo:PATO_0000755
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000755" ;
    a owl:Class ;
    rdfs:label "obsolete vocalization value" ;
    owl:deprecated true .

obo:PATO_0000756
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000756" ;
    a owl:Class ;
    rdfs:label "obsolete transfer arousal value" ;
    owl:deprecated true .

obo:PATO_0000757
    obo:IAO_0000115 "A balance quality inhering in a bearer by virtue of the bearer's having balance." ;
    obo:RO_0002604 obo:PATO_0000758 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000757" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "balanced" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000757 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000758" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unbalanced" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000759" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bang sensitive" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000761 ;
    oboInOwl:hasExactSynonym "hyperactive" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000760" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased behavioural activity" ;
    rdfs:subClassOf obo:PATO_0001707, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001707
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0000760 ;
    oboInOwl:hasExactSynonym "hypoactive" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000761" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased behavioural activity" ;
    rdfs:subClassOf obo:PATO_0001707, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001707
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000762
    obo:IAO_0000115 "Diminished, damaged, or weakened." ;
    oboInOwl:consider obo:PATO_0001624 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000762" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete impaired" ;
    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." ;
    oboInOwl:hasNarrowSynonym "palsy" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000763" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paralysed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000764" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "passive" ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0000765
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000765" ;
    a owl:Class ;
    rdfs:label "obsolete absolute consumption value" ;
    owl:deprecated true .

obo:PATO_0000766
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000766" ;
    a owl:Class ;
    rdfs:label "obsolete relative consumption value" ;
    owl:deprecated true .

obo:PATO_0000767
    obo:IAO_0000115 "A consumption which is relatively high." ;
    oboInOwl:hasExactSynonym "high consumption" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "increased propensity to consume" ;
    oboInOwl:id "PATO:0000767" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Use GO:0007631" ;
    rdfs:label "obsolete increased consumption" ;
    owl:deprecated true .

obo:PATO_0000768
    obo:IAO_0000115 "A consumption which is relatively low." ;
    oboInOwl:hasExactSynonym "low consumption" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "decreased propensity to consume" ;
    oboInOwl:id "PATO:0000768" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Use GO:0007631" ;
    rdfs:label "obsolete decreased consumption" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000770 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000769" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "coordinated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000769 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000770" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "uncoordinated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000771" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aversion" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000772" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "indifference" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000773" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "preference" ;
    rdfs:subClassOf obo:PATO_0000189 .

obo:PATO_0000774
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000774" ;
    a owl:Class ;
    rdfs:label "obsolete bizarre gate" ;
    owl:deprecated true .

obo:PATO_0000775
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000775" ;
    a owl:Class ;
    rdfs:label "obsolete learning value" ;
    owl:deprecated true .

obo:PATO_0000776
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000776" ;
    a owl:Class ;
    rdfs:label "obsolete memory value" ;
    owl:deprecated true .

obo:PATO_0000777
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000777" ;
    a owl:Class ;
    rdfs:label "obsolete long term memory value" ;
    owl:deprecated true .

obo:PATO_0000778
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000778" ;
    a owl:Class ;
    rdfs:label "obsolete short term memory value" ;
    owl:deprecated true .

obo:PATO_0000779
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000779" ;
    a owl:Class ;
    rdfs:label "obsolete absolute locomotor activity value" ;
    owl:deprecated true .

obo:PATO_0000780
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000780" ;
    a owl:Class ;
    rdfs:label "obsolete relative locomotor activity value" ;
    owl:deprecated true .

obo:PATO_0000781
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000781" ;
    a owl:Class ;
    rdfs:label "obsolete circulatory function value" ;
    owl:deprecated true .

obo:PATO_0000782
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000782" ;
    a owl:Class ;
    rdfs:label "obsolete defensive function value" ;
    owl:deprecated true .

obo:PATO_0000783
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000783" ;
    a owl:Class ;
    rdfs:label "obsolete digestive function value" ;
    owl:deprecated true .

obo:PATO_0000784
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000784" ;
    a owl:Class ;
    rdfs:label "obsolete excretory function value" ;
    owl:deprecated true .

obo:PATO_0000785
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000785" ;
    a owl:Class ;
    rdfs:label "obsolete muscle function value" ;
    owl:deprecated true .

obo:PATO_0000786
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000786" ;
    a owl:Class ;
    rdfs:label "obsolete neural function value" ;
    owl:deprecated true .

obo:PATO_0000787
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000787" ;
    a owl:Class ;
    rdfs:label "obsolete neurobehavioral function value" ;
    owl:deprecated true .

obo:PATO_0000788
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000788" ;
    a owl:Class ;
    rdfs:label "obsolete reproductive function value" ;
    owl:deprecated true .

obo:PATO_0000789
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000789" ;
    a owl:Class ;
    rdfs:label "obsolete respiratory function value" ;
    owl:deprecated true .

obo:PATO_0000790
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000790" ;
    a owl:Class ;
    rdfs:label "obsolete heart rate value" ;
    owl:deprecated true .

obo:PATO_0000791
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000791" ;
    a owl:Class ;
    rdfs:label "obsolete immune function value" ;
    owl:deprecated true .

obo:PATO_0000792
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000792" ;
    a owl:Class ;
    rdfs:label "obsolete repair function value" ;
    owl:deprecated true .

obo:PATO_0000793
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000793" ;
    a owl:Class ;
    rdfs:label "obsolete immubocompetent value" ;
    owl:deprecated true .

obo:PATO_0000794
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000794" ;
    a owl:Class ;
    rdfs:label "obsolete immunodeficient value" ;
    owl:deprecated true .

obo:PATO_0000795
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000795" ;
    a owl:Class ;
    rdfs:label "obsolete healing value" ;
    owl:deprecated true .

obo:PATO_0000796
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000796" ;
    a owl:Class ;
    rdfs:label "obsolete regeneration value" ;
    owl:deprecated true .

obo:PATO_0000797
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000797" ;
    a owl:Class ;
    rdfs:label "obsolete urination value" ;
    owl:deprecated true .

obo:PATO_0000798
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000798" ;
    a owl:Class ;
    rdfs:label "obsolete defecation value" ;
    owl:deprecated true .

obo:PATO_0000799
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000799" ;
    a owl:Class ;
    rdfs:label "obsolete muscle elevation value" ;
    owl:deprecated true .

obo:PATO_0000800
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000800" ;
    a owl:Class ;
    rdfs:label "obsolete muscle strength value" ;
    owl:deprecated true .

obo:PATO_0000801
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000801" ;
    a owl:Class ;
    rdfs:label "obsolete motor function value" ;
    owl:deprecated true .

obo:PATO_0000802
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000802" ;
    a owl:Class ;
    rdfs:label "obsolete sensory function value" ;
    owl:deprecated true .

obo:PATO_0000803
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000803" ;
    a owl:Class ;
    rdfs:label "obsolete tactile response value" ;
    owl:deprecated true .

obo:PATO_0000804
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000804" ;
    a owl:Class ;
    rdfs:label "obsolete motor performance value" ;
    owl:deprecated true .

obo:PATO_0000805
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000805" ;
    a owl:Class ;
    rdfs:label "obsolete auditory value" ;
    owl:deprecated true .

obo:PATO_0000806
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000806" ;
    a owl:Class ;
    rdfs:label "obsolete olfactory value" ;
    owl:deprecated true .

obo:PATO_0000807
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000807" ;
    a owl:Class ;
    rdfs:label "obsolete proprioreception value" ;
    owl:deprecated true .

obo:PATO_0000808
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000808" ;
    a owl:Class ;
    rdfs:label "obsolete reflex value" ;
    owl:deprecated true .

obo:PATO_0000809
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000809" ;
    a owl:Class ;
    rdfs:label "obsolete taste value" ;
    owl:deprecated true .

obo:PATO_0000810
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000810" ;
    a owl:Class ;
    rdfs:label "obsolete touch value" ;
    owl:deprecated true .

obo:PATO_0000811
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000811" ;
    a owl:Class ;
    rdfs:label "obsolete visual value" ;
    owl:deprecated true .

obo:PATO_0000812
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000812" ;
    a owl:Class ;
    rdfs:label "obsolete odor acuity value" ;
    owl:deprecated true .

obo:PATO_0000813
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000813" ;
    a owl:Class ;
    rdfs:label "obsolete odor type value" ;
    owl:deprecated true .

obo:PATO_0000814
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000814" ;
    a owl:Class ;
    rdfs:label "obsolete taste acuity value" ;
    owl:deprecated true .

obo:PATO_0000815
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000815" ;
    a owl:Class ;
    rdfs:label "obsolete absolute odor acuity value" ;
    owl:deprecated true .

obo:PATO_0000816
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000816" ;
    a owl:Class ;
    rdfs:label "obsolete relative odor acuity value" ;
    owl:deprecated true .

obo:PATO_0000817
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000817" ;
    a owl:Class ;
    rdfs:label "obsolete anosmia" ;
    owl:deprecated true .

obo:PATO_0000818
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000818" ;
    a owl:Class ;
    rdfs:label "obsolete concentration_quantity" ;
    owl:deprecated true .

obo:PATO_0000819
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000819" ;
    a owl:Class ;
    rdfs:label "obsolete quantity" ;
    owl:deprecated true .

obo:PATO_0000820
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000820" ;
    a owl:Class ;
    rdfs:label "obsolete absolute taste acuity value" ;
    owl:deprecated true .

obo:PATO_0000821
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000821" ;
    a owl:Class ;
    rdfs:label "obsolete relative taste acuity value" ;
    owl:deprecated true .

obo:PATO_0000822
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000822" ;
    a owl:Class ;
    rdfs:label "obsolete taste type value" ;
    owl:deprecated true .

obo:PATO_0000823
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000823" ;
    a owl:Class ;
    rdfs:label "obsolete quinine taste" ;
    owl:deprecated true .

obo:PATO_0000824
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000824" ;
    a owl:Class ;
    rdfs:label "obsolete water taste" ;
    owl:deprecated true .

obo:PATO_0000825
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000825" ;
    a owl:Class ;
    rdfs:label "obsolete visual ability value" ;
    owl:deprecated true .

obo:PATO_0000826
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000826" ;
    a owl:Class ;
    rdfs:label "obsolete visual acuity value" ;
    owl:deprecated true .

obo:PATO_0000827
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000827" ;
    a owl:Class ;
    rdfs:label "obsolete visual threshold value" ;
    owl:deprecated true .

obo:PATO_0000828
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000828" ;
    a owl:Class ;
    rdfs:label "obsolete visual placing value" ;
    owl:deprecated true .

obo:PATO_0000829
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000829" ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual ability value" ;
    owl:deprecated true .

obo:PATO_0000830
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000830" ;
    a owl:Class ;
    rdfs:label "obsolete relative visual ability value" ;
    owl:deprecated true .

obo:PATO_0000831
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000831" ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual acuity value" ;
    owl:deprecated true .

obo:PATO_0000832
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000832" ;
    a owl:Class ;
    rdfs:label "obsolete relative visual acuity value" ;
    owl:deprecated true .

obo:PATO_0000833
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000833" ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual threshold value" ;
    owl:deprecated true .

obo:PATO_0000834
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000834" ;
    a owl:Class ;
    rdfs:label "obsolete relative visual threshold value" ;
    owl:deprecated true .

obo:PATO_0000835
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000835" ;
    a owl:Class ;
    rdfs:label "obsolete auditory acuity value" ;
    owl:deprecated true .

obo:PATO_0000836
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000836" ;
    a owl:Class ;
    rdfs:label "obsolete auditory ability value" ;
    owl:deprecated true .

obo:PATO_0000837
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000837" ;
    a owl:Class ;
    rdfs:label "obsolete auditory threshold value" ;
    owl:deprecated true .

obo:PATO_0000838
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000838" ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory ability value" ;
    owl:deprecated true .

obo:PATO_0000839
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000839" ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory ability value" ;
    owl:deprecated true .

obo:PATO_0000840
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000840" ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory acuity value" ;
    owl:deprecated true .

obo:PATO_0000841
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000841" ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory acuity value" ;
    owl:deprecated true .

obo:PATO_0000842
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000842" ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory threshold value" ;
    owl:deprecated true .

obo:PATO_0000843
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000843" ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory threshold value" ;
    owl:deprecated true .

obo:PATO_0000844
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000844" ;
    a owl:Class ;
    rdfs:label "obsolete auditory acuity" ;
    owl:deprecated true .

obo:PATO_0000845
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000845" ;
    a owl:Class ;
    rdfs:label "obsolete auditory ability" ;
    owl:deprecated true .

obo:PATO_0000846
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000846" ;
    a owl:Class ;
    rdfs:label "obsolete auditory threshold" ;
    owl:deprecated true .

obo:PATO_0000847
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000847" ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory acuity" ;
    owl:deprecated true .

obo:PATO_0000848
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000848" ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory acuity" ;
    owl:deprecated true .

obo:PATO_0000849
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000849" ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory ability" ;
    owl:deprecated true .

obo:PATO_0000850
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000850" ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory ability" ;
    owl:deprecated true .

obo:PATO_0000851
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000851" ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory threshold" ;
    owl:deprecated true .

obo:PATO_0000852
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000852" ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory threshold" ;
    owl:deprecated true .

obo:PATO_0000853
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000853" ;
    a owl:Class ;
    rdfs:label "obsolete blinking reflex value" ;
    owl:deprecated true .

obo:PATO_0000854
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000854" ;
    a owl:Class ;
    rdfs:label "obsolete contact righting reflex value" ;
    owl:deprecated true .

obo:PATO_0000855
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000855" ;
    a owl:Class ;
    rdfs:label "obsolete corneal reflex value" ;
    owl:deprecated true .

obo:PATO_0000856
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000856" ;
    a owl:Class ;
    rdfs:label "obsolete flinch reflex value" ;
    owl:deprecated true .

obo:PATO_0000857
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000857" ;
    a owl:Class ;
    rdfs:label "obsolete lordosis reflex value" ;
    owl:deprecated true .

obo:PATO_0000858
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000858" ;
    a owl:Class ;
    rdfs:label "obsolete ocular reflex value" ;
    owl:deprecated true .

obo:PATO_0000859
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000859" ;
    a owl:Class ;
    rdfs:label "obsolete pinna reflex value" ;
    owl:deprecated true .

obo:PATO_0000860
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000860" ;
    a owl:Class ;
    rdfs:label "obsolete postural reflex value" ;
    owl:deprecated true .

obo:PATO_0000861
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000861" ;
    a owl:Class ;
    rdfs:label "obsolete proboscis extension reflex value" ;
    owl:deprecated true .

obo:PATO_0000862
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000862" ;
    a owl:Class ;
    rdfs:label "obsolete pupillary reflex value" ;
    owl:deprecated true .

obo:PATO_0000863
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000863" ;
    a owl:Class ;
    rdfs:label "obsolete righting reflex value" ;
    owl:deprecated true .

obo:PATO_0000864
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000864" ;
    a owl:Class ;
    rdfs:label "obsolete spinal reflex value" ;
    owl:deprecated true .

obo:PATO_0000865
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000865" ;
    a owl:Class ;
    rdfs:label "obsolete startle reflex value" ;
    owl:deprecated true .

obo:PATO_0000866
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000866" ;
    a owl:Class ;
    rdfs:label "obsolete suckling reflex value" ;
    owl:deprecated true .

obo:PATO_0000867
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000867" ;
    a owl:Class ;
    rdfs:label "obsolete swallowing reflex value" ;
    owl:deprecated true .

obo:PATO_0000868
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000868" ;
    a owl:Class ;
    rdfs:label "obsolete vibrissae reflex value" ;
    owl:deprecated true .

obo:PATO_0000869
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000869" ;
    a owl:Class ;
    rdfs:label "obsolete prepulse inhibition value" ;
    owl:deprecated true .

obo:PATO_0000870
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000870" ;
    a owl:Class ;
    rdfs:label "obsolete relative neurobehavioral function value" ;
    owl:deprecated true .

obo:PATO_0000871
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000871" ;
    a owl:Class ;
    rdfs:label "obsolete aggressive" ;
    owl:deprecated true .

obo:PATO_0000872
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000872" ;
    a owl:Class ;
    rdfs:label "obsolete anxious" ;
    owl:deprecated true .

obo:PATO_0000873
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000873" ;
    a owl:Class ;
    rdfs:label "obsolete cataleptic" ;
    owl:deprecated true .

obo:PATO_0000874
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000874" ;
    a owl:Class ;
    rdfs:label "obsolete fearful" ;
    owl:deprecated true .

obo:PATO_0000875
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000875" ;
    a owl:Class ;
    rdfs:label "obsolete irritable" ;
    owl:deprecated true .

obo:PATO_0000876
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000876" ;
    a owl:Class ;
    rdfs:label "obsolete respiratory rate value" ;
    owl:deprecated true .

obo:PATO_0000877
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000877" ;
    a owl:Class ;
    rdfs:label "obsolete absolute respiratory rate value" ;
    owl:deprecated true .

obo:PATO_0000878
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000878" ;
    a owl:Class ;
    rdfs:label "obsolete relative respiratory rate value" ;
    owl:deprecated true .

obo:PATO_0000879
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000879" ;
    a owl:Class ;
    rdfs:label "obsolete fecundity value" ;
    owl:deprecated true .

obo:PATO_0000880
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000880" ;
    a owl:Class ;
    rdfs:label "obsolete fertility value" ;
    owl:deprecated true .

obo:PATO_0000881
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000881" ;
    a owl:Class ;
    rdfs:label "obsolete gestational period value" ;
    owl:deprecated true .

obo:PATO_0000882
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000882" ;
    a owl:Class ;
    rdfs:label "obsolete litter size value" ;
    owl:deprecated true .

obo:PATO_0000883
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000883" ;
    a owl:Class ;
    rdfs:label "obsolete female fertility value" ;
    owl:deprecated true .

obo:PATO_0000884
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000884" ;
    a owl:Class ;
    rdfs:label "obsolete hybrid fertility value" ;
    owl:deprecated true .

obo:PATO_0000885
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000885" ;
    a owl:Class ;
    rdfs:label "obsolete male fertility value" ;
    owl:deprecated true .

obo:PATO_0000886
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000886" ;
    a owl:Class ;
    rdfs:label "obsolete absolute litter size value" ;
    owl:deprecated true .

obo:PATO_0000887
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000887" ;
    a owl:Class ;
    rdfs:label "obsolete relative litter size value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000892 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000888" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female fertile" ;
    rdfs:subClassOf obo:PATO_0000277 ;
    owl:disjointWith obo:PATO_0000892 .

obo:PATO_0000889
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000889" ;
    a owl:Class ;
    rdfs:label "obsolete cytoplasmic male sterility value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000891 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "male infertile" ;
    oboInOwl:id "PATO:0000890" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male sterile" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000890 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000891" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male fertile" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000888 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "female infertile" ;
    oboInOwl:id "PATO:0000892" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female sterile" ;
    rdfs:subClassOf obo:PATO_0000956 .

obo:PATO_0000893
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000893" ;
    a owl:Class ;
    rdfs:label "obsolete backcross fertility value" ;
    owl:deprecated true .

obo:PATO_0000894
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000894" ;
    a owl:Class ;
    rdfs:label "obsolete cytoplasmic sterility value" ;
    owl:deprecated true .

obo:PATO_0000895
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000895" ;
    a owl:Class ;
    rdfs:label "obsolete f1 fertility value" ;
    owl:deprecated true .

obo:PATO_0000896
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000896" ;
    a owl:Class ;
    rdfs:label "obsolete f2 fertility value" ;
    owl:deprecated true .

obo:PATO_0000897
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000897" ;
    a owl:Class ;
    rdfs:label "obsolete germ line dependent fertility value" ;
    owl:deprecated true .

obo:PATO_0000898
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000898" ;
    a owl:Class ;
    rdfs:label "obsolete intercross fertility value" ;
    owl:deprecated true .

obo:PATO_0000899
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000899" ;
    a owl:Class ;
    rdfs:label "obsolete soma dependent fertility value" ;
    owl:deprecated true .

obo:PATO_0000900
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000900" ;
    a owl:Class ;
    rdfs:label "obsolete backcross fertile" ;
    owl:deprecated true .

obo:PATO_0000901
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "backcross infertile" ;
    oboInOwl:id "PATO:0000901" ;
    a owl:Class ;
    rdfs:label "obsolete backcross sterile" ;
    owl:deprecated true .

obo:PATO_0000902
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000902" ;
    a owl:Class ;
    rdfs:label "obsolete chinsurah boro type value" ;
    owl:deprecated true .

obo:PATO_0000903
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000903" ;
    a owl:Class ;
    rdfs:label "obsolete cms-hl type value" ;
    owl:deprecated true .

obo:PATO_0000904
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000904" ;
    a owl:Class ;
    rdfs:label "obsolete wild abortive value" ;
    owl:deprecated true .

obo:PATO_0000905
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000905" ;
    a owl:Class ;
    rdfs:label "obsolete f1 fertile" ;
    owl:deprecated true .

obo:PATO_0000906
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "F1 infertile" ;
    oboInOwl:id "PATO:0000906" ;
    a owl:Class ;
    rdfs:label "obsolete f1 sterile" ;
    owl:deprecated true .

obo:PATO_0000907
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000907" ;
    a owl:Class ;
    rdfs:label "obsolete f2 fertile" ;
    owl:deprecated true .

obo:PATO_0000908
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "F2 infertile" ;
    oboInOwl:id "PATO:0000908" ;
    a owl:Class ;
    rdfs:label "obsolete f2 sterile" ;
    owl:deprecated true .

obo:PATO_0000909
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000909" ;
    a owl:Class ;
    rdfs:label "obsolete intercross fertile" ;
    owl:deprecated true .

obo:PATO_0000910
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "intercross infertile" ;
    oboInOwl:id "PATO:0000910" ;
    a owl:Class ;
    rdfs:label "obsolete intercross sterile" ;
    owl:deprecated true .

obo:PATO_0000911
    obo:IAO_0000115 "A rate which is relatively low." ;
    obo:RO_0002604 obo:PATO_0000912 ;
    oboInOwl:hasExactSynonym "slow rate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000911" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased rate" ;
    rdfs:subClassOf obo:PATO_0000161, obo:PATO_0002302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000161
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000912
    obo:IAO_0000115 "A rate which is relatively high." ;
    obo:RO_0002604 obo:PATO_0000911 ;
    oboInOwl:hasExactSynonym "fast rate", "high rate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000912" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased rate" ;
    rdfs:subClassOf obo:PATO_0000161, obo:PATO_0002304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000161
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000913
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000913" ;
    a owl:Class ;
    rdfs:label "obsolete qualitative value" ;
    owl:deprecated true .

obo:PATO_0000914
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000914" ;
    a owl:Class ;
    rdfs:label "obsolete continuant" ;
    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." ;
    pato:seeAlso "https://github.com/pato-ontology/pato/issues/337" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000915" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Thickness often refers to the smallest 1-D extent compared to the other two orthogonal dimensions, however, this is not always true. See https://github.com/pato-ontology/pato/issues/337 for full discussion." ;
    rdfs:label "thickness" ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0000916
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000916" ;
    a owl:Class ;
    rdfs:label "obsolete absolute thickness" ;
    owl:deprecated true .

obo:PATO_0000917
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000917" ;
    a owl:Class ;
    rdfs:label "obsolete relative thickness" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000918" ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "volume" ;
    rdfs:subClassOf obo:PATO_0001710 .

obo:PATO_0000919
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000919" ;
    a owl:Class ;
    rdfs:label "obsolete absolute volume" ;
    owl:deprecated true .

obo:PATO_0000920
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000920" ;
    a owl:Class ;
    rdfs:label "obsolete relative volume" ;
    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." ;
    pato:seeAlso "https://github.com/pato-ontology/pato/issues/337" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "breadth" ;
    oboInOwl:id "PATO:0000921" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Width often refers to the dimension that is greater than the extent in only one of the other two orthogonal dimensions, however, this is not always true. See https://github.com/pato-ontology/pato/issues/337 for full discussion." ;
    rdfs:label "width" ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0000922
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000922" ;
    a owl:Class ;
    rdfs:label "obsolete absolute width" ;
    owl:deprecated true .

obo:PATO_0000923
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000923" ;
    a owl:Class ;
    rdfs:label "obsolete relative width" ;
    owl:deprecated true .

obo:PATO_0000924
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000924" ;
    a owl:Class ;
    rdfs:label "obsolete relative enzyme function" ;
    owl:deprecated true .

obo:PATO_0000925
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000925" ;
    a owl:Class ;
    rdfs:label "obsolete absolute enzyme function" ;
    owl:deprecated true .

obo:PATO_0000926
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000926" ;
    a owl:Class ;
    rdfs:label "obsolete intercross fertility" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000927" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "photosensitivity" ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0000928
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000928" ;
    a owl:Class ;
    rdfs:label "obsolete absolute photosensitivity" ;
    owl:deprecated true .

obo:PATO_0000929
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000929" ;
    a owl:Class ;
    rdfs:label "obsolete light intensivity sensitivity" ;
    owl:deprecated true .

obo:PATO_0000930
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000930" ;
    a owl:Class ;
    rdfs:label "obsolete light_quality sensitivity" ;
    owl:deprecated true .

obo:PATO_0000931
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000931" ;
    a owl:Class ;
    rdfs:label "obsolete blue light sensitivity" ;
    owl:deprecated true .

obo:PATO_0000932
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000932" ;
    a owl:Class ;
    rdfs:label "obsolete far red light sensitivity" ;
    owl:deprecated true .

obo:PATO_0000933
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000933" ;
    a owl:Class ;
    rdfs:label "obsolete red light sensitivity" ;
    owl:deprecated true .

obo:PATO_0000934
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000934" ;
    a owl:Class ;
    rdfs:label "obsolete u v light sensitivity" ;
    owl:deprecated true .

obo:PATO_0000935
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000935" ;
    a owl:Class ;
    rdfs:label "obsolete relative photosensitivity" ;
    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." ;
    oboInOwl:hasExactSynonym "truncate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000936" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "truncated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000938 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000937" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "disorganized" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000937 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000938" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "organized" ;
    rdfs:subClassOf obo:PATO_0002264 .

obo:PATO_0000939
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000939" ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete regular shape" ;
    owl:deprecated true .

obo:PATO_0000940
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000940" ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete irregular shape" ;
    owl:deprecated true .

obo:PATO_0000941
    obo:IAO_0000115 "A structural quality inhering in a cytoplasm that contains fluid filled cavities." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000941" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "vacuolated" ;
    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." ;
    oboInOwl:hasExactSynonym "apiculate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000944" ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "sharpness" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000945" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "epinastic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000946" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblong" ;
    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." ;
    oboInOwl:hasExactSynonym "ellipse-shaped", "ellipsoid", "elliptical" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "oval", "ovoid" ;
    oboInOwl:id "PATO:0000947" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "elliptic" ;
    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." ;
    oboInOwl:hasExactSynonym "cordate", "cordiform" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000948" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Having the shape of heart." ;
    rdfs:label "heart shaped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000949" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fasciated" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000950
    obo:IAO_0000115 "A color between white and black colors." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "plumbeous" ;
    oboInOwl:id "PATO:0000950" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "grey" ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000951
    obo:IAO_0000115 "A color that falls about midway between red and blue in hue." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000951" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "purple" ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000952
    obo:IAO_0000115 "A color consisting of dark orange, red, of very low intensity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000952" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "brown" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000953" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "orange" ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000954
    obo:IAO_0000115 "Red color having medium to high brightness and low to moderate saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000954" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pink" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000956 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000955" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fertile" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000955 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000956" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sterile" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000957" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "opacity" ;
    rdfs:subClassOf obo:PATO_0001300 .

obo:PATO_0000958
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000958" ;
    a owl:Class ;
    rdfs:label "obsolete opacity value" ;
    owl:deprecated true .

obo:PATO_0000959
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000959" ;
    a owl:Class ;
    rdfs:label "obsolete relative opacity" ;
    owl:deprecated true .

obo:PATO_0000960
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000960" ;
    a owl:Class ;
    rdfs:label "obsolete absolute opacity" ;
    owl:deprecated true .

obo:PATO_0000961
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000961" ;
    a owl:Class ;
    rdfs:label "obsolete relative opacity value" ;
    owl:deprecated true .

obo:PATO_0000962
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000962" ;
    a owl:Class ;
    rdfs:label "obsolete absolute opacity value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000964 ;
    oboInOwl:hasExactSynonym "non-transparent" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "clouding", "cloudy" ;
    oboInOwl:id "PATO:0000963" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "opaque" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000963 ;
    oboInOwl:hasExactSynonym "clear", "hyaline" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000964" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transparent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000965" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "symmetry" ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000966
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000966" ;
    a owl:Class ;
    rdfs:label "obsolete symmetry value" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001610", "PATO:0001939" ;
    oboInOwl:hasExactSynonym "undulated", "undulating", "waved", "wavy" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "rippled", "sinuate" ;
    oboInOwl:id "PATO:0000967" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "undulate" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000968
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000968" ;
    a owl:Class ;
    rdfs:label "obsolete albino value" ;
    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." ;
    oboInOwl:hasExactSynonym "dwarfed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000969" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dwarf-like" ;
    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)." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000970" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "permeability" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000971
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000971" ;
    a owl:Class ;
    rdfs:label "obsolete absolute permeability" ;
    owl:deprecated true .

obo:PATO_0000972
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000972" ;
    a owl:Class ;
    rdfs:label "obsolete relative permeability" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000973" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "porosity" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000974
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000974" ;
    a owl:Class ;
    rdfs:label "obsolete relative porosity" ;
    owl:deprecated true .

obo:PATO_0000975
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000975" ;
    a owl:Class ;
    rdfs:label "obsolete absolute porosity" ;
    owl:deprecated true .

obo:PATO_0000976
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000976" ;
    a owl:Class ;
    rdfs:label "obsolete permeability value" ;
    owl:deprecated true .

obo:PATO_0000977
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000977" ;
    a owl:Class ;
    rdfs:label "obsolete absolute permeability value" ;
    owl:deprecated true .

obo:PATO_0000978
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000978" ;
    a owl:Class ;
    rdfs:label "obsolete relative permeability value" ;
    owl:deprecated true .

obo:PATO_0000979
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000979" ;
    a owl:Class ;
    rdfs:label "obsolete porosity value" ;
    owl:deprecated true .

obo:PATO_0000980
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000980" ;
    a owl:Class ;
    rdfs:label "obsolete absolute porosity value" ;
    owl:deprecated true .

obo:PATO_0000981
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000981" ;
    a owl:Class ;
    rdfs:label "obsolete relative porosity value" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0000983 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "porous" ;
    oboInOwl:id "PATO:0000982" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "permeable" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0000982 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000983" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "impermeable" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000985 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000984" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "porous" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000984 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000985" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-porous" ;
    rdfs:subClassOf obo:PATO_0000973 .

obo:PATO_0000986
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000986" ;
    a owl:Class ;
    rdfs:label "obsolete absolute consistency" ;
    owl:deprecated true .

obo:PATO_0000987
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000987" ;
    a owl:Class ;
    rdfs:label "obsolete relative consistency" ;
    owl:deprecated true .

obo:PATO_0000988
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000988" ;
    a owl:Class ;
    rdfs:label "obsolete relative consistency value" ;
    owl:deprecated true .

obo:PATO_0000989
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000989" ;
    a owl:Class ;
    rdfs:label "obsolete absolute consistency value" ;
    owl:deprecated true .

obo:PATO_0000990
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000990" ;
    a owl:Class ;
    rdfs:label "obsolete consistent" ;
    owl:deprecated true .

obo:PATO_0000991
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000991" ;
    a owl:Class ;
    rdfs:label "obsolete inconsistent" ;
    owl:deprecated true .

obo:PATO_0000992
    obo:IAO_0000115 "A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000992" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "viscosity" ;
    rdfs:subClassOf obo:PATO_0001548 .

obo:PATO_0000993
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000993" ;
    a owl:Class ;
    rdfs:label "obsolete relative viscosity" ;
    owl:deprecated true .

obo:PATO_0000994
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000994" ;
    a owl:Class ;
    rdfs:label "obsolete absolute viscosity" ;
    owl:deprecated true .

obo:PATO_0000995
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000995" ;
    a owl:Class ;
    rdfs:label "obsolete viscosity value" ;
    owl:deprecated true .

obo:PATO_0000996
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000996" ;
    a owl:Class ;
    rdfs:label "obsolete absolute viscosity value" ;
    owl:deprecated true .

obo:PATO_0000997
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000997" ;
    a owl:Class ;
    rdfs:label "obsolete relative viscosity value" ;
    owl:deprecated true .

obo:PATO_0000998
    obo:IAO_0000115 "A viscosity quality inhering in a bearer by virtue of the bearer's having viscosity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000998" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "viscous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0000999" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alternation" ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0001000
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001000" ;
    a owl:Class ;
    rdfs:label "obsolete relative alternation" ;
    owl:deprecated true .

obo:PATO_0001001
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001001" ;
    a owl:Class ;
    rdfs:label "obsolete absolute alternation" ;
    owl:deprecated true .

obo:PATO_0001002
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001002" ;
    a owl:Class ;
    rdfs:label "obsolete alternation value" ;
    owl:deprecated true .

obo:PATO_0001003
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001003" ;
    a owl:Class ;
    rdfs:label "obsolete relative alternation value" ;
    owl:deprecated true .

obo:PATO_0001004
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001004" ;
    a owl:Class ;
    rdfs:label "obsolete absolute alternation value" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001005" ;
    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." ;
    rdfs:label "latency" ;
    rdfs:subClassOf obo:PATO_0000502 .

obo:PATO_0001006
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001006" ;
    a owl:Class ;
    rdfs:label "obsolete absolute latency" ;
    owl:deprecated true .

obo:PATO_0001007
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001007" ;
    a owl:Class ;
    rdfs:label "obsolete relative latency" ;
    owl:deprecated true .

obo:PATO_0001008
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001008" ;
    a owl:Class ;
    rdfs:label "obsolete absolute latency value" ;
    owl:deprecated true .

obo:PATO_0001009
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001009" ;
    a owl:Class ;
    rdfs:label "obsolete relative latency value" ;
    owl:deprecated true .

obo:PATO_0001010
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001010" ;
    a owl:Class ;
    rdfs:label "obsolete relative intensity" ;
    owl:deprecated true .

obo:PATO_0001011
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001011" ;
    a owl:Class ;
    rdfs:label "obsolete absolute intensity" ;
    owl:deprecated true .

obo:PATO_0001012
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001012" ;
    a owl:Class ;
    rdfs:label "obsolete relative intensity value" ;
    owl:deprecated true .

obo:PATO_0001013
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001013" ;
    a owl:Class ;
    rdfs:label "obsolete absolute intensity value" ;
    owl:deprecated true .

obo:PATO_0001014
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001014" ;
    a owl:Class ;
    rdfs:label "obsolete absolute occurence" ;
    owl:deprecated true .

obo:PATO_0001015
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001015" ;
    a owl:Class ;
    rdfs:label "obsolete relative occurence" ;
    owl:deprecated true .

obo:PATO_0001016
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001016" ;
    a owl:Class ;
    rdfs:label "obsolete absolute occurence value" ;
    owl:deprecated true .

obo:PATO_0001017
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001017" ;
    a owl:Class ;
    rdfs:label "obsolete relative occurence value" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0002079" ;
    oboInOwl:hasDbXref "Wikipedia:Physical_property" ;
    oboInOwl:hasExactSynonym "relational physical quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001018" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "physical quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "density" ;
    oboInOwl:id "PATO:0001019" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "mass density" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001020" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "damage" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001021" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "energy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001022" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "impulse" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001023" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "momentum" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001024" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "power" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001025" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "pressure" ;
    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." ;
    oboInOwl:hasExactSynonym "W" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001026" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "work" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001027
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001027" ;
    a owl:Class ;
    rdfs:label "obsolete physical quantity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001028" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "acceleration" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001029" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "efficiency" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001030" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "flux" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001031" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "elasticity" ;
    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" ;
    oboInOwl:id "PATO:0001033" ;
    a owl:Class ;
    rdfs:label "obsolete stiffness" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001034" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "strain" ;
    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." ;
    oboInOwl:hasExactSynonym "force amplitude" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001035" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "force" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001036
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001036" ;
    a owl:Class ;
    rdfs:label "obsolete relative life span" ;
    owl:deprecated true .

obo:PATO_0001037
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001037" ;
    a owl:Class ;
    rdfs:label "obsolete absolute life span" ;
    owl:deprecated true .

obo:PATO_0001038
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001038" ;
    a owl:Class ;
    rdfs:label "obsolete ratio" ;
    owl:deprecated true .

obo:PATO_0001039
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001039" ;
    a owl:Class ;
    rdfs:label "obsolete absolute ratio" ;
    owl:deprecated true .

obo:PATO_0001040
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001040" ;
    a owl:Class ;
    rdfs:label "obsolete relative ratio" ;
    owl:deprecated true .

obo:PATO_0001041
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001041" ;
    a owl:Class ;
    rdfs:label "obsolete relative amplitude" ;
    owl:deprecated true .

obo:PATO_0001042
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001042" ;
    a owl:Class ;
    rdfs:label "obsolete absolute amplitude" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001046 ;
    oboInOwl:hasExactSynonym "susceptibility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001043" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "susceptibility toward" ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0001044
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001044" ;
    a owl:Class ;
    rdfs:label "obsolete absolute power" ;
    owl:deprecated true .

obo:PATO_0001045
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001045" ;
    a owl:Class ;
    rdfs:label "obsolete relative power" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001043 ;
    oboInOwl:hasExactSynonym "resistance" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001046" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "resistance to" ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0001047
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001047" ;
    a owl:Class ;
    rdfs:label "obsolete absolute resistance" ;
    owl:deprecated true .

obo:PATO_0001048
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001048" ;
    a owl:Class ;
    rdfs:label "obsolete relative resistance" ;
    owl:deprecated true .

obo:PATO_0001049
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001049" ;
    a owl:Class ;
    rdfs:label "obsolete absolute susceptibility" ;
    owl:deprecated true .

obo:PATO_0001050
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001050" ;
    a owl:Class ;
    rdfs:label "obsolete relative susceptibility" ;
    owl:deprecated true .

obo:PATO_0001051
    obo:IAO_0000115 "An angle which is less than 90 degrees." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001051" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "acute angle to" ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001052
    obo:IAO_0000115 "An angle which is between 90 degrees and 180 degrees to another entity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001052" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obtuse angle to" ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001053
    obo:IAO_0000115 "An angle which is less than 180 degrees to another entity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001053" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "convex angle to" ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001054
    obo:IAO_0000115 "A convex angle that is inside two adjacent sides of a polygon." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001054" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "internal angle" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001055" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "reflex angle to" ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001056
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001056" ;
    a owl:Class ;
    rdfs:label "obsolete number" ;
    owl:deprecated true .

obo:PATO_0001057
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001057" ;
    a owl:Class ;
    rdfs:label "obsolete relative acceleration" ;
    owl:deprecated true .

obo:PATO_0001058
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001058" ;
    a owl:Class ;
    rdfs:label "obsolete absolute acceleration" ;
    owl:deprecated true .

obo:PATO_0001059
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001059" ;
    a owl:Class ;
    rdfs:label "obsolete relative efficiency" ;
    owl:deprecated true .

obo:PATO_0001060
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001060" ;
    a owl:Class ;
    rdfs:label "obsolete absolute efficiency" ;
    owl:deprecated true .

obo:PATO_0001061
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001061" ;
    a owl:Class ;
    rdfs:label "obsolete relative elasticity" ;
    owl:deprecated true .

obo:PATO_0001062
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001062" ;
    a owl:Class ;
    rdfs:label "obsolete absolute elasticity" ;
    owl:deprecated true .

obo:PATO_0001063
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001063" ;
    a owl:Class ;
    rdfs:label "obsolete relative flux" ;
    owl:deprecated true .

obo:PATO_0001064
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001064" ;
    a owl:Class ;
    rdfs:label "obsolete absolute flux" ;
    owl:deprecated true .

obo:PATO_0001065
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001065" ;
    a owl:Class ;
    rdfs:label "obsolete relative stiffness" ;
    owl:deprecated true .

obo:PATO_0001066
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001066" ;
    a owl:Class ;
    rdfs:label "obsolete absolute stiffness" ;
    owl:deprecated true .

obo:PATO_0001067
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001067" ;
    a owl:Class ;
    rdfs:label "obsolete absolute strain" ;
    owl:deprecated true .

obo:PATO_0001068
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001068" ;
    a owl:Class ;
    rdfs:label "obsolete relative strain" ;
    owl:deprecated true .

obo:PATO_0001069
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001069" ;
    a owl:Class ;
    rdfs:label "obsolete relative density" ;
    owl:deprecated true .

obo:PATO_0001070
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001070" ;
    a owl:Class ;
    rdfs:label "obsolete absolute density" ;
    owl:deprecated true .

obo:PATO_0001071
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001071" ;
    a owl:Class ;
    rdfs:label "obsolete relative energy" ;
    owl:deprecated true .

obo:PATO_0001072
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001072" ;
    a owl:Class ;
    rdfs:label "obsolete absolute energy" ;
    owl:deprecated true .

obo:PATO_0001073
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001073" ;
    a owl:Class ;
    rdfs:label "obsolete relative impulse" ;
    owl:deprecated true .

obo:PATO_0001074
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001074" ;
    a owl:Class ;
    rdfs:label "obsolete absolute impulse" ;
    owl:deprecated true .

obo:PATO_0001075
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001075" ;
    a owl:Class ;
    rdfs:label "obsolete absolute momentum" ;
    owl:deprecated true .

obo:PATO_0001076
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001076" ;
    a owl:Class ;
    rdfs:label "obsolete relative momentum" ;
    owl:deprecated true .

obo:PATO_0001077
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001077" ;
    a owl:Class ;
    rdfs:label "obsolete absolute pressure" ;
    owl:deprecated true .

obo:PATO_0001078
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001078" ;
    a owl:Class ;
    rdfs:label "obsolete relative pressure" ;
    owl:deprecated true .

obo:PATO_0001079
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001079" ;
    a owl:Class ;
    rdfs:label "obsolete absolute work" ;
    owl:deprecated true .

obo:PATO_0001080
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001080" ;
    a owl:Class ;
    rdfs:label "obsolete relative work" ;
    owl:deprecated true .

obo:PATO_0001081
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001081" ;
    a owl:Class ;
    rdfs:label "obsolete physical measure value" ;
    owl:deprecated true .

obo:PATO_0001082
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001082" ;
    a owl:Class ;
    rdfs:label "obsolete damage value" ;
    owl:deprecated true .

obo:PATO_0001083
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001083" ;
    a owl:Class ;
    rdfs:label "obsolete acceleration value" ;
    owl:deprecated true .

obo:PATO_0001084
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001084" ;
    a owl:Class ;
    rdfs:label "obsolete relative acceleration value" ;
    owl:deprecated true .

obo:PATO_0001085
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001085" ;
    a owl:Class ;
    rdfs:label "obsolete absolute acceleration value" ;
    owl:deprecated true .

obo:PATO_0001086
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001086" ;
    a owl:Class ;
    rdfs:label "obsolete efficiency value" ;
    owl:deprecated true .

obo:PATO_0001087
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001087" ;
    a owl:Class ;
    rdfs:label "obsolete relative efficiency value" ;
    owl:deprecated true .

obo:PATO_0001088
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001088" ;
    a owl:Class ;
    rdfs:label "obsolete absolute efficiency value" ;
    owl:deprecated true .

obo:PATO_0001089
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001089" ;
    a owl:Class ;
    rdfs:label "obsolete elasticity value" ;
    owl:deprecated true .

obo:PATO_0001090
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001090" ;
    a owl:Class ;
    rdfs:label "obsolete absolute elasticity value" ;
    owl:deprecated true .

obo:PATO_0001091
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001091" ;
    a owl:Class ;
    rdfs:label "obsolete relative elasticity value" ;
    owl:deprecated true .

obo:PATO_0001092
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001092" ;
    a owl:Class ;
    rdfs:label "obsolete flux value" ;
    owl:deprecated true .

obo:PATO_0001093
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001093" ;
    a owl:Class ;
    rdfs:label "obsolete relative flux value" ;
    owl:deprecated true .

obo:PATO_0001094
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001094" ;
    a owl:Class ;
    rdfs:label "obsolete absolute flux value" ;
    owl:deprecated true .

obo:PATO_0001095
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001095" ;
    a owl:Class ;
    rdfs:label "obsolete force value" ;
    owl:deprecated true .

obo:PATO_0001096
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001096" ;
    a owl:Class ;
    rdfs:label "obsolete absolute force value" ;
    owl:deprecated true .

obo:PATO_0001097
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001097" ;
    a owl:Class ;
    rdfs:label "obsolete relative force value" ;
    owl:deprecated true .

obo:PATO_0001098
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001098" ;
    a owl:Class ;
    rdfs:label "obsolete absolute force" ;
    owl:deprecated true .

obo:PATO_0001099
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001099" ;
    a owl:Class ;
    rdfs:label "obsolete relative force" ;
    owl:deprecated true .

obo:PATO_0001100
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001100" ;
    a owl:Class ;
    rdfs:label "obsolete position value" ;
    owl:deprecated true .

obo:PATO_0001101
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001101" ;
    a owl:Class ;
    rdfs:label "obsolete stiffness value" ;
    owl:deprecated true .

obo:PATO_0001102
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001102" ;
    a owl:Class ;
    rdfs:label "obsolete absolute stiffness value" ;
    owl:deprecated true .

obo:PATO_0001103
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001103" ;
    a owl:Class ;
    rdfs:label "obsolete relative stiffness value" ;
    owl:deprecated true .

obo:PATO_0001104
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001104" ;
    a owl:Class ;
    rdfs:label "obsolete strain value" ;
    owl:deprecated true .

obo:PATO_0001105
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001105" ;
    a owl:Class ;
    rdfs:label "obsolete absolute strain value" ;
    owl:deprecated true .

obo:PATO_0001106
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001106" ;
    a owl:Class ;
    rdfs:label "obsolete relative strain value" ;
    owl:deprecated true .

obo:PATO_0001107
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001107" ;
    a owl:Class ;
    rdfs:label "obsolete density value" ;
    owl:deprecated true .

obo:PATO_0001108
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001108" ;
    a owl:Class ;
    rdfs:label "obsolete relative amplitude value" ;
    owl:deprecated true .

obo:PATO_0001109
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001109" ;
    a owl:Class ;
    rdfs:label "obsolete absolute amplitude value" ;
    owl:deprecated true .

obo:PATO_0001110
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001110" ;
    a owl:Class ;
    rdfs:label "obsolete absolute density value" ;
    owl:deprecated true .

obo:PATO_0001111
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001111" ;
    a owl:Class ;
    rdfs:label "obsolete relative density value" ;
    owl:deprecated true .

obo:PATO_0001112
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001112" ;
    a owl:Class ;
    rdfs:label "obsolete energy value" ;
    owl:deprecated true .

obo:PATO_0001113
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001113" ;
    a owl:Class ;
    rdfs:label "obsolete absolute energy value" ;
    owl:deprecated true .

obo:PATO_0001114
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001114" ;
    a owl:Class ;
    rdfs:label "obsolete relative energy value" ;
    owl:deprecated true .

obo:PATO_0001115
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001115" ;
    a owl:Class ;
    rdfs:label "obsolete impulse value" ;
    owl:deprecated true .

obo:PATO_0001116
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001116" ;
    a owl:Class ;
    rdfs:label "obsolete relative impulse value" ;
    owl:deprecated true .

obo:PATO_0001117
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001117" ;
    a owl:Class ;
    rdfs:label "obsolete absolute impulse value" ;
    owl:deprecated true .

obo:PATO_0001118
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001118" ;
    a owl:Class ;
    rdfs:label "obsolete momentum value" ;
    owl:deprecated true .

obo:PATO_0001119
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001119" ;
    a owl:Class ;
    rdfs:label "obsolete absolute momentum value" ;
    owl:deprecated true .

obo:PATO_0001120
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001120" ;
    a owl:Class ;
    rdfs:label "obsolete relative momentum value" ;
    owl:deprecated true .

obo:PATO_0001121
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001121" ;
    a owl:Class ;
    rdfs:label "obsolete power value" ;
    owl:deprecated true .

obo:PATO_0001122
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001122" ;
    a owl:Class ;
    rdfs:label "obsolete absolute power value" ;
    owl:deprecated true .

obo:PATO_0001123
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001123" ;
    a owl:Class ;
    rdfs:label "obsolete relative power value" ;
    owl:deprecated true .

obo:PATO_0001124
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001124" ;
    a owl:Class ;
    rdfs:label "obsolete pressure value" ;
    owl:deprecated true .

obo:PATO_0001125
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001125" ;
    a owl:Class ;
    rdfs:label "obsolete absolute pressure value" ;
    owl:deprecated true .

obo:PATO_0001126
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001126" ;
    a owl:Class ;
    rdfs:label "obsolete relative pressure value" ;
    owl:deprecated true .

obo:PATO_0001127
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001127" ;
    a owl:Class ;
    rdfs:label "obsolete work value" ;
    owl:deprecated true .

obo:PATO_0001128
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001128" ;
    a owl:Class ;
    rdfs:label "obsolete absolute work value" ;
    owl:deprecated true .

obo:PATO_0001129
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001129" ;
    a owl:Class ;
    rdfs:label "obsolete relative work value" ;
    owl:deprecated true .

obo:PATO_0001130
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001130" ;
    a owl:Class ;
    rdfs:label "obsolete ratio value" ;
    owl:deprecated true .

obo:PATO_0001131
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001131" ;
    a owl:Class ;
    rdfs:label "obsolete absolute ratio value" ;
    owl:deprecated true .

obo:PATO_0001132
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001132" ;
    a owl:Class ;
    rdfs:label "obsolete relative ratio value" ;
    owl:deprecated true .

obo:PATO_0001133
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001133" ;
    a owl:Class ;
    rdfs:label "obsolete immunoglobulin concentration" ;
    owl:deprecated true .

obo:PATO_0001134
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001134" ;
    a owl:Class ;
    rdfs:label "obsolete ig a concentration" ;
    owl:deprecated true .

obo:PATO_0001135
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001135" ;
    a owl:Class ;
    rdfs:label "obsolete ig d concentration" ;
    owl:deprecated true .

obo:PATO_0001136
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001136" ;
    a owl:Class ;
    rdfs:label "obsolete ig e concentration" ;
    owl:deprecated true .

obo:PATO_0001137
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001137" ;
    a owl:Class ;
    rdfs:label "obsolete ig g concentration" ;
    owl:deprecated true .

obo:PATO_0001138
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001138" ;
    a owl:Class ;
    rdfs:label "obsolete ig m concentration" ;
    owl:deprecated true .

obo:PATO_0001139
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001139" ;
    a owl:Class ;
    rdfs:label "obsolete urine glucose composition" ;
    owl:deprecated true .

obo:PATO_0001140
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001140" ;
    a owl:Class ;
    rdfs:label "obsolete immunoglobulin concentration value" ;
    owl:deprecated true .

obo:PATO_0001141
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001141" ;
    a owl:Class ;
    rdfs:label "obsolete ig a concentration value" ;
    owl:deprecated true .

obo:PATO_0001142
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001142" ;
    a owl:Class ;
    rdfs:label "obsolete ig d concentration value" ;
    owl:deprecated true .

obo:PATO_0001143
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001143" ;
    a owl:Class ;
    rdfs:label "obsolete ig e concentration value" ;
    owl:deprecated true .

obo:PATO_0001144
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001144" ;
    a owl:Class ;
    rdfs:label "obsolete ig g concentration value" ;
    owl:deprecated true .

obo:PATO_0001145
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001145" ;
    a owl:Class ;
    rdfs:label "obsolete ig m concentration value" ;
    owl:deprecated true .

obo:PATO_0001146
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001146" ;
    a owl:Class ;
    rdfs:label "obsolete resistance value" ;
    owl:deprecated true .

obo:PATO_0001147
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001147" ;
    a owl:Class ;
    rdfs:label "obsolete absolute resistance value" ;
    owl:deprecated true .

obo:PATO_0001148
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001148" ;
    a owl:Class ;
    rdfs:label "obsolete relative resistance value" ;
    owl:deprecated true .

obo:PATO_0001149
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001149" ;
    a owl:Class ;
    rdfs:label "obsolete susceptibility value" ;
    owl:deprecated true .

obo:PATO_0001150
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001150" ;
    a owl:Class ;
    rdfs:label "obsolete absolute susceptibility value" ;
    owl:deprecated true .

obo:PATO_0001151
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001151" ;
    a owl:Class ;
    rdfs:label "obsolete relative susceptibility value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001153 ;
    oboInOwl:hasExactSynonym "susceptible" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001152" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "susceptible toward" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001152 ;
    oboInOwl:hasExactSynonym "insusceptible" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001153" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "insusceptible toward" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002364 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001154" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "elongated" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001155
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001155" ;
    a owl:Class ;
    rdfs:label "obsolete absolute concentration" ;
    owl:deprecated true .

obo:PATO_0001156
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001156" ;
    a owl:Class ;
    rdfs:label "obsolete relative concentration" ;
    owl:deprecated true .

obo:PATO_0001157
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001157" ;
    a owl:Class ;
    rdfs:label "obsolete absolute concentration value" ;
    owl:deprecated true .

obo:PATO_0001158
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001158" ;
    a owl:Class ;
    rdfs:label "obsolete relative concentration value" ;
    owl:deprecated true .

obo:PATO_0001159
    obo:IAO_0000115 "A concentration quality inhering in a bearer by virtue of the bearer's exhibiting concentration." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001159" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "concentrated" ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001160
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001160" ;
    a owl:Class ;
    rdfs:label "obsolete unconcentrated" ;
    owl:deprecated true .

obo:PATO_0001161
    obo:IAO_0000115 "A concentration which relatively low." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001161" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "diluted" ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001162
    obo:IAO_0000115 "A concentration which is higher relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0001163 ;
    oboInOwl:hasExactSynonym "high concentration" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001162" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased concentration" ;
    rdfs:subClassOf obo:PATO_0000470, obo:PATO_0001159, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001159
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001163
    obo:IAO_0000115 "A concentration which is lower relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0001162 ;
    oboInOwl:hasExactSynonym "low concentration" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001163" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased concentration" ;
    rdfs:subClassOf obo:PATO_0001159, obo:PATO_0001997, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001159
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001164" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dense" ;
    rdfs:subClassOf obo:PATO_0001019 .

obo:PATO_0001165
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001165" ;
    a owl:Class ;
    rdfs:label "obsolete urine enzyme composition value" ;
    owl:deprecated true .

obo:PATO_0001166
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001166" ;
    a owl:Class ;
    rdfs:label "obsolete urine enzyme composition" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001168 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001167" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "damaged" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001167 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001168" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "undamaged" ;
    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" ;
    oboInOwl:id "PATO:0001170" ;
    a owl:Class ;
    rdfs:label "obsolete numerical value" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001172 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001171" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "elastic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001171 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001172" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inelastic" ;
    rdfs:subClassOf obo:PATO_0001031 .

obo:PATO_0001173
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001173" ;
    a owl:Class ;
    rdfs:label "obsolete urine glucose composition value" ;
    owl:deprecated true .

obo:PATO_0001174
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001174" ;
    a owl:Class ;
    rdfs:label "obsolete urine composition" ;
    owl:deprecated true .

obo:PATO_0001175
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001175" ;
    a owl:Class ;
    rdfs:label "obsolete urine composition" ;
    owl:deprecated true .

obo:PATO_0001176
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001176" ;
    a owl:Class ;
    rdfs:label "obsolete deaf" ;
    owl:deprecated true .

obo:PATO_0001177
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001177" ;
    a owl:Class ;
    rdfs:label "obsolete blind" ;
    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." ;
    oboInOwl:hasExactSynonym "resistant" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001178" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "resistant to" ;
    rdfs:subClassOf obo:PATO_0001046 .

obo:PATO_0001179
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001179" ;
    a owl:Class ;
    rdfs:label "obsolete immune" ;
    owl:deprecated true .

obo:PATO_0001180
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001180" ;
    a owl:Class ;
    rdfs:label "obsolete relative response" ;
    owl:deprecated true .

obo:PATO_0001181
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001181" ;
    a owl:Class ;
    rdfs:label "obsolete absolute response" ;
    owl:deprecated true .

obo:PATO_0001182
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001182" ;
    a owl:Class ;
    rdfs:label "obsolete relative response" ;
    owl:deprecated true .

obo:PATO_0001183
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001183" ;
    a owl:Class ;
    rdfs:label "obsolete absolute response value" ;
    owl:deprecated true .

obo:PATO_0001184
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001184" ;
    a owl:Class ;
    rdfs:label "obsolete maturity value" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001185" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "larval" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001186" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prepubescent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001187" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pupal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001188" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prepupal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001189" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adolescent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001190" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "juvenile" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001191" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "medial to" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001194 ;
    oboInOwl:hasExactSynonym "hyperresponsive", "increased responsivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001192" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hyperresponsive to" ;
    rdfs:subClassOf obo:PATO_0000487, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000487
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasExactSynonym "lateral" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001193" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateral to" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001192 ;
    oboInOwl:hasExactSynonym "decreased responsivity", "hyporesponsive" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001194" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hyporesponsive to" ;
    rdfs:subClassOf obo:PATO_0000487, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000487
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001195" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "proximal to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001196" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventral to" ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001197
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001197" ;
    a owl:Class ;
    rdfs:label "obsolete modified direction" ;
    owl:deprecated true .

obo:PATO_0001198
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001198" ;
    a owl:Class ;
    rdfs:label "obsolete unmodified direction" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001199" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "linear" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001200" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "T-shaped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001201" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "Y-shaped" ;
    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" ;
    oboInOwl:id "PATO:0001204" ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete not enlarged" ;
    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." ;
    oboInOwl:hasExactSynonym "dentate", "toothed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001205" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dentated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001975 ;
    oboInOwl:hasExactSynonym "serrate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001206" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "serrated" ;
    rdfs:subClassOf obo:PATO_0001976 .

obo:PATO_0001207
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001207" ;
    a owl:Class ;
    rdfs:label "obsolete absolute compatability" ;
    owl:deprecated true .

obo:PATO_0001208
    obo:IAO_0000115 "An odor quality inhering in a bearer by virtue of the bearer's lacking odour." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001208" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "odorless" ;
    rdfs:subClassOf obo:PATO_0000058 ;
    owl:disjointWith obo:PATO_0001331 .

obo:PATO_0001209
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001209" ;
    a owl:Class ;
    rdfs:label "obsolete absolute function" ;
    owl:deprecated true .

obo:PATO_0001210
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001210" ;
    a owl:Class ;
    rdfs:label "obsolete plane_angle_quantity" ;
    owl:deprecated true .

obo:PATO_0001211
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001211" ;
    a owl:Class ;
    rdfs:label "obsolete solid_angle_quantity" ;
    owl:deprecated true .

obo:PATO_0001212
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001212" ;
    a owl:Class ;
    rdfs:label "obsolete length_unit" ;
    owl:deprecated true .

obo:PATO_0001213
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001213" ;
    a owl:Class ;
    rdfs:label "obsolete mass_unit" ;
    owl:deprecated true .

obo:PATO_0001214
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001214" ;
    a owl:Class ;
    rdfs:label "obsolete temparature_unit" ;
    owl:deprecated true .

obo:PATO_0001215
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001215" ;
    a owl:Class ;
    rdfs:label "obsolete time_unit" ;
    owl:deprecated true .

obo:PATO_0001216
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001216" ;
    a owl:Class ;
    rdfs:label "obsolete volume_unit" ;
    owl:deprecated true .

obo:PATO_0001217
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001217" ;
    a owl:Class ;
    rdfs:label "obsolete energy_unit" ;
    owl:deprecated true .

obo:PATO_0001218
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001218" ;
    a owl:Class ;
    rdfs:label "obsolete substance_unit" ;
    owl:deprecated true .

obo:PATO_0001219
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001219" ;
    a owl:Class ;
    rdfs:label "obsolete area_unit" ;
    owl:deprecated true .

obo:PATO_0001220
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001220" ;
    a owl:Class ;
    rdfs:label "obsolete angle_unit" ;
    owl:deprecated true .

obo:PATO_0001221
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001221" ;
    a owl:Class ;
    rdfs:label "obsolete plane_angle_unit" ;
    owl:deprecated true .

obo:PATO_0001222
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001222" ;
    a owl:Class ;
    rdfs:label "obsolete solid_angle_unit" ;
    owl:deprecated true .

obo:PATO_0001223
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001223" ;
    a owl:Class ;
    rdfs:label "obsolete quantitative value" ;
    owl:deprecated true .

obo:PATO_0001224
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001224" ;
    a owl:Class ;
    rdfs:label "obsolete real number" ;
    owl:deprecated true .

obo:PATO_0001225
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001225" ;
    a owl:Class ;
    rdfs:label "obsolete relational number" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000438 ;
    oboInOwl:hasExactSynonym "variable" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001227" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant" ;
    rdfs:subClassOf obo:PATO_0001303 .

obo:PATO_0001228
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001228" ;
    a owl:Class ;
    rdfs:label "obsolete dull" ;
    owl:deprecated true .

obo:PATO_0001229
    obo:IAO_0000115 "A color saturation which is of high purity." ;
    obo:RO_0002604 obo:PATO_0000328 ;
    oboInOwl:hasExactSynonym "bright" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "vivid" ;
    oboInOwl:id "PATO:0001229" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "high saturation" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001230" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "strength" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001231
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001231" ;
    a owl:Class ;
    rdfs:label "obsolete cold insensitive" ;
    owl:deprecated true .

obo:PATO_0001232
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001232" ;
    a owl:Class ;
    rdfs:label "obsolete heat insentive" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001234 ;
    oboInOwl:hasExactSynonym "dorsal", "posterior_to (human torso)", "superior_to (human head)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001233" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsal to" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001233 ;
    oboInOwl:hasExactSynonym "distal" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001234" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "distal to" ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001235
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001235" ;
    a owl:Class ;
    rdfs:label "obsolete strength value" ;
    owl:deprecated true .

obo:PATO_0001236
    obo:IAO_0000115 "A quality which inheres in an process." ;
    oboInOwl:hasAlternativeId "PATO:0001239", "PATO:0001240" ;
    oboInOwl:hasExactSynonym "quality of a process", "quality of occurrent", "quality of process", "relational quality of occurrent" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001236" ;
    a owl:Class ;
    rdfs:comment "See comments of relational quality of a physical entity." ;
    rdfs:label "process quality" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001237", "PATO:0001238" ;
    oboInOwl:hasDbXref "snap:Quality" ;
    oboInOwl:hasExactSynonym "monadic quality of a continuant", "multiply inhering quality of a physical entity", "quality of a continuant", "quality of a single physical entity", "quality of an object", "quality of continuant" ;
    oboInOwl:hasNarrowSynonym "monadic quality of an object", "monadic quality of continuant" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001241" ;
    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." ;
    rdfs:label "physical object quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001242" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "wavelength" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001243
    obo:IAO_0000115 "A color consisting of blue hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001243" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light blue" ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001244
    obo:IAO_0000115 "A color consisting of blue hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001244" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark blue" ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001245
    obo:IAO_0000115 "A color consisting of brown hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001245" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark brown" ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001246
    obo:IAO_0000115 "A color consisting of brown hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001246" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light brown" ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001247
    obo:IAO_0000115 "A color consisting of cyan hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001247" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "light cyan" ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001248
    obo:IAO_0000115 "A color consisting of cyan hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001248" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark cyan" ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001249
    obo:IAO_0000115 "A color consisting of green hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001249" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark green" ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001250
    obo:IAO_0000115 "A color consisting of green hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001250" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light green" ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001251
    obo:IAO_0000115 "A color consisting of grey color and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001251" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark grey" ;
    rdfs:subClassOf obo:PATO_0000950 .

obo:PATO_0001252
    obo:IAO_0000115 "A color consisting of grey color and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001252" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light grey" ;
    rdfs:subClassOf obo:PATO_0000950 .

obo:PATO_0001253
    obo:IAO_0000115 "A color consisting of magenta color and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001253" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light magenta" ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001254
    obo:IAO_0000115 "A color consisting of magenta with low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001254" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark magenta" ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001255
    obo:IAO_0000115 "A color consisting of orange hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001255" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light orange" ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001256
    obo:IAO_0000115 "A color consisting of orange color and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001256" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark orange" ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001257
    obo:IAO_0000115 "Pink color having high brightness and moderate saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001257" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light deep pink" ;
    rdfs:subClassOf obo:PATO_0000954 .

obo:PATO_0001258
    obo:IAO_0000115 "Pink color having medium brightness and moderate saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001258" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "deep pink" ;
    rdfs:subClassOf obo:PATO_0000954 .

obo:PATO_0001259
    obo:IAO_0000115 "A color consisting of purple color and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001259" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark purple" ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001260
    obo:IAO_0000115 "A color consisting of purple color and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001260" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light purple" ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001261
    obo:IAO_0000115 "A color consisting of red hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001261" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark red" ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001262
    obo:IAO_0000115 "A color consisting of red hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001262" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light red" ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001263
    obo:IAO_0000115 "A color consisting of yellow hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001263" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark yellow" ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001264
    obo:IAO_0000115 "A color consisting of yellow hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "blond" ;
    oboInOwl:id "PATO:0001264" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light yellow" ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001265
    obo:IAO_0000115 "A color consisting of blue hue and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright blue" ;
    oboInOwl:id "PATO:0001265" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated blue" ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001266
    obo:IAO_0000115 "A color consisting of blue hue and low saturation." ;
    oboInOwl:hasExactSynonym "pale blue" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001266" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated blue" ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001267
    obo:IAO_0000115 "A color consisting of brown hue and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright brown" ;
    oboInOwl:id "PATO:0001267" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated brown" ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001268
    obo:IAO_0000115 "A color consisting of brown hue and low saturation." ;
    oboInOwl:hasExactSynonym "pale brown" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001268" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated brown" ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001269
    obo:IAO_0000115 "A color consisting of cyan colour and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright cyan" ;
    oboInOwl:id "PATO:0001269" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated cyan" ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001270
    obo:IAO_0000115 "A color consisting of cyan colour and low saturation." ;
    oboInOwl:hasExactSynonym "pale cyan" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001270" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated cyan" ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001271
    obo:IAO_0000115 "A color consisting of green hue and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright green" ;
    oboInOwl:id "PATO:0001271" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated green" ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001272
    obo:IAO_0000115 "A color consisting of green hue and low saturation." ;
    oboInOwl:hasExactSynonym "pale green" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001272" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated green" ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001273
    obo:IAO_0000115 "A color consisting of grey color and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001273" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete bright grey" ;
    owl:deprecated true .

obo:PATO_0001274
    obo:IAO_0000115 "A color consisting of grey color and low saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001274" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete pale grey" ;
    owl:deprecated true .

obo:PATO_0001275
    obo:IAO_0000115 "A color consisting of magenta color and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright magenta" ;
    oboInOwl:id "PATO:0001275" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated magenta" ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001276
    obo:IAO_0000115 "A color consisting of magenta color and low saturation." ;
    oboInOwl:hasExactSynonym "pale magenta" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001276" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated magenta" ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001277
    obo:IAO_0000115 "A color consisting of orange hue and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright orange" ;
    oboInOwl:id "PATO:0001277" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated orange" ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001278
    obo:IAO_0000115 "A color consisting of orange hue and low saturation." ;
    oboInOwl:hasExactSynonym "pale orange" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001278" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated orange" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001279" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright pink" ;
    oboInOwl:id "PATO:0001280" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark pale pink" ;
    rdfs:subClassOf obo:PATO_0000954 .

obo:PATO_0001281
    obo:IAO_0000115 "A color consisting of purple color and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright purple" ;
    oboInOwl:id "PATO:0001281" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated purple" ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001282
    obo:IAO_0000115 "A color consisting of purple color and low saturation." ;
    oboInOwl:hasExactSynonym "pale purple" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001282" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated purple" ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001283
    obo:IAO_0000115 "A color consisting of red hue and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright red" ;
    oboInOwl:id "PATO:0001283" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated red" ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001284
    obo:IAO_0000115 "A color consisting of red hue and low saturation." ;
    oboInOwl:hasExactSynonym "pale red" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001284" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated red" ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001285
    obo:IAO_0000115 "A color consisting of yellow hue and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright yellow" ;
    oboInOwl:id "PATO:0001285" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated yellow" ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001286
    obo:IAO_0000115 "A color consisting of yellow hue and low saturation." ;
    oboInOwl:hasExactSynonym "pale yellow" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001286" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated yellow" ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001287
    obo:IAO_0000115 "A color consisting of red and brown hue." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001287" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "red brown" ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001288
    obo:IAO_0000115 "A color consisting of red and brown hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001288" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark red brown" ;
    rdfs:subClassOf obo:PATO_0001287 .

obo:PATO_0001289
    obo:IAO_0000115 "A color consisting of red and brown hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001289" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light red brown" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001290" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fluorescent" ;
    rdfs:subClassOf obo:PATO_0000018 .

obo:PATO_0001291
    obo:IAO_0000115 "OBSOLETE A radiation quality that inheres in a bearer by virtue of how that bearer interacts with electromagnetic radiation." ;
    obo:IAO_0100001 obo:PATO_0070060 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001291" ;
    a owl:Class ;
    rdfs:comment "See https://github.com/pato-ontology/pato/issues/490" ;
    rdfs:label "obsolete electromagnetic (EM) radiation quality" ;
    owl:deprecated true .

obo:PATO_0001292
    obo:IAO_0000115 "An EM radiation quality that is independent of the EM wavelength range." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001292" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "full-spectrum EM radiation quality" ;
    rdfs:subClassOf obo:PATO_0070060 .

obo:PATO_0001293
    obo:IAO_0000115 "A scalar EM radiation quality which obtains by the capacity of the bearer to retain radiation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001293" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "absorption quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001294" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "radiation reflective quality" ;
    rdfs:subClassOf obo:PATO_0001292 .

obo:PATO_0001295
    obo:IAO_0000115 "A reflective quality restricted to a particular wavelength." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001295" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Typically used for light, but also applied to full EM spectrum." ;
    rdfs:label "albedo" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001296" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "luminous flux" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001297" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "reflectivity" ;
    rdfs:subClassOf obo:PATO_0001294 .

obo:PATO_0001298
    obo:IAO_0000115 "A fluorescence in which the emittence continues after the absorption has ceased." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001298" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "phosphorescence" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001299" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "radiation emitting quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001300" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "optical quality" ;
    rdfs:subClassOf obo:PATO_0070060 .

obo:PATO_0001301
    obo:IAO_0000115 "An optical quality that is the mixture, purity or pattern of wavelengths of light perceived by the observer." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001301" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "chromatic property" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001302" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "vermilion" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "variability of a physical quality" ;
    oboInOwl:id "PATO:0001303" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001304" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of temperature" ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002503 ;
        owl:someValuesFrom obo:PATO_0000146
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001303
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002503 ;
                owl:someValuesFrom obo:PATO_0000146
            ]
        )
    ] .

obo:PATO_0001305
    obo:IAO_0000115 "A temperature which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001306 ;
    oboInOwl:hasAlternativeId "PATO:0000678" ;
    oboInOwl:hasExactSynonym "high temperature", "hot" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001305" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased temperature" ;
    rdfs:subClassOf obo:PATO_0000146, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000146
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001306
    obo:IAO_0000115 "A temperature which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001305 ;
    oboInOwl:hasAlternativeId "PATO:0000677" ;
    oboInOwl:hasExactSynonym "cold", "low temperature" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001306" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased temperature" ;
    rdfs:subClassOf obo:PATO_0000146, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000146
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001307
    obo:IAO_0000115 "A variability of temperature which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001308 ;
    oboInOwl:hasExactSynonym "low variability of temperature" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001307" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of temperature" ;
    rdfs:subClassOf obo:PATO_0001314, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001314
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001308
    obo:IAO_0000115 "A variability of temperature which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001307 ;
    oboInOwl:hasExactSynonym "high variability of temperature" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001308" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of temperature" ;
    rdfs:subClassOf obo:PATO_0001314, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001314
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasAlternativeId "PATO:0000081" ;
    oboInOwl:hasExactSynonym "period" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "time" ;
    oboInOwl:id "PATO:0001309" ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "duration" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001310" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "TODO: obsolete? I don't know what this means." ;
    rdfs:label "duration of temperature" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001312 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001311" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased duration of temperature" ;
    rdfs:subClassOf obo:PATO_0000499, obo:PATO_0001310 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001310
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001311 ;
    oboInOwl:hasExactSynonym "high duration of temperature" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001312" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased duration of temperature" ;
    rdfs:subClassOf obo:PATO_0000498, obo:PATO_0001310 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001310
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001314 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001313" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "invariant temperature" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001313 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001314" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant temperature" ;
    rdfs:subClassOf obo:PATO_0001304 .

obo:PATO_0001315
    obo:IAO_0000115 "A temperature which is increased by a low degree." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001315" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mild increased temperature" ;
    rdfs:subClassOf obo:PATO_0001305 .

obo:PATO_0001316
    obo:IAO_0000115 "A temperature which is increased by a medium degree." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001316" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "moderate increased temperature" ;
    rdfs:subClassOf obo:PATO_0001305 .

obo:PATO_0001317
    obo:IAO_0000115 "A temperature which is increased by a high degree." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001317" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "severe increased temperature" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001319 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001318" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "indiscriminate" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001318 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001319" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "discriminate" ;
    rdfs:subClassOf obo:PATO_0000189 .

obo:PATO_0001320
    obo:IAO_0000115 "A pilosity quality of being covered with short hairs or soft down." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001320" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pubescent hair" ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0001321
    obo:IAO_0000115 "An angle which is 90 degrees to another entity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001321" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "right angle to" ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001322
    obo:IAO_0000115 "An angle which is 180 degrees to another entity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001322" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "TODO: decide on correct parentage." ;
    rdfs:label "straight angle to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001323" ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "area" ;
    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." ;
    oboInOwl:hasExactSynonym "left-right symmetry" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "pennate" ;
    oboInOwl:id "PATO:0001324" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bilateral symmetry" ;
    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." ;
    oboInOwl:hasExactSynonym "centric" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001325" ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "radial symmetry" ;
    rdfs:subClassOf obo:PATO_0000965 .

obo:PATO_0001326
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001326" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete left-right symmetry" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001327" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "zygomorphic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001328" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "actinomorphic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001329" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flavourful" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001330" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flavourless" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001331" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "odorous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001332" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "amorphous" ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0001333
    obo:IAO_0000115 "A quality of a process which ends later than the natural end time." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001333" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "temporally extended" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001334" ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "diameter" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001335" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "bacterial mating type" ;
    rdfs:subClassOf obo:PATO_0001895 .

obo:PATO_0001336
    obo:IAO_0000115 "A biological sex quality inhering in an individual whose sex is unknown." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001336" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Unknown is not a type of sex." ;
    rdfs:label "obsolete unknown sex" ;
    owl:deprecated true .

obo:PATO_0001337
    obo:IAO_0000115 "A yeast mating type." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001337" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "yeast mating type" ;
    rdfs:subClassOf obo:PATO_0001895 .

obo:PATO_0001338
    obo:IAO_0000115 "A biological sex quality inhering in a population of multiple sexes." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001338" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "For example a mixture of females and male or males and hermaphrodites." ;
    rdfs:label "mixed sex" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001339" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "biomaterial purity" ;
    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." ;
    oboInOwl:hasExactSynonym "hermaphroditic", "intersex" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001340" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hermaphrodite" ;
    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." ;
    oboInOwl:hasBroadSynonym "a" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001341" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "a mating type (yeast)" ;
    rdfs:subClassOf obo:PATO_0001342 .

obo:PATO_0001342
    obo:IAO_0000115 "A S. cerevisiae mating type." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001342" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "Saccharomyces cerevisiae mating type" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001343" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "Schizosaccharomyces pombe mating type" ;
    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." ;
    oboInOwl:hasBroadSynonym "alpha" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001344" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alpha mating type (yeast)" ;
    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." ;
    oboInOwl:hasExactSynonym "M", "h -" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001345" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "h minus" ;
    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." ;
    oboInOwl:hasExactSynonym "P", "h+" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001346" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "h plus" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001347" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "F mating type" ;
    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." ;
    oboInOwl:hasExactSynonym "F-" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001348" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "F minus mating type" ;
    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." ;
    oboInOwl:hasExactSynonym "Hfr" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001349" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "high frequency recombinant" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001350" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "angular acceleration" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001351" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "area density" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001352" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "linear density" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001353" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "volumetric density" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001354" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "translucent" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001857 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001355" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "convex" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001356" ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pleomorphic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001357" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pulvinate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001358" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "umbonate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001359" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rugose" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001360" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "filamentous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001361" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "warty" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001716 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001362" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fragile" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001364" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rhizoidal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001365" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spiny" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001366" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "punctiform" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001367" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lobate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "jagged" ;
    oboInOwl:id "PATO:0001368" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "erose" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001369" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "raised" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001370
    obo:IAO_0000115 "A coating quality which is sticky or clammy." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001370" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "viscid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "mucinous", "mucous" ;
    oboInOwl:id "PATO:0001371" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mucoid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001372" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "refractivity" ;
    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." ;
    oboInOwl:hasExactSynonym "glossy", "shiny" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001373" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "glistening" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001374" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "ploidy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001375" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "haploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001376" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "monoploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001377" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "polyploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001378" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "autopolyploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001379" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "allopolyploidy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001380" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paleopolyploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001381" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "triploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001382" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tetraploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001383" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pentaploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001384" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hexaploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001385" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aneuploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001386" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "monosomy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001387" ;
    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." ;
    rdfs:label "disomy" ;
    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)." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001388" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "uniparental disomy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001389" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "trisomy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001390" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "partial trisomy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001391" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mosaic trisomy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001392" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "endopolyploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001393" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "euploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001394" ;
    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 fraction of cells that are polyploidy." ;
    rdfs:label "diploid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001395" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "haplodiploid" ;
    rdfs:subClassOf obo:PATO_0001394 .

obo:PATO_0001396
    obo:IAO_0000115 "A monadic quality of continuant that exists at the cellular level of organisation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001396" ;
    a owl:Class ;
    rdfs:label "cellular quality" ;
    rdfs:subClassOf obo:PATO_0070044 .

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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001397" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "cellular potency" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001398" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "self-renewal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001399" ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "totipotent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001400" ;
    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." ;
    rdfs:label "unipotent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001401" ;
    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." ;
    rdfs:label "oligopotent" ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0001402
    obo:IAO_0000115 "A cellular potency that is the capacity to form multiple differentiated cell types." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001402" ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multipotent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001403" ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pluripotent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001404" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "nucleate quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001405" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anucleate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001406" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "binucleate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001407" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mononucleate" ;
    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 one or more cilia as a part." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001408" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ciliated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001409" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spindle-shaped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001410" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "striated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001412 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001411" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "structured" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001411 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001412" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unstructured" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001413" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "angular velocity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001414" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "catalytic activity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001415" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "morbidity" ;
    rdfs:subClassOf obo:PATO_0002003 .

obo:PATO_0001416
    obo:IAO_0000115 "A duration which has regular start and/or end times." ;
    obo:RO_0002604 obo:PATO_0001417 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001416" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "regular duration" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001416 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001417" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular duration" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001418" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lethargic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001419" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sharp" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001420" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "buoyancy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001421" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alive" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001422" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dead" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001423" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "refractile" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001424" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "violet" ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0001425
    obo:IAO_0000115 "A color hue consisting of red hue and yellow hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001425" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rosy" ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0001426
    obo:IAO_0000115 "A color consisting of purple and brown hue." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001426" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "maroon" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001427" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "compound acidity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001428" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "medium acidity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001429" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "acidic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001430" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alkaline" ;
    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." ;
    oboInOwl:hasExactSynonym "adhesiveness" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "stickiness" ;
    oboInOwl:id "PATO:0001431" ;
    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\"." ;
    rdfs:label "adhesivity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001432" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decayed" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001489" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "growth quality of a process", "growth timing quality" ;
    oboInOwl:id "PATO:0001433" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "growth quality of occurrent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001434" ;
    a owl:Class ;
    rdfs:label "reproductive quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001435" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "attachment quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001436" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sessile (sensu botany)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001437" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sessile (sensu zoology)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001438" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pedicellate" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001498" ;
    oboInOwl:hasExactSynonym "tone" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001439" ;
    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?" ;
    rdfs:label "tonicity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001440" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "homophilic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001441" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "heterophilic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001442" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "wholeness" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001443", "PATO:0001820" ;
    oboInOwl:hasExactSynonym "fragmented" ;
    oboInOwl:hasNarrowSynonym "fractured" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "cracked", "hemorrhaged", "split", "torn" ;
    oboInOwl:id "PATO:0001444" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "broken" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001445" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "disassembled" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001446" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "whole" ;
    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)." ;
    oboInOwl:hasExactSynonym "calcareous" ;
    oboInOwl:hasNarrowSynonym "calcification" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001447" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "calcified" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001448" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ossified" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001449" ;
    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." ;
    rdfs:label "cartilaginous" ;
    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." ;
    oboInOwl:hasExactSynonym "edemic", "oedematous", "oedemic" ;
    oboInOwl:hasNarrowSynonym "edema", "oedema" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001450" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "edematous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "edemic", "oedematous", "oedemic" ;
    oboInOwl:id "PATO:0001451" ;
    a owl:Class ;
    rdfs:label "obsolete edematous (sensu botany)" ;
    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." ;
    oboInOwl:hasExactSynonym "detached" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001453" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "detached from" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001454" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sensitivity to oxygen" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001456 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001455" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aerobic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001455 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001456" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anaerobic" ;
    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." ;
    oboInOwl:hasExactSynonym "sensitivity of occurrent" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001457" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "sensitivity of a process" ;
    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." ;
    oboInOwl:hasExactSynonym "sensitivity of occurrent to oxygen" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001458" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "sensitivity of a process to oxygen" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001460 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001459" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aerobic (for occurrence)" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001459 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001460" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anaerobic (for occurrence)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001461" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "surface tension" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001462" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "membrane potential" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001463" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "action potential" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001464" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electric potential" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001465" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "monstrous" ;
    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." ;
    oboInOwl:hasExactSynonym "curved anterior", "curved superior (human torso)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001466" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved rostral" ;
    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." ;
    oboInOwl:hasExactSynonym "curved inferior (human torso)", "curved posterior" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001467" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved caudal" ;
    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." ;
    oboInOwl:hasExactSynonym "curved posterior (human torso)", "curved superior (human head)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001468" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved dorsal" ;
    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." ;
    oboInOwl:hasExactSynonym "curved anterior (human torso)", "curved inferior (human head)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001469" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved ventral" ;
    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 proportion to the magnitude of another entity." ;
    oboInOwl:hasExactSynonym "proportion", "proportionality", "proportionality to", "quotient" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "rate" ;
    oboInOwl:id "PATO:0001470" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Examples: height to weight; brain size to body size; root to shoot ratio; urinary sodium to potassium ratio. waist-hip ratio." ;
    rdfs:label "ratio" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001596 ;
    oboInOwl:hasAlternativeId "PATO:0001692" ;
    oboInOwl:hasExactSynonym "low depth", "shallow" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001472" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased depth" ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0001595 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001595
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasExactSynonym "doubled" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001473" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "duplicated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001474" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteverted" ;
    rdfs:subClassOf obo:PATO_0000614 .

obo:PATO_0001475
    obo:IAO_0000115 "A position which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001476 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "high position" ;
    oboInOwl:id "PATO:0001475" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased position" ;
    rdfs:subClassOf obo:PATO_0000140, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000140
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001476
    obo:IAO_0000115 "A positional which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001475 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "low position" ;
    oboInOwl:id "PATO:0001476" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased position" ;
    rdfs:subClassOf obo:PATO_0000140, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000140
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasBroadSynonym "moved" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "retruded" ;
    oboInOwl:id "PATO:0001477" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "retracted" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001478" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "collapsed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001480" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spongy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001481" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sloped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001482" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prominent" ;
    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." ;
    oboInOwl:hasExactSynonym "aplasia", "undeveloped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001483" ;
    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" ;
    rdfs:label "aplastic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001484" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "recent" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002452 ;
    oboInOwl:hasAlternativeId "PATO:0001840" ;
    oboInOwl:hasBroadSynonym "compact" ;
    oboInOwl:hasExactSynonym "compressed", "squashed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "dense" ;
    oboInOwl:id "PATO:0001485" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "condensed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001486" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "chronological age" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001487" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "senescent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001488" ;
    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." ;
    rdfs:label "cellular motility" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001490" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "heterochronic growth" ;
    rdfs:subClassOf obo:PATO_0001433 .

obo:PATO_0001491
    obo:IAO_0000115 "A paedomorphic growth quality which is due to a reduced rate." ;
    oboInOwl:hasExactSynonym "neotenic growth" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001491" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "neotenous growth" ;
    rdfs:subClassOf obo:PATO_0001749 .

obo:PATO_0001492
    obo:IAO_0000115 "The rate or speed of the change in size of an individual entity or change in number of a population." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001492" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "growth rate" ;
    rdfs:subClassOf obo:PATO_0000161 .

obo:PATO_0001493
    obo:RO_0002604 obo:PATO_0001494 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001493" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This term will be obsoleted; Use GO:growth and PATO:rate." ;
    rdfs:label "hypertrophic growth" ;
    rdfs:subClassOf obo:PATO_0001492 .

obo:PATO_0001494
    obo:RO_0002604 obo:PATO_0001493 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001494" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This term will be obsoleted; Use GO:growth and PATO:rate." ;
    rdfs:label "hypotrophic growth" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "indented" ;
    oboInOwl:id "PATO:0001495" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "notched" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001496" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "brood quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001497" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "brood viability" ;
    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)." ;
    oboInOwl:hasAlternativeId "PATO:0000408" ;
    oboInOwl:hasExactSynonym "globular" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "rotund" ;
    oboInOwl:id "PATO:0001499" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spherical" ;
    rdfs:subClassOf obo:PATO_0001865, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015011 ;
        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." ;
    oboInOwl:hasExactSynonym "taper" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001500" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tapered" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001701 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "underdeveloped" ;
    oboInOwl:id "PATO:0001501" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "immature" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001502" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "TODO: obsolete this." ;
    rdfs:label "complexity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001503" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "simple" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001504" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "complex" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "discontiguous", "divided_from", "splitted from" ;
    oboInOwl:id "PATO:0001505" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "separated from" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001506" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "diastatic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001507" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "disrupted" ;
    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)." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001509" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "functionality" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0001511 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001510" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "functional" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0001510 ;
    oboInOwl:hasAlternativeId "PATO:0001640" ;
    oboInOwl:hasExactSynonym "disfunctional", "functional failure" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "defective", "failure" ;
    oboInOwl:id "PATO:0001511" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-functional" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "dotted", "spotted", "stippled" ;
    oboInOwl:id "PATO:0001512" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "punctate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001514" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "delaminated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "murky" ;
    oboInOwl:id "PATO:0001515" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variable color" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001516" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "focus" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001517" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "focused" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001518" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blurry" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001519" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "sound quality" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001520
    obo:IAO_0000115 "The frequency of transmitted vibrations." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001520" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sound frequency" ;
    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." ;
    oboInOwl:hasBroadSynonym "loudness" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001521" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "sound amplitude" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001522" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sound speed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001523" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sound wavelength" ;
    rdfs:subClassOf obo:PATO_0001242 .

obo:PATO_0001524
    obo:IAO_0000115 "A sound frequency in the range of 0-20 Hz." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001524" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "intrasonic" ;
    rdfs:subClassOf obo:PATO_0001520 .

obo:PATO_0001525
    obo:IAO_0000115 "A sound frequency in the range of 20 to 20.000 Hz." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001525" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sonic" ;
    rdfs:subClassOf obo:PATO_0001520 .

obo:PATO_0001526
    obo:IAO_0000115 "A sound frequency in the range of 20 000 + Hz." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001526" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ultrasonic" ;
    rdfs:subClassOf obo:PATO_0001520 .

obo:PATO_0001527
    obo:IAO_0000115 "A sound amplitude which is relatively low." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001527" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "quiet" ;
    rdfs:subClassOf obo:PATO_0001519 .

obo:PATO_0001528
    obo:IAO_0000115 "A sound amplitude which is relatively high." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001528" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "loud" ;
    rdfs:subClassOf obo:PATO_0001519 .

obo:PATO_0001529
    obo:IAO_0000115 "A spatiotemporal quality inhering in a cell." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001529" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "cellular spatiotemporal quality" ;
    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." ;
    oboInOwl:hasExactSynonym "behavioral quality of occurrent" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001530" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "behavioral quality of a process" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001531" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "cellular adhesivity" ;
    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." ;
    oboInOwl:hasExactSynonym "evenly colored", "homogeneously colored", "uniformly colored" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "homogenously pigmented" ;
    oboInOwl:id "PATO:0001532" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mono-colored" ;
    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." ;
    oboInOwl:hasExactSynonym "variegated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001533" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multi-colored" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001534" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "motley" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "speckled" ;
    oboInOwl:id "PATO:0001535" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dappled" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001536" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "solubility" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001538 ;
    oboInOwl:hasExactSynonym "soluble" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001537" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "soluble in" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001537 ;
    oboInOwl:hasExactSynonym "insoluble" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001538" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "insoluble in" ;
    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." ;
    oboInOwl:hasExactSynonym "amylose compositionality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001539" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "amylose composition" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001540" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "glutinous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001541" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-glutinous" ;
    rdfs:subClassOf obo:PATO_0001539 .

obo:PATO_0001542
    obo:IAO_0000115 "A phase which starts later than natural start point." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001542" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "delayed phase" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001543" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "flexibility" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001545 ;
    oboInOwl:hasExactSynonym "bendy" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001544" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flexible" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001544 ;
    oboInOwl:hasExactSynonym "stiff" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "stiffness" ;
    oboInOwl:id "PATO:0001545" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflexible" ;
    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." ;
    oboInOwl:hasExactSynonym "solidity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001546" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a solid" ;
    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." ;
    oboInOwl:hasExactSynonym "gaseous" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001547" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a gas" ;
    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." ;
    oboInOwl:hasExactSynonym "liquidity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001548" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a liquid" ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0001549
    obo:IAO_0000115 "A sensitivity toward an external stimulus which is higher than normal/average." ;
    obo:RO_0002604 obo:PATO_0001550 ;
    oboInOwl:hasExactSynonym "high sensitivity toward", "increased sensitivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001549" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity toward" ;
    rdfs:subClassOf obo:PATO_0000516, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000516
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001550
    obo:IAO_0000115 "A sensitivity toward an external stimulus which is lower than normal/average." ;
    obo:RO_0002604 obo:PATO_0001549 ;
    oboInOwl:hasExactSynonym "decreased sensitivity", "low sensitivity toward" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001550" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity toward" ;
    rdfs:subClassOf obo:PATO_0000516, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000516
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001551
    obo:IAO_0000115 "A sensitivity of a process which is higher than normal or average." ;
    obo:RO_0002604 obo:PATO_0001552 ;
    oboInOwl:hasExactSynonym "high sensitivity of occurrent", "increased sensitivity of occurrent" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001551" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity of a process" ;
    rdfs:subClassOf obo:PATO_0001457, obo:PATO_0002304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001457
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001552
    obo:IAO_0000115 "A sensitivity of a process which is lower than normal or average." ;
    obo:RO_0002604 obo:PATO_0001551 ;
    oboInOwl:hasExactSynonym "decreased sensitivity of occurrent", "low sensitivity of occurrent" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001552" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity of a process" ;
    rdfs:subClassOf obo:PATO_0001457, obo:PATO_0002302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001457
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001553
    obo:IAO_0000115 "A sensitivity of occurrent to oxygen which is higher than normal or average." ;
    obo:RO_0002604 obo:PATO_0001554 ;
    oboInOwl:hasExactSynonym "high sensitivity of occurrent to oxygen" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001553" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity of a process to oxygen" ;
    rdfs:subClassOf obo:PATO_0001459, obo:PATO_0001551 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001459
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001553 ;
    oboInOwl:hasExactSynonym "low sensitivity of occurrent to oxygen" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001554" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity of a process to oxygen" ;
    rdfs:subClassOf obo:PATO_0001459, obo:PATO_0001552 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001459
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasDbXref "OBO_REL:has_part" ;
    oboInOwl:hasExactSynonym "extra or missing physical or functional parts", "has or lacks parts of type", "mereological quality", "number of" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "cardinality", "number" ;
    oboInOwl:id "PATO:0001555" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "has number of" ;
    rdfs:subClassOf 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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001558" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lacking processual parts" ;
    rdfs:subClassOf obo:PATO_0001564, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015012 ;
        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)." ;
    oboInOwl:hasExactSynonym "having supernumerary functions" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001559" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "having extra function" ;
    rdfs:subClassOf obo:PATO_0001509, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001509
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasExactSynonym "having supernumerary processual parts" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001561" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "having extra processual parts" ;
    rdfs:subClassOf obo:PATO_0001564 .

obo:PATO_0001562
    obo:IAO_0000115 "A mass which is lower than normal or average." ;
    obo:RO_0002604 obo:PATO_0001563 ;
    oboInOwl:hasAlternativeId "PATO:0000579" ;
    oboInOwl:hasExactSynonym "low mass", "small mass" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001562" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased mass" ;
    rdfs:subClassOf obo:PATO_0000125, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001563
    obo:IAO_0000115 "A mass which is higher than normal or average." ;
    obo:RO_0002604 obo:PATO_0001562 ;
    oboInOwl:hasAlternativeId "PATO:0000578" ;
    oboInOwl:hasExactSynonym "high mass", "large mass" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001563" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased mass" ;
    rdfs:subClassOf obo:PATO_0000125, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001564" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "extra or missing processual parts" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001567 ;
    oboInOwl:hasAlternativeId "PATO:0001513" ;
    oboInOwl:hasExactSynonym "diffuse", "scattered" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001566" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "distributed" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001566 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001567" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "undistributed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001570" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "having decreased processual parts" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001571" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dilated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001573" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "isometrical" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001574" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "flow rate" ;
    rdfs:subClassOf obo:PATO_0001906 .

obo:PATO_0001575
    obo:IAO_0000115 "A pressure which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001576 ;
    oboInOwl:hasExactSynonym "low pressure" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001575" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased pressure" ;
    rdfs:subClassOf obo:PATO_0001025, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001025
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001576
    obo:IAO_0000115 "A pressure which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001575 ;
    oboInOwl:hasExactSynonym "high pressure" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001576" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased pressure" ;
    rdfs:subClassOf obo:PATO_0001025, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001025
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001577
    obo:IAO_0000115 "A permeability which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001578 ;
    oboInOwl:hasExactSynonym "high permeability" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001577" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased permeability" ;
    rdfs:subClassOf obo:PATO_0000982, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000982
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001578
    obo:IAO_0000115 "A permeability which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001577 ;
    oboInOwl:hasExactSynonym "low permeability" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001578" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased permeability" ;
    rdfs:subClassOf obo:PATO_0000982, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000982
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001579
    obo:IAO_0000115 "A physical quality that is the ability to contract or shrink." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001579" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "contractility" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001580
    obo:IAO_0000115 "A contractility which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001581 ;
    oboInOwl:hasExactSynonym "high contractility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001580" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased contractility" ;
    rdfs:subClassOf obo:PATO_0001690, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001690
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001581
    obo:IAO_0000115 "A contractility which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001580 ;
    oboInOwl:hasExactSynonym "low contractility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001581" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased contractility" ;
    rdfs:subClassOf obo:PATO_0001690, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001690
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001582" ;
    a owl:Class ;
    rdfs:comment "GO has now relevant relation terms which should be used instead." ;
    rdfs:label "obsolete relaxational quality" ;
    owl:deprecated true .

obo:PATO_0001583
    obo:IAO_0000115 "A variability which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001584 ;
    oboInOwl:hasExactSynonym "low variability" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001583" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability" ;
    rdfs:subClassOf obo:PATO_0001227, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001227
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001584
    obo:IAO_0000115 "A variability which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001583 ;
    oboInOwl:hasExactSynonym "high variability" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001584" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability" ;
    rdfs:subClassOf obo:PATO_0001227, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001227
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001585" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Examples could be heat or electricity or sound." ;
    rdfs:label "conductivity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001586" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variability of rate" ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002503 ;
        owl:someValuesFrom obo:PATO_0000161
    ] .

obo:PATO_0001587
    obo:IAO_0000115 "A variability of rate which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001588 ;
    oboInOwl:hasExactSynonym "high variability of rate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001587" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of rate" ;
    rdfs:subClassOf obo:PATO_0001586, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001586
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001588
    obo:IAO_0000115 "A variability of rate which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001587 ;
    oboInOwl:hasExactSynonym "low variability of rate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001588" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of rate" ;
    rdfs:subClassOf obo:PATO_0001586, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001586
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001589
    obo:IAO_0000115 "Increased, intensified." ;
    oboInOwl:consider obo:PATO_0002017 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001589" ;
    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." ;
    rdfs:label "obsolete enhanced" ;
    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." ;
    oboInOwl:hasExactSynonym "overlap" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001590" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "overlap with" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001591" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "curvature" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001592
    obo:IAO_0000115 "A curvature which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001593 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001592" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased curvature" ;
    rdfs:subClassOf obo:PATO_0000406, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000406
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001593
    obo:IAO_0000115 "A curvature which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001592 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001593" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased curvature" ;
    rdfs:subClassOf obo:PATO_0000406, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000406
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001594" ;
    oboInOwl:inSubset pato:cell_quality ;
    a owl:Class ;
    rdfs:label "arched" ;
    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 dimension." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001595" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "depth" ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0001596
    obo:IAO_0000115 "A depth quality which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001472 ;
    oboInOwl:hasAlternativeId "PATO:0001666" ;
    oboInOwl:hasExactSynonym "deep" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001596" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased depth" ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0001595 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001595
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001597" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "everted" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001644" ;
    oboInOwl:hasExactSynonym "protruding", "relational protruding quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001598" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "protruding" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001599
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's being relocated around an axis." ;
    oboInOwl:hasExactSynonym "rotation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001599" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rotated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001600" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posteriorly rotated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001601" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteriorly rotated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "expanded" ;
    oboInOwl:id "PATO:0001602" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "distended" ;
    rdfs:subClassOf obo:PATO_0000586 .

obo:PATO_0001603
    obo:IAO_0000115 "A life span which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001604 ;
    oboInOwl:hasExactSynonym "high life span" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001603" ;
    a owl:Class ;
    rdfs:label "increased life span" ;
    rdfs:subClassOf obo:PATO_0000050, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000050
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001604
    obo:IAO_0000115 "A life span which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001603 ;
    oboInOwl:hasExactSynonym "low life span" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001604" ;
    a owl:Class ;
    rdfs:label "decreased life span" ;
    rdfs:subClassOf obo:PATO_0000050, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000050
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001605" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "disheveled" ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0001606
    obo:IAO_0000115 "A coating which is oily and slippery." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001606" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "greasy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001607" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "matted" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001608" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "patchy" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001609" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sparse" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001611" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of color" ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002503 ;
        owl:someValuesFrom obo:PATO_0000014
    ] .

obo:PATO_0001612
    obo:IAO_0000115 "A variability of color which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001613 ;
    oboInOwl:hasExactSynonym "high variability of color" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001612" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of color" ;
    rdfs:subClassOf obo:PATO_0001615, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001615
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001613
    obo:IAO_0000115 "A variability of color which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001612 ;
    oboInOwl:hasExactSynonym "low variability of color" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001613" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of color" ;
    rdfs:subClassOf obo:PATO_0001615, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001615
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001615 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001614" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "invariant color" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001614 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001615" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant color" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "disfigured", "distorted" ;
    oboInOwl:id "PATO:0001617" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "deformed" ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0001618
    obo:IAO_0000115 "A tonicity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001619 ;
    oboInOwl:hasExactSynonym "high tonicity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001618" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased tonicity" ;
    rdfs:subClassOf obo:PATO_0001439, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001439
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001619
    obo:IAO_0000115 "A tonicity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001618 ;
    oboInOwl:hasExactSynonym "low tonicity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001619" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased tonicity" ;
    rdfs:subClassOf obo:PATO_0001439, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001439
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001620" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "turgor" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001621
    obo:IAO_0000115 "A turgor which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001622 ;
    oboInOwl:hasExactSynonym "low turgor" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001621" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased turgor" ;
    rdfs:subClassOf obo:PATO_0001620, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001620
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001622
    obo:IAO_0000115 "A turgor which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001621 ;
    oboInOwl:hasExactSynonym "high turgor" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001622" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased turgor" ;
    rdfs:subClassOf obo:PATO_0001620, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001620
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasExactSynonym "atrophic" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001623" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "atrophied" ;
    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)." ;
    obo:RO_0002604 obo:PATO_0001625 ;
    oboInOwl:hasAlternativeId "PATO:0001556", "PATO:0001568", "PATO:0001641", "PATO:0001642" ;
    oboInOwl:hasBroadSynonym "dysfunction", "dysfunctional" ;
    oboInOwl:hasExactSynonym "having decreased function", "lacks function of type", "low functionality", "partial functionality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "impaired" ;
    oboInOwl:id "PATO:0001624" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased functionality" ;
    rdfs:subClassOf obo:PATO_0001510, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001510
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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)." ;
    obo:RO_0002604 obo:PATO_0001624 ;
    oboInOwl:hasExactSynonym "high functionality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001625" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased functionality" ;
    rdfs:subClassOf obo:PATO_0001510, obo:PATO_0001559 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001510
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "adequacy" ;
    oboInOwl:id "PATO:0001626" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "This term and children should probably be obsoleted." ;
    rdfs:label "sufficiency" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001628 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "adequate" ;
    oboInOwl:id "PATO:0001627" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sufficient" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001627 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "inadequate" ;
    oboInOwl:id "PATO:0001628" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "insufficient" ;
    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." ;
    oboInOwl:hasExactSynonym "clumped", "clustered" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001629" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aggregated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001630" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dispersed" ;
    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." ;
    oboInOwl:hasExactSynonym "preceding" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001632" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterior to" ;
    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." ;
    oboInOwl:hasExactSynonym "posterior (human torso)", "superior (human head)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001633" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterior to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001634" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "necessity (continuant)" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001636 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001635" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "necessary (continuant)" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001635 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001636" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unnecessary (continuant)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001637" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "necessity of occurrent" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001639 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001638" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "necessary (occurrent)" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001638 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001639" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unnecessary (occurrent)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001643" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "stubby" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001645" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "protruding into" ;
    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." ;
    oboInOwl:hasExactSynonym "extruding from" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "exits through", "exposed" ;
    oboInOwl:id "PATO:0001646" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "protruding out of" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001648" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "circumference" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001649" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved lateral" ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001650
    obo:IAO_0000115 "A resistance to a stimulus which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001651 ;
    oboInOwl:hasExactSynonym "high resistance to", "increased resistance" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001650" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased resistance to" ;
    rdfs:subClassOf obo:PATO_0001178, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001178
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001651
    obo:IAO_0000115 "A resistance to a stimulus which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001650 ;
    oboInOwl:hasExactSynonym "decreased resistance", "low resistance to" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001651" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased resistance to" ;
    rdfs:subClassOf obo:PATO_0001178, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001178
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001652" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "alignment" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001654 ;
    oboInOwl:hasExactSynonym "aligned" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "aligned to" ;
    oboInOwl:id "PATO:0001653" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aligned with" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001653 ;
    oboInOwl:hasExactSynonym "misaligned", "unaligned with" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001654" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "misaligned with" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001655" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "osmolarity" ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001656
    obo:IAO_0000115 "A osmolarity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001657 ;
    oboInOwl:hasExactSynonym "low osmolarity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001656" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased osmolarity" ;
    rdfs:subClassOf obo:PATO_0001655, obo:PATO_0001997, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001655
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001657
    obo:IAO_0000115 "A osmolarity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001656 ;
    oboInOwl:hasExactSynonym "high osmolarity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001657" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased osmolarity" ;
    rdfs:subClassOf obo:PATO_0000470, obo:PATO_0001655, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001655
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001658
    obo:IAO_0000115 "A rotation quality inhering in a bearer by virtue of being rotated towards the back or upper surface of an organism." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001658" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsally rotated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001659" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventrally rotated" ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0001660
    obo:IAO_0000115 "An action potential which is relatively low." ;
    oboInOwl:hasExactSynonym "low action potential" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001660" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete decreased action potential" ;
    owl:deprecated true .

obo:PATO_0001661
    obo:IAO_0000115 "An action potential which is relatively high." ;
    oboInOwl:hasExactSynonym "high action potential" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001661" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete increased action potential" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001662" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fragility" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001663
    obo:IAO_0000115 "A solubility which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001664 ;
    oboInOwl:hasExactSynonym "high solubility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001663" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased solubility" ;
    rdfs:subClassOf obo:PATO_0001537, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001664
    obo:IAO_0000115 "A solubility which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001663 ;
    oboInOwl:hasExactSynonym "low solubility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001664" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased solubility" ;
    rdfs:subClassOf obo:PATO_0001537, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasAlternativeId "PATO:0001471" ;
    oboInOwl:hasExactSynonym "superficial to" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001665" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "superficial" ;
    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." ;
    oboInOwl:hasExactSynonym "attached" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "affixed to" ;
    oboInOwl:id "PATO:0001667" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "attached to" ;
    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." ;
    oboInOwl:hasExactSynonym "associated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001668" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "associated with" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001669
    obo:IAO_0000115 "A susceptibility toward an external stimulus which is higher than normal/average." ;
    obo:RO_0002604 obo:PATO_0001670 ;
    oboInOwl:hasExactSynonym "high susceptibility toward", "increased susceptibility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001669" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased susceptibility toward" ;
    rdfs:subClassOf obo:PATO_0001152, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001670
    obo:IAO_0000115 "A susceptibility toward an external stimulus which is lower than normal/average." ;
    obo:RO_0002604 obo:PATO_0001669 ;
    oboInOwl:hasExactSynonym "decreased susceptibility", "low susceptibility toward" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001670" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased susceptibility toward" ;
    rdfs:subClassOf obo:PATO_0001152, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001671
    obo:IAO_0000115 "A distribution which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001672 ;
    oboInOwl:hasExactSynonym "high distribution" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001671" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased distribution" ;
    rdfs:subClassOf obo:PATO_0001475, obo:PATO_0001566 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001566
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001672
    obo:IAO_0000115 "A distribution which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001671 ;
    oboInOwl:hasExactSynonym "low distribution" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001672" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased distribution" ;
    rdfs:subClassOf obo:PATO_0001476, obo:PATO_0001566 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001566
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001673
    obo:IAO_0000115 "Structure quality that is the presence of at least one sac-like closed membranous structure containing one or more liquid or solid organism substances." ;
    oboInOwl:hasNarrowSynonym "cysts" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001673" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Cystic is an abnormal condition." ;
    rdfs:label "cystic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001674" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "catalytic (activity) concentration" ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001675
    obo:IAO_0000115 "An efficiency which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001676 ;
    oboInOwl:hasExactSynonym "low efficiency" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001675" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased efficiency" ;
    rdfs:subClassOf obo:PATO_0001678, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001678
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001676
    obo:IAO_0000115 "An efficiency which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001675 ;
    oboInOwl:hasExactSynonym "high efficiency" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001676" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased efficiency" ;
    rdfs:subClassOf obo:PATO_0001678, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001678
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001678 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001677" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inefficient" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001677 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001678" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "efficient" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001679" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "The reciprocal of density." ;
    rdfs:label "specific volume" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001680" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "molar volume" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001681" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "molar mass" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001682" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "magnetism" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001683
    obo:IAO_0000115 "A magnetism which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001684 ;
    oboInOwl:hasExactSynonym "high magnetism" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001683" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased magnetism" ;
    rdfs:subClassOf obo:PATO_0001685, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001685
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001684
    obo:IAO_0000115 "A magnetism which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001683 ;
    oboInOwl:hasExactSynonym "low magnetism" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001684" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased magnetism" ;
    rdfs:subClassOf obo:PATO_0001685, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001685
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001686 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001685" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "magnetic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001685 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001686" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-magnetic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001687" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "elevation" ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001688
    obo:IAO_0000115 "An elevation which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001689 ;
    oboInOwl:hasExactSynonym "high elevation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "elevated" ;
    oboInOwl:id "PATO:0001688" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased elevation" ;
    rdfs:subClassOf obo:PATO_0001475, obo:PATO_0001687 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001687
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001689
    obo:IAO_0000115 "An elevation which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001688 ;
    oboInOwl:hasExactSynonym "low elevation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001689" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased elevation" ;
    rdfs:subClassOf obo:PATO_0001476, obo:PATO_0001687 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001687
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001691 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001690" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This refers to the disposition of the bearer." ;
    rdfs:label "contractile" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001690 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001691" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This refers to the disposition of the bearer." ;
    rdfs:label "non-contractile" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001694 ;
    oboInOwl:hasExactSynonym "high viscosity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001693" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased viscosity" ;
    rdfs:subClassOf obo:PATO_0000998, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000998
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001694
    obo:IAO_0000115 "A viscosity which relatively low." ;
    obo:RO_0002604 obo:PATO_0001693 ;
    oboInOwl:hasExactSynonym "low viscosity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001694" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased viscosity" ;
    rdfs:subClassOf obo:PATO_0000998, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000998
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001695
    obo:IAO_0000115 "A fecundity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001696 ;
    oboInOwl:hasExactSynonym "high fecundity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001695" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fecundity" ;
    rdfs:subClassOf obo:PATO_0000273, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000273
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001696
    obo:IAO_0000115 "A fecundity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001695 ;
    oboInOwl:hasExactSynonym "low fecundity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001696" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fecundity" ;
    rdfs:subClassOf obo:PATO_0000273, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000273
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001697
    obo:IAO_0000115 "A photosensitivity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001698 ;
    oboInOwl:hasExactSynonym "low photosensitivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001697" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased photosensitivity" ;
    rdfs:subClassOf obo:PATO_0000547, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000547
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001698
    obo:IAO_0000115 "A photosensitivity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001697 ;
    oboInOwl:hasExactSynonym "high photosensitivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001698" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased photosensitivity" ;
    rdfs:subClassOf obo:PATO_0000547, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000547
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001699
    obo:IAO_0000115 "A sleep pattern which has regular start and/or end times." ;
    obo:RO_0002604 obo:PATO_0001700 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001699" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "regular sleep pattern" ;
    rdfs:subClassOf obo:PATO_0000062 .

obo:PATO_0001700
    obo:IAO_0000115 "A sleep pattern which has irregular start and/or end times." ;
    obo:RO_0002604 obo:PATO_0001699 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001700" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular sleep pattern" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001501 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001701" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mature" ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001702
    obo:IAO_0000115 "A color consisting of violet hue and high saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bright violet" ;
    oboInOwl:id "PATO:0001702" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated violet" ;
    rdfs:subClassOf obo:PATO_0001424 .

obo:PATO_0001703
    obo:IAO_0000115 "A color consisting of violet hue and low saturation." ;
    oboInOwl:hasExactSynonym "pale violet" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001703" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated violet" ;
    rdfs:subClassOf obo:PATO_0001424 .

obo:PATO_0001704
    obo:IAO_0000115 "A color consisting of violet hue and high brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001704" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light violet" ;
    rdfs:subClassOf obo:PATO_0001424 .

obo:PATO_0001705
    obo:IAO_0000115 "A color consisting of violet hue and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001705" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark violet" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001707 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001706" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "behavioural inactive" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001706 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001707" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "behavioural active" ;
    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." ;
    oboInOwl:hasExactSynonym "1-D size" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001708" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "1-D extent" ;
    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." ;
    oboInOwl:hasExactSynonym "2-D size" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001709" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "2-D extent" ;
    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." ;
    oboInOwl:hasExactSynonym "3D size" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001710" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "3-D extent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001711" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "perimeter" ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0001712
    obo:IAO_0000115 "A perimeter which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001713 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001712" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased perimeter" ;
    rdfs:subClassOf obo:PATO_0000573, obo:PATO_0001711 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001711
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001713
    obo:IAO_0000115 "A perimeter which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001712 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001713" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased perimeter" ;
    rdfs:subClassOf obo:PATO_0000574, obo:PATO_0001711 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001711
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001714
    obo:IAO_0000115 "A diameter which is relatively large." ;
    obo:RO_0002604 obo:PATO_0001715 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001714" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased diameter" ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0001334 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001334
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001715
    obo:IAO_0000115 "A diameter which is relatively small." ;
    obo:RO_0002604 obo:PATO_0001714 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001715" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased diameter" ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0001334 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001334
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001362 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "resilient", "strong", "tough" ;
    oboInOwl:id "PATO:0001716" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "non-fragile" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001717" ;
    a owl:Class ;
    rdfs:label "radiation emitting intensity quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001718" ;
    a owl:Class ;
    rdfs:label "luminance" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001719" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "receptivity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001720" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "female receptivity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001721" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "male receptivity" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001724 ;
    oboInOwl:hasExactSynonym "high female receptivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001723" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased female receptivity" ;
    rdfs:subClassOf obo:PATO_0001720, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001720
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001724
    obo:IAO_0000115 "A female receptivity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001723 ;
    oboInOwl:hasExactSynonym "low female receptivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001724" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased female receptivity" ;
    rdfs:subClassOf obo:PATO_0001720, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001720
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001725
    obo:IAO_0000115 "A male receptivity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001726 ;
    oboInOwl:hasExactSynonym "high male receptivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001725" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased male receptivity" ;
    rdfs:subClassOf obo:PATO_0001721, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001721
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001726
    obo:IAO_0000115 "A male receptivity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001725 ;
    oboInOwl:hasExactSynonym "low male receptivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001726" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased male receptivity" ;
    rdfs:subClassOf obo:PATO_0001721, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001721
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "tendency" ;
    oboInOwl:id "PATO:0001727" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "disposition" ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0001728
    obo:IAO_0000115 "A disposition inhering in a multi-cellular organism." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001728" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "multi-cellular organismal disposition" ;
    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 entity by natural process." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001729" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "shedability" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001730" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "deciduous (generic)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001731" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "deciduous (plant)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001732" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-deciduous (any body part)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001733" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "evergreen (plant)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001734" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-deciduous(plant)" ;
    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." ;
    oboInOwl:hasExactSynonym "liquid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001735" ;
    a owl:Class ;
    rdfs:label "liquid configuration" ;
    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." ;
    oboInOwl:hasExactSynonym "solid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001736" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "solid configuration" ;
    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." ;
    oboInOwl:hasExactSynonym "gas" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001737" ;
    a owl:Class ;
    rdfs:label "gaseus configuration" ;
    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." ;
    oboInOwl:hasExactSynonym "dissociated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001738" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dissociated from" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001739
    obo:IAO_0000115 "A quality of radiation that reflects the fluence spectrum of charged and neutral particles within the material or medium where dose is being deposited." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001739" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Radiation quality is often expressed in terms of the linear energy transfer of the ionising particles that deliver the absorbed dose, but this is an over simplification." ;
    rdfs:label "radiation quality" ;
    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." ;
    oboInOwl:hasDbXref "ENVO:03510037" ;
    oboInOwl:hasExactSynonym "radioactivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001740" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "See https://github.com/pato-ontology/pato/issues/490" ;
    rdfs:label "activity (of a radionuclide)" ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0001741
    obo:IAO_0000115 "A radiation quality inhering in bearer by virtue of the bearer's exhibiting or being caused by radioactivity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001741" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "radioactive" ;
    rdfs:subClassOf obo:PATO_0001740 .

obo:PATO_0001742
    obo:IAO_0000115 "A radioactivity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001743 ;
    oboInOwl:hasExactSynonym "high radioactivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001742" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased radioactivity" ;
    rdfs:subClassOf obo:PATO_0001741, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001741
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001743
    obo:IAO_0000115 "A radioactivity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001742 ;
    oboInOwl:hasExactSynonym "low radioactivity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001743" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased radioactivity" ;
    rdfs:subClassOf obo:PATO_0001741, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001741
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001744
    obo:IAO_0000115 "A quality of a substance inhering in a bearer by virtue of it being currently or previously exposed to electromagnetic radiation," ;
    oboInOwl:hasExactSynonym "radiation exposed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001744" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "This may refer to incident external irradiation or internal radiation from an ingested or otherwise internal source." ;
    rdfs:label "irradiated" ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0001745
    obo:IAO_0000115 "OBSOLETE A radiation exposure quality inhering in a substance by virtue of the radiation energy \"deposited\" in a kilogram of a substance." ;
    oboInOwl:consider obo:RBO_00005010 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001745" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "https://github.com/pato-ontology/pato/issues/485" ;
    rdfs:label "obsolete radiation absorbed dose" ;
    owl:deprecated true .

obo:PATO_0001746
    obo:IAO_0000115 "OBSOLETE 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." ;
    oboInOwl:consider obo:RBO_00000023 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001746" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "See: https://github.com/pato-ontology/pato/issues/485" ;
    rdfs:label "obsolete radiation equivalent dose" ;
    owl:deprecated true .

obo:PATO_0001747
    obo:IAO_0000115 "OBSOLETE 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." ;
    oboInOwl:consider obo:RBO_00000014 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001747" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "See: https://github.com/pato-ontology/pato/issues/485" ;
    rdfs:label "obsolete radiation effective dose" ;
    owl:deprecated true .

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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001748" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "invaginated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001752 ;
    oboInOwl:hasExactSynonym "hypoplastic growth", "pedomorphic growth" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001749" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paedomorphic growth" ;
    rdfs:subClassOf obo:PATO_0001490 .

obo:PATO_0001750
    obo:IAO_0000115 "A paedomorphic growth quality which is due to a delayed onset." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001750" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "postdisplaced growth" ;
    rdfs:subClassOf obo:PATO_0001749 .

obo:PATO_0001751
    obo:IAO_0000115 "A paedomorphic growth quality which is due to an earlier offset." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001751" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "progenetic growth" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001749 ;
    oboInOwl:hasExactSynonym "hyperplastic growth" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001752" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "peramorphic growth" ;
    rdfs:subClassOf obo:PATO_0001490 .

obo:PATO_0001753
    obo:IAO_0000115 "A peramorphic growth quality which is due to an increased rate." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001753" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "accelerated growth" ;
    rdfs:subClassOf obo:PATO_0001752 .

obo:PATO_0001754
    obo:IAO_0000115 "A peramorphic growth quality which is due to an earlier onset." ;
    oboInOwl:hasExactSynonym "precocious growth" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001754" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "predisplaced growth" ;
    rdfs:subClassOf obo:PATO_0001752 .

obo:PATO_0001755
    obo:IAO_0000115 "A peramorphic growth quality which is due to a delayed offset." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001755" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hypermorphic growth" ;
    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." ;
    oboInOwl:hasExactSynonym "thermal conduction" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001756" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "heat conductivity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001757" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electrical conductivity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001758" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "nerve conductivity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001759" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "granular" ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001760
    obo:RO_0002604 obo:PATO_0001763 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001760" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female semi-fertile" ;
    rdfs:subClassOf obo:PATO_0001767 .

obo:PATO_0001761
    obo:RO_0002604 obo:PATO_0001762 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001761" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male semi-fertile" ;
    rdfs:subClassOf obo:PATO_0001767 .

obo:PATO_0001762
    obo:RO_0002604 obo:PATO_0001761 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001762" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male semi-sterile" ;
    rdfs:subClassOf obo:PATO_0000279 .

obo:PATO_0001763
    obo:RO_0002604 obo:PATO_0001760 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001763" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female semi-sterile" ;
    rdfs:subClassOf obo:PATO_0000277 .

obo:PATO_0001764
    obo:IAO_0000115 "An age which is high relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0001765 ;
    oboInOwl:hasExactSynonym "high age" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001764" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased age" ;
    rdfs:subClassOf obo:PATO_0000011, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000011
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001765
    obo:IAO_0000115 "An age which is low relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0001764 ;
    oboInOwl:hasExactSynonym "low age" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001765" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased age" ;
    rdfs:subClassOf obo:PATO_0000011, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000011
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:consider obo:PATO_0001769 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001766" ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "obsolete cellular polarity" ;
    owl:deprecated true .

obo:PATO_0001767
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001767" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-fertile" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001768" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-lethal (sensu genetics)" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "cellular polarity" ;
    oboInOwl:id "PATO:0001769" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "positional polarity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001770" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-viable" ;
    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." ;
    oboInOwl:hasExactSynonym "encircling", "enclosing", "wrapping" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001772" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Nedd to add reciprocal of relationship to 'surrounded by' PATO:0005016." ;
    rdfs:label "surrounding" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001773" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "monophasic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001774" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "polyphasic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001775" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsal-ventral polarity" ;
    rdfs:subClassOf obo:PATO_0001769 .

obo:PATO_0001776
    obo:IAO_0000115 "A flexibility which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001777 ;
    oboInOwl:hasExactSynonym "high flexibility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001776" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased flexibility" ;
    rdfs:subClassOf obo:PATO_0001544, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001544
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001777
    obo:IAO_0000115 "A flexibility which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001776 ;
    oboInOwl:hasExactSynonym "low flexibility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001777" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased flexibility" ;
    rdfs:subClassOf obo:PATO_0001544, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001544
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001778
    obo:IAO_0000115 "A strength which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001779 ;
    oboInOwl:hasExactSynonym "high strength" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001778" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased strength" ;
    rdfs:subClassOf obo:PATO_0001230, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001230
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001779
    obo:IAO_0000115 "A strength which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001778 ;
    oboInOwl:hasExactSynonym "weak" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001779" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased strength" ;
    rdfs:subClassOf obo:PATO_0001230, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001230
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasExactSynonym "dystrophied" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "dystrophy" ;
    oboInOwl:id "PATO:0001780" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dystrophic" ;
    rdfs:subClassOf obo:PATO_0000587 .

obo:PATO_0001781
    obo:IAO_0000115 "A thickness quality which lacks pattern." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001781" ;
    a owl:Class ;
    rdfs:label "irregular thickness" ;
    rdfs:subClassOf obo:PATO_0000915 .

obo:PATO_0001782
    obo:IAO_0000115 "An intensity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001783 ;
    oboInOwl:hasExactSynonym "high intensity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001782" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased intensity" ;
    rdfs:subClassOf obo:PATO_0000049, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000049
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001783
    obo:IAO_0000115 "An intensity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001782 ;
    oboInOwl:hasExactSynonym "low intensity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001783" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased intensity" ;
    rdfs:subClassOf obo:PATO_0000049, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000049
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasAlternativeId "PATO:0001572" ;
    oboInOwl:hasExactSynonym "bifid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "forked" ;
    oboInOwl:id "PATO:0001784" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bifurcated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001785" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "TODO: obsolete, definition too ambiguous." ;
    rdfs:label "splayed" ;
    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." ;
    oboInOwl:hasExactSynonym "clefted" ;
    oboInOwl:hasNarrowSynonym "septate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "divided", "forked", "subdivided" ;
    oboInOwl:id "PATO:0001786" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "split" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001787" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rotational curvature" ;
    rdfs:subClassOf obo:PATO_0001591 .

obo:PATO_0001788
    obo:IAO_0000115 "A density which is higher relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0001790 ;
    oboInOwl:hasExactSynonym "high density" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001788" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased mass density" ;
    rdfs:subClassOf obo:PATO_0001164, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001164
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001789" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "domed" ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001790
    obo:IAO_0000115 "A density which is lower relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0001788 ;
    oboInOwl:hasExactSynonym "low density" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001790" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased mass density" ;
    rdfs:subClassOf obo:PATO_0001164, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001164
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasExactSynonym "multi-focal" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001791" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multi-localised" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001792" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "left side of" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001793" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "right side of" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001794" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "coiling" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001795
    obo:IAO_0000115 "A coiling which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001796 ;
    oboInOwl:hasExactSynonym "high coiling" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001795" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased coiling" ;
    rdfs:subClassOf obo:PATO_0000404, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000404
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001796
    obo:IAO_0000115 "A coiling which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001795 ;
    oboInOwl:hasExactSynonym "low coiling" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001796" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased coiling" ;
    rdfs:subClassOf obo:PATO_0000404, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000404
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "tightly curled", "twisted" ;
    oboInOwl:id "PATO:0001798" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "kinked" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001799" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ruffled" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001800" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "water composition" ;
    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." ;
    oboInOwl:hasExactSynonym "dehydrated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "dry" ;
    oboInOwl:id "PATO:0001801" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased water composition" ;
    rdfs:subClassOf obo:PATO_0001800, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001800
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001802" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "loose" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001803" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "phototoxic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "squamous" ;
    oboInOwl:id "PATO:0001804" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scaly" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001805" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flaky" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001806" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sensitivity to irradiation" ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0001807
    obo:IAO_0000115 "A sensitivity to irradiation which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001808 ;
    oboInOwl:hasExactSynonym "low sensitivity to irradiation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001807" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity to irradiation" ;
    rdfs:subClassOf obo:PATO_0001806, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001806
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001808
    obo:IAO_0000115 "A sensitivity to irradiation which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001807 ;
    oboInOwl:hasExactSynonym "high sensitivity to irradiation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001808" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity to irradiation" ;
    rdfs:subClassOf obo:PATO_0001806, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001806
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001809" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tight" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001810" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wrinkled" ;
    rdfs:subClassOf obo:PATO_0002255 .

obo:PATO_0001811
    obo:IAO_0000115 "A relaxation which is relatively high." ;
    oboInOwl:hasExactSynonym "high relaxation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001811" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "GO has now relevant relation terms which should be used instead." ;
    rdfs:label "obsolete increased relaxation" ;
    owl:deprecated true .

obo:PATO_0001812
    obo:IAO_0000115 "A relaxation which is relatively low." ;
    oboInOwl:hasExactSynonym "low relaxation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001812" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "GO has now relevant relation terms which should be used instead." ;
    rdfs:label "obsolete decreased relaxation" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001813" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "atonicity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001814" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dystonicity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001815" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fatigability" ;
    rdfs:subClassOf obo:PATO_0001230 .

obo:PATO_0001816
    obo:IAO_0000115 "A fatigability which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001817 ;
    oboInOwl:hasExactSynonym "high fatigability" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001816" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fatigability" ;
    rdfs:subClassOf obo:PATO_0001779, obo:PATO_0001815 .

obo:PATO_0001817
    obo:IAO_0000115 "A fatigability which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001816 ;
    oboInOwl:hasExactSynonym "low fatigability" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001817" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fatigability" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002026 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001818" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "progressive" ;
    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." ;
    oboInOwl:hasExactSynonym "atresia" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001819" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "atretic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002112 ;
    oboInOwl:hasExactSynonym "unperforated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001821" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "imperforate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001822" ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "wetness" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001824 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001823" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wet" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001823 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001824" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dry" ;
    rdfs:subClassOf obo:PATO_0001822 .

obo:PATO_0001825
    obo:IAO_0000115 "A wetness quality that is relatively high." ;
    obo:RO_0002604 obo:PATO_0001826 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001825" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased wetness" ;
    rdfs:subClassOf obo:PATO_0001823, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001823
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001826
    obo:IAO_0000115 "A wetness quality that is relatively low." ;
    obo:RO_0002604 obo:PATO_0001825 ;
    oboInOwl:hasExactSynonym "low wetness" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001826" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased wetness" ;
    rdfs:subClassOf obo:PATO_0001823, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001823
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001827" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pseudohermaphrodite" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001828" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "male pseudohermaphrodite" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001829" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "female pseudohermaphrodite" ;
    rdfs:subClassOf obo:PATO_0001827 .

obo:PATO_0001830
    obo:IAO_0000115 "A female fertility which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001831 ;
    oboInOwl:hasExactSynonym "low female fertility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001830" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased female fertility" ;
    rdfs:subClassOf obo:PATO_0000888, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000888
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001831
    obo:IAO_0000115 "A female fertility which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001830 ;
    oboInOwl:hasExactSynonym "high female fertility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001831" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased female fertility" ;
    rdfs:subClassOf obo:PATO_0000888, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000888
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001832
    obo:IAO_0000115 "A male fertility which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001833 ;
    oboInOwl:hasExactSynonym "high male fertility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001832" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased male fertility" ;
    rdfs:subClassOf obo:PATO_0000891, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000891
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001833
    obo:IAO_0000115 "A male fertility which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001832 ;
    oboInOwl:hasExactSynonym "low male fertility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001833" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased male fertility" ;
    rdfs:subClassOf obo:PATO_0000891, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000891
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001834
    obo:IAO_0000115 "A fertility which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001835 ;
    oboInOwl:hasExactSynonym "low fertility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001834" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fertility" ;
    rdfs:subClassOf obo:PATO_0000955, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000955
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001835
    obo:IAO_0000115 "A fertility which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001834 ;
    oboInOwl:hasExactSynonym "high fertility" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001835" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fertility" ;
    rdfs:subClassOf obo:PATO_0000955, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000955
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001836" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "congested" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001839 ;
    oboInOwl:hasExactSynonym "low flow" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001838" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fluid flow" ;
    rdfs:subClassOf obo:PATO_0002243, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002243
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001839
    obo:IAO_0000115 "A fluid flow that is relatively high." ;
    obo:RO_0002604 obo:PATO_0001838 ;
    oboInOwl:hasExactSynonym "high flow" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001839" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fluid flow" ;
    rdfs:subClassOf obo:PATO_0002243, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002243
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001841" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "remittent intensity" ;
    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)." ;
    oboInOwl:hasExactSynonym "pH" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001842" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "acidity" ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001843
    obo:IAO_0000115 "An acidity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001844 ;
    oboInOwl:hasExactSynonym "low acidity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001843" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased acidity" ;
    rdfs:subClassOf obo:PATO_0001842, obo:PATO_0001997, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001842
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001844
    obo:IAO_0000115 "An acidity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001843 ;
    oboInOwl:hasExactSynonym "high acidity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001844" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased acidity" ;
    rdfs:subClassOf obo:PATO_0000470, obo:PATO_0001842, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001842
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001845" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular rhythm" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001846" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tangled" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001837" ;
    oboInOwl:hasExactSynonym "stenosis", "stenotic", "stricture" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001847" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "constricted" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001848" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "asymmetrically curved" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001849" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "abrased" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001850" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scarred" ;
    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." ;
    oboInOwl:hasNarrowSynonym "swelling" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001851" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "swollen" ;
    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 due to it being physically moved from the normal location." ;
    oboInOwl:hasAlternativeId "PATO:0001479", "PATO:0002158", "PATO:0002159" ;
    oboInOwl:hasExactSynonym "dislocation", "luxated", "luxation", "relational dislocated quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001852" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dislocated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001853" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydrocephalic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001854" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "vertical" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001855" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "horizontal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001856" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "For example, a tubular organ or part." ;
    rdfs:label "introverted" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001355 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001857" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "concave" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001858" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "partially paralysed" ;
    rdfs:subClassOf obo:PATO_0002076 .

obo:PATO_0001859
    obo:IAO_0000115 "A coordination which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001860 ;
    oboInOwl:hasExactSynonym "high coordination" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001859" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased coordination" ;
    rdfs:subClassOf obo:PATO_0000769, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000769
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001860
    obo:IAO_0000115 "A coordination which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001859 ;
    oboInOwl:hasExactSynonym "low coordination" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001860" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased coordination" ;
    rdfs:subClassOf obo:PATO_0000769, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000769
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001959 ;
    oboInOwl:hasExactSynonym "fascicled" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001861" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fasciculated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "grandchildless" ;
    oboInOwl:id "PATO:0001862" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lack of fertility in offspring" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000389 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001863" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "chronic" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001864" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "sphericality" ;
    oboInOwl:id "PATO:0001865" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spheroid" ;
    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." ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/8/88/ProlateSpheroid.png" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "prolate spheroid" ;
    oboInOwl:id "PATO:0001866" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "prolate" ;
    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." ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/en/e/ee/Shaperec.svg" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001867" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rectangular" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001868" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "autofluorescence" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001869" ;
    oboInOwl:inSubset pato:abnormal_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pathological" ;
    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)." ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/7/74/Crescent.svg" ;
    oboInOwl:hasExactSynonym "crescentic" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bow-shaped", "lunate" ;
    oboInOwl:id "PATO:0001870" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "crescent-shaped" ;
    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." ;
    oboInOwl:hasExactSynonym "kidney-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "bean shaped" ;
    oboInOwl:id "PATO:0001871" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reniform" ;
    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)." ;
    oboInOwl:hasExactSynonym "cuboidal" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "block-like" ;
    oboInOwl:id "PATO:0001872" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cuboid" ;
    rdfs:subClassOf obo:PATO_0002007, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015011 ;
        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." ;
    oboInOwl:hasAlternativeId "PATO:0001203" ;
    oboInOwl:hasExactSynonym "rod-like", "rod-shaped" ;
    oboInOwl:hasNarrowSynonym "tubulate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001873" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cylindrical" ;
    rdfs:subClassOf obo:PATO_0002007, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015011 ;
        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." ;
    oboInOwl:hasExactSynonym "disc-shaped", "disk-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001874" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "discoid" ;
    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." ;
    oboInOwl:hasExactSynonym "deltoid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "delta shaped", "triangle", "triangle-shaped" ;
    oboInOwl:id "PATO:0001875" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "triangular" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001876" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dumbbell-shaped" ;
    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." ;
    oboInOwl:hasExactSynonym "spear-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001877" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lanceolate" ;
    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." ;
    oboInOwl:hasExactSynonym "S-shaped", "sigmoidal" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001878" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sigmoid" ;
    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." ;
    oboInOwl:hasExactSynonym "horseshoe shaped" ;
    oboInOwl:hasNarrowSynonym "horseshoe" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001879" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "U-shaped" ;
    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." ;
    oboInOwl:hasExactSynonym "caudal" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "tailed" ;
    oboInOwl:id "PATO:0001880" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "caudate" ;
    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." ;
    oboInOwl:hasExactSynonym "sagittate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001881" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Gradually enlarged at the base, like the head of an arrow." ;
    rdfs:label "arrow-shaped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001882" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "limaciform" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001797" ;
    oboInOwl:hasExactSynonym "club-like", "club-shaped", "clubbed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001883" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "clavate" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001886 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001884" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "hydrophobicity" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001887 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001885" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydrophobic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001884 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001886" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "hydrophilicity" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001885 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001887" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydrophilic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001888" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "miscibility" ;
    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." ;
    oboInOwl:hasExactSynonym "crenate", "crenulate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001889" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scalloped" ;
    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." ;
    oboInOwl:hasExactSynonym "trifurcate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001890" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tripartite" ;
    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." ;
    oboInOwl:hasExactSynonym "egg-shaped", "oval", "ovoid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "eccentric" ;
    oboInOwl:id "PATO:0001891" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ovate" ;
    rdfs:subClassOf obo:PATO_0001865, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015011 ;
        owl:someValuesFrom obo:PATO_0000946
    ] .

obo:PATO_0001892
    obo:IAO_0000115 "An odor quality of having decreased odor." ;
    obo:RO_0002604 obo:PATO_0001893 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001892" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased odor" ;
    rdfs:subClassOf obo:PATO_0001331, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001331
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001893
    obo:IAO_0000115 "An odor quality of having increased odor." ;
    obo:RO_0002604 obo:PATO_0001892 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001893" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased odor" ;
    rdfs:subClassOf obo:PATO_0001331, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001331
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001894" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "phenotypic sex" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001895" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "mating type" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001897 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001896" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unlumenized" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001896 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001897" ;
    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\"]." ;
    rdfs:label "lumenized" ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0001898
    obo:IAO_0000115 "A circumference which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001899 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001898" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased circumference" ;
    rdfs:subClassOf obo:PATO_0001648, obo:PATO_0001712 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001648
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001899
    obo:IAO_0000115 "A circumference which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001898 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001899" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased circumference" ;
    rdfs:subClassOf obo:PATO_0001648, obo:PATO_0001713 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001648
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001901 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001900" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "front" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001900 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001901" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "back" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001902" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unidirectional" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001903" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bi-directional" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001904" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "circling direction" ;
    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." ;
    oboInOwl:hasExactSynonym "having physical part" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001905" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "has normal numbers of parts of type" ;
    rdfs:subClassOf obo:PATO_0001555, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015012 ;
        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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001906" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "movement quality" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001907" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "botryoidal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001908" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multinucleate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001909" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "trinucleate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001910" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "folded" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001911" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "circling" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001912" ;
    a owl:Class ;
    rdfs:label "physiological state" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001913" ;
    a owl:Class ;
    rdfs:label "ictal" ;
    rdfs:subClassOf obo:PATO_0001912 .

obo:PATO_0001914
    obo:IAO_0000115 "A physiological state which is characterized by normal electrical activity in neuronal tissue." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001914" ;
    a owl:Class ;
    rdfs:label "non-ictal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001915" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterodorsal to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001916" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterodorsal to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001917" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteroventral to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001918" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posteroventral to" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001919" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised dorsally" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001920" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised ventrally" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001921" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised anteriorly" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001922" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised posteriorly" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001923" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised laterally" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001924" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised medially" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001925" ;
    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." ;
    rdfs:label "surface feature shape" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001926
    obo:IAO_0000115 "A fluorescence which is higher than normal." ;
    obo:RO_0002604 obo:PATO_0001927 ;
    oboInOwl:hasExactSynonym "high fluorescence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001926" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fluorescence" ;
    rdfs:subClassOf obo:PATO_0001290, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001290
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001927
    obo:IAO_0000115 "A fluorescence which is lower than normal." ;
    obo:RO_0002604 obo:PATO_0001926 ;
    oboInOwl:hasExactSynonym "low fluorescence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001927" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fluorescence" ;
    rdfs:subClassOf obo:PATO_0001290, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001290
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasNarrowSynonym "blistering" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001928" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "blistered" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001929" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of shape" ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002503 ;
        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." ;
    obo:RO_0002604 obo:PATO_0001931 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001930" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant shape" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001930 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001931" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "invariant shape" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001932" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alternate placement" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001933" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "opposite" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001934" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "orbicular" ;
    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." ;
    oboInOwl:hasExactSynonym "roundish" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001935" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obtuse" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "obovoid" ;
    oboInOwl:id "PATO:0001936" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obovate" ;
    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." ;
    oboInOwl:hasExactSynonym "spathulate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001937" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spatulate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001938" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rhomboid" ;
    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." ;
    oboInOwl:hasExactSynonym "giant" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001940" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "gigantic" ;
    rdfs:subClassOf obo:PATO_0000586 .

obo:PATO_0001941
    obo:IAO_0000115 "A color consisting of yellow and green hues." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001941" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow green" ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001942
    obo:IAO_0000115 "A color consisting of brown and green hues." ;
    oboInOwl:hasExactSynonym "olive green" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001942" ;
    a owl:Class ;
    rdfs:label "brown green" ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001943
    obo:IAO_0000115 "A purple color which has low saturation and low brightness." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001943" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lilac" ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001944
    obo:IAO_0000115 "A color consisting of yellow and orange hue." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001944" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow orange" ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001945
    obo:IAO_0000115 "A moderate yellow-orange to orange color." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001945" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ochre" ;
    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." ;
    oboInOwl:hasExactSynonym "striped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001946" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "banded" ;
    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." ;
    oboInOwl:hasExactSynonym "net-like", "reticulated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001947" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "netted" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "fluted" ;
    oboInOwl:id "PATO:0001948" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "furrowed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001949" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pointleted" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001950" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blunt" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001951" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "whorled" ;
    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)." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001952" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "distichous" ;
    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." ;
    oboInOwl:hasExactSynonym "crosscutting", "intercrossing", "intersecting" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001953" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decussate" ;
    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." ;
    oboInOwl:hasExactSynonym "awl-shaped", "needle-like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001954" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subulate" ;
    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." ;
    oboInOwl:hasExactSynonym "wedge-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001955" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cuneate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001956" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of size" ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002503 ;
        owl:someValuesFrom obo:PATO_0000117
    ] .

obo:PATO_0001957
    obo:IAO_0000115 "A variability of size which is relatively low." ;
    obo:RO_0002604 obo:PATO_0001958 ;
    oboInOwl:hasExactSynonym "low variability of size" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001957" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of size" ;
    rdfs:subClassOf obo:PATO_0001956, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001956
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001958
    obo:IAO_0000115 "A variability of size which is relatively high." ;
    obo:RO_0002604 obo:PATO_0001957 ;
    oboInOwl:hasExactSynonym "high variability of size" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001958" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of size" ;
    rdfs:subClassOf obo:PATO_0001956, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001956
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0001861 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001959" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "defasciculated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001960" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "interdigitated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "contiguous" ;
    oboInOwl:id "PATO:0001961" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "in contact with" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001962" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "involute" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001963" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "revolute" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001964" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "circinate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001965" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reclinate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001966" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "convolute" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001967" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "actinodromous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001968" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallelodromous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001969" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "craspedodromous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001970" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "brochidodromous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001971" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cladodromous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001972" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reticulodromous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001973" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cuspidate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001974" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "retuse" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001206 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "smooth" ;
    oboInOwl:id "PATO:0001975" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unserrated" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001976" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "serration" ;
    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." ;
    oboInOwl:hasExactSynonym "angulate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001977" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "angular" ;
    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." ;
    oboInOwl:hasExactSynonym "incised" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001978" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cut" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001979" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lobed" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001980" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "digitate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001981" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "auriculate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001982" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "attenuate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001983" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "perfoliate" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001984" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decurrent" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001985" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "frozen" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001986" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dissolved" ;
    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." ;
    oboInOwl:hasExactSynonym "sacular" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001987" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saccular" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001988" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "quadrangular" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "twisted" ;
    oboInOwl:id "PATO:0001989" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sinuous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001990" ;
    a owl:Class ;
    rdfs:comment "MAH: I think this term should be obsoleted. Is it used?" ;
    rdfs:label "duration of disease" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001991" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "immortal" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001992" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "cellularity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001993" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multicellular" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001994" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unicellular" ;
    rdfs:subClassOf obo:PATO_0001992 .

obo:PATO_0001995
    obo:IAO_0000115 "A quality that inheres in an entire organism or part of an organism." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001995" ;
    a owl:Class ;
    rdfs:label "organismal quality" ;
    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." ;
    obo:RO_0002604 obo:PATO_0000470 ;
    oboInOwl:hasAlternativeId "PATO:0000419", "PATO:0000468" ;
    oboInOwl:hasExactSynonym "decreased number", "present in fewer numbers in organism" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "decreased", "reduced", "subnumerary" ;
    oboInOwl:id "PATO:0001997" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased amount" ;
    rdfs:subClassOf obo:PATO_0000467, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000070
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001998
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of its visibility." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001998" ;
    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." ;
    rdfs:label "conspicuousness" ;
    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." ;
    oboInOwl:hasExactSynonym "loss of" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0001999" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "lacks parts or has fewer parts of type" ;
    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." ;
    oboInOwl:hasAlternativeId "PATO:0001557" ;
    oboInOwl:hasDbXref "OBO_REL:lacks_part" ;
    oboInOwl:hasExactSynonym "lacks all physical parts of type" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002000" ;
    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." ;
    rdfs:label "lacks all parts of type" ;
    rdfs:subClassOf obo:PATO_0001999, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015012 ;
        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." ;
    obo:RO_0002604 obo:PATO_0002002 ;
    oboInOwl:hasAlternativeId "PATO:0001569" ;
    oboInOwl:hasExactSynonym "decreased number of", "has decreased number of", "has fewer physical parts of type" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002001" ;
    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." ;
    rdfs:label "has fewer parts of type" ;
    rdfs:subClassOf obo:PATO_0001997, obo:PATO_0001999, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001999
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002001 ;
    oboInOwl:hasAlternativeId "PATO:0001560" ;
    oboInOwl:hasExactSynonym "has extra parts of", "has increased number of", "having extra physical parts", "having supernumerary physical parts", "increased number of" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002002" ;
    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." ;
    rdfs:label "has extra parts of type" ;
    rdfs:subClassOf obo:PATO_0000470, obo:PATO_0002083, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002083
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002003
    obo:IAO_0000115 "A quality that inheres in an entire population or part of a population." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002003" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "population quality" ;
    rdfs:subClassOf obo:PATO_0001241 ;
    owl:disjointWith obo:PATO_0040057 .

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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002004" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Consider PATO:0001925" ;
    rdfs:label "obsolete surface shape" ;
    owl:deprecated true .

obo:PATO_0002005
    obo:IAO_0000115 "Surface shape that refers to the inward or outward curvature of the surface." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002005" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "concavity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "2-D projection", "cross-sectional" ;
    oboInOwl:id "PATO:0002006" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "2-D shape" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002008 ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/0/06/Convex_polygon_illustration1.png" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002007" ;
    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." ;
    rdfs:label "convex 3-D shape" ;
    rdfs:subClassOf obo:PATO_0002266, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015011 ;
        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." ;
    obo:RO_0002604 obo:PATO_0002007 ;
    oboInOwl:hasDbXref "Image:http://en.wikipedia.org/wiki/Image:Convex_polygon_illustration2.png" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002008" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "concave 3-D shape" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002009" ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "branchiness" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002010" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "looseness" ;
    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." ;
    oboInOwl:hasExactSynonym "tumorous" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002011" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002012" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "coating" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002013" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "fasciculation" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002014" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "structure, cavities" ;
    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" ;
    oboInOwl:id "PATO:0002016" ;
    a owl:Class ;
    rdfs:label "magnitude" ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0002017
    obo:RO_0002604 obo:PATO_0002018 ;
    oboInOwl:hasExactSynonym "high magnitude" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002017" ;
    a owl:Class ;
    rdfs:label "increased magnitude" ;
    rdfs:subClassOf obo:PATO_0002016 .

obo:PATO_0002018
    obo:RO_0002604 obo:PATO_0002017 ;
    oboInOwl:hasExactSynonym "low magnitude" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002018" ;
    a owl:Class ;
    rdfs:label "decreased magnitude" ;
    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." ;
    oboInOwl:hasNarrowSynonym "agenesis" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002019" ;
    a owl:Class ;
    rdfs:label "aplastic growth" ;
    rdfs:subClassOf obo:PATO_0001433 .

obo:PATO_0002020
    obo:IAO_0000115 "Pink color having high brightness and low saturation." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002020" ;
    a owl:Class ;
    rdfs:label "pale pink" ;
    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)." ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/d/d2/Cone_3d.png" ;
    oboInOwl:hasExactSynonym "cone-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002021" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "conical" ;
    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)." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002022" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "villiform" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002023" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "apical-basal polarity" ;
    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." ;
    oboInOwl:hasExactSynonym "rostral-caudal polarity", "superior-caudal polarity (human torso)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002024" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterior-posterior polarity" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002025" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "external angle" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001818 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2008-12-18T12:49:19Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002026" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-progressive" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T10:53:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002027" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "osmolality" ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0002028
    obo:IAO_0000115 "An osmolality which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002029 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T10:55:33Z" ;
    oboInOwl:hasExactSynonym "low osmolality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002028" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased osmolality" ;
    rdfs:subClassOf obo:PATO_0001997, obo:PATO_0002027, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002027
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002029
    obo:IAO_0000115 "An osmolality which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002028 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T10:56:19Z" ;
    oboInOwl:hasExactSynonym "high osmolality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002029" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased osmolality" ;
    rdfs:subClassOf obo:PATO_0000470, obo:PATO_0002027, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002027
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T11:13:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002030" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "specificity to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T11:23:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002031" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "upturned" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T11:38:49Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002032" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "forward scatter" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T11:39:36Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002033" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "side scatter" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-01-27T11:53:46Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "unseparated" ;
    oboInOwl:id "PATO:0002034" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "undivided" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-02-01T02:04:11Z" ;
    oboInOwl:hasExactSynonym "ipsilateral" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002035" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ipsilateral to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-02-01T02:06:20Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002036" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "axial to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-02-03T11:13:19Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002037" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "degeneration" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002038
    obo:IAO_0000115 "A structural quality inhering in a bearer whose structure which does not deteriorate." ;
    obo:RO_0002604 obo:PATO_0000639 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-02-03T11:14:54Z" ;
    oboInOwl:hasExactSynonym "not degenerate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002038" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-degenerate" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002040 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002039" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "biconcave" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002039 ;
    oboInOwl:hasDbXref "Image:http://www.thefreedictionary.com/_/viewer.aspx?path=hm&name=A4bicovx" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002040" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "biconvex" ;
    rdfs:subClassOf obo:PATO_0001355 .

obo:PATO_0002041
    obo:IAO_0000115 "A diameter that is along the anterior-posterior axis." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002041" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "anterior-posterior diameter" ;
    rdfs:subClassOf obo:PATO_0001334 .

obo:PATO_0002042
    obo:IAO_0000115 "An anterior-posterior diameter quality which is relatively small." ;
    obo:RO_0002604 obo:PATO_0002043 ;
    oboInOwl:hasExactSynonym "low anterior-posterior diameter" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002042" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased anterior-posterior diameter" ;
    rdfs:subClassOf obo:PATO_0001715, obo:PATO_0002041 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002041
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002043
    obo:IAO_0000115 "An anterior-posterior diameter quality which is relatively large." ;
    obo:RO_0002604 obo:PATO_0002042 ;
    oboInOwl:hasExactSynonym "high anterior-posterior diameter" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002043" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased anterior-posterior diameter" ;
    rdfs:subClassOf obo:PATO_0001714, obo:PATO_0002041 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002041
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    oboInOwl:hasExactSynonym "trapezoidal" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002044" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "trapezoid" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-02-15T08:11:41Z" ;
    oboInOwl:hasExactSynonym "dendriform", "dendroid", "dendroidal" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002045" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dendritic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-03T04:16:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002046" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "abaxial to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-03T04:22:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002047" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adaxial to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-03T04:30:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "heterogeneity" ;
    oboInOwl:id "PATO:0002048" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "mosaicism" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-13T12:36:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002049" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateral and rotional curvature" ;
    rdfs:subClassOf obo:PATO_0001787 .

obo:PATO_0002050
    obo:IAO_0000115 "An amount which normal." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-20T11:16:22Z" ;
    oboInOwl:hasExactSynonym "present in normal numbers in organism" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002050" ;
    a owl:Class ;
    rdfs:label "normal amount" ;
    rdfs:subClassOf obo:PATO_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015012 ;
        owl:someValuesFrom obo:PATO_0001905
    ] .

obo:PATO_0002051
    obo:IAO_0000115 "An occurrence which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002052 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-26T11:10:11Z" ;
    oboInOwl:hasExactSynonym "increased incidence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002051" ;
    a owl:Class ;
    rdfs:label "increased occurrence" ;
    rdfs:subClassOf obo:PATO_0000057, obo:PATO_0002304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002052
    obo:IAO_0000115 "An occurrence which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002051 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-26T11:12:35Z" ;
    oboInOwl:hasExactSynonym "decreased incidence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002052" ;
    a owl:Class ;
    rdfs:label "decreased occurrence" ;
    rdfs:subClassOf obo:PATO_0000057, obo:PATO_0002302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-26T03:02:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002053" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorso-ventrally flattened" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-26T03:03:37Z" ;
    oboInOwl:hasExactSynonym "laterally flattened" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "transversely flattened" ;
    oboInOwl:id "PATO:0002054" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "laterally compressed" ;
    rdfs:subClassOf obo:PATO_0002254 .

obo:PATO_0002055
    obo:IAO_0000115 "A fragility which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002056 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-26T04:01:37Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002055" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fragility" ;
    rdfs:subClassOf obo:PATO_0001362, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001362
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002056
    obo:IAO_0000115 "A fragility which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002055 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-26T04:02:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002056" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fragility" ;
    rdfs:subClassOf obo:PATO_0001362, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001362
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002057
    obo:IAO_0000115 "An area which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002058 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-30T04:11:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002057" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased area" ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0001323 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001323
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002058
    obo:IAO_0000115 "An area which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002057 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-03-30T04:12:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002058" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased area" ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0001323 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001323
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-05-27T02:25:33Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002059" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "emmision wavelength" ;
    rdfs:subClassOf obo:PATO_0001299 .

obo:PATO_0002060
    obo:IAO_0000115 "The specific wavelength of radiation that can be retained by a bearer." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-05-27T02:33:32Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002060" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "absorption wavelength" ;
    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
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-06-05T09:16:46Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002062" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "physical quality of a process" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-07-01T01:44:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002063" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "columnar" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-07-01T01:46:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002064" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fenestrated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-07-01T01:48:19Z" ;
    oboInOwl:hasExactSynonym "stellate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002065" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "star shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-07-01T01:50:40Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002066" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "crystal configuration" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-07-01T02:30:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002067" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "stratification" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002069 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-07-01T02:31:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002068" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "stratified" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002068 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-07-01T02:33:41Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002069" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unstratified" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T01:16:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002070" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "affinity" ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002071
    obo:IAO_0000115 "An affinity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002072 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T01:29:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002071" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased affinity" ;
    rdfs:subClassOf obo:PATO_0002070, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002070
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002072
    obo:IAO_0000115 "An affinity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002071 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T01:30:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002072" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased affinity" ;
    rdfs:subClassOf obo:PATO_0002070, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002070
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T01:41:44Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002073" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "avidity" ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002074
    obo:IAO_0000115 "An avidity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002075 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T01:45:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002074" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased avidity" ;
    rdfs:subClassOf obo:PATO_0002073, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002073
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002075
    obo:IAO_0000115 "An avidity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002074 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T01:45:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002075" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased avidity" ;
    rdfs:subClassOf obo:PATO_0002073, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002073
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T02:04:48Z" ;
    oboInOwl:hasExactSynonym "movement behavioural quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002076" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "movement behavioral quality" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T02:11:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002077" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "stacked" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-18T02:19:20Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002078" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hollow" ;
    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 separated into two contiguous wholes." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-21T10:18:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002080" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "broken into two pieces" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-21T10:18:51Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002081" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "shattered" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-21T10:20:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002082" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "partially broken" ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0002083
    obo:IAO_0000115 "Having extra or fewer parts." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-21T10:41:58Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002083" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "altered number of" ;
    rdfs:subClassOf obo:PATO_0000051, obo:PATO_0001555 .

obo:PATO_0002084
    obo:IAO_0000115 "The period after death of the organism." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-25T11:29:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002084" ;
    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\"." ;
    rdfs:label "obsolete post-mortem" ;
    owl:deprecated true .

obo:PATO_0002085
    obo:IAO_0000115 "The period before death of the organism." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-25T11:31:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002085" ;
    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\"." ;
    rdfs:label "obsolete pre-mortem" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-09-30T09:53:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002087" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bullet-shaped" ;
    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 containing one cyst - a formation of a sac-like closed membranous structure not associated with neoplasia." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-01T03:00:20Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002088" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "monocystic" ;
    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 sac-like closed membranous structures not associated with neoplasia." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-01T03:02:54Z" ;
    oboInOwl:hasExactSynonym "multicystic" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002089" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "polycystic" ;
    rdfs:subClassOf obo:PATO_0001673 .

obo:PATO_0002090
    obo:IAO_0000115 "A morphology quality inhering in a tumour by virtue of the bearer's exhibiting the morphological characteristics of a glandular epithelial cell." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T11:25:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002090" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adenomatous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T11:31:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002091" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "subacute" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T11:45:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002092" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anaplastic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:01:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002093" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ballooning" ;
    rdfs:subClassOf obo:PATO_0000595 .

obo:PATO_0002094
    obo:IAO_0000115 "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for basic dyes under specific pH conditions." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:05:23Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002094" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "basophilic" ;
    rdfs:subClassOf obo:PATO_0070045 .

obo:PATO_0002095
    obo:IAO_0000115 "A disposition inhering in a tumour to progress or fail to progress during it's life time." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:15:02Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002095" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "obsolete neoplasm disposition" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:47:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "benign" ;
    oboInOwl:id "PATO:0002096" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, non-malignant" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:50:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002097" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, malignant" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:54:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002098" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, metastatic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002100 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:58:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002099" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "differentiated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002099 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T12:59:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002100" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "undifferentiated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T01:09:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "trans-differentiated" ;
    oboInOwl:id "PATO:0002101" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "metaplastic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T01:16:31Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002102" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "proliferative" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T01:27:56Z" ;
    oboInOwl:hasExactSynonym "infiltrating" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002103" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "infiltrative" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T01:37:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002104" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflamed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T01:55:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002105" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hemorrhagic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T02:53:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002106" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "poorly differentiated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T02:58:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002107" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "peripheral" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T03:04:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002108" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "papillary" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T03:09:27Z" ;
    oboInOwl:hasExactSynonym "cheese-like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002109" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "caseous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T03:26:29Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002110" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "well differentiated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T03:29:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002111" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "moderately well differentiated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001821 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T03:37:05Z" ;
    oboInOwl:hasAlternativeId "PATO:0000649" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "permeable", "pierced" ;
    oboInOwl:id "PATO:0002112" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "perforate" ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002113
    obo:IAO_0000115 "Perforated like a sieve." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T03:38:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002113" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cribriform" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T03:47:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002114" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fatty" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T04:01:01Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002115" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fibrinoid" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T04:03:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002116" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fibrinopurulent" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-05T04:11:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002117" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "glandular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T03:28:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002118" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multiple" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T03:45:58Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002119" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydropic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T03:56:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "purulent" ;
    oboInOwl:id "PATO:0002120" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "suppurative" ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002121
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's structure resembling an irregular meshwork with cross-linking struts." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T03:57:55Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002121" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "trabecular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T04:29:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002122" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mixed" ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002123
    obo:IAO_0000115 "Being smallest in amount, extent or degree." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T04:33:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002123" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "minimal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T04:37:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002124" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "laminar" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T04:40:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002125" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "nodular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T04:42:11Z" ;
    oboInOwl:hasExactSynonym "bony" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002126" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "osseous" ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002127
    obo:IAO_0000115 "A hardness quality of being rigid and resistant to pressure and fibrous." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T04:49:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002127" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scirrhous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T04:51:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002128" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "serous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T05:02:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002129" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, invasive" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T05:03:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002130" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, deeply invasive" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-13T06:38:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002131" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "abduction" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-06T05:04:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002132" ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, non-invasive" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-13T06:41:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002133" ;
    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." ;
    rdfs:label "adduction" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-26T12:53:47Z" ;
    oboInOwl:hasExactSynonym "fibrillate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002134" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fibrillary" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-26T01:03:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002135" ;
    a owl:Class ;
    rdfs:label "delayed closure" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-26T01:14:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002136" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radiopacity" ;
    rdfs:subClassOf obo:PATO_0070060 .

obo:PATO_0002137
    obo:IAO_0000115 "A radiopacity quality inhering in a bearer by virtue of the bearer's prevention of the passage of electromagnetic radiation." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-26T01:16:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002137" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "radiopaque" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-26T01:20:24Z" ;
    oboInOwl:hasExactSynonym "edibleness" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002138" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "edibility" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002140 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-26T01:21:34Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002139" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "edible" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002139 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-26T01:22:27Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002140" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inedible" ;
    rdfs:subClassOf obo:PATO_0002138 .

obo:PATO_0002141
    obo:IAO_0000115 "A density quality which lacks pattern." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-28T01:57:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002141" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular density" ;
    rdfs:subClassOf obo:PATO_0001019 .

obo:PATO_0002142
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-28T03:14:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002142" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bracket" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002143
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-30T02:18:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002143" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sloped downward" ;
    rdfs:subClassOf obo:PATO_0001481 .

obo:PATO_0002144
    obo:IAO_0000115 "A radiopacity that is relatively high." ;
    obo:RO_0002604 obo:PATO_0002145 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-30T03:30:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002144" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased radiopacity" ;
    rdfs:subClassOf obo:PATO_0002136, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002136
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002145
    obo:IAO_0000115 "A radiopacity that is relatively low." ;
    obo:RO_0002604 obo:PATO_0002144 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-30T03:31:31Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002145" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased radiopacity" ;
    rdfs:subClassOf obo:PATO_0002136, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002136
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-30T05:04:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002146" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "virulence" ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0002147
    obo:IAO_0000115 "A virulence that is relatively low." ;
    obo:RO_0002604 obo:PATO_0002148 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-30T05:05:02Z" ;
    oboInOwl:hasExactSynonym "attenuated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002147" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reduced virulence" ;
    rdfs:subClassOf obo:PATO_0002146, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002146
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002148
    obo:IAO_0000115 "A virulence that is relatively high." ;
    obo:RO_0002604 obo:PATO_0002147 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-10-30T05:13:10Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002148" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased virulence" ;
    rdfs:subClassOf obo:PATO_0002146, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002146
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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)." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-03T02:59:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002149" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ivory" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T01:13:10Z" ;
    oboInOwl:hasExactSynonym "splayed inferior (human torso)", "splayed posterior" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002150" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed caudal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T01:14:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "splayed posterior (human torso)" ;
    oboInOwl:id "PATO:0002151" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed dorsal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T01:14:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002152" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed lateral" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T01:14:31Z" ;
    oboInOwl:hasExactSynonym "splayed anterior", "splayed superior (human torso)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002153" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed rostral" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T01:14:42Z" ;
    oboInOwl:hasExactSynonym "splayed anterior (human torso)", "splayed inferior (human head)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002154" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed ventral" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T02:23:28Z" ;
    oboInOwl:hasExactSynonym "internally rotated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002155" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "medially rotated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T02:25:10Z" ;
    oboInOwl:hasExactSynonym "externally rotated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002156" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "laterally rotated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-06T03:34:15Z" ;
    oboInOwl:hasAlternativeId "PATO:0002160" ;
    oboInOwl:hasExactSynonym "partial dislocated towards", "subluxation", "suluxated towards" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002157" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "partially dislocated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-11T02:37:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002161" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bicornuate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-26T02:34:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002162" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "high-arched" ;
    rdfs:subClassOf obo:PATO_0001594, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001594
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-11-26T04:50:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002163" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "herniated into" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-12-02T10:06:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002164" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved medial" ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0002165
    obo:IAO_0000115 "To bent or hang downwards." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-12-02T03:32:55Z" ;
    oboInOwl:hasExactSynonym "sagging" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002165" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "drooping" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-12-02T04:10:10Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002166" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "premature closure" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2009-12-02T05:19:32Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002167" ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "herniated out of" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-01-14T04:45:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "mislocalised to" ;
    oboInOwl:id "PATO:0002168" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "displaced to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-03T04:37:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002169" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split medially" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-03T04:37:40Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002170" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split laterally" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-03T04:37:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002171" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split bilaterally" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-03T04:42:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002172" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split radially" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-22T03:18:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002173" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "misaligned towards" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-22T03:18:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002174" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "misaligned away from" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-25T09:14:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002175" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "spatial deviation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-25T09:16:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002176" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "deviation towards the lateral side" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-25T09:16:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002177" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "deviation towards the medial side" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-25T11:24:58Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002178" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised radially" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-25T12:34:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002179" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised proximally" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-02-28T08:54:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002180" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "straight" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-01T02:56:33Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002181" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "displaced" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:18:15Z" ;
    oboInOwl:hasAlternativeId "PATO:0002061" ;
    oboInOwl:hasExactSynonym "relational molecular quality" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002182" ;
    a owl:Class ;
    rdfs:label "molecular quality" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:19:46Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002183" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cyclicity" ;
    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)." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:20:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002184" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cyclic cyclicity" ;
    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)." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:21:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002185" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "acyclic cyclicity" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:22:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002186" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "polarity" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:22:49Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002187" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "polar polarity" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:24:01Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002188" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "nonpolar polarity" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:24:47Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002189" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electric polarizability" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:25:27Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002190" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "aromaticity" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002192 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:25:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002191" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "aromatic" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002191 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:26:41Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002192" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-aromatic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:28:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002193" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electric charge" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:29:37Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002194" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "neutral charge" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002196 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:30:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002195" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "positive charge" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002195 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:30:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002196" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "negative charge" ;
    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 ." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-10T03:31:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002197" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electronegativity" ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002198
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of its constitution." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-15T04:35:27Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002198" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a substance" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-15T04:36:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002199" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "meltability" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-15T04:38:02Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002200" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "vaporizability" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2010-03-22T05:48:33Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002201" ;
    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." ;
    rdfs:label "handedness" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2010-03-22T05:49:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002202" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "left handedness" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2010-03-22T05:49:19Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002203" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "right handedness" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2010-03-22T05:49:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002204" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ambidextrous handedness" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-03-25T09:42:51Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002205" ;
    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." ;
    rdfs:label "capacitance" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-05-07T12:11:47Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002206" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "neonatal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-05-14T11:40:24Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002207" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "insertion depth" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T12:13:12Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002208" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spoon-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T12:16:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002209" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "incisiform" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T12:19:08Z" ;
    oboInOwl:hasExactSynonym "bulb-shaped", "bulblike" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "swollen" ;
    oboInOwl:id "PATO:0002210" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bulbous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T12:26:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002211" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "recurved" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T01:32:26Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "gracile" ;
    oboInOwl:id "PATO:0002212" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "slender" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T01:47:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002213" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obclavate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T01:54:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002214" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bilobed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T01:57:46Z" ;
    oboInOwl:hasExactSynonym "falcate", "hooked", "scythe-shaped", "sickle-shaped", "unciform", "uncinate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002215" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "falciform" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T02:00:37Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "Ubiquitylation" ;
    oboInOwl:id "PATO:0002216" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ubiquinated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T02:04:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002217" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "nitrated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-08T02:08:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002218" ;
    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." ;
    rdfs:label "demyelinated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-09T01:43:42Z" ;
    oboInOwl:hasExactSynonym "fan-like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002219" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fan-shaped" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002263 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-09T01:50:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002220" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "phosphorylated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002222 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-09T01:51:52Z" ;
    oboInOwl:hasExactSynonym "hyperphosphorylated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002221" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased phosphorylation" ;
    rdfs:subClassOf obo:PATO_0002220, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002220
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002221 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-09T01:54:22Z" ;
    oboInOwl:hasExactSynonym "hypophosporylated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002222" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased phosphorylation" ;
    rdfs:subClassOf obo:PATO_0002220, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002220
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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)." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-09T01:59:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002223" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "oxidized" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-13T04:12:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002224" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "V-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-13T04:14:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002225" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "L-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-13T04:22:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002226" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subcylindrical" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-13T04:29:32Z" ;
    oboInOwl:hasExactSynonym "cup-like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002227" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cup-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-15T09:03:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002228" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "acuminate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-19T12:18:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002229" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subrectangular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-19T12:20:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002230" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subtriangular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-19T12:23:02Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002231" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multifid" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-19T01:02:27Z" ;
    oboInOwl:hasExactSynonym "half circle", "semicircle" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002232" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "semicircular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-19T02:43:53Z" ;
    oboInOwl:hasExactSynonym "distant from", "remote from" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002233" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "far from" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-19T04:25:58Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002234" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "emarginate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-19T04:29:05Z" ;
    oboInOwl:hasExactSynonym "blade-shaped", "ensiform", "sword-like", "sword-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002235" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blade-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-23T02:19:14Z" ;
    oboInOwl:hasExactSynonym "wing-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002236" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "aliform" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-23T02:22:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002237" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "retrorse" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-23T02:22:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002238" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "antrorse" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-23T02:25:24Z" ;
    oboInOwl:hasExactSynonym "figure 8 shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002239" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hourglass-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-23T02:31:11Z" ;
    oboInOwl:hasExactSynonym "drop shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002240" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "teardrop-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-28T12:57:46Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002241" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "trilobed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-28T02:52:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002242" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "velocity" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-28T03:00:20Z" ;
    oboInOwl:hasExactSynonym "volume flow rate", "volumetric flow rate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002243" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fluid flow rate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-07-28T03:02:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002244" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "mass flow rate" ;
    rdfs:subClassOf obo:PATO_0001574 .

obo:PATO_0002245
    obo:IAO_0000115 "A force which relative high." ;
    obo:RO_0002604 obo:PATO_0002246 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-04T11:12:20Z" ;
    oboInOwl:hasExactSynonym "increased force amplitude" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002245" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased force" ;
    rdfs:subClassOf obo:PATO_0001035, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001035
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002246
    obo:IAO_0000115 "A force which is relative low." ;
    obo:RO_0002604 obo:PATO_0002245 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-04T11:13:13Z" ;
    oboInOwl:hasExactSynonym "decreased force amplitude" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002246" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased force" ;
    rdfs:subClassOf obo:PATO_0001035, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001035
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-09T04:14:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002247" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "degree of pigmentation" ;
    rdfs:subClassOf obo:PATO_0000141, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002610 ;
        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." ;
    obo:RO_0002604 obo:PATO_0002249 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-09T04:16:49Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002248" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pigmented" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002248 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-09T04:17:04Z" ;
    oboInOwl:hasExactSynonym "depigmented" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002249" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unpigmented" ;
    rdfs:subClassOf obo:PATO_0002247 .

obo:PATO_0002250
    obo:IAO_0000115 "A degree of pigmentation quality that is relatively high." ;
    obo:RO_0002604 obo:PATO_0002251 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-09T04:17:19Z" ;
    oboInOwl:hasExactSynonym "hyperpigmented" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002250" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased pigmentation" ;
    rdfs:subClassOf obo:PATO_0002248, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002248
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002251
    obo:IAO_0000115 "A degree of pigmentation quality that is relative low." ;
    obo:RO_0002604 obo:PATO_0002250 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-09T04:17:37Z" ;
    oboInOwl:hasExactSynonym "hypopigmented" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002251" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased pigmentation" ;
    rdfs:subClassOf obo:PATO_0002248, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002248
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-16T03:57:42Z" ;
    oboInOwl:hasExactSynonym "antero-posteriorly compressed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002252" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "antero-posteriorly flattened" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-16T03:57:48Z" ;
    oboInOwl:hasExactSynonym "plate-like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002253" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "platelike" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-08-16T03:59:34Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "compressed" ;
    oboInOwl:id "PATO:0002254" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Becoming flat but not necessarily completely flat." ;
    rdfs:label "flattened" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-01T10:27:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "channeled", "creased" ;
    oboInOwl:id "PATO:0002255" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "grooved" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-08T02:21:50Z" ;
    oboInOwl:hasExactSynonym "tricuspid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002256" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tricuspidate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-08T02:23:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002257" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multicuspidate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-08T03:15:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002258" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pointed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-08T03:20:06Z" ;
    oboInOwl:hasAlternativeId "PATO:0001771" ;
    oboInOwl:hasExactSynonym "approaches", "close to", "near to", "vicinity of" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002259" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adjacent to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-08T03:27:21Z" ;
    oboInOwl:hasExactSynonym "semi upright" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002260" ;
    a owl:Class ;
    rdfs:label "semi erect" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-09T09:36:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002261" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "located in" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-16T08:57:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002262" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "phosphorylation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002220 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-16T09:04:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002263" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dephosphorylated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-16T10:22:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002264" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "organization quality" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-09-21T06:56:58Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002265" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "behavioural activity" ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0002266
    obo:IAO_0000115 "A shape that inheres in a 3 dimensional entity." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-10-05T12:31:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002266" ;
    a owl:Class ;
    rdfs:label "3-D shape" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002267
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-10-05T12:34:31Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002267" ;
    a owl:Class ;
    rdfs:label "edge shape" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-10-05T01:09:32Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002268" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "centered" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-10-26T01:57:02Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "pooled" ;
    oboInOwl:id "PATO:0002269" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "accumulation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002271 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-10-26T02:00:20Z" ;
    oboInOwl:hasExactSynonym "accumulated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002270" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased accumulation" ;
    rdfs:subClassOf obo:PATO_0002269 .

obo:PATO_0002271
    obo:IAO_0000115 "An accumulation which is relative low." ;
    obo:RO_0002604 obo:PATO_0002270 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-10-26T02:04:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002271" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased accumulation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-10-26T02:07:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002272" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallel to" ;
    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,." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-11-16T11:17:32Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002273" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "marbled" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-11-16T11:22:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002274" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mottled" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-11-16T11:24:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002275" ;
    oboInOwl:inSubset pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "high contrast color pattern" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-11-16T11:30:40Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002276" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "barred" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2010-12-12T12:37:41Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002277" ;
    a owl:Class ;
    rdfs:label "iridescent" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-01-20T05:39:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002278" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "articulated with" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-01-20T05:39:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002279" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "tightly articulated with" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-01-20T05:40:29Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002280" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "broadly articulated with" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-02-07T03:13:18Z" ;
    oboInOwl:hasExactSynonym "bicuspid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002281" ;
    a owl:Class ;
    rdfs:label "biscupidate" ;
    rdfs:subClassOf obo:PATO_0002257 .

obo:PATO_0002282
    obo:IAO_0000115 "A mobility which is relative high." ;
    obo:RO_0002604 obo:PATO_0002283 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-03-09T09:16:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002282" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased mobility" ;
    rdfs:subClassOf obo:PATO_0000299, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000299
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002283
    obo:IAO_0000115 "A mobility which is relative low." ;
    obo:RO_0002604 obo:PATO_0002282 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-03-09T09:16:47Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002283" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased mobility" ;
    rdfs:subClassOf obo:PATO_0000299, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000299
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-03-10T08:41:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002284" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "tension" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002286 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-03-10T09:07:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002285" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased branchiness" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002285 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-03-10T09:08:37Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002286" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased branchiness" ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0002287
    obo:IAO_0000115 "An elasticity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002288 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-03-30T11:50:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002287" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased elasticity" ;
    rdfs:subClassOf obo:PATO_0001171, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001171
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002288
    obo:IAO_0000115 "An elasticity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002287 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-03-30T11:50:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002288" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased elasticity" ;
    rdfs:subClassOf obo:PATO_0001171, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001171
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-04-04T08:44:10Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002289" ;
    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." ;
    rdfs:label "setose" ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0002290
    obo:IAO_0000115 "Decreased size or absence of organ, tissue or cell due to a reduction in cell numbers." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-04-18T05:11:33Z" ;
    oboInOwl:hasExactSynonym "aplasia/hypoplasia" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002290" ;
    a owl:Class ;
    rdfs:label "aplastic/hypoplastic" ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0002291
    obo:IAO_0000115 "Absence of a tissue or organ due to failure to develop." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-04-18T05:17:34Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002291" ;
    a owl:Class ;
    rdfs:label "agenesis" ;
    rdfs:subClassOf obo:PATO_0040060 .

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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-05-03T03:01:59Z" ;
    oboInOwl:hasExactSynonym "transient structure" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002292" ;
    a owl:Class ;
    rdfs:comment "For example, structures undergoing endochondral ossification change in composition from cartilaginous to ossified." ;
    rdfs:label "transient" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-05-03T03:03:50Z" ;
    oboInOwl:hasExactSynonym "permanent structure" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002293" ;
    a owl:Class ;
    rdfs:label "permanent" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002294
    obo:IAO_0000115 "A texture that is uniformly covered in short, oblong, or trench-like depressions." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-05-03T03:12:47Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002294" ;
    a owl:Class ;
    rdfs:label "scrobiculate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-05-17T07:57:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002295" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "areolate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-05-17T07:59:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "foveolate", "pitted" ;
    oboInOwl:id "PATO:0002296" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "foveate" ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0002297
    obo:IAO_0000115 "A cellular motility which is lower relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0002298 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002297" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased cellular motility" ;
    rdfs:subClassOf obo:PATO_0001488, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001488
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002298
    obo:IAO_0000115 "A cellular motility which is higher relative to the normal or average." ;
    obo:RO_0002604 obo:PATO_0002297 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002298" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased cellular motility" ;
    rdfs:subClassOf obo:PATO_0001488, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001488
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002299
    obo:IAO_0000115 "A cylindrical shape that is hollow." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-08T06:33:50Z" ;
    oboInOwl:hasExactSynonym "tube like", "tube-shaped", "tubulate" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002299" ;
    a owl:Class ;
    rdfs:label "tubular" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002301 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-16T06:39:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002300" ;
    a owl:Class ;
    rdfs:label "increased quality" ;
    rdfs:subClassOf obo:PATO_0000069, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015007 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002300 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-16T06:40:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002301" ;
    a owl:Class ;
    rdfs:label "decreased quality" ;
    rdfs:subClassOf obo:PATO_0000069, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015008 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002304 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-16T06:50:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002302" ;
    a owl:Class ;
    rdfs:label "decreased process quality" ;
    rdfs:subClassOf obo:PATO_0001236, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001236
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002305 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-16T06:51:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002303" ;
    a owl:Class ;
    rdfs:label "decreased object quality" ;
    rdfs:subClassOf obo:PATO_0001241, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001241
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002302 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-16T06:53:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002304" ;
    a owl:Class ;
    rdfs:label "increased process quality" ;
    rdfs:subClassOf obo:PATO_0001236, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001236
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002303 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-16T06:54:01Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002305" ;
    a owl:Class ;
    rdfs:label "increased object quality" ;
    rdfs:subClassOf obo:PATO_0001241, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001241
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-27T11:22:50Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002306" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "equilateral triangular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-27T11:23:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002307" ;
    oboInOwl:inSubset pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "isosceles triangular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-06-27T11:24:24Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002308" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "scalene triangular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-09-09T04:50:10Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002309" ;
    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)." ;
    rdfs:label "fiber shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-09-20T06:23:31Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002310" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "robust" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002311
    obo:IAO_0000115 "Having a fringe or border of hairlike or fingerlike projections." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-09-22T03:52:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002311" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fimbriated" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002312
    obo:IAO_0000115 "Consisting of segments or similar parts arranged in a longitudinal series." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-03T03:42:23Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002312" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "segmented" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002313
    obo:IAO_0000115 "Having or resembling the shape of a telescope." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-03T03:49:26Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002313" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "telescopic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-03T03:57:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002314" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ligamentous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-03T03:59:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002315" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "brush-like shape" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002316
    obo:IAO_0000115 "Being separate or discrete from other skeletal elements." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-03T04:17:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "free" ;
    oboInOwl:id "PATO:0002316" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "autogenous" ;
    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.""" ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-12T12:33:07Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002317" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallelogram" ;
    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" ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-12T12:45:16Z" ;
    oboInOwl:hasExactSynonym "Lamé curve" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002318" ;
    a owl:Class ;
    rdfs:label "superelliptic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-12T12:47:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002319" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "squircle" ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002320
    obo:IAO_0000115 "A superelliptic shape inhering in a bearer by virtue of the bearer's shape resembling a diamond." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-12T12:49:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002320" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "diamond shaped" ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002321
    obo:RO_0002604 obo:PATO_0002322 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-12T12:50:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002321" ;
    a owl:Class ;
    rdfs:label "hypoelliptic" ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002322
    obo:RO_0002604 obo:PATO_0002321 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-10-12T12:51:19Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002322" ;
    a owl:Class ;
    rdfs:label "hyperelliptic" ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002323
    obo:IAO_0000115 "A temporal distribution pattern of process occurrences within a regulation/reference process." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-11-22T01:12:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002323" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "temporal distribution quality" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-11-23T11:46:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "completeness", "extent" ;
    oboInOwl:id "PATO:0002324" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "offset quality" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-11-23T11:47:34Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "initiation" ;
    oboInOwl:id "PATO:0002325" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "onset quality" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-11-23T12:06:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002326" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "angle" ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002327
    obo:IAO_0000115 "An angle which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002328 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-11-23T12:06:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002327" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased angle to" ;
    rdfs:subClassOf obo:PATO_0001475, obo:PATO_0002326 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002326
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002328
    obo:IAO_0000115 "An angle which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002327 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2011-11-23T12:06:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002328" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased angle to" ;
    rdfs:subClassOf obo:PATO_0001476, obo:PATO_0002326 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002326
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T11:40:23Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002329" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hyponastic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T11:57:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002330" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblanceolate" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002332 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T12:28:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "resinous" ;
    oboInOwl:id "PATO:0002331" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "adhesive" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002331 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T12:28:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "non-resinous" ;
    oboInOwl:id "PATO:0002332" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-adhesive" ;
    rdfs:subClassOf obo:PATO_0001431 .

obo:PATO_0002333
    obo:IAO_0000115 "A adhesivity which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002334 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T12:32:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002333" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased adhesivity" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0002331 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002331
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002334
    obo:IAO_0000115 "A adhesivity which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002333 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T12:42:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002334" ;
    a owl:Class ;
    rdfs:label "decreased adhesivity" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0002331 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002331
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:32:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002335" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tholiform" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:35:02Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002336" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pyramidal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:43:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002337" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lance-ovate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:46:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002338" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lanceolate-triangular" ;
    rdfs:subClassOf obo:PATO_0001877 .

obo:PATO_0002339
    obo:IAO_0000115 "A quality of being covered with stiff or rough hairs." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:51:37Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002339" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hispid" ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0002340
    obo:IAO_0000115 "A quality of being minutely hispid." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:53:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002340" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hispidulous" ;
    rdfs:subClassOf obo:PATO_0002339 .

obo:PATO_0002341
    obo:IAO_0000115 "A quality of being covered with short, dense, matted hairs." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:55:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002341" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tomentose" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T02:59:07Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002342" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cupulate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T03:13:12Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002343" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decumbent" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T03:49:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002344" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "arachnose" ;
    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" ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T03:55:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002345" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lemon-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T03:58:10Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002346" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "snowman-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:05:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002347" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obconical" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:06:50Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002348" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ligneous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:12:25Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002349" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "basal to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:13:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002350" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cauline to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:15:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002351" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fleshy" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:29:36Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002352" ;
    oboInOwl:inSubset pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "herbaceous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:51:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002353" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "activation quality" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002355 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:52:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002354" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "active" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002354 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:52:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002355" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "inactive" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-01-31T04:52:24Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002356" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "constitutively active" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-02-21T11:46:51Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002357" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "D-shaped" ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0002358
    obo:IAO_0000115 "An elongated raised margin or border." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-02-21T12:27:39Z" ;
    oboInOwl:hasExactSynonym "ridge-like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002358" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ridged" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-03-13T06:04:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002359" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "broad" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-03-16T06:31:50Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002360" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "tendency" ;
    rdfs:subClassOf obo:PATO_0001727 .

obo:PATO_0002361
    obo:IAO_0000115 "A tendency which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002362 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-03-16T06:31:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002361" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased tendency" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0002360 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002362
    obo:IAO_0000115 "A tendency which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002361 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-03-16T06:32:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002362" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased tendency" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0002360 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002363
    obo:IAO_0000115 "A medium brown color with a metallic sheen, resembles the actual alloy bronze." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:08:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002363" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bronze" ;
    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." ;
    obo:RO_0002604 obo:PATO_0001154 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-04-18T06:31:29Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002364" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "shortened" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002365
    obo:IAO_0000115 "Female quality of having complete, unaltered reproductive organs" ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:18:41Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002365" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "intact female" ;
    rdfs:subClassOf obo:PATO_0000383 .

obo:PATO_0002366
    obo:IAO_0000115 "Male quality of having complete, unaltered reproductive organs." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:19:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002366" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "intact male" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:22:29Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002367" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "castrated male" ;
    rdfs:subClassOf obo:PATO_0000384 .

obo:PATO_0002368
    obo:IAO_0000115 "A viviparous organism having never given birth." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:25:25Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002368" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "nulliparous" ;
    rdfs:subClassOf obo:PATO_0002370 .

obo:PATO_0002369
    obo:IAO_0000115 "A viviparous organism that has given birth two or more times." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:26:34Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002369" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multiparous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:27:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002370" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "parity" ;
    rdfs:subClassOf obo:PATO_0001434 .

obo:PATO_0002371
    obo:IAO_0000115 "A viviparous organism having given birth one time." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:29:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002371" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "primiparous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-05-03T11:30:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002372" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "grand multiparous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T01:49:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002373" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mediolateral polarity" ;
    rdfs:subClassOf obo:PATO_0001769 .

obo:PATO_0002374
    obo:IAO_0000115 "Recurrent and often more or less cyclic alteration." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T01:52:36Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002374" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fluctuating" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T02:45:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002375" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "trumpet-shaped" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002377 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T02:55:10Z" ;
    oboInOwl:hasExactSynonym "air-filled" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002376" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflated" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002376 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T02:56:07Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002377" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "uninflated" ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002378
    obo:IAO_0000115 "Having a shape that resembles a many-lobed \"berry,\" such as a raspberry." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T02:58:05Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002378" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "acinus" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T03:04:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002379" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ovariohysterectomized female" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T03:06:12Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002380" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ovariectomized female" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T03:17:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002381" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "waxiness" ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002382
    obo:IAO_0000115 "A waxiness which is relatively high." ;
    obo:RO_0002604 obo:PATO_0002383 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T03:18:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002382" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased waxiness" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0002381 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002381
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002383
    obo:IAO_0000115 "A waxiness which is relatively low." ;
    obo:RO_0002604 obo:PATO_0002382 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T03:18:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002383" ;
    a owl:Class ;
    rdfs:label "decreased waxiness" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0002381 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002381
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002384
    obo:IAO_0000115 "Presence of long chain aliphatic lipids on the surface of an organism." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T03:18:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002384" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "waxy" ;
    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" ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-05T05:17:07Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002385" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "striate-angular" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-07-23T03:13:41Z" ;
    oboInOwl:hasExactSynonym "anvil shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002386" ;
    a owl:Class ;
    rdfs:label "anvil" ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002387
    obo:IAO_0000115 "Extremely acute and aggressive onset of a pathological process." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-09-15T02:57:46Z" ;
    oboInOwl:hasExactSynonym "per-acute" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002387" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "peracute" ;
    rdfs:subClassOf obo:PATO_0000389 .

obo:PATO_0002388
    obo:IAO_0000115 "Being supported by a peduncle or stalk." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-10-12T01:10:41Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002388" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pedunculate" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002389
    obo:IAO_0000115 "Growing horizontal to the ground without setting roots." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-10-12T01:33:50Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002389" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "procumbent" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-11-15T05:17:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002390" ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radius" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-11-15T05:19:32Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002391" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "triradiate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-11-15T05:21:51Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002392" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "diagonal to" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002394 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-11-15T05:32:07Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002393" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased tolerance to" ;
    rdfs:subClassOf obo:PATO_0000515, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000515
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002393 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-11-15T05:33:05Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002394" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased tolerance to" ;
    rdfs:subClassOf obo:PATO_0000515, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000515
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-11-20T04:13:32Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002395" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalized abaxially" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-11-20T04:15:12Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002396" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalized adaxially" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-07T05:32:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "round", "rounded" ;
    oboInOwl:id "PATO:0002397" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subcircular" ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0002398
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-07T05:34:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002398" ;
    a owl:Class ;
    rdfs:label "obsolete <new term>" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-07T05:41:01Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002399" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteromedially rotated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-07T05:43:25Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002400" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fusiform" ;
    rdfs:subClassOf obo:PATO_0001409 .

obo:PATO_0002401
    obo:IAO_0000115 "characterised by an unidentifiable pattern." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:37:55Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002401" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "random pattern" ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0002402
    obo:IAO_0000115 "Multiple lesions some interconnecting with each other." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:40:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002402" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multifocal to coalescing" ;
    rdfs:subClassOf obo:PATO_0001791 .

obo:PATO_0002403
    obo:IAO_0000115 "Affecting all regions without specificity of distribution." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:41:37Z" ;
    oboInOwl:hasExactSynonym "generalised" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002403" ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "generalized" ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0002404
    obo:IAO_0000115 "Affecting a segment or segments." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:43:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002404" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "segmental" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:47:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002405" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "friability" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002406
    obo:IAO_0000115 "Easily reduced to powder or easily fragmentable or crumbly." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:48:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002406" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "friable" ;
    rdfs:subClassOf obo:PATO_0002405 .

obo:PATO_0002407
    obo:IAO_0000115 "Having become firm or hard especially by increase of fibrous elements." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:49:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002407" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "indurated" ;
    rdfs:subClassOf obo:PATO_0002405 .

obo:PATO_0002408
    obo:IAO_0000115 "Having the consistency of water." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:51:32Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002408" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "watery" ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002409
    obo:IAO_0000115 "Bounded structure filled with fluid." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:53:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002409" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fluid-filled" ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002410
    obo:IAO_0000115 "A colour that is very pale yellowish brown." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:54:55Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002410" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "beige" ;
    rdfs:subClassOf obo:PATO_0002413 .

obo:PATO_0002411
    obo:IAO_0000115 "A color consisting of yellow and brown hue." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:55:51Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002411" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow brown" ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0002412
    obo:IAO_0000115 "A color consisting of yellow and brown hue and low brightness." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:56:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002412" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark yellow brown" ;
    rdfs:subClassOf obo:PATO_0002411 .

obo:PATO_0002413
    obo:IAO_0000115 "A color consisting of yellow and brown hue and high brightness." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:57:27Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002413" ;
    a owl:Class ;
    rdfs:label "light yellow brown" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T10:59:58Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002414" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "chronic-active" ;
    rdfs:subClassOf obo:PATO_0001863 .

obo:PATO_0002415
    obo:IAO_0000115 "Single lesion with expansion into surrounding tissue." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T11:01:31Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002415" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "focally extensive" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T12:06:55Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002416" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sunken" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T02:16:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002417" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transmural" ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002418
    obo:IAO_0000115 "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for acidic dyes under specific pH conditions." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T03:01:19Z" ;
    oboInOwl:hasExactSynonym "eosinophilic" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002418" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Eosin stains acidophilic structures, hence eosinophilic is the same as acidophilic." ;
    rdfs:label "acidophilic" ;
    rdfs:subClassOf obo:PATO_0070045 .

obo:PATO_0002419
    obo:IAO_0000115 "OBSOLETE. An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for eosin dye." ;
    obo:IAO_0100001 obo:PATO_0002418 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T03:02:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002419" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Eosin stains acidophilic structures, hence eosinophilic is the same as acidophilic. See https://github.com/pato-ontology/pato/issues/471" ;
    rdfs:label "obsolete eosinophilic" ;
    owl:deprecated true .

obo:PATO_0002420
    obo:IAO_0000115 "Having both hydrophilic and hydrophobic (or lipophilic) groups." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T03:04:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002420" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "amphiphilic" ;
    rdfs:subClassOf obo:PATO_0070045 .

obo:PATO_0002421
    obo:IAO_0000115 "Having or resembling the characteristic of a cicatrix - a scar resulting from formation and contraction of fibrous tissue." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T03:08:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002421" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cicatricial" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T03:11:10Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002422" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Acinus is Latin for berry." ;
    rdfs:label "acinar" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002423
    obo:IAO_0000115 "A round or lobulated protruding form resembling a nipple." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-17T03:13:44Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002423" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "papillomatous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-20T11:43:47Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002424" ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "divergent from" ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002425
    obo:IAO_0000115 "Open to view or not covered by another entity." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2012-12-20T11:47:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002425" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "exposed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:12:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002426" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "scaphoid" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002427
    obo:IAO_0000115 "A surface feature shape having numerous very small circular rounded projections or protuberances." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:15:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002427" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "knobbled" ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0002428
    obo:IAO_0000115 "A 3-D shape with three supports or legs." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:18:44Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002428" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tripodal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:19:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002429" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "x-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:21:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002430" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "strap-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:24:46Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002431" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "waisted" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002432
    obo:IAO_0000115 "A shape that is in the form of a spade." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:26:49Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002432" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spade-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:27:55Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002433" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sculpted surface" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:29:55Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002434" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "perpendicular to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:31:12Z" ;
    oboInOwl:hasExactSynonym "abut" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002435" ;
    oboInOwl:inSubset pato:relational_slim, pato:scalar_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "abutting" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:32:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002436" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "offset" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:37:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002437" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "interlocked with" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:41:50Z" ;
    oboInOwl:hasExactSynonym "subcutaneous" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002438" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subdermal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T09:45:54Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002439" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "w-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T10:57:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002440" ;
    oboInOwl:inSubset pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "ornamentation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002442 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T10:59:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002441" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ornamented" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002441 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T11:00:20Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002442" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unornamented" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T11:01:46Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002443" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "level with" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T11:03:49Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002444" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mineralized" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T11:05:26Z" ;
    oboInOwl:hasExactSynonym "twisted" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002445" ;
    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.""" ;
    rdfs:label "torsioned" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T11:07:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002446" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anchor-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-01-29T11:08:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002447" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "quadripartite" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-02-16T02:57:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002448" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oriented towards" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-02-16T03:00:46Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002449" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posteromedial to" ;
    rdfs:subClassOf obo:PATO_0001633 .

obo:PATO_0002450
    obo:IAO_0000115 "A hardness quality of giving significant resistance to pressure." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-02-26T02:02:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002450" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "firm" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-03-11T09:22:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002451" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sexually dimorphic" ;
    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 loosely packed." ;
    obo:RO_0002604 obo:PATO_0001485 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-08T08:43:31Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002452" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decondensed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-08T08:45:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002453" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "eroding" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:00:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002454" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "carpel-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:01:02Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002455" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "corymb-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:02:05Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002456" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflorescence-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:02:58Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002457" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "leaf-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:03:56Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002458" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pin-like" ;
    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," ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:04:36Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002459" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sepal-like" ;
    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, especially due to loss of moisture." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:05:18Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002460" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "shriveled" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002461
    obo:IAO_0000115 "To bend or hang downwards due to loss of water" ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-04-09T06:06:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002461" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "wilty" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:34:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002462" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "collagenous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:41:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002463" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "extends to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:42:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002464" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "extends beyond" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:44:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "tent shaped" ;
    oboInOwl:id "PATO:0002465" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prism shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:45:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002466" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "keyhole shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:47:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002467" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lathlike" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:48:26Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002468" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "distensible" ;
    rdfs:subClassOf obo:PATO_0015008 .

obo:PATO_0002469
    obo:IAO_0000115 "Structural quality inhering in a bearer in which a joint has apposed bony surfaces united by fibrous tissue, permitting no movement; found only between bones." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T11:55:50Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002469" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sutured to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:01:57Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002470" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transformed to" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002472 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:03:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002471" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased velocity" ;
    rdfs:subClassOf obo:PATO_0002242, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002242
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                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." ;
    obo:RO_0002604 obo:PATO_0002471 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:05:06Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002472" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased velocity" ;
    rdfs:subClassOf obo:PATO_0002242, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002242
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:07:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002473" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, spontaneous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:09:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002474" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bitter" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:17:41Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002475" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "subterminal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:18:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002476" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "terminal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:25:03Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002477" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "brittle" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:29:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002478" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transversely striated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-15T12:29:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002479" ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obliquely striated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-30T05:47:07Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002480" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "poorly ossified" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-30T05:49:50Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002481" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblique orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-30T05:51:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002482" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "slit-like" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002483
    obo:IAO_0000115 "Positional quality in which an entity is located outside of another entity." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-09-30T06:06:27Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002483" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "external to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T03:55:44Z" ;
    oboInOwl:hasBroadSynonym "chevron shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002484" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inverted-V shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T03:58:37Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002485" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallel-sided" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T04:08:44Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002486" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "multi-organismal process quality" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T04:09:51Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002487" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "single organismal process quality" ;
    rdfs:subClassOf obo:PATO_0001236 ;
    owl:disjointWith obo:PATO_0040057 .

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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T04:12:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002488" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "overlapping" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T04:13:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002489" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "overlapped by" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:11:26Z" ;
    oboInOwl:hasExactSynonym "anteriorly directly" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002490" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterior orientation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002526 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:12:15Z" ;
    oboInOwl:hasExactSynonym "anterodorsally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002491" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterodorsal orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:13:17Z" ;
    oboInOwl:hasExactSynonym "anterolaterally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002492" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterolateral orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:13:55Z" ;
    oboInOwl:hasExactSynonym "anteroventrally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002493" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteroventral orientation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002495 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:14:37Z" ;
    oboInOwl:hasExactSynonym "distally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002494" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "distal orientation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002494 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:15:24Z" ;
    oboInOwl:hasExactSynonym "dorsally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002495" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsal orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:16:04Z" ;
    oboInOwl:hasExactSynonym "dorsolaterally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002496" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsolateral orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:16:45Z" ;
    oboInOwl:hasExactSynonym "laterally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002497" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateral orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:17:30Z" ;
    oboInOwl:hasExactSynonym "medially directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002498" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "medial orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:18:21Z" ;
    oboInOwl:hasExactSynonym "posteriorly directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002499" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterior orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:19:16Z" ;
    oboInOwl:hasExactSynonym "ventrolaterally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002500" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventrolaterally orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:19:22Z" ;
    oboInOwl:hasExactSynonym "ventrally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002501" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventral orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:19:25Z" ;
    oboInOwl:hasExactSynonym "transversely oriented" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002502" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "transverse orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:19:28Z" ;
    oboInOwl:hasExactSynonym "posterolaterally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002503" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterolateral orientation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002527 ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-10T05:19:36Z" ;
    oboInOwl:hasExactSynonym "posterodorsally directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002504" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterodorsal orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-21T05:44:34Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002505" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "nucleated" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-2061-091X> ;
    oboInOwl:creation_date "2013-10-25T04:42:40Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002506" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alobate" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-04T12:38:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002507" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "keratinous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-04T01:30:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002508" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "concealed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-04T01:50:05Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002509" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hexagonal" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-06T01:15:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002510" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multipartite" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-06T02:04:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "cane-shaped" ;
    oboInOwl:id "PATO:0002511" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cane-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-06T02:28:39Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002512" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "confluent with" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-06T02:54:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002513" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblique to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-07T12:59:10Z" ;
    oboInOwl:hasExactSynonym "medioanterior orientation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002514" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteromedial orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-07T01:12:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002515" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased elevation relative to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T01:13:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002516" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "concealed by" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T01:23:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002517" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saddle-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T01:26:50Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002518" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "flush" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T01:33:14Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002519" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cancellous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T01:37:47Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002520" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "scute-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T01:40:05Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002521" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "funnel-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T01:46:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002522" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "keel-shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T02:25:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002523" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "vertical to" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T02:37:42Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002524" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mesiolateral orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-02-10T02:48:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002525" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "separating" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002491 ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-03-11T11:28:39Z" ;
    oboInOwl:hasExactSynonym "antero-distal orientation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002526" ;
    a owl:Class ;
    rdfs:label "anterodistal orientation" ;
    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." ;
    obo:RO_0002604 obo:PATO_0002504 ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2014-03-11T11:29:22Z" ;
    oboInOwl:hasExactSynonym "postero-distal orientation" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002527" ;
    a owl:Class ;
    rdfs:label "posterodistal orientation" ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002528
    obo:IAO_0100001 obo:PATO_0002628 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002528" ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused" ;
    rdfs:label "obsolete borderline intensity" ;
    owl:deprecated true .

obo:PATO_0002529
    obo:IAO_0100001 obo:PATO_0002629 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002529" ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused" ;
    rdfs:label "obsolete profound intensity" ;
    owl:deprecated true .

obo:PATO_0002530
    obo:IAO_0100001 obo:PATO_0002630 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002530" ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused" ;
    rdfs:label "obsolete episodic" ;
    owl:deprecated true .

obo:PATO_0002531
    obo:IAO_0100001 obo:PATO_0002631 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002531" ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused" ;
    rdfs:label "obsolete refractory" ;
    owl:deprecated true .

obo:PATO_0002532
    obo:IAO_0100001 obo:PATO_0002632 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002532" ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused" ;
    rdfs:label "obsolete secondary" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T11:12:13Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002533" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bipartite" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T11:23:12Z" ;
    oboInOwl:hasDbXref "Image:http://2.bp.blogspot.com/_TbkIC-eqFNM/S66IJ3omNWI/AAAAAAAAFSk/pzThLJPvYZw/s1600/ard-detail.gif" ;
    oboInOwl:hasExactSynonym "plow-share shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002534" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "plowshare shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T11:30:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002535" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "peg-like" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T11:32:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002536" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "boomerang shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T11:51:38Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002537" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subovoid" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T11:56:13Z" ;
    oboInOwl:hasExactSynonym "concavoconvex" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002538" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "concavo-convex" ;
    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)." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T12:01:56Z" ;
    oboInOwl:hasExactSynonym "annular", "ring-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002539" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ring shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-08-12T12:07:44Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002540" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spur shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2014-12-01T16:07:28Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002541" ;
    a owl:Class ;
    rdfs:label "homeostatic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2014-05-26T06:42:21Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002628" ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "borderline intensity" ;
    rdfs:subClassOf obo:PATO_0000049 .

obo:PATO_0002629
    obo:IAO_0000115 "An intensity which is characterized by being very severe." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2014-05-26T06:44:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002629" ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "profound intensity" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2014-05-26T06:50:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002630" ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "episodic" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2014-05-26T13:09:29Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002631" ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "refractory" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2014-05-26T13:17:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0002632" ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "secondary" ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0005000
    obo:IAO_0000115 "A 3-D shape that is half of a sphere." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:25:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005000" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hemispheroid" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:27:33Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "variable number" ;
    oboInOwl:id "PATO:0005001" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variability of count" ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002503 ;
        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" ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:30:02Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005002" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pear shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:34:45Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005003" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paddle shaped" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0005004
    obo:IAO_0000115 "A shape that is almost an ellipse." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:36:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005004" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subelliptical" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:37:27Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005005" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "radiating" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:40:57Z" ;
    oboInOwl:hasExactSynonym "distinct from" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005006" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "differentiated from" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:58:01Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005007" ;
    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').""" ;
    rdfs:label "hypsodont" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T12:59:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005008" ;
    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').""" ;
    rdfs:label "brachydont" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-09T13:03:00Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005009" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "molariform" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-25T15:03:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005010" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "plumose" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-25T15:07:34Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005011" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "continuous with" ;
    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." ;
    obo:RO_0002604 obo:PATO_0005013 ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-25T15:11:47Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005012" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "complete structure" ;
    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." ;
    obo:RO_0002604 obo:PATO_0005012 ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-25T15:12:35Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005013" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "incomplete structure" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-25T15:16:25Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005014" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subspherical" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-25T15:17:51Z" ;
    oboInOwl:hasExactSynonym "gradient of size" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005015" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tapered size" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-09-25T15:20:55Z" ;
    oboInOwl:hasExactSynonym "enclosed by" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005016" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "surrounded by" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-02T11:52:09Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005017" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "labiolingually compressed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-02T11:53:52Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005018" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mesiodistally compressed" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-02T12:01:16Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005019" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved lingually" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-03T10:23:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005020" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregularly shaped" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-17T14:14:04Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005021" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unicuspidate" ;
    rdfs:subClassOf obo:PATO_0001973 .

obo:PATO_0005022
    obo:IAO_0000115 "A diameter that remains constant throughout the extent of an entity." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-17T14:15:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005022" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "uniform diameter" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-17T14:21:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005023" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parasagittal orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-3162-7490> ;
    oboInOwl:creation_date "2014-10-17T14:24:19Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0005024" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "longitudinal orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2014-12-12T08:41:11Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010000" ;
    a owl:Class ;
    rdfs:comment "What counts as maximally connected may be relative to some specification of granularity." ;
    rdfs:label "maximally connected" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2014-12-12T08:43:17Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010001" ;
    a owl:Class ;
    rdfs:label "disconnected" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2019-07-18T18:24:15Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010002" ;
    a owl:Class ;
    rdfs:label "propagation velocity" ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0010003
    obo:IAO_0000115 "A propagation velocity that is higher than normal." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2019-07-18T18:24:25Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010003" ;
    a owl:Class ;
    rdfs:label "increased propagation velocity" ;
    rdfs:subClassOf obo:PATO_0002304, obo:PATO_0010002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010002
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0010004
    obo:IAO_0000115 "A propagation velocity that is lower than normal." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2019-07-18T18:24:36Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010004" ;
    a owl:Class ;
    rdfs:label "decreased propagation velocity" ;
    rdfs:subClassOf obo:PATO_0002302, obo:PATO_0010002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010002
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2019-07-18T18:49:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010005" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "spatial distribution of a process" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2021-01-23T11:31:53Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010006" ;
    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." ;
    rdfs:label "cell morphology" ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0010007
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of the bearer's having multiple cilia." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    terms:date "2024-07-23T10:43:20Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010007" ;
    a owl:Class ;
    rdfs:label "multiciliated" ;
    rdfs:subClassOf obo:PATO_0001408 .

obo:PATO_0010008
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of the bearer's having only one cilium." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    terms:date "2024-07-23T10:43:33Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0010008" ;
    a owl:Class ;
    rdfs:label "monociliated" ;
    rdfs:subClassOf obo:PATO_0001408 .

obo:PATO_0015001
    obo:IAO_0000115 "Absence due to a degenerative process." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015001" ;
    oboInOwl:inSubset pato:absent_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "absence due to degeneration" ;
    rdfs:subClassOf obo:PATO_0000639, obo:PATO_0040060 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000639
            obo:PATO_0040060
        )
    ] .

obo:PATO_0015002
    obo:IAO_0000115 "The ability of a process to produce its output." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015002" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "process efficacy" ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0015003
    obo:IAO_0000115 "A decrease in the ability of a process to produce its output." ;
    obo:RO_0002604 obo:PATO_0015004 ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015003" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased efficacy" ;
    rdfs:subClassOf obo:PATO_0002302, obo:PATO_0015002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015002
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015004
    obo:IAO_0000115 "A increase in the ability of a process to produce its output." ;
    obo:RO_0002604 obo:PATO_0015003 ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015004" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased efficacy" ;
    rdfs:subClassOf obo:PATO_0002304, obo:PATO_0015002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015002
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015005
    obo:IAO_0000115 "Slender and spirally coiled." ;
    oboInOwl:hasBroadSynonym "tendrilled" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "tendril-like", "tendril-shaped" ;
    oboInOwl:id "PATO:0015005" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tendrilous" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015006" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "A complete coverage of this domain would subclasses homopolymeric, copolymeric, crystalline." ;
    rdfs:label "polymeric" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015007" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "prominence" ;
    rdfs:subClassOf obo:PATO_0001018 .

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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015008" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "distensibility" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015009" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "humidity" ;
    rdfs:subClassOf obo:PATO_0001547 .

obo:PATO_0015010
    obo:IAO_0000115 "An increase in humidity." ;
    obo:RO_0002604 obo:PATO_0015011 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "humid" ;
    oboInOwl:id "PATO:0015010" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased humidity" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015009 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015009
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015011
    obo:IAO_0000115 "An decrease in humidity." ;
    obo:RO_0002604 obo:PATO_0015010 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015011" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased humidity" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015009 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015009
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015012" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a plasma" ;
    rdfs:subClassOf obo:PATO_0001547 .

obo:PATO_0015013
    obo:IAO_0000115 "The degree to which the bearer is exposed to visible light." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015013" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "degree of illumination" ;
    rdfs:subClassOf obo:PATO_0070060 .

obo:PATO_0015014
    obo:IAO_0000115 "An increase in illumination." ;
    obo:RO_0002604 obo:PATO_0015015 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "illuminated" ;
    oboInOwl:id "PATO:0015014" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased degree of illumination" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015013 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015013
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015015
    obo:IAO_0000115 "An decrease in illumination." ;
    obo:RO_0002604 obo:PATO_0015014 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015015" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased degree of illumination" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015013 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015013
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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)." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015016" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "stepped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015017" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a colloid" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015018" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of an aerosol" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015019" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "C-shaped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015020" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "J-shaped" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015021" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "combustibility" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0015022
    obo:IAO_0000115 "An increase in combustibility." ;
    obo:RO_0002604 obo:PATO_0015023 ;
    oboInOwl:hasExactSynonym "combustible" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015022" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased combustibility" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015021 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015023
    obo:IAO_0000115 "An decrease in combustibility." ;
    obo:RO_0002604 obo:PATO_0015022 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:hasRelatedSynonym "noncombustible" ;
    oboInOwl:id "PATO:0015023" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased combustibility" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015021 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015024
    obo:IAO_0000115 "An increase in porosity." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015024" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased porosity" ;
    rdfs:subClassOf obo:PATO_0000973, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000973
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015025
    obo:IAO_0000115 "An decrease in porosity." ;
    obo:RO_0002604 obo:PATO_0015024 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015025" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased porosity" ;
    rdfs:subClassOf obo:PATO_0000973, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000973
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015026
    obo:IAO_0000115 "quality, state, or degree of being stable." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015026" ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "stability" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0015027
    obo:IAO_0000115 "An increase in stability." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015027" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased stability" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015026 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015026
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015028
    obo:IAO_0000115 "A decrease in stability." ;
    obo:RO_0002604 obo:PATO_0015027 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015028" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased stability" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015026 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015026
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015029" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a suspension" ;
    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." ;
    oboInOwl:hasExactSynonym "feather-shaped", "plumed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015030" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "plume-shaped" ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0015031
    obo:IAO_0000115 "The presence of a constituent, impurity, or some other undesirable element that spoils, corrupts, infects, makes unfit, or makes inferior a material, physical body, natural environment, place of human occupancy, or other material entity." ;
    oboInOwl:hasExactSynonym "degree of contamination" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015031" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "contamination" ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0015032
    obo:IAO_0000115 "An increase in contamination." ;
    oboInOwl:hasExactSynonym "contaminated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015032" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased contamination" ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015031 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015031
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015033
    obo:IAO_0000115 "A decrease in contamination." ;
    obo:RO_0002604 obo:PATO_0015032 ;
    oboInOwl:hasExactSynonym "uncontaminated" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0015033" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased contamination" ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015031 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015031
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0020000
    obo:IAO_0000115 "A biological sex quality inhering in an individual based upon genotypic composition of sex chromosomes." ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0020000" ;
    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." ;
    rdfs:label "genotypic sex" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0020001" ;
    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." ;
    rdfs:label "male genotypic sex" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0020002" ;
    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." ;
    rdfs:label "female genotypic sex" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-4366-3088> ;
    oboInOwl:creation_date "2015-09-01T16:16:44Z" ;
    oboInOwl:hasExactSynonym "drinkability" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0025000" ;
    a owl:Class ;
    rdfs:label "potability" ;
    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." ;
    obo:RO_0002604 obo:PATO_0025002 ;
    terms:contributor <https://orcid.org/0000-0002-4366-3088> ;
    oboInOwl:creation_date "2015-09-01T16:18:57Z" ;
    oboInOwl:hasExactSynonym "undrinkable" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0025001" ;
    a owl:Class ;
    rdfs:label "non-potable" ;
    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." ;
    obo:RO_0002604 obo:PATO_0025001 ;
    terms:contributor <https://orcid.org/0000-0002-4366-3088> ;
    oboInOwl:creation_date "2015-09-01T16:19:02Z" ;
    oboInOwl:hasExactSynonym "drinkable" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0025002" ;
    a owl:Class ;
    rdfs:label "potable" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasExactSynonym "anterioralized" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030000" ;
    a owl:Class ;
    rdfs:label "anteriorized" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030001" ;
    a owl:Class ;
    rdfs:label "dorsalized" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasExactSynonym "posterioralized" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030002" ;
    a owl:Class ;
    rdfs:label "posteriorized" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030003" ;
    a owl:Class ;
    rdfs:label "ventralized" ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0030004
    obo:IAO_0000115 "An anteriorized 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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasExactSynonym "partially anterioralized" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030004" ;
    a owl:Class ;
    rdfs:label "partially anteriorized" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030005" ;
    a owl:Class ;
    rdfs:label "partially dorsalized" ;
    rdfs:subClassOf obo:PATO_0030001 .

obo:PATO_0030006
    obo:IAO_0000115 "A posteriorized 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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasExactSynonym "partially posterioralized" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030006" ;
    a owl:Class ;
    rdfs:label "partially posteriorized" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030007" ;
    a owl:Class ;
    rdfs:label "partially ventralized" ;
    rdfs:subClassOf obo:PATO_0030003 .

obo:PATO_0030008
    obo:IAO_0000115 "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorso-anterior structures and missing some or all of what are normally ventro-posterior structures." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030008" ;
    a owl:Class ;
    rdfs:label "dorso-anteriorized" ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0030009
    obo:IAO_0000115 "A dorso-anteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorso-anterior structures and missing some but not all of what are normally ventro-posterior structures." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030009" ;
    a owl:Class ;
    rdfs:label "partially dorso-anteriorized" ;
    rdfs:subClassOf obo:PATO_0030008 .

obo:PATO_0030010
    obo:IAO_0000115 "A dorso-anteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally dorso-anterior structures." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030010" ;
    a owl:Class ;
    rdfs:label "wholly dorso-anteriorized" ;
    rdfs:subClassOf obo:PATO_0030008 .

obo:PATO_0030011
    obo:IAO_0000115 "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventro-posterior structures and missing some or all of what are normally dorso-anterior structures." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030011" ;
    a owl:Class ;
    rdfs:label "ventro-posteriorized" ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0030012
    obo:IAO_0000115 "A ventro-posteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventro-posterior structures and missing some but not all of what are normally dorso-anterior structures." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030012" ;
    a owl:Class ;
    rdfs:label "partially ventro-posteriorized" ;
    rdfs:subClassOf obo:PATO_0030011 .

obo:PATO_0030013
    obo:IAO_0000115 "A ventro-posteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally ventro-posterior structures." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0030013" ;
    a owl:Class ;
    rdfs:label "wholly ventro-posteriorized" ;
    rdfs:subClassOf obo:PATO_0030011 .

obo:PATO_0040000
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's being abnormally placed or arranged." ;
    dc:date "2018-05-21T22:44:38Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040000" ;
    a owl:Class ;
    rdfs:label "heterotaxic" ;
    rdfs:subClassOf obo:PATO_0000625 .

obo:PATO_0040001
    obo:IAO_0100001 obo:PATO_0002539 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040001" ;
    a owl:Class ;
    rdfs:label "obsolete ring-shaped" ;
    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." ;
    dc:date "2018-05-24T04:10:53Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040002" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Original label \"originates from\" changed to current label to differentiate that this term is a positional quality rather than one that connects between an entity and another entity it originates from." ;
    rdfs:label "position originates from" ;
    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." ;
    dc:date "2018-08-02T04:24:52Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040003" ;
    a owl:Class ;
    rdfs:label "pathogenicity" ;
    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." ;
    dc:date "2018-08-02T04:39:30Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040004" ;
    a owl:Class ;
    rdfs:label "plush" ;
    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." ;
    dc:date "2018-11-12T22:54:16Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "posteroventrally oriented" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040005" ;
    a owl:Class ;
    rdfs:label "posteroventral orientation" ;
    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." ;
    dc:date "2018-11-12T18:09:59Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040006" ;
    a owl:Class ;
    rdfs:label "crown like" ;
    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." ;
    dc:date "2018-11-12T18:12:47Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040007" ;
    a owl:Class ;
    rdfs:label "shell shaped" ;
    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." ;
    dc:date "2018-11-12T18:15:10Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040008" ;
    a owl:Class ;
    rdfs:label "fringed" ;
    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." ;
    dc:date "2018-11-12T18:17:01Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040009" ;
    a owl:Class ;
    rdfs:label "bowl shaped" ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0040010
    obo:IAO_0000115 "Mobility relative to a second entity." ;
    dc:date "2018-11-12T18:20:08Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040010" ;
    a owl:Class ;
    rdfs:comment "For example, distinct anteroposterior mobility of palatine relative to mesethmoid." ;
    rdfs:label "mobile relative to" ;
    rdfs:subClassOf obo:PATO_0000004 .

obo:PATO_0040011
    obo:IAO_0000115 "Immobility relative to a second entity." ;
    dc:date "2018-11-12T18:21:07Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040011" ;
    a owl:Class ;
    rdfs:comment "For example: distinct anteroposterior immobility of palatine relative to mesethmoid." ;
    rdfs:label "immobile relative to" ;
    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." ;
    dc:date "2018-11-12T18:24:41Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "plug like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040012" ;
    a owl:Class ;
    rdfs:label "plug shaped" ;
    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." ;
    dc:date "2018-11-12T18:27:57Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "dorsomedially directed" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040013" ;
    a owl:Class ;
    rdfs:label "dorsomedial orientation" ;
    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." ;
    dc:date "2018-11-12T18:31:51Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "band like", "band-like", "strip like", "strip-like" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040014" ;
    a owl:Class ;
    rdfs:label "band shaped" ;
    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." ;
    dc:date "2018-11-12T18:35:51Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "trough like", "trough-like", "trough-shaped" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040015" ;
    a owl:Class ;
    rdfs:label "trough shaped" ;
    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." ;
    dc:date "2018-11-12T18:39:48Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040016" ;
    a owl:Class ;
    rdfs:label "pentagonal" ;
    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." ;
    dc:date "2018-11-12T19:01:51Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasNarrowSynonym "dysgenesis" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040017" ;
    a owl:Class ;
    rdfs:label "dysplastic growth" ;
    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." ;
    dc:date "2018-11-12T23:16:17Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040019" ;
    a owl:Class ;
    rdfs:label "fibrotic" ;
    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." ;
    dc:date "2018-11-16T22:52:49Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040020" ;
    a owl:Class ;
    rdfs:label "spayed female" ;
    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.." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040021" ;
    a owl:Class ;
    rdfs:label "unpaired" ;
    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." ;
    dc:date "2018-11-19T21:49:07Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040022" ;
    a owl:Class ;
    rdfs:label "flared" ;
    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." ;
    dc:date "2018-11-19T21:54:33Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "disto-medial orientation", "distomedial" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040023" ;
    a owl:Class ;
    rdfs:label "distomedial orientation" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasBroadSynonym "paired" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040024" ;
    a owl:Class ;
    rdfs:label "bilaterally paired" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040025" ;
    a owl:Class ;
    rdfs:label "lesioned" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "structurally interrupted" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040026" ;
    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." ;
    rdfs:label "structurally discontinuous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "double haploid", "double-haploid" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040027" ;
    a owl:Class ;
    rdfs:label "doubled haploid" ;
    rdfs:subClassOf obo:PATO_0001393 .

obo:PATO_0040028
    obo:IAO_0000115 "An organismal quality of having successfully reproduced." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040028" ;
    a owl:Class ;
    rdfs:label "parous" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040029" ;
    a owl:Class ;
    rdfs:comment "Shaded does not refer to radiation more generally, as this would be more shielded than shaded." ;
    rdfs:label "shaded" ;
    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." ;
    obo:RO_0002604 obo:PATO_0040031 ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040030" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased width and length" ;
    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." ;
    obo:RO_0002604 obo:PATO_0040030 ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040031" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased width and length" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040032" ;
    a owl:Class ;
    rdfs:label "increased linear velocity" ;
    rdfs:subClassOf obo:PATO_0002304 .

obo:PATO_0040033
    obo:IAO_0000115 "A distance traveled in a specific time that is relatively low." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040033" ;
    a owl:Class ;
    rdfs:label "decreased linear velocity" ;
    rdfs:subClassOf obo:PATO_0002302 .

obo:PATO_0040034
    obo:IAO_0000115 "A broken quality where an entity is cracked or broken, usually a bone." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040034" ;
    a owl:Class ;
    rdfs:label "fractured" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "fractured, transverse" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040035" ;
    a owl:Class ;
    rdfs:label "transversely fractured" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "fractured, impacted", "impact fractured" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040036" ;
    a owl:Class ;
    rdfs:label "impact-fractured" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "fractured, linear" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040037" ;
    a owl:Class ;
    rdfs:label "linearly fractured" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "fractured, oblique" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040038" ;
    a owl:Class ;
    rdfs:label "obliquely fractured" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "fractured, spiral", "fractured, torsion" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040039" ;
    a owl:Class ;
    rdfs:label "spirally fractured" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "compression fractured", "fractured, compression", "fractured, wedge", "wedge fractured" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040040" ;
    a owl:Class ;
    rdfs:label "compression-fractured" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "fractured, avulsion" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040041" ;
    a owl:Class ;
    rdfs:label "avulsion fractured" ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040042
    obo:IAO_0000115 "A decreased quality inhering in a bearer by virtue of the bearer's decreased magnitude in proportion to the magnitude of another entity." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "decreased proportion", "decreased proportionality", "decreased proportionality to", "decreased quotient" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040042" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Example: decreased proportion of CD4 T cells relative to total T cells." ;
    rdfs:label "decreased ratio" ;
    rdfs:subClassOf obo:PATO_0001470, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001470
            obo:PATO_0002301
        )
    ] .

obo:PATO_0040043
    obo:IAO_0000115 "An increased quality inhering in a bearer by virtue of the bearer's increased magnitude in proportion to the magnitude of another entity." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "increased proportion", "increased proportionality", "increased proportionality to", "increased quotient" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040043" ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Example: increased proportion of CD4 T cells relative to total T cells." ;
    rdfs:label "increased ratio" ;
    rdfs:subClassOf obo:PATO_0001470, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001470
            obo:PATO_0002300
        )
    ] .

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." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "burst" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040044" ;
    a owl:Class ;
    rdfs:label "ruptured" ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0040045
    obo:IAO_0000115 "The rate or speed of the change in in number of a population." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040045" ;
    a owl:Class ;
    rdfs:label "population growth rate" ;
    rdfs:subClassOf obo:PATO_0001492, obo:PATO_0040057 .

obo:PATO_0040046
    obo:IAO_0000115 "The rate or speed of the change in size of an individual entity." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040046" ;
    a owl:Class ;
    rdfs:label "single organismal growth rate" ;
    rdfs:subClassOf obo:PATO_0002487 .

obo:PATO_0040047
    obo:IAO_0000115 "Existing or functioning as though broken into separate parts; disorganized; disunified." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040047" ;
    a owl:Class ;
    rdfs:comment "Moved to a child of wholeness because broken implies a trauma and fragmented could be caused by a developmental process. See HP:0100168 Fragmented epiphyses as an example." ;
    rdfs:label "fragmented" ;
    rdfs:subClassOf obo:PATO_0001442 .

obo:PATO_0040048
    obo:IAO_0000115 "Red due to increase blood circulation in a defined area." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "erythema", "skin redness" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040048" ;
    a owl:Class ;
    rdfs:label "erythematous" ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0040049
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population who are otherwise male of a non-hermaphroditic species who has ambiguous or atypical congenital development of the reproductive system." ;
    pato:seeAlso "https://github.com/pato-ontology/pato/issues/482" ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasBroadSynonym "intersex" ;
    oboInOwl:hasExactSynonym "male with differences of sexual differentiation", "male with disorder of sexual development", "male, DSD" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040049" ;
    a owl:Class ;
    rdfs:comment "The term intersex is popular in use, but may be considered offensive when applied to humans. DSD can be expanded multiple ways to 'disorders/differences of sexual development/differentiation'." ;
    rdfs:label "male with DSD" ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0040050
    obo:IAO_0000115 "A phenotypic sex quality inhering in a  plant organism or a population of plants in which the flowers have two stamens." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040050" ;
    a owl:Class ;
    rdfs:label "diandrous" ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0040051
    obo:IAO_0000115 "A phenotypic sex quality inhering in a  plant organism or a population of plants in which the flowers have only one stamen." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040051" ;
    a owl:Class ;
    rdfs:label "monandrous" ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0040052
    obo:IAO_0000115 "A sequential hermaphroditic quality whereby organisms start out as female and change to male at a later life stage." ;
    terms:contributor <https://orcid.org/0000-0001-8815-0078> ;
    oboInOwl:hasExactSynonym "protogyny" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040052" ;
    a owl:Class ;
    rdfs:label "protogynous" ;
    rdfs:subClassOf obo:PATO_0070000 .

obo:PATO_0040053
    obo:IAO_0000115 "A sequential hermaphroditic quality whereby organisms start out as male and change to female at a later life stage." ;
    terms:contributor <https://orcid.org/0000-0001-8815-0078> ;
    oboInOwl:hasExactSynonym "protandry" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040053" ;
    a owl:Class ;
    rdfs:label "protandrous" ;
    rdfs:subClassOf obo:PATO_0070000 .

obo:PATO_0040054
    obo:IAO_0000115 "A protogynous quality whereby organisms start out as female and change to hermaphrodite at a later life stage." ;
    terms:contributor <https://orcid.org/0000-0001-8815-0078> ;
    oboInOwl:hasExactSynonym "protogynous hermaphrodite", "protogynous hermaphroditic" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040054" ;
    a owl:Class ;
    rdfs:label "protogynous hermaphroditism" ;
    rdfs:subClassOf obo:PATO_0040052 .

obo:PATO_0040055
    obo:IAO_0000115 "A protandrous quality whereby organisms start out as male and change to hermaphrodite at a later life stage." ;
    terms:contributor <https://orcid.org/0000-0001-8815-0078> ;
    oboInOwl:hasExactSynonym "protandrous hermaphrodite", "protandrous hermaphroditic" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040055" ;
    a owl:Class ;
    rdfs:label "protandrous hermaphroditism" ;
    rdfs:subClassOf obo:PATO_0040053 .

obo:PATO_0040056
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population who are otherwise female of a non-hermaphroditic species who has ambiguous or atypical congenital development of the reproductive system." ;
    pato:seeAlso "https://github.com/pato-ontology/pato/issues/482" ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasBroadSynonym "intersex" ;
    oboInOwl:hasExactSynonym "female with differences of sexual differentiation", "female with disorder of sexual development", "female, DSD" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040056" ;
    a owl:Class ;
    rdfs:comment "The term intersex is popular in use, but may be considered offensive when applied to humans. DSD can be expanded multiple ways to 'disorders/differences of sexual development/differentiation'." ;
    rdfs:label "female with DSD" ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0040057
    obo:IAO_0000115 "A quality inhering in a process by virtue of that process having a population or part of a population, where population is defined as a collection of individuals from the same taxonomic class distinguished by one or more characteristics, as participants." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040057" ;
    a owl:Class ;
    rdfs:label "population process quality" ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0040058
    obo:IAO_0000115 "A quality denoting the lack of a physical entity or object, such as a chemical." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasExactSynonym "physical absence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040058" ;
    oboInOwl:inSubset pato:absent_slim ;
    a owl:Class ;
    rdfs:label "absence of physical object" ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0040059
    obo:IAO_0000115 "A quality denoting the lack of a process or function." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasDbXref "thefreedictionary.:thefreedictionary." ;
    oboInOwl:hasExactSynonym "Process absence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040059" ;
    oboInOwl:inSubset pato:absent_slim ;
    a owl:Class ;
    rdfs:label "absent process" ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0040060
    obo:IAO_0000115 "A quality denoting the lack of an anatomical entity or cellular component." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasExactSynonym "anatomical entity absence" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040060" ;
    oboInOwl:inSubset pato:absent_slim ;
    a owl:Class ;
    rdfs:comment "Absence of anatomical entity should only be used when all of the entity is absent. For example, absent teeth would mean all teeth are absent not some teeth are absent." ;
    rdfs:label "absence of anatomical entity" ;
    rdfs:subClassOf obo:PATO_0000051, obo:PATO_0040058 .

obo:PATO_0040070
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to deform by heating." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432>, <https://orcid.org/0000-0002-2996-719X>, <https://orcid.org/0000-0002-8166-0486>, <https://orcid.org/0000-0003-1072-8081> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040070" ;
    a owl:Class ;
    rdfs:label "thermoplastic" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0040071
    obo:IAO_0000115 "A quality inhering in a cell by virtue of the ratio between the volume of its nucleus and the volume of its cytoplasm." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasExactSynonym "N:C ratio" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040071" ;
    a owl:Class ;
    rdfs:label "nuclear/cytoplasmic ratio" ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0040072
    obo:IAO_0000115 "A quality inhering in a cell by virtue of the cell having a high nuclear/cytoplasmic ratio." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432" ;
    oboInOwl:hasExactSynonym "high N:C ratio" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0040072" ;
    a owl:Class ;
    rdfs:comment "A high nuclear/cytolasmic ratio is 70% or higher." ;
    rdfs:label "high nuclear/cytoplasmic ratio" ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0045000
    obo:IAO_0000115 "A rate which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045000" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal rate" ;
    rdfs:subClassOf obo:PATO_0000161, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000161
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-21T14:11:01Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045001" ;
    a owl:Class ;
    rdfs:label "normal object quality" ;
    rdfs:subClassOf obo:PATO_0001241, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015010 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001241
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045002
    obo:IAO_0000115 "An acidity which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045002" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal acidity" ;
    rdfs:subClassOf obo:PATO_0001842, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001842
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045003
    obo:IAO_0000115 "A adhesivity which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045003" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal adhesivity" ;
    rdfs:subClassOf obo:PATO_0002331, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002331
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045004
    obo:IAO_0000115 "An affinity which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045004" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal affinity" ;
    rdfs:subClassOf obo:PATO_0002070, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002070
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045005
    obo:IAO_0000115 "An age which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045005" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal age" ;
    rdfs:subClassOf obo:PATO_0000011, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000011
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045006
    obo:IAO_0000115 "An avidity which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045006" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal avidity" ;
    rdfs:subClassOf obo:PATO_0002073, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002073
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045007" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal behavioural activity" ;
    rdfs:subClassOf obo:PATO_0001707, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001707
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045008
    obo:IAO_0000115 "A cellular motility which is normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045008" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal cellular motility" ;
    rdfs:subClassOf obo:PATO_0001488, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001488
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045009
    obo:IAO_0000115 "A coiling which is normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045009" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal coiling" ;
    rdfs:subClassOf obo:PATO_0000404, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000404
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045010
    obo:IAO_0000115 "A concentration which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045010" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal concentration" ;
    rdfs:subClassOf obo:PATO_0001159, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001159
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045011
    obo:IAO_0000115 "A contractility which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045011" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal contractility" ;
    rdfs:subClassOf obo:PATO_0001690, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001690
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045012
    obo:IAO_0000115 "A coordination which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045012" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal coordination" ;
    rdfs:subClassOf obo:PATO_0000769, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000769
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045013
    obo:IAO_0000115 "A curvature which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045013" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal curvature" ;
    rdfs:subClassOf obo:PATO_0000406, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000406
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045014
    obo:IAO_0000115 "A distance which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045014" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal distance" ;
    rdfs:subClassOf obo:PATO_0000040, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000040
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045015
    obo:IAO_0000115 "An efficiency which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045015" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal efficiency" ;
    rdfs:subClassOf obo:PATO_0001678, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001678
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045016
    obo:IAO_0000115 "An elasticity which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045016" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal elasticity" ;
    rdfs:subClassOf obo:PATO_0001171, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001171
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045017
    obo:IAO_0000115 "A fecundity which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045017" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fecundity" ;
    rdfs:subClassOf obo:PATO_0000273, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000273
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045018
    obo:IAO_0000115 "A female fertility which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045018" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal female fertility" ;
    rdfs:subClassOf obo:PATO_0000888, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000888
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045019
    obo:IAO_0000115 "A female receptivity which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045019" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal female receptivity" ;
    rdfs:subClassOf obo:PATO_0001720, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001720
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045020
    obo:IAO_0000115 "A fertility which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045020" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fertility" ;
    rdfs:subClassOf obo:PATO_0000955, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000955
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045021
    obo:IAO_0000115 "A flexibility which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045021" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal flexibility" ;
    rdfs:subClassOf obo:PATO_0001544, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001544
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045022
    obo:IAO_0000115 "A fluid flow which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045022" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fluid flow" ;
    rdfs:subClassOf obo:PATO_0002243, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002243
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045023
    obo:IAO_0000115 "A fluorescence which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045023" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fluorescence" ;
    rdfs:subClassOf obo:PATO_0001290, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001290
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045024
    obo:IAO_0000115 "A force which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045024" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal force" ;
    rdfs:subClassOf obo:PATO_0001035, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001035
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045025
    obo:IAO_0000115 "A fragility which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045025" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fragility" ;
    rdfs:subClassOf obo:PATO_0001362, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001362
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045026
    obo:IAO_0000115 "A life span which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045026" ;
    a owl:Class ;
    rdfs:label "normal life span" ;
    rdfs:subClassOf obo:PATO_0000050, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000050
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045027
    obo:IAO_0000115 "A magnetism which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045027" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal magnetism" ;
    rdfs:subClassOf obo:PATO_0001685, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001685
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045028
    obo:IAO_0000115 "A male fertility which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045028" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal male fertility" ;
    rdfs:subClassOf obo:PATO_0000891, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000891
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045029
    obo:IAO_0000115 "A male receptivity which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045029" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal male receptivity" ;
    rdfs:subClassOf obo:PATO_0001721, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001721
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045030
    obo:IAO_0000115 "A mass which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045030" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal mass" ;
    rdfs:subClassOf obo:PATO_0000125, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045031
    obo:IAO_0000115 "A density which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045031" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal mass density" ;
    rdfs:subClassOf obo:PATO_0001164, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001164
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045032
    obo:IAO_0000115 "A mobility which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045032" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal mobility" ;
    rdfs:subClassOf obo:PATO_0000299, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000299
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045033
    obo:IAO_0000115 "An odor quality of having relatively normal or average odor." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045033" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal odor" ;
    rdfs:subClassOf obo:PATO_0001331, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001331
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045034
    obo:IAO_0000115 "An osmolality which is relatively normal or average odor." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045034" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal osmolality" ;
    rdfs:subClassOf obo:PATO_0002027, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002027
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045035
    obo:IAO_0000115 "An osmolarity which is relatively normal or average odor." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045035" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal osmolarity" ;
    rdfs:subClassOf obo:PATO_0001655, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001655
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045036
    obo:IAO_0000115 "A permeability which is relatively normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045036" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal permeability" ;
    rdfs:subClassOf obo:PATO_0000982, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000982
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045037" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal phosphorylation" ;
    rdfs:subClassOf obo:PATO_0002220, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002220
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045038
    obo:IAO_0000115 "A photosensitivity which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045038" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal photosensitivity" ;
    rdfs:subClassOf obo:PATO_0000547, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000547
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045039
    obo:IAO_0000115 "A degree of pigmentation quality which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045039" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal pigmentation" ;
    rdfs:subClassOf obo:PATO_0002248, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002248
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045040
    obo:IAO_0000115 "A position which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045040" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal position" ;
    rdfs:subClassOf obo:PATO_0000140, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000140
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045041
    obo:IAO_0000115 "An angle which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045041" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal angle to" ;
    rdfs:subClassOf obo:PATO_0002326, obo:PATO_0045040 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002326
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045042
    obo:IAO_0000115 "A distribution which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045042" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal distribution" ;
    rdfs:subClassOf obo:PATO_0001566, obo:PATO_0045040 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001566
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045043
    obo:IAO_0000115 "An elevation which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045043" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal elevation" ;
    rdfs:subClassOf obo:PATO_0001687, obo:PATO_0045040 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001687
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045044
    obo:IAO_0000115 "A pressure which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045044" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal pressure" ;
    rdfs:subClassOf obo:PATO_0001025, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001025
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045045
    obo:IAO_0000115 "A radioactivity which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045045" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal radioactivity" ;
    rdfs:subClassOf obo:PATO_0001741, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001741
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045046
    obo:IAO_0000115 "A radiopacity which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045046" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal radiopacity" ;
    rdfs:subClassOf obo:PATO_0002136, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002136
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045047
    obo:IAO_0000115 "A resistance to a stimulus which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045047" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal resistance to" ;
    rdfs:subClassOf obo:PATO_0001178, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001178
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045048
    obo:IAO_0000115 "A sensitivity to irradiation which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045048" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity to irradiation" ;
    rdfs:subClassOf obo:PATO_0001806, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001806
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045049
    obo:IAO_0000115 "A sensitivity toward an external stimulus which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045049" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity toward" ;
    rdfs:subClassOf obo:PATO_0000516, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000516
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045050
    obo:IAO_0000115 "A size quality which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045050" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal size" ;
    rdfs:subClassOf obo:PATO_0000117, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000117
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045051
    obo:IAO_0000115 "An area which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045051" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal area" ;
    rdfs:subClassOf obo:PATO_0001323, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001323
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045052
    obo:IAO_0000115 "A depth quality which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045052" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal depth" ;
    rdfs:subClassOf obo:PATO_0001595, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001595
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045053
    obo:IAO_0000115 "A height which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045053" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal height" ;
    rdfs:subClassOf obo:PATO_0000119, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000119
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045054
    obo:IAO_0000115 "A length quality which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045054" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal length" ;
    rdfs:subClassOf obo:PATO_0000122, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000122
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045055
    obo:IAO_0000115 "A diameter which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045055" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal diameter" ;
    rdfs:subClassOf obo:PATO_0001334, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001334
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045056
    obo:IAO_0000115 "An anterior-posterior diameter which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045056" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal anterior-posterior diameter" ;
    rdfs:subClassOf obo:PATO_0002041, obo:PATO_0045055 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002041
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045057
    obo:IAO_0000115 "A perimeter which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045057" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal perimeter" ;
    rdfs:subClassOf obo:PATO_0001711, obo:PATO_0045054 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001711
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045058
    obo:IAO_0000115 "A circumference which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045058" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal circumference" ;
    rdfs:subClassOf obo:PATO_0001648, obo:PATO_0045057 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001648
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045059
    obo:IAO_0000115 "A thickness which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045059" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal thickness" ;
    rdfs:subClassOf obo:PATO_0000915, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000915
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045060
    obo:IAO_0000115 "A volume which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045060" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal volume" ;
    rdfs:subClassOf obo:PATO_0000918, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000918
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045061
    obo:IAO_0000115 "A width which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045061" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal width" ;
    rdfs:subClassOf obo:PATO_0000921, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000921
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045062
    obo:IAO_0000115 "A solubility which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045062" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal solubility" ;
    rdfs:subClassOf obo:PATO_0001537, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001537
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045063
    obo:IAO_0000115 "A speed which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045063" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal speed" ;
    rdfs:subClassOf obo:PATO_0000008, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000008
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045064
    obo:IAO_0000115 "A strength which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045064" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal strength" ;
    rdfs:subClassOf obo:PATO_0001230, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001230
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045065
    obo:IAO_0000115 "A fatigability which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045065" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fatigability" ;
    rdfs:subClassOf obo:PATO_0001815, obo:PATO_0045064 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001815
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045066
    obo:IAO_0000115 "A susceptibility toward an external stimulus which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045066" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal susceptibility toward" ;
    rdfs:subClassOf obo:PATO_0001152, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045067
    obo:IAO_0000115 "A temperature which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045067" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal temperature" ;
    rdfs:subClassOf obo:PATO_0000146, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000146
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045068
    obo:IAO_0000115 "A tendency which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045068" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal tendency" ;
    rdfs:subClassOf obo:PATO_0002360, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045069
    obo:IAO_0000115 "A threshold which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045069" ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal threshold" ;
    rdfs:subClassOf obo:PATO_0000152, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000152
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045070
    obo:IAO_0000115 "A tolerance to an external stimulus which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045070" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal tolerance to" ;
    rdfs:subClassOf obo:PATO_0000515, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000515
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045071
    obo:IAO_0000115 "A tonicity which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045071" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal tonicity" ;
    rdfs:subClassOf obo:PATO_0001439, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001439
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045072
    obo:IAO_0000115 "A turgor which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045072" ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal turgor" ;
    rdfs:subClassOf obo:PATO_0001620, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001620
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045073
    obo:IAO_0000115 "A quality of a process that has a value that is normal or average." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-21T14:11:01Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045073" ;
    a owl:Class ;
    rdfs:label "normal process quality" ;
    rdfs:subClassOf obo:PATO_0001236, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015010 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001236
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045074
    obo:IAO_0000115 "A variability which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045074" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability" ;
    rdfs:subClassOf obo:PATO_0001227, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015010 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001227
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045075
    obo:IAO_0000115 "A variability of color which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045075" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of color" ;
    rdfs:subClassOf obo:PATO_0001615, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015010 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001615
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045076
    obo:IAO_0000115 "A variability of rate which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045076" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of rate" ;
    rdfs:subClassOf obo:PATO_0001586, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015010 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001586
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045077
    obo:IAO_0000115 "A variability of size which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045077" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of size" ;
    rdfs:subClassOf obo:PATO_0001956, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015010 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001956
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045078
    obo:IAO_0000115 "A variability of temperature which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045078" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of temperature" ;
    rdfs:subClassOf obo:PATO_0001314, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0015010 ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001314
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045079
    obo:IAO_0000115 "A velocity which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045079" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal velocity" ;
    rdfs:subClassOf obo:PATO_0002242, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002242
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045080
    obo:IAO_0000115 "A virulence which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045080" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal virulence" ;
    rdfs:subClassOf obo:PATO_0002146, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002146
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045081
    obo:IAO_0000115 "A viscosity which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045081" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal viscosity" ;
    rdfs:subClassOf obo:PATO_0000998, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000998
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045082
    obo:IAO_0000115 "A waxiness which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045082" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal waxiness" ;
    rdfs:subClassOf obo:PATO_0002381, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002381
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045083
    obo:IAO_0000115 "A wetness which is relatively normal or average" ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045083" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal wetness" ;
    rdfs:subClassOf obo:PATO_0001823, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001823
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045084
    obo:IAO_0000115 "A duration quality of a process which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045084" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal duration" ;
    rdfs:subClassOf obo:PATO_0001309, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001309
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045085
    obo:IAO_0000115 "A duration quality of temperature quality of a process which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045085" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal duration of temperature" ;
    rdfs:subClassOf obo:PATO_0001310, obo:PATO_0045084 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001310
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045086
    obo:IAO_0000115 "An occurrence which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045086" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal occurrence" ;
    rdfs:subClassOf obo:PATO_0000057, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000057
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045087
    obo:IAO_0000115 "A frequency which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045087" ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal frequency" ;
    rdfs:subClassOf obo:PATO_0000044, obo:PATO_0045000 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000044
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045088
    obo:IAO_0000115 "A sensitivity of a process which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045088" ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity of a process" ;
    rdfs:subClassOf obo:PATO_0001457, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001457
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045089
    obo:IAO_0000115 "A sensitivity of occurrent to oxygen which is relatively normal." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045089" ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity of a process to oxygen" ;
    rdfs:subClassOf obo:PATO_0001459, obo:PATO_0045088 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001459
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015010 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045090" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cardinal direction" ;
    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." ;
    obo:RO_0002604 obo:PATO_0045093 ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045091" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "north" ;
    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." ;
    obo:RO_0002604 obo:PATO_0045094 ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045092" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "east" ;
    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." ;
    obo:RO_0002604 obo:PATO_0045091 ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045093" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "south" ;
    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." ;
    obo:RO_0002604 obo:PATO_0045092 ;
    terms:contributor <https://orcid.org/0000-0001-9227-0670> ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0045094" ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "west" ;
    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)" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0050000" ;
    a owl:Class ;
    rdfs:label "rate of occurence" ;
    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." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0050001" ;
    a owl:Class ;
    rdfs:label "rate of continuous process" ;
    rdfs:subClassOf obo:PATO_0000161, obo:PATO_0015002 .

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." ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:creation_date "2019-07-29T14:22:24Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0055001" ;
    a owl:Class ;
    rdfs:label "decreased spatial extent of a process" ;
    rdfs:subClassOf obo:PATO_0002302, obo:PATO_0010005 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010005
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:creation_date "2019-07-29T14:23:31Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0055002" ;
    a owl:Class ;
    rdfs:label "increased spatial extent of a process" ;
    rdfs:subClassOf obo:PATO_0002304, obo:PATO_0010005 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010005
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055003
    obo:IAO_0000115 "A rate of occurrence that is relatively high." ;
    dc:date "2020-08-19T09:23:19Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0055003" ;
    a owl:Class ;
    rdfs:label "increased rate of occurrence" ;
    rdfs:subClassOf obo:PATO_0000912, obo:PATO_0050000 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055004
    obo:IAO_0000115 "A rate of occurrence that is relatively low." ;
    dc:date "2020-08-19T09:24:35Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0055004" ;
    a owl:Class ;
    rdfs:label "decreased rate of occurrence" ;
    rdfs:subClassOf obo:PATO_0000911, obo:PATO_0050000 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055005
    obo:IAO_0000115 "A rate of output of a continuous process that is relatively high." ;
    dc:date "2020-08-19T09:24:56Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0055005" ;
    a owl:Class ;
    rdfs:label "increased rate of continuous process" ;
    rdfs:subClassOf obo:PATO_0000912, obo:PATO_0015004, obo:PATO_0050001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055006
    obo:IAO_0000115 "A rate of output of a continuous process that is relatively low." ;
    dc:date "2020-08-19T09:25:07Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0003-4148-4606> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0055006" ;
    a owl:Class ;
    rdfs:label "decreased rate of continuous process" ;
    rdfs:subClassOf obo:PATO_0000911, obo:PATO_0015003, obo:PATO_0050001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                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." ;
    terms:contributor <https://orcid.org/0000-0002-1373-1705> ;
    oboInOwl:creation_date "2019-08-23T08:46:30Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0060001" ;
    a owl:Class ;
    rdfs:label "sex-specific" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-1373-1705> ;
    oboInOwl:creation_date "2019-08-23T08:49:59Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0060002" ;
    a owl:Class ;
    rdfs:label "male-specific" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-1373-1705> ;
    oboInOwl:creation_date "2019-08-23T08:51:22Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0060003" ;
    a owl:Class ;
    rdfs:label "female-specific" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0002-3528-5267> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0065001" ;
    a owl:Class ;
    rdfs:label "lysed" ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0065002
    obo:IAO_0000115 "A degree of pigmentation quality that is diversified with patches, or irregularity." ;
    terms:contributor <https://orcid.org/0000-0002-3528-5267> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0065002" ;
    a owl:Class ;
    rdfs:label "patchy pigmentation" ;
    rdfs:subClassOf obo:PATO_0002248 .

obo:PATO_0070000
    obo:IAO_0000115 "A hermaphroditic quality that inheres in a population or organism where an organism changes is a different sexes during different life stages." ;
    terms:contributor <https://orcid.org/0000-0001-8815-0078> ;
    oboInOwl:hasExactSynonym "sequential hermaphroditic" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070000" ;
    a owl:Class ;
    rdfs:comment "Sequential hermaphrodity is generally characterized by an organism producing female gametes and male gametes during different life stages." ;
    rdfs:label "sequential hermaphrodite" ;
    rdfs:subClassOf obo:PATO_0001340 .

obo:PATO_0070001
    obo:IAO_0000115 "A cell morphology that inheres in neurons which have a small round soma, a large number of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:NeurogliaformPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070001" ;
    a owl:Class ;
    rdfs:label "neurogliaform morphology" ;
    rdfs:subClassOf obo:PATO_0070026 .

obo:PATO_0070002
    obo:IAO_0000115 "A cell morphology that inheres in multipolar neurons with densely branched terminal axonal arborizations that form basket-like structures surrounding and synapsing to the somas of target cells." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0101123", "ilxtr:BasketPhenotype", "nifext:3" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070002" ;
    a owl:Class ;
    rdfs:label "basket cell morphology" ;
    rdfs:subClassOf obo:PATO_0070026 .

obo:PATO_0070003
    obo:IAO_0000115 "A basket cell morphology that inheres in neurons with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:SmallBasketPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070003" ;
    a owl:Class ;
    rdfs:label "small basket cell morphology" ;
    rdfs:subClassOf obo:PATO_0070002 .

obo:PATO_0070004
    obo:IAO_0000115 "A basket cell morphology that inheres in neurons that are large, and typically ascend to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:LargeBasketPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070004" ;
    a owl:Class ;
    rdfs:label "large basket cell morphology" ;
    rdfs:subClassOf obo:PATO_0070002 .

obo:PATO_0070005
    obo:IAO_0000115 "A basket cell morphology that inheres in neurons which have simpler dendritic arbors (compared to small or large basket cell morphology), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:NestBasketPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070005" ;
    a owl:Class ;
    rdfs:label "nest basket cell morphology" ;
    rdfs:subClassOf obo:PATO_0070002 .

obo:PATO_0070006
    obo:IAO_0000115 "A cell morphology that inheres in neurons which have two principal dendrites that emerge from the soma and begin to branch some distance from it, have few spines, and branch in narrow fields. This is in contrast to bitufted morphology where branching occurs close to the soma." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0101312", "ilxtr:BipolarPhenotype", "nifext:2" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070006" ;
    a owl:Class ;
    rdfs:comment "This is specific to cortical bipolar cells and are distinguished from retinal bipolar cell morphology which has an axon and dendrite emerging from opposite ends of the soma." ;
    rdfs:label "cortical bipolar morphology" ;
    rdfs:subClassOf obo:PATO_0070027 .

obo:PATO_0070007
    obo:IAO_0000115 "A cell morphology that inheres in neurons which are large and non-spiny, with dendrites radiating in a multipolar or bitufted pattern, often favouring the descending side, and axons that ascend directly from the superficial side of the soma, and travel upward without branching." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:MartinottiPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070007" ;
    a owl:Class ;
    rdfs:label "Martinotti morphology" ;
    rdfs:subClassOf obo:PATO_0070026 .

obo:PATO_0070008
    obo:IAO_0000115 "A Martinotti cell morphology that inheres in neurons which have axons that form a horizontal ramification, making it T-shaped." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasExactSynonym "'T-shaped' Martinotti morphology" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070008" ;
    a owl:Class ;
    rdfs:label "T Martinotti morphology" ;
    rdfs:subClassOf obo:PATO_0070007 .

obo:PATO_0070009
    obo:IAO_0000115 "A Martinotti cell morphology that inheres in neurons which have axons that form a fan-like plexus." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasExactSynonym "'fanning-out' Martinotti morphology" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070009" ;
    a owl:Class ;
    rdfs:label "fan Martinotti morphology" ;
    rdfs:subClassOf obo:PATO_0070007 .

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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0111036", "SAO:9271919883" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070010" ;
    a owl:Class ;
    rdfs:label "stellate morphology" ;
    rdfs:subClassOf obo:PATO_0070026 .

obo:PATO_0070011
    obo:IAO_0000115 "A cell morphology that inheres in neurons which are small and round, and make highly specialized synapses with the axon initial segments of pyramidal neurons, wrapping them with candle-shaped synaptic 'cartridges'." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0102028", "ilxtr:ChandelierPhenotype", "nifext:4" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070011" ;
    a owl:Class ;
    rdfs:comment "Chandelier cells can be bitufted or multipolar." ;
    rdfs:label "chandelier cell morphology" ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070012
    obo:IAO_0000115 "A cell morphology that inheres in neurons which have two clusters of primary dendrites that originate directly and extend from opposite ends of the soma, and axons that form a plexus which spreads widely. Compared to the narrow vertical axonal projection of bipolar morphology, and the 'horse-tail' axonal cluster of double boquet cells, bitufted morphology has wide horizontal axonal spans, and branching that occur close to the soma. Their vertical projection is also less extensive and crosses mostly to neighboring layers." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:BituftedPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070012" ;
    a owl:Class ;
    rdfs:label "bitufted cell morphology" ;
    rdfs:subClassOf obo:PATO_0070027 .

obo:PATO_0070013
    obo:IAO_0000115 "A cell morphology that inheres in neurons which have spiny basal dendrites and resemble pyramidal cells but lose their apical dendrites as they mature. Their axons nearly always emerge from the descending side of the soma, but often recurve and ascend with arc-like collaterals." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:SpinyStellatePhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070013" ;
    a owl:Class ;
    rdfs:label "spiny stellate cell morphology" ;
    rdfs:subClassOf obo:PATO_0070026 .

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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0109553", "SAO:1465673360" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070015" ;
    a owl:Class ;
    rdfs:label "pyramidal family morphology" ;
    rdfs:subClassOf obo:PATO_0070026 .

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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:HorizontalPyramidalPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070016" ;
    a owl:Class ;
    rdfs:label "horizontal pyramidal morphology" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:PyramidalPhenotype" ;
    oboInOwl:hasExactSynonym "pyramidal cell morphology", "vertical pyramidal morphology" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070017" ;
    a owl:Class ;
    rdfs:label "standard pyramidal morphology" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:TuftedPyramidalPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070018" ;
    a owl:Class ;
    rdfs:label "tufted pyramidal morphology" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:UntuftedPyramidalPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070019" ;
    a owl:Class ;
    rdfs:label "untufted pyramidal morphology" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:StarPyramidalPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070020" ;
    a owl:Class ;
    rdfs:label "stellate pyramidal morphology" ;
    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." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ilxtr:InvertedPyramidalPhenotype" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070021" ;
    a owl:Class ;
    rdfs:label "inverted pyramidal morphology" ;
    rdfs:subClassOf obo:PATO_0070017 .

obo:PATO_0070025
    obo:IAO_0000115 "A cell morphology that inheres in neurons with only one process, a neurite, that extends from the cell body. The neurite then branches to form dendritic and axonal processes." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070025" ;
    a owl:Class ;
    rdfs:label "unipolar neuron morphology" ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070026
    obo:IAO_0000115 "A cell morphology that inheres in neurons which possess three or more neurites, usually a single axon and many dendrites and dendritic branches." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0107196", "NLX:378" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070026" ;
    a owl:Class ;
    rdfs:label "multipolar neuron morphology" ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070027
    obo:IAO_0000115 "A cell morphology that inheres in neurons with dendrites that are bidirectional, emerging from opposite ends of the soma, with the two arbors extending in radial or tangential directions." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070027" ;
    a owl:Class ;
    rdfs:comment "This morphology type is distinct from bitufted cell morphology in that it refers to bitufted dendrite morphology rather than bitufted cell morphology." ;
    rdfs:label "bitufted dendrite cell morphology" ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070028
    obo:IAO_0000115 "A neuron projection quality that is a characteristic of neurons whose soma is located in the telencephalon and that project to structures outside the telencephalon" ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0770101" ;
    oboInOwl:hasExactSynonym "ET projecting" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070028" ;
    a owl:Class ;
    rdfs:label "extratelencephalic projecting" ;
    rdfs:subClassOf obo:PATO_0070033 .

obo:PATO_0070029
    obo:IAO_0000115 "A neuron projection quality that is a characteristic of neurons with soma in the cerebral cortex and projections to the thalamus." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0770102" ;
    oboInOwl:hasExactSynonym "CT projecting" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070029" ;
    a owl:Class ;
    rdfs:label "corticothalamic projecting" ;
    rdfs:subClassOf obo:PATO_0070033 .

obo:PATO_0070030
    obo:IAO_0000115 "A neuron projection quality that is a characteristic of neurons with projections that terminate locally rather than distantly." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0770103" ;
    oboInOwl:hasExactSynonym "NP" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070030" ;
    a owl:Class ;
    rdfs:label "near projecting" ;
    rdfs:subClassOf obo:PATO_0070033 .

obo:PATO_0070031
    obo:IAO_0000115 "A neuron projection quality that is a characteristic of neurons that project to the medulla oblongata from other brain regions." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasExactSynonym "MY projecting" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070031" ;
    a owl:Class ;
    rdfs:label "corticomedulla projecting" ;
    rdfs:subClassOf obo:PATO_0070033 .

obo:PATO_0070033
    obo:IAO_0000115 "A physical quality inhering in a neuron by virtue of the relative location of its soma and the regions to which it projects and makes synaptic contacts in." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070033" ;
    a owl:Class ;
    rdfs:label "neuron projection quality" ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0070034
    obo:IAO_0000115 "A neuron projection quality that is a characteristic of neurons with both soma and projections entirely within the telencephalon." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0770100" ;
    oboInOwl:hasExactSynonym "IT projecting" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070034" ;
    a owl:Class ;
    rdfs:label "intratelencephalic projecting" ;
    rdfs:subClassOf obo:PATO_0070033 .

obo:PATO_0070036
    obo:IAO_0000115 "A quality inhering in a neuron's dendrites by virtue of the bearer's physical composition." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0103022" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070036" ;
    a owl:Class ;
    rdfs:label "dendrite quality" ;
    rdfs:subClassOf obo:PATO_0000001 .

obo:PATO_0070038
    obo:IAO_0000115 "A dendrite quality inhering in a neuron by virtue of the bearer's dendrite having spines." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0110980" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070038" ;
    a owl:Class ;
    rdfs:label "spiny dendrite quality" ;
    rdfs:subClassOf obo:PATO_0070036 .

obo:PATO_0070039
    obo:IAO_0000115 "A dendrite quality inhering in a neuron by virtue of the bearer's dendrite having a terminal tuft." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0112065", "SAO:754373097" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070039" ;
    a owl:Class ;
    rdfs:label "tufted dendrite quality" ;
    rdfs:subClassOf obo:PATO_0070036 .

obo:PATO_0070040
    obo:IAO_0000115 "A dendrite quality inhering in a neuron by virtue of the bearer's dendrite having few or no recognizable dendritic spines." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0100932", "SAO:128827344" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070040" ;
    a owl:Class ;
    rdfs:label "aspiny dendrite quality" ;
    rdfs:subClassOf obo:PATO_0070036 .

obo:PATO_0070041
    obo:IAO_0000115 "A dendrite quality inhering in a neuron by virtue of the bearer's dendrite having numerous swellings or varicosities along their length." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasDbXref "ILX:0112263", "SAO:1706854098" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070041" ;
    a owl:Class ;
    rdfs:label "varicose dendrite quality" ;
    rdfs:subClassOf obo:PATO_0070036 .

obo:PATO_0070042
    obo:IAO_0000115 "A cell morphology that inheres in retinal neurons which have two principal fibres, an axon and a dendrite, that emerge from opposite end the soma." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070042" ;
    a owl:Class ;
    rdfs:comment "This is distinct from cortical bipolar morphology which has two dendrites emerging from opposite ends of the soma, rather than one axon and one dendrite." ;
    rdfs:label "retinal bipolar morphology" ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070044
    obo:IAO_0000115 "A quality of continuant that exist at the anatomical level of organisation and anything under it. This includes, but is not limited to, cells , tissues, and components." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070044" ;
    a owl:Class ;
    rdfs:label "anatomical structure quality" ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0070045
    obo:IAO_0000115 "A quality inhering in an anotomical structure by virtue of its capacity to be stained by specific histological dyes." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070045" ;
    a owl:Class ;
    rdfs:label "anatomical histological quality" ;
    rdfs:subClassOf obo:PATO_0070044 .

obo:PATO_0070046
    obo:IAO_0000115 "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction that stains and colors, pale-pink, with Wright-Giemsa stain." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070046" ;
    a owl:Class ;
    rdfs:label "neutrophillic" ;
    rdfs:subClassOf obo:PATO_0070045 .

obo:PATO_0070047
    obo:IAO_0000115 "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for both basic and acid stains under specific pH conditions." ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070047" ;
    a owl:Class ;
    rdfs:label "polychromatophilic" ;
    rdfs:subClassOf obo:PATO_0070045 .

obo:PATO_0070059
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's being covered by iron oxide as a result of oxidation." ;
    terms:contributor <https://orcid.org/0000-0002-2738-824X> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070059" ;
    a owl:Class ;
    rdfs:label "rusty" ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0070060
    obo:IAO_0000115 "A quality of a substance on which or through which electromagnetic radiation impinges or traverses with respect to radiation. This substance quality changes the quality of the incident radiation with respect to any of: intensity, direction, scatter and wavelength." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070060" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of interaction of a substance with electromagnetic radiation" ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0070061
    obo:IAO_0000115 "A cell morphology that inheres in neurons with bitufted dendritic morphology but with the special feature of a tight fascicular axonal cylinder that resembles a 'horse tail'." ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070061" ;
    a owl:Class ;
    rdfs:label "double bouquet morphology" ;
    rdfs:subClassOf obo:PATO_0070027 .

obo:PATO_0070062
    obo:IAO_0000115 "A cell morphology that inheres in neurons with dendrites that stratify at two and only two locations." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070062" ;
    a owl:Class ;
    rdfs:label "bistratified dendrite cell morphology" ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070063
    obo:IAO_0000115 "A cell morphology that inheres in neurons with dendrites that stratify at one and only one location." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070063" ;
    a owl:Class ;
    rdfs:label "monostratified dendrite cell morphology" ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070064
    obo:IAO_0000115 "A 3-D extent quality inhering in a bearer by virtue of the spatial region that is defined by the maximal span of the bearer's dendritic arbor." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596>, <https://orcid.org/0000-0002-1373-1705>, <https://orcid.org/0000-0002-5260-9315> ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0070064" ;
    a owl:Class ;
    rdfs:label "dendritic field size" ;
    rdfs:subClassOf obo:PATO_0001710 .

obo:PATO_0080001
    obo:IAO_0000115 "A physical quality inhering in an entity exhibiting the physical charachteristics of a material that flows under applied force." ;
    oboInOwl:hasExactSynonym "fluidity" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0080001" ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a fluid" ;
    rdfs:subClassOf obo:PATO_0002198 .

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." ;
    terms:contributor <https://orcid.org/0000-0002-3410-4655> ;
    oboInOwl:creation_date "2020-10-30T08:08:48Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0085001" ;
    a owl:Class ;
    rdfs:label "salinity" ;
    rdfs:subClassOf obo:PATO_0001655 .

obo:PATO_0095001
    obo:IAO_0000115 "Quotient (or ratio) of surface area of an organism divided by the mass of the same organism" ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:13:52Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095001" ;
    a owl:Class ;
    rdfs:label "organismal area to mass ratio" ;
    rdfs:subClassOf obo:PATO_0001470, obo:PATO_0001995 .

obo:PATO_0095002
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's morphological and physiological adaptation for running." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:19:15Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095002" ;
    a owl:Class ;
    rdfs:label "cursorial" ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0095003
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's morphological and physiological adaptation for digging and living underground." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:19:57Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095003" ;
    a owl:Class ;
    rdfs:label "fossorial" ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0095004
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's morphological and physiological adaptation for living in trees." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:20:31Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095004" ;
    a owl:Class ;
    rdfs:label "arboreal" ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0095005
    obo:IAO_0000115 "A quality of a process that happens during dawn and dusk." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:22:18Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095005" ;
    a owl:Class ;
    rdfs:label "crepuscular" ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0095006
    obo:IAO_0000115 "A quality of a process that happens during the hours of darkness." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:26:38Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095006" ;
    a owl:Class ;
    rdfs:label "nocturnal" ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0095007
    obo:IAO_0000115 "A quality of a process that happens during the hours of daylight." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:27:09Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095007" ;
    a owl:Class ;
    rdfs:label "diurnal" ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0095008
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's morphological and physiological adaptation for participating in long-distance movement of conspecifics, usually on a seasonal basis." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:28:09Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095008" ;
    a owl:Class ;
    rdfs:label "migratory" ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0095009
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's ability to burrow more than 20 cm deep into the soil and make permanent, vertical burrows." ;
    dc:creator <http://orcid.org/0000-0002-2908-3327> ;
    dc:date "2021-05-17T13:28:41Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0095009" ;
    a owl:Class ;
    rdfs:label "anecic" ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0103000
    obo:IAO_0000115 "A quality of an entity that can be represented numerically, including anything that can be counted, measured, or given a numerical value." ;
    oboInOwl:created_by "https://orcid.org/0000-0001-8314-2140" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "PATO:0103000" ;
    a owl:Class ;
    rdfs:label "quantitative" ;
    rdfs:subClassOf obo:PATO_0000001 .

obo:PATO_0103001
    obo:IAO_0000115 """A quantitative quality that represents the sum of all 'mass' qualities of the component parts that constitute a whole entity. The total mass quality inheres in the whole entity and reflects the aggregate measure of mass across all its components, such that changes in the mass of individual components may not necessarily correspond to equivalent changes in the total mass of the whole.

Example of usage: \"total body mass\" represents the sum of the masses of all tissues and organs in the body, while \"liver mass\" represents only the mass of the liver. An increase in liver mass does not necessarily mean an increase in total body mass, as the mass of other organs or tissues may decrease simultaneously.""" ;
    dc:date "2025-04-10T16:14:12Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    terms3:contributor <https://orcid.org/0000-0001-8314-2140> ;
    oboInOwl:id "PATO:0103001" ;
    a owl:Class ;
    rdfs:label "total mass" ;
    rdfs:subClassOf obo:PATO_0000125 .

obo:PATO_0103002
    obo:IAO_0000115 "A total mass which is higher than normal or average." ;
    dc:date "2025-04-10T16:25:35Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    terms3:contributor <https://orcid.org/0000-0001-8314-2140> ;
    oboInOwl:id "PATO:0103002" ;
    a owl:Class ;
    rdfs:label "increased total mass" ;
    rdfs:subClassOf obo:PATO_0001563, obo:PATO_0103001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0103001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0103003
    obo:IAO_0000115 "A total mass which is lower than normal or average." ;
    dc:date "2025-04-10T16:29:00Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    terms3:contributor <https://orcid.org/0000-0001-8314-2140> ;
    oboInOwl:id "PATO:0103003" ;
    a owl:Class ;
    rdfs:label "decreased total mass" ;
    rdfs:subClassOf obo:PATO_0001562, obo:PATO_0103001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0103001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0103004
    obo:IAO_0000115 """A quantitative quality that represents the sum of all 'amount' qualities of the component parts that constitute a whole entity. The total amount quality inheres in the whole entity and reflects the aggregate measure across all its components, such that changes in the amount of individual components may not necessarily correspond to equivalent changes in the total amount of the whole.

Example of usage: \"blood total protein amount\" represents the sum of the amounts of all protein types in blood, while \"blood leptin amount\" represents only the amount of leptin proteins. An increase in blood leptin amount does not necessarily mean an increase in blood total protein amount, as other protein levels may decrease simultaneously.""" ;
    dc:date "2025-04-10T16:33:09Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    terms3:contributor <https://orcid.org/0000-0001-8314-2140> ;
    oboInOwl:id "PATO:0103004" ;
    a owl:Class ;
    rdfs:label "total amount" ;
    rdfs:subClassOf obo:PATO_0000070 .

obo:PATO_0103005
    obo:IAO_0000115 "A total amount which is relatively low." ;
    dc:date "2025-04-10T16:36:36Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    terms3:contributor <https://orcid.org/0000-0001-8314-2140> ;
    oboInOwl:id "PATO:0103005" ;
    a owl:Class ;
    rdfs:label "decreased total amount" ;
    rdfs:subClassOf obo:PATO_0001997, obo:PATO_0103004 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0103004
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015008 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0103006
    obo:IAO_0000115 "A total amount which is relatively high." ;
    dc:date "2025-04-10T16:37:33Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality" ;
    terms3:contributor <https://orcid.org/0000-0001-8314-2140> ;
    oboInOwl:id "PATO:0103006" ;
    a owl:Class ;
    rdfs:label "increased total amount" ;
    rdfs:subClassOf obo:PATO_0000470, obo:PATO_0103004 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0103004
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0015007 ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PCO_0000000
    obo:IAO_0000115 "A material entity that consists of two or more organisms, viruses, or viroids."@en ;
    a owl:Class ;
    rdfs:comment "May be of the same or different species." ;
    rdfs:label "collection of organisms"@en ;
    rdfs:subClassOf obo:BFO_0000027, obo:PCO_0000031 .

obo:PCO_0000001
    obo:IAO_0000115 "A collection of organisms, all of the same species, that live in the same place."@en ;
    a owl:Class ;
    rdfs:comment """It is sometimes difficult to define the physical boundaries of a population. In the case of sexually reproducing organisms, the individuals within a population have the potential to reproduce with one another during the course of their lifetimes. 'Community', as often used to describe a group of humans, is a type of population of organisms. 

Classes for population already  exist in IDO ('organism population', IDO_0000509) and OBI ('population', OBI_0000181). The definitions should be standardized across OBO Foundry ontologies and only one term used."""@en ;
    rdfs:label "population of organisms"@en ;
    rdfs:subClassOf obo:PCO_0000018 .

obo:PCO_0000002
    obo:IAO_0000115 "A multi-species collection of organisms of at least two different species, living in a particular area. Must have at least two populations of different species as members."@en ;
    a owl:Class ;
    rdfs:comment "Ecological community is defined broadly here, but includes both ecological interactions (inherited from parent term community) and spatial co-existence. It may be used to describe every organisms living in an area, but is often used to refer only to organisms of a particular taxon or guild (e.g., the plant community, the insect community, the herbivore community). The word community, as it often used to describe a group of humans living together, is a type of single-species collection of organisms, not an ecological community."@en ;
    rdfs:label "ecological community"@en ;
    rdfs:subClassOf obo:PCO_0000029 .

obo:PCO_0000003
    obo:IAO_0000115 "A quality that inheres in a population of organisms."@en ;
    a owl:Class ;
    rdfs:comment "Includes qualities like population size, population growth rate, carrying capacity, immigration rate, emigration rate, fecundity, and death rate. A population quality may depend on the qualities of individual organisms in the population, but cannot be measured or described for a single organism. This term may be replaced by a PATO term."@en ;
    rdfs:label "quality of a population"@en ;
    rdfs:subClassOf obo:PATO_0002003, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000052 ;
        owl:someValuesFrom obo:PCO_0000001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002003
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000052 ;
                owl:someValuesFrom obo:PCO_0000001
            ]
        )
    ] .

obo:PCO_0000004
    obo:IAO_0000115 "A quality that inheres in a community."@en ;
    a owl:Class ;
    rdfs:comment "Includes qualities like diversity, species richness, stability, resilience, community structure, number of trophic levels. A community quality may depend on the qualities of individual organism in the community, but cannot be measured or described for a single individual."@en ;
    rdfs:label "quality of an ecological community"@en ;
    rdfs:subClassOf obo:PATO_0002003, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000052 ;
        owl:someValuesFrom obo:PCO_0000002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002003
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000052 ;
                owl:someValuesFrom obo:PCO_0000002
            ]
        )
    ] .

obo:PCO_0000018
    obo:IAO_0000115 "A material entity that has as parts two or more organisms, viruses, or viroids of the same species and no members of any other species."@en ;
    a owl:Class ;
    rdfs:label "single-species collection of organisms"@en ;
    rdfs:subClassOf obo:PCO_0000000 .

obo:PCO_0000029
    obo:IAO_0000115 "A collection of organisms that consists of two or more organisms from at least two species."@en ;
    a owl:Class ;
    rdfs:comment ""@en ;
    rdfs:label "multi-species collection of organisms"@en ;
    rdfs:subClassOf obo:PCO_0000000, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass obo:PCO_0000001 ;
        owl:onProperty obo:RO_0002351
    ] .

obo:PCO_0000031
    obo:IAO_0000115 "A material entity that is one or more organisms, viruses or viroids." ;
    a owl:Class ;
    rdfs:label "organismal entity"@en ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:PR_000000001
    obo:IAO_0000115 "An amino acid chain that is produced de novo by ribosome-mediated translation of a genetically-encoded mRNA, and any derivatives thereof." ;
    oboInOwl:hasExactSynonym "natural protein" ;
    oboInOwl:hasNarrowSynonym "native protein" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000000001" ;
    a owl:Class ;
    rdfs:comment "The definition above excludes protein complexes, which some also consider a protein. Those who wish to refer to a class representing both senses of the word are directed to CHEBI:36080. Note that the definition allows for experimentally-manipulated genes, and allows for artifically-produced derivatives that mimic those found naturally. Proteins (in the sense defined here) that descended from a common ancestor can be classified into families and superfamilies composed of products of evolutionarily-related genes. The domain architecture of a protein is described by the order of its constituent domains. Proteins with the same domains in the same order are defined as homeomorphic [PRO:WCB)." ;
    rdfs:label "protein" ;
    rdfs:subClassOf obo:BFO_0000002, obo:CHEBI_33695, obo:PR_000018263, obo:PR_000064867, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002353 ;
        owl:someValuesFrom obo:GO_0006412
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/pr#has_gene_template> ;
        owl:someValuesFrom obo:SO_0000704
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000018263
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002353 ;
                owl:someValuesFrom obo:GO_0006412
            ]
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/pr#has_gene_template> ;
                owl:someValuesFrom obo:SO_0000704
            ]
        )
    ] .

obo:PR_000001002
    obo:IAO_0000115 "A protein that is a translation product of the human CD19 gene or a 1:1 ortholog thereof. It is composed of an N-terminal extracellular domain containing two Ig-like C2-type (immunoglobulin-like) domains, followed by a single-pass transmembrane segment and a cytoplasmic C-terminal tail. CD19 expression is restricted to members of the B cell lineage. It functions as a co-receptor for B-cell antigen receptor (BCR), regulating signal transduction." ;
    oboInOwl:hasDbXref "IUPHARobj:2764", "PIRSF:PIRSF016630" ;
    oboInOwl:hasExactSynonym "B-lymphocyte surface antigen B4", "T-cell surface antigen Leu-12", "differentiation antigen CD19" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001002" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "CD19 molecule" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001003
    obo:IAO_0000115 "A protein that is a translation product of the human CD34 gene or a 1:1 ortholog thereof. It is a leukocyte membrane protein expressed specifically by lymphohematopoietic progenitor cells. It contains a single-pass transmembrane domain and that show distinct expression on early hematopoietic precursors and vascular-associated tissue. Acts as a scaffold that presents selectin carbohydrate ligands in a clustered, tissue specific manner to allow for higher avidity interactions between leukocytes and endothelial cells during the inflammatory process. In common with related sialomucins (endoglycan and podocalyxin), the extracellular region is dominated by an N-terminal mucin-like domain, which is densely substituted with sialylated O-linked carbohydrates. The mucin-like region is followed by a cysteine-containing and presumably globular domain. This domain may fold into an immunoglobulin-like structure as the positions of 2 of the cysteines are conserved in the C2 set of the immunoglobulin superfamily. The cytoplasmic domain is around 73-76 residues long and highly conserved." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF028749" ;
    oboInOwl:hasExactSynonym "hematopoietic progenitor cell antigen CD34" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001003" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "CD34 molecule" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001004
    obo:IAO_0000115 "A protein that is a translation product of the human CD4 gene or a 1:1 ortholog thereof. CD4 is an accessory protein for MHC class-II antigen/T-cell receptor interaction. It is the primary receptor for HIV-1. CD4 has four immunoglobulin-like domains in its extracellular region that share the same structure, but can differ in sequence." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF001977" ;
    oboInOwl:hasExactSynonym "T-cell differentiation antigen L3T4", "T-cell surface antigen T4/Leu-3", "T-cell surface glycoprotein CD4" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001004" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "CD4 molecule" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001005
    obo:IAO_0000115 "An integrin alpha that contains an A domain. A hallmark of this class is the presence of a von Willebrand factor type A domain (Pfam:PF00092) (I-domain) of approximately 200 amino acid residues at the N terminus, which confers divalent cation binding properties. Unlike other integrin alpha proteins, they do not undergo proteolytic cleavage." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF002497" ;
    oboInOwl:hasExactSynonym "integrin alpha with I domain" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001005" ;
    a owl:Class ;
    rdfs:comment "Category=family." ;
    rdfs:label "integrin alpha with A domain" ;
    rdfs:subClassOf obo:PR_000025796 .

obo:PR_000001012
    obo:IAO_0000115 "An integrin alpha with A domain that is a translation product of the human ITGAM gene or a 1:1 ortholog thereof. They constitute subunits of the integrin alpha-M/beta-2 receptor. This receptor is implicated in various adhesive interactions of monocytes, macrophages and granulocytes as well as in mediating the uptake of complement-coated particles. It is also a receptor for fibrinogen, factor X and ICAM1." ;
    oboInOwl:hasDbXref "IUPHARobj:2452" ;
    oboInOwl:hasExactSynonym "CD11 antigen-like family member B", "CD11b", "CR-3 alpha chain", "cell surface glycoprotein MAC-1 subunit alpha", "leukocyte adhesion receptor MO1", "neutrophil adherence receptor" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001012" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "integrin alpha-M" ;
    rdfs:subClassOf obo:PR_000001005 .

obo:PR_000001018
    obo:IAO_0000115 "A protein that has a core domain composition consisting of an extracellular N-terminal domain that adopts an immunoglobulin fold, a transmembrane domain, and an intracellular C-terminal domain with a single copy of the Immunoreceptor tyrosine-based activation motif (Pfam:PF02189) (ITAM). It constitutes the invariant subunit of the T cell antigen receptor (TCR). TCR is a surface receptor on T cells responsible for recognizing MHC-restricted antigens and initiating the cellular immune response." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF001993" ;
    oboInOwl:hasExactSynonym "CD3 subunit with Ig-like domain" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001018" ;
    a owl:Class ;
    rdfs:comment "Category=family." ;
    rdfs:label "CD3 subunit with immunoglobulin domain" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001020
    obo:IAO_0000115 "A CD3 subunit with immunoglobulin domain that is a translation product of the human CD3E gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasDbXref "IUPHARobj:2742" ;
    oboInOwl:hasExactSynonym "CD3e", "T-cell surface antigen T3/Leu-4 epsilon chain" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001020" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "CD3 epsilon" ;
    rdfs:subClassOf obo:PR_000001018 .

obo:PR_000001022
    obo:IAO_0000115 "A protein with a domain composition consisting of a large extracellular domain, including five Ig-like C2-type domains followed by two copies of the Fibronectin type-III domain (Pfam:PF00041), a single-pass transmembrane domain and a short cytoplasmic C-terminal domain." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF002507" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001022" ;
    a owl:Class ;
    rdfs:comment "Category=family." ;
    rdfs:label "neural cell adhesion molecule" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001023
    obo:IAO_0000115 "A neural cell adhesion molecule that is involved in neuronal development, synaptic plasticity, and regeneration." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF501037" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001023" ;
    a owl:Class ;
    rdfs:comment "Category=family." ;
    rdfs:label "neural cell adhesion molecule NCAM" ;
    rdfs:subClassOf obo:PR_000001022 .

obo:PR_000001024
    obo:IAO_0000115 "A neural cell adhesion molecule NCAM that is a translation product of the human NCAM1 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasDbXref "IUPHARobj:2769" ;
    oboInOwl:hasExactSynonym "CD56", "N-CAM-1", "NCAM-1" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001024" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "neural cell adhesion molecule 1" ;
    rdfs:subClassOf obo:PR_000001023 .

obo:PR_000001083
    obo:IAO_0000115 "A protein that is a translation product of the human CD2 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasDbXref "IUPHARobj:2600", "PIRSF:PIRSF001984" ;
    oboInOwl:hasExactSynonym "LFA-2", "LFA-3 receptor", "T-cell surface antigen CD2", "T-cell surface antigen T11/Leu-5", "T-cell surface glycoprotein CD2", "erythrocyte receptor", "ly-37", "lymphocyte antigen 37", "rosette receptor" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001083" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "CD2 molecule" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001084
    obo:IAO_0000115 "A protein that is a translation product of the human CD8A gene or a 1:1 ortholog thereof. CD8 is a transmembrane that is a co-receptor for MHC class-I antigen/T-cell receptor interaction. The most common form of CD8 is composed of a CD8 alpha and a CD8 beta chain." ;
    oboInOwl:hasExactSynonym "CD8a", "T-cell surface glycoprotein Lyt-2", "T-lymphocyte differentiation antigen T8/Leu-2" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001084" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "T-cell surface glycoprotein CD8 alpha chain" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001289
    obo:IAO_0000115 "A protein that is a translation product of the human MS4A1 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasDbXref "IUPHARobj:2628", "PIRSF:PIRSF001995" ;
    oboInOwl:hasExactSynonym "B-cell differentiation antigen Ly-44", "B-cell surface antigen CD20", "B-lymphocyte antigen CD20", "B-lymphocyte surface antigen B1", "Bp35", "leukocyte surface antigen Leu-16", "lymphocyte antigen 44" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001289" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "membrane-spanning 4-domains subfamily A member 1" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001327
    obo:IAO_0000115 "A protein that has a core domain structure of signal sequence, propeptide, five Cadherin domains (Pfam:PF00028), a transmembrane region, and a Cadherin cytoplasmic region (Pfam:PF01049). Cadherins function as adhesion molecules that mediate Ca2+-dependent cell-cell adhesion in solid tissues." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF002504" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001327" ;
    a owl:Class ;
    rdfs:comment "Category=family." ;
    rdfs:label "cadherin" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001444
    obo:IAO_0000115 "A cadherin that is a translation product of the human CDH5 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasExactSynonym "7B4 antigen", "CD144", "VE-cadherin", "vascular endothelial cadherin" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001444" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "cadherin-5" ;
    rdfs:subClassOf obo:PR_000001327 .

obo:PR_000001839
    obo:IAO_0000115 "A protein that is a translation product of the human CD5 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasExactSynonym "Lyt-1", "ly-1", "lymphocyte antigen 1", "lymphocyte antigen T1/Leu-1" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001839" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "T-cell surface glycoprotein CD5" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001869
    obo:IAO_0000115 "A protein that is a translation product of the human IL7R gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasDbXref "IUPHARobj:1698", "PIRSF:PIRSF001960" ;
    oboInOwl:hasExactSynonym "CD127", "CDw127", "IL-7 receptor subunit alpha", "IL-7R subunit alpha", "IL-7R-alpha", "IL-7RA" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001869" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "interleukin-7 receptor subunit alpha" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001889
    obo:IAO_0000115 "A protein that is a translation product of the human CD14 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF002017" ;
    oboInOwl:hasExactSynonym "monocyte differentiation antigen CD14", "myeloid cell-specific leucine-rich glycoprotein" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001889" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "CD14 molecule" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001945
    obo:IAO_0000115 "A protein that is a translation product of the human TFRC gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasBroadSynonym "p90" ;
    oboInOwl:hasExactSynonym "CD71", "T9", "TfR", "TfR1" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:hasRelatedSynonym "TR" ;
    oboInOwl:id "PR:000001945" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "transferrin receptor protein 1" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000001971
    obo:IAO_0000115 "A protein with core architecture consisting of a signal sequence, followed by 7 Ig-like domains (Pfam:PF00047, Pfam:PF07679, or Pfam:PF07686), a transmembrane region, and a cytoplasmic Protein tyrosine kinase domain." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF038502" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000001971" ;
    a owl:Class ;
    rdfs:comment "Category=family." ;
    rdfs:label "vascular endothelial growth factor receptor" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000002112
    obo:IAO_0000115 "A vascular endothelial growth factor receptor that is a translation product of the human KDR gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasDbXref "IUPHARobj:1813" ;
    oboInOwl:hasExactSynonym "CD309", "FLK-1", "VEGFR-2", "fetal liver kinase 1", "kinase NYK", "kinase insert domain receptor", "protein-tyrosine kinase receptor flk-1" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000002112" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "vascular endothelial growth factor receptor 2" ;
    rdfs:subClassOf obo:PR_000001971 .

obo:PR_000002976
    obo:IAO_0000115 "A protein that is the translation product of any of the LY6 genes (LY6A-LY6I)." ;
    oboInOwl:hasDbXref "PIRSF:PIRSF002021" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000002976" ;
    a owl:Class ;
    rdfs:comment "Category=family." ;
    rdfs:label "Ly-6-like protein" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000002978
    obo:IAO_0000115 "An Ly-6-like protein that is a translation product of the mouse Ly6g gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasExactSynonym "Ly-6G", "Ly-6G.1" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000002978" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "lymphocyte antigen 6G" ;
    rdfs:subClassOf obo:PR_000002976 .

obo:PR_000002981
    obo:IAO_0000115 "A protein that is a translation product of the Ly76 gene in mouse." ;
    oboInOwl:hasExactSynonym "ter-119", "ter119" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000002981" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene. Requested by=CL." ;
    rdfs:label "lymphocyte antigen 76 (mouse)" ;
    rdfs:subClassOf obo:PR_000029032 .

obo:PR_000007499
    obo:IAO_0000115 "A protein that is a translation product of the human FGF8 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasExactSynonym "FGF-8", "androgen-induced growth factor" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:hasRelatedSynonym "HBGF-8", "heparin-binding growth factor 8" ;
    oboInOwl:id "PR:000007499" ;
    a owl:Class ;
    rdfs:comment "Category=gene." ;
    rdfs:label "fibroblast growth factor 8" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000014841
    obo:IAO_0000115 "A protein that is a translation product of the human SHH gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasExactSynonym "HHG-1", "Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains", "ShhNC" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000014841" ;
    a owl:Class ;
    rdfs:comment "Category=gene." ;
    rdfs:label "sonic hedgehog protein" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000016043
    obo:IAO_0000115 "A protein that is a translation product of the human TAL1 gene or a 1:1 ortholog thereof." ;
    oboInOwl:hasExactSynonym "T-cell leukemia/lymphoma protein 5", "TAL-1", "bHLHa17", "class A basic helix-loop-helix protein 17", "stem cell protein" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000016043" ;
    a owl:Class ;
    rdfs:comment "Category=gene. Requested by=CL." ;
    rdfs:label "T-cell acute lymphocytic leukemia protein 1" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000018263
    obo:IAO_0000115 "An organic amino compound that consists of amino acid residues (unmodified amino-acid residues and/or modified amino-acid residues) linked by peptide bonds or derivatives of such bonds." ;
    oboInOwl:hasNarrowSynonym "peptide", "polypeptide" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000018263" ;
    a owl:Class ;
    rdfs:comment "Category=polymer." ;
    rdfs:label "amino acid chain" ;
    rdfs:subClassOf obo:CHEBI_50047, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass obo:CHEBI_33708 ;
        owl:onProperty <http://purl.obolibrary.org/obo/pr#has_constituent_monomer>
    ] .

obo:PR_000025796
    obo:IAO_0000115 "A protein that is composed of a long N-terminal extracellular domain, a transmembrane domain and a short cytoplasmic C-terminal domain. The N-terminal domain contains beta-propeller repeats (interrupted by an A domain in a subset of integrins alpha), while the C-terminal domain contains a GFFxR motif." ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000025796" ;
    a owl:Class ;
    rdfs:comment "Category=family. Integrins are heterodimeric complexes of an alpha and a beta subunit. They are a structurally elaborate family of adhesion molecules that transmit signals bidirectionally across the plasma membrane by undergoing large-scale structural rearrangements. By regulating cell-cell and cell-matrix contacts, integrins participate in a wide-range of biological interactions including development, tissue repair, angiogenesis, inflammation and hemostasis. [PMID:10402956, PMID:11988479, PMID:9676575]." ;
    rdfs:label "integrin alpha" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001 .

obo:PR_000029032
    obo:IAO_0000115 "A protein that is encoded in the genome of Mus musculus." ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000029032" ;
    a owl:Class ;
    rdfs:label "Mus musculus protein" ;
    rdfs:subClassOf obo:PR_000036194, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002160 ;
        owl:someValuesFrom obo:NCBITaxon_10090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000000001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_000036194
    obo:IAO_0000115 "A protein that is encoded in the genome of some Eukaryota." ;
    oboInOwl:hasExactSynonym "Eukaryota protein" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000036194" ;
    a owl:Class ;
    rdfs:label "eukaryotic protein" ;
    rdfs:subClassOf obo:CHEBI_36080, obo:PR_000000001, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002160 ;
        owl:someValuesFrom obo:NCBITaxon_2759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000000001
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_2759
            ]
        )
    ] .

obo:PR_000064867
    obo:IAO_0000115 "A molecular entity that minimally consists of a protein." ;
    oboInOwl:hasNarrowSynonym "protein", "protein aggregate", "protein complex", "protein-containing complex" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:000064867" ;
    a owl:Class ;
    rdfs:comment "Note: This includes single proteins and derivatives thereof (PR:000000001), protein-containing complexes (GO:0032991), and protein aggregates (PR:000050565)." ;
    rdfs:label "protein-containing molecular entity" ;
    rdfs:subClassOf obo:CHEBI_23367, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PR_000000001
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CHEBI_23367
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:PR_000000001
            ]
        )
    ] .

obo:PR_P01731
    obo:IAO_0000115 "A T-cell surface glycoprotein CD8 alpha chain that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P01731" ;
    oboInOwl:hasExactSynonym "CD8a (mouse)", "T-cell surface glycoprotein Lyt-2 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P01731" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "T-cell surface glycoprotein CD8 alpha chain (mouse)" ;
    rdfs:subClassOf obo:PR_000001084, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001084
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P05555
    obo:IAO_0000115 "An integrin alpha-M that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P05555" ;
    oboInOwl:hasExactSynonym "CD11 antigen-like family member B (mouse)", "CD11b (mouse)", "CR-3 alpha chain (mouse)", "cell surface glycoprotein MAC-1 subunit alpha (mouse)", "leukocyte adhesion receptor MO1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P05555" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "integrin alpha-M (mouse)" ;
    rdfs:subClassOf obo:PR_000001012, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001012
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P06332
    obo:IAO_0000115 "A CD4 molecule that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P06332" ;
    oboInOwl:hasExactSynonym "CD4 (mouse)", "T-cell differentiation antigen L3T4 (mouse)", "T-cell surface antigen T4/Leu-3 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P06332" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "T-cell surface glycoprotein CD4 (mouse)" ;
    rdfs:subClassOf obo:PR_000001004, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001004
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P08920
    obo:IAO_0000115 "A CD2 molecule that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P08920" ;
    oboInOwl:hasExactSynonym "CD2 (mouse)", "LFA-2 (mouse)", "LFA-3 receptor (mouse)", "T-cell surface antigen T11/Leu-5 (mouse)", "lymphocyte antigen 37 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P08920" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "T-cell surface antigen CD2 (mouse)" ;
    rdfs:subClassOf obo:PR_000001083, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001083
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P10810
    obo:IAO_0000115 "A CD14 molecule that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P10810" ;
    oboInOwl:hasExactSynonym "CD14 (mouse)", "myeloid cell-specific leucine-rich glycoprotein (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P10810" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "monocyte differentiation antigen CD14 (mouse)" ;
    rdfs:subClassOf obo:PR_000001889, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001889
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P13379
    obo:IAO_0000115 "A T-cell surface glycoprotein CD5 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P13379" ;
    oboInOwl:hasExactSynonym "CD5 (mouse)", "Lyt-1 (mouse)", "lymphocyte antigen 1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P13379" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "T-cell surface glycoprotein CD5 (mouse)" ;
    rdfs:subClassOf obo:PR_000001839, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001839
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P13595
    obo:IAO_0000115 "A neural cell adhesion molecule 1 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P13595" ;
    oboInOwl:hasExactSynonym "CD56 (mouse)", "N-CAM-1 (mouse)", "NCAM-1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P13595" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "neural cell adhesion molecule 1 (mouse)" ;
    rdfs:subClassOf obo:PR_000001024, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001024
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P16872
    obo:IAO_0000115 "An interleukin-7 receptor subunit alpha that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P16872" ;
    oboInOwl:hasExactSynonym "CD127 (mouse)", "IL-7 receptor subunit alpha (mouse)", "IL-7R subunit alpha (mouse)", "IL-7R-alpha (mouse)", "IL-7RA (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P16872" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "interleukin-7 receptor subunit alpha (mouse)" ;
    rdfs:subClassOf obo:PR_000001869, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001869
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P19437
    obo:IAO_0000115 "A membrane-spanning 4-domains subfamily A member 1 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P19437" ;
    oboInOwl:hasExactSynonym "B-cell differentiation antigen Ly-44 (mouse)", "CD20 (mouse)", "lymphocyte antigen 44 (mouse)", "membrane-spanning 4-domains subfamily A member 1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P19437" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "B-lymphocyte antigen CD20 (mouse)" ;
    rdfs:subClassOf obo:PR_000001289, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001289
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P22091
    obo:IAO_0000115 "A T-cell acute lymphocytic leukemia protein 1 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P22091" ;
    oboInOwl:hasExactSynonym "Stem cell protein (mouse)", "TAL-1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P22091" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "T-cell acute lymphocytic leukemia protein 1 homolog (mouse)" ;
    rdfs:subClassOf obo:PR_000016043, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000016043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P22646
    obo:IAO_0000115 "A CD3 epsilon that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P22646" ;
    oboInOwl:hasExactSynonym "CD3e (mouse)", "T-cell surface antigen T3/Leu-4 epsilon chain (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P22646" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "T-cell surface glycoprotein CD3 epsilon chain (mouse)" ;
    rdfs:subClassOf obo:PR_000001020, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P25918
    obo:IAO_0000115 "A CD19 molecule that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P25918" ;
    oboInOwl:hasExactSynonym "CD19 (mouse)", "differentiation antigen CD19 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P25918" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "B-lymphocyte antigen CD19 (mouse)" ;
    rdfs:subClassOf obo:PR_000001002, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001002
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P35461
    obo:IAO_0000115 "A lymphocyte antigen 6G that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P35461" ;
    oboInOwl:hasExactSynonym "Ly-6G (mouse)", "Ly-6G.1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P35461" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "lymphocyte antigen 6G (mouse)" ;
    rdfs:subClassOf obo:PR_000002978, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000002978
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P35918
    obo:IAO_0000115 "A vascular endothelial growth factor receptor 2 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P35918" ;
    oboInOwl:hasExactSynonym "CD309 (mouse)", "FLK-1 (mouse)", "VEGFR-2 (mouse)", "fetal liver kinase 1 (mouse)", "kinase NYK (mouse)", "protein-tyrosine kinase receptor flk-1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P35918" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "vascular endothelial growth factor receptor 2 (mouse)" ;
    rdfs:subClassOf obo:PR_000002112, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000002112
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P37237
    obo:IAO_0000115 "A fibroblast growth factor 8 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P37237" ;
    oboInOwl:hasExactSynonym "AIGF (mouse)", "FGF-8 (mouse)", "androgen-induced growth factor (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:hasRelatedSynonym "HBGF-8 (mouse)", "heparin-binding growth factor 8 (mouse)" ;
    oboInOwl:id "PR:P37237" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "fibroblast growth factor 8 (mouse)" ;
    rdfs:subClassOf obo:PR_000007499, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000007499
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_P55284
    obo:IAO_0000115 "A cadherin-5 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:P55284" ;
    oboInOwl:hasExactSynonym "CD144 (mouse)", "VE-cadherin (mouse)", "vascular endothelial cadherin (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:P55284" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "cadherin-5 (mouse)" ;
    rdfs:subClassOf obo:PR_000001444, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001444
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_Q62226
    obo:IAO_0000115 "A sonic hedgehog protein that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:Q62226" ;
    oboInOwl:hasExactSynonym "HHG-1 (mouse)", "SHH (mouse)", "Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains (mouse)", "ShhNC (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:Q62226" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "sonic hedgehog protein (mouse)" ;
    rdfs:subClassOf obo:PR_000014841, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000014841
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_Q62351
    obo:IAO_0000115 "A transferrin receptor protein 1 that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:Q62351" ;
    oboInOwl:hasExactSynonym "CD71 (mouse)", "TfR (mouse)", "TfR1 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:hasRelatedSynonym "TR (mouse)" ;
    oboInOwl:id "PR:Q62351" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "transferrin receptor protein 1 (mouse)" ;
    rdfs:subClassOf obo:PR_000001945, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001945
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:PR_Q64314
    obo:IAO_0000115 "A CD34 molecule that is encoded in the genome of mouse." ;
    oboInOwl:hasDbXref "UniProtKB:Q64314" ;
    oboInOwl:hasExactSynonym "CD34 (mouse)" ;
    oboInOwl:hasOBONamespace "protein" ;
    oboInOwl:id "PR:Q64314" ;
    a owl:Class ;
    rdfs:comment "Category=organism-gene." ;
    rdfs:label "hematopoietic progenitor cell antigen CD34 (mouse)" ;
    rdfs:subClassOf obo:PR_000001003, obo:PR_000029032 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PR_000001003
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002160 ;
                owl:someValuesFrom obo:NCBITaxon_10090
            ]
        )
    ] .

obo:RO_0000052
    obo:IAO_0000115 "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:comment "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." ;
    rdfs:label "characteristic of"@en ;
    rdfs:subPropertyOf obo:RO_0002314 ;
    owl:inverseOf obo:RO_0000053 .

obo:RO_0000053
    obo:IAO_0000115 "Inverse of characteristic_of"@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:label "has characteristic"@en ;
    rdfs:range obo:BFO_0000020 .

obo:RO_0000056
    obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@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_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
    oboInOwl:hasDbXref "RO:0000057" ;
    oboInOwl:id "has_participant" ;
    oboInOwl:shorthand "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_0000080
    obo:IAO_0000115 "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ;
    a owl:ObjectProperty ;
    rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ;
    rdfs:label "quality of"@en ;
    rdfs:subPropertyOf obo:RO_0000052 ;
    owl:inverseOf obo:RO_0000086 .

obo:RO_0000081
    obo:IAO_0000115 "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ;
    a owl:ObjectProperty ;
    rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ;
    rdfs:label "role of"@en ;
    rdfs:subPropertyOf obo:RO_0000052 ;
    owl:inverseOf obo:RO_0000087 .

obo:RO_0000086
    obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ;
    a owl:ObjectProperty ;
    rdfs:label "has quality"@en ;
    rdfs:range obo:BFO_0000019 ;
    rdfs:subPropertyOf obo:RO_0000053 .

obo:RO_0000087
    obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000004 ;
    rdfs:label "has role"@en ;
    rdfs:range obo:BFO_0000023 ;
    rdfs:subPropertyOf obo:RO_0000053 .

obo:RO_0001015
    obo:IAO_0000115 "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "location of"@en ;
    owl:inverseOf obo:RO_0001025 .

obo:RO_0001025
    obo:IAO_0000115 "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
    oboInOwl:inSubset obo:valid_for_go_gp2term ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain [
        a owl:Class ;
        owl:intersectionOf (obo:BFO_0000004
            [
                a owl:Class ;
                owl:complementOf obo:BFO_0000006
            ]
        )
    ] ;
    rdfs:label "located in"@en ;
    rdfs:range [
        a owl:Class ;
        owl:intersectionOf (obo:BFO_0000004
            [
                a owl:Class ;
                owl:complementOf obo:BFO_0000006
            ]
        )
    ] ;
    owl:propertyChainAxiom (obo:RO_0001025
        obo:BFO_0000050
    ) .

obo:RO_0002000
    obo:IAO_0000115 "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity"@en ;
    a owl:ObjectProperty ;
    rdfs:label "2D boundary of"@en ;
    rdfs:subPropertyOf obo:RO_0002323 ;
    owl:inverseOf obo:RO_0002002 .

obo:RO_0002002
    obo:IAO_0000115 "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity"@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "has 2D boundary"@en ;
    rdfs:range obo:BFO_0000141 ;
    rdfs:subPropertyOf obo:RO_0002323 .

obo:RO_0002005
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000061 ;
    rdfs:label "innervated_by"@en ;
    rdfs:range obo:UBERON_0000122 ;
    owl:inverseOf obo:RO_0002134 .

obo:RO_0002006
    a owl:ObjectProperty ;
    rdfs:label "has synaptic terminal of"@en ;
    rdfs:subPropertyOf obo:RO_0002131 ;
    owl:inverseOf obo:RO_0002130 .

obo:RO_0002007
    obo:IAO_0000115 """X outer_layer_of Y iff:
. X :continuant that bearer_of some PATO:laminar
. X part_of Y
. exists Z :surface
. X has_boundary Z
. Z boundary_of Y

has_boundary: http://purl.obolibrary.org/obo/RO_0002002
boundary_of: http://purl.obolibrary.org/obo/RO_0002000""" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:comment "A relationship that applies between a continuant and its outer, bounding layer.  Examples include the relationship between a multicellular organism and its integument, between an animal cell and its plasma membrane, and between a membrane bound organelle and its outer/bounding membrane." ;
    rdfs:domain [
        a owl:Class ;
        owl:intersectionOf (obo:BFO_0000040
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0002124
            ]
        )
    ] ;
    rdfs:label "bounding layer of"@en ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:BFO_0000050 .

obo:RO_0002021
    obo:IAO_0000115 "A relationship between a process and a barrier, where the process occurs in a region spanning the barrier. For cellular processes the barrier is typically a membrane. Examples include transport across a membrane and membrane depolarization." ;
    oboInOwl:created_by <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2017-07-20T17:19:37Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "occurs across" ;
    rdfs:subPropertyOf obo:RO_0002479 .

obo:RO_0002081
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:comment "Primitive instance level timing relation between events" ;
    rdfs:label "before or simultaneous with"@en ;
    rdfs:subPropertyOf obo:RO_0002222 .

obo:RO_0002082
    obo:IAO_0000115 "x simultaneous with y iff ω(x) = ω(y) and ω(α ) = ω(α), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point and '=' indicates the same instance in time." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:comment "t1 simultaneous_with t2 iff:=  t1 before_or_simultaneous_with t2  and not (t1 before t2)"@en ;
    rdfs:label "simultaneous with"@en ;
    rdfs:subPropertyOf obo:RO_0002081 .

obo:RO_0002086
    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
    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 ;
    owl:propertyChainAxiom (obo:RO_0002224
        obo:RO_0002230
    ) .

obo:RO_0002090
    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 ;
    owl:propertyChainAxiom (obo:RO_0002230
        obo:RO_0002224
    ) .

obo:RO_0002100
    obo:IAO_0000115 "Relation between a neuron and a material anatomical entity that its soma is part of."@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CL_0000540 ;
    rdfs:label "has soma location"@en ;
    rdfs:range obo:UBERON_0000465 ;
    rdfs:subPropertyOf obo:RO_0002131 ;
    owl:propertyChainAxiom (obo:RO_0002100
        obo:BFO_0000050
    ) .

obo:RO_0002102
    obo:IAO_0000115 "Relation between a neuron and some structure its axon forms (chemical) synapses in."@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CL_0000540 ;
    rdfs:label "axon synapses in"@en ;
    rdfs:subPropertyOf obo:RO_0002113 ;
    owl:propertyChainAxiom (obo:RO_0002102
        obo:BFO_0000050
    ) .

obo:RO_0002103
    obo:IAO_0000115 "Relation between an anatomical structure (including cells) and a neuron that chemically synapses to it. "@en ;
    a owl:ObjectProperty ;
    rdfs:label "synapsed by"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] ;
    rdfs:subPropertyOf obo:RO_0002485 ;
    owl:inverseOf obo:RO_0002120 .

obo:RO_0002104
    obo:IAO_0000115 "Holds between a cell c and a protein complex or protein p if and only if that cell has as part a plasma_membrane[GO:0005886], and that plasma membrane has p as part." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000465 ;
    rdfs:label "has plasma membrane part"@en ;
    rdfs:range obo:UBERON_0000465 ;
    rdfs:subPropertyOf obo:BFO_0000051 .

obo:RO_0002110
    obo:IAO_0000115 "Relation between a neuron and some structure (e.g.- a brain region) in which it receives (chemical) synaptic input. "@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CL_0000540 ;
    rdfs:label "has postsynaptic terminal in"@en ;
    rdfs:subPropertyOf obo:RO_0002130 ;
    owl:inverseOf obo:RO_0002113 ;
    owl:propertyChainAxiom (obo:RO_0002110
        obo:BFO_0000050
    ) .

obo:RO_0002113
    obo:IAO_0000115 "Relation between a neuron and some structure (e.g.- a brain region) in which it receives (chemical) synaptic input."@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CL_0000540 ;
    rdfs:label "has presynaptic terminal in"@en ;
    rdfs:subPropertyOf obo:RO_0002130 ;
    owl:propertyChainAxiom (obo:RO_0002113
        obo:BFO_0000050
    ) .

obo:RO_0002120
    obo:IAO_0000115 """ Relation between a neuron and an anatomical structure (including cells) that it chemically synapses to.
        """@en ;
    a owl:ObjectProperty ;
    rdfs:comment """N1 synapsed_to some N2 
Expands to:
N1 SubclassOf ( 
   has_part some (
      ‘pre-synaptic membrane ; GO:0042734’ that part_of some ( 
	‘synapse ; GO:0045202’ that has_part some (
	   ‘post-synaptic membrane ; GO:0045211’ that part_of some N2))))""" ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] ;
    rdfs:label "synapsed to"@en ;
    rdfs:subPropertyOf obo:RO_0002486 .

obo:RO_0002130
    obo:IAO_0000115 "A general relation between a neuron and some structure in which it either chemically synapses to some target or in which it receives (chemical) synaptic input." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CL_0000540 ;
    rdfs:label "has synaptic terminal in"@en ;
    rdfs:subPropertyOf obo:RO_0002131 ;
    owl:propertyChainAxiom (obo:RO_0002130
        obo:BFO_0000050
    ) .

obo:RO_0002131
    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" ;
    oboInOwl:inSubset subsets:ro-eco, obo:valid_for_go_annotation_extension, obo:valid_for_gocam ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "overlaps"@en ;
    rdfs:subPropertyOf obo:RO_0002323 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:BFO_0000050
    ), (obo:BFO_0000051
        obo:RO_0002131
    ), (obo:RO_0002131
        obo:BFO_0000050
    ) .

obo:RO_0002134
    obo:IAO_0000115 """Relation between a 'neuron projection bundle' and a region in which one or more of its component neuron projections either synapses to targets or receives synaptic input.
T innervates some R
Expands_to: T has_fasciculating_neuron_projection that synapse_in some R."""@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000122 ;
    rdfs:label "innervates"@en ;
    owl:propertyChainAxiom (obo:RO_0002134
        obo:BFO_0000050
    ) .

obo:RO_0002150
    obo:IAO_0000115 "X continuous_with Y if and only if X and Y share a fiat boundary." ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:domain obo:BFO_0000004 ;
    rdfs:label "continuous with"@en ;
    rdfs:range obo:BFO_0000004 ;
    rdfs:subPropertyOf obo:RO_0002323 .

obo:RO_0002160
    obo:IAO_0000115 "x only in taxon y if and only if x is in taxon y, and there is no other organism z such that y!=z a and x is in taxon z." ;
    a owl:ObjectProperty ;
    rdfs:label "only in taxon" ;
    rdfs:subPropertyOf obo:RO_0002162 .

obo:RO_0002162
    obo:IAO_0000115 "x is in taxon y if an only if y is an organism, and the relationship between x and y is one of: part of (reflexive), developmentally preceded by, derives from, secreted by, expressed." ;
    oboInOwl:hasNarrowSynonym "life cycle stage of"@en ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:comment "Connects a biological entity to its taxon of origin." ;
    rdfs:label "in taxon" ;
    rdfs:range obo:OBI_0100026 ;
    rdfs:subPropertyOf obo:RO_0002320 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:RO_0002162
    ), (obo:BFO_0000051
        obo:RO_0002162
    ), (obo:RO_0002211
        obo:RO_0002162
    ), (obo:RO_0002215
        obo:RO_0002162
    ), (obo:RO_0002254
        obo:RO_0002162
    ), (obo:RO_0002295
        obo:RO_0002162
    ), (obo:RO_0002387
        obo:RO_0002162
    ), (core:extends_fibers_into
        obo:RO_0002162
    ) .

obo:RO_0002163
    obo:IAO_0000115 "A is spatially_disjoint_from B if and only if they have no parts in common" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "spatially disjoint from" ;
    rdfs:subPropertyOf obo:RO_0002323 .

obo:RO_0002170
    obo:IAO_0000115 "a is connected to b if and only if a and b are discrete structure, and there exists some connecting structure c, such that c connects a and b" ;
    a owl:ObjectProperty ;
    rdfs:domain [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:RO_0002577
    ] ;
    rdfs:label "connected to"@en ;
    rdfs:range [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:RO_0002577
    ] ;
    rdfs:subPropertyOf obo:RO_0002323 ;
    owl:propertyChainAxiom ([
            owl:inverseOf obo:RO_0002176
        ]
        obo:RO_0002176
    ) .

obo:RO_0002176
    obo:IAO_0000115 "c connects a if and only if there exist some b such that a and b are similar parts of the same system, and c connects b, specifically, c connects a with b. When one structure connects two others it unites some aspect of the function or role they play within the system." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000004 ;
    rdfs:label "connects"@en ;
    rdfs:range [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:RO_0002577
    ] ;
    rdfs:subPropertyOf obo:RO_0002323 .

obo:RO_0002177
    obo:IAO_0000115 "a is attached to part of b if a is attached to b, or a is attached to some p, where p is part of b." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000061 ;
    rdfs:label "attached to part of"@en ;
    rdfs:range obo:UBERON_0000061 ;
    rdfs:subPropertyOf obo:RO_0002323, obo:RO_0002567 .

obo:RO_0002178
    obo:IAO_0000115 "Relation between an arterial structure and another structure, where the arterial structure acts as a conduit channeling fluid, substance or energy." ;
    a owl:ObjectProperty ;
    rdfs:label "supplies"@en ;
    rdfs:subPropertyOf obo:RO_0002170 .

obo:RO_0002179
    obo:IAO_0000115 "Relation between an collecting structure and another structure, where the collecting structure acts as a conduit channeling fluid, substance or energy away from the other structure." ;
    a owl:ObjectProperty ;
    rdfs:label "drains"@en ;
    rdfs:subPropertyOf obo:RO_0002170 .

obo:RO_0002180
    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." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "has component"@en ;
    rdfs:subPropertyOf obo:BFO_0000051 .

obo:RO_0002202
    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" ;
    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_0002254, obo:RO_0002258 ;
    owl:inverseOf obo:RO_0002203 .

obo:RO_0002203
    obo:IAO_0000115 "inverse of develops from" ;
    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_0002207
    obo:IAO_0000115 "Candidate definition: x directly_develops from y if and only if there exists some developmental process (GO:0032502) p such that x and y both participate in p, and x is the output of p and y is the input of p, and a substantial portion of the matter of x comes from y, and the start of x is coincident with or after the end of y." ;
    oboInOwl:hasExactSynonym "has developmental precursor" ;
    a owl:ObjectProperty ;
    rdfs:comment "TODO - add child relations from DOS" ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (obo:CL_0000000
            obo:UBERON_0010000
        )
    ] ;
    rdfs:label "directly develops from"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (obo:CL_0000000
            obo:UBERON_0010000
        )
    ] ;
    rdfs:subPropertyOf obo:RO_0002202 ;
    owl:inverseOf obo:RO_0002210 .

obo:RO_0002210
    obo:IAO_0000115 "inverse of directly develops from" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:label "directly develops into"@en ;
    rdfs:subPropertyOf obo:RO_0002203 .

obo:RO_0002211
    obo:IAO_0000115 "p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    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_0002230
        obo:RO_0002211
    ) .

obo:RO_0002212
    obo:IAO_0000115 "p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "negatively regulates"@en ;
    rdfs:subPropertyOf obo:RO_0002211, obo:RO_0002305 ;
    owl:inverseOf obo:RO_0002335 ;
    owl:propertyChainAxiom (obo:RO_0002230
        obo:RO_0002212
    ) .

obo:RO_0002213
    obo:IAO_0000115 "p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    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_0002230
        obo:RO_0002213
    ) .

obo:RO_0002215
    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. " ;
    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." ;
    a owl:ObjectProperty ;
    rdfs:label "capable of part of"@en ;
    rdfs:subPropertyOf obo:RO_0002328, obo:RO_0002500 .

obo:RO_0002219
    obo:IAO_0000115 "x surrounded_by y if and only if (1) x is adjacent to y and for every region r that is adjacent to x, r overlaps y (2) the shared boundary between x and y occupies the majority of the outermost boundary of x" ;
    a owl:ObjectProperty ;
    rdfs:label "surrounded by"@en ;
    rdfs:subPropertyOf obo:RO_0002220 ;
    owl:inverseOf obo:RO_0002221 .

obo:RO_0002220
    obo:IAO_0000115 "x adjacent to y if and only if x and y share a boundary." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000004 ;
    rdfs:label "adjacent to"@en ;
    rdfs:range obo:BFO_0000004 ;
    rdfs:subPropertyOf obo:RO_0002163 .

obo:RO_0002221
    obo:IAO_0000115 "inverse of surrounded by" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:label "surrounds"@en ;
    rdfs:subPropertyOf obo:RO_0002220 .

obo:RO_0002222
    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_0002223
    obo:IAO_0000115 "inverse of starts with" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "starts"@en ;
    rdfs:subPropertyOf obo:BFO_0000050, obo:RO_0002222 ;
    owl:inverseOf obo:RO_0002224 .

obo:RO_0002224
    obo:IAO_0000115 "x starts with y if and only if x has part y and the time point at which x starts is equivalent to the time point at which y starts. Formally: α(y) = α(x) ∧ ω(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." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "starts with"@en ;
    rdfs:subPropertyOf obo:BFO_0000051, obo:RO_0002222 .

obo:RO_0002225
    obo:IAO_0000115 "x develops from part of y if and only if there exists some z such that x develops from z and z is part of y" ;
    a owl:ObjectProperty ;
    rdfs:label "develops from part of"@en ;
    rdfs:subPropertyOf obo:RO_0002202 ;
    owl:propertyChainAxiom (obo:RO_0002207
        obo:BFO_0000050
    ) .

obo:RO_0002226
    obo:IAO_0000115 "x develops_in y if x is located in y whilst x is developing" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0001062 ;
    rdfs:label "develops in"@en ;
    rdfs:subPropertyOf obo:RO_0002258 ;
    owl:propertyChainAxiom (obo:RO_0002207
        obo:RO_0001025
    ) .

obo:RO_0002229
    obo:IAO_0000115 "inverse of ends with" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "ends"@en ;
    rdfs:subPropertyOf obo:BFO_0000050, obo:RO_0002222 ;
    owl:inverseOf obo:RO_0002230 .

obo:RO_0002230
    obo:IAO_0000115 "x ends with y if and only if x has part y and the time point at which x ends is equivalent to the time point at which y ends. Formally: α(y) > α(x) ∧ ω(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." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "ends with"@en ;
    rdfs:subPropertyOf obo:BFO_0000051, obo:RO_0002222 .

obo:RO_0002231
    obo:IAO_0000115 "x 'has starts location' y if and only if there exists some process z such that x 'starts with' z and z 'occurs in' y" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "has start location"@en ;
    rdfs:range obo:BFO_0000004 ;
    rdfs:subPropertyOf obo:RO_0002479 ;
    owl:propertyChainAxiom (obo:RO_0002224
        obo:BFO_0000066
    ) .

obo:RO_0002232
    obo:IAO_0000115 "x 'has end location' y if and only if there exists some process z such that x 'ends with' z and z 'occurs in' y" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "has end location"@en ;
    rdfs:range obo:BFO_0000004 ;
    rdfs:subPropertyOf obo:RO_0002479 ;
    owl:propertyChainAxiom (obo:RO_0002230
        obo:BFO_0000066
    ) .

obo:RO_0002233
    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." ;
    oboInOwl:inSubset subsets:ro-eco, obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "has input"@en ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf obo:RO_0002352 ;
    owl:propertyChainAxiom (obo:RO_0002224
        obo:RO_0002233
    ) .

obo:RO_0002234
    obo:IAO_0000115 "p has output c iff c is a participant in p, c is present at the end of p, and c is not present in the same state at the beginning of p." ;
    oboInOwl:inSubset subsets:ro-eco, obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "has output"@en ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf obo:RO_0002353 ;
    owl:propertyChainAxiom (obo:RO_0002230
        obo:RO_0002234
    ) .

obo:RO_0002252
    obo:IAO_0000115 "b connecting-branch-of s iff b is connected to s, and there exists some tree-like structure t such that the mereological sum of b plus s is either the same as t or a branching-part-of t." ;
    a owl:ObjectProperty ;
    rdfs:label "connecting branch of" ;
    rdfs:subPropertyOf obo:RO_0002170, obo:RO_0002375 ;
    owl:inverseOf obo:RO_0002253 .

obo:RO_0002253
    obo:IAO_0000115 "inverse of connecting branch of" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:label "has connecting branch" ;
    rdfs:subPropertyOf obo:RO_0002375 .

obo:RO_0002254
    obo:IAO_0000115 "x has developmental contribution from y iff x has some part z such that z develops from y"@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0001062 ;
    rdfs:label "has developmental contribution from"@en ;
    rdfs:range obo:UBERON_0001062 ;
    rdfs:subPropertyOf obo:RO_0002258 ;
    owl:inverseOf obo:RO_0002255 ;
    owl:propertyChainAxiom (obo:BFO_0000051
        obo:RO_0002254
    ) .

obo:RO_0002255
    obo:IAO_0000115 "inverse of has developmental contribution from" ;
    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_0002256
    obo:IAO_0000115 "t1 induced_by t2 if there is a process of developmental induction (GO:0031128) with t1 and t2 as interacting participants. t2 causes t1 to change its fate from a precursor material anatomical entity type T to T', where T' develops_from T" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000465 ;
    rdfs:label "developmentally induced by"@en ;
    rdfs:range obo:UBERON_0000465 ;
    rdfs:subPropertyOf obo:RO_0002258 ;
    owl:inverseOf obo:RO_0002257 .

obo:RO_0002257
    obo:IAO_0000115 "Inverse of developmentally induced by"@en ;
    a owl:ObjectProperty ;
    rdfs:label "developmentally induces"@en ;
    rdfs:subPropertyOf obo:RO_0002286, obo:RO_0002386 .

obo:RO_0002258
    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" ;
    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_0002285
    obo:IAO_0000115 "x developmentally replaces y if and only if there is some developmental process that causes x to move or to cease to exist, and for the site that was occupied by x to become occupied by y, where y either comes into existence in this site or moves to this site from somewhere else" ;
    a owl:ObjectProperty ;
    rdfs:label "developmentally replaces"@en ;
    rdfs:subPropertyOf obo:RO_0002258 .

obo:RO_0002286
    obo:IAO_0000115 "Inverse of developmentally preceded by" ;
    a owl:ObjectProperty ;
    rdfs:label "developmentally succeeded by"@en ;
    rdfs:subPropertyOf obo:RO_0002384 .

obo:RO_0002287
    a owl:ObjectProperty ;
    rdfs:label "part of developmental precursor of"@en ;
    rdfs:subPropertyOf obo:RO_0002286 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:RO_0002210
    ) .

obo:RO_0002295
    obo:IAO_0000115 "p results in the developmental progression of s iff p is a developmental process and s is an anatomical entity and p causes s to undergo a change in state at some point along its natural developmental cycle (this cycle starts with its formation, through the mature structure, and ends with its loss)." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:GO_0008150 ;
    rdfs:label "results in developmental progression of"@en ;
    rdfs:range obo:UBERON_0001062 ;
    rdfs:subPropertyOf obo:RO_0002324 .

obo:RO_0002296
    obo:IAO_0000115 "p 'results in development of' c if and only if p is a developmental process and p results in the state of c changing from its initial state as a primordium or anlage through its mature state and to its final state." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in development of"@en ;
    rdfs:subPropertyOf obo:RO_0002295, obo:RO_0040036 .

obo:RO_0002297
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in formation of anatomical entity"@en ;
    rdfs:subPropertyOf obo:RO_0002234, obo:RO_0002295 ;
    owl:inverseOf obo:RO_0002354 .

obo:RO_0002298
    obo:IAO_0000115 "The relationship that links an entity with the process that results in the formation and shaping of that entity over time from an immature to a mature state." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in morphogenesis of"@en ;
    rdfs:subPropertyOf obo:RO_0002295, obo:RO_0040036 .

obo:RO_0002299
    obo:IAO_0000115 "The relationship that links an entity with a process that results in the progression of the entity over time that is independent of changes in it's shape and results in an end point state of that entity." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in maturation of"@en ;
    rdfs:subPropertyOf obo:RO_0002295, obo:RO_0040036 .

obo:RO_0002304
    obo:IAO_0000115 "p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_gocam ;
    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:IAO_0000115 "p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "causally upstream of, negative effect" ;
    rdfs:subPropertyOf obo:RO_0002411, obo:RO_0004046 .

obo:RO_0002314
    obo:IAO_0000115 "q characteristic of part of w if and only if there exists some p such that q inheres in p and p part of w." ;
    a owl:ObjectProperty ;
    rdfs:label "characteristic of part of"@en ;
    rdfs:subPropertyOf obo:RO_0002502 ;
    owl:propertyChainAxiom (obo:RO_0002314
        obo:BFO_0000050
    ) .

obo:RO_0002315
    obo:IAO_0000115 "The relationship that links a specified entity with the process that results in an unspecified entity acquiring the features and characteristics of the specified entity" ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in acquisition of features of"@en ;
    rdfs:range obo:UBERON_0000061 ;
    rdfs:subPropertyOf obo:RO_0002295, obo:RO_0040036 .

obo:RO_0002320
    obo:IAO_0000115 "A relationship that holds via some environmental process" ;
    a owl:ObjectProperty ;
    rdfs:label "evolutionarily related to"@en .

obo:RO_0002323
    obo:IAO_0000115 "A mereological relationship or a topological relationship" ;
    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)" ;
    a owl:ObjectProperty ;
    rdfs:label "developmentally related to"@en .

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." ;
    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." ;
    a owl:ObjectProperty ;
    rdfs:label "part of structure that is capable of"@en ;
    rdfs:subPropertyOf obo:RO_0002328 .

obo:RO_0002334
    obo:IAO_0000115 "inverse of regulates" ;
    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" ;
    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" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:label "positively regulated by"@en ;
    rdfs:subPropertyOf obo:RO_0002334 .

obo:RO_0002337
    obo:IAO_0000115 "A relationship that holds via some process of localization" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "related via localization to"@en ;
    rdfs:range obo:BFO_0000002 .

obo:RO_0002338
    obo:IAO_0000115 "This relationship holds between p and l when p is a transport or localization process in which the outcome is to move some cargo c from some initial location l to some destination." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "has target start location"@en ;
    rdfs:subPropertyOf obo:RO_0002344 ;
    owl:propertyChainAxiom (obo:RO_0002338
        obo:BFO_0000050
    ) .

obo:RO_0002339
    obo:IAO_0000115 "This relationship holds between p and l when p is a transport or localization process in which the outcome is to move some cargo c from a an initial location to some destination l." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "has target end location"@en ;
    rdfs:subPropertyOf obo:RO_0002344 ;
    owl:propertyChainAxiom (obo:RO_0002339
        obo:BFO_0000050
    ) .

obo:RO_0002341
    obo:IAO_0000115 "Holds between p and l when p is a transportation or localization process and the outcome of this process is to move c from one location to another, and the route taken by c follows a path that is aligned_with l " ;
    a owl:ObjectProperty ;
    rdfs:label "results in transport along"@en ;
    rdfs:subPropertyOf obo:RO_0002337 .

obo:RO_0002342
    obo:IAO_0000115 "Holds between p and m when p is a transportation or localization process and the outcome of this process is to move c from one location to another, and the route taken by c follows a path that crosses m." ;
    oboInOwl:inSubset obo:valid_for_go_ontology ;
    a owl:ObjectProperty ;
    rdfs:label "results in transport across"@en ;
    rdfs:subPropertyOf obo:RO_0002021, obo:RO_0002344 .

obo:RO_0002343
    a owl:ObjectProperty ;
    rdfs:label "results in growth of"@en ;
    rdfs:subPropertyOf obo:RO_0002295, obo:RO_0040036 .

obo:RO_0002344
    a owl:ObjectProperty ;
    rdfs:label "results in transport to from or in"@en ;
    rdfs:subPropertyOf obo:RO_0002337 .

obo:RO_0002350
    obo:IAO_0000115 "is member of is a mereological relation between a item and a collection." ;
    a owl:ObjectProperty ;
    rdfs:label "member of"@en ;
    rdfs:subPropertyOf obo:BFO_0000050 ;
    owl:inverseOf obo:RO_0002351 .

obo:RO_0002351
    obo:IAO_0000115 "has member is a mereological relation between a collection and an item." ;
    a owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:label "has member"@en ;
    rdfs:subPropertyOf obo:BFO_0000051 .

obo:RO_0002352
    obo:IAO_0000115 "inverse of has input" ;
    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_0002353
    obo:IAO_0000115 "inverse of has output" ;
    oboInOwl:inSubset obo:RO_0002259, subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "output of"@en ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002328 .

obo:RO_0002354
    a owl:ObjectProperty ;
    rdfs:label "formed as result of"@en ;
    rdfs:subPropertyOf obo:RO_0002353 .

obo:RO_0002371
    obo:IAO_0000115 "a is attached to b if and only if a and b are discrete objects or object parts, and there are physical connections between a and b such that a force pulling a will move b, or a force pulling b will move a" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "attached to"@en ;
    rdfs:subPropertyOf obo:RO_0002170, obo:RO_0002177 .

obo:RO_0002372
    obo:IAO_0000115 "m has_muscle_origin s iff m is attached_to s, and it is the case that when m contracts, s does not move. The site of the origin tends to be more proximal and have greater mass than what the other end attaches to."@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000061 ;
    rdfs:label "has muscle origin"@en ;
    rdfs:subPropertyOf obo:RO_0002371, obo:RO_0002567 .

obo:RO_0002373
    obo:IAO_0000115 "m has_muscle_insertion s iff m is attaches_to s, and it is the case that when m contracts, s moves. Insertions are usually connections of muscle via tendon to bone."@en ;
    a owl:ObjectProperty ;
    rdfs:label "has muscle insertion"@en ;
    rdfs:subPropertyOf obo:RO_0002371, obo:RO_0002567 .

obo:RO_0002375
    obo:IAO_0000115 "A relationship that holds between two material entities in a system of connected structures, where the branching relationship holds based on properties of the connecting network." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "in branching relationship with"@en ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0002323 .

obo:RO_0002376
    obo:IAO_0000115 "x tributary_of y if and only if x a channel for the flow of a substance into y, where y is larger than x. If x and y are hydrographic features, then y is the main stem of a river, or a lake or bay, but not the sea or ocean. If x and y are anatomical, then y is a vein." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "tributary of"@en ;
    rdfs:subPropertyOf obo:RO_0002170, obo:RO_0002375 .

obo:RO_0002379
    obo:IAO_0000115 "x spatially_coextensive_with y if and inly if x and y have the same location" ;
    a owl:ObjectProperty ;
    rdfs:label "spatially coextensive with"@en ;
    rdfs:subPropertyOf obo:RO_0002131 ;
    owl:propertyChainAxiom (obo:RO_0001025
        [
            owl:inverseOf obo:RO_0001025
        ]
    ) .

obo:RO_0002380
    obo:IAO_0000115 "x is a branching part of y if and only if x is part of y and x is connected directly or indirectly to the main stem of y" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "branching part of"@en ;
    rdfs:range [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0000402
    ] ;
    rdfs:subPropertyOf obo:BFO_0000050, obo:RO_0002375 ;
    owl:inverseOf obo:RO_0002569 .

obo:RO_0002384
    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 ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0001062 ;
    rdfs:label "has developmental potential involving"@en ;
    rdfs:range obo:UBERON_0001062 ;
    rdfs:subPropertyOf obo:RO_0002324 .

obo:RO_0002385
    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 ;
    a owl:ObjectProperty ;
    rdfs:label "has potential to developmentally contribute to"@en ;
    rdfs:subPropertyOf obo:RO_0002384 .

obo:RO_0002386
    obo:IAO_0000115 "x has potential to developmentally induce y iff x developmentally induces y or x is capable of developmentally inducing y"@en ;
    a owl:ObjectProperty ;
    rdfs:label "has potential to developmentally induce"@en ;
    rdfs:subPropertyOf obo:RO_0002384 .

obo:RO_0002387
    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 ;
    a owl:ObjectProperty ;
    rdfs:comment "This relation has a stronger meaning than merely indicating that X may develop into Y, in that the capability of developing into Y is always present, even if X does not always actually develop into Y. In particular, this means that if Y is restricted to a given taxon T, X is necessarily likewise restricted." ;
    rdfs:label "has potential to develop into"@en ;
    rdfs:subPropertyOf obo:RO_0002384 .

obo:RO_0002388
    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 ;
    a owl:ObjectProperty ;
    rdfs:label "has potential to directly develop into"@en ;
    rdfs:subPropertyOf obo:RO_0002387 .

obo:RO_0002404
    obo:IAO_0000115 "inverse of upstream of" ;
    a owl:ObjectProperty ;
    rdfs:label "causally downstream of"@en ;
    rdfs:subPropertyOf obo:BFO_0000062, obo:RO_0002427 ;
    owl:inverseOf obo:RO_0002411 .

obo:RO_0002410
    obo:IAO_0000115 "relation that links two events, processes, states, or objects such that one event, process, state, or object (a cause) contributes to the production of another event, process, state, or object (an effect) where the cause is partly or wholly responsible for the effect, and the effect is partly or wholly dependent on the cause." ;
    a owl:ObjectProperty ;
    rdfs:label "causally related to"@en .

obo:RO_0002411
    obo:IAO_0000115 "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q." ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_gocam ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "causally upstream of"@en ;
    rdfs:subPropertyOf obo:BFO_0000063, obo:RO_0002418 .

obo:RO_0002418
    obo:IAO_0000115 "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q." ;
    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 ;
    owl:propertyChainAxiom (obo:RO_0002418
        obo:BFO_0000050
    ) .

obo:RO_0002427
    obo:IAO_0000115 "inverse of causally upstream of or within" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "causally downstream of or within" ;
    rdfs:subPropertyOf obo:RO_0002501 .

obo:RO_0002433
    obo:IAO_0000115 "p contributes to morphology of w if and only if a change in the morphology of p entails a change in the morphology of w. Examples: every skull contributes to morphology of the head which it is a part of. Counter-example: nuclei do not generally contribute to the morphology of the cell they are part of, as they are buffered by cytoplasm." ;
    a owl:ObjectProperty ;
    rdfs:label "contributes to morphology of" ;
    rdfs:subPropertyOf obo:RO_0002131 .

obo:RO_0002473
    obo:IAO_0000115 "x composed_primarily_of y if and only if more than half of the mass of x is made from y or units of the same type as y." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "composed primarily of" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:BFO_0000051 .

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." ;
    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 .

obo:RO_0002485
    a owl:ObjectProperty ;
    rdfs:label "receives input from" ;
    rdfs:subPropertyOf obo:RO_0002170 ;
    owl:inverseOf obo:RO_0002486 .

obo:RO_0002486
    a owl:ObjectProperty ;
    rdfs:label "sends output to" ;
    rdfs:subPropertyOf obo:RO_0002170 .

obo:RO_0002487
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000004 ;
    rdfs:label "relation between physical entity and a process or stage" ;
    rdfs:range obo:BFO_0000003 .

obo:RO_0002488
    obo:IAO_0000115 "x existence starts during y if and only if the time point at which x starts is after or equivalent to the time point at which y starts and before or equivalent to the time point at which y ends. Formally: x existence starts during y iff α(x) >= α(y) & α(x) <= ω(y)." ;
    a owl:ObjectProperty ;
    rdfs:label "existence starts during" ;
    rdfs:subPropertyOf obo:RO_0002490, obo:RO_0002496 ;
    owl:propertyChainAxiom (obo:RO_0002488
        obo:BFO_0000050
    ) .

obo:RO_0002489
    obo:IAO_0000115 "x starts ends with y if and only if the time point at which x starts is equivalent to the time point at which y starts. Formally: x existence starts with y iff α(x) = α(y)." ;
    a owl:ObjectProperty ;
    rdfs:label "existence starts with" ;
    rdfs:subPropertyOf obo:RO_0002488 .

obo:RO_0002490
    obo:IAO_0000115 "x existence overlaps y if and only if either (a) the start of x is part of y or (b) the end of x is part of y. Formally: x existence starts and ends during y iff (α(x) >= α(y) & α(x) <= ω(y)) OR (ω(x) <= ω(y) & ω(x) >= α(y))" ;
    a owl:ObjectProperty ;
    rdfs:comment "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ;
    rdfs:label "existence overlaps" ;
    rdfs:subPropertyOf obo:RO_0002487 .

obo:RO_0002491
    obo:IAO_0000115 "x exists during y if and only if: 1) the time point at which x begins to exist is after or equal to the time point at which y begins and 2) the time point at which x ceases to exist is before or equal to the point at which y ends. Formally: x existence starts and ends during y iff α(x) >= α(y) & α(x) <= ω(y) & ω(x) <= ω(y) & ω(x) >= α(y)" ;
    oboInOwl:hasExactSynonym "exists during" ;
    a owl:ObjectProperty ;
    rdfs:comment "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ;
    rdfs:label "existence starts and ends during" ;
    rdfs:subPropertyOf obo:RO_0002488, obo:RO_0002492 .

obo:RO_0002492
    obo:IAO_0000115 "x existence ends during y if and only if the time point at which x ends is before or equivalent to the time point at which y ends and after or equivalent to the point at which y starts. Formally: x existence ends during y iff ω(x) <= ω(y) and ω(x) >= α(y)." ;
    a owl:ObjectProperty ;
    rdfs:comment "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ;
    rdfs:label "existence ends during" ;
    rdfs:subPropertyOf obo:RO_0002490, obo:RO_0002497 ;
    owl:propertyChainAxiom (obo:RO_0002492
        obo:BFO_0000050
    ) .

obo:RO_0002493
    obo:IAO_0000115 "x existence ends with y if and only if the time point at which x ends is equivalent to the time point at which y ends. Formally: x existence ends with y iff ω(x) = ω(y)." ;
    a owl:ObjectProperty ;
    rdfs:comment "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ;
    rdfs:label "existence ends with" ;
    rdfs:subPropertyOf obo:RO_0002492 .

obo:RO_0002494
    obo:IAO_0000115 "x transformation of y if x is the immediate transformation of y, or is linked to y through a chain of transformation relationships" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "transformation of" ;
    rdfs:subPropertyOf obo:RO_0002202 .

obo:RO_0002495
    obo:IAO_0000115 "x immediate transformation of y iff x immediately succeeds y temporally at a time boundary t, and all of the matter present in x at t is present in y at t, and all the matter in y at t is present in x at t" ;
    a owl:ObjectProperty ;
    rdfs:label "immediate transformation of" ;
    rdfs:subPropertyOf obo:RO_0002207, obo:RO_0002494 .

obo:RO_0002496
    obo:IAO_0000115 "x existence starts during or after y if and only if the time point at which x starts is after or equivalent to the time point at which y starts. Formally: x existence starts during or after y iff α (x) >= α (y)." ;
    a owl:ObjectProperty ;
    rdfs:comment "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ;
    rdfs:label "existence starts during or after" ;
    rdfs:subPropertyOf obo:RO_0002487 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:RO_0002496
    ), (obo:RO_0002258
        obo:RO_0002496
    ), (obo:RO_0002496
        obo:BFO_0000050
    ), (obo:RO_0002496
        obo:BFO_0000062
    ), (obo:RO_0002496
        obo:RO_0002082
    ) .

obo:RO_0002497
    obo:IAO_0000115 "x existence ends during or before y if and only if the time point at which x ends is before or equivalent to the time point at which y ends." ;
    a owl:ObjectProperty ;
    rdfs:comment "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ;
    rdfs:label "existence ends during or before" ;
    rdfs:subPropertyOf obo:RO_0002487 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:RO_0002497
    ), (obo:RO_0002286
        obo:RO_0002497
    ), (obo:RO_0002497
        obo:BFO_0000050
    ), (obo:RO_0002497
        obo:BFO_0000063
    ), (obo:RO_0002497
        obo:RO_0002082
    ) .

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" ;
    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 where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q." ;
    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
    a owl:ObjectProperty ;
    rdfs:label "depends on" .

obo:RO_0002503
    obo:IAO_0000115 "q towards e2 if and only if q is a relational quality such that q inheres-in some e, and e != e2 and q is dependent on e2" ;
    a owl:ObjectProperty ;
    rdfs:label "towards" ;
    rdfs:subPropertyOf obo:RO_0002502 .

obo:RO_0002551
    obo:IAO_0000115 "A relation between a segment or subdivision of an organism and the maximal subdivision of material entities that provides structural support for that segment or subdivision." ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000061 ;
    rdfs:label "has skeleton" ;
    rdfs:subPropertyOf obo:BFO_0000051 ;
    owl:inverseOf obo:RO_0002576 .

obo:RO_0002565
    obo:IAO_0000115 "Holds between p and c when p is locomotion process and the outcome of this process is the change of location of c" ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in movement of" ;
    rdfs:subPropertyOf obo:RO_0040036 .

obo:RO_0002567
    obo:IAO_0000115 "A relation that holds between elements of a musculoskeletal system or its analogs." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000061 ;
    rdfs:label "biomechanically related to" ;
    rdfs:range obo:UBERON_0000061 ;
    rdfs:subPropertyOf obo:RO_0002328 .

obo:RO_0002569
    obo:IAO_0000115 "inverse of branching part of" ;
    oboInOwl:inSubset obo:RO_0002259, subsets:ro-eco ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "has branching part" ;
    rdfs:subPropertyOf obo:BFO_0000051, obo:RO_0002375 .

obo:RO_0002570
    obo:IAO_0000115 "x is a conduit for y iff y overlaps through the lumen_of of x, and y has parts on either side of the lumen of x." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "conduit for" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0002131 .

obo:RO_0002571
    obo:IAO_0000115 "x lumen_of y iff x is the space or substance that is part of y and does not cross any of the inner membranes or boundaries of y that is maximal with respect to the volume of the convex hull." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "lumen of" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:BFO_0000050 .

obo:RO_0002572
    obo:IAO_0000115 "s is luminal space of x iff s is lumen_of x and s is an immaterial entity" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000141 ;
    rdfs:label "luminal space of" ;
    rdfs:subPropertyOf obo:RO_0002571 .

obo:RO_0002576
    obo:IAO_0000115 "inverse of has skeleton" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0000061 ;
    rdfs:label "skeleton of" ;
    rdfs:range obo:UBERON_0000061 ;
    rdfs:subPropertyOf obo:BFO_0000050 .

obo:RO_0002577
    obo:IAO_0000115 "A material entity consisting of multiple components that are causally integrated." ;
    a owl:Class ;
    rdfs:label "system" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:RO_0002584
    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" ;
    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_0002586
    obo:IAO_0000115 "p results in breakdown of c if and only if the execution of p leads to c no longer being present at the end of p" ;
    a owl:ObjectProperty ;
    rdfs:label "results in breakdown of" ;
    rdfs:subPropertyOf obo:RO_0002233 .

obo:RO_0002588
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in assembly of" ;
    rdfs:subPropertyOf obo:RO_0002297, obo:RO_0002592 .

obo:RO_0002590
    a owl:ObjectProperty ;
    rdfs:label "results in disassembly of" ;
    rdfs:subPropertyOf obo:RO_0002586, obo:RO_0002592 .

obo:RO_0002592
    obo:IAO_0000115 "p results in organization of c iff p results in the assembly, arrangement of constituent parts, or disassembly of c" ;
    a owl:ObjectProperty ;
    rdfs:label "results in organization of" ;
    rdfs:subPropertyOf obo:RO_0040036 .

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." ;
    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_0000115 "Holds between c and p if and only if c is capable of some activity a, and a regulates p." ;
    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." ;
    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_0000115 "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p." ;
    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_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" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "is_opposite_of" ;
    oboInOwl:is_class_level true ;
    oboInOwl:is_metadata_tag true ;
    oboInOwl:shorthand "is_opposite_of" ;
    a owl:AnnotationProperty ;
    rdfs:label "is opposite of", "is_opposite_of" .

obo:RO_0002608
    obo:IAO_0000115 "Inverse of 'causal agent in process'" ;
    a owl:ObjectProperty ;
    rdfs:label "process has causal agent" ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0002610
    obo:IAO_0000115 "A relationship that holds between two entities, where the entities exhibit a statistical dependence relationship. The entities may be statistical variables, or they may be other kinds of entities such as diseases, chemical entities or processes." ;
    a owl:ObjectProperty ;
    rdfs:label "correlated with" .

obo:RO_0003000
    obo:IAO_0000115 "a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:comment "Note that this definition doesn't quite distinguish the output of a transformation process from a production process, which is related to the identity/granularity issue." ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "produces"@en ;
    rdfs:range obo:BFO_0000040 ;
    owl:inverseOf obo:RO_0003001 ;
    owl:propertyChainAxiom ([
            owl:inverseOf obo:BFO_0000066
        ]
        obo:RO_0002234
    ) .

obo:RO_0003001
    obo:IAO_0000115 "a produced_by b iff some process that occurs_in b has_output a." ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "produced by"@en ;
    rdfs:range obo:BFO_0000040 .

obo:RO_0004007
    obo:IAO_0000115 "p 'has primary input ot output' c iff either (a) p 'has primary input' c or (b) p 'has primary output' c." ;
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2018-12-13T11:26:17Z"^^xsd:dateTime ;
    oboInOwl:inSubset obo:valid_for_go_ontology ;
    a owl:ObjectProperty ;
    rdfs:label "has primary input or output" ;
    rdfs:subPropertyOf obo:RO_0000057 .

obo:RO_0004008
    obo:IAO_0000115 "p has primary output c if (a) p has output c and (b) the goal of process is to modify, produce, or transform c." ;
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2018-12-13T11:26:32Z"^^xsd:dateTime ;
    oboInOwl:inSubset obo:valid_for_go_ontology ;
    a owl:ObjectProperty ;
    rdfs:label "has primary output" ;
    rdfs:subPropertyOf obo:RO_0002234, obo:RO_0004007 .

obo:RO_0004009
    obo:IAO_0000115 "p has primary input c if (a) p has input c and (b) the goal of process is to modify, consume, or transform c." ;
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2018-12-13T11:26:56Z"^^xsd:dateTime ;
    oboInOwl:inSubset obo:valid_for_go_ontology ;
    a owl:ObjectProperty ;
    rdfs:label "has primary input" ;
    rdfs:subPropertyOf obo:RO_0002233, obo:RO_0004007 .

obo:RO_0004028
    obo:IAO_0000115 "A relationship between a realizable entity R (e.g. function or disposition) and a material entity M where R is realized in response to a process that has an input stimulus of M." ;
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2017-12-26T19:45:49Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000017 ;
    rdfs:label "realized in response to stimulus" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0002410 ;
    owl:propertyChainAxiom (obo:RO_0009501
        obo:RO_0002233
    ) .

obo:RO_0004046
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    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
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    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_0009501
    obo:IAO_0000115 "r 'realized in response to' s iff, r is a realizable (e.g. a plant trait such as responsivity to drought), s is an environmental stimulus (a process), and s directly causes the realization of r." ;
    terms:contributor <https://orcid.org/0000-0001-6996-0040>, <https://orcid.org/0000-0002-6601-2165>, <https://orcid.org/0000-0002-7073-9172>, <https://orcid.org/0000-0002-8461-9745> ;
    oboInOwl:hasExactSynonym "triggered by process" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000017 ;
    rdfs:label "realized in response to"@en ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0012003
    obo:IAO_0000115 "p acts on population of c iff c' is a collection, has members of type c, and p has participant c" ;
    oboInOwl:created_by <https://orcid.org/0000-0003-1813-6857> ;
    oboInOwl:creation_date "2020-06-08T17:21:33Z"^^xsd:dateTime ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "acts on population of"@en ;
    rdfs:subPropertyOf obo:RO_0000057 .

obo:RO_0012008
    oboInOwl:created_by <https://orcid.org/0000-0003-1813-6857> ;
    oboInOwl:creation_date "2021-02-26T07:28:29Z"^^xsd:dateTime ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:label "results in fusion of"@en ;
    rdfs:subPropertyOf obo:RO_0002592 .

obo:RO_0015004
    obo:IAO_0000115 "A relation that applies between a cell type and a set of markers that can be used to uniquely identify that cell type." ;
    terms:contributor <https://orcid.org/0000-0001-7258-9596> ;
    oboInOwl:hasExactSynonym "has marker gene combination", "has marker signature set" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CL_0000000 ;
    rdfs:label "has characterizing marker set" .

obo:RO_0015006
    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." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "different in magnitude relative to" ;
    rdfs:range obo:PATO_0000001 .

obo:RO_0015007
    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." ;
    a owl:ObjectProperty ;
    rdfs:comment "This relation is used to determine the 'directionality' of relative qualities such as 'increased strength', relative to the parent type, 'strength'." ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "increased in magnitude relative to" ;
    rdfs:range obo:PATO_0000001 ;
    rdfs:subPropertyOf obo:RO_0015006 .

obo:RO_0015008
    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." ;
    a owl:ObjectProperty ;
    rdfs:comment "This relation is used to determine the 'directionality' of relative qualities such as 'decreased strength', relative to the parent type, 'strength'." ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "decreased in magnitude relative to" ;
    rdfs:range obo:PATO_0000001 ;
    rdfs:subPropertyOf obo:RO_0015006 .

obo:RO_0015009
    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." ;
    a owl:ObjectProperty ;
    rdfs:label "similar in magnitude relative to" .

obo:RO_0015010
    a owl:ObjectProperty ;
    rdfs:label "has relative magnitude" .

obo:RO_0015011
    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." ;
    a owl:ObjectProperty ;
    rdfs:comment "Example: a spherical object has the quality of being spherical, and the spherical quality has_cross_section round." ;
    rdfs:label "has cross section" .

obo:RO_0015012
    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." ;
    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." ;
    rdfs:label "reciprocal of" .

obo:RO_0017001
    obo:IAO_0000115 "X device utilizes material Y means X and Y are material entities, and X is capable of some process P that has input Y." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0000-0003-2620-0345> ;
    oboInOwl:creation_date "2021-11-08T12:00:00Z"^^xsd:dateTime ;
    oboInOwl:hasBroadSynonym "utilizes" ;
    a owl:ObjectProperty ;
    rdfs:label "device utilizes material"@en ;
    owl:propertyChainAxiom (obo:RO_0002215
        obo:RO_0002233
    ) .

obo:RO_0020101
    obo:IAO_0000115 "x vessel supplies blood to y if and only if x is a vessel that supplies blood directly or indirectly to an anatomical structure y." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2024-02-01T10:09:22Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0001981 ;
    rdfs:label "vessel supplies blood to" ;
    rdfs:range obo:UBERON_0000061 ;
    rdfs:subPropertyOf obo:RO_0002178 .

obo:RO_0020102
    obo:IAO_0000115 "x vessel drains blood from y if and only if x is a vessel that drains blood directly or indirectly from an anatomical structure y." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2024-02-01T10:09:41Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0001981 ;
    rdfs:label "vessel drains blood from" ;
    rdfs:range obo:UBERON_0000061 ;
    rdfs:subPropertyOf obo:RO_0002179 .

obo:RO_0040036
    obo:IAO_0000115 "p has anatomical participant c iff p has participant c, and c is an anatomical entity" ;
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2018-09-26T01:08:58Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "results in changes to anatomical or cellular structure" ;
    rdfs:subPropertyOf obo:RO_0000057 .

obo:SO_0000704
    a owl:Class .

obo:UBERON_0000000
    obo:IAO_0000115 "An occurrent [span:Occurrent] that exists in time by occurring or happening, has temporal parts and always involves and depends on some entity." ;
    oboInOwl:hasDbXref "BFO:0000003" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000000" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "processual entity" ;
    owl:disjointWith obo:UBERON_0001062 .

obo:UBERON_0000005
    oboInOwl:hasExactSynonym "chemosensory sensory organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000005" ;
    oboInOwl:inSubset core:functional_classification, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "chemosensory organ" ;
    rdfs:subClassOf obo:UBERON_0000020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005726
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0007606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0007606
            ]
        )
    ] .

obo:UBERON_0000009
    obo:IAO_0000115 "A layer of dense irregular connective tissue that lines organs and supports the mucosa, as well as joins the mucosa to the bulk of underlying smooth muscle. [WP,unvetted]." ;
    oboInOwl:hasDbXref "BTO:0002107", "FMA:85391", "FMA:85392", "NCIT:C13167", "SCTID:68439008", "Wikipedia:Submucosa" ;
    oboInOwl:hasExactSynonym "organ submucosa", "region of submucosa", "submucosa of organ", "submucosa of region of organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "submucous layer", "tela submucosa", "tunica submucosa" ;
    oboInOwl:id "UBERON:0000009" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "submucosa" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0001107 ;
        owl:someValuesFrom obo:UBERON_0000344
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002384
    ] .

obo:UBERON_0000010
    obo:IAO_0000115 "A major division of the nervous system that contains nerves which connect the central nervous system (CNS) with sensory organs, other organs, muscles, blood vessels and glands." ;
    oboInOwl:hasDbXref "AAO:0000429", "BAMS:PNS", "BILA:0000081", "BIRNLEX:1111", "BTO:0001028", "CALOHA:TS-0808", "EFO:0000891", "EHDAA2:0001445", "EHDAA:2893", "EMAPA:16665", "EV:0100335", "FMA:9903", "GAID:715", "MA:0000218", "MAT:0000338", "MESH:D017933", "MIAA:0000338", "NCIT:C12465", "SCTID:362292005", "TAO:0000142", "VHOG:0000399", "Wikipedia:Peripheral_nervous_system", "XAO:0000178", "ZFA:0000142", "neuronames:3232" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000010" ;
    oboInOwl:inSubset core:cumbo, core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "peripheral nervous system" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] .

obo:UBERON_0000011
    obo:IAO_0000115 "The parasympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system. Parasympathetic nerves emerge cranially as pre ganglionic fibers from oculomotor, facial, glossopharyngeal and vagus and from the sacral region of the spinal cord. Most neurons are cholinergic and responses are mediated by muscarinic receptors. The parasympathetic system innervates, for example: salivary glands, thoracic and abdominal viscera, bladder and genitalia[GO]." ;
    oboInOwl:hasDbXref "AAO:0010488", "BIRNLEX:2517", "BTO:0001833", "CALOHA:TS-2094", "EFO:0000894", "EHDA:10096", "EHDAA2:0001402", "EHDAA:4655", "EMAPA:17270", "FMA:9907", "GAID:708", "MA:0000223", "MAT:0000101", "MESH:D010275", "MIAA:0000101", "NCIT:C12764", "SCTID:362496006", "TAO:0001575", "VHOG:0000755", "Wikipedia:Parasympathetic_nervous_system", "ZFA:0001575" ;
    oboInOwl:hasExactSynonym "PNS - parasympathetic", "parasympathetic part of autonomic division of nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000011" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "parasympathetic nervous system" ;
    rdfs:subClassOf obo:UBERON_0010314, obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002410
    ] .

obo:UBERON_0000012
    obo:IAO_0000115 "Part of peripheral nervous system that includes the somatic parts of the cranial and spinal nerves and their ganglia and the peripheral sensory receptors." ;
    oboInOwl:hasDbXref "EFO:0000892", "FMA:9904", "MA:0002850", "MAT:0000099", "MIAA:0000099", "NLXANAT:100301", "Wikipedia:Somatic_nervous_system" ;
    oboInOwl:hasExactSynonym "PNS - somatic", "somatic nervous system, somatic division", "somatic part of peripheral nervous system", "somatic peripheral nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000012" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "somatic nervous system" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] .

obo:UBERON_0000013
    obo:IAO_0000115 "The sympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system (the other being the parasympathetic nervous system). The sympathetic preganglionic neurons have their cell bodies in the thoracic and lumbar regions of the spinal cord and connect to the paravertebral chain of sympathetic ganglia. Innervate heart and blood vessels, sweat glands, viscera and the adrenal medulla. Most sympathetic neurons, but not all, use noradrenaline as a post-ganglionic neurotransmitter [GO]." ;
    oboInOwl:hasDbXref "AAO:0010487", "BIRNLEX:2516", "BTO:0001832", "CALOHA:TS-2050", "EFO:0000893", "EHDAA2:0001971", "EHDAA:3769", "EMAPA:16985", "FMA:9906", "GAID:710", "MA:0000225", "MESH:D013564", "MIAA:0000100", "NCIT:C12795", "SCTID:362484004", "TAO:0001576", "VHOG:0000384", "Wikipedia:Sympathetic_nervous_system", "ZFA:0001576" ;
    oboInOwl:hasExactSynonym "sympathetic nervous system", "sympathetic part of autonomic division of nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000013" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "sympathetic nervous system" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002410
    ] .

obo:UBERON_0000014
    obo:IAO_0000115 "Any portion of the organ that covers that body and consists of a layer of epidermis and a layer of dermis." ;
    oboInOwl:hasDbXref "EHDAA:6530", "EV:0100152", "FMA:86166", "GAID:933", "MA:0000151", "MAT:0000284", "MESH:D012867", "MIAA:0000284", "SCTID:20795001", "VHOG:0000860", "Wikipedia:Skin" ;
    oboInOwl:hasExactSynonym "portion of skin", "region of skin", "skin", "skin region", "skin zone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000014" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "zone of skin" ;
    rdfs:subClassOf obo:UBERON_0010314, obo:UBERON_0034944, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001003
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002067
    ] .

obo:UBERON_0000015
    obo:IAO_0000115 "A non-material anatomical entity of two dimensions. Anatomical boundaries are contiguous structures." ;
    oboInOwl:hasDbXref "AEO:0000192", "CARO:0000010", "FMA:50705" ;
    oboInOwl:hasExactSynonym "anatomical boundary" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000015" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:comment "Except in the case of abstracted fiat boundaries such as the midline plane of an organism, all 2D anatomical entities have a 3 dimensional projection. For example, the surface of the shell of a muscle has a distinct shape that projects into the third dimension. Note that boundaries are 2D structures. They have no thickness - and so can not be sites of gene expression or gene product localisation. For this, use boundary region terms." ;
    rdfs:label "non-material anatomical boundary" ;
    rdfs:subClassOf obo:UBERON_0000466 .

obo:UBERON_0000018
    obo:IAO_0000115 "A light sensing organ composed of ommatidia." ;
    oboInOwl:hasDbXref "BTO:0001921", "HAO:0000217", "TGMA:0000024", "Wikipedia:Compound_eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Facettenauge", "Komplexauge", "adult compound eye", "faceted eye", "insect eye", "zusammengesetztes Auge" ;
    oboInOwl:id "UBERON:0000018" ;
    oboInOwl:inSubset core:organ_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "compound eye" ;
    rdfs:subClassOf obo:UBERON_0015165, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0000971
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000970
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0000971
            ]
        )
    ] .

obo:UBERON_0000019
    obo:IAO_0000115 "An organ of sight that includes the camera-type eyeball and supporting structures such as the lacrimal apparatus, the conjunctiva, the eyelid." ;
    oboInOwl:hasBroadSynonym "eye" ;
    oboInOwl:hasDbXref "AAO:0010340", "BIRNLEX:1169", "BTO:0004688", "EHDAA2:0000484", "EHDAA:936", "EMAPA:16198", "FMA:54448", "MA:0000261", "NCIT:C12401", "SCTID:181143004", "TAO:0000107", "VHOG:0000275", "XAO:0000179", "ZFA:0000107" ;
    oboInOwl:hasNarrowSynonym "vertebrate eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "camera-type eye plus associated structures", "orbital part of face", "orbital region" ;
    oboInOwl:id "UBERON:0000019" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "camera-type eye" ;
    rdfs:subClassOf obo:UBERON_0000047, obo:UBERON_0004121, obo:UBERON_0010314, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004088
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000965
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000966
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] .

obo:UBERON_0000020
    obo:IAO_0000115 "An organ that is capable of transducing sensory stimulus to the nervous system." ;
    oboInOwl:hasDbXref "AEO:0000094", "BSA:0000121", "BTO:0000202", "CALOHA:TS-2043", "EHDAA2:0001824", "EHDAA:500", "EMAPA:35955", "GAID:63", "HAO:0000930", "MA:0000017", "MESH:D012679", "NCIT:C33224", "SCTID:244485009", "VHOG:0001407", "WBbt:0006929" ;
    oboInOwl:hasExactSynonym "organ of sense organ system", "organ of sensory organ system", "organ of sensory system", "sense organ system organ", "sensory organ", "sensory organ system organ", "sensory system organ" ;
    oboInOwl:hasNarrowSynonym "sensillum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Sinnesorgan", "sensor" ;
    oboInOwl:id "UBERON:0000020" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "sense organ" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001032
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050906
            ]
        )
    ] .

obo:UBERON_0000023
    obo:IAO_0000115 "Appendage that is shaped in order to produce lift for flight through the air." ;
    oboInOwl:hasDbXref "BTO:0001463", "EFO:0000885", "GAID:1217", "MAT:0000202", "MESH:D014921", "MIAA:0000202", "Wikipedia:Wing" ;
    oboInOwl:hasExactSynonym "aliform appendage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000023" ;
    oboInOwl:inSubset core:efo_slim, core:grouping_class, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "wing" ;
    rdfs:subClassOf obo:UBERON_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002236
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0060361
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000026
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002236
            ]
        )
    ] .

obo:UBERON_0000025
    obo:IAO_0000115 "Any hollow cylindrical anatomical structure containing a lumen through which substances are transported." ;
    oboInOwl:hasDbXref "galen:Tube" ;
    oboInOwl:hasExactSynonym "anatomical tube" ;
    oboInOwl:hasNarrowSynonym "duct" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000025" ;
    a owl:Class ;
    rdfs:label "tube" ;
    rdfs:subClassOf obo:UBERON_0004111, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0013522
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002299
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004111
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002299
            ]
        )
    ] .

obo:UBERON_0000026
    obo:IAO_0000115 "Major subdivision of an organism that protrudes from the body[DOS, CARO]." ;
    oboInOwl:hasDbXref "AEO:0000193", "BILA:0000018", "BTO:0001492", "CARO:0010003", "EFO:0000799", "EHDAA2:0003193", "EV:0100155", "HAO:0000144", "MAT:0000023", "MESH:D005121", "MIAA:0000023", "NCIT:C61460", "VSAO:0000075", "Wikipedia:Appendage", "XAO:0000218" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "extremitaet", "extremity", "limbs/digits/tail" ;
    oboInOwl:id "UBERON:0000026" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "appendage" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0000030
    obo:IAO_0000115 "A thin layer of loose connective tissue which lies beneath the epithelium and together with the epithelium constitutes the mucosa[WP]. The lamina propria contains capillaries and a central lacteal (lymph vessel) in the small intestine, as well as lymphoid tissue. Lamina propria also contains glands with the ducts opening on to the mucosal epithelium, that secrete mucus and serous secretions." ;
    oboInOwl:hasDbXref "BTO:0002330", "FMA:62517", "NCIT:C32918", "SCTID:298225002", "Wikipedia:Lamina_propria" ;
    oboInOwl:hasExactSynonym "lamina propria mucosa", "lamina propria mucosae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "tunica propria" ;
    oboInOwl:id "UBERON:0000030" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "lamina propria" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000344
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0001107 ;
        owl:someValuesFrom obo:UBERON_0000483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0011825
    ] .

obo:UBERON_0000031
    obo:IAO_0000115 "A lamina propria that is part of a respiratory airway." ;
    oboInOwl:hasDbXref "EMAPA:35877", "FMA:265157", "MA:0001858", "NCIT:C49305" ;
    oboInOwl:hasExactSynonym "lamina propria mucosa of trachea", "lamina propria mucosa of windpipe", "lamina propria mucosae of trachea", "lamina propria mucosae of windpipe", "lamina propria of windpipe", "trachea lamina propria", "trachea lamina propria mucosa", "trachea lamina propria mucosae", "tracheal lamina propria", "windpipe lamina propria", "windpipe lamina propria mucosa", "windpipe lamina propria mucosae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000031" ;
    a owl:Class ;
    rdfs:label "lamina propria of trachea" ;
    rdfs:subClassOf obo:UBERON_0004779, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000379
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000030
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001005
            ]
        )
    ] .

obo:UBERON_0000033
    obo:IAO_0000115 "The head is the anterior-most division of the body [GO]." ;
    oboInOwl:hasDbXref "AAO:0010335", "AEO:0000106", "BILA:0000115", "BIRNLEX:1230", "BTO:0000282", "CALOHA:TS-0436", "EFO:0000964", "EHDAA2:0003106", "EMAPA:31858", "FMA:7154", "GAID:61", "HAO:0000397", "MA:0000023", "MAT:0000294", "MESH:D006257", "MIAA:0000294", "NCIT:C12419", "SCTID:302548004", "SPD:0000016", "TAO:0001114", "TGMA:0000002", "VHOG:0001644", "WBbt:0005739", "Wikipedia:Head", "XAO:0003024", "galen:Head" ;
    oboInOwl:hasExactSynonym "head (volume)" ;
    oboInOwl:hasNarrowSynonym "adult head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cephalic area" ;
    oboInOwl:id "UBERON:0000033" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "head" ;
    rdfs:subClassOf obo:UBERON_0011676, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007811
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] .

obo:UBERON_0000042
    obo:IAO_0000115 "Multi-tissue structure that is comprised of a secretory epithelial layer (mesothelium) and a connective tissue layer." ;
    oboInOwl:hasDbXref "FMA:9581", "GAID:19", "MESH:D012704", "NCIT:C13169", "SCTID:362878009", "TAO:0005425", "Wikipedia:Serous_membrane", "ZFA:0005425" ;
    oboInOwl:hasExactSynonym "wall of serous sac" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "serosa" ;
    oboInOwl:id "UBERON:0000042" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "serous membrane" ;
    rdfs:subClassOf obo:UBERON_0000481, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000060
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001136
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002384
    ] .

obo:UBERON_0000043
    obo:IAO_0000115 "Dense regular connective tissue that connects muscle to bone[VSAO]." ;
    oboInOwl:hasDbXref "AEO:0000091", "BTO:0001356", "CALOHA:TS-1021", "EHDAA2:0003091", "EMAPA:35854", "EV:0100149", "FMA:9721", "GAID:276", "MA:0000115", "MESH:D013710", "NCIT:C13045", "SCTID:256667004", "VHOG:0001286", "VSAO:0000073", "Wikipedia:Tendon", "XAO:0000173", "ZFA:0005647", "galen:Tendon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "sinew" ;
    oboInOwl:id "UBERON:0000043" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "tendon" ;
    rdfs:subClassOf obo:UBERON_0007846, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002204
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000327
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001474
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001630
    ] .

obo:UBERON_0000045
    obo:IAO_0000115 "A biological tissue mass, most commonly a mass of nerve cell bodies." ;
    oboInOwl:hasDbXref "AAO:0010426", "AEO:0000135", "BAMS:G", "BTO:0000497", "CALOHA:TS-0397", "EFO:0000899", "EHDAA2:0003135", "EHDAA:2897", "EHDAA:4662", "EHDAA:5621", "EHDAA:918", "EMAPA:32846", "EV:0100372", "FMA:5884", "MA:0002406", "MAT:0000207", "MAT:0000343", "MESH:D005724", "MIAA:0000207", "MIAA:0000343", "NCIT:C12719", "NLXANAT:100302", "TAO:0000190", "TGMA:0001016", "VHOG:0000156", "WBbt:0005189", "Wikipedia:Ganglion", "XAO:0000209", "ZFA:0000190" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ganglia", "neural ganglion" ;
    oboInOwl:id "UBERON:0000045" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "ganglion" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0003714
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0003869
    ] .

obo:UBERON_0000047
    obo:IAO_0000115 "An eye with one concave chamber. Note that 'simple' does not imply a reduced level of complexity or acuity." ;
    oboInOwl:hasDbXref "TGMA:0000729", "Wikipedia:Eye#Simple_eyes" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000047" ;
    oboInOwl:inSubset core:grouping_class, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "simple eye" ;
    rdfs:subClassOf obo:UBERON_0000970 .

obo:UBERON_0000055
    obo:IAO_0000115 "A tubular structure that contains, conveys body fluid, such as blood or lymph." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000055" ;
    oboInOwl:inSubset core:grouping_class, core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vessel" ;
    rdfs:subClassOf obo:UBERON_0004111, [
        a owl:Restriction ;
        owl:onProperty core:channel_for ;
        owl:someValuesFrom obo:UBERON_0006314
    ] .

obo:UBERON_0000058
    obo:IAO_0000115 "A tubular structure that transports secreted or excreted substances." ;
    oboInOwl:hasDbXref "AAO:0011123", "FMA:30320", "NCIT:C12948", "SCTID:91726008", "TAO:0005171", "Wikipedia:Duct_(anatomy)", "XAO:0004000", "ZFA:0005171", "galen:Duct" ;
    oboInOwl:hasExactSynonym "anatomical duct" ;
    oboInOwl:hasNarrowSynonym "exocrine duct", "exocrine gland duct" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000058" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "duct" ;
    rdfs:subClassOf obo:UBERON_0000063, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0034969
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002299
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0000463
    ] .

obo:UBERON_0000060
    obo:IAO_0000115 "Organ component adjacent to an organ cavity and which consists of a maximal aggregate of organ component layers." ;
    oboInOwl:hasAlternativeId "UBERON:0009915" ;
    oboInOwl:hasBroadSynonym "wall" ;
    oboInOwl:hasDbXref "FMA:82482", "galen:Wall" ;
    oboInOwl:hasExactSynonym "wall of organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "organ wall" ;
    oboInOwl:id "UBERON:0000060" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical wall" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004923
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002553
    ] .

obo:UBERON_0000061
    obo:IAO_0000115 "Material anatomical entity that is a single connected structure with inherent 3D shape generated by coordinated expression of the organism's own genome." ;
    oboInOwl:hasDbXref "AAO:0010825", "AEO:0000003", "BILA:0000003", "CARO:0000003", "EHDAA2:0003003", "EMAPA:0", "FMA:305751", "FMA:67135", "GAID:781", "HAO:0000003", "MA:0003000", "MESH:D000825", "SCTID:362889002", "TAO:0000037", "TGMA:0001823", "VHOG:0001759", "XAO:0003000", "ZFA:0000037", "http://dbpedia.org/ontology/AnatomicalStructure" ;
    oboInOwl:hasExactSynonym "biological structure", "connected biological structure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000061" ;
    oboInOwl:inSubset core:common_anatomy, core:human_reference_atlas, core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical structure" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0000465, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002497 ;
        owl:someValuesFrom obo:UBERON_0000071
    ] .

obo:UBERON_0000062
    obo:IAO_0000115 "Anatomical structure that performs a specific function or group of functions [WP]." ;
    oboInOwl:hasDbXref "BIRNLEX:4", "CARO:0020004", "EFO:0000634", "EMAPA:35949", "ENVO:01000162", "FMA:67498", "MA:0003001", "NCIT:C13018", "SCTID:272625005", "WBbt:0003760", "Wikipedia:Organ_(anatomy)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anatomical unit", "body organ", "element" ;
    oboInOwl:id "UBERON:0000062" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "organ" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000467
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002002 ;
        owl:someValuesFrom obo:UBERON_0006984
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0008150
    ] ;
    owl:disjointWith obo:UBERON_0034921 .

obo:UBERON_0000063
    obo:IAO_0000115 "A part of an organ that constitutes a distinct modular sub-unit. In some cases, the organ may also contain other sub-units of identical or similar types, in other cases this may be a distinct entity." ;
    oboInOwl:hasDbXref "FMA:86140" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "organ region with fixed fiat boundary", "organ segment", "segment of organ" ;
    oboInOwl:id "UBERON:0000063" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "organ subunit" ;
    rdfs:subClassOf obo:UBERON_0000064 .

obo:UBERON_0000064
    obo:IAO_0000115 "A multicellular structure that is a part of an organ." ;
    oboInOwl:hasDbXref "AAO:0011124", "BIRNLEX:16", "EFO:0000635", "FMA:82472", "SCTID:113343008", "SCTID:91717005" ;
    oboInOwl:hasExactSynonym "cardinal organ part" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "regional part of organ" ;
    oboInOwl:id "UBERON:0000064" ;
    oboInOwl:inSubset core:common_anatomy, core:efo_slim, core:non_informative, core:upper_level ;
    a owl:Class ;
    rdfs:label "organ part" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] .

obo:UBERON_0000065
    obo:IAO_0000115 "Anatomical structure that is part of the respiratory system. In mammals consists of upper and lower tracts." ;
    oboInOwl:hasDbXref "EHDAA2:0001606", "EHDAA:1568", "EHDAA:2219", "EMAPA:16737", "FMA:265130", "SCTID:361110005", "VHOG:0000393" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000065" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "respiratory tract" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001005, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007026
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0008947
    ] .

obo:UBERON_0000066
    obo:IAO_0000115 "The stage of development at which the animal is fully formed, including immaturity and maturity. Includes both sexually immature stage, and adult stage." ;
    oboInOwl:hasBroadSynonym "adult stage" ;
    oboInOwl:hasDbXref "BTO:0001043", "BilaDO:0000004", "EFO:0001272", "FBdv:00005369", "WBls:0000041", "XtroDO:0000084" ;
    oboInOwl:hasExactSynonym "fully formed animal stage", "juvenile-adult stage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000066" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "fully formed stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000092
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000062 ;
        owl:someValuesFrom obo:UBERON_0000111
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000063 ;
        owl:someValuesFrom obo:UBERON_0000071
    ] .

obo:UBERON_0000068
    obo:IAO_0000115 "A life cycle stage that starts with fertilization and ends with the fully formed embryo." ;
    oboInOwl:hasDbXref "BilaDO:0000002", "EV:0300001", "FBdv:00005289", "FMA:72652", "OGES:000000", "OGES:000022", "SCTID:296280003", "WBls:0000003", "WBls:0000092", "WBls:0000102", "XAO:1000012" ;
    oboInOwl:hasExactSynonym "embryonic stage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryogenesis" ;
    oboInOwl:id "UBERON:0000068" ;
    a owl:Class ;
    rdfs:label "embryo stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000063 ;
        owl:someValuesFrom obo:UBERON_0000066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000063 ;
        owl:someValuesFrom obo:UBERON_0000092
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002082 ;
        owl:someValuesFrom obo:GO_0009790
    ] ;
    owl:disjointWith obo:UBERON_0000092 .

obo:UBERON_0000071
    obo:IAO_0000115 "End of the life of an organism." ;
    oboInOwl:hasDbXref "XAO:0000437", "XtroDO:0000085" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "death" ;
    oboInOwl:id "UBERON:0000071" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "death stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002229 ;
        owl:someValuesFrom obo:UBERON_0000104
    ] .

obo:UBERON_0000072
    obo:IAO_0000115 "An section of a respiratory tract." ;
    oboInOwl:hasDbXref "FMA:45660", "MA:0000434" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "respiratory tract", "subdivision of respiratory tract" ;
    oboInOwl:id "UBERON:0000072" ;
    oboInOwl:inSubset core:human_reference_atlas, core:non_informative ;
    a owl:Class ;
    rdfs:label "proximo-distal subdivision of respiratory tract" ;
    rdfs:subClassOf obo:UBERON_0013522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000065
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0013522
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000065
            ]
        )
    ] .

obo:UBERON_0000073
    obo:IAO_0000115 "Any part or collection of parts of the central or peripheral nervous system. Parts may span both CNS and PNS." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2009-06-18T09:00:04Z" ;
    oboInOwl:hasDbXref "BIRNLEX:1157", "NCIT:C13040", "SCTID:25087005" ;
    oboInOwl:hasExactSynonym "part of nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000073" ;
    oboInOwl:inSubset core:non_informative, core:upper_level ;
    a owl:Class ;
    rdfs:label "regional part of nervous system" ;
    rdfs:subClassOf obo:UBERON_0000481, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000481
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001016
            ]
        )
    ] .

obo:UBERON_0000075
    obo:IAO_0000115 "Anatomical cluster consisting of the skeletal elements and articular elements that are part of an individual subdivision of the organism." ;
    oboInOwl:hasAlternativeId "UBERON:0010322" ;
    oboInOwl:hasDbXref "FMA:85544", "NCIT:C34076", "SCTID:118966000", "galen:ComplexSkeletalStructure" ;
    oboInOwl:hasExactSynonym "skeletal system subdivision" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "skeletal system part" ;
    oboInOwl:id "UBERON:0000075" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "subdivision of skeletal system" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001434
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0004765
    ] .

obo:UBERON_0000076
    obo:IAO_0000115 "The surface (external) layer of ectoderm which begins to proliferate shortly after separation from the neuroectoderm." ;
    oboInOwl:hasDbXref "EHDAA2:0001968", "EHDAA:1494", "EHDAA:350", "EHDAA:4784", "EHDAA:4790", "EHDAA:4796", "EHDAA:7860", "EMAPA:16096", "FMA:87656", "NCIT:C34309", "Wikipedia:External_ectoderm" ;
    oboInOwl:hasExactSynonym "surface (external) ectoderm", "surface ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000076" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "external ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] .

obo:UBERON_0000077
    obo:IAO_0000115 "An anatomical structure that develops from the endoderm and the mesoderm." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000077" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "mixed endoderm/mesoderm-derived structure" ;
    rdfs:subClassOf obo:UBERON_0004119, obo:UBERON_0004120 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0000078
    obo:IAO_0000115 "An anatomical structure that develops from the ectoderm, mesoderm and endoderm." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000078" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "mixed ectoderm/mesoderm/endoderm-derived structure" ;
    rdfs:subClassOf obo:UBERON_0000077, obo:UBERON_0004121 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0000085
    obo:IAO_0000115 "A spherical embryonic mass of blastomeres formed before the blastula and resulting from cleavage of the fertilized ovum." ;
    oboInOwl:hasDbXref "BTO:0001508", "EHDAA2:0000005", "FMA:292334", "GAID:1295", "MESH:D009028", "NCIT:C34212", "SCTID:361474003", "Wikipedia:Morula" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "morula (2-16 cells)" ;
    oboInOwl:id "UBERON:0000085" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "morula" ;
    rdfs:subClassOf obo:UBERON_0000922, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004716
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000353
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0000086
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002488 ;
        owl:someValuesFrom obo:UBERON_0000107
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000107
    ] .

obo:UBERON_0000086
    obo:IAO_0000115 "A glycoprotein membrane surrounding the plasma membrane of an oocyte. It is a vital constitutive part of the latter, external but not extraneous to it. The zona pellucida first appears in multilaminar primary oocytes." ;
    oboInOwl:hasBroadSynonym "zona pellucida - vitelline membrane" ;
    oboInOwl:hasDbXref "BTO:0003135", "EHDAA2:0002220", "EHDAA:31", "EHDAA:62", "EMAPA:16035", "FMA:18674", "GAID:410", "MA:0001715", "MESH:D015044", "NCIT:C33896", "TAO:0001111", "Wikipedia:Zona_pellucida", "ZFA:0001111" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "oolemma", "pellucid zone", "striated membrane", "vitelline envelope", "vitelline membrane", "zona radiata", "zona striata" ;
    oboInOwl:id "UBERON:0000086" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "zona pellucida" ;
    rdfs:subClassOf obo:UBERON_0005764, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000992
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_17089
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:CL_0000023
    ] .

obo:UBERON_0000087
    obo:IAO_0000115 "A mass of cells that develop into the body of the embryo and some extraembryonic tissues." ;
    oboInOwl:hasDbXref "EFO:0000547", "EHDAA2:0000830", "EHDAA:40", "EMAPA:16041", "FMA:86557", "NCIT:C13740", "SCTID:361456007", "VHOG:0000742", "Wikipedia:Inner_cell_mass" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ICM", "early embryoblast", "embryoblast", "pluriblast" ;
    oboInOwl:id "UBERON:0000087" ;
    oboInOwl:inSubset core:early_development, core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "inner cell mass" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000358
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0000088
    ] .

obo:UBERON_0000088
    obo:IAO_0000115 "The mesectodermal cell layer arising from the trophectoderm that erodes the uterine mucosa and contributes to the formation of the placenta." ;
    oboInOwl:hasDbXref "BTO:0001079", "CALOHA:TS-1070", "EV:0100120", "FMA:83029", "GAID:1152", "MESH:D014327", "NCIT:C93292", "SCTID:362839005", "Wikipedia:Trophoblast" ;
    oboInOwl:hasExactSynonym "trophoblast layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "trophoderm" ;
    oboInOwl:id "UBERON:0000088" ;
    oboInOwl:inSubset core:early_development, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "Aggregate of cells forming the outer layer of a blastocyst, which provide nutrients to the embryo and develop into a large part of the placenta. They are formed during the first stage of pregnancy and are the first cells to differentiate from the fertilized egg. [Wikipedia:Trophoblast]" ;
    rdfs:label "trophoblast" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000358
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004345
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000351
    ] .

obo:UBERON_0000091
    obo:IAO_0000115 "A flattened, almost circular bilaminar plate of cells formed when the inner cell mass (aka embryoblast) forms two epithelial layers, each of a distinct lineage, separated by an extracellular basement membrane: the external (dorsal) layer is called the epiblast and the internal (ventral) layer is called the hypoblast (aka primitive endoderm); together, they compose the bilaminar embryonic disc." ;
    oboInOwl:hasBroadSynonym "embryonic disc", "embryonic shield", "germinal disc", "germinal disk" ;
    oboInOwl:hasDbXref "FMA:293863", "NCIT:C34112", "Wikipedia:Bilaminar_disc" ;
    oboInOwl:hasExactSynonym "bilaminary embryonic disc", "bilaminary germ disc" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bilaminar disk" ;
    oboInOwl:id "UBERON:0000091" ;
    oboInOwl:inSubset core:early_development, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "bilaminar disc" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000087
    ] .

obo:UBERON_0000092
    obo:IAO_0000115 "Stage succeeding embryo, including mature structure." ;
    oboInOwl:hasDbXref "BilaDO:0000003", "OGES:000010", "OGES:000014", "OGES:000024", "WBls:0000022", "WBls:0000093", "WBls:0000103" ;
    oboInOwl:hasExactSynonym "postembryonic stage" ;
    oboInOwl:hasNarrowSynonym "post-hatching stage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "postembryonic" ;
    oboInOwl:id "UBERON:0000092" ;
    a owl:Class ;
    rdfs:label "post-embryonic stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000062 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002082 ;
        owl:someValuesFrom obo:GO_0009791
    ] .

obo:UBERON_0000094
    obo:IAO_0000115 "Nonparenchymatous organ that primarily consists of dense connective tissue organized into a sheet which interconnects two or more organs, separates two or more body spaces from one another, or surrounds an organ or body part. Examples: interosseous membrane of forearm, obturator membrane, tympanic membrane, fibrous pericardium, fascia lata, dura mater. [FMA]." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2009-07-30T05:19:13Z" ;
    oboInOwl:hasBroadSynonym "membrane" ;
    oboInOwl:hasDbXref "FMA:7145" ;
    oboInOwl:hasExactSynonym "membrane of organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000094" ;
    a owl:Class ;
    rdfs:label "membrane organ" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0011823
    ] .

obo:UBERON_0000095
    obo:IAO_0000115 "Portion of neural crest that develops from the dorsal neural tube. It overlaps the vagal neural crest and migrates to populate the pharyngeal arches 3, 4 and 6 (producing structures in the head) and to the heart, forming connective tissue that separates the great vessels of the heart. [Wikipedia]." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2009-07-30T07:57:38Z" ;
    oboInOwl:hasDbXref "TAO:0002173", "Wikipedia:Cardiac_neural_crest", "XAO:0004190", "ZFA:0001648" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac neural crest complex", "complexus cristae neuralis cardiacus" ;
    oboInOwl:id "UBERON:0000095" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cardiac neural crest" ;
    rdfs:subClassOf obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002342
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0005428
    ] .

obo:UBERON_0000102
    obo:IAO_0000115 "The lung vasculature is composed of the tubule structures that carry blood or lymph in the lungs[GO]." ;
    oboInOwl:hasDbXref "FMA:73750" ;
    oboInOwl:hasExactSynonym "lung vascular network", "pulmonary vasculature", "vascular network of lung", "vasculature of lung" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000102" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "lung vasculature" ;
    rdfs:subClassOf obo:UBERON_0002201, obo:UBERON_0006876, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0000104
    obo:IAO_0000115 "An entire span of an organism's life. In metazoans, commences with the zygote stage and ends with the death of the organism." ;
    oboInOwl:hasDbXref "FBdv:00000000", "OGES:000011", "ncithesaurus:Life" ;
    oboInOwl:hasExactSynonym "entire life cycle", "entire lifespan", "life", "lifespan" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000104" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "life cycle" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000105
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002230 ;
        owl:someValuesFrom obo:UBERON_0000071
    ] .

obo:UBERON_0000105
    obo:IAO_0000115 "A spatiotemporal region encompassing some part of the life cycle of an organism." ;
    oboInOwl:hasDbXref "BILS:0000105", "EFO:0000399", "FBdv:00007012", "FMA:24120", "MESH:D008018", "PdumDv:0000090", "WBls:0000002", "XAO:1000000", "ZFS:0000000", "ZFS:0100000", "ncithesaurus:Developmental_Stage" ;
    oboInOwl:hasNarrowSynonym "developmental stage", "stage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000105" ;
    oboInOwl:inSubset core:common_anatomy, core:efo_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "life cycle stage" ;
    rdfs:subClassOf obo:UBERON_0000000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000104
    ] .

obo:UBERON_0000106
    obo:IAO_0000115 "A stage at which the organism is a single cell produced by means of sexual reproduction." ;
    oboInOwl:hasDbXref "BILS:0000106", "BilaDO:0000005", "EFO:0001322", "EHDAA:27", "FBdv:00005288", "NCIT:C12601", "PdumDv:0000100", "VHOG:0000745", "Wikipedia:Zygote", "XAO:1000001", "ZFS:0000001" ;
    oboInOwl:hasExactSynonym "1-cell stage", "fertilized egg stage", "one cell stage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "fertilized egg stage", "one-cell stage", "zygote" ;
    oboInOwl:id "UBERON:0000106" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "zygote stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002223 ;
        owl:someValuesFrom obo:UBERON_0000104
    ] .

obo:UBERON_0000107
    obo:IAO_0000115 "The first few specialized divisions of an activated animal egg; Stage consisting of division of cells in the early embryo. The zygotes of many species undergo rapid cell cycles with no significant growth, producing a cluster of cells the same size as the original zygote. The different cells derived from cleavage are called blastomeres and form a compact mass called the morula. Cleavage ends with the formation of the blastula." ;
    oboInOwl:hasDbXref "BILS:0000107", "BilaDO:0000006", "EFO:0001290", "FBdv:00000054", "MESH:D002970", "OGES:000015", "OGES:000020", "PdumDv:0000200", "Wikipedia:Cleavage_(embryo)", "XAO:1000004", "ZFS:0000046" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000107" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "cleavage stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002082 ;
        owl:someValuesFrom obo:GO_0040016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002087 ;
        owl:someValuesFrom obo:UBERON_0000106
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000105
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002082 ;
                owl:someValuesFrom obo:GO_0040016
            ]
        )
    ] .

obo:UBERON_0000108
    obo:IAO_0000115 "An early stage of embryonic development in animals. It is produced by cleavage of a fertilized ovum and consists of a spherical layer of around 128 cells surrounding a central fluid-filled cavity called the blastocoel. The blastula follows the morula and precedes the gastrula in the developmental sequence." ;
    oboInOwl:hasDbXref "BILS:0000108", "BilaDO:0000007", "EFO:0001282", "OGES:000003", "OGES:000016", "OGES:000021", "WBls:0000005", "Wikipedia:Blastula", "XAO:1000003", "ZFS:0000045" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000108" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "blastula stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000062 ;
        owl:someValuesFrom obo:UBERON_0000107
    ] .

obo:UBERON_0000109
    obo:IAO_0000115 "A stage defined by complex and coordinated series of cellular movements that occurs at the end of cleavage during embryonic development of most animals. The details of gastrulation vary from species to species, but usually result in the formation of the three primary germ layers, ectoderm, mesoderm and endoderm." ;
    oboInOwl:hasDbXref "BILS:0000109", "BilaDO:0000008", "EFO:0001296", "FBdv:00005317", "OGES:000004", "OGES:000019", "WBls:0000010", "XAO:1000005", "ZFS:0000047" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "blastocystis trilaminaris stage", "trilaminar blastocyst stage", "trilaminar blastoderm stage", "trilaminar disk stage", "trilaminar germ stage", "trilaminar stage" ;
    oboInOwl:id "UBERON:0000109" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "gastrula stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000062 ;
        owl:someValuesFrom obo:UBERON_0000108
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002082 ;
        owl:someValuesFrom obo:GO_0007369
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0000110
    obo:IAO_0000115 "A chordate developmental stage defined by the formation of a tube from the flat layer of ectodermal cells known as the neural plate. This will give rise to the central nervous system." ;
    oboInOwl:hasDbXref "BILS:0000110", "BilaDO:0000009", "XAO:1000006" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000110" ;
    a owl:Class ;
    rdfs:label "neurula stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000062 ;
        owl:someValuesFrom obo:UBERON_0000109
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002082 ;
        owl:someValuesFrom obo:GO_0001841
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:UBERON_0000111
    obo:IAO_0000115 "A stage at which the ectoderm, endoderm, and mesoderm develop into the internal organs of the organism." ;
    oboInOwl:hasDbXref "BILS:0000111", "BilaDO:0000010", "OGES:000005", "OGES:000032", "Wikipedia:Organogenesis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "segmentation stage" ;
    oboInOwl:id "UBERON:0000111" ;
    a owl:Class ;
    rdfs:label "organogenesis stage" ;
    rdfs:subClassOf obo:BFO_0000003, obo:UBERON_0000105, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002082 ;
        owl:someValuesFrom obo:GO_0048513
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0000114
    obo:IAO_0000115 "The connective tissue located between the respiratory (airway and alveolar) epithelium, the capillary endothelium and pleural mesothelium; it contains basement membrane composed of collagen, elastin, proteoglycans, and fibronectin." ;
    oboInOwl:hasDbXref "EMAPA:35521", "FMA:27533", "MA:0001782", "SCTID:201609008" ;
    oboInOwl:hasExactSynonym "connective tissue of lung", "pulmonary interstitium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lung interstitial tissue", "lung interstitium", "pulmonary connective tissue", "pulmonary interstitial tissue" ;
    oboInOwl:id "UBERON:0000114" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "lung connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003580, obo:UBERON_0003837, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002494 ;
        owl:someValuesFrom obo:UBERON_0004883
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0000115
    obo:IAO_0000115 "The epithelial layer of the lung." ;
    oboInOwl:hasDbXref "BTO:0001653", "EMAPA:32860", "MA:0001783" ;
    oboInOwl:hasExactSynonym "epithelial tissue of lung", "epithelium of lung", "lung epithelial tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pulmonary epithelium" ;
    oboInOwl:id "UBERON:0000115" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "lung epithelium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004815, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0000117
    obo:IAO_0000115 "A tube in the respiratory system. Examples: bronchus, bronchiole, trachea." ;
    oboInOwl:hasDbXref "FMA:12224" ;
    oboInOwl:hasExactSynonym "segment of tracheobronchial tree" ;
    oboInOwl:hasNarrowSynonym "respiratory conducting tube", "segment of tracheobronchial tree", "tracheobronchial tree segment" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "airway" ;
    oboInOwl:id "UBERON:0000117" ;
    a owl:Class ;
    rdfs:label "respiratory tube" ;
    rdfs:subClassOf obo:UBERON_0000025, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000065
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000483
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000025
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000065
            ]
        )
    ] .

obo:UBERON_0000118
    obo:IAO_0000115 "Structure derived from foregut that becomes a lung[GO]." ;
    oboInOwl:hasDbXref "BTO:0001643", "EHDAA2:0004089", "NCIT:C34260", "NCIT:C34282", "SCTID:361427007", "Wikipedia:Respiratory_bud" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "primary lung bud", "respiratory diverticulum" ;
    oboInOwl:id "UBERON:0000118" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "lung bud" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005153, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005597
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0008947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004872
    ] .

obo:UBERON_0000122
    obo:IAO_0000115 "A fasciculated bundle of neuron projections (GO:0043005), largely or completely lacking synapses." ;
    oboInOwl:hasAlternativeId "UBERON:0005163" ;
    oboInOwl:hasDbXref "CARO:0001001", "NLX:147821" ;
    oboInOwl:hasExactSynonym "funiculus", "nerve fiber bundle", "neural fiber bundle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000122" ;
    a owl:Class ;
    rdfs:label "neuron projection bundle" ;
    rdfs:subClassOf obo:UBERON_0005162, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0043005
    ] .

obo:UBERON_0000125
    obo:IAO_0000115 "A spatially aggregated collection of nerve cell bodies in the CNS, consisting of one or more subpopulations that share cell type, chemical phenotype, and connections, and including nearby cells that share the same cell type, chemical phenotype, and connections. (CUMBO)." ;
    oboInOwl:hasBroadSynonym "nucleus" ;
    oboInOwl:hasDbXref "AEO:0000136", "FMA:83686", "NCIT:C13197", "NLX:28443", "Wikipedia:Nucleus_(neuroanatomy)" ;
    oboInOwl:hasExactSynonym "nervous system nucleus", "neuraxis nucleus", "neuronal nucleus", "nucleus of CNS" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "nucleus of neuraxis" ;
    oboInOwl:id "UBERON:0000125" ;
    oboInOwl:inSubset core:cumbo ;
    a owl:Class ;
    rdfs:label "neural nucleus" ;
    rdfs:subClassOf obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002020
    ] .

obo:UBERON_0000126
    obo:IAO_0000115 "Nucleus that receives projections from or contains neurons that send projections through one of the cranial nerves." ;
    oboInOwl:hasDbXref "FMA:54501", "NLX:28532", "SCTID:280160003", "Wikipedia:Cranial_nerve_nucleus" ;
    oboInOwl:hasExactSynonym "cranial neural nucleus", "nucleus of cranial nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000126" ;
    a owl:Class ;
    rdfs:label "cranial nerve nucleus" ;
    rdfs:subClassOf obo:UBERON_0002308, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001785
            ]
        )
    ] .

obo:UBERON_0000153
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000153" ;
    a owl:Class ;
    rdfs:label "anterior region of body" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000096 ;
        owl:someValuesFrom obo:UBERON_0000154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] .

obo:UBERON_0000154
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000154" ;
    a owl:Class ;
    rdfs:label "posterior region of body" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] .

obo:UBERON_0000158
    oboInOwl:hasBroadSynonym "membrane" ;
    oboInOwl:hasDbXref "FMA:30322", "FMA:82500", "MESH:D008566", "NCIT:C12749" ;
    oboInOwl:hasExactSynonym "membranous organ component" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000158" ;
    a owl:Class ;
    rdfs:label "membranous layer" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000064
    ] .

obo:UBERON_0000161
    obo:IAO_0000115 "Anatomical conduit that connects two adjacent body spaces (or a body space with the space surrounding the organism)[FMA,modified]." ;
    oboInOwl:hasBroadSynonym "anatomical ostium", "ostium" ;
    oboInOwl:hasDbXref "FMA:3724", "SCTID:91837002" ;
    oboInOwl:hasExactSynonym "anatomical orifice" ;
    oboInOwl:hasNarrowSynonym "hilum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000161" ;
    a owl:Class ;
    rdfs:label "orifice" ;
    rdfs:subClassOf obo:UBERON_0004111 .

obo:UBERON_0000165
    obo:IAO_0000115 "The proximal portion of the digestive tract, containing the oral cavity and bounded by the oral opening. In vertebrates, this extends to the pharynx and includes gums, lips, tongue and parts of the palate. Typically also includes the teeth, except where these occur elsewhere (e.g. pharyngeal jaws) or protrude from the mouth (tusks)." ;
    oboInOwl:hasDbXref "AAO:0010355", "BTO:0001090", "BTO:0004698", "CALOHA:TS-1315", "EFO:0000825", "EHDAA2:0001326", "EHDAA:542", "EMAPA:16262", "FMA:49184", "GAID:75", "MA:0000341", "MA:0002474", "MAT:0000038", "MESH:D009055", "MIAA:0000038", "SCTID:21082005", "TADS:0000040", "TAO:0000547", "TAO:0000590", "TGMA:0000131", "VHOG:0000280", "VHOG:0000812", "Wikipedia:Mouth", "XAO:0003029", "ZFA:0000547", "ZFA:0000590", "galen:Mouth", "http://purl.obolibrary.org/obo/uberon/images/lamprey_sucker_rosava_3238889218.jpg" ;
    oboInOwl:hasNarrowSynonym "adult mouth" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cavitas oris", "cavum oris", "mouth cavity", "oral region", "oral vestibule", "rima oris", "stoma", "stomatodaeum", "trophic apparatus", "vestibule of mouth", "vestibulum oris" ;
    oboInOwl:id "UBERON:0000165" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:major_organ, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "mouth" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004921, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0001106 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0035804
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004921
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0001106 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0000166
    obo:IAO_0000115 "The orifice that connects the mouth to the exterior of the body." ;
    oboInOwl:hasDbXref "FMA:59806" ;
    oboInOwl:hasExactSynonym "oral fissure", "oral orifice" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "oral part of face" ;
    oboInOwl:id "UBERON:0000166" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "oral opening" ;
    rdfs:subClassOf obo:UBERON_0000161, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ] .

obo:UBERON_0000167
    obo:IAO_0000115 "Anatomical cavity at the start of the digestive tract that that is enclosed by the mouth. The boundaries and contents vary depending on the species. In vertebrates, the boundaries are the oral opening, the cheeks, the palate and (if present) the palatoglossal arch - if this is not present then the mouth and pharynx form the oropharyngeal cavity. The buccal cavity contains the teeth, tongue and palate (when present)." ;
    oboInOwl:hasDbXref "AAO:0000053", "AAO:0000960", "BSA:0000107", "CALOHA:TS-1315", "EFO:0001975", "EHDAA2:0001324", "EHDAA:6970", "EMAPA:17411", "EMAPA:18399", "EV:0100057", "FMA:20292", "HAO:0000669", "NCIT:C12421", "SCTID:181220002", "TAO:0001027", "TGMA:0000102", "VHOG:0000188", "WBbt:0005255", "XAO:0000126", "ZFA:0001027" ;
    oboInOwl:hasExactSynonym "buccal cavity", "cavity of mouth" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bucca" ;
    oboInOwl:id "UBERON:0000167" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "oral cavity" ;
    rdfs:subClassOf obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0000165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0000165
            ]
        )
    ] .

obo:UBERON_0000170
    obo:IAO_0000115 "The pair of anatomical structures comprised of a left lung and right lung." ;
    oboInOwl:hasDbXref "FMA:68877" ;
    oboInOwl:hasExactSynonym "lungs", "lungs pair", "set of lungs" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000170" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "pair of lungs" ;
    rdfs:subClassOf obo:BFO_0000002, obo:BFO_0000004, obo:UBERON_0034925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002224
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0002167
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0002168
    ], [
        a owl:Restriction ;
        owl:onClass obo:UBERON_0002167 ;
        owl:onProperty obo:RO_0002351 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ], [
        a owl:Restriction ;
        owl:onClass obo:UBERON_0002168 ;
        owl:onProperty obo:RO_0002351 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034925
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002351 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002351 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:UBERON_0000171
    obo:IAO_0000115 "Organ that functions in gaseous exchange between an organism and its environment. In plants, microorganisms, and many small animals, air or water makes direct contact with the organism's cells or tissue fluids, and the processes of diffusion supply the organism with dioxygen (O2) and remove carbon dioxide (CO2). In larger animals the efficiency of gaseous exchange is improved by specialized respiratory organs, such as lungs and gills, which are ventilated by breathing mechanisms." ;
    oboInOwl:hasDbXref "SCTID:272626006", "SPD:0000428", "TGMA:0001247" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius organ", "breathing organ", "organ of apparatus respiratorius", "organ of respiratory system", "respiratory organ", "respiratory system organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gas exchange organ" ;
    oboInOwl:id "UBERON:0000171" ;
    oboInOwl:inSubset core:functional_classification, core:organ_slim ;
    a owl:Class ;
    rdfs:label "respiration organ" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0007585
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0007585
            ]
        )
    ] .

obo:UBERON_0000178
    obo:IAO_0000115 "A fluid that is composed of blood plasma and erythrocytes." ;
    oboInOwl:hasDbXref "AAO:0000046", "BTO:0000089", "CALOHA:TS-0079", "EFO:0000296", "EHDAA2:0000176", "EHDAA:418", "EMAPA:16332", "ENVO:02000027", "EV:0100047", "FMA:9670", "GAID:965", "MA:0000059", "MESH:D001769", "MIAA:0000315", "NCIT:C12434", "TAO:0000007", "VHOG:0000224", "Wikipedia:Blood", "XAO:0000124", "ZFA:0000007", "galen:Blood" ;
    oboInOwl:hasExactSynonym "portion of blood", "vertebrate blood" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "whole blood" ;
    oboInOwl:id "UBERON:0000178" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "blood" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000179, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002390
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000232
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001969
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006596
    ] .

obo:UBERON_0000179
    obo:IAO_0000115 "Circulating fluid that is part of the hemolymphoid system. Blood, lymph, interstitial fluid or its analogs." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2009-04-08T04:38:19Z" ;
    oboInOwl:hasDbXref "CARO:0000081" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "blood or blood analog", "circulating fluid" ;
    oboInOwl:id "UBERON:0000179" ;
    a owl:Class ;
    rdfs:label "haemolymphatic fluid" ;
    rdfs:subClassOf obo:UBERON_0006314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002193
            ]
        )
    ] .

obo:UBERON_0000203
    obo:IAO_0000115 "Dorsal part (roof region) of the telencephalon[GO]." ;
    terms:contributor <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2009-04-18T12:03:09Z" ;
    oboInOwl:hasAlternativeId "UBERON:0007333" ;
    oboInOwl:hasDbXref "BTO:0003399", "DMBA:15903", "EFO:0003534", "SCTID:369224000", "TAO:0000505", "TAO:0007007", "Wikipedia:Avian_pallium", "Wikipedia:Pallium_(neuroanatomy)", "ZFA:0000505", "neuronames:3240" ;
    oboInOwl:hasExactSynonym "area dorsalis telencephali", "dorsal part of telencephalon", "dorsal telencephalic area", "dorsal telencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000203" ;
    oboInOwl:inSubset core:developmental_classification, core:efo_slim ;
    a owl:Class ;
    rdfs:label "pallium" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] .

obo:UBERON_0000304
    obo:IAO_0000115 "A layer of membrane around a tendon. It has 2 layers: synovial sheath + fibrous tendon sheath." ;
    oboInOwl:hasDbXref "BTO:0000051", "FMA:45087", "FMA:76715", "NCIT:C96299", "SCTID:361885006", "Wikipedia:Tendon_sheath" ;
    oboInOwl:hasExactSynonym "synovial tendon sheath" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000304" ;
    a owl:Class ;
    rdfs:label "tendon sheath" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0011233
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0011234
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000043
            ]
        )
    ] .

obo:UBERON_0000307
    obo:IAO_0000115 "Organism at the blastula stage - an early stage of embryonic development in animals. It is produced by cleavage of a fertilized ovum and consists of a spherical layer of around 128 cells surrounding a central fluid-filled cavity called the blastocoel. The blastula follows the morula and precedes the gastrula in the developmental sequence." ;
    oboInOwl:hasAlternativeId "UBERON:0007011" ;
    oboInOwl:hasDbXref "BILA:0000059", "BTO:0000128", "GAID:1294", "MESH:D036703", "OGEM:000006", "Wikipedia:Blastula" ;
    oboInOwl:hasExactSynonym "blastula embryo" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "blastosphere" ;
    oboInOwl:id "UBERON:0000307" ;
    oboInOwl:inSubset core:inconsistent_with_fma ;
    a owl:Class ;
    rdfs:label "blastula" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000922, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002491 ;
        owl:someValuesFrom obo:UBERON_0000108
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002491 ;
                owl:someValuesFrom obo:UBERON_0000108
            ]
        )
    ] .

obo:UBERON_0000325
    obo:IAO_0000115 "The branched tubular glands found in the mucosa of the fundus and body of the stomach which contain parietal cells that secrete hydrochloric acid and zymogenic cells that produce pepsin." ;
    oboInOwl:hasDbXref "BTO:0000503", "EMAPA:27181", "FMA:14919" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000325" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "gastric gland" ;
    rdfs:subClassOf obo:UBERON_0002365, obo:UBERON_0003294, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006924
    ] .

obo:UBERON_0000328
    obo:IAO_0000115 "The wall of the digestive tract. This encompasses all parts of the digestive tract with the exception of the lumen (cavity)." ;
    oboInOwl:hasDbXref "BTO:0000547", "FMA:45653" ;
    oboInOwl:hasExactSynonym "digestive tract wall", "wall of digestive tract", "wall of gut" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "wall of alimentary tract" ;
    oboInOwl:id "UBERON:0000328" ;
    a owl:Class ;
    rdfs:label "gut wall" ;
    rdfs:subClassOf obo:UBERON_0000060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0000332
    obo:IAO_0000115 "Bone marrow in which the fat cells predominate in the meshes of the reticular network." ;
    oboInOwl:hasDbXref "BTO:0000635", "FMA:74596", "SCTID:328639002", "SCTID:5023006" ;
    oboInOwl:hasExactSynonym "yellow marrow" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "fat marrow" ;
    oboInOwl:id "UBERON:0000332" ;
    a owl:Class ;
    rdfs:label "yellow bone marrow" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002371, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007195
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000136
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002371
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000136
            ]
        )
    ] .

obo:UBERON_0000344
    obo:IAO_0000115 "A lining of mostly endodermal origin, covered in epithelium, which is involved in absorption and secretion. They line various body cavities that are exposed to the external environment and internal organs. It is at several places continuous with skin: at the nostrils, the lips, the ears, the genital area, and the anus. The sticky, thick fluid secreted by the mucous membranes and gland is termed mucus. The term mucous membrane refers to where they are found in the body and not every mucous membrane secretes mucus[WP]." ;
    oboInOwl:hasDbXref "AEO:0000199", "BTO:0000886", "CALOHA:TS-2031", "EHDAA2_RETIRED:0003234", "EV:0100382", "FMA:85355", "FMA:85358", "GAID:297", "MESH:D009092", "NCIT:C13166", "SCTID:361693009", "Wikipedia:Mucous_membrane", "galen:Mucosa" ;
    oboInOwl:hasExactSynonym "mucosa of organ", "mucosa of organ part", "mucosal region", "mucous membrane", "organ mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "region of mucosa" ;
    oboInOwl:id "UBERON:0000344" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "mucosa" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002384
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:UBERON_0000353
    obo:IAO_0000115 "Functional part of an organ in the body. This is in contrast to the stroma, which refers to the structural tissue of organs, being exactly, connective tissues." ;
    oboInOwl:hasDbXref "EHDAA:3015", "EHDAA:3905", "EHDAA:3999", "EHDAA:4005", "EHDAA:6899", "EHDAA:6903", "EHDAA:6994", "EHDAA:8086", "EHDAA:9182", "EHDAA:9190", "EHDAA:9196", "EHDAA:9202", "FMA:45732", "NCIT:C74601", "Wikipedia:Parenchyma" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000353" ;
    a owl:Class ;
    rdfs:label "parenchyma" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0032501
    ] ;
    owl:disjointWith obo:UBERON_0003891 .

obo:UBERON_0000355
    obo:IAO_0000115 "A mucosa that is part of a pharynx [Automatically generated definition]." ;
    oboInOwl:hasAlternativeId "UBERON:0003344" ;
    oboInOwl:hasDbXref "BTO:0001047", "EMAPA:26957", "FMA:55031", "MA:0003143", "SCTID:362121003" ;
    oboInOwl:hasExactSynonym "mucosa of organ of pharynx", "mucosa of pharynx", "mucous membrane of pharynx", "organ mucosa of pharynx", "pharynx mucosa", "pharynx mucosa of organ", "pharynx mucous membrane", "pharynx organ mucosa", "tunica mucosa pharyngis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mucous membrane of the pharynx" ;
    oboInOwl:id "UBERON:0000355" ;
    a owl:Class ;
    rdfs:label "pharyngeal mucosa" ;
    rdfs:subClassOf obo:UBERON_0004785, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:UBERON_0000358
    obo:IAO_0000115 "The mammalian blastocyst is a hollow ball of cells containing two cell types, the inner cell mass and the trophectoderm[GO]." ;
    oboInOwl:hasDbXref "BTO:0001099", "CALOHA:TS-0076", "EFO:0000295", "EMAPA:36035", "EV:0100394", "FMA:83041", "GAID:1153", "MESH:D001755", "NCIT:C13739", "SCTID:308837009", "Wikipedia:Blastocyst" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "blastula" ;
    oboInOwl:id "UBERON:0000358" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "blastocyst" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000087
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000088
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000085
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002491 ;
        owl:someValuesFrom obo:UBERON_0000108
    ] .

obo:UBERON_0000361
    obo:IAO_0000115 "The red vascular substance consisting of connective tissue and blood vessels, containing primitive blood cells, macrophages, megakaryocytes, and fat cells. Red marrow is found in the cavities of many bones. It manufactures and releases leukocytes and erythrocytes into the bloodstream." ;
    oboInOwl:hasDbXref "BTO:0001160", "FMA:74595", "SCTID:328538003", "SCTID:75330005" ;
    oboInOwl:hasExactSynonym "parenchymal red marrow", "red marrow" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "parenchyma of none marrow marrow" ;
    oboInOwl:id "UBERON:0000361" ;
    a owl:Class ;
    rdfs:label "red bone marrow" ;
    rdfs:subClassOf obo:UBERON_0002371, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0012429
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002371
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000988
            ]
        )
    ] .

obo:UBERON_0000371
    obo:IAO_0000115 "Extraembryonic cells of trophoblastic shell surrounding embryo, outside the cytotrophoblast layer, involved with implantation of the blastocyst by eroding extracellular matrix surrounding maternal endometrial cells at site of implantation, also contribute to villi. (dark staining, multinucleated)." ;
    oboInOwl:hasDbXref "BTO:0001335", "EHDAA:129", "EHDAA:91", "EMAPA:16068", "FMA:83040", "NCIT:C33918", "SCTID:256965005", "Wikipedia:Syncytiotrophoblast" ;
    oboInOwl:hasExactSynonym "syncytial trophoblast", "syntrophoblast layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "syncitiotrophoblast", "syntrophoblast" ;
    oboInOwl:id "UBERON:0000371" ;
    a owl:Class ;
    rdfs:label "syncytiotrophoblast" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004364
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000525
    ] .

obo:UBERON_0000375
    obo:IAO_0000115 "The motor and sensory nerve subdivision of the trigeminal nerve that transmits sensory information from the auricle, the external acoustic meatus, tympanic membrane, temporal region, the cheek, the skin overlying the mandible, the anterior portion of the tongue, the floor of the mouth, lower teeth and gingiva and transmits motor information from the muscles of mastication, the mylohyoid muscle and digastric muscle and the muscles tensor tympani and tensor veli palatini." ;
    oboInOwl:hasDbXref "AAO:0010688", "AAO:0010703", "BTO:0001375", "EHDAA2:0002086", "EMAPA:17798", "FMA:52996", "GAID:834", "MA:0001101", "MESH:D008340", "NCIT:C32779", "SCTID:280212008", "VHOG:0001345", "Wikipedia:Mandibular_nerve" ;
    oboInOwl:hasExactSynonym "inferior maxillary nerve", "mandibular division [V3]", "mandibular division [Vc]", "mandibular division of fifth cranial nerve", "mandibular division of trigeminal nerve [Vc; V3]", "mandibular nerve [V3]", "mandibular nerve [Vc]", "nervus mandibularis [Vc; V3]", "ramus mandibularis (ramus V3)", "third division of fifth cranial nerve", "third division of trigeminal nerve", "trigeminal V nerve mandibular division" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "nervus mandibularis", "trigeminal nerve mandibular division" ;
    oboInOwl:id "UBERON:0000375" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "mandibular nerve" ;
    rdfs:subClassOf obo:UBERON_0011779, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001645
    ] .

obo:UBERON_0000377
    obo:IAO_0000115 "The sensory nerve subdivision of the trigeminal nerve that transmits sensory information from the palate, upper teeth and gingiva, the skin between the palpebral fissure and the mouth, and from the nasal cavity and maxillary sinuses." ;
    oboInOwl:hasDbXref "AAO:0010670", "BTO:0001378", "EHDAA2:0002087", "EMAPA:17799", "FMA:52724", "GAID:836", "MA:0001103", "MESH:D008442", "SCTID:280211001", "VHOG:0001346", "Wikipedia:Maxillary_nerve" ;
    oboInOwl:hasExactSynonym "maxillary division [V2]", "maxillary division [Vb]", "maxillary division of fifth cranial nerve", "maxillary division of trigeminal nerve (Vb; V2)", "maxillary nerve [V2]", "maxillary nerve [Vb]", "nervus maxillaris (Vb; V2)", "ramus maxillaris (ramus V2)", "second division of fifth cranial nerve", "second division of trigeminal nerve", "trigeminal V nerve maxillary division" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "nervus maxillaris", "trigeminal nerve maxillary division" ;
    oboInOwl:id "UBERON:0000377" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "maxillary nerve" ;
    rdfs:subClassOf obo:UBERON_0011779, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001645
    ] .

obo:UBERON_0000378
    obo:IAO_0000115 "The muscular portion of the tongue." ;
    oboInOwl:hasDbXref "BTO:0001386", "EHDAA2:0002065", "EHDAA:9146", "EMAPA:17883", "FMA:46689", "MA:0001596", "NCIT:C49301", "NCIT:C52707", "SCTID:244781004", "VHOG:0001390", "Wikipedia:Muscles_of_tongue" ;
    oboInOwl:hasExactSynonym "muscle of tongue", "muscle organ of tongue", "skeletal muscle tissue of tongue", "tongue skeletal muscle", "tongue skeletal muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000378" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "tongue muscle" ;
    rdfs:subClassOf obo:UBERON_0013765, obo:UBERON_0014892, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002177 ;
        owl:someValuesFrom obo:UBERON_0001723
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005594
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002177 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ], [
        a owl:Class ;
        owl:unionOf (obo:UBERON_0001575
            obo:UBERON_0001576
        )
    ] .

obo:UBERON_0000379
    obo:IAO_0000115 "A mucosa that is part of a respiratory airway." ;
    oboInOwl:hasDbXref "BTO:0001390", "FMA:7471", "SCTID:660006" ;
    oboInOwl:hasExactSynonym "mucosa of organ of trachea", "mucosa of organ of windpipe", "mucosa of trachea", "mucosa of windpipe", "mucous membrane of trachea", "mucous membrane of windpipe", "organ mucosa of trachea", "organ mucosa of windpipe", "trachea mucosa", "trachea mucosa of organ", "trachea mucous membrane", "trachea organ mucosa", "tracheal mucous membrane", "tunica mucosa (tracheae)", "windpipe mucosa", "windpipe mucosa of organ", "windpipe mucous membrane", "windpipe organ mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000379" ;
    a owl:Class ;
    rdfs:label "tracheal mucosa" ;
    rdfs:subClassOf obo:UBERON_0004785, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001005
            ]
        )
    ] .

obo:UBERON_0000383
    obo:IAO_0000115 "The subdivision of the musculoskeletal system that consists of all the muscles of the body[VSAO, modified]." ;
    oboInOwl:hasDbXref "AAO:0000307", "BILA:0000088", "BTO:0001369", "BTO:0001485", "EFO:0000801", "FMA:72954", "MA:0002888", "MAT:0000025", "MIAA:0000025", "VSAO:0000033", "XAO:0004042" ;
    oboInOwl:hasExactSynonym "muscle system", "muscle system of body", "muscular system", "musculature system", "set of all muscles", "set of muscles of body", "vertebrate muscular system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muskelsystem" ;
    oboInOwl:id "UBERON:0000383" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "musculature of body" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0003012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011216
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0001015
            ]
        )
    ] .

obo:UBERON_0000389
    obo:IAO_0000115 "Tissue that surrounds the lens nucleus." ;
    oboInOwl:hasDbXref "BTO:0001632", "CALOHA:TS-0542", "FMA:58970", "MESH:D007904", "SCTID:280626006" ;
    oboInOwl:hasExactSynonym "cortex of lens" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000389" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "lens cortex" ;
    rdfs:subClassOf obo:UBERON_0000479, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000965
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005614
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0000390
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0000390
            ]
        )
    ] .

obo:UBERON_0000390
    obo:IAO_0000115 "The core of the crystalline lens, surrounded by the cortex." ;
    oboInOwl:hasDbXref "BTO:0001633", "FMA:58971", "MESH:D007907", "SCTID:280628007" ;
    oboInOwl:hasExactSynonym "nucleus of lens" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000390" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "lens nucleus" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0034944, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000965
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005614
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0000389
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034944
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002219 ;
                owl:someValuesFrom obo:UBERON_0000389
            ]
        )
    ] .

obo:UBERON_0000409
    obo:IAO_0000115 "A gland in which the principal secretory cells are serous secreting cells." ;
    oboInOwl:hasDbXref "BTO:0001837", "FMA:62889", "Wikipedia:Serous_gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000409" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "serous gland" ;
    rdfs:subClassOf obo:UBERON_0002365, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000313
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0013232
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003000 ;
        owl:someValuesFrom obo:UBERON_0007794
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002365
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000313
            ]
        )
    ] .

obo:UBERON_0000410
    obo:IAO_0000115 "A mucosa that is part of a bronchus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0001846", "FMA:62652", "SCTID:30802009" ;
    oboInOwl:hasExactSynonym "bronchi mucosa", "bronchi mucosa of organ", "bronchi mucous membrane", "bronchi organ mucosa", "bronchial trunk mucosa", "bronchial trunk mucosa of organ", "bronchial trunk mucous membrane", "bronchial trunk organ mucosa", "bronchus mucosa", "bronchus mucosa of organ", "bronchus mucous membrane", "bronchus organ mucosa", "mucosa of bronchi", "mucosa of bronchial trunk", "mucosa of bronchus", "mucosa of organ of bronchi", "mucosa of organ of bronchial trunk", "mucosa of organ of bronchus", "mucous membrane of bronchi", "mucous membrane of bronchial trunk", "mucous membrane of bronchus", "organ mucosa of bronchi", "organ mucosa of bronchial trunk", "organ mucosa of bronchus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000410" ;
    a owl:Class ;
    rdfs:label "bronchial mucosa" ;
    rdfs:subClassOf obo:UBERON_0000379, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0000415
    obo:IAO_0000115 "An anatomical wall that is part of an artery [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0002009", "FMA:14155", "galen:ArterialWall" ;
    oboInOwl:hasExactSynonym "arterial wall", "wall of artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000415" ;
    a owl:Class ;
    rdfs:label "artery wall" ;
    rdfs:subClassOf obo:UBERON_0035965, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:UBERON_0000456
    obo:IAO_0000115 "A portion of organism substance that is produced by exocrine glands." ;
    oboInOwl:hasAlternativeId "UBERON:0006540" ;
    oboInOwl:hasBroadSynonym "secretion" ;
    oboInOwl:hasDbXref "AEO:0001005", "BTO:0002977", "BTO:0002979", "EMAPA:36535", "FMA:9675", "MA:0002504", "MESH:D012634", "NCIT:C34062", "galen:Secretion" ;
    oboInOwl:hasExactSynonym "bodily secretion", "exocrine gland fluid/secretion", "secreted substance" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "exocrine gland fluid", "exocrine gland fluid or secretion", "exocrine gland secretion", "external secretion" ;
    oboInOwl:id "UBERON:0000456" ;
    a owl:Class ;
    rdfs:label "secretion of exocrine gland" ;
    rdfs:subClassOf obo:UBERON_0000463, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0002365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0002365
            ]
        )
    ] .

obo:UBERON_0000457
    obo:IAO_0000115 "Any of several small branches of the internal carotid artery that supply the trigeminal ganglion and the walls of the cavernous and petrosal sinuses." ;
    oboInOwl:hasDbXref "BTO:0002996", "FMA:70527" ;
    oboInOwl:hasExactSynonym "cavernous branch of cavernous part of internal carotid artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000457" ;
    a owl:Class ;
    rdfs:label "cavernous artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002252 ;
        owl:someValuesFrom obo:UBERON_0001532
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001675
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002252 ;
                owl:someValuesFrom obo:UBERON_0001532
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001675
            ]
        )
    ] .

obo:UBERON_0000463
    obo:IAO_0000115 "Material anatomical entity in a gaseous, liquid, semisolid or solid state; produced by anatomical structures or derived from inhaled and ingested substances that have been modified by anatomical structures as they pass through the body." ;
    oboInOwl:hasDbXref "AAO:0010839", "AEO:0000004", "BILA:0000004", "CALOHA:TS-2101", "CARO:0000004", "EHDAA2:0003004", "EMAPA:35178", "FMA:9669", "HAO:0000004", "MA:0002450", "NCIT:C13236", "SPD:0000008", "TAO:0001487", "TGMA:0001824", "VHOG:0001726", "XAO:0004001", "ZFA:0001487", "galen:BodySubstance" ;
    oboInOwl:hasExactSynonym "body fluid or substance", "body substance", "organism substance", "portion of body substance", "portion of organism substance" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000463" ;
    oboInOwl:inSubset core:common_anatomy, core:pheno_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "organism substance" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0000465, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002198
    ] .

obo:UBERON_0000464
    obo:IAO_0000115 "Non-material anatomical entity of three dimensions, that is generated by morphogenetic or other physiologic processes; is surrounded by one or more anatomical structures; contains one or more organism substances or anatomical structures." ;
    oboInOwl:hasBroadSynonym "lumen", "space" ;
    oboInOwl:hasDbXref "AAO:0010110", "AEO:0000005", "BILA:0000005", "CARO:0000005", "EHDAA2:0003005", "FMA:5897", "HAO:0000005", "NCIT:C94478", "TAO:0001668", "TGMA:0001825", "VHOG:0001728", "XAO:0003190", "ZFA:0001643" ;
    oboInOwl:hasExactSynonym "lumen space" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000464" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical space" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0000466, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0000061
    ] .

obo:UBERON_0000465
    obo:IAO_0000115 "Anatomical entity that has mass." ;
    oboInOwl:hasDbXref "AAO:0010264", "AEO:0000006", "BILA:0000006", "CARO:0000006", "EHDAA2:0003006", "FMA:67165", "HAO:0000006", "TAO:0001836", "TGMA:0001826", "VHOG:0001721" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000465" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "material anatomical entity" ;
    rdfs:subClassOf obo:BFO_0000040, obo:UBERON_0001062 ;
    owl:disjointWith obo:UBERON_0000466 .

obo:UBERON_0000466
    obo:IAO_0000115 "Anatomical entity that has no mass." ;
    oboInOwl:hasDbXref "AAO:0010265", "AEO:0000007", "BILA:0000007", "CARO:0000007", "EHDAA2:0003007", "FMA:67112", "HAO:0000007", "TAO:0001835", "TGMA:0001827", "VHOG:0001727" ;
    oboInOwl:hasExactSynonym "immaterial physical anatomical entity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000466" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "immaterial anatomical entity" ;
    rdfs:subClassOf obo:BFO_0000141, obo:UBERON_0001062 .

obo:UBERON_0000467
    obo:IAO_0000115 "Multicellular, connected anatomical structure that has multiple organs as parts and whose parts work together to achieve some shared function." ;
    oboInOwl:hasBroadSynonym "system" ;
    oboInOwl:hasDbXref "AAO:0000007", "AEO:0000011", "BILA:0000011", "BIRNLEX:14", "BSA:0000049", "CALOHA:TS-2088", "CARO:0000011", "EHDAA2:0003011", "EHDAA:392", "EMAPA:16103", "EV:0100000", "FMA:7149", "HAO:0000011", "MA:0000003", "NCIT:C12919", "SCTID:278195005", "TAO:0001439", "TGMA:0001831", "VHOG:0001725", "WBbt:0005746", "WBbt:0005763", "Wikipedia:Organ_system", "XAO:0003002", "ZFA:0001439", "galen:AnatomicalSystem" ;
    oboInOwl:hasExactSynonym "body system", "connected anatomical system", "organ system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000467" ;
    oboInOwl:inSubset core:common_anatomy, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical system" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] .

obo:UBERON_0000468
    obo:IAO_0000115 "Anatomical structure that is an individual member of a species and consists of more than one cell." ;
    oboInOwl:hasBroadSynonym "organism" ;
    oboInOwl:hasDbXref "AAO:0010026", "AEO:0000191", "BILA:0000012", "BIRNLEX:18", "BSA:0000038", "BTO:0000042", "CARO:0000012", "EFO:0002906", "EHDAA2:0003103", "EHDAA2:0003191", "EHDAA:1", "EMAPA:25765", "EV:0100016", "FMA:256135", "HAO:0000012", "NCIT:C13041", "SCTID:243928005", "TADS:0000001", "TAO:0001094", "TGMA:0001832", "VHOG:0000671", "WBbt:0007833", "Wikipedia:Multi-cellular_organism", "XAO:0003004", "ZFA:0001094", "galen:Organism", "ncithesaurus:Whole_Organism" ;
    oboInOwl:hasExactSynonym "multi-cellular organism" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Koerper", "body", "whole body", "whole organism" ;
    oboInOwl:id "UBERON:0000468" ;
    oboInOwl:inSubset core:common_anatomy, core:efo_slim, core:pheno_slim, core:uberon_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "multicellular organism" ;
    rdfs:subClassOf obo:UBERON_0010000 .

obo:UBERON_0000474
    obo:IAO_0000115 "The organs and associated structures associated with bearing offspring in a female animal." ;
    oboInOwl:hasDbXref "BTO:0000083", "CALOHA:TS-1303", "EFO:0000969", "EHDAA2:0000506", "EHDAA:8116", "EMAPA:17959", "EV:0100110", "FMA:45663", "GAID:364", "HAO:0000324", "MA:0000381", "MESH:D005836", "MIAA:0000028", "NCIT:C12402", "SCTID:361386004", "TGMA:0000635", "VHOG:0000726", "Wikipedia:Female_genitalia", "WikipediaCategory:Female_reproductive_system", "XAO:0000156" ;
    oboInOwl:hasExactSynonym "female organism genitalia", "female organism reproductive system", "genitalia of female organism", "reproductive system of female organism" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "female genital system", "female genital tract", "female genitalia", "female reproductive tract", "gynaecological tissue", "systema genitale femininum" ;
    oboInOwl:id "UBERON:0000474" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "female reproductive system" ;
    rdfs:subClassOf obo:UBERON_0000990, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000990
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003100
            ]
        )
    ] .

obo:UBERON_0000475
    obo:IAO_0000115 "Anatomical structure which is a subdivision of a whole organism, consisting of components of multiple anatomical systems, largely surrounded by a contiguous region of integument." ;
    oboInOwl:hasDbXref "AAO:0010053", "AEO:0000032", "BILA:0000032", "BIRNLEX:7", "CALOHA:TS-2084", "CARO:0000032", "EFO:0000808", "EHDAA2:0003032", "EMAPA:36031", "FMA:7153", "HAO:0000032", "MA:0002433", "MAT:0000293", "MESH:D001829", "MIAA:0000293", "NCIT:C32221", "TAO:0001308", "TGMA:0001840", "VHOG:0001758", "Wikipedia:Body_part", "XAO:0003013", "ZFA:0001308", "galen:BodyPart" ;
    oboInOwl:hasExactSynonym "anatomic region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "body part", "body region", "cardinal body part" ;
    oboInOwl:id "UBERON:0000475" ;
    oboInOwl:inSubset core:common_anatomy, core:efo_slim, core:pheno_slim, core:uberon_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "organism subdivision" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] .

obo:UBERON_0000476
    obo:IAO_0000115 "Anatomical structure that consists of cell parts and cell substances and together does not constitute a cell or a tissue." ;
    oboInOwl:hasDbXref "AAO:0010268", "AEO:0000040", "BILA:0000040", "CARO:0000040", "EHDAA2:0003040", "FMA:63863", "HAO:0000040", "TAO:0000382", "TGMA:0001841", "XAO:0003162", "ZFA:0000382" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000476" ;
    oboInOwl:inSubset core:common_anatomy, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "acellular anatomical structure" ;
    rdfs:subClassOf obo:UBERON_0000061 .

obo:UBERON_0000477
    obo:IAO_0000115 "Anatomical group whose component anatomical structures lie in close proximity to each other." ;
    oboInOwl:hasDbXref "VHOG:0001737" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000477" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical cluster" ;
    rdfs:subClassOf obo:UBERON_0034923 .

obo:UBERON_0000478
    obo:IAO_0000115 "A multicellular anatomical structure that is associated with an embryo and derived from the zygote from which it develops, but which does not contribute to the embryo proper or to structures that are part of the same organism after embryogenesis." ;
    oboInOwl:hasDbXref "AAO:0010020", "AEO:0000042", "BILA:0000042", "CALOHA:TS-2119", "CARO:0000042", "EHDAA2:0003042", "EHDAA:46", "FMA:85537", "HAO:0000042", "NCIT:C34055", "SCTID:314908006", "TAO:0000020", "TGMA:0001843", "VHOG:0000292", "XAO:0004005", "ZFA:0000020" ;
    oboInOwl:hasExactSynonym "extra-embryonic structure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "extraembryonic tissue" ;
    oboInOwl:id "UBERON:0000478" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "see also conceptus extraembryonic component in EHDAA2." ;
    rdfs:label "extraembryonic structure" ;
    rdfs:subClassOf obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0016887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005423
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0016887
            ]
        )
    ] .

obo:UBERON_0000479
    obo:IAO_0000115 "Multicellular anatomical structure that consists of many cells of one or a few types, arranged in an extracellular matrix such that their long-range organisation is at least partly a repetition of their short-range organisation." ;
    oboInOwl:hasDbXref "AAO:0000607", "AAO:0010054", "AEO:0000043", "BILA:0000043", "BIRNLEX:19", "CALOHA:TS-2090", "CARO:0000043", "EHDAA2:0003043", "EMAPA:35868", "FMA:9637", "HAO:0000043", "MA:0003002", "MESH:D014024", "NCIT:C12801", "TAO:0001477", "TGMA:0001844", "VHOG:0001757", "WBbt:0005729", "XAO:0003040", "ZFA:0001477", "galen:Tissue" ;
    oboInOwl:hasExactSynonym "portion of tissue", "tissue portion" ;
    oboInOwl:hasNarrowSynonym "simple tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000479" ;
    oboInOwl:inSubset core:common_anatomy, core:pheno_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "tissue" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0031012
    ] .

obo:UBERON_0000481
    obo:IAO_0000115 "Anatomical structure that has as its parts two or more portions of tissue of at least two different types and which through specific morphogenetic processes forms a single distinct structural unit demarcated by bona-fide boundaries from other distinct structural units of different types." ;
    oboInOwl:hasDbXref "AAO:0010048", "AEO:0000055", "BILA:0000055", "CARO:0000055", "EHDAA2:0003055", "HAO:0000055", "TAO:0001488", "TGMA:0001847", "VHOG:0001762", "XAO:0003037", "ZFA:0001488" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000481" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "multi-tissue structure" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000479
    ] .

obo:UBERON_0000482
    obo:IAO_0000115 "Acellular anatomical structure that consists of a thin sheet of fibrous proteins that underlie and support the cells of an epithelium. It separates the cells of an epithelium from any underlying tissue." ;
    oboInOwl:hasDbXref "AAO:0010269", "AEO:0000065", "BILA:0000065", "CARO:0000065", "EHDAA2:0003065", "FMA:62918", "HAO:0000065", "MESH:D001485", "NCIT:C32186", "NIF_Subcellular:sao1397492660", "TAO:0001485", "TGMA:0001850", "VHOG:0001592", "WBbt:0005756", "Wikipedia:Basal_lamina", "XAO:0003163", "ZFA:0001485" ;
    oboInOwl:hasExactSynonym "basal lamina of connective tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "basal lamina" ;
    oboInOwl:id "UBERON:0000482" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "basal lamina of epithelium" ;
    rdfs:subClassOf obo:UBERON_0005764, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0005604
    ] .

obo:UBERON_0000483
    obo:IAO_0000115 "Portion of tissue, that consists of one or more layers of epithelial cells connected to each other by cell junctions and which is underlain by a basal lamina. Examples: simple squamous epithelium, glandular cuboidal epithelium, transitional epithelium, myoepithelium[CARO]." ;
    oboInOwl:hasDbXref "AAO:0000144", "AAO:0010055", "AEO:0000066", "BILA:0000066", "BTO:0000416", "CALOHA:TS-0288", "CARO:0000066", "EHDAA2:0003066", "EMAPA:32738", "FMA:9639", "GAID:402", "HAO:0000066", "MA:0003060", "MESH:D004848", "NCIT:C12710", "SCTID:31610004", "TAO:0001486", "VHOG:0000387", "Wikipedia:Epithelium", "XAO:0003045", "ZFA:0001486" ;
    oboInOwl:hasExactSynonym "epithelial tissue", "portion of epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000483" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Editor note: surface epithelium may contain non-epithelial cells, such as melanocytes, lymphocytes and dendritic cells, within the sheet of epithelial cells. Do we consider these part of the epithelium, or located-in it?" ;
    rdfs:label "epithelium" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005911
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0005769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000066
            ]
        )
    ], [
        a owl:Class ;
        owl:unionOf (obo:UBERON_0000486
            obo:UBERON_0000490
        )
    ] .

obo:UBERON_0000484
    obo:IAO_0000115 "Unilaminar epithelium that consists of a single layer of cuboidal cells." ;
    oboInOwl:hasDbXref "AAO:0010064", "AEO:0000067", "BILA:0000067", "CARO:0000067", "EHDAA2:0003067", "FMA:45566", "HAO:0000067", "NCIT:C33553", "TAO:0001497", "Wikipedia:Simple_cuboidal_epithelium", "XAO:0004009", "ZFA:0001497" ;
    oboInOwl:hasExactSynonym "epithelium simplex cuboideum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000484" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "simple cuboidal epithelium" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0010077 .

obo:UBERON_0000485
    obo:IAO_0000115 "Unilaminar epithelium, which consists of a single layer of columnar cells. Examples: ciliated columnar epithelium, gastric epithelium, microvillus columnar epithelium.[FMA]." ;
    oboInOwl:hasBroadSynonym "columnar epithelium", "columnar epithlium" ;
    oboInOwl:hasDbXref "AAO:0010063", "AEO:0000068", "BILA:0000068", "CARO:0000068", "EHDAA2_RETIRED:0003068", "FMA:45567", "HAO:0000068", "NCIT:C33552", "SCTID:32210007", "TAO:0001496", "Wikipedia:Simple_columnar_epithelium", "XAO:0004008", "ZFA:0001496" ;
    oboInOwl:hasExactSynonym "epithelium simplex columnare", "simple columnar epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000485" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "simple columnar epithelium" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0012274 .

obo:UBERON_0000486
    obo:IAO_0000115 "Epithelium which consists of more than one layer of epithelial cells that may or may not be in contact with a basement membrane. Examples: keratinized stratified squamous epithelium, ciliated stratified columnar epithelium.[FMA]." ;
    oboInOwl:hasDbXref "AAO:0010059", "AEO:0000069", "BILA:0000069", "BTO:0002074", "CARO:0000069", "EHDAA2:0003069", "FMA:45562", "HAO:0000069", "NCIT:C33622", "SCTID:309044005", "TAO:0001494", "Wikipedia:Stratified_epithelium", "XAO:0004006", "ZFA:0001494" ;
    oboInOwl:hasExactSynonym "stratified epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "laminated epithelium" ;
    oboInOwl:id "UBERON:0000486" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "multilaminar epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483 .

obo:UBERON_0000487
    obo:IAO_0000115 "Unilaminar epithelium which consists of a single layer of squamous cells. Examples: pulmonary alveolar epithelium, endothelium.[FMA]." ;
    oboInOwl:hasDbXref "AAO:0010066", "AEO:0000070", "BILA:0000070", "BTO:0002073", "CARO:0000070", "EHDAA2:0003070", "FMA:45565", "HAO:0000070", "NCIT:C13178", "TAO:0001498", "Wikipedia:Simple_squamous_epithelium", "XAO:0004010", "ZFA:0001498" ;
    oboInOwl:hasExactSynonym "epithelium simplex squamosum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000487" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "simple squamous epithelium" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0006914 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000490
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000076
            ]
        )
    ] .

obo:UBERON_0000488
    obo:IAO_0000115 "Epithelium that consists of epithelial cells not arranged in one ore more layers." ;
    oboInOwl:hasDbXref "AAO:0010057", "AEO:0000071", "BILA:0000071", "CARO:0000071", "EHDAA2:0003071", "FMA:61741", "HAO:0000071", "TAO:0001493", "XAO:0004004", "ZFA:0001493" ;
    oboInOwl:hasExactSynonym "heterogenous epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000488" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "atypical epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483 .

obo:UBERON_0000489
    obo:IAO_0000115 "Compound organ that contains one or more macroscopic anatomical spaces." ;
    oboInOwl:hasDbXref "AAO:0010016", "AEO:0000072", "BILA:0000072", "CARO:0000072", "EHDAA2:0003072", "FMA:55671", "HAO:0000072", "TAO:0001490", "TGMA:0001857", "VHOG:0001730", "XAO:0003165", "ZFA:0001490" ;
    oboInOwl:hasExactSynonym "cavitated organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000489" ;
    oboInOwl:inSubset core:organ_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "cavitated compound organ" ;
    rdfs:subClassOf obo:UBERON_0003103, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002553
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003103
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0002553
            ]
        )
    ] .

obo:UBERON_0000490
    obo:IAO_0000115 "Epithelium which consists of a single layer of epithelial cells. Examples: endothelium, mesothelium, glandular squamous epithelium.[FMA]." ;
    oboInOwl:hasDbXref "AAO:0010062", "AEO:0000073", "BILA:0000073", "BTO:0002073", "CARO:0000073", "EHDAA2:0003073", "FMA:45561", "HAO:0000073", "NCIT:C33554", "SCTID:309043004", "TAO:0001495", "XAO:0004007", "ZFA:0001495" ;
    oboInOwl:hasExactSynonym "simple epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000490" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "unilaminar epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483 .

obo:UBERON_0000915
    obo:IAO_0000115 "Subdivision of trunk that lies between the head and the abdomen." ;
    oboInOwl:hasDbXref "EMAPA:35862", "FMA:259209", "MA:0000022", "SCTID:302551006", "Wikipedia:Thorax" ;
    oboInOwl:hasExactSynonym "thorax" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior subdivision of trunk", "upper body", "upper trunk" ;
    oboInOwl:id "UBERON:0000915" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "thoracic segment of trunk" ;
    rdfs:subClassOf obo:UBERON_0009569, obo:UBERON_0011676, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0014477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011676
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002551 ;
                owl:someValuesFrom obo:UBERON_0014477
            ]
        )
    ] .

obo:UBERON_0000916
    obo:IAO_0000115 "The subdivision of the vertebrate body between the thorax and pelvis. The ventral part of the abdomen contains the abdominal cavity and visceral organs. The dorsal part includes the abdominal section of the vertebral column." ;
    oboInOwl:hasDbXref "BTO:0000020", "CALOHA:TS-0001", "EFO:0000968", "EMAPA:35102", "EV:0100011", "FMA:9577", "GAID:16", "MA:0000029", "MAT:0000298", "MESH:D000005", "MIAA:0000298", "SCTID:302553009", "Wikipedia:Abdomen", "galen:Abdomen" ;
    oboInOwl:hasExactSynonym "abdominopelvic region", "abdominopelvis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "adult abdomen", "belly", "celiac region" ;
    oboInOwl:id "UBERON:0000916" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "abdomen" ;
    rdfs:subClassOf obo:UBERON_0009569, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:UBERON_0000922
    obo:IAO_0000115 "Anatomical entity that comprises the organism in the early stages of growth and differentiation that are characterized by cleavage, the laying down of fundamental tissues, and the formation of primitive organs and organ systems. For example, for mammals, the process would begin with zygote formation and end with birth. For insects, the process would begin at zygote formation and end with larval hatching. For plant zygotic embryos, this would be from zygote formation to the end of seed dormancy. For plant vegetative embryos, this would be from the initial determination of the cell or group of cells to form an embryo until the point when the embryo becomes independent of the parent plant." ;
    oboInOwl:hasDbXref "AAO:0011035", "AEO:0000169", "BILA:0000056", "BSA:0000039", "BTO:0000379", "CALOHA:TS-0229", "EFO:0001367", "EHDAA2:0000002", "EHDAA2_RETIRED:0003236", "EHDAA:38", "EMAPA:16039", "FMA:69068", "GAID:963", "MAT:0000226", "MESH:D004622", "MIAA:0000019", "NCIT:C28147", "OGEM:000001", "SCTID:57991002", "VHOG:0001766", "Wikipedia:Embryo", "XAO:0000113", "ZFA:0000103", "http://neurolex.org/wiki/Category:Embryonic_organism" ;
    oboInOwl:hasExactSynonym "embryonic organism" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "developing organism", "developmental tissue" ;
    oboInOwl:id "UBERON:0000922" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "embryo" ;
    rdfs:subClassOf obo:UBERON_0000468, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002489 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002493 ;
        owl:someValuesFrom obo:UBERON_0000068
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002489 ;
                owl:someValuesFrom obo:UBERON_0000068
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002493 ;
                owl:someValuesFrom obo:UBERON_0000068
            ]
        )
    ] .

obo:UBERON_0000923
    obo:IAO_0000115 "A layer of cells produced during the process of gastrulation during the early development of the animal embryo, which is distinct from other such layers of cells, as an early step of cell differentiation. The three types of germ layers are the endoderm, ectoderm, and mesoderm." ;
    oboInOwl:hasBroadSynonym "embryonic tissue" ;
    oboInOwl:hasDbXref "AAO:0000480", "BILA:0000035", "BTO:0000556", "EMAPA:36033", "FMA:69069", "GAID:1303", "MESH:D005855", "NCIT:C12950", "NCIT:C54105", "TAO:0001122", "VHOG:0001223", "Wikipedia:Germ_layer", "XAO:0003011", "ZFA:0001122" ;
    oboInOwl:hasExactSynonym "germinal layer" ;
    oboInOwl:hasNarrowSynonym "primary germ layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic germ layer", "embryonic germ layers" ;
    oboInOwl:id "UBERON:0000923" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Classically the germ layers are ectoderm, mesoderm and endoderm. Alternatively: primary = ectoderm, endoderm; secondary=mesoderm; tertiary=dorsal mesoderm, NC[https://github.com/obophenotype/uberon/wiki/The-neural-crest]" ;
    rdfs:label "germ layer" ;
    rdfs:subClassOf obo:UBERON_0010316, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0000924
    obo:IAO_0000115 "Primary germ layer that is the outer of the embryo's three germ layers and gives rise to epidermis and neural tissue." ;
    oboInOwl:hasDbXref "AAO:0000137", "BILA:0000036", "BTO:0000315", "CALOHA:TS-0216", "EFO:0000414", "EHDAA2:0000428", "EMAPA:16069", "EV:0100003", "FMA:69070", "GAID:1304", "MAT:0000155", "MAT:0000173", "MESH:D004475", "MIAA:0000173", "NCIT:C12703", "SCTID:362851007", "TAO:0000016", "VHOG:0000153", "Wikipedia:Ectoderm", "XAO:0000001", "ZFA:0000016" ;
    oboInOwl:hasExactSynonym "embryonic ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000924" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000221
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006601
    ] .

obo:UBERON_0000925
    obo:IAO_0000115 "Primary germ layer that lies remote from the surface of the embryo and gives rise to internal tissues such as gut." ;
    oboInOwl:hasDbXref "AAO:0000139", "BILA:0000038", "BTO:0000800", "CALOHA:TS-0273", "EFO:0002545", "EHDAA2:0000436", "EMAPA:16062", "EV:0100005", "FMA:69071", "GAID:1305", "MAT:0000175", "MESH:D004707", "MIAA:0000175", "NCIT:C12706", "SCTID:362855003", "TAO:0000017", "VHOG:0000154", "Wikipedia:Endoderm", "XAO:0000090", "ZFA:0000017" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000925" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "endoderm" ;
    rdfs:subClassOf obo:UBERON_0000923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000223
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006595
    ] .

obo:UBERON_0000926
    obo:IAO_0000115 "The middle germ layer of the embryo, between the endoderm and ectoderm." ;
    oboInOwl:hasAlternativeId "UBERON:0003263" ;
    oboInOwl:hasDbXref "AAO:0000304", "BILA:0000037", "BTO:0000839", "CALOHA:TS-0623", "EFO:0001981", "EHDAA2:0001128", "EHDAA:124", "EHDAA:160", "EHDAA:183", "EMAPA:16083", "EV:0100006", "FMA:69072", "GAID:522", "MAT:0000174", "MESH:D008648", "MIAA:0000174", "NCIT:C12750", "SCTID:362854004", "TAO:0000041", "VHOG:0000152", "Wikipedia:Mesoderm", "XAO:0000050", "ZFA:0000041" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic mesoderm", "entire mesoderm", "mesodermal mantle" ;
    oboInOwl:id "UBERON:0000926" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "mesoderm" ;
    rdfs:subClassOf obo:UBERON_0000923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000222
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006603
    ] .

obo:UBERON_0000930
    obo:IAO_0000115 "Anterior part of the embryonic digestive tract that develops into a mouth. The stomodeum includes as parts an invagination of the ectoderm and the stomodeal cavity." ;
    oboInOwl:hasBroadSynonym "stomodeal-hypophyseal primordium" ;
    oboInOwl:hasDbXref "BTO:0004224", "EHDAA2:0001929", "EMAPA:16263", "FMA:295846", "NCIT:C34306", "TAO:0001290", "TGMA:0000135", "Wikipedia:Stomodeum", "XAO:0000269", "ZFA:0001290" ;
    oboInOwl:hasExactSynonym "mouth primordium", "primitive oral cavity", "stomatodeum", "stomodaeum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mouth pit", "oral ectoderm", "oral pit" ;
    oboInOwl:id "UBERON:0000930" ;
    oboInOwl:inSubset core:grouping_class, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "stomodeum" ;
    rdfs:subClassOf obo:UBERON_0013522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000924
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035804
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0000945
    obo:IAO_0000115 "An expanded region of the vertebrate alimentary tract that serves as a food storage compartment and digestive organ. A stomach is lined, in whole or in part by a glandular epithelium." ;
    oboInOwl:hasDbXref "AAO:0000579", "ANISEED:1235297", "BTO:0001307", "CALOHA:TS-0980", "EFO:0000837", "EHDAA2:0001915", "EHDAA:2993", "EMAPA:17021", "EV:0100070", "FMA:7148", "GAID:293", "MA:0000353", "MAT:0000051", "MESH:D013270", "MIAA:0000051", "NCIT:C12391", "SCTID:181246003", "TAO:0002121", "VHOG:0000408", "Wikipedia:Stomach", "XAO:0000128", "galen:Stomach" ;
    oboInOwl:hasNarrowSynonym "stomach chamber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior intestine", "gaster", "mesenteron" ;
    oboInOwl:id "UBERON:0000945" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:major_organ, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "stomach" ;
    rdfs:subClassOf obo:UBERON_0004921, obo:UBERON_0010039, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0001696
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001007
    ] .

obo:UBERON_0000947
    obo:IAO_0000115 "The main trunk of the systemic arterial system that carries blood from the heart to all the organs and other structures of the body, bringing oxygenated blood to all parts of the body in the systemic circulation." ;
    oboInOwl:hasDbXref "AAO:0010213", "BTO:0000135", "CALOHA:TS-0046", "EFO:0000265", "EMAPA:18601", "EV:0100027", "FMA:3734", "GAID:469", "MA:0000062", "MAT:0000035", "MESH:D001011", "MIAA:0000035", "NCIT:C12669", "SCTID:181298001", "VHOG:0001523", "Wikipedia:Aorta", "XAO:0003010", "galen:Aorta" ;
    oboInOwl:hasExactSynonym "trunk of aortic tree", "trunk of systemic arterial tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000947" ;
    oboInOwl:inSubset core:efo_slim, core:grouping_class, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "aorta" ;
    rdfs:subClassOf obo:UBERON_0003509, obo:UBERON_0003519, obo:UBERON_0013768, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010191
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] .

obo:UBERON_0000948
    obo:IAO_0000115 "A myogenic muscular circulatory organ found in the vertebrate cardiovascular system composed of chambers of cardiac muscle. It is the primary circulatory organ." ;
    oboInOwl:hasDbXref "AAO:0010210", "BILA:0000020", "BTO:0000562", "CALOHA:TS-0445", "EFO:0000815", "EHDAA2:0000738", "EHDAA:420", "EMAPA:16105", "EV:0100018", "FMA:7088", "GAID:174", "MA:0000072", "MAT:0000036", "MESH:D006321", "MIAA:0000036", "NCIT:C12727", "SCTID:302509004", "TAO:0000114", "VHOG:0000276", "Wikipedia:Heart", "XAO:0000064", "ZFA:0000114", "galen:Heart" ;
    oboInOwl:hasExactSynonym "chambered heart", "vertebrate heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardium" ;
    oboInOwl:id "UBERON:0000948" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:major_organ, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Taxon notes:\" the ascidian tube-like heart lacks chambers....The ascidian heart is formed after metamorphosis as a simple tube-like structure with a single-layered myoepithelium that is continuous with a single-layered pericar- dial wall. It lacks chambers and endocardium.... The innovation of the chambered heart was a key event in vertebrate evolution, because the chambered heart generates one-way blood flow with high pressure, a critical requirement for the efficient blood supply of large-body vertebrates... all extant vertebrates have hearts with two or more chambers (Moorman and Christoffels 2003)\" DOI:10.1101/gad.1485706" ;
    rdfs:label "heart" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0005181, obo:UBERON_0007100, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0015410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004151
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004141
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0004535
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007100
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0004151
            ]
        )
    ] .

obo:UBERON_0000949
    obo:IAO_0000115 "Anatomical system that consists of the glands and parts of glands that produce endocrine secretions and help to integrate and control bodily metabolic activity." ;
    oboInOwl:hasDbXref "AAO:0010279", "CALOHA:TS-1301", "EFO:0002969", "EHDAA2:0002224", "EMAPA:35306", "EV:0100128", "FMA:9668", "GAID:439", "MA:0000012", "MESH:D004703", "NCIT:C12705", "SCTID:278876000", "TAO:0001158", "VHOG:0000098", "Wikipedia:Endocrine_system", "XAO:0000158", "ZFA:0001158" ;
    oboInOwl:hasExactSynonym "endocrine glandular system", "endocrine system", "systema endocrinum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000949" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "endocrine system" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0015204, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002368
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0000990, obo:UBERON_0001004, obo:UBERON_0001007, obo:UBERON_0001009, obo:UBERON_0001016, obo:UBERON_0001033, obo:UBERON_0001434, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0000955
    obo:IAO_0000115 "The brain is the center of the nervous system in all vertebrate, and most invertebrate, animals. Some primitive animals such as jellyfish and starfish have a decentralized nervous system without a brain, while sponges lack any nervous system at all. In vertebrates, the brain is located in the head, protected by the skull and close to the primary sensory apparatus of vision, hearing, balance, taste, and smell[WP]." ;
    oboInOwl:hasDbXref "AAO:0010478", "ABA:Brain", "BAMS:Br", "BAMS:Brain", "BILA:0000135", "BIRNLEX:796", "BTO:0000142", "CALOHA:TS-0095", "DHBA:10155", "EFO:0000302", "EHDAA2:0000183", "EHDAA:2641", "EHDAA:6485", "EMAPA:16894", "EV:0100164", "FMA:50801", "GAID:571", "HBA:4005", "MA:0000168", "MAT:0000098", "MBA:8", "MBA:997", "MESH:D001921", "MIAA:0000098", "NCIT:C12439", "PBA:3999", "SCTID:258335003", "TAO:0000008", "VHOG:0000157", "Wikipedia:Brain", "XAO:0000010", "ZFA:0000008", "galen:Brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "encephalon", "suprasegmental levels of nervous system", "suprasegmental structures", "synganglion", "the brain" ;
    oboInOwl:id "UBERON:0000955" ;
    oboInOwl:inSubset core:cumbo, core:efo_slim, core:human_reference_atlas, core:major_organ, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "brain" ;
    rdfs:subClassOf obo:UBERON_0000062, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000123 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0002319
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006238
    ] .

obo:UBERON_0000956
    obo:IAO_0000115 "The thin layer of gray matter on the surface of the cerebral hemisphere that develops from the telencephalon. It consists of the neocortex (6 layered cortex or isocortex), the hippocampal formation and the olfactory cortex." ;
    oboInOwl:hasDbXref "BAMS:C", "BAMS:CTX", "BAMS:Cerebral_cortex", "BAMS:Cx", "BIRNLEX:1494", "BM:Tel-Cx", "BTO:0000233", "CALOHA:TS-0091", "DHBA:10159", "EFO:0000328", "EHDAA2:0000234", "EHDAA:5464", "EMAPA:17544", "EV:0100166", "FMA:61830", "GAID:629", "HBA:4008", "MA:0000185", "MAT:0000108", "MBA:688", "MESH:D002540", "MIAA:0000108", "NCIT:C12443", "PBA:128011354", "SCTID:362880003", "VHOG:0000722", "Wikipedia:Cerebral_cortex" ;
    oboInOwl:hasExactSynonym "cortex of cerebral hemisphere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "brain cortex", "cortical plate (CTXpl)", "cortical plate (areas)", "pallium of the brain" ;
    oboInOwl:id "UBERON:0000956" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "cerebral cortex" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011215, obo:UBERON_0016548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000203
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005401
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0007613
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0004035
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005343
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] .

obo:UBERON_0000957
    obo:IAO_0000115 "Any thin layer or plate." ;
    oboInOwl:hasDbXref "Wikipedia:Lamina_of_the_vertebral_arch" ;
    oboInOwl:hasExactSynonym "laminar tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000957" ;
    oboInOwl:inSubset core:non_informative, core:uberon_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "lamina" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002124
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002124
            ]
        )
    ] .

obo:UBERON_0000962
    obo:IAO_0000115 "The cervical nerves are the spinal nerves from the cervical vertebrae. Although there are seven cervical vertebrae (C1-C7), there are eight cervical nerves (C1-C8). All nerves except C8 emerge above their corresponding vertebrae, while the C8 nerve emerges below the C7 vertebra. (In the other portions of the spine, the nerve emerges below the vertebra with the same name. Dorsal (posterior) distribution includes the greater occipital (C2) and third occipital (C3). Ventral (anterior) distribution includes the cervical plexus (C1-C4) and brachial plexus (C5-C8) [WP,unvetted]." ;
    oboInOwl:hasDbXref "BAMS:cern", "FMA:5859", "NCIT:C32299", "NLXANAT:20090207", "SCTID:360497008", "Wikipedia:Cervical_nerves", "neuronames:2351" ;
    oboInOwl:hasExactSynonym "cervical nerve", "cervical nerve tree", "cervical spinal nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000962" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "Innervates: sternohyoid muscle, sternothyroid muscle, omohyoid muscle[WP]" ;
    rdfs:label "nerve of cervical vertebra" ;
    rdfs:subClassOf obo:UBERON_0001780, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0002726
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001780
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0002726
            ]
        )
    ] .

obo:UBERON_0000963
    oboInOwl:hasDbXref "MAT:0000204", "MIAA:0000204" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000963" ;
    a owl:Class ;
    rdfs:label "head sensillum" ;
    rdfs:subClassOf obo:UBERON_0002536, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002536
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0000964
    obo:IAO_0000115 "The transparent anterior portion of the fibrous coat of the eye that serves as the chief refractory structure." ;
    oboInOwl:hasDbXref "AAO:0010344", "BTO:0000286", "CALOHA:TS-0171", "EFO:0000377", "EHDAA2:0000316", "EHDAA:10199", "EMAPA:17161", "EV:0100341", "FMA:58238", "GAID:892", "MA:0000266", "MESH:D003315", "NCIT:C12342", "SCTID:181162001", "TAO:0000640", "VHOG:0000164", "Wikipedia:Cornea", "XAO:0000180", "ZFA:0000640" ;
    oboInOwl:hasExactSynonym "cornea of camera-type eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "tunica cornea" ;
    oboInOwl:id "UBERON:0000964" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cornea" ;
    rdfs:subClassOf obo:UBERON_0010000, obo:UBERON_0010313, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001801
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010409
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0012430
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001772
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004370
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0001773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005427
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0005426
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001801
    ] .

obo:UBERON_0000965
    obo:IAO_0000115 "A transparent and refractive lens located posterior to the iris. The lens of camera-type eye refracts light to be focused on the retina." ;
    oboInOwl:hasDbXref "AAO:0010348", "BTO:0000723", "CALOHA:TS-0545", "EHDAA:9057", "EMAPA:17838", "EV:0100343", "FMA:58241", "MA:0000275", "MAT:0000141", "MESH:D007908", "MIAA:0000141", "NCIT:C12743", "RETIRED_EHDAA2:0000975", "SCTID:181169005", "TAO:0000035", "VHOG:0000169", "Wikipedia:Lens_(anatomy)", "XAO:0000008", "ZFA:0000035" ;
    oboInOwl:hasExactSynonym "camera-type eye lens", "lens crystallina" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "crystalline lens", "ocular lens" ;
    oboInOwl:id "UBERON:0000965" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "The lens is avascular and nourished by diffusion from the aqueous and vitreous humors." ;
    rdfs:label "lens of camera-type eye" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005389, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001801
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005426
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0003902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001801
    ] .

obo:UBERON_0000966
    obo:IAO_0000115 "The retina is the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates." ;
    oboInOwl:hasDbXref "AAO:0010352", "BAMS:R", "BIRNLEX:1153", "BTO:0001175", "CALOHA:TS-0865", "EFO:0000832", "EHDAA2:0001627", "EHDAA:4757", "EMAPA:17168", "EV:0100348", "FMA:58301", "GAID:755", "MA:0000276", "MAT:0000142", "MBA:304325711", "MESH:D012160", "MIAA:0000142", "NCIT:C12343", "NIFSTD_RETIRED:birnlex_1156", "SCTID:181171005", "TAO:0000152", "VHOG:0000229", "Wikipedia:Retina", "XAO:0000009", "ZFA:0000152", "neuronames:1862" ;
    oboInOwl:hasExactSynonym "inner layer of eyeball", "retina of camera-type eye", "tunica interna of eyeball" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Netzhaut" ;
    oboInOwl:id "UBERON:0000966" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Currently this class encompasses only verteberate AOs but could in theory also include cephalopod - we may want to make a more specific class for vertebrate retina. note that this class excludes ommatidial retinas, as the retina must be part of an eyeball. Use the parent class photoreceptor array / light-sensitive tissue for arthropods" ;
    rdfs:label "retina" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0005388, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001802
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0019207
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000573
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000604
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000740
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003072
    ] .

obo:UBERON_0000970
    obo:IAO_0000115 "An organ that detects light." ;
    oboInOwl:hasDbXref "BILA:0000017", "BTO:0000439", "CALOHA:TS-0309", "EFO:0000827", "EV:0100336", "GAID:69", "MAT:0000140", "MESH:D005123", "MIAA:0000140", "Wikipedia:Eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "light-detecting organ", "visual apparatus" ;
    oboInOwl:id "UBERON:0000970" ;
    oboInOwl:inSubset core:efo_slim, core:functional_classification, core:human_reference_atlas, core:major_organ, core:organ_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "eye" ;
    rdfs:subClassOf obo:UBERON_0000020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002104
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000149
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000210
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0009584
    ] .

obo:UBERON_0000971
    obo:IAO_0000115 "The smallest morphological and functional unit of the compound eye that consists of a usually limited and often constant number of rhabdomeric photoreceptor cells, cornea-secreting epithelial cells, and interommatidial pigment cells, and may additionally contain crystalline cone cells." ;
    oboInOwl:hasDbXref "BTO:0001922", "HAO:0000666", "MAT:0000143", "MIAA:0000143", "Wikipedia:Ommatidium" ;
    oboInOwl:hasExactSynonym "omatidium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000971" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "ommatidium" ;
    rdfs:subClassOf obo:UBERON_0000970, obo:UBERON_0002536, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000018
    ] .

obo:UBERON_0000974
    obo:IAO_0000115 "An organism subdivision that extends from the head to the pectoral girdle, encompassing the cervical vertebral column." ;
    oboInOwl:hasDbXref "AEO:0000108", "BTO:0000420", "CALOHA:TS-2045", "EFO:0000967", "EHDAA2:0003108", "EMAPA:35587", "FMA:7155", "GAID:86", "MA:0000024", "MAT:0000297", "MESH:D009333", "MIAA:0000297", "NCIT:C13063", "SCTID:302550007", "Wikipedia:Neck", "galen:Neck" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neck (volume)" ;
    oboInOwl:id "UBERON:0000974" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "neck" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000153
    ], [
        a owl:Restriction ;
        owl:onProperty core:anteriorly_connected_to ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty core:posteriorly_connected_to ;
        owl:someValuesFrom obo:UBERON_0002100
    ] .

obo:UBERON_0000977
    obo:IAO_0000115 "The invaginated serous membrane that surrounds the lungs (the visceral portion) and lines the walls of the pleural cavity (parietal portion)." ;
    oboInOwl:hasDbXref "BTO:0001791", "CALOHA:TS-2081", "EFO:0001980", "EV:0100044", "FMA:9583", "GAID:360", "MA:0000433", "MESH:D010994", "NCIT:C12469", "SCTID:181609007", "VHOG:0000394", "Wikipedia:Pleura" ;
    oboInOwl:hasExactSynonym "wall of pleural sac" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pleura", "pleural tissue" ;
    oboInOwl:id "UBERON:0000977" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pleura" ;
    rdfs:subClassOf obo:UBERON_0000042, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009778
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002400
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002401
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0001748
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32524
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000042
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009778
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0002400
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0002401
            ]
        )
    ] .

obo:UBERON_0000982
    obo:IAO_0000115 "Anatomical structure that consists of two or more adjacent skeletal structures, which may be interconnected by various types of tissue[VSAO]." ;
    oboInOwl:hasBroadSynonym "articulation", "joint" ;
    oboInOwl:hasDbXref "AEO:0000182", "BTO:0001686", "CALOHA:TS-2023", "EFO:0000948", "EMAPA:35456", "FMA:7490", "GAID:102", "MA:0000319", "MAT:0000188", "MESH:D007596", "MIAA:0000188", "NCIT:C13044", "RETIRED_EHDAA2:0003182", "SCTID:302536002", "TAO:0000367", "VHOG:0001276", "VSAO:0000101", "Wikipedia:Joint", "XAO:0000171", "ZFA:0001596", "galen:Joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "articular joint" ;
    oboInOwl:id "UBERON:0000982" ;
    oboInOwl:inSubset core:efo_slim, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "skeletal joint" ;
    rdfs:subClassOf obo:UBERON_0004905, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0004765
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] ;
    owl:disjointWith obo:UBERON_0001474 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:unionOf (obo:UBERON_0002217
            obo:UBERON_0011134
        )
    ] .

obo:UBERON_0000988
    obo:IAO_0000115 "The part of the central nervous system lying between the medulla oblongata and the midbrain, ventral to the cerebellum." ;
    oboInOwl:hasDbXref "BAMS:PONS", "BAMS:Pons", "BIRNLEX:733", "BM:Pons", "BTO:0001101", "CALOHA:TS-0813", "DHBA:10661", "EFO:0001394", "EHDAA2:0004394", "EMAPA:17563", "EV:0100253", "FMA:67943", "GAID:578", "HBA:9131", "MA:0000204", "MAT:0000115", "MBA:771", "MESH:D011149", "MIAA:0000115", "NCIT:C12511", "SCTID:279103004", "VHOG:0001176", "Wikipedia:Pons" ;
    oboInOwl:hasExactSynonym "pons Varolii", "pons of Varolius" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000988" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pons" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002298
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002298
    ] .

obo:UBERON_0000990
    obo:IAO_0000115 "Anatomical system that has as its parts the organs concerned with reproduction." ;
    terms:date "2022-06-10T18:22:34Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "AAO:0010258", "BILA:0000103", "BTO:0000081", "CALOHA:TS-1318", "EFO:0000809", "EHDAA2:0001603", "EHDAA:5923", "EMAPA:17381", "EV:0100100", "FMA:7160", "GAID:363", "HAO:0000374", "HAO:0000895", "MA:0000326", "MIAA:0000305", "NCIT:C12841", "SCTID:278875001", "TAO:0000632", "VHOG:0000182", "WBbt:0005747", "Wikipedia:Reproductive_system", "XAO:0000142", "ZFA:0000632" ;
    oboInOwl:hasNarrowSynonym "genital system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Geschlechtsorgan", "animal reproductive system", "genital tract", "organa genitalia", "reproductive tissue", "reproductive tract" ;
    oboInOwl:id "UBERON:0000990" ;
    oboInOwl:inSubset core:efo_slim, core:functional_classification, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "reproductive system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000991
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0022414
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0001004, obo:UBERON_0001007, obo:UBERON_0001009, obo:UBERON_0001016, obo:UBERON_0001033, obo:UBERON_0001434, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000467
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002216 ;
                owl:someValuesFrom obo:GO_0022414
            ]
        )
    ] .

obo:UBERON_0000991
    obo:IAO_0000115 "Reproductive organ that produces and releases eggs (ovary) or sperm (testis)." ;
    oboInOwl:hasDbXref "AAO:0000213", "BILA:0000123", "BSA:0000079", "BTO:0000534", "EMAPA:17383", "FMA:18250", "GAID:368", "HAO:0000379", "MA:0002420", "MESH:D006066", "NCIT:C12725", "SCTID:304623008", "TAO:0000413", "VHOG:0000397", "WBbt:0005175", "Wikipedia:Gonad", "XAO:0003146", "ZFA:0000413" ;
    oboInOwl:hasExactSynonym "gonada" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000991" ;
    oboInOwl:inSubset core:major_organ, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "gonad" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003133, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000067 ;
        owl:someValuesFrom obo:GO_0007276
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005564
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000586
            ]
        )
    ] .

obo:UBERON_0000992
    obo:IAO_0000115 "The gonad of a female organism which contains germ cells." ;
    oboInOwl:hasDbXref "AAO:0000371", "BILA:0000125", "BSA:0000080", "BTO:0000975", "CALOHA:TS-0730", "EFO:0000973", "EHDAA2:0001360", "EHDAA:8124", "EMAPA:17962", "EV:0100111", "FMA:7209", "GAID:367", "MA:0000384", "MESH:D010053", "MIAA:0000125", "NCIT:C12404", "SCTID:181464007", "TAO:0000403", "VHOG:0000251", "Wikipedia:Ovary", "XAO:0000258", "ZFA:0000403" ;
    oboInOwl:hasExactSynonym "animal ovary", "female gonad", "female organism genitalia gonad", "female organism genitalia gonada", "female organism reproductive system gonad", "female organism reproductive system gonada", "female reproductive system gonad", "female reproductive system gonada", "genitalia of female organism gonad", "genitalia of female organism gonada", "gonad of female organism genitalia", "gonad of female organism reproductive system", "gonad of female reproductive system", "gonad of genitalia of female organism", "gonad of reproductive system of female organism", "gonada of female organism genitalia", "gonada of female organism reproductive system", "gonada of female reproductive system", "gonada of genitalia of female organism", "gonada of reproductive system of female organism", "reproductive system of female organism gonad", "reproductive system of female organism gonada" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0000992" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "ovary" ;
    rdfs:subClassOf obo:UBERON_0000991, obo:UBERON_0003134, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009117
    ] ;
    owl:disjointWith obo:UBERON_0009117 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000991
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000474
            ]
        )
    ] .

obo:UBERON_0001003
    obo:IAO_0000115 "The outer epithelial layer of the skin that is superficial to the dermis." ;
    oboInOwl:hasBroadSynonym "epidermis", "skin" ;
    oboInOwl:hasDbXref "AAO:0000143", "BTO:0000404", "CALOHA:TS-0283", "EFO:0000954", "EMAPA:17528", "EV:0100153", "FMA:70596", "GAID:932", "MA:0000153", "MAT:0000154", "MESH:D004817", "MIAA:0000154", "NCIT:C12708", "SCTID:361694003", "TAO:0000105", "VHOG:0000077", "Wikipedia:Epidermis_(skin)", "XAO:0000028", "ZFA:0000105" ;
    oboInOwl:hasExactSynonym "vertebrate epidermis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001003" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "skin epidermis" ;
    rdfs:subClassOf obo:UBERON_0007376, obo:UBERON_3000961, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002067
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002285 ;
        owl:someValuesFrom obo:UBERON_0003055
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007376
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002097
            ]
        )
    ] .

obo:UBERON_0001004
    obo:IAO_0000115 "Functional system which consists of structures involved in respiration." ;
    oboInOwl:hasDbXref "AAO:0000541", "BTO:0000203", "CALOHA:TS-1319", "EFO:0000804", "EHDAA2:0001604", "EHDAA:2203", "EMAPA:16727", "EV:0100036", "FMA:7158", "GAID:78", "MA:0000327", "MAT:0000030", "MESH:D012137", "MIAA:0000030", "NCIT:C12779", "SCTID:278197002", "TAO:0000272", "VHOG:0000202", "Wikipedia:Respiratory_system", "XAO:0000117", "ZFA:0000272" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius", "respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Atmungssystem", "apparatus respiratorius" ;
    oboInOwl:id "UBERON:0001004" ;
    oboInOwl:inSubset core:efo_slim, core:functional_classification, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "respiratory system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0003016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0007585
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0001007, obo:UBERON_0001009, obo:UBERON_0001016, obo:UBERON_0001033, obo:UBERON_0001434, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000467
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0007585
            ]
        )
    ] .

obo:UBERON_0001005
    obo:IAO_0000115 "An airway through which respiratory air passes in organisms." ;
    oboInOwl:hasBroadSynonym "airway" ;
    oboInOwl:hasDbXref "SCTID:361380005", "Wikipedia:Trachea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001005" ;
    oboInOwl:inSubset core:grouping_class, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "respiratory airway" ;
    rdfs:subClassOf obo:UBERON_0003103, obo:UBERON_0004111, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ], [
        a owl:Restriction ;
        owl:onProperty core:channel_for ;
        owl:someValuesFrom obo:UBERON_0034874
    ] .

obo:UBERON_0001007
    obo:IAO_0000115 "Anatomical system that has as its parts the organs devoted to the ingestion, digestion, and assimilation of food and the discharge of residual wastes." ;
    oboInOwl:hasDbXref "AAO:0000129", "BILA:0000082", "BTO:0000058", "CALOHA:TS-1293", "EFO:0000793", "FMA:7152", "GAID:278", "MA:0002431", "MAT:0000018", "MESH:D004064", "MIAA:0000018", "SCTID:278859004", "TADS:0000170", "TAO:0000339", "WBbt:0005748", "Wikipedia:Digestive_system", "XAO:0000125", "ZFA:0000339", "galen:DigestiveSystem", "ncithesaurus:Digestive_System" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "alimentary system", "alimentary tract", "gastrointestinal system", "gut" ;
    oboInOwl:id "UBERON:0001007" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "digestive system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0022600
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0001009, obo:UBERON_0001016, obo:UBERON_0001033, obo:UBERON_0001434, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000467
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0022600
            ]
        )
    ] .

obo:UBERON_0001009
    obo:IAO_0000115 "Organ system that passes nutrients (such as amino acids and electrolytes), gases, hormones, blood cells, etc. to and from cells in the body to help fight diseases and help stabilize body temperature and pH to maintain homeostasis[WP]." ;
    oboInOwl:hasDbXref "AAO:0000959", "CALOHA:TS-2103", "VHOG:0001248", "Wikipedia:Circulatory_system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001009" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "circulatory system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0003013
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0001016, obo:UBERON_0001033, obo:UBERON_0001434, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0001013
    obo:IAO_0000115 "Portion of connective tissue composed of adipocytes enmeshed in areolar tissue." ;
    oboInOwl:hasDbXref "AAO:0000001", "AEO:000020", "BTO:0001487", "CALOHA:TS-0013", "EFO:0000790", "EHDAA2:0003120", "EMAPA:35112", "EV:0100381", "FMA:20110", "GAID:920", "MA:0000009", "MAT:0000015", "MESH:D000273", "MIAA:0000015", "NCIT:C12472", "SCTID:55603005", "TAO:0002134", "VHOG:0001284", "Wikipedia:Adipose_tissue", "XAO:0003049", "ZFA:0005345", "galen:FattyTissue" ;
    oboInOwl:hasExactSynonym "fat", "fat tissue", "fatty tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "adipose", "bodyfat", "fatty depot" ;
    oboInOwl:id "UBERON:0001013" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "adipose tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011822, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000136
    ] ;
    owl:disjointWith obo:UBERON_0003714 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000136
            ]
        )
    ] .

obo:UBERON_0001015
    obo:IAO_0000115 "A subdivision of the muscular system corresponding to a subdisivision of an organism." ;
    oboInOwl:hasDbXref "BTO:0000887", "EFO:0001949", "EMAPA:35577", "FMA:32558", "MA:0000165", "NCIT:C13056", "TAO:0000548", "VSAO:0005038", "WBbt:0005737", "Wikipedia:Muscular_system", "ZFA:0000548" ;
    oboInOwl:hasExactSynonym "muscle group", "muscles set", "musculature", "set of muscles", "set of skeletal muscles" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muscle system", "muscles", "musculature system" ;
    oboInOwl:id "UBERON:0001015" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "musculature" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000383
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001630
    ] .

obo:UBERON_0001016
    obo:IAO_0000115 "The nervous system is an organ system containing predominantly neuron and glial cells. In bilaterally symmetrical organism, it is arranged in a network of tree-like structures connected to a central body. The main functions of the nervous system are to regulate and control body functions, and to receive sensory input, process this information, and generate behavior [CUMBO]." ;
    oboInOwl:hasDbXref "AAO:0000324", "BILA:0000079", "BIRNLEX:844", "BTO:0001484", "CALOHA:TS-1313", "EFO:0000802", "EHDAA2:0001246", "EHDAA:826", "EMAPA:16469", "EV:0100162", "FMA:7157", "GAID:466", "MA:0000016", "MAT:0000026", "MESH:D009420", "MIAA:0000026", "NCIT:C12755", "SCTID:278196006", "TAO:0000396", "VHOG:0000402", "WBbt:0005735", "Wikipedia:Nervous_system", "XAO:0000177", "ZFA:0000396", "neuronames:3236" ;
    oboInOwl:hasExactSynonym "neurological system" ;
    oboInOwl:hasNarrowSynonym "nerve net" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001016" ;
    oboInOwl:inSubset core:cumbo, core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "nervous system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050877
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0002319
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0016880
    ] ;
    owl:disjointWith obo:UBERON_0001033, obo:UBERON_0001434, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0001017
    obo:IAO_0000115 "The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the neural tube derivatives: the brain and spinal cord. In invertebrates it includes central ganglia plus nerve cord." ;
    oboInOwl:hasDbXref "AAO:0000090", "BAMS:CNS", "BILA:0000080", "BIRNLEX:1099", "BTO:0000227", "CALOHA:TS-0150", "EFO:0000908", "EHDAA2:0000225", "EHDAA:828", "EMAPA:16470", "EMAPA:16754", "EV:0100163", "FMA:55675", "GAID:570", "MA:0000167", "MAT:0000457", "MESH:D002490", "NCIT:C12438", "SCTID:278199004", "TAO:0000012", "VHOG:0000293", "Wikipedia:Central_nervous_system", "XAO:0000215", "ZFA:0000012", "neuronames:854" ;
    oboInOwl:hasNarrowSynonym "cerebrospinal axis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neuraxis" ;
    oboInOwl:id "UBERON:0001017" ;
    oboInOwl:inSubset core:cumbo, core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "central nervous system" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0016879
    ] .

obo:UBERON_0001019
    obo:IAO_0000115 "A slender neuron projection bundle[FBbt]; A bundle of anatomical fibers, as of muscle or nerve (American Heritage Dictionary 4th ed)." ;
    oboInOwl:hasBroadSynonym "fascicle" ;
    oboInOwl:hasDbXref "BIRNLEX:872", "BTO:0002191", "EMAPA:36605", "FMA:12235", "NCIT:C32586", "TGMA:0000088", "Wikipedia:Nervous_system_fascicle" ;
    oboInOwl:hasExactSynonym "nerve bundle", "nerve fasciculus", "neural fasciculus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "nerve fiber tract" ;
    oboInOwl:id "UBERON:0001019" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "EDITOR_NOTE note FBbt class not disjoint from tract. Consider merging with 'neuron projection bundle'" ;
    rdfs:label "nerve fasciculus" ;
    rdfs:subClassOf obo:UBERON_0000122 .

obo:UBERON_0001021
    obo:IAO_0000115 "An enclosed, cable-like bundle of axons in the peripheral nervous system originating in a nerve root in the central nervous system (or a condensed nervous structure) connecting with peripheral structures." ;
    oboInOwl:hasDbXref "AAO:0011070", "AEO:0000137", "BAMS:n", "BIRNLEX:1615", "BSA:0000098", "BTO:0000925", "BTO:0001027", "CALOHA:TS-0772", "EHDAA2:0003137", "EHDAA:2851", "EHDAA:3776", "EHDAA:4657", "EMAPA:32808", "EMAPA:32815", "EV:0100371", "FMA:65132", "FMA:65239", "GAID:747", "GAID:758", "MA:0000217", "MA:0000228", "MESH:D010525", "NCIT:C12466", "NCIT:C12768", "NLX:147826", "SCTID:244457007", "SCTID:256864008", "TAO:0007009", "VHOG:0000901", "Wikipedia:Nervous_system", "XAO:0000204", "XAO:0003047", "ZFA:0007009", "galen:Nerve" ;
    oboInOwl:hasExactSynonym "peripheral nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neural subtree" ;
    oboInOwl:id "UBERON:0001021" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "nerve" ;
    rdfs:subClassOf obo:UBERON_0000122, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002045
    ] .

obo:UBERON_0001027
    obo:IAO_0000115 "A nerve that transmits from sensory receptors on the surface of the body to the central nervous system." ;
    oboInOwl:hasDbXref "AEO:0000201", "EHDAA2:0003200", "FMA:5868", "Wikipedia:Sensory_nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "afferent nerve" ;
    oboInOwl:id "UBERON:0001027" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "sensory nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000526
    ] .

obo:UBERON_0001032
    obo:IAO_0000115 "Anatomical system that overlaps the nervous system and is responsible for receiving and processing sensory information." ;
    oboInOwl:hasDbXref "AAO:0000555", "BAMS:SEN", "BILA:0000099", "EFO:0000805", "EHDAA2:0003094", "EMAPA:16192", "FMA:75259", "MA:0002442", "MAT:0000031", "MIAA:0000031", "NLXANAT:090816", "TAO:0000282", "VHOG:0001674", "Wikipedia:Sensory_system", "XAO:0003194", "ZFA:0000282" ;
    oboInOwl:hasExactSynonym "sense organ subsystem", "sense organs", "sense organs set", "sensory subsystem" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "sensory organ system", "set of sense organs" ;
    oboInOwl:id "UBERON:0001032" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "sensory system" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0015203, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004456
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0007600
    ] .

obo:UBERON_0001033
    obo:IAO_0000115 "The sensory system for the sense of taste." ;
    oboInOwl:hasDbXref "AAO:0010577", "BILA:0000143", "EFO:0000830", "FMA:7194", "MA:0002446", "MAT:0000275", "MIAA:0000275", "NLXANAT:090803", "SCTID:423940004", "TAO:0001101", "Wikipedia:Gustatory_system", "XAO:0003197", "ZFA:0001101", "neuronames:2889" ;
    oboInOwl:hasExactSynonym "gustatory organ system", "taste system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001033" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "gustatory system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0050912
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0001434, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000467
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002216 ;
                owl:someValuesFrom obo:GO_0050912
            ]
        )
    ] .

obo:UBERON_0001040
    obo:IAO_0000115 "A sac-like expansion of the ventral wall of the intestine, narrowed into a yolk stalk near the body[Hyman's]. Membranous sac attached to an embryo, providing early nourishment in the form of yolk in bony fishes, sharks, reptiles, birds, and primitive mammals. It functions as the developmental circulatory system of the human embryo, before internal circulation begins. In the mouse, the yolk sac is the first site of blood formation, generating primitive macrophages and erythrocytes[WP]." ;
    oboInOwl:hasDbXref "BTO:0001471", "CALOHA:TS-1130", "EFO:0003078", "EHDAA2:0002212", "EHDAA:164", "EMAPA:16085", "FMA:87180", "GAID:1301", "MESH:D015017", "NCIT:C14128", "SCTID:362845002", "VHOG:0000830", "Wikipedia:Yolk_sac" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001040" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "yolk sac" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005292, obo:UBERON_0005631, obo:UBERON_0007499, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000925
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0004872
    ] .

obo:UBERON_0001041
    obo:IAO_0000115 "Anterior subdivision of a digestive tract." ;
    oboInOwl:hasDbXref "AAO:0011042", "BILA:0000085", "BTO:0000507", "EHDAA2:0000557", "EHDAA:520", "EMAPA:16548", "FMA:45616", "MA:0001526", "NCIT:C34180", "SCTID:361409009", "TGMA:0001014", "VHOG:0000285", "Wikipedia:Foregut", "XAO:0000232" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001041" ;
    oboInOwl:inSubset core:developmental_classification, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "foregut" ;
    rdfs:subClassOf obo:UBERON_0004921 .

obo:UBERON_0001042
    obo:IAO_0000115 "A portion of the respiratory and digestive tracts; its distal limit is the superior part of the esophagus and it connects the nasal and oral cavities with the esophagus and larynx; it contains the valleculae and the pyriform recesses; its upper limits are the nasal cavity and cranial base.[FEED]." ;
    oboInOwl:hasDbXref "AAO:0000967", "BTO:0001049", "CALOHA:TS-0785", "EFO:0000836", "EHDAA2:0001458", "EHDAA:2947", "EMAPA:16706", "EV:0100065", "FMA:46688", "GAID:155", "MA:0000432", "MESH:D010614", "NCIT:C12425", "SCTID:181211006", "TAO:0000056", "VHOG:0000462", "Wikipedia:Pharynx", "XAO:0003227", "ZFA:0000056", "galen:Pharynx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001042" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Consider generalizing to deuterostome pharynx" ;
    rdfs:label "chordate pharynx" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006562, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009145
    ] .

obo:UBERON_0001043
    obo:IAO_0000115 "Tube that connects the pharynx to the stomach. In mammals, the oesophagus connects the buccal cavity with the stomach. The stratified squamous non-keratinised epithelium lining the buccal cavity is continued through the pharynx down into the oesophagus. The lowest part of the oesophagus (ca. 2 cm) is lined with gastric mucosa and covered by peritoneum. The main body of the oesophagus is lined with small, simple mucous glands. Each gland opens into the lumen by a long duct which pierces the muscularis mucosae (Wilson and Washington, 1989). A sphincter is situated at the point where the oesophagus enters the stomach to prevent gastro-oesophageal reflux, i.e. to prevent acidic gastric contents from reaching stratified epithelia of the oesophagus, where they can cause inflammation and irritation (Wilson and Washington, 1989; Brown et al., 1993)." ;
    oboInOwl:hasDbXref "AAO:0000145", "ANISEED:1235301", "BTO:0000959", "CALOHA:TS-0700", "EFO:0000835", "EHDAA2:0001285", "EHDAA:2937", "EMAPA:16833", "EV:0100069", "FMA:7131", "GAID:291", "MA:0000352", "MAT:0000048", "MESH:D004947", "MIAA:0000048", "NCIT:C12389", "SCTID:181245004", "TAO:0000204", "VHOG:0000450", "Wikipedia:Esophagus", "XAO:0000127", "ZFA:0000204", "galen:Esophagus" ;
    oboInOwl:hasExactSynonym "gullet", "oesophagus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001043" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:major_organ, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "esophagus" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004921, obo:UBERON_0005178, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004908
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001041
    ], [
        a owl:Restriction ;
        owl:onProperty core:proximally_connected_to ;
        owl:someValuesFrom obo:UBERON_0001042
    ] .

obo:UBERON_0001048
    obo:IAO_0000115 "Primordia are populations of contiguous cells that are morphologically distinct and already correspond in extent to a later organ/tissue[FBbt, Hartenstein, V. (2004)]." ;
    oboInOwl:hasDbXref "AEO:0000171", "BTO:0001886", "EFO:0001652", "EHDAA2:0003171", "FMA:86589", "MAT:0000482", "NCIT:C34275", "Wikipedia:Primordium", "XAO:0003043" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bud", "future organ", "placode", "rudiment" ;
    oboInOwl:id "UBERON:0001048" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "primordium" ;
    rdfs:subClassOf obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] .

obo:UBERON_0001049
    obo:IAO_0000115 "In the developing vertebrate, the neural tube is the embryo's precursor to the central nervous system, which comprises the brain and spinal cord. The neural groove gradually deepens as the neural folds become elevated, and ultimately the folds meet and coalesce in the middle line and convert the groove into a closed tube, the neural tube or neural canal (which strictly speaking is the center of the neural tube), the ectodermal wall of which forms the rudiment of the nervous system. [WP,unvetted]." ;
    oboInOwl:hasDbXref "AAO:0010617", "BTO:0001057", "CALOHA:TS-2371", "DHBA:10154", "EHDAA2:0001254", "EHDAA:2869", "EHDAA:908", "EMAPA:16164", "EMAPA:16757", "FMA:293882", "MAT:0000069", "MIAA:0000069", "NCIT:C34226", "SCTID:362852000", "TAO:0001135", "VHOG:0000307", "Wikipedia:Neural_tube", "XAO:0003204", "ZFA:0001135", "neuronames:1365" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neural primordium", "presumptive central nervous system" ;
    oboInOwl:id "UBERON:0001049" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "neural tube" ;
    rdfs:subClassOf obo:UBERON_0003914, obo:UBERON_0005291, obo:UBERON_0010371, obo:UBERON_0016879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005068
    ] .

obo:UBERON_0001062
    obo:IAO_0000115 "Biological entity that is either an individual member of a biological species or constitutes the structural organization of an individual member of a biological species." ;
    oboInOwl:hasDbXref "AAO:0010841", "AEO:0000000", "BFO:0000004", "BILA:0000000", "BIRNLEX:6", "CARO:0000000", "EHDAA2:0002229", "FMA:62955", "HAO:0000000", "MA:0000001", "NCIT:C12219", "TAO:0100000", "TGMA:0001822", "WBbt:0000100", "XAO:0000000", "ZFA:0100000" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001062" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical entity" .

obo:UBERON_0001068
    obo:IAO_0000115 "A zone of skin that is part of a back [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36392", "FMA:10462", "FMA:22985", "MA:0000498", "SCTID:181492002" ;
    oboInOwl:hasExactSynonym "back skin", "back zone of skin", "skin, dorsal region", "zone of skin of back" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001068" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "EDITOR_NOTE TODO - distinguish between entire skin of region and arbitrary zone of skin on region" ;
    rdfs:label "skin of back" ;
    rdfs:subClassOf obo:UBERON_0001085, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011270
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0001070
    obo:IAO_0000115 "A terminal branch of the left or right common carotid artery which supplies oxygenated blood to to the throat, neck glands, tongue, face, mouth, ear, scalp and dura mater of the meninges[MP]." ;
    oboInOwl:hasDbXref "AAO:0010218", "AAO:0010416", "BTO:0004696", "EFO:0001953", "EHDAA2:0000461", "EMAPA:18611", "FMA:10635", "GAID:480", "MA:0001929", "MESH:D002342", "NCIT:C32551", "SCTID:362044002", "VHOG:0000265", "Wikipedia:External_carotid_artery", "XAO:0000345" ;
    oboInOwl:hasExactSynonym "external carotid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001070" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "external carotid artery" ;
    rdfs:subClassOf obo:UBERON_0005396, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001530
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001530
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001530
    ] .

obo:UBERON_0001071
    obo:IAO_0000115 "It ascends beneath the anterior margin of the trapezius, distributing branches to it, and to the neighboring muscles and lymph glands in the neck, and anastomosing with the superficial branch of the descending branch of the occipital artery." ;
    oboInOwl:hasDbXref "FMA:10665", "MA:0002052", "NCIT:C53005", "SCTID:161746006", "Wikipedia:Superficial_part_of_transverse_cervical_artery" ;
    oboInOwl:hasExactSynonym "superficial branch of transverse cervical artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001071" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "The transverse cervical artery splits into two branches, a superficial one and a deep one[WP]" ;
    rdfs:label "superficial cervical artery" ;
    rdfs:subClassOf obo:UBERON_0012320, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035549
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0012324
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0012320
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0035549
            ]
        )
    ] .

obo:UBERON_0001072
    obo:IAO_0000115 "A vein that carries deoxygenated blood from the lower half of the body into the right atrium of the heart." ;
    oboInOwl:hasDbXref "AAO:0011083", "BTO:0002682", "EHDAA2:0000611", "EMAPA:18416", "FMA:10951", "GAID:548", "MA:0000480", "MESH:D014682", "NCIT:C12815", "SCTID:181369003", "VHOG:0001194", "Wikipedia:Inferior_vena_cava", "XAO:0000388", "galen:InferiorVenaCava" ;
    oboInOwl:hasExactSynonym "inferior caval vein", "posterior vena cava" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "caudal vena cava", "postcava" ;
    oboInOwl:id "UBERON:0001072" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "inferior vena cava" ;
    rdfs:subClassOf obo:UBERON_0004087, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002078
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0000154
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004087
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0000154
            ]
        )
    ] .

obo:UBERON_0001074
    obo:IAO_0000115 "A potential space between the visceral and parietal layers of the pericardium." ;
    oboInOwl:hasDbXref "BSA:0000091", "EHDAA2:0001434", "EMAPA:16131", "EMAPA:16132", "FMA:11350", "MA:0000053", "NCIT:C38662", "SCTID:362027001", "TAO:0002220", "VHOG:0000556", "Wikipedia:Pericardial_cavity", "ZFA:0001655", "galen:PericardialSpace" ;
    oboInOwl:hasExactSynonym "cavity of pericardial sac", "pericardial space" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001074" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pericardial cavity" ;
    rdfs:subClassOf obo:UBERON_0002323, obo:UBERON_0035809, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002406
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001015 ;
        owl:someValuesFrom obo:UBERON_0002409
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0002357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002406
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002406
            ]
        )
    ] .

obo:UBERON_0001081
    obo:IAO_0000115 "Endocardium that is part of the cardiac ventricle." ;
    oboInOwl:hasDbXref "EMAPA:32747", "FMA:12148", "MA:0000079", "SCTID:192172004", "TAO:0002247", "VHOG:0000607", "ZFA:0001615" ;
    oboInOwl:hasExactSynonym "cardiac ventricle endocardium", "endocardium of cardiac ventricle", "endocardium of heart ventricle", "endocardium of lower chamber of heart", "endocardium of ventricle of heart", "heart ventricle endocardium", "lower chamber of heart endocardium", "ventricle endocardium", "ventricle of heart endocardium", "ventricular endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ventricle endocardial tissue" ;
    oboInOwl:id "UBERON:0001081" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "endocardium of ventricle" ;
    rdfs:subClassOf obo:UBERON_0002165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004784
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:UBERON_0001082
    obo:IAO_0000115 "An epicardial layer that lines a cardiac ventricle." ;
    oboInOwl:hasDbXref "FMA:12150", "TAO:0005058", "ZFA:0005058" ;
    oboInOwl:hasExactSynonym "cardiac ventricle epicardium", "ventricular epicardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001082" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "epicardium of ventricle" ;
    rdfs:subClassOf obo:UBERON_0002348, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002348
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:UBERON_0001083
    obo:IAO_0000115 "Muscular layer of the cardiac ventricle composed of a compact myocardial layer surrounding the trabecular layer." ;
    oboInOwl:hasDbXref "EFO:0003088", "EMAPA:32748", "FMA:12151", "MA:0000082", "SCTID:192084000", "TAO:0005061", "VHOG:0000604", "ZFA:0005061" ;
    oboInOwl:hasExactSynonym "ventricle myocardium", "ventricular myocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ventricle cardiac muscle" ;
    oboInOwl:id "UBERON:0001083" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "myocardium of ventricle" ;
    rdfs:subClassOf obo:UBERON_0002349, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004784
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002349
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:UBERON_0001084
    obo:IAO_0000115 "A zone of skin that is part of a head [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:12166", "FMA:24756", "MA:0000582", "NCIT:C52757", "SCTID:181484006" ;
    oboInOwl:hasExactSynonym "adult head zone of skin", "head skin", "head zone of skin", "zone of skin of adult head", "zone of skin of head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001084" ;
    a owl:Class ;
    rdfs:comment "EDITOR_NOTE TODO - distinguish between entire skin of region and arbitrary zone of skin on region" ;
    rdfs:label "skin of head" ;
    rdfs:subClassOf obo:UBERON_0012180, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0001085
    obo:IAO_0000115 "A zone of skin that is part of a trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:12167", "FMA:23093", "MA:0000517", "NCIT:C12295", "SCTID:181489001" ;
    oboInOwl:hasExactSynonym "torso zone of skin", "trunk skin", "trunk zone of skin", "zone of skin of torso", "zone of skin of trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001085" ;
    a owl:Class ;
    rdfs:comment "EDITOR_NOTE TODO - distinguish between entire skin of region and arbitrary zone of skin on region" ;
    rdfs:label "skin of trunk" ;
    rdfs:subClassOf obo:UBERON_0000014, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0001087
    obo:IAO_0000115 "Transudate contained in the pleural cavity." ;
    oboInOwl:hasDbXref "BTO:0003080", "FMA:12273", "MA:0002532", "MAT:0000500", "Wikipedia:Pleural_fluid", "ncithesaurus:Pleural_Fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001087" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pleural fluid" ;
    rdfs:subClassOf obo:UBERON_0036244, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007779
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002402
            ]
        )
    ] .

obo:UBERON_0001090
    obo:IAO_0000115 "Joint fluid is a transudate of plasma that is actively secreted by synovial cells." ;
    oboInOwl:hasDbXref "BTO:0001339", "CALOHA:TS-0996", "ENVO:02000039", "FMA:12277", "GAID:265", "MA:0002544", "MESH:D013582", "NCIT:C33718", "TAO:0005154", "Wikipedia:Synovial_fluid", "ZFA:0005154", "galen:SynovialFluid" ;
    oboInOwl:hasExactSynonym "joint fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001090" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "synovial fluid" ;
    rdfs:subClassOf obo:UBERON_0007779, obo:UBERON_0007794, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_16336
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0007617
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:CL_0000214
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007779
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:CL_0000214
            ]
        )
    ] .

obo:UBERON_0001096
    obo:IAO_0000115 "An anatomical wall that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35326", "FMA:12611", "MA:0002691" ;
    oboInOwl:hasExactSynonym "anatomical wall of esophagus", "anatomical wall of gullet", "anatomical wall of oesophagus", "esophageal wall", "esophagus anatomical wall", "esophagus wall", "gullet anatomical wall", "gullet wall", "oesophagus anatomical wall", "oesophagus wall", "wall of gullet", "wall of oesophagus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001096" ;
    a owl:Class ;
    rdfs:label "wall of esophagus" ;
    rdfs:subClassOf obo:UBERON_0000328, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0001103
    obo:IAO_0000115 "A thin musculomebranous barrier that separates the abdominal and thoracic cavities. Often used for breathing control." ;
    oboInOwl:hasDbXref "BTO:0000341", "CALOHA:TS-0198", "EFO:0000937", "EHDAA2:0003495", "EMAPA:17701", "EV:0100376", "FMA:13295", "GAID:158", "MA:0001904", "MAT:0000502", "MESH:D003964", "NCIT:C12702", "SCTID:181614006", "VHOG:0000713", "Wikipedia:Thoracid_diaphragm" ;
    oboInOwl:hasExactSynonym "diaphragm muscle", "diaphragm of thorax", "thoracic diaphragm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "midriff", "phren" ;
    oboInOwl:id "UBERON:0001103" ;
    oboInOwl:inSubset core:efo_slim, core:organ_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "diaphragm" ;
    rdfs:subClassOf obo:UBERON_0003830, obo:UBERON_0003831, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002005 ;
        owl:someValuesFrom obo:UBERON_0001884
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010084
    ] .

obo:UBERON_0001133
    obo:IAO_0000115 "Muscle tissue composed of cardiac muscle cells, forming the muscles of the heart[ZFA,modified]." ;
    oboInOwl:hasAlternativeId "UBERON:0007096" ;
    oboInOwl:hasDbXref "AAO:0010245", "AEO:0000142", "BILA:0000134", "BTO:0000199", "CALOHA:TS-0440", "EHDAA2:0003142", "EMAPA:32688", "FMA:14068", "TAO:0005280", "Wikipedia:Cardiac_muscle", "ZFA:0005280", "galen:CardiacMuscle", "galen:CardiacMuscleTissue", "ncithesaurus:Heart_Muscle" ;
    oboInOwl:hasExactSynonym "cardiac muscle", "cardiac muscle muscle tissue", "cardiac muscle textus muscularis", "heart muscle muscle tissue", "heart muscle textus muscularis", "heart myocardium muscle tissue", "heart myocardium textus muscularis", "muscle of heart muscle tissue", "muscle of heart textus muscularis", "muscle tissue of cardiac muscle", "muscle tissue of heart muscle", "muscle tissue of heart myocardium", "muscle tissue of muscle of heart", "muscle tissue of myocardium", "myocardium muscle tissue", "myocardium textus muscularis", "textus muscularis of cardiac muscle", "textus muscularis of heart muscle", "textus muscularis of heart myocardium", "textus muscularis of muscle of heart", "textus muscularis of myocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac musculature" ;
    oboInOwl:id "UBERON:0001133" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue" ;
    rdfs:subClassOf obo:UBERON_8600006, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007100
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000746
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000746
    ] ;
    owl:disjointWith obo:UBERON_0001134 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002036
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000746
            ]
        )
    ] .

obo:UBERON_0001134
    obo:IAO_0000115 "Muscle tissue that consists primarily of skeletal muscle fibers." ;
    oboInOwl:hasBroadSynonym "skeletal muscle" ;
    oboInOwl:hasDbXref "EMAPA:32716", "FMA:14069", "MA:0002439", "NCIT:C13050", "SCTID:426215008", "Wikipedia:Skeletal_striated_muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "skeletal muscle system", "somatic muscle" ;
    oboInOwl:id "UBERON:0001134" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "skeletal muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0002036, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0014892
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003082
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0008002
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002385
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0008002
            ]
        )
    ] .

obo:UBERON_0001135
    obo:IAO_0000115 "Muscle tissue which is unstriated, composed primarily of smooth muscle fibers surrounded by a reticulum of collagen and elastic fibers. Smooth muscle differs from striated muscle in the much higher actin/myosin ratio, the absence of conspicuous sarcomeres and the ability to contract to a much smaller fraction of its resting length[GO]." ;
    oboInOwl:hasDbXref "AAO:0010244", "AEO:0000141", "BTO:0001260", "CALOHA:TS-0943", "EFO:0000889", "EHDAA2:0003141", "EMAPA:32717", "EV:0100378", "FMA:14070", "GAID:167", "MA:0000166", "MAT:0000303", "MESH:D009130", "MIAA:0000303", "NCIT:C12437", "TAO:0005274", "VHOG:0001246", "WBbt:0005781", "Wikipedia:Smooth_muscle_tissue", "XAO:0000175", "ZFA:0005274", "galen:SmoothMuscle", "galen:SmoothMuscleTissue" ;
    oboInOwl:hasExactSynonym "involuntary muscle", "non-striated muscle", "smooth muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001135" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "smooth muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0002385, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000192
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0071953
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000192
    ] ;
    owl:disjointWith obo:UBERON_0002036 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002385
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000192
            ]
        )
    ] .

obo:UBERON_0001136
    obo:IAO_0000115 "Simple squamous epithelium of mesodermal origin which lines serous membranes. Examples: mesothelium of pleura, mesothelium of peritoneum[FMA]. Wikipedia: The mesothelium is a membrane that forms the lining of several body cavities: the pleura (thoracal cavity), peritoneum (abdominal cavity including the mesentery) and pericardium (heart sac). Mesothelial tissue also surrounds the male internal reproductive organs (the tunica vaginalis testis) and covers the internal reproductive organs of women (the tunica serosa uteri)." ;
    oboInOwl:hasDbXref "AEO:0000111", "BTO:0002422", "CALOHA:TS-1183", "EHDAA2_RETIRED:0003111", "EHDAA:2331", "EHDAA:2349", "EHDAA:295", "EHDAA:6073", "EHDAA:640", "EHDAA:646", "EMAPA:32856", "FMA:14074", "MA:0000565", "NCIT:C33105", "SCTID:361918002", "Wikipedia:Mesothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001136" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "mesothelium" ;
    rdfs:subClassOf obo:UBERON_0000487, obo:UBERON_0012275, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000487
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000042
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0001137
    obo:IAO_0000115 "A major subdivision of an organism that is the entire part of the organism dorsal to a horizontal plane and bounded on one side by the same transverse plane. In vertebrares this includes the vertebral column.." ;
    oboInOwl:hasDbXref "BTO:0001713", "CALOHA:TS-2223", "EFO:0001405", "FMA:14181", "GAID:30", "MESH:D001415", "NCIT:C13062", "SCTID:123961009", "Wikipedia:Dorsum_(anatomy)", "galen:Back" ;
    oboInOwl:hasExactSynonym "back", "back of body proper", "dorsal part of organism" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001137" ;
    oboInOwl:inSubset core:efo_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "dorsum" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] .

obo:UBERON_0001145
    obo:IAO_0000115 "A vein that carries deoxygenated blood from its corresponding ovary to inferior vena cava or one of its tributaries." ;
    oboInOwl:hasDbXref "EMAPA:18644", "FMA:14346", "MA:0002186", "NCIT:C53058", "SCTID:278193003", "Wikipedia:Ovarian_vein" ;
    oboInOwl:hasExactSynonym "female reproductive system gonad vein", "female reproductive system gonada vein", "gonad of female reproductive system vein", "gonada of female reproductive system vein", "ovary vein", "vein of female reproductive system gonad", "vein of female reproductive system gonada", "vein of gonad of female reproductive system", "vein of gonada of female reproductive system", "vein of ovary" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001145" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "ovarian vein" ;
    rdfs:subClassOf obo:UBERON_0001638, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:UBERON_0001167
    obo:IAO_0000115 "The layered structure that makes up the stomach, typiclly consists of a serous coat, a muscular coat, a mucous membrane, and other tissue layers in between." ;
    oboInOwl:hasDbXref "EMAPA:35826", "FMA:14582", "MA:0002692", "SCTID:279995000", "galen:WallOfStomach" ;
    oboInOwl:hasExactSynonym "anatomical wall of stomach", "anatomical wall of ventriculus", "gastric wall", "stomach anatomical wall", "stomach wall", "ventriculus anatomical wall", "ventriculus wall", "wall of ventriculus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001167" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "wall of stomach" ;
    rdfs:subClassOf obo:UBERON_0000328, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000945
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000945
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0001178
    obo:IAO_0000115 "The inner layer of peritoneum that is wrapped around organs located inside the intraperitoneal space." ;
    oboInOwl:hasDbXref "EMAPA:16592", "FMA:14703", "SCTID:362702003", "TAO:0005132", "VHOG:0001528", "Wikipedia:Visceral_peritoneum", "ZFA:0005132" ;
    oboInOwl:hasExactSynonym "visceral serous membrane of peritoneum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001178" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "visceral peritoneum" ;
    rdfs:subClassOf obo:UBERON_0022350, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022350
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002358
            ]
        )
    ] .

obo:UBERON_0001179
    obo:IAO_0000115 "Anatomical cavity bounded by visceral and parietal peritoneum." ;
    oboInOwl:hasDbXref "BTO:0001782", "EHDAA2:0001446", "EMAPA:16138", "FMA:14704", "GAID:24", "MA:0000054", "MESH:D010529", "NCIT:C12769", "SCTID:181616008", "VHOG:0000852", "Wikipedia:Peritoneal_cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001179" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "peritoneal cavity" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0035809, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035820
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001178
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001366
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0035820
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0001178
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0001366
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0035820
            ]
        )
    ] .

obo:UBERON_0001190
    obo:IAO_0000115 "An artery that supplies an ovary." ;
    oboInOwl:hasDbXref "EMAPA:18620", "FMA:14761", "MA:0002012", "NCIT:C33242", "SCTID:244280002", "Wikipedia:Ovarian_artery" ;
    oboInOwl:hasExactSynonym "ovarian arterial tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001190" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "ovarian artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001516
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:UBERON_0001199
    obo:IAO_0000115 "The mucosal layer that lines the stomach." ;
    oboInOwl:hasDbXref "BTO:0001308", "CALOHA:TS-0404", "EMAPA:35817", "FMA:14907", "GAID:321", "MA:0002683", "MESH:D005753", "NCIT:C32656", "SCTID:362131005", "Wikipedia:Gastric_mucosa", "galen:GastricMucosa" ;
    oboInOwl:hasExactSynonym "gastric mucosa", "gastric mucous membrane", "mucosa of organ of stomach", "mucosa of organ of ventriculus", "mucosa of ventriculus", "mucous membrane of stomach", "mucous membrane of ventriculus", "organ mucosa of stomach", "organ mucosa of ventriculus", "stomach mucosa", "stomach mucosa of organ", "stomach mucous membrane", "stomach organ mucosa", "tunica mucosa (gaster)", "ventriculus mucosa", "ventriculus mucosa of organ", "ventriculus mucous membrane", "ventriculus organ mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Magenschleimhaut" ;
    oboInOwl:id "UBERON:0001199" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "mucosa of stomach" ;
    rdfs:subClassOf obo:UBERON_0004786, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001167
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0001696
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0001200
    obo:IAO_0000115 "The fibrous connective tissue layer beneath the stomach mucosa." ;
    oboInOwl:hasDbXref "BTO:0002110", "EMAPA:35825", "FMA:14908", "MA:0002685", "NCIT:C32663", "SCTID:52459002" ;
    oboInOwl:hasExactSynonym "gastric submucosa", "stomach submucosa", "submucosa of ventriculus", "tela submucosa (gaster)", "ventriculus submucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "submucous layer of stomach", "tela submucosa ventriculi" ;
    oboInOwl:id "UBERON:0001200" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "submucosa of stomach" ;
    rdfs:subClassOf obo:UBERON_0018257, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001167
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0001201
    obo:IAO_0000115 "The outermost layer of the stomach wall, consisting of layers of connective tissue continuous with the peritoneum." ;
    oboInOwl:hasDbXref "EMAPA:35822", "FMA:14914", "MA:0001626", "NCIT:C32662", "SCTID:1353004" ;
    oboInOwl:hasExactSynonym "anatomical wall of stomach serosa", "anatomical wall of stomach serous membrane", "anatomical wall of ventriculus serosa", "anatomical wall of ventriculus serous membrane", "gastric wall serosa", "gastric wall serous membrane", "serosa of anatomical wall of stomach", "serosa of anatomical wall of ventriculus", "serosa of gastric wall", "serosa of stomach anatomical wall", "serosa of stomach wall", "serosa of ventriculus anatomical wall", "serosa of ventriculus wall", "serosa of wall of stomach", "serosa of wall of ventriculus", "serous coat of stomach", "serous membrane of anatomical wall of stomach", "serous membrane of anatomical wall of ventriculus", "serous membrane of gastric wall", "serous membrane of stomach anatomical wall", "serous membrane of stomach wall", "serous membrane of ventriculus anatomical wall", "serous membrane of ventriculus wall", "serous membrane of wall of stomach", "serous membrane of wall of ventriculus", "stomach anatomical wall serosa", "stomach anatomical wall serous membrane", "stomach serosa", "stomach wall serosa", "stomach wall serous membrane", "tunica serosa (gaster)", "ventriculus anatomical wall serosa", "ventriculus anatomical wall serous membrane", "ventriculus wall serosa", "ventriculus wall serous membrane", "visceral peritoneum of stomach", "wall of stomach serosa", "wall of stomach serous membrane", "wall of ventriculus serosa", "wall of ventriculus serous membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gastric serosa" ;
    oboInOwl:id "UBERON:0001201" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "serosa of stomach" ;
    rdfs:subClassOf obo:UBERON_0004782, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001167
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000042
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001167
            ]
        )
    ] .

obo:UBERON_0001268
    obo:IAO_0000115 "Transudate contained in the peritoneal cavity." ;
    oboInOwl:hasDbXref "BTO:0001031", "EMAPA:35683", "FMA:16515", "MA:0002531", "Wikipedia:Peritoneal_fluid", "ncithesaurus:Peritoneal_Fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001268" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "peritoneal fluid" ;
    rdfs:subClassOf obo:UBERON_0007779, obo:UBERON_0007794, obo:UBERON_0036217, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001179
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007779
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001179
            ]
        )
    ] .

obo:UBERON_0001276
    obo:IAO_0000115 "The epithelial layer of the stomach ." ;
    oboInOwl:hasDbXref "BTO:0000500", "CALOHA:TS-2068", "EHDAA2:0001918", "EMAPA:17023", "FMA:17091", "MA:0001610", "SCTID:64977002", "VHOG:0001433" ;
    oboInOwl:hasExactSynonym "epithelial tissue of stomach", "epithelial tissue of ventriculus", "epithelium of ventriculus", "stomach epithelial tissue", "stomach epithelium", "ventriculus epithelial tissue", "ventriculus epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gastric epithelium" ;
    oboInOwl:id "UBERON:0001276" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "epithelium of stomach" ;
    rdfs:subClassOf obo:UBERON_0000485, obo:UBERON_0003350, obo:UBERON_0004808, obo:UBERON_0015833, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0001366
    obo:IAO_0000115 "The outer layer of peritoneum that is attached to the abdominal and pelvic walls." ;
    oboInOwl:hasAlternativeId "UBERON:0004459" ;
    oboInOwl:hasDbXref "AAO:0010816", "EMAPA:16591", "FMA:21451", "SCTID:362700006", "TAO:0005131", "VHOG:0001527", "Wikipedia:Parietal_peritoneum", "ZFA:0005131" ;
    oboInOwl:hasExactSynonym "parietal serous membrane of peritoneum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "peritoneal cavity lining" ;
    oboInOwl:id "UBERON:0001366" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "parietal peritoneum" ;
    rdfs:subClassOf obo:UBERON_0022351, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002358
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0003697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022351
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002358
            ]
        )
    ] .

obo:UBERON_0001416
    obo:IAO_0000115 "A zone of skin that is part of an abdomen [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EFO:0000214", "FMA:22988", "FMA:23000", "MA:0000523", "NCIT:C52758", "SCTID:361707007" ;
    oboInOwl:hasExactSynonym "abdomen skin", "abdomen zone of skin", "abdominal skin", "skin of abdomen proper", "zone of skin of abdomen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001416" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "skin of abdomen" ;
    rdfs:subClassOf obo:UBERON_0003836, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0001417
    obo:IAO_0000115 "A zone of skin that is part of a neck [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:23021", "FMA:23022", "MA:0000590", "NCIT:C52756", "SCTID:361705004" ;
    oboInOwl:hasExactSynonym "neck (volume) zone of skin", "neck skin", "neck zone of skin", "zone of skin of neck", "zone of skin of neck (volume)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001417" ;
    a owl:Class ;
    rdfs:label "skin of neck" ;
    rdfs:subClassOf obo:UBERON_0000014, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0001418
    obo:IAO_0000115 "A zone of skin that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:23028", "FMA:23029", "MA:0000564", "SCTID:281723000" ;
    oboInOwl:hasExactSynonym "thoracic skin", "thorax skin", "thorax zone of skin", "zone of skin of thorax" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper body skin" ;
    oboInOwl:id "UBERON:0001418" ;
    a owl:Class ;
    rdfs:label "skin of thorax" ;
    rdfs:subClassOf obo:UBERON_0001085, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0001421
    obo:IAO_0000115 "An organism subdivision that includes the pectoral girdle skeleton and associated soft tissue. Note that this includes both the skeletal elements and associated tissues (integument, muscle, etc). Examples: There are only two instances in an organism, right and left pectoral girdle regions." ;
    oboInOwl:hasDbXref "FMA:23217", "SCTID:229759004", "VSAO:0000305", "galen:ShoulderGirdle" ;
    oboInOwl:hasExactSynonym "girdle - pectoral" ;
    oboInOwl:hasNarrowSynonym "cingulum membri superioris", "shoulder girdle", "upper limb girdle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pectoral girdle", "pectoral region" ;
    oboInOwl:id "UBERON:0001421" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pectoral girdle region" ;
    rdfs:subClassOf obo:UBERON_0007823, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010708
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0007831
    ] ;
    owl:disjointWith obo:UBERON_0007831 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007823
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010708
            ]
        )
    ] .

obo:UBERON_0001434
    obo:IAO_0000115 "Anatomical system that is a multi-element, multi-tissue anatomical cluster that consists of the skeleton and the articular system." ;
    oboInOwl:hasDbXref "AAO:0000566", "BTO:0001486", "CALOHA:TS-1320", "EFO:0000806", "EHDAA2:0003168", "EMAPA:35773", "FMA:23881", "MA:0000018", "NCIT:C12788", "TAO:0000434", "VHOG:0001254", "VSAO:0000027", "XAO:0003060", "ZFA:0000434" ;
    oboInOwl:hasExactSynonym "skeleton system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Skelettsystem" ;
    oboInOwl:id "UBERON:0001434" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "skeletal system" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002204
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004288
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004770
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0001474, obo:UBERON_0002204, obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011216
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0004288
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0004770
            ]
        )
    ] .

obo:UBERON_0001444
    oboInOwl:hasDbXref "FMA:24218", "SCTID:123852005", "XAO:0000040" ;
    oboInOwl:hasExactSynonym "head subdivision" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "head region", "region of head" ;
    oboInOwl:id "UBERON:0001444" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "subdivision of head" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] .

obo:UBERON_0001456
    obo:IAO_0000115 "A subdivision of the head that has as parts the layers deep to the surface of the anterior surface, including the mouth, eyes, and nose (when present). In vertebrates, this includes the facial skeleton and structures superficial to the facial skeleton (cheeks, mouth, eyeballs, skin of face, etc)." ;
    oboInOwl:hasDbXref "BTO:0003369", "CALOHA:TS-2216", "EMAPA:32763", "FMA:24728", "GAID:64", "HAO:0000316", "MA:0002473", "MESH:D005145", "NCIT:C13071", "SCTID:302549007", "Wikipedia:Face", "galen:Face" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "visage" ;
    oboInOwl:id "UBERON:0001456" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "face" ;
    rdfs:subClassOf obo:UBERON_0001444, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] .

obo:UBERON_0001458
    obo:IAO_0000115 "A zone of skin that is part of a lip [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:24764", "MA:0001579", "NCIT:C12291", "SCTID:244092005" ;
    oboInOwl:hasExactSynonym "lip skin", "lip zone of skin", "zone of skin of lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001458" ;
    a owl:Class ;
    rdfs:label "skin of lip" ;
    rdfs:subClassOf obo:UBERON_1000021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0001474
    obo:IAO_0000115 "Skeletal element that is composed of bone tissue." ;
    oboInOwl:hasDbXref "AAO:0000047", "AEO:0000082", "BTO:0000140", "CALOHA:TS-0088", "EFO:0000298", "EHDAA2:0003082", "EMAPA:32782", "ENVO:00002039", "EV:0100140", "FMA:30317", "FMA:5018", "GAID:92", "MA:0001459", "MAT:0000299", "MIAA:0000299", "NCIT:C12366", "SCTID:90780006", "TAO:0001514", "VHOG:0001190", "VSAO:0000057", "Wikipedia:Bone", "XAO:0000169", "ZFA:0001514", "galen:Bone" ;
    oboInOwl:hasExactSynonym "bone organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bone" ;
    oboInOwl:id "UBERON:0001474" ;
    oboInOwl:inSubset core:efo_slim, core:major_organ, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "bone element" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004765, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002481
    ] ;
    owl:disjointWith obo:UBERON_0001630, obo:UBERON_0005090 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004765
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002481
            ]
        )
    ] .

obo:UBERON_0001484
    obo:IAO_0000115 "An articular capsule (or joint capsule) is an envelope surrounding a synovial joint. [WP,unvetted]." ;
    oboInOwl:hasDbXref "FMA:34836", "GAID:263", "MA:0001519", "MESH:D017746", "NCIT:C32259", "NCIT:C84388", "SCTID:182238002", "Wikipedia:Articular_capsule", "galen:JointCapsule" ;
    oboInOwl:hasExactSynonym "fibrous capsule of joint", "joint capsule", "joint fibrous capsule" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001484" ;
    oboInOwl:inSubset core:organ_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "articular capsule" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000094, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0007616
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0002217
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000094
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0007616
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0002217
            ]
        )
    ] .

obo:UBERON_0001496
    obo:IAO_0000115 "The ascending aorta is the portion of the aorta in a two-pass circulatory system that lies between the heart and the arch of aorta[GO]. A portion of the aorta commencing at the upper part of the base of the left ventricle, on a level with the lower border of the third costal cartilage behind the left half of the sternum; it passes obliquely upward, forward, and to the right, in the direction of the heart's axis, as high as the upper border of the second right costal cartilage, describing a slight curve in its course, and being situated, about 6 cm behind the posterior surface of the sternum. The total length is about 5 cm in length [Wikipedia]." ;
    oboInOwl:hasDbXref "EHDAA2:0000147", "EHDAA:9828", "EMAPA:17014", "FMA:3736", "MA:0002570", "NCIT:C32150", "SCTID:181299009", "Wikipedia:Ascending_aorta" ;
    oboInOwl:hasExactSynonym "ascending thoracic aorta", "pars ascendens aortae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001496" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "ascending aorta" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001515, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001515
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005338
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0002061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005432
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001515
    ] .

obo:UBERON_0001508
    obo:IAO_0000115 "The convex portion of the aorta between the ascending and descending parts of the aorta; branches from it include the brachiocephalic trunk, the left common carotid artery, and the left subclavian artery; the brachiocephalic trunk further splits to form the right subclavian artery and the right common carotid artery." ;
    oboInOwl:hasDbXref "BTO:0000157", "EFO:0002526", "EHDAA2:0000132", "EMAPA:17613", "FMA:3768", "GAID:471", "MA:0000475", "SCTID:181300001", "VHOG:0001196", "Wikipedia:Arch_of_aorta" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "aortic arch", "thoracic aorta" ;
    oboInOwl:id "UBERON:0001508" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "arch of aorta" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001515, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001515
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001496
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003121
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005432
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005613
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001515
    ] .

obo:UBERON_0001514
    obo:IAO_0000115 "The descending aorta is the portion of the aorta in a two-pass circulatory system from the arch of aorta to the point where it divides into the common iliac arteries[GO]. The descending aorta is part of the aorta, the largest artery in the body. The descending aorta is the part of the aorta beginning at the aortic arch that runs down through the chest and abdomen. The descending aorta is divided into two portions, the thoracic and abdominal, in correspondence with the two great cavities of the trunk in which it is situated. Within the abdomen, the descending aorta branches into the two common iliac arteries which serve the legs. [WP,unvetted]." ;
    oboInOwl:hasDbXref "EMAPA:18606", "FMA:3784", "MA:0002571", "NCIT:C32455", "SCTID:261399002", "Wikipedia:Descending_aorta" ;
    oboInOwl:hasExactSynonym "pars descendens aortae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001514" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "descending aorta" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0005800, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001508
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005805
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005613
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005622
    ] .

obo:UBERON_0001515
    obo:IAO_0000115 "The part of the aorta that extends from the origin at the heart to the diaphragm, and from which arises numerous branches that supply oxygenated blood to the chest cage and the organs within the chest." ;
    oboInOwl:hasDbXref "BTO:0000157", "EFO:0002525", "EMAPA:18603", "FMA:3786", "GAID:471", "MA:0002569", "MESH:D001013", "NCIT:C33766", "SCTID:302510009", "Wikipedia:Thoracic_aorta", "galen:ThoracicAorta" ;
    oboInOwl:hasExactSynonym "thoracic part of aorta" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001515" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "thoracic aorta" ;
    rdfs:subClassOf obo:UBERON_0005800, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005800
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0001516
    obo:IAO_0000115 "Abdominal part of aorta: the distal part of the descending aorta, which is the continuation of the thoracic part and gives rise to the inferior phrenic, lumbar, median sacral, superior and inferior mesenteric, middle suprarenal, renal, and testicular or ovarian arteries, and celiac trunk[BTO]. The abdominal aorta is the largest artery in the abdominal cavity. As part of the aorta, it is a direct continuation of descending aorta(of the thorax). [WP,unvetted]." ;
    oboInOwl:hasDbXref "BTO:0002976", "EFO:0002524", "EMAPA:17856", "FMA:3789", "GAID:470", "MA:0000474", "MESH:D001012", "NCIT:C32038", "SCTID:244231007", "Wikipedia:Abdominal_aorta", "galen:AbdominalAorta" ;
    oboInOwl:hasExactSynonym "abdominal part of aorta", "descending abdominal aorta", "pars abdominalis aortae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "abdominal part of aorta" ;
    oboInOwl:id "UBERON:0001516" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "abdominal aorta" ;
    rdfs:subClassOf obo:UBERON_0005800, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0000916
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002345
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001514
    ] .

obo:UBERON_0001529
    obo:IAO_0000115 "The short first aortic arch branch and divides into the right subclavian artery and the right common carotid artery." ;
    oboInOwl:hasBroadSynonym "innominate" ;
    oboInOwl:hasDbXref "EFO:0002550", "EHDAA2:0000835", "EMAPA:17615", "FMA:3932", "GAID:476", "MA:0001922", "MESH:D016122", "NCIT:C32814", "SCTID:244244002", "Wikipedia:Brachiocephalic_artery", "galen:BrachioCephalicArtery" ;
    oboInOwl:hasExactSynonym "brachiocephalic trunk", "innominate artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001529" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "brachiocephalic artery" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007204
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001508
    ], [
        a owl:Restriction ;
        owl:onProperty core:channels_from ;
        owl:someValuesFrom obo:UBERON_0001508
    ] .

obo:UBERON_0001530
    obo:IAO_0000115 "A bilaterally paired branched artery that originates from the aortic arches and divides into and includes as parts the internal and external carotid arteries[cjm]." ;
    oboInOwl:hasBroadSynonym "carotid artery" ;
    oboInOwl:hasDbXref "CALOHA:TS-0116", "EHDAA2:0000217", "EHDAA:7331", "EMAPA:17855", "FMA:3939", "GAID:479", "MA:0001926", "MESH:D017536", "NCIT:C32352", "SCTID:362041005", "VHOG:0000272", "Wikipedia:Common_carotid_artery" ;
    oboInOwl:hasExactSynonym "carotid artery system", "trunk of common carotid tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001530" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "common carotid artery plus branches" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001508
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004363
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002488 ;
        owl:someValuesFrom obo:UBERON_0000068
    ] .

obo:UBERON_0001531
    obo:IAO_0000115 "The rightmost of the two common carotid arteries, originating from in the neck from the brachiocephalic trunk." ;
    oboInOwl:hasDbXref "EMAPA:35749", "FMA:3941", "MA:0001928", "NCIT:C33473", "SCTID:362042003", "Wikipedia:Right_common_carotid_artery" ;
    oboInOwl:hasExactSynonym "right common carotid artery", "trunk of right common carotid tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "right common carotid artery" ;
    oboInOwl:id "UBERON:0001531" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "right common carotid artery plus branches" ;
    rdfs:subClassOf obo:UBERON_0001530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001529
    ] .

obo:UBERON_0001532
    obo:IAO_0000115 "A terminal branch of the left or right common carotid artery which supplies oxygenated blood to the brain and eyes[MP]." ;
    oboInOwl:hasDbXref "AAO:0010219", "AAO:0011054", "BTO:0004697", "EFO:0001952", "EHDAA2:0000873", "EHDAA:408", "EHDAA:6389", "EMAPA:16328", "FMA:3947", "GAID:481", "MA:0001930", "MESH:D002343", "NCIT:C32836", "SCTID:362045001", "TAO:0005081", "VHOG:0000267", "Wikipedia:Internal_carotid_artery", "XAO:0000366", "ZFA:0005081" ;
    oboInOwl:hasExactSynonym "cranial carotid artery", "internal carotid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001532" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "internal carotid artery" ;
    rdfs:subClassOf obo:UBERON_0003496, obo:UBERON_0005396, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_2001053
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001530
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0000970
    ] .

obo:UBERON_0001533
    obo:IAO_0000115 "One of two laterally paired arteries that supplies the pectoral appendages, usually branching from the dorsal aorta." ;
    oboInOwl:hasDbXref "AAO:0010232", "EHDAA2:0001933", "EHDAA:4357", "EMAPA:17617", "FMA:3951", "GAID:511", "MA:0002045", "MESH:D013348", "NCIT:C33643", "SCTID:265790007", "TAO:0005086", "Wikipedia:Subclavian_artery", "XAO:0000365", "ZFA:0005086" ;
    oboInOwl:hasExactSynonym "arterial tree of upper limb", "pectoral artery", "subclavian arterial tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001533" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:unverified_taxonomic_grouping, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "subclavian artery" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0000915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001508
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002457
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005622
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0004710
    ] .

obo:UBERON_0001534
    obo:IAO_0000115 "The subclavian artery that supplies the right pectoral appendage." ;
    oboInOwl:hasDbXref "EHDAA2:0004514", "FMA:3953", "MA:0002047", "NCIT:C33490", "SCTID:244246000", "Wikipedia:Subclavian_artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001534" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "right subclavian artery" ;
    rdfs:subClassOf obo:UBERON_0001533, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001529
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001533
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0001536
    obo:IAO_0000115 "The leftmost of the two common carotid arteries, originating from the aortic arch in the thorax." ;
    oboInOwl:hasDbXref "EMAPA:35491", "FMA:4058", "MA:0001927", "NCIT:C32956", "SCTID:362043008", "Wikipedia:Left_common_carotid_artery" ;
    oboInOwl:hasExactSynonym "left common carotid artery", "trunk of left common carotid tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "left common carotid artery" ;
    oboInOwl:id "UBERON:0001536" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "left common carotid artery plus branches" ;
    rdfs:subClassOf obo:UBERON_0001530 .

obo:UBERON_0001555
    obo:IAO_0000115 "A tube extending from the mouth to the anus." ;
    oboInOwl:hasBroadSynonym "gut" ;
    oboInOwl:hasDbXref "AAO:0010023", "BILA:0000083", "BTO:0000511", "BTO:0000545", "EHDAA2:0000726", "EHDAA:518", "EMAPA:16247", "FMA:45615", "MA:0000917", "NCIT:C34082", "TAO:0000112", "TGMA:0001819", "VHOG:0000309", "WBbt:0005743", "ZFA:0000112", "galen:AlimentaryTract" ;
    oboInOwl:hasExactSynonym "digestive tube", "enteric tract" ;
    oboInOwl:hasNarrowSynonym "alimentary canal", "alimentary tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "digestive canal", "gut tube" ;
    oboInOwl:id "UBERON:0001555" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "digestive tract" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000025, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007026
    ] .

obo:UBERON_0001558
    obo:IAO_0000115 "The segment of the respiratory tract that starts proximally with the trachea and includes all distal structures including the lungs[WP,modified]." ;
    oboInOwl:hasDbXref "EHDAA2:0001036", "EMAPA:16738", "FMA:45662", "MA:0000435", "SCTID:281488008", "VHOG:0000382", "Wikipedia:Lower_respiratory_tract" ;
    oboInOwl:hasExactSynonym "lower respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001558" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "lower respiratory tract" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000072, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000170
    ] .

obo:UBERON_0001568
    obo:IAO_0000115 "The muscles associated with the larynx." ;
    oboInOwl:hasDbXref "BTO:0001626", "EMAPA:35473", "FMA:46562", "GAID:144", "MA:0001768", "MESH:D007821", "NCIT:C32934", "SCTID:181744001", "Wikipedia:Muscles_of_larynx" ;
    oboInOwl:hasExactSynonym "laryngeal muscle", "larynx muscle", "larynx muscle organ", "muscle organ of larynx", "musculi laryngeales" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001568" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "muscle of larynx" ;
    rdfs:subClassOf obo:UBERON_0002377, obo:UBERON_0003831, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004478
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0001571
    obo:IAO_0000115 "Either of a pair of lingual muscles with origin in the mandible, with insertion to the lingual fascia below the mucous membrane and epiglottis, with nerve supply from the hypoglossal nerve, and whose action depresses and protrudes the tongue." ;
    oboInOwl:hasDbXref "AAO:0010660", "EHDAA2:0000704", "EHDAA:9150", "EMAPA:18276", "FMA:46690", "MA:0002307", "NCIT:C52928", "SCTID:244784007", "VHOG:0000847", "Wikipedia:Genioglossus_muscle" ;
    oboInOwl:hasExactSynonym "genioglossus", "m. genioglossus", "musculus genioglossus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001571" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "genioglossus muscle" ;
    rdfs:subClassOf obo:UBERON_0001575, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010059
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002372 ;
        owl:someValuesFrom obo:UBERON_0006606
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002373 ;
        owl:someValuesFrom obo:UBERON_0009471
    ] .

obo:UBERON_0001572
    obo:IAO_0000115 "A muscle that attaches to the hyopid bone and to the tongue and is innervated by cranial nerve XII." ;
    oboInOwl:hasDbXref "AAO:0010663", "EMAPA:18277", "FMA:46691", "MA:0002317", "MFMO:0000064", "NCIT:C53161", "SCTID:244785008", "Wikipedia:Hyoglossus_muscle" ;
    oboInOwl:hasExactSynonym "hyoglossus", "m. hyoglossus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001572" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "hyoglossus muscle" ;
    rdfs:subClassOf obo:UBERON_0001575, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0001685
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0001723
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002372 ;
        owl:someValuesFrom obo:UBERON_0001685
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002373 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002005 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0001685
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0001575
    obo:IAO_0000115 "A muscle organ that attaches the tongue to some other structure." ;
    oboInOwl:hasDbXref "EHDAA2:0002063", "EHDAA:9148", "EMAPA:18275", "FMA:46699", "MA:0002296", "SCTID:244782006", "VHOG:0000825" ;
    oboInOwl:hasExactSynonym "extrinsic lingual muscle", "extrinsic tongue muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001575" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "extrinsic muscle of tongue" ;
    rdfs:subClassOf obo:UBERON_0000378, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002005 ;
        owl:someValuesFrom obo:UBERON_0001650
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0004765
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0011332
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002005 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002177 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0004765
            ]
        )
    ] .

obo:UBERON_0001576
    obo:IAO_0000115 "The intrinsic tongue muscles are an integral part of the tongue and completely contained within the tongue that are innervated by Cranial Nerve XII." ;
    oboInOwl:hasDbXref "EHDAA2:0002064", "EHDAA:9152", "EMAPA:18280", "FMA:46701", "MA:0002327", "SCTID:244788005", "VHOG:0000748" ;
    oboInOwl:hasExactSynonym "intrinsic lingual muscle", "intrinsic tongue muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001576" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "intrinsic muscle of tongue" ;
    rdfs:subClassOf obo:UBERON_0000378, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002005 ;
        owl:someValuesFrom obo:UBERON_0001650
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002005 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002177 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0001584
    obo:IAO_0000115 "The subclavian artery that supplies the left pectoral appendage." ;
    oboInOwl:hasDbXref "FMA:4694", "MA:0002046", "NCIT:C32972", "SCTID:244245001", "Wikipedia:Subclavian_artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001584" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "left subclavian artery" ;
    rdfs:subClassOf obo:UBERON_0001533, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty core:channels_from ;
        owl:someValuesFrom obo:UBERON_0001508
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001533
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0001585
    obo:IAO_0000115 "A vein that carries deoxygenated blood from the upper half of the body into the right atrium of the heart." ;
    oboInOwl:hasDbXref "BTO:0002683", "EHDAA2:0001962", "EHDAA:8726", "EMAPA:18417", "FMA:4720", "GAID:549", "MA:0000481", "MESH:D014683", "NCIT:C12816", "SCTID:181368006", "VHOG:0001195", "Wikipedia:Superior_vena_cava", "galen:SuperiorVenaCava" ;
    oboInOwl:hasExactSynonym "superior caval vein", "superior vena cava" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial vena cava", "precava" ;
    oboInOwl:id "UBERON:0001585" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "anterior vena cava" ;
    rdfs:subClassOf obo:UBERON_0004087, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002078
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0000153
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004087
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0000153
            ]
        )
    ] .

obo:UBERON_0001586
    obo:IAO_0000115 "One of two jugular veins that collect the blood from the brain, the superficial parts of the face, and the neck. [WP,unvetted]." ;
    oboInOwl:hasDbXref "AAO:0010236", "EHDAA2:0000877", "EHDAA:5407", "EMAPA:17620", "FMA:4724", "MA:0002157", "NCIT:C32849", "RETIRED_EHDAA2:0000878", "SCTID:181372005", "Wikipedia:Internal_jugular_vein", "XAO:0000382", "galen:InternalJugularVein" ;
    oboInOwl:hasExactSynonym "internal jugular", "internal jugular venous tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001586" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "internal jugular vein" ;
    rdfs:subClassOf obo:UBERON_0004711, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0003711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] .

obo:UBERON_0001592
    obo:IAO_0000115 "The bronchial veins are small vessels that return blood from the larger bronchi and structures at the roots of the lungs. The right side drains into the azygos vein, while the left side drains into the left superior intercostal vein or the accessory hemiazygos vein. The bronchial veins are counterparts to the bronchial arteries. The veins, however, do not return all of the blood supplied by the arteries; much of the blood that is carried in the bronchial arteries is returned to the heart via the pulmonary veins. [WP,unvetted]." ;
    oboInOwl:hasDbXref "EMAPA:36284", "FMA:4749", "MA:0002088", "NCIT:C53031", "SCTID:198293000", "Wikipedia:Bronchial_veins" ;
    oboInOwl:hasExactSynonym "bronchial venous tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001592" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "bronchial vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0001605
    obo:IAO_0000115 "The ciliary muscle is a ring of smooth muscle in the middle layer of the eye that controls the eye's accommodation for viewing objects at varying distances and regulates the flow of aqueous humour through Schlemm's canal. [WP,unvetted]." ;
    oboInOwl:hasDbXref "BTO:0000654", "EMAPA:35240", "FMA:49151", "MA:0001269", "NCIT:C32315", "SCTID:280862009", "Wikipedia:Ciliary_muscle" ;
    oboInOwl:hasExactSynonym "musculus ciliarus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Bowman`s muscles", "ciliaris" ;
    oboInOwl:id "UBERON:0001605" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "ciliary muscle" ;
    rdfs:subClassOf obo:UBERON_0003386, obo:UBERON_0010314, obo:UBERON_0011222, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001775
    ] .

obo:UBERON_0001606
    oboInOwl:hasDbXref "FMA:49154", "MA:0001287", "SCTID:280888007", "Wikipedia:Iris_muscle" ;
    oboInOwl:hasExactSynonym "iris muscle", "iris muscle organ", "muscle organ of iris" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001606" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "muscle of iris" ;
    rdfs:subClassOf obo:UBERON_0011222, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001769
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:UBERON_0001610
    obo:IAO_0000115 "The lingual artery arises from the external carotid between the superior thyroid and facial artery[WP]." ;
    oboInOwl:hasDbXref "AAO:0010492", "EMAPA:36324", "FMA:49526", "MA:0001992", "NCIT:C52961", "SCTID:181327002", "Wikipedia:Lingual_artery" ;
    oboInOwl:hasExactSynonym "lingual branch of external carotid artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001610" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "lingual artery" ;
    rdfs:subClassOf obo:UBERON_0015212, obo:UBERON_0035398, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0001723
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0001612
    obo:IAO_0000115 "A branch of the external carotid artery that supplies structures of the face. [WP,unvetted]." ;
    oboInOwl:hasDbXref "EMAPA:19213", "FMA:49549", "MA:0001950", "NCIT:C32578", "SCTID:181328007", "Wikipedia:Facial_artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "external maxillary artery" ;
    oboInOwl:id "UBERON:0001612" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "facial artery" ;
    rdfs:subClassOf obo:UBERON_0035398, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002252 ;
                owl:someValuesFrom obo:UBERON_0001070
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001456
            ]
        )
    ] .

obo:UBERON_0001616
    obo:IAO_0000115 "An artery that supplies deep structures of the face. It comes just out behind the neck of the mandible. [WP,unvetted]." ;
    oboInOwl:hasDbXref "EHDAA2:0001069", "EHDAA:7357", "EMAPA:17311", "FMA:49675", "GAID:498", "MA:0001919", "MESH:D008438", "NCIT:C34205", "SCTID:181326006", "Wikipedia:Maxillary_artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "internal maxillary artery" ;
    oboInOwl:id "UBERON:0001616" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "maxillary artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001070
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002207 ;
        owl:someValuesFrom obo:UBERON_0003118
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002207 ;
                owl:someValuesFrom obo:UBERON_0003118
            ]
        )
    ] .

obo:UBERON_0001628
    obo:IAO_0000115 "One of a pair of right-sided and left-sided blood vessels in the circle of Willis. It connects the three cerebral arteries of the same side. Anteriorly, it is one portion of the terminal trifurcation of the internal carotid artery. The anterior cerebral artery and the middle cerebral artery are the other two branches of the trifurcation. Posteriorly, it communicates with the posterior cerebral artery." ;
    oboInOwl:hasDbXref "EHDAA2:0004518", "EHDAA:3352", "EMAPA:18600", "FMA:50084", "MA:0002023", "NCIT:C33357", "RETIRED_EHDAA2:0001487", "SCTID:181314001", "TAO:0005001", "Wikipedia:Posterior_communicating_artery", "ZFA:0005001" ;
    oboInOwl:hasExactSynonym "caudal communicating segment", "posterior communicating segment of the basilar artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "PCA", "PCS" ;
    oboInOwl:id "UBERON:0001628" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "posterior communicating artery" ;
    rdfs:subClassOf obo:UBERON_0004573, obo:UBERON_0006347, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003709
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0003709
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002252 ;
        owl:someValuesFrom obo:UBERON_0001532
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006347
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003709
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002252 ;
                owl:someValuesFrom obo:UBERON_0001532
            ]
        )
    ] .

obo:UBERON_0001630
    obo:IAO_0000115 "Organ consisting of a tissue made up of various elongated cells that are specialized to contract and thus to produce movement and mechanical work[GO]." ;
    oboInOwl:hasBroadSynonym "muscle" ;
    oboInOwl:hasDbXref "EV:0100146", "FMA:5022", "GAID:131", "MA:0000015", "SCTID:71616004", "TAO:0005145", "VHOG:0001245", "XAO:0000172", "ZFA:0005145", "galen:Muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001630" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "muscle organ" ;
    rdfs:subClassOf obo:UBERON_0000062, obo:UBERON_0005090, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002385
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002385
            ]
        )
    ] .

obo:UBERON_0001637
    obo:IAO_0000115 "An epithelial tube or tree of tibes that transports blood away from the heart[modified from AEO definition]." ;
    oboInOwl:hasDbXref "AAO:0010211", "AEO:0000208", "BTO:0000573", "CALOHA:TS-0054", "EFO:0000814", "EHDAA2:0003253", "EMAPA:35147", "EV:0100026", "FMA:50720", "GAID:468", "MA:0000064", "MAT:0000034", "MESH:D001158", "MIAA:0000034", "NCIT:C12372", "SCTID:362877004", "TAO:0000005", "VHOG:0001251", "Wikipedia:Artery", "XAO:0000114", "ZFA:0000005", "galen:Artery" ;
    oboInOwl:hasExactSynonym "arterial subtree", "arterial tree organ part" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "arterial system", "arterial vessel" ;
    oboInOwl:id "UBERON:0001637" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "artery" ;
    rdfs:subClassOf obo:UBERON_0003509, [
        a owl:Restriction ;
        owl:onProperty core:channels_from ;
        owl:someValuesFrom obo:UBERON_0000948
    ] .

obo:UBERON_0001638
    obo:IAO_0000115 "Any of the tubular branching vessels that carry blood from the capillaries toward the heart." ;
    oboInOwl:hasBroadSynonym "venous subtree", "venous vessel" ;
    oboInOwl:hasDbXref "AAO:0010212", "AEO:0000209", "BTO:0000234", "CALOHA:TS-1108", "EFO:0000816", "EHDAA2:0003254", "EMAPA:35906", "EV:0100031", "FMA:50723", "GAID:492", "MA:0000067", "MAT:0000037", "MESH:D014680", "MIAA:0000037", "NCIT:C12814", "SCTID:181367001", "TAO:0000082", "VHOG:0001743", "Wikipedia:Vein", "XAO:0000115", "ZFA:0000082", "galen:Vein" ;
    oboInOwl:hasExactSynonym "venous tree organ part" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "vascular element" ;
    oboInOwl:id "UBERON:0001638" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vein" ;
    rdfs:subClassOf obo:UBERON_0003920, [
        a owl:Restriction ;
        owl:onProperty core:channel_for ;
        owl:someValuesFrom obo:UBERON_0013756
    ], [
        a owl:Restriction ;
        owl:onProperty core:channels_from ;
        owl:someValuesFrom obo:UBERON_0001982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003920
            [
                a owl:Restriction ;
                owl:onProperty core:channel_for ;
                owl:someValuesFrom obo:UBERON_0013756
            ]
        )
    ] .

obo:UBERON_0001645
    obo:IAO_0000115 "Cranial nerve that has three branches - the ophthalmic (supplying the skin of the nose and upper jaw), the maxillary and the mandibular (supplying the lower jaw)." ;
    oboInOwl:hasDbXref "AAO:0010470", "BAMS:5n", "BAMS:Vn", "BAMS:nV", "BIRNLEX:869", "BM:VN", "BTO:0001072", "EFO:0001402", "EHDAA2:0002084", "EHDAA:3738", "EMAPA:17576", "FMA:50866", "GAID:726", "MA:0001100", "MBA:901", "MESH:D014276", "MFMO:0000093", "NCIT:C12806", "SCTID:362459002", "TAO:0000697", "VHOG:0000704", "Wikipedia:Trigeminal_nerve", "XAO:0003092", "ZFA:0000697" ;
    oboInOwl:hasExactSynonym "fifth cranial nerve", "trigeminal V", "trigeminal nerve [V]", "trigeminal nerve tree", "trigeminal v nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "CN-V", "cranial nerve V", "nerve V", "nervus trigeminus", "trigeminus" ;
    oboInOwl:id "UBERON:0001645" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "trigeminal nerve" ;
    rdfs:subClassOf obo:UBERON_0001785, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0011648
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_1000021
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005239
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0002925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001785
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0000165
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0011648
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_1000021
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0002925
            ]
        )
    ] .

obo:UBERON_0001649
    obo:IAO_0000115 "Cranial nerve that branches into the ramus communicans (to the skin), the pretrematic (to the walls of the pharynx and mouth, viscero-sensory fibers), and the larval post-trematic branch (lost in the adult)." ;
    oboInOwl:hasDbXref "AAO:0010474", "BAMS:9n", "BAMS:IXn", "BIRNLEX:899", "BTO:0004979", "EHDAA2:0000709", "EHDAA:3733", "EMAPA:17268", "FMA:50870", "GAID:827", "MA:0001093", "MBA:808", "MESH:D005930", "NCIT:C12723", "SCTID:362465002", "TAO:0000668", "VHOG:0000701", "Wikipedia:Glossopharyngeal_nerve", "XAO:0003096", "ZFA:0000668" ;
    oboInOwl:hasExactSynonym "glossopharyngeal IX", "glossopharyngeal IX nerve", "glossopharyngeal nerve [IX]", "glossopharyngeal nerve tree", "nervus glossopharyngeus", "ninth cranial nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial nerve IX", "nerve IX" ;
    oboInOwl:id "UBERON:0001649" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "glossopharyngeal nerve" ;
    rdfs:subClassOf obo:UBERON_0001785, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0001727
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0006562
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005239
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001896
    ] .

obo:UBERON_0001650
    obo:IAO_0000115 "Cranial nerve that innervates the muscles of the tongue." ;
    oboInOwl:hasDbXref "AAO:0010477", "BAMS:12n", "BAMS:XIIn", "BAMS:nXII", "BIRNLEX:820", "BTO:0003386", "EHDAA2:0000798", "EHDAA:2859", "EMAPA:17269", "FMA:50871", "GAID:828", "MA:0001094", "MBA:813", "MESH:D007002", "NCIT:C12732", "SCTID:362471008", "VHOG:0000693", "Wikipedia:Hypoglossal_nerve", "XAO:0004215" ;
    oboInOwl:hasExactSynonym "cranial nerve XII", "hypoglossal XII", "hypoglossal XII nerve", "hypoglossal nerve [XII]", "hypoglossal nerve tree", "twelfth cranial nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "CN-XII", "hypoglossal nerve/ root", "nerve XII" ;
    oboInOwl:id "UBERON:0001650" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "hypoglossal nerve" ;
    rdfs:subClassOf obo:UBERON_0001785, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0001571
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0001572
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0002871
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001785
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0000378
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0002871
            ]
        )
    ] .

obo:UBERON_0001651
    obo:IAO_0000115 "The pulmonary artery that supplies the right lung." ;
    oboInOwl:hasDbXref "FMA:50872", "MA:0002500", "NCIT:C33489", "SCTID:244235003", "Wikipedia:Right_pulmonary_artery", "galen:RightPulmonaryArtery" ;
    oboInOwl:hasExactSynonym "right main pulmonary artery", "right pulmonary arterial tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001651" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "right pulmonary artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0002167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
        )
    ] .

obo:UBERON_0001652
    obo:IAO_0000115 "The pulmonary artery that supplies the left lung." ;
    oboInOwl:hasDbXref "FMA:50873", "MA:0002032", "NCIT:C32971", "SCTID:244234004", "Wikipedia:Left_pulmonary_artery", "galen:LeftPulmonaryArtery" ;
    oboInOwl:hasExactSynonym "left main pulmonary artery", "left pulmonary arterial tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001652" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "left pulmonary artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0002168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:UBERON_0001653
    obo:IAO_0000115 "The anterior facial vein (facial vein) commences at the side of the root of the nose, and is a direct continuation of the angular vein where it also receives a small nasal branch. It lies behind the facial artery and follows a less tortuous course. It receives blood from the external palatine vein before it either joins the anterior branch of the retromandibular vein to form the common facial vein, or drains directly into the internal jugular vein. [WP,unvetted]." ;
    oboInOwl:hasDbXref "AAO:0010513", "EMAPA:19220", "FMA:50874", "MA:0002115", "NCIT:C32579", "SCTID:181374006", "Wikipedia:Facial_vein" ;
    oboInOwl:hasExactSynonym "face vein", "vein of face" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001653" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "facial vein" ;
    rdfs:subClassOf obo:UBERON_0003496, obo:UBERON_0009141, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001456
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002376 ;
        owl:someValuesFrom obo:UBERON_0001586
    ] .

obo:UBERON_0001663
    obo:IAO_0000115 "The cerebral veins are divisible into external and internal groups according to the outer surfaces or the inner parts of the hemispheres they drain into. The external veins are the superior cerebral veins, inferior cerebral veins, and middle cerebral vein. [WP,unvetted]." ;
    oboInOwl:hasDbXref "FMA:50981", "GAID:530", "MA:0002096", "MESH:D002550", "NCIT:C53037", "SCTID:244392000", "Wikipedia:Cerebral_veins", "XAO:0004160" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001663" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cerebral vein" ;
    rdfs:subClassOf obo:UBERON_0001638, obo:UBERON_0003499, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0001675
    obo:IAO_0000115 "The cranial ganglion that is associated with and extends fibers into the trigeminal nerve." ;
    oboInOwl:hasDbXref "AAO:0011107", "BAMS:5Gn", "BAMS:GV", "BTO:0001231", "EFO:0000903", "EHDAA2:0002085", "EHDAA:2113", "EMAPA:16797", "FMA:52618", "GAID:725", "MA:0001080", "MAT:0000511", "MESH:D012668", "NCIT:C62642", "SCTID:244449009", "TAO:0000295", "VHOG:0000694", "Wikipedia:Trigeminal_ganglion", "XAO:0000427", "XAO:0000428", "ZFA:0000295", "neuronames:1402" ;
    oboInOwl:hasExactSynonym "5th ganglion", "Gasserian ganglion", "fifth ganglion", "ganglion of trigeminal complex", "semilunar ganglion", "trigeminal V ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Gasser's ganglion", "gV", "ganglion of trigeminal nerve", "trigeminus ganglion" ;
    oboInOwl:id "UBERON:0001675" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "trigeminal ganglion" ;
    rdfs:subClassOf obo:UBERON_0001714, obo:UBERON_0001800, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006304
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001714
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001645
            ]
        )
    ] .

obo:UBERON_0001676
    obo:IAO_0000115 "The bone at the lower, posterior part of the skull." ;
    oboInOwl:hasDbXref "EMAPA:25112", "FMA:52735", "GAID:227", "MA:0001468", "MESH:D009777", "NCIT:C12757", "SCTID:181796003", "Wikipedia:Occipital_bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "occipital complex", "occipital squama" ;
    oboInOwl:id "UBERON:0001676" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "occipital bone" ;
    rdfs:subClassOf obo:UBERON_0010428, obo:UBERON_0011164, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0002241
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003113
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_117570
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003089
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0003687
    ] .

obo:UBERON_0001678
    obo:IAO_0000115 "The large, irregular bone located at the base and side of the skull; consists of three parts at birth: squamous, tympanic, and petrous." ;
    oboInOwl:hasDbXref "EHDAA:6035", "EMAPA:17682", "FMA:52737", "GAID:232", "MA:0001476", "MESH:D013701", "NCIT:C12797", "SCTID:181795004", "VHOG:0000800", "Wikipedia:Temporal_bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001678" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "temporal bone" ;
    rdfs:subClassOf obo:UBERON_0008193, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0002241
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003113
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0008895
    ] .

obo:UBERON_0001685
    obo:IAO_0000115 "A horseshoe shaped bone situated in the anterior midline of the neck between the chin and the thyroid cartilage. The hyoid bone provides attachment to the muscles of the floor of the mouth and the tongue above, the larynx below, and the epiglottis and pharynx behind. [WP,modified]." ;
    oboInOwl:hasDbXref "AAO:0000684", "EMAPA:18650", "FMA:52749", "GAID:197", "MA:0001484", "MESH:D006928", "NCIT:C32752", "SCTID:263352000", "VHOG:0001325", "Wikipedia:Hyoid_bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "hyoid", "hyoid bone", "hyoideum", "lingual bone" ;
    oboInOwl:id "UBERON:0001685" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "hyoid bone" ;
    rdfs:subClassOf obo:UBERON_0008001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010272
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003114
    ] .

obo:UBERON_0001701
    obo:IAO_0000115 "The group of neuron cell bodies associated with the ninth cranial nerve." ;
    oboInOwl:hasDbXref "EHDAA2:0000710", "EHDAA:2838", "EMAPA:16795", "FMA:53471", "MA:0001077", "SCTID:244451008", "TAO:0001301", "VHOG:0000702", "ZFA:0001301" ;
    oboInOwl:hasExactSynonym "ganglion of glossopharyngeal nerve", "ganglion of glosspharyngeal nerve", "glossopharyngeal IX ganglion" ;
    oboInOwl:hasNarrowSynonym "petrosal ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gIX" ;
    oboInOwl:id "UBERON:0001701" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "glossopharyngeal ganglion" ;
    rdfs:subClassOf obo:UBERON_0009127, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005491
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0009125
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001714
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001649
            ]
        )
    ] .

obo:UBERON_0001703
    obo:IAO_0000115 "Subdivision of skeletal system that surrounds and protects the brain. Includes the skull base, sensory capsules and the central part of the skull roof." ;
    oboInOwl:hasDbXref "FMA:53672", "MA:0000317", "SCTID:361731002", "TAO:0001580", "Wikipedia:Neuroranium", "XAO:0003170", "ZFA:0001580" ;
    oboInOwl:hasExactSynonym "brain box" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "brain case", "brain pan", "braincase" ;
    oboInOwl:id "UBERON:0001703" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "neurocranium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011158, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001015 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004761
    ], [
        a owl:Restriction ;
        owl:onProperty core:protects ;
        owl:someValuesFrom obo:UBERON_0000955
    ] .

obo:UBERON_0001708
    obo:IAO_0000115 "Subdivision of skeleton which includes upper and lower jaw skeletons." ;
    oboInOwl:hasDbXref "AAO:0000988", "BTO:0001749", "EMAPA:35455", "FMA:54396", "GAID:214", "MA:0001905", "MESH:D007568", "NCIT:C48821", "SCTID:181811001", "TAO:0001227", "Wikipedia:Jaw", "ZFA:0001227", "galen:Jaw" ;
    oboInOwl:hasExactSynonym "jaw", "jaw cartilage", "mandibular arch skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior splanchnocranium", "jaws", "mandibular arch", "oral jaw skeleton", "pharyngeal arch 1 skeleton", "visceral arch 1" ;
    oboInOwl:id "UBERON:0001708" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "jaw skeleton" ;
    rdfs:subClassOf obo:UBERON_0010314, obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011156
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011595
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0008895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:NBO_0000073
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002576 ;
        owl:someValuesFrom obo:UBERON_0011595
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010912
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002576 ;
                owl:someValuesFrom obo:UBERON_0011595
            ]
        )
    ] .

obo:UBERON_0001710
    obo:IAO_0000115 "Subdivision of head that consists of the lower jaw skeletal elements plus associated soft tissue (skin, lips, muscle)[cjm]." ;
    oboInOwl:hasDbXref "AAO:0000272", "EFO:0003660", "EHDAA2:0001018", "EHDAA:7995", "EMAPA:17906", "FMA:59398", "MESH:D008334", "SCTID:362637005", "VHOG:0000453", "Wikipedia:Lower_jaw", "ncithesaurus:Lower_Jaw" ;
    oboInOwl:hasExactSynonym "mandibular part of mouth" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lower part of mouth", "mandibular series" ;
    oboInOwl:id "UBERON:0001710" ;
    oboInOwl:inSubset core:efo_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "See notes for jaw w.r.t skeletal element vs subdivision of head" ;
    rdfs:label "lower jaw region" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011595
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005867
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0003278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000475
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002551 ;
                owl:someValuesFrom obo:UBERON_0003278
            ]
        )
    ] .

obo:UBERON_0001714
    obo:IAO_0000115 "The groups of nerve cell bodies associated with the twelve cranial nerves." ;
    oboInOwl:hasAlternativeId "UBERON:0003213", "UBERON:0026601" ;
    oboInOwl:hasDbXref "BIRNLEX:2597", "BTO:0000106", "EFO:0000902", "EMAPA:16659", "FMA:54502", "MA:0000213", "MA:0000214", "MAT:0000200", "MIAA:0000200", "SCTID:244448001", "TAO:0000013", "VHOG:0000076", "Wikipedia:Cranial_nerve_ganglion", "XAO:0000027", "ZFA:0000013" ;
    oboInOwl:hasExactSynonym "cranial ganglion", "cranial ganglion part of peripheral nervous system", "cranial ganglion/nerve", "cranial nerve ganglion", "cranial neural ganglion", "cranial neural tree organ ganglion", "ganglion of cranial nerve", "ganglion of cranial neural tree organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial ganglia", "head ganglion", "presumptive cranial ganglia" ;
    oboInOwl:id "UBERON:0001714" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cranial ganglion" ;
    rdfs:subClassOf obo:UBERON_0000045, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0034713
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0034713
            ]
        )
    ] .

obo:UBERON_0001723
    obo:IAO_0000115 "A muscular organ in the floor of the mouth." ;
    oboInOwl:hasDbXref "AAO:0010360", "BTO:0001385", "CALOHA:TS-1050", "EFO:0000833", "EHDAA2:0002062", "EHDAA:9144", "EMAPA:17185", "EV:0100058", "FMA:54640", "GAID:816", "MA:0000347", "MAT:0000040", "MESH:D014059", "MIAA:0000040", "NCIT:C12422", "SCTID:181226008", "TAO:0005333", "VHOG:0000419", "Wikipedia:Tongue", "XAO:0000446", "ZFA:0005333" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "glossus" ;
    oboInOwl:id "UBERON:0001723" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "tongue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000020, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0008814
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0000166
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0006260
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0006756
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0006757
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010056
    ] .

obo:UBERON_0001725
    obo:IAO_0000115 "The cartilaginous joints of the skull; these include sphenoethmoidal synchondrosis, sphenooccipital synchondrosis, sphenopetrosal synchondrosis, petrooccipital synchondrosis, anterior intraoccipital synchondrosis and posterior intraoccipital synchondrosis." ;
    oboInOwl:hasDbXref "EMAPA:35264", "FMA:54816", "MA:0001502", "SCTID:314228003" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001725" ;
    a owl:Class ;
    rdfs:label "cranial synchondrosis" ;
    rdfs:subClassOf obo:UBERON_0002215, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002215
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003129
            ]
        )
    ] .

obo:UBERON_0001726
    oboInOwl:hasDbXref "BIRNLEX:4102", "EMAPA:32777", "FMA:54819", "MA:0001593", "NCIT:C33258", "SCTID:368728006" ;
    oboInOwl:hasExactSynonym "lingual papilla", "tongue papilla" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001726" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "papilla of tongue" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009471
    ] .

obo:UBERON_0001727
    obo:IAO_0000115 "A specialized receptor organ that is a collection of cells spanning the gustatory epithelium." ;
    oboInOwl:hasDbXref "AAO:0010573", "BIRNLEX:4101", "BTO:0000989", "CALOHA:TS-1015", "EMAPA:35850", "FMA:54825", "GAID:815", "MA:0001591", "MESH:D013650", "NCIT:C96518", "SCTID:362099006", "TAO:0001074", "VHOG:0000130", "Wikipedia:Taste_bud", "XAO:0000445", "ZFA:0001074", "http://uri.neuinfo.org/nif/nifstd/nifext_14" ;
    oboInOwl:hasExactSynonym "tastebud" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "taste-bud" ;
    oboInOwl:id "UBERON:0001727" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "taste bud" ;
    rdfs:subClassOf obo:UBERON_0003212, obo:UBERON_0004119, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000209
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007690
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050912
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001033
    ] .

obo:UBERON_0001731
    obo:IAO_0000115 "An anatomical space that is enclosed by a pharynx." ;
    oboInOwl:hasDbXref "AAO:0010435", "BSA:0000113", "BTO:0002097", "EMAPA:18381", "FMA:54935", "SCTID:180543003", "XAO:0000105" ;
    oboInOwl:hasExactSynonym "lumen of pharynx", "pharyngeal cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cavitas pharyngis" ;
    oboInOwl:id "UBERON:0001731" ;
    a owl:Class ;
    rdfs:label "cavity of pharynx" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006562
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0006562
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0006562
            ]
        )
    ] .

obo:UBERON_0001737
    obo:IAO_0000115 "A continuation of the pharynx that is involved in breathing, sound production, and protecting the trachea against food aspiration." ;
    oboInOwl:hasDbXref "AAO:0000268", "BTO:0001208", "CALOHA:TS-0532", "EFO:0000838", "EHDAA2:0004063", "EMAPA:18333", "EV:0100039", "FMA:55097", "GAID:108", "MA:0000414", "MAT:0000187", "MESH:D007830", "MIAA:0000187", "NCIT:C12420", "SCTID:181212004", "VHOG:0001279", "Wikipedia:Larynx", "XAO:0003081", "galen:Larynx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001737" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "larynx" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000072, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002005 ;
        owl:someValuesFrom obo:UBERON_0003716
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0008947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] .

obo:UBERON_0001739
    obo:IAO_0000115 "The cartilaginous structures that support the larynx." ;
    oboInOwl:hasDbXref "BTO:0003660", "EHDAA:8157", "EMAPA:18697", "FMA:55108", "GAID:107", "MA:0001758", "MESH:D007817", "NCIT:C12281", "SCTID:263482005", "VHOG:0001550" ;
    oboInOwl:hasExactSynonym "cartilage of larynx", "larynx cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001739" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "laryngeal cartilage" ;
    rdfs:subClassOf obo:UBERON_0003406, obo:UBERON_0011004, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010212
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0001759
    obo:IAO_0000115 "Cranial nerve that branches into the lateral (to body sense organs) and the intestino-accessorial (to the skin, muscles of shoulder, hyoid, larynx, gut, lungs, and heart)." ;
    oboInOwl:hasDbXref "AAO:0010475", "BAMS:10n", "BAMS:Xn", "BIRNLEX:801", "BTO:0003472", "EFO:0002549", "FMA:5731", "GAID:721", "MA:0001106", "MBA:917", "MESH:D014630", "NCIT:C12812", "SCTID:362466001", "TAO:0000453", "VHOG:0000737", "Wikipedia:Vagus_nerve", "XAO:0003097", "ZFA:0000453", "galen:VagusNerve" ;
    oboInOwl:hasExactSynonym "tenth cranial nerve", "vagus", "vagus X nerve", "vagus nerve [X]", "vagus nerve tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "CN-X", "cranial nerve X", "nerve X", "pneuomgastric nerve", "vagal nerve", "vagus nerve or its root" ;
    oboInOwl:id "UBERON:0001759" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vagus nerve" ;
    rdfs:subClassOf obo:UBERON_0001785, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005239
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0002075
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0011775
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001785
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0011775
            ]
        )
    ] .

obo:UBERON_0001766
    obo:IAO_0000115 "The space in the eye, filled with aqueous humor, and bounded anteriorly by the cornea and a small portion of the sclera and posteriorly by a small portion of the ciliary body, the iris, and part of the crystalline lens." ;
    oboInOwl:hasDbXref "BTO:0002084", "EHDAA2:0000129", "EHDAA:9033", "EMAPA:18231", "FMA:58078", "GAID:889", "MA:0000262", "MESH:D000867", "NCIT:C12667", "SCTID:181160009", "VHOG:0001431", "Wikipedia:Anterior_chamber_of_eyeball" ;
    oboInOwl:hasExactSynonym "anterior chamber", "anterior chamber of eye", "camera anterior", "eye anterior chamber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "camera anterior bulbi", "camera oculi anterior" ;
    oboInOwl:id "UBERON:0001766" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "anterior chamber of eyeball" ;
    rdfs:subClassOf obo:UBERON_0006311, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001801
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001801
    ] .

obo:UBERON_0001768
    obo:IAO_0000115 "The pigmented middle of the three concentric layers that make up an eye, consisting of the iris, ciliary body and choroid[WP,edited]." ;
    oboInOwl:hasDbXref "CALOHA:TS-2228", "EMAPA:35901", "FMA:58103", "GAID:912", "MA:0002480", "MESH:D014602", "NCIT:C12811", "SCTID:280648000", "Wikipedia:Uvea" ;
    oboInOwl:hasExactSynonym "tunica vasculosa of eyeball", "uvea", "uveal tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pars iridica retinae", "tunica vasculatis oculi", "vascular layer of eyeball" ;
    oboInOwl:id "UBERON:0001768" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "uvea" ;
    rdfs:subClassOf obo:UBERON_0004923, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001775
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001776
    ] .

obo:UBERON_0001769
    obo:IAO_0000115 "The adjustable membrane, composed of the stroma and pigmented epithelium, located just in front of the crystalline lens within the eye." ;
    oboInOwl:hasDbXref "AAO:0010347", "BTO:0000653", "CALOHA:TS-0491", "EFO:0004245", "EMAPA:19154", "EV:0100345", "FMA:58235", "GAID:917", "MA:0000273", "MESH:D007498", "NCIT:C12737", "SCTID:181164000", "TAO:0001238", "VHOG:0000101", "Wikipedia:Iris_(anatomy)", "XAO:0000185", "ZFA:0001238" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior uvea" ;
    oboInOwl:id "UBERON:0001769" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "iris" ;
    rdfs:subClassOf obo:UBERON_0000481, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011892
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0011892
    ] .

obo:UBERON_0001772
    obo:IAO_0000115 "The smooth stratified squamous epithelium that covers the outer surface of the cornea." ;
    oboInOwl:hasDbXref "BTO:0000287", "CALOHA:TS-0173", "EFO:0001917", "EHDAA2:0000319", "EMAPA:17162", "FMA:58263", "GAID:895", "MA:0001243", "MESH:D019573", "NCIT:C12928", "SCTID:368825001", "TAO:0002187", "Wikipedia:Corneal_epithelium", "ZFA:0001683" ;
    oboInOwl:hasExactSynonym "anterior corneal epithelium", "cornea epithelial tissue", "cornea epithelium", "epithelial tissue of cornea", "epithelium anterius (cornea)", "epithelium corneæ anterior layer", "epithelium of cornea", "external epithelium of cornea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior endothelium of cornea", "endothelium anterius corneae", "endothelium camerae anterioris bulbi", "endothelium corneale", "epithelium posterius corneae" ;
    oboInOwl:id "UBERON:0001772" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "corneal epithelium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0015808, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
        )
    ] .

obo:UBERON_0001773
    obo:IAO_0000115 "Opaque fibrous outer layer of the eyeball[ZFA,Kardong,WP]." ;
    oboInOwl:hasDbXref "AAO:0010354", "BTO:0001606", "EMAPA:19027", "EV:0100342", "FMA:58269", "GAID:911", "MA:0000280", "MESH:D012590", "NCIT:C12784", "SCTID:181163006", "VHOG:0001274", "Wikipedia:Sclera", "XAO:0000183", "ZFA:0005563" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "scleral capsule" ;
    oboInOwl:id "UBERON:0001773" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Disease notes: implicated in rheumatoid arthritis." ;
    rdfs:label "sclera" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0012430
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000347
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000963
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003314
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] .

obo:UBERON_0001774
    obo:IAO_0000115 "A skeletal muscle organ that is part of the trunk region." ;
    oboInOwl:hasDbXref "AAO:0000611", "EMAPA:35888", "FMA:58274", "MA:0000514", "TAO:0000473", "XAO:0003230", "ZFA:0000473" ;
    oboInOwl:hasExactSynonym "body musculature", "muscle of trunk", "muscle organ of torso", "muscle organ of trunk", "torso muscle organ", "trunk muscle", "trunk muscle organ", "trunk musculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001774" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "skeletal muscle of trunk" ;
    rdfs:subClassOf obo:UBERON_0005177, obo:UBERON_0014892, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004479
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0001775
    obo:IAO_0000115 "The thickened portion of the vascular tunic, which lies between the choroid and the iris, composed of ciliary muscle and ciliary processes." ;
    oboInOwl:hasDbXref "AAO:0010341", "BTO:0000260", "CALOHA:TS-0694", "EMAPA:19065", "EV:0100346", "FMA:58295", "GAID:916", "MA:0000264", "MESH:D002924", "NCIT:C12345", "SCTID:263340007", "VHOG:0000102", "Wikipedia:Ciliary_body", "XAO:0000186", "neuronames:1571" ;
    oboInOwl:hasExactSynonym "ocular ciliary body" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior uvea" ;
    oboInOwl:id "UBERON:0001775" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "ciliary body" ;
    rdfs:subClassOf obo:UBERON_0000481, obo:UBERON_0004121, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011892
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001605
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0010427
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002346
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0011892
    ] .

obo:UBERON_0001776
    obo:IAO_0000115 "Vascular layer containing connective tissue, of the eye lying between the retina and the sclera. The choroid provides oxygen and nourishment to the outer layers of the retina. Along with the ciliary body and iris, the choroid forms the uveal tract[WP]." ;
    oboInOwl:hasDbXref "BTO:0001829", "CALOHA:TS-2054", "EMAPA:19077", "EV:0100347", "FMA:58298", "GAID:913", "MA:0000263", "MESH:D002829", "NCIT:C12344", "SCTID:181172003", "TAO:0005229", "VHOG:0001568", "Wikipedia:Choroid", "ZFA:0005229" ;
    oboInOwl:hasExactSynonym "choroid", "choroid coat", "choroidea", "eye choroid", "posterior uvea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "chorioid", "optic choroid" ;
    oboInOwl:id "UBERON:0001776" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "optic choroid" ;
    rdfs:subClassOf obo:UBERON_0002203, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001768
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0019207
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001802
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0000966
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0011892
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001768
    ] .

obo:UBERON_0001777
    obo:IAO_0000115 "The lamellated connective tissue of the cornea between the Bowman and Descemet membranes." ;
    oboInOwl:hasBroadSynonym "substantia propria" ;
    oboInOwl:hasDbXref "CALOHA:TS-1138", "EFO:0002514", "EMAPA:17602", "FMA:58306", "GAID:893", "MA:0001245", "MESH:D003319", "NCIT:C12699", "SCTID:362511000", "TAO:0002189", "Wikipedia:Corneal_stroma", "ZFA:0001685" ;
    oboInOwl:hasExactSynonym "corneal stroma", "stroma of cornea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001777" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "substantia propria of cornea" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003891, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004367
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004370
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003891
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
        )
    ] .

obo:UBERON_0001778
    obo:IAO_0000115 "A double layer covering the ciliary body that produces aqueous humor." ;
    oboInOwl:hasDbXref "BTO:0001770", "CALOHA:TS-0695", "EMAPA:35239", "FMA:58464", "MA:0001238", "NCIT:C32314", "SCTID:280870004", "Wikipedia:Ciliary_body#Ciliary_epithelium" ;
    oboInOwl:hasExactSynonym "ciliary body epithelium", "epithelium of ciliary body", "ocular ciliary epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001778" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "ciliary epithelium" ;
    rdfs:subClassOf obo:UBERON_0000488, obo:UBERON_0015808, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001775
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0048770
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003000 ;
        owl:someValuesFrom obo:UBERON_0001796
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001775
            ]
        )
    ] .

obo:UBERON_0001779
    obo:IAO_0000115 "The delicate vascular connective tissue that lies between the anterior surface of the iris and the pars iridica retinae." ;
    oboInOwl:hasDbXref "EMAPA:35451", "FMA:58526", "MA:0002777", "SCTID:280882008", "Wikipedia:Iris_stroma", "ZFA:0005569" ;
    oboInOwl:hasExactSynonym "iridial stroma", "stroma of iris" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001779" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "iris stroma" ;
    rdfs:subClassOf obo:UBERON_0003891, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001769
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003891
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:UBERON_0001780
    obo:IAO_0000115 "The any of the paired peripheral nerves formed by the union of the dorsal and ventral spinal roots from each spinal cord segment[MP,modified]." ;
    oboInOwl:hasDbXref "AAO:0011101", "BAMS:spin", "BTO:0000870", "EHDAA2:0001898", "EMAPA:16989", "FMA:5858", "GAID:841", "MA:0000233", "MESH:D013127", "NCIT:C12792", "SCTID:361099009", "VHOG:0000824", "Wikipedia:Spinal_nerve", "XAO:0003101", "neuronames:1228" ;
    oboInOwl:hasExactSynonym "backbone nerve", "nerve of backbone", "nerve of spinal column", "nerve of spine", "nerve of vertebral column", "spinal column nerve", "spinal nerve tree", "spine nerve", "vertebral column nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001780" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "spinal nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0001781
    obo:IAO_0000115 "Any of the layers that make up the retina[MP]." ;
    oboInOwl:hasDbXref "AAO:0010353", "EMAPA:35742", "FMA:58617", "MA:0001319", "NCIT:C49328", "SCTID:280657006", "XAO:0000266" ;
    oboInOwl:hasExactSynonym "retina layer", "retina neuronal layer", "retinal layer", "retinal neuronal layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001781" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "layer of retina" ;
    rdfs:subClassOf obo:UBERON_0022303, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000966
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] .

obo:UBERON_0001785
    obo:IAO_0000115 "Cranial nerves are nerves that emerge directly from the brain, in contrast to spinal nerves, which emerge from segments of the spinal cord." ;
    oboInOwl:hasDbXref "AAO:0000108", "BAMS:cran", "BIRNLEX:1623", "BTO:0001104", "EHDAA2:0000323", "EMAPA:17264", "FMA:5865", "GAID:802", "MA:0000215", "MBA:967", "MESH:D003391", "NCIT:C12700", "SCTID:244447006", "TAO:0000641", "VHOG:0000279", "Wikipedia:Cranial_nerve", "XAO:0000429", "XAO:0003089", "ZFA:0000641", "neuronames:1227" ;
    oboInOwl:hasExactSynonym "cranial neural tree organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial nerves" ;
    oboInOwl:id "UBERON:0001785" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cranial nerve" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011779, obo:UBERON_0034713, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000096 ;
        owl:someValuesFrom obo:UBERON_0001780
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000096 ;
                owl:someValuesFrom obo:UBERON_0001780
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0001796
    obo:IAO_0000115 "A thick watery refractive medium that fills the space between the lens and the cornea[WP]." ;
    oboInOwl:hasDbXref "EHDAA2:0000139", "EHDAA:10196", "EMAPA:18232", "ENVO:02000024", "FMA:58819", "GAID:890", "MA:0001236", "MESH:D001082", "NCIT:C13190", "SCTID:280587006", "VHOG:0000548", "Wikipedia:Aqueous_humor", "ZFA:0005564" ;
    oboInOwl:hasExactSynonym "aqueous humor", "aqueous humour" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001796" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "aqueous humor of eyeball" ;
    rdfs:subClassOf obo:UBERON_0006312, obo:UBERON_0006314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001766
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001766
    ] .

obo:UBERON_0001800
    obo:IAO_0000115 "The clusters of neurons in the somatic peripheral nervous system which contain the cell bodies of sensory nerve axons, interneurons and non-neuronal supporting cells." ;
    oboInOwl:hasDbXref "AEO:0001000", "BTO:0005630", "EMAPA:36596", "FMA:5885", "MA:0002566", "MESH:D017950", "NCIT:C13060" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001800" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "sensory ganglion" ;
    rdfs:subClassOf obo:UBERON_0000045, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001027
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001027
            ]
        )
    ] .

obo:UBERON_0001801
    obo:IAO_0000115 "Any of the parts of the eye that lie in front of, or ventral to, the lens (inclusive)." ;
    oboInOwl:hasDbXref "EMAPA:36594", "FMA:58865", "MA:0002484", "MESH:D000869", "NCIT:C12668", "SCTID:280658001", "Wikipedia:Anterior_segment_of_eyeball", "ZFA:0005566" ;
    oboInOwl:hasExactSynonym "anterior eye segment", "anterior segment eye", "anterior segment of eye", "anterior segment of the eye", "eye anterior segment", "segmentum anterius (bulbus oculi)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001801" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "anterior segment of eyeball" ;
    rdfs:subClassOf obo:UBERON_0000063, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000123 ;
        owl:someValuesFrom obo:UBERON_0010230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] .

obo:UBERON_0001802
    obo:IAO_0000115 "Any of the parts of the eye that lie in back of, or dorsal to, the lens (but not inclusive)." ;
    oboInOwl:hasDbXref "EMAPA:36595", "FMA:58868", "MA:0002485", "NCIT:C12906", "SCTID:280659009", "Wikipedia:Posterior_segment_of_eyeball", "ZFA:0005567" ;
    oboInOwl:hasExactSynonym "eye posterior segment", "posterior eye segment", "posterior segment eye", "posterior segment of eye", "posterior segment of the eye", "segmentum posterius (bulbus oculi)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001802" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "posterior segment of eyeball" ;
    rdfs:subClassOf obo:UBERON_0000063, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000122 ;
        owl:someValuesFrom obo:UBERON_0010230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] .

obo:UBERON_0001803
    obo:IAO_0000115 "A layer of epithelial cells that is part of the eye." ;
    oboInOwl:hasDbXref "BTO:0001873", "CALOHA:TS-0543", "EMAPA:32871", "FMA:58871", "MA:0001301", "SCTID:362523006", "TAO:0001326", "Wikipedia:Lens_(anatomy)#Lens_Epithelium", "XAO:0004094", "ZFA:0001326" ;
    oboInOwl:hasExactSynonym "epithelial tissue of eye lens", "epithelial tissue of lens", "epithelium of eye lens", "eye lens epithelial tissue", "eye lens epithelium", "lens epithelial tissue", "lens epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001803" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "epithelium of lens" ;
    rdfs:subClassOf obo:UBERON_0000484, obo:UBERON_0015808, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000965
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000965
            ]
        )
    ] .

obo:UBERON_0001804
    obo:IAO_0000115 "The elastic, clear, membrane-like structure, that is outer most layer of the lens." ;
    oboInOwl:hasDbXref "EHDAA2:0000977", "EMAPA:18237", "FMA:58881", "MA:0001300", "NCIT:C32975", "SCTID:244500004", "VHOG:0000550", "Wikipedia:Lens_(anatomy)#Lens_capsule", "ZFA:0005574" ;
    oboInOwl:hasExactSynonym "lens capsule" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001804" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "capsule of lens" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0005764, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_35722
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005587
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000965
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005614
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000476
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000965
            ]
        )
    ] .

obo:UBERON_0001805
    obo:IAO_0000115 "Ganglion that has dendrites that form a junction between autonomic nerves originating from the central nervous system and autonomic nerves innervating their target organs in the periphery. There are two subtypes, sympathetic ganglion and parasympathetic ganglion." ;
    oboInOwl:hasDbXref "AEO:0001001", "CALOHA:TS-2340", "EMAPA:18221", "FMA:5889", "MA:0000220", "MESH:D005725", "NCIT:C12720", "Wikipedia:Autonomic_ganglion" ;
    oboInOwl:hasExactSynonym "autonomic nervous system ganglion", "ganglion of autonomic nervous system", "ganglion of visceral nervous system", "visceral nervous system ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001805" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "autonomic ganglion" ;
    rdfs:subClassOf obo:UBERON_0003338, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002410
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0034728
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002410
            ]
        )
    ] .

obo:UBERON_0001806
    obo:IAO_0000115 "A ganglion of the sympathetic nervous system. Examples: paravertebral and the prevertebral ganglia, which include the sympathetic chain ganglia, the superior, middle, and inferior cervical ganglia, and the aorticorenal, celiac, and stellate ganglia." ;
    oboInOwl:hasDbXref "AAO:0010773", "BTO:0001333", "CALOHA:TS-0994", "EHDAA2:0001969", "EMAPA:17157", "FMA:5890", "MA:0000226", "NCIT:C12467", "SCTID:362485003", "Wikipedia:Sympathetic_ganglion" ;
    oboInOwl:hasExactSynonym "ganglion of sympathetic nervous system", "ganglion of sympathetic part of autonomic division of nervous system", "ganglion sympatheticum", "sympathetic nervous system ganglion", "sympathetic part of autonomic division of nervous system ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001806" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "sympathetic ganglion" ;
    rdfs:subClassOf obo:UBERON_0001805, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000013
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003083
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000013
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0034729
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000013
            ]
        )
    ] .

obo:UBERON_0001808
    obo:IAO_0000115 "Ganglion containing neurons that receive innervation from parasympathetic neurons in the central nervous system and subserves parasympathetic functions through innervation of smooth muscle, cardiac muscle and glands." ;
    oboInOwl:hasDbXref "BTO:0001256", "EHDAA2:0001400", "EMAPA:32813", "FMA:5894", "MA:0002469", "NCIT:C52557", "NLXANAT:100303", "SCTID:279284004", "Wikipedia:Parasympathetic_ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001808" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "parasympathetic ganglion" ;
    rdfs:subClassOf obo:UBERON_0001805, obo:UBERON_0010313, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000011
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000011
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0004293
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001805
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000011
            ]
        )
    ] .

obo:UBERON_0001824
    obo:IAO_0000115 "The mucous lining of the larynx, which is composed of squamous epithelium in the upper larynx and ciliated columnar epithelium in the lower larynx." ;
    oboInOwl:hasDbXref "EMAPA:18334", "FMA:59662", "GAID:301", "MA:0001766", "MESH:D007820", "NCIT:C49246", "SCTID:361940006" ;
    oboInOwl:hasExactSynonym "laryngeal mucosa", "larynx mucosa", "larynx mucosa of organ", "larynx mucous membrane", "larynx organ mucosa", "mucosa of organ of larynx", "mucous membrane of larynx", "organ mucosa of larynx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "laryngeal mucous membrane" ;
    oboInOwl:id "UBERON:0001824" ;
    a owl:Class ;
    rdfs:label "mucosa of larynx" ;
    rdfs:subClassOf obo:UBERON_0000379, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0001833
    obo:IAO_0000115 "One of the two fleshy folds which surround the opening of the mouth." ;
    oboInOwl:hasDbXref "BTO:0001647", "CALOHA:TS-0558", "EMAPA:32839", "FMA:59816", "GAID:76", "MA:0000343", "MESH:D008046", "NCIT:C12220", "SCTID:181221003", "TAO:0007006", "VHOG:0000677", "Wikipedia:Lip", "ZFA:0007006", "galen:Lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lips" ;
    oboInOwl:id "UBERON:0001833" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "lip" ;
    rdfs:subClassOf obo:UBERON_0003102, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001456
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0000166
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000165
    ] .

obo:UBERON_0001835
    obo:IAO_0000115 "Lip that covers the lower portion of the mouth.[TAO]." ;
    oboInOwl:hasAlternativeId "UBERON:0003392" ;
    oboInOwl:hasDbXref "EMAPA:17909", "FMA:59818", "MA:0000921", "NCIT:C94572", "SCTID:245777007", "TAO:0002060", "Wikipedia:Lower_lip", "ZFA:0005225" ;
    oboInOwl:hasExactSynonym "lower jaw lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001835" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "lower lip" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001833, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001710
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0011596
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001833
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001710
            ]
        )
    ] .

obo:UBERON_0001869
    obo:IAO_0000115 "One of two bilateral, largely symmetrical organ subdivisions within the telencephalon which contain the cerebral cortex and cerebral white matter.[FMA]." ;
    oboInOwl:hasDbXref "AAO:0010480", "BAMS:HEM", "BIRNLEX:1042", "BTO:0000231", "CALOHA:TS-2007", "DMBA:15739", "EFO:0002521", "EMAPA:16653", "FMA:61817", "MA:0000133", "MBA:403", "NCIT:C12351", "SCTID:278251007", "VHOG:0001639", "Wikipedia:Cerebral_hemisphere", "galen:CerebralHemisphere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cerebrum", "hemisphere", "hemispheric regions", "medial amygdalar nucleus" ;
    oboInOwl:id "UBERON:0001869" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "cerebral hemisphere" ;
    rdfs:subClassOf obo:UBERON_0000064, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] .

obo:UBERON_0001884
    obo:IAO_0000115 "A nerve that arises from the caudal cervical nerves and is primarily the motor nerve of the diaphragm but also sends sensory fibers to the pericardium." ;
    oboInOwl:hasDbXref "BAMS:phn", "BTO:0001063", "EHDAA:4677", "EMAPA:17813", "FMA:6191", "GAID:848", "MA:0001170", "MESH:D010791", "NCIT:C52813", "SCTID:280344009", "VHOG:0000728", "Wikipedia:Phrenic_nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "diaphragmatic nerve", "phrenic" ;
    oboInOwl:id "UBERON:0001884" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "phrenic nerve" ;
    rdfs:subClassOf obo:UBERON_0003443, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0001103
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0000962
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:UBERON_0001890
    obo:IAO_0000115 "The most anterior region of the brain including both the telencephalon and diencephalon." ;
    oboInOwl:hasDbXref "AAO:0010147", "BAMS:FB", "BAMS:Forebrain", "BIRNLEX:1509", "BTO:0000478", "CALOHA:TS-0380", "DHBA:10156", "DMBA:15566", "EFO:0000909", "EHDAA2:0000556", "EHDAA:3470", "EMAPA:16895", "FMA:61992", "MA:0000170", "MAT:0000105", "MESH:D016548", "MIAA:0000105", "NCIT:C40185", "SCTID:362291003", "TAO:0000109", "VHOG:0000383", "Wikipedia:Forebrain", "XAO:0000011", "ZFA:0000109" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "prosencephalon" ;
    oboInOwl:id "UBERON:0001890" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "forebrain" ;
    rdfs:subClassOf obo:UBERON_0002616, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003080
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006240
    ] ;
    owl:disjointWith obo:UBERON_0002298 .

obo:UBERON_0001891
    obo:IAO_0000115 "The midbrain is the middle division of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes a ventral part containing the cerebral peduncles and a dorsal tectum containing the corpora quadrigemina and that surrounds the aqueduct of Sylvius connecting the third and fourth ventricles)[GO]." ;
    oboInOwl:hasDbXref "AAO:0010149", "BAMS:MES", "BIRNLEX:1667", "BM:MB", "BTO:0000138", "CALOHA:TS-0630", "DHBA:10648", "DMBA:16649", "EFO:0000919", "EHDAA2:0001162", "EHDAA:3694", "EMAPA:16974", "EV:0100242", "FMA:61993", "HBA:9001", "MA:0000207", "MAT:0000106", "MBA:313", "MESH:D008636", "MIAA:0000106", "NCIT:C12510", "RETIRED_EHDAA2:0001104", "SCTID:279099009", "TAO:0000128", "VHOG:0000069", "Wikipedia:Midbrain", "XAO:0000014", "ZFA:0000128" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001891" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "midbrain" ;
    rdfs:subClassOf obo:UBERON_0002616, obo:UBERON_0004121, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003849
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0009616
    ] .

obo:UBERON_0001892
    obo:IAO_0000115 "A segment of the developing hindbrain[ZFA]. In the vertebrate embryo, a rhombomere is a transiently divided segment of the developing neural tube, within the hindbrain region (a neuromere) in the area that will eventually become the rhombencephalon. The rhombomeres appear as a series of slightly constricted swellings in the neural tube, caudal to the cephalic flexure.[WP]." ;
    oboInOwl:hasBroadSynonym "hindbrain segment", "segment of hindbrain" ;
    oboInOwl:hasDbXref "DHBA:12664", "EFO:0003617", "EMAPA:16148", "FMA:295666", "MAT:0000272", "MIAA:0000272", "RETIRED_EHDAA2:0000669", "TAO:0001064", "VHOG:0000672", "Wikipedia:Rhombomere", "XAO:0004079", "ZFA:0001064" ;
    oboInOwl:hasExactSynonym "hindbrain neuromere", "rhombomere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future rhombencephalon" ;
    oboInOwl:id "UBERON:0001892" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "rhombomere" ;
    rdfs:subClassOf obo:UBERON_0004731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007277
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004731
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007277
            ]
        )
    ] .

obo:UBERON_0001893
    obo:IAO_0000115 "Part of the forebrain consisting of paired olfactory bulbs and cerebral hemispheres." ;
    oboInOwl:hasBroadSynonym "supratentorial region" ;
    oboInOwl:hasDbXref "AAO:0010479", "BAMS:CB", "BAMS:CH", "BAMS:IV", "BAMS:Tel", "BIRNLEX:1115", "BM:Tel", "BTO:0000239", "CALOHA:TS-1018", "DHBA:10158", "EFO:0000912", "EHDAA2:0001982", "EMAPA:16910", "EV:0100165", "FMA:62000", "GAID:621", "HBA:4007", "MA:0000183", "MAT:0000421", "MBA:567", "MESH:D013687", "MIAA:0000421", "PBA:128011350", "SCTID:263353005", "TAO:0000079", "VHOG:0000283", "Wikipedia:Telencephalon", "XAO:0000012", "ZFA:0000079" ;
    oboInOwl:hasExactSynonym "cerebrum", "endbrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001893" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "telencephalon" ;
    rdfs:subClassOf obo:UBERON_0002616, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001890
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0014371
    ] .

obo:UBERON_0001894
    obo:IAO_0000115 "The division of the forebrain that develops from the foremost primary cerebral vesicle." ;
    oboInOwl:hasDbXref "AAO:0010481", "BAMS:DI", "BAMS:Di", "BAMS:DiE", "BAMS:IB", "BAMS:Zh.", "BIRNLEX:1503", "BM:Die", "BTO:0000342", "CALOHA:TS-0199", "DHBA:10389", "DMBA:16308", "EFO:0000911", "EHDAA2:0000385", "EHDAA:1969", "EHDAA:2645", "EHDAA:3472", "EMAPA:16896", "EV:0100194", "FMA:62001", "GAID:618", "HBA:4391", "MA:0000171", "MAT:0000420", "MBA:1129", "MESH:D004027", "MIAA:0000420", "NCIT:C12456", "PBA:128013010", "SCTID:279328001", "TAO:0000101", "VHOG:0000318", "Wikipedia:Diencephalon", "XAO:0000013", "ZFA:0000101" ;
    oboInOwl:hasExactSynonym "between brain", "interbrain", "mature diencephalon", "thalamencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "betweenbrain" ;
    oboInOwl:id "UBERON:0001894" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "diencephalon" ;
    rdfs:subClassOf obo:UBERON_0002616, obo:UBERON_0004121, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001890
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003851
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001890
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006222
    ] .

obo:UBERON_0001895
    obo:IAO_0000115 "Rostral segment of the hindbrain that has as its parts the pons (where present) and the cerebellum[WP,modified]." ;
    oboInOwl:hasDbXref "BAMS:Met", "BIRNLEX:965", "BTO:0000673", "CALOHA:TS-2029", "DHBA:10655", "EHDAA2:0001149", "EHDAA:5498", "EMAPA:17071", "FMA:62003", "GAID:594", "HBA:4833", "MA:0000197", "MESH:D020540", "NCIT:C32741", "VHOG:0000741", "Wikipedia:Metencephalon" ;
    oboInOwl:hasExactSynonym "epencephalon-2" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001895" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "the terms metencephalon and myelencephalon are only meaningful in mammals and birds[Neuroanatomy of the Zebrafish Brain]. In zebrafish, with the exception of the cerebellum, the ventral remainder of the metencephalon can be separated only arbitrarily from the more caudal myelencephalic portion of the medulla oblongata and thus these are not distinguished in ZFA[ZFA]." ;
    rdfs:label "metencephalon" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0004733, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010092
    ] .

obo:UBERON_0001896
    obo:IAO_0000115 "Organ component of neuraxis that has as its parts the medullary reticular formation, inferior olivary complex and cochlear nuclear complex, among other structures[FMA]. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate[GO]." ;
    oboInOwl:hasBroadSynonym "bulb", "medulla" ;
    oboInOwl:hasDbXref "AAO:0010486", "BAMS:MY", "BAMS:Md", "BIRNLEX:957", "BM:Me", "BTO:0000041", "CALOHA:TS-0607", "DMBA:17352", "EFO:0000924", "EHDAA2:0001088", "EHDAA:7588", "EMAPA:17550", "EV:0100275", "FMA:62004", "GAID:590", "MA:0000206", "MAT:0000111", "MAT:0000367", "MBA:354", "MESH:D008526", "MIAA:0000111", "NCIT:C12442", "SCTID:279104005", "TAO:0000545", "VHOG:0000181", "Wikipedia:Bone_marrow_of_ovary_oblongata", "XAO:0003100", "ZFA:0000545" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "metepencephalon" ;
    oboInOwl:id "UBERON:0001896" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "medulla oblongata" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002298
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005290
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0002027
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0043576
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0044058
    ] .

obo:UBERON_0001901
    obo:IAO_0000115 "The epithelial lining of the trachea which contains numerous ciliated cells." ;
    oboInOwl:hasAlternativeId "UBERON:0003227" ;
    oboInOwl:hasDbXref "BTO:0001389", "CALOHA:TS-1061", "EHDAA2:0002069", "EHDAA:5007", "EMAPA:16855", "EMAPA:18409", "FMA:62015", "MA:0001862", "NCIT:C33797", "VHOG:0001045" ;
    oboInOwl:hasExactSynonym "epithelial tissue of trachea", "epithelial tissue of windpipe", "epithelium of windpipe", "trachea epithelial tissue", "trachea epithelium", "tracheal epithelium", "windpipe epithelial tissue", "windpipe epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001901" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "epithelium of trachea" ;
    rdfs:subClassOf obo:UBERON_0005911, obo:UBERON_0008397, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0003126
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0001915
    obo:IAO_0000115 "An endothelium that is part of a capillary [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0004954", "CALOHA:TS-0112", "EMAPA:36292", "FMA:62114", "MA:0000711", "NCIT:C49215" ;
    oboInOwl:hasExactSynonym "blood capillary endothelium", "capillary endothelium", "capillary vessel endothelium", "endothelium of blood capillary", "endothelium of capillary vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001915" ;
    a owl:Class ;
    rdfs:label "endothelium of capillary" ;
    rdfs:subClassOf obo:UBERON_0008339, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001982
            ]
        )
    ] .

obo:UBERON_0001916
    obo:IAO_0000115 "An endothelium that is part of an arteriole [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36286", "FMA:62115", "MA:0000705", "NCIT:C49192" ;
    oboInOwl:hasExactSynonym "arteriole endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001916" ;
    a owl:Class ;
    rdfs:label "endothelium of arteriole" ;
    rdfs:subClassOf obo:UBERON_0004700, obo:UBERON_0008339, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001980
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001980
            ]
        )
    ] .

obo:UBERON_0001917
    obo:IAO_0000115 "An endothelium that is part of an artery [Automatically generated definition]." ;
    oboInOwl:hasDbXref "AAO:0011013", "BTO:0004757", "EMAPA:35148", "FMA:62116", "MA:0000707", "NCIT:C49194", "VHOG:0001215", "XAO:0000357" ;
    oboInOwl:hasExactSynonym "arterial endothelium", "artery endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001917" ;
    a owl:Class ;
    rdfs:label "endothelium of artery" ;
    rdfs:subClassOf obo:UBERON_0003915, obo:UBERON_0004638, obo:UBERON_0004700, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:UBERON_0001918
    obo:IAO_0000115 "An endothelium that is part of a venule [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36290", "FMA:62117", "MA:0000716", "NCIT:C49319" ;
    oboInOwl:hasExactSynonym "venule endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001918" ;
    a owl:Class ;
    rdfs:label "endothelium of venule" ;
    rdfs:subClassOf obo:UBERON_0004701, obo:UBERON_0008339, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001979
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001979
            ]
        )
    ] .

obo:UBERON_0001919
    obo:IAO_0000115 "An endothelium that is part of a vein [Automatically generated definition]." ;
    oboInOwl:hasDbXref "AAO:0011110", "BTO:0004756", "EMAPA:36288", "FMA:62118", "MA:0000712", "NCIT:C49317", "VHOG:0001216", "XAO:0000358" ;
    oboInOwl:hasExactSynonym "vein endothelium", "venous endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "veinous endothelium" ;
    oboInOwl:id "UBERON:0001919" ;
    a owl:Class ;
    rdfs:label "endothelium of vein" ;
    rdfs:subClassOf obo:UBERON_0004638, obo:UBERON_0004701, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:UBERON_0001943
    obo:IAO_0000115 "Ventral part of the midbrain, separated from the hindbrain by the isthmus[ISBN:0471888893]. Subdivision of the midbrain lying anterior to the tectum and posterior to the substantia nigra and cerebral peduncle[FMA] The part of the midbrain extending from the substantia nigra to the cerebral aqueduct in a horizontal section of the midbrain. It forms the floor of the midbrain that surrounds the cerebral aqueduct[WP]." ;
    oboInOwl:hasBroadSynonym "tegmentum" ;
    oboInOwl:hasDbXref "BAMS:MTg", "BIRNLEX:1200", "BTO:0003388", "DHBA:12195", "EFO:0000921", "EHDAA2:0004475", "EMAPA:18215", "FMA:62393", "HBA:9002", "MA:0000212", "MAT:0000452", "SCTID:362392007", "TAO:0000160", "VHOG:0001367", "Wikipedia:Midbrain_tegmentum", "XAO:0004271", "ZFA:0000160" ;
    oboInOwl:hasExactSynonym "tegmentum of midbrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mesencephalic tegmentum" ;
    oboInOwl:id "UBERON:0001943" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "'tegmentum' is used generically for the ventral part of the brainstem (ISBN:0471888893). We use the label 'midbrain tegmentum' to denote the midbrain structure. In NIFSTD tegmentum is a composite structure and there is a separate class for midbrain tegmentum and pontine tegmentum" ;
    rdfs:label "midbrain tegmentum" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001891
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002298
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010285
    ] .

obo:UBERON_0001948
    obo:IAO_0000115 "A multi-tissue structure that is part of a spinal cord." ;
    oboInOwl:hasDbXref "BIRNLEX:1496", "NCIT:C33969", "SCTID:244437008" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "spinal cord part" ;
    oboInOwl:id "UBERON:0001948" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "regional part of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0000073, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000481
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0001950
    obo:IAO_0000115 "An area of cerebral cortex defined on the basis of cytoarchitecture that have six layers. Starting from the cortical surface the layers are: molecular layer (I), external granular layer (II), external pyramidal layer (III), internal granular layer (IV), internal pyramidal layer (V), and multiform layer (VI). Neocortex is most prominent in the frontal lobe, the parietal lobe, the temporal lobe and the occipital lobe, less so in the cingulate gyrus, the parahippocampal gyrus and the insula. It is composed of two subdivisions: true isocortex and proisocortex (Carpenter-83)(NN)." ;
    oboInOwl:hasDbXref "BAMS:ISO", "BAMS:Iso-cortex", "BAMS:NCX", "BIRNLEX:2547", "BTO:0000920", "DHBA:10160", "EHDAA2:0004662", "EMAPA:32842", "EMAPA:35589", "FMA:62429", "GAID:677", "MA:0002754", "MBA:315", "MESH:D019579", "PBA:294021746", "Wikipedia:Neocortex" ;
    oboInOwl:hasExactSynonym "cerebral neocortex", "homotypical cortex", "isocortex (sensu lato)", "neocortex (isocortex)", "neopallial cortex", "neopallium" ;
    oboInOwl:hasNarrowSynonym "isocortex" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "iso-cortex", "nonolfactory cortex" ;
    oboInOwl:id "UBERON:0001950" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "neocortex" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000956
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] .

obo:UBERON_0001956
    obo:IAO_0000115 "The hyaline cartilaginous structures that support the bronchi, present as irregular rings in the larger bronchi (and not as regular as in the trachea), and as small plates and islands in the smaller bronchi; as the branching continues through the bronchial tree, the amount of hyaline cartilage in the walls decreases until it is absent in the smallest bronchioles[MP]." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    oboInOwl:hasDbXref "EMAPA:35192", "FMA:62649", "MA:0001835", "NCIT:C49209", "SCTID:278980009" ;
    oboInOwl:hasExactSynonym "bronchi cartilage", "bronchial cartilage", "bronchial cartilage ring", "bronchial trunk cartilage", "bronchus cartilage", "cartilage of bronchi", "cartilage of bronchial trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001956" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cartilage of bronchus" ;
    rdfs:subClassOf obo:UBERON_0003603, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0019002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001994
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0001957
    obo:IAO_0000115 "A submucosa that is part of a bronchus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0002108", "FMA:62653", "MA:0001837", "NCIT:C49214", "SCTID:85546005" ;
    oboInOwl:hasExactSynonym "bronchi submucosa", "bronchial submucosa", "bronchial trunk submucosa", "bronchus submucosa", "submucosa of bronchi", "submucosa of bronchial trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "submucous layer of bronchi" ;
    oboInOwl:id "UBERON:0001957" ;
    a owl:Class ;
    rdfs:label "submucosa of bronchus" ;
    rdfs:subClassOf obo:UBERON_0004777, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0001969
    obo:IAO_0000115 "The liquid component of blood, in which erythrocytes are suspended." ;
    oboInOwl:hasBroadSynonym "plasma", "portion of plasma" ;
    oboInOwl:hasDbXref "BTO:0000131", "CALOHA:TS-0800", "EFO:0001905", "EMAPA:35690", "FMA:62970", "GAID:1178", "MA:0002501", "MAT:0000052", "MESH:D010949", "MIAA:0000052", "NCIT:C13356", "Wikipedia:Blood_plasma" ;
    oboInOwl:hasExactSynonym "blood plasm", "portion of blood plasma" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001969" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "blood plasma" ;
    rdfs:subClassOf obo:UBERON_0000179, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000178
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005577
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:CL_0000232
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000178
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0005577
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0001548
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:CL_0000232
            ]
        )
    ] .

obo:UBERON_0001971
    oboInOwl:hasDbXref "BTO:0000501", "FMA:62972", "GAID:1160", "MA:0002519", "MESH:D005750", "NCIT:C32661", "Wikipedia:Gastric_juice", "galen:GastricJuice" ;
    oboInOwl:hasExactSynonym "stomach secretion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "succus gastricus" ;
    oboInOwl:id "UBERON:0001971" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "gastric juice" ;
    rdfs:subClassOf obo:UBERON_0000456, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0011953
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000456
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0011953
            ]
        )
    ] .

obo:UBERON_0001972
    obo:IAO_0000115 "A submucosa that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0002109", "EMAPA:35325", "FMA:62997", "MA:0002724", "SCTID:362128009" ;
    oboInOwl:hasExactSynonym "esophageal submucosa", "esophagus submucosa", "gullet submucosa", "oesophagus submucosa", "submucosa of esophagus", "submucosa of gullet", "submucosa of oesophagus", "tela submucosa of esophagus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "submucous layer of esophagus", "tela submucosa oesophagi" ;
    oboInOwl:id "UBERON:0001972" ;
    a owl:Class ;
    rdfs:label "submucosa of esophagus" ;
    rdfs:subClassOf obo:UBERON_0018257, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001096
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0001974
    obo:IAO_0000115 "A lamina propria that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:26987", "FMA:63050", "MA:0001568", "NCIT:C49223" ;
    oboInOwl:hasExactSynonym "esophagus lamina propria", "esophagus lamina propria mucosa", "esophagus lamina propria mucosae", "gullet lamina propria", "gullet lamina propria mucosa", "gullet lamina propria mucosae", "lamina propria mucosa of esophagus", "lamina propria mucosa of gullet", "lamina propria mucosa of oesophagus", "lamina propria mucosae of esophagus", "lamina propria mucosae of gullet", "lamina propria mucosae of oesophagus", "lamina propria of gullet", "lamina propria of oesophagus", "oesophagus lamina propria mucosa", "oesophagus lamina propria mucosae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "esophageal lamina propria", "oesophagus lamina propria" ;
    oboInOwl:id "UBERON:0001974" ;
    a owl:Class ;
    rdfs:label "lamina propria of esophagus" ;
    rdfs:subClassOf obo:UBERON_0000030, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002469
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000030
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0001975
    obo:IAO_0000115 "A serous membrane that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35322", "FMA:63057", "MA:0001571" ;
    oboInOwl:hasExactSynonym "esophagus serosa", "esophagus serous membrane", "gullet serosa", "gullet serous membrane", "oesophagus serous membrane", "serosa of abdominal part of esophagus", "serosa of gullet", "serosa of oesophagus", "serous coat of oesophagus", "serous membrane of esophagus", "serous membrane of gullet", "serous membrane of oesophagus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "oesophagus serosa" ;
    oboInOwl:id "UBERON:0001975" ;
    a owl:Class ;
    rdfs:label "serosa of esophagus" ;
    rdfs:subClassOf obo:UBERON_0000042, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001096
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000042
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0001976
    obo:IAO_0000115 "The epithelial layer that lines the luminal space of the esophagus." ;
    oboInOwl:hasDbXref "BTO:0001578", "CALOHA:TS-0698", "EFO:0003041", "EHDAA2:0001287", "EMAPA:16835", "FMA:63063", "MA:0001565", "NCIT:C49221", "TAO:0001499", "ZFA:0001499" ;
    oboInOwl:hasExactSynonym "epithelial tissue of esophagus", "epithelial tissue of gullet", "epithelial tissue of oesophagus", "epithelium of gullet", "epithelium of oesophagus", "esophageal epithelium", "esophagus epithelial tissue", "esophagus epithelium", "gullet epithelial tissue", "gullet epithelium", "oesophagus epithelial tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "oesophagus epithelium" ;
    oboInOwl:id "UBERON:0001976" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "epithelium of esophagus" ;
    rdfs:subClassOf obo:UBERON_0003350, obo:UBERON_0003929, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002469
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0001979
    obo:IAO_0000115 "One of the minute vessels that collect deoxygenated blood from the capillary plexuses returns it to the veins." ;
    oboInOwl:hasDbXref "BTO:0002626", "EMAPA:35917", "FMA:63130", "MA:0000071", "MESH:D014699", "NCIT:C12818", "SCTID:341687009", "TAO:0005315", "VHOG:0001765", "Wikipedia:Venule", "ZFA:0005315" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001979" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "venule" ;
    rdfs:subClassOf obo:UBERON_0003920, obo:UBERON_8410081, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001638
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001982
    ] .

obo:UBERON_0001980
    obo:IAO_0000115 "The smallest division of the artery located between the muscular arteries and the capillaries[GO]." ;
    oboInOwl:hasDbXref "AAO:0010253", "BTO:0001997", "EMAPA:35146", "FMA:63182", "MA:0000063", "MESH:D001160", "NCIT:C12672", "SCTID:337724002", "TAO:0002138", "VHOG:0001763", "Wikipedia:Arteriole", "ZFA:0005255" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001980" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "arteriole" ;
    rdfs:subClassOf obo:UBERON_0003509, obo:UBERON_8410081, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001637
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001982
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001982
            ]
        )
    ] .

obo:UBERON_0001981
    obo:IAO_0000115 "A vessel through which blood circulates in the body." ;
    oboInOwl:hasBroadSynonym "vascular element" ;
    oboInOwl:hasDbXref "AAO:0011004", "AEO:0000207", "BTO:0001102", "CALOHA:TS-0080", "EFO:0000817", "EHDAA2:0003252", "EHDAA:240", "EMAPA:32743", "EMAPA:35993", "FMA:50722", "FMA:63183", "GAID:169", "MA:0000060", "MAT:0000393", "MESH:D001808", "NCIT:C12679", "NLXANAT:090901", "SCTID:361097006", "TAO:0002137", "VHOG:0001250", "Wikipedia:Blood_vessel", "XAO:0001011", "ZFA:0005314" ;
    oboInOwl:hasExactSynonym "region of vascular tree organ", "vascular tree organ region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001981" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "blood vessel" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000055, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004537
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000071
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0007500
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002045
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004872
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006965
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0008015
    ], [
        a owl:Restriction ;
        owl:onProperty core:channel_for ;
        owl:someValuesFrom obo:UBERON_0000178
    ] .

obo:UBERON_0001982
    obo:IAO_0000115 "Any of the smallest blood vessels connecting arterioles with venules." ;
    oboInOwl:hasDbXref "AAO:0010252", "BTO:0002045", "CALOHA:TS-2006", "EFO:0001906", "EMAPA:35198", "EV:0100035", "FMA:63194", "MA:0000065", "MESH:D002196", "NCIT:C12685", "NLXANAT:090902", "TAO:0005250", "VHOG:0001253", "Wikipedia:Capillary", "XAO:0000116", "ZFA:0005250" ;
    oboInOwl:hasExactSynonym "blood capillary", "capillary vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001982" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "capillary" ;
    rdfs:subClassOf obo:UBERON_8410081, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001979
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001980
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_8410081
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001979
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001980
            ]
        )
    ] .

obo:UBERON_0001985
    obo:IAO_0000115 "A monolayer of specialized, flattened, mitochondria-rich cells that lines the posterior surface of the cornea and faces the anterior chamber of the eye[WP]." ;
    oboInOwl:hasDbXref "CALOHA:TS-0172", "EMAPA:35935", "FMA:63882", "GAID:891", "MA:0001242", "MESH:D004728", "NCIT:C12707", "SCTID:368827009", "TAO:0002186", "Wikipedia:Corneal_endothelium", "ZFA:0001687" ;
    oboInOwl:hasExactSynonym "cornea endothelium", "endothelium of cornea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001985" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "corneal endothelium" ;
    rdfs:subClassOf obo:UBERON_0001986, obo:UBERON_0010313, obo:UBERON_0010371, obo:UBERON_0015808, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001766
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
        )
    ] .

obo:UBERON_0001986
    obo:IAO_0000115 "A layer of epithelium that lines the heart, blood vessels (endothelium, vascular), lymph vessels (endothelium, lymphatic), and the serous cavities of the body[MESH]. Simple squamous epithelium which lines blood and lymphatic vessels and the heart[FMA]." ;
    oboInOwl:hasDbXref "BTO:0000393", "CALOHA:TS-0278", "EFO:0002548", "FMA:63916", "GAID:520", "MESH:D004727", "NCIT:C12481", "SCTID:27168002", "galen:Endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0001986" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "The term 'endothelium' has been either restricted to the continuous cell layer of the vertebrates, as we are assuming here, or applied to all the cells able to adhere to the luminal surface of the vascular basement membrane (Casley-Smith 1980)" ;
    rdfs:label "endothelium" ;
    rdfs:subClassOf obo:UBERON_0000487, obo:UBERON_0012275, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000115
            ]
        )
    ] .

obo:UBERON_0001994
    obo:IAO_0000115 "Cartilage tissue primarily composed of type II collagen (thin fibrils) and a glassy appearance." ;
    oboInOwl:hasDbXref "EMAPA:35414", "FMA:64783", "MA:0000109", "NCIT:C32746", "SCTID:39298000", "VSAO:0000094", "Wikipedia:Hyaline_cartilage", "XAO:0004029" ;
    oboInOwl:hasExactSynonym "hyaline cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "chondroid cartilage" ;
    oboInOwl:id "UBERON:0001994" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "hyaline cartilage tissue" ;
    rdfs:subClassOf obo:UBERON_0002418, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0005585
    ] .

obo:UBERON_0002012
    obo:IAO_0000115 "An artery that carries deoxygenated blood from heart to the lungs. They are the only arteries (other than umbilical arteries in the fetus) that carry deoxygenated blood.." ;
    oboInOwl:hasDbXref "AAO:0010221", "BTO:0000778", "CALOHA:TS-0839", "EFO:0001399", "EHDAA2:0001575", "EHDAA:4351", "EMAPA:17008", "FMA:66326", "GAID:505", "MA:0002031", "MESH:D011651", "NCIT:C12774", "SCTID:181380003", "VHOG:0000982", "Wikipedia:Pulmonary_artery", "XAO:0004162", "galen:PulmonaryArtery" ;
    oboInOwl:hasExactSynonym "pulmonary arterial tree", "pulmonary arterial tree organ part" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pulmonary arterial subtree" ;
    oboInOwl:id "UBERON:0002012" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pulmonary artery" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0013768, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0002333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003123
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005339
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:disjointWith obo:UBERON_0004573 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008886
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0002016
    obo:IAO_0000115 "Pulmonary veins are blood vessels that transport blood from the lungs to the heart[GO]." ;
    oboInOwl:hasDbXref "AAO:0010521", "BTO:0001799", "CALOHA:TS-0840", "EHDAA2:0001579", "EHDAA:2629", "EMAPA:18645", "FMA:66643", "GAID:543", "MA:0002206", "MESH:D011667", "NCIT:C12776", "SCTID:430160002", "VHOG:0001133", "Wikipedia:Pulmonary_vein", "XAO:0000394", "galen:PulmonaryVein" ;
    oboInOwl:hasExactSynonym "pulmonary venous tree organ part" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002016" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pulmonary vein" ;
    rdfs:subClassOf obo:UBERON_0001638, obo:UBERON_0013768, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002079
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0002019
    obo:IAO_0000115 "A cranial nerve that originates from neurons in the medulla and in the cervical spinal cord." ;
    oboInOwl:hasDbXref "AAO:0010476", "BAMS:11n", "BAMS:XIn", "BIRNLEX:812", "EHDAA2:0000106", "EHDAA:2855", "EMAPA:17265", "FMA:6720", "FMA:80284", "GAID:825", "MA:0001088", "MBA:717", "MESH:D000055", "NCIT:C32041", "SCTID:362469008", "VHOG:0000699", "Wikipedia:Spinal_accessory_nerve", "XAO:0004214", "neuronames:2085" ;
    oboInOwl:hasExactSynonym "Willis' nerve", "accessory XI", "accessory XI nerve", "accessory nerve", "accessory nerve [XI]", "cervical accessory nerve", "cranial nerve XI", "eleventh cranial nerve", "spinal accessory nerve", "spinal accessory nerve tree", "spinal part of accessory nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "CN-XI", "accessory spinal nerve" ;
    oboInOwl:id "UBERON:0002019" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "accessory XI nerve" ;
    rdfs:subClassOf obo:UBERON_0035642, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0020358
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0020358
            ]
        )
    ] .

obo:UBERON_0002020
    obo:IAO_0000115 "A nervous system structure composed primarily of nerve cell bodies (somas). May also include dendrites and the initial unmyelinated portion of axons." ;
    oboInOwl:hasDbXref "AEO:0001012", "EHDAA2:0003136", "EHDAA2_RETIRED:0004658", "FMA:67242", "HBA:4006", "MA:0001112", "NCIT:C32695", "TAO:0002197", "VHOG:0001768", "Wikipedia:Gray_matter", "ZFA:0001681", "neuronames:2869" ;
    oboInOwl:hasExactSynonym "gray matter", "gray matter of neuraxis", "grey matter", "grey matter of neuraxis", "grey substance", "neuronal grey matter" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gray mater" ;
    oboInOwl:id "UBERON:0002020" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "gray matter" ;
    rdfs:subClassOf obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0043025
    ] .

obo:UBERON_0002028
    obo:IAO_0000115 "The most posterior of the three principal regions of the brain. In mammals and birds the hindbrain is divided into a rostral metencephalon and a caudal myelencephalon. In zebrafish, with the exception of the cerebellum, the ventral remainder of the metencephalon can be separated only arbitrarily from the more caudal myelencephalic portion of the medulla oblongata (From: Neuroanatomy of the Zebrafish Brain)[ZFA]. Organ component of neuraxis that has as its parts the pons, cerebellum and medulla oblongata[FMA]." ;
    oboInOwl:hasDbXref "AAO:0010150", "BAMS:HB", "BIRNLEX:942", "BTO:0000672", "CALOHA:TS-0457", "DHBA:10653", "DMBA:16808", "EFO:0000923", "EHDAA2:0000746", "EHDAA:3514", "EHDAA:6487", "EMAPA:16916", "FMA:67687", "MA:0000195", "MAT:0000107", "MBA:1065", "MESH:D012249", "MIAA:0000107", "NCIT:C40336", "SCTID:303456008", "TAO:0000029", "VHOG:0000070", "Wikipedia:Rhombencephalon", "XAO:0000015", "ZFA:0000029" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "rhombencephalon" ;
    oboInOwl:id "UBERON:0002028" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "hindbrain" ;
    rdfs:subClassOf obo:UBERON_0002616, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0002298
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007277
    ] .

obo:UBERON_0002031
    obo:IAO_0000115 "An epithelium that is part of a bronchus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0001845", "CALOHA:TS-1240", "EFO:0000307", "EMAPA:32691", "FMA:67782", "MA:0001839", "NCIT:C32231" ;
    oboInOwl:hasExactSynonym "bronchi epithelial tissue", "bronchi epithelium", "bronchial epithelium", "bronchial trunk epithelial tissue", "bronchial trunk epithelium", "bronchus epithelial tissue", "bronchus epithelium", "epithelial tissue of bronchi", "epithelial tissue of bronchial trunk", "epithelial tissue of bronchus", "epithelium of bronchi", "epithelium of bronchial trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002031" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "epithelium of bronchus" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0008397, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002209
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0002036
    obo:IAO_0000115 "Muscle tissue that contains fibers that are divided by transverse bands into striations." ;
    oboInOwl:hasDbXref "AAO:0010762", "AEO:0000140", "CALOHA:TS-2047", "EHDAA2:0003140", "EMAPA:36390", "FMA:67905", "MA:0002438", "NCIT:C12436", "WBbt:0005779", "Wikipedia:Striated_muscle", "galen:StriatedMuscle" ;
    oboInOwl:hasExactSynonym "striated muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002036" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "striated muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0002385, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002385
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000737
            ]
        )
    ] .

obo:UBERON_0002040
    obo:IAO_0000115 "A systemic artery that supplies the lung with with oxygenated blood." ;
    oboInOwl:hasDbXref "EMAPA:18608", "FMA:68109", "GAID:477", "MA:0001923", "MESH:D001981", "NCIT:C32230", "SCTID:244247009", "Wikipedia:Bronchial_artery" ;
    oboInOwl:hasExactSynonym "bronchial arterial tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002040" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "Although there is much variation, there are usually two bronchial arteries that run to the left lung, and one to the right lung." ;
    rdfs:label "bronchial artery" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004848
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0012416
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004573
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004571
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0002047
    obo:IAO_0000115 "The pontine raphe nucleus is one of the raphe nuclei. It is located in the pontine tegmentum. [WP,unvetted]." ;
    oboInOwl:hasDbXref "BAMS:PnR", "BAMS:RA-PONS", "BAMS:RPn", "BIRNLEX:1110", "DHBA:12471", "DHBA:12475", "FMA:68875", "HBA:9159", "MA:0001022", "MBA:238", "Wikipedia:Pontine_raphe_nucleus" ;
    oboInOwl:hasExactSynonym "raphe of pons" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "raphe pontis nucleus" ;
    oboInOwl:id "UBERON:0002047" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pontine raphe nucleus" ;
    rdfs:subClassOf obo:UBERON_0006331, obo:UBERON_0009662, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004684
    ] .

obo:UBERON_0002048
    obo:IAO_0000115 "Respiration organ that develops as an outpocketing of the esophagus." ;
    oboInOwl:hasDbXref "AAO:0000275", "AAO:0010567", "BTO:0000763", "CALOHA:TS-0568", "EFO:0000934", "EHDAA2:0001042", "EHDAA:1554", "EHDAA:2205", "EMAPA:16728", "EV:0100042", "FMA:7195", "GAID:345", "MA:0000415", "MAT:0000135", "MESH:D008168", "MIAA:0000135", "NCIT:C12468", "SCTID:181216001", "Wikipedia:Lung", "XAO:0000119", "galen:Lung" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002048" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:major_organ, core:organ_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "Snakes and limbless lizards typically possess only the right lung as a major respiratory organ; the left lung is greatly reduced, or even absent. Amphisbaenians, however, have the opposite arrangement, with a major left lung, and a reduced or absent right lung [WP]" ;
    rdfs:label "lung" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000171, obo:UBERON_0005178, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000170
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000170
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000118
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] .

obo:UBERON_0002049
    obo:IAO_0000115 "An interconnected tubular multi-tissue structure contains fluid that is actively transported around the organism[ZFA]. Examples: vasculature of lung, vasculature of face." ;
    oboInOwl:hasDbXref "BTO:0003718", "FMA:69050", "TAO:0005249", "ZFA:0005249" ;
    oboInOwl:hasExactSynonym "vascular network" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002049" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vasculature" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0000477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007798
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000179
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0000055
    ] .

obo:UBERON_0002050
    obo:IAO_0000115 "Anatomical structure that is part of an embryo." ;
    oboInOwl:hasDbXref "AAO:0000138", "BILA:0000034", "BTO:0000174", "CALOHA:TS-2110", "EFO:0000461", "FMA:69067", "GAID:407", "MESH:D004628", "NCIT:C13229", "RETIRED_EHDAA2:0003169", "SCTID:667009", "TAO:0001105", "VSAO:0000178", "XAO:0003042", "ZFA:0001105" ;
    oboInOwl:hasExactSynonym "developing embryonic structure", "embryonic anatomical structure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "developing structure", "embryonale Struktur" ;
    oboInOwl:id "UBERON:0002050" ;
    oboInOwl:inSubset core:efo_slim, core:inconsistent_with_fma, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "embryonic structure" ;
    rdfs:subClassOf obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005423
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
        )
    ] .

obo:UBERON_0002057
    obo:IAO_0000115 "An artery that supplies the diaphragm." ;
    oboInOwl:hasDbXref "FMA:69330", "MA:0002019", "NCIT:C33320" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002057" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "phrenic artery" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004573
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:UBERON_0002061
    obo:IAO_0000115 "The truncus arteriosus and bulbus cordis are divided by the aorticopulmonary septum. The truncus arteriosus gives rise to the ascending aorta and the pulmonary trunk. The bulbus cordis gives rise to the smooth parts (outflow tract) of the left and right ventricles." ;
    oboInOwl:hasDbXref "EHDAA2:0004143", "EMAPA:35887", "FMA:70301", "GAID:554", "MA:0000103", "MESH:D014338", "NCIT:C34317", "SCTID:308828009", "Wikipedia:Truncus_arteriosus_(embryology)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002061" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "truncus arteriosus" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0002050, obo:UBERON_0003498, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004145
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005498
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005432
    ] .

obo:UBERON_0002062
    obo:IAO_0000115 "The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves[GO]. Swellings of tissue present between the endocardial and myocardial cell layers that will give rise to the interstitial cells of the cardiac valves[ZFA]." ;
    oboInOwl:hasDbXref "EHDAA2:0000434", "EHDAA2:0004028", "EHDAA:2586", "EMAPA:16696", "FMA:70302", "MA:0000078", "TAO:0001317", "VHOG:0000932", "Wikipedia:Atrioventricular_cushions", "XAO:0004189", "ZFA:0001317" ;
    oboInOwl:hasExactSynonym "AV cushion", "atrioventricular cushion", "cardiac cushion", "endocardial cushion tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "atrioventricular canal cushion" ;
    oboInOwl:id "UBERON:0002062" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "GO graph seems to suggest this is an endothelium. WP: The endocardial cushions are thought to arise from a subset of endothelial cells that undergo epithelial to mesenchymal transformation, a process whereby these cells break cell-to-cell contacts and migrate into the cardiac jelly (towards to interior of the heart tube). Latest (2010-06-01) new def suggested for GO, added above. Note that EHDAA2 has a more detailed model which we may later adopt. JB: Patterning makes the cushions lay down connective tissue in three domains that force out the local endothelial lining and so the leaflets form" ;
    rdfs:label "endocardial cushion" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0005256, obo:UBERON_0009751, obo:UBERON_0014387, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002165
    ] .

obo:UBERON_0002063
    obo:IAO_0000115 "The sinus venosus is a large cardiac chamber at the inflow tract that receives venous blood from systemic circulation. precedes the atrium on the venous side of the chordate heart." ;
    oboInOwl:hasBroadSynonym "inflow tract" ;
    oboInOwl:hasDbXref "AAO:0010505", "EHDAA2:0001839", "EHDAA:480", "EMAPA:16237", "FMA:70303", "NCIT:C34299", "NCIT:C34300", "TAO:0000154", "VHOG:0000177", "Wikipedia:Sinus_venosus", "ZFA:0000154" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "sinus venarum", "venarum", "venarum sinus", "venosus" ;
    oboInOwl:id "UBERON:0002063" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "sinus venosus" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0004151, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007278
    ] .

obo:UBERON_0002067
    obo:IAO_0000115 "The dermis is a layer of skin between the epidermis (with which it makes up the skin) and subcutaneous tissues, and is composed of two layers, the papillary and reticular dermis[WP]." ;
    oboInOwl:hasDbXref "AAO:0000128", "BTO:0000294", "CALOHA:TS-2076", "EFO:0000953", "EMAPA:17527", "EV:0100154", "FMA:70323", "GAID:1321", "MA:0000152", "MAT:0000153", "MESH:D020405", "MIAA:0000153", "NCIT:C12701", "SCTID:361696001", "TAO:0001119", "VHOG:0000108", "Wikipedia:Dermis", "XAO:0000217", "ZFA:0001119" ;
    oboInOwl:hasExactSynonym "vertebrate dermis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cutis" ;
    oboInOwl:id "UBERON:0002067" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "dermis" ;
    rdfs:subClassOf obo:UBERON_0010314, obo:UBERON_0013754, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0071953
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0011860
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000107 ;
        owl:someValuesFrom obo:UBERON_0001003
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000108 ;
        owl:someValuesFrom obo:UBERON_0002072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002384
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010083
    ] .

obo:UBERON_0002072
    obo:IAO_0000115 "Lowermost layer of the integumentary system in vertebrates. Types of cells that are found in the hypodermis are fibroblasts, adipose cells, and macrophages. It is derived from the mesoderm, but unlike the dermis, it is not derived from the dermatome region of the mesoderm. The hypodermis is used mainly for fat storage[WP]." ;
    oboInOwl:hasDbXref "BTO:0001314", "CALOHA:TS-2366", "FMA:70544", "NCIT:C33645", "TAO:0001136", "Wikipedia:Hypodermis", "ZFA:0001136" ;
    oboInOwl:hasExactSynonym "hypoderm", "vertebrate hypodermis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "sub-tegumental tissue", "subcutaneous tissue", "subcutis", "subtegumental tissue" ;
    oboInOwl:id "UBERON:0002072" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "hypodermis" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0013754, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000107 ;
        owl:someValuesFrom obo:UBERON_0002067
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000108 ;
        owl:someValuesFrom obo:UBERON_0001015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001013
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0011825
    ] .

obo:UBERON_0002075
    obo:IAO_0000115 "An organ that is located within the body cavity (or in its extension, in the scrotum); it consists of organ parts that are embryologically derived from endoderm, splanchnic mesoderm or intermediate mesoderm; together with other organs, the viscus constitutes the respiratory, gastrointestinal, urinary, reproductive and immune systems, or is the central organ of the cardiovascular system. Examples: heart, lung, esophagus, kidney, ovary, spleen." ;
    oboInOwl:hasDbXref "AAO:0010386", "BTO:0001491", "EHDAA:512", "EMAPA:16245", "FMA:7085", "MA:0000019", "MESH:D014781", "NCIT:C28287", "RETIRED_EHDAA2:0002201", "SCTID:118760003", "Wikipedia:Viscus", "XAO:0003034" ;
    oboInOwl:hasExactSynonym "visceral organ", "visceral organ system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "splanchnic tissue", "viscera", "visceral tissue" ;
    oboInOwl:id "UBERON:0002075" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim, core:uberon_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "viscus" ;
    rdfs:subClassOf obo:UBERON_0005177, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002323
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002323
            ]
        )
    ] .

obo:UBERON_0002078
    obo:IAO_0000115 "A cardiac atrium that is in the right side of the heart. It receives deoxygenated blood. In mammals, this comes from the superior and inferior vena cava and the coronary sinus, and pumps it into the right ventricle through the tricuspid valve." ;
    oboInOwl:hasDbXref "AAO:0010248", "BTO:0001703", "EHDAA2:0000290", "EMAPA:17321", "FMA:7096", "MA:0000075", "NCIT:C12868", "SCTID:244383003", "VHOG:0000328", "Wikipedia:Right_atrium", "XAO:0003192", "galen:RightAtrium" ;
    oboInOwl:hasExactSynonym "cardiac right atrium", "heart right atrium", "right atrium", "right atrium of heart", "right cardiac atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002078" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "right cardiac atrium" ;
    rdfs:subClassOf obo:UBERON_0002081, obo:UBERON_0035554, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0004537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002081
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0002079
    obo:IAO_0000115 "A cardiac atrium that is in the left side of the heart. It receives oxygenated blood from the pulmonary veins, In mammals this is pumped into the left ventricle, via the Mitral valve." ;
    oboInOwl:hasDbXref "AAO:0010247", "BTO:0001702", "EHDAA2:0000275", "EMAPA:17315", "FMA:7097", "MA:0000074", "NCIT:C12869", "SCTID:244387002", "VHOG:0000369", "Wikipedia:Left_atrium", "XAO:0003191", "galen:LeftAtrium" ;
    oboInOwl:hasExactSynonym "cardiac left atrium", "heart left atrium", "left atrium", "left atrium of heart", "left cardiac atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002079" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "left cardiac atrium" ;
    rdfs:subClassOf obo:UBERON_0002081, obo:UBERON_0035553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0004537
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002081
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0002080
    obo:IAO_0000115 "A cardiac ventricle that is in the right side of the heart." ;
    oboInOwl:hasDbXref "BTO:0001630", "CALOHA:TS-0443", "EHDAA2:0000196", "EMAPA:17340", "FMA:7098", "MA:0000093", "NCIT:C12870", "SCTID:244384009", "VHOG:0000717", "Wikipedia:Right_ventricle", "galen:RightVentricle" ;
    oboInOwl:hasExactSynonym "cardiac right ventricle", "right ventricle", "right ventricle of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "right cardiac ventricle" ;
    oboInOwl:id "UBERON:0002080" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "heart right ventricle" ;
    rdfs:subClassOf obo:UBERON_0002082, obo:UBERON_0035554, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0004537
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0004706
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002082
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0002081
    obo:IAO_0000115 "Cardiac chamber in which blood enters the heart." ;
    oboInOwl:hasDbXref "AAO:0010246", "BTO:0000903", "CALOHA:TS-0437", "EFO:0000277", "EHDAA2:0000154", "EHDAA:1265", "EMAPA:16688", "EV:0100019", "FMA:7099", "GAID:555", "MA:0000073", "MAT:0000496", "MESH:D006325", "NCIT:C12728", "SCTID:261405004", "TAO:0000471", "VHOG:0000175", "Wikipedia:Heart_atrium", "ZFA:0000471", "galen:Atrium" ;
    oboInOwl:hasExactSynonym "atrium", "atrium of heart", "heart atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "atrial tissue" ;
    oboInOwl:id "UBERON:0002081" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cardiac atrium" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0004151, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010227
    ] .

obo:UBERON_0002082
    obo:IAO_0000115 "Cardiac chamber through which blood leaves the heart." ;
    oboInOwl:hasBroadSynonym "ventricle" ;
    oboInOwl:hasDbXref "AAO:0010249", "BTO:0000862", "CALOHA:TS-0444", "EFO:0000317", "EHDAA2:0004164", "EHDAA:1912", "EMAPA:17331", "EV:0100020", "FMA:7100", "GAID:568", "MA:0000091", "MAT:0000497", "MESH:D006352", "NCIT:C12730", "SCTID:277699000", "TAO:0000009", "VHOG:0000435", "Wikipedia:Ventricle_(heart)", "XAO:0003193", "ZFA:0000009", "galen:Ventricle" ;
    oboInOwl:hasExactSynonym "heart ventricle", "lower chamber of heart", "ventricle of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002082" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cardiac ventricle" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0004151, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006283
    ] .

obo:UBERON_0002084
    obo:IAO_0000115 "A cardiac ventricle that is in the left side of the heart." ;
    oboInOwl:hasDbXref "BTO:0001629", "CALOHA:TS-0439", "EHDAA2:0002178", "EMAPA:17337", "FMA:7101", "MA:0000092", "NCIT:C12871", "SCTID:244385005", "VHOG:0000718", "Wikipedia:Left_ventricle", "galen:LeftVentricle" ;
    oboInOwl:hasExactSynonym "cardiac left ventricle", "left cardiac ventricle", "left ventricle", "left ventricle of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002084" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "heart left ventricle" ;
    rdfs:subClassOf obo:UBERON_0002082, obo:UBERON_0035553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0000947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0004537
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004140
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002082
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0002085
    obo:IAO_0000115 "A cardiac septum that divides the left and right atria of the heart." ;
    oboInOwl:hasDbXref "EHDAA2:0000838", "EHDAA:1896", "EMAPA:17011", "FMA:7108", "MA:0000084", "NCIT:C32818", "SCTID:362016003", "VHOG:0000385", "Wikipedia:Interatrial_septum", "galen:InteratrialSeptum" ;
    oboInOwl:hasExactSynonym "atrial septum", "atrium septum", "interatrial septal wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002085" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "interatrial septum" ;
    rdfs:subClassOf obo:UBERON_0002099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002078
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002079
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002079
            ]
        )
    ] .

obo:UBERON_0002090
    obo:IAO_0000115 "The postcranial subdivision of skeleton structural components forming the long axis of the vertebrate body; in Danio, consisting of the notochord, vertebrae, ribs, supraneurals, intermuscular bones, and unpaired median fins; in human consists of the bones of the vertebral column, the thoracic cage and the pelvis[ZFA+FMA]." ;
    oboInOwl:hasBroadSynonym "axial skeleton" ;
    oboInOwl:hasDbXref "AAO:0000034", "EFO:0000942", "EHDAA2:0000161", "EHDAA:5049", "FMA:71221", "MA:0002986", "MAT:0000148", "MIAA:0000148", "TAO:0000317", "VHOG:0000317", "VSAO:0000093", "XAO:0003073", "ZFA:0000317" ;
    oboInOwl:hasExactSynonym "post-cranial axial skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002090" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "previous some AOs had used the term 'axial skeleton' to include the skull. This is being resolved (see tracker items above). Status: MA - fixed." ;
    rdfs:label "postcranial axial skeleton" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005944
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011138
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003089
    ] .

obo:UBERON_0002091
    obo:IAO_0000115 "Subdivision of skeleton which which consists of all the skeletal elements in in the pectoral and pelvic appendage complexes[cjm]." ;
    oboInOwl:hasDbXref "AAO:0000747", "EFO:0000951", "EMAPA:32729", "FMA:71222", "MA:0000290", "MAT:0000278", "MIAA:0000278", "NCIT:C49477", "SCTID:322050006", "VSAO:0000076", "Wikipedia:Appendicular_skeleton", "XAO:0003166" ;
    oboInOwl:hasExactSynonym "appendicular skeleton", "entire appendicular skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002091" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "appendicular skeleton" ;
    rdfs:subClassOf obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011249
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0000026
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] .

obo:UBERON_0002092
    obo:IAO_0000115 "The fibrous membrane forming the outer of the three coverings that surrounds the brain within the cranial cavity; consists of two layers including the periosteal layer and the meningeal layer." ;
    oboInOwl:hasDbXref "EMAPA:32668", "FMA:71236", "MA:0000815", "NCIT:C49332", "SCTID:309321003", "VHOG:0000270" ;
    oboInOwl:hasExactSynonym "cranial dura mater", "dura mater encephali", "dura mater of brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002092" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "brain dura mater" ;
    rdfs:subClassOf obo:UBERON_0002363, obo:UBERON_0003547 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0002093
    obo:IAO_0000115 "A dura mater that is part of a spinal cord [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17806", "FMA:71237", "MA:0001132", "NCIT:C49799", "SCTID:362302001", "VHOG:0000411" ;
    oboInOwl:hasExactSynonym "dura mater of neuraxis of spinal cord", "dura mater of spinal cord", "spinal cord dura mater", "spinal cord dura mater of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002093" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "spinal dura mater" ;
    rdfs:subClassOf obo:UBERON_0002363, obo:UBERON_0003292 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0002094
    obo:IAO_0000115 "Cardiac septum which separates the right ventricle from the left ventricle.[FMA]." ;
    oboInOwl:hasDbXref "BTO:0002483", "EFO:0001956", "EHDAA:2603", "EMAPA:17333", "FMA:7133", "MA:0000085", "NCIT:C32874", "SCTID:362019005", "VHOG:0000386", "Wikipedia:Interventricular_septum", "galen:InterventricularSeptum" ;
    oboInOwl:hasExactSynonym "heart interventricular septum", "heart ventricular septum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "interventricular septum of heart", "interventriculare cordis", "intraventricular septum", "septum inferius", "septum membranaceum", "ventricle septum", "ventricular septum" ;
    oboInOwl:id "UBERON:0002094" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "interventricular septum" ;
    rdfs:subClassOf obo:UBERON_0002099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002080
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0002097
    obo:IAO_0000115 "The organ covering the body that consists of the dermis and epidermis." ;
    oboInOwl:hasDbXref "BTO:0001253", "CALOHA:TS-0934", "EFO:0000962", "EHDAA2:0001844", "EMAPA:17525", "FMA:7163", "MESH:D012867", "MFMO:0000099", "NCIT:C12470", "SCTID:181469002", "Wikipedia:Skin", "XAO:0000023", "galen:Skin" ;
    oboInOwl:hasExactSynonym "entire skin", "skin organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "entire integument", "integument", "integumental organ", "pelt", "skin" ;
    oboInOwl:id "UBERON:0002097" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:major_organ, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "skin of body" ;
    rdfs:subClassOf obo:UBERON_0000062, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0011272
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0000014
    ] .

obo:UBERON_0002099
    obo:IAO_0000115 "The thin membranous structure between the two heart atria or the thick muscular structure between the two heart ventricles." ;
    oboInOwl:hasDbXref "EMAPA:35400", "FMA:7180", "GAID:562", "MA:0000083", "MESH:D006346", "NCIT:C49485", "SCTID:362014000" ;
    oboInOwl:hasExactSynonym "heart septum", "septum of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002099" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "cardiac septum" ;
    rdfs:subClassOf obo:UBERON_0003037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004151
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003037
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0002100
    obo:IAO_0000115 "Organism subdivision which is the part of the body posterior to the cervical region (or head, when cervical region not present) and anterior to the caudal region. Includes the sacrum when present." ;
    oboInOwl:hasDbXref "AAO:0010339", "BILA:0000116", "BTO:0001493", "CALOHA:TS-1071", "EFO:0000966", "EMAPA:31857", "FMA:7181", "MA:0000004", "MAT:0000296", "MIAA:0000296", "NCIT:C33816", "SCTID:262225004", "TAO:0001115", "Wikipedia:Torso", "XAO:0000054", "XAO:0003025", "ZFA:0001115", "galen:Trunk" ;
    oboInOwl:hasExactSynonym "thoracolumbar region", "torso", "trunk region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Rumpf" ;
    oboInOwl:id "UBERON:0002100" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "trunk" ;
    rdfs:subClassOf obo:UBERON_0011676, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013702
    ] .

obo:UBERON_0002104
    obo:IAO_0000115 "The sensory system subserving the sense of vision." ;
    oboInOwl:hasAlternativeId "UBERON:0007036" ;
    oboInOwl:hasDbXref "AAO:0000632", "BILA:0000140", "EMAPA:36003", "FMA:7191", "MA:0002444", "NCIT:C12888", "SCTID:281831001", "TAO:0001127", "Wikipedia:Visual_system", "XAO:0003198", "ZFA:0001127", "http://uri.neuinfo.org/nif/nifstd/FMAID_7191" ;
    oboInOwl:hasExactSynonym "photosensory system", "visual organ system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002104" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "visual system" ;
    rdfs:subClassOf obo:UBERON_0001032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0007601
    ] .

obo:UBERON_0002105
    obo:IAO_0000115 "Sensory system responsible for the perception of spatial orientation and auditory stimuli." ;
    oboInOwl:hasDbXref "AAO:0000631", "FMA:78500", "TAO:0001138", "XAO:0003195", "ZFA:0001138" ;
    oboInOwl:hasExactSynonym "auditory organ system", "vestibuloauditory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "auditory system", "auditory/vestibular system", "vestibuloauditory system" ;
    oboInOwl:id "UBERON:0002105" ;
    oboInOwl:inSubset core:functional_classification, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vestibulo-auditory system" ;
    rdfs:subClassOf obo:UBERON_0001032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0007605
    ] .

obo:UBERON_0002111
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of an artery [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0000087", "CALOHA:TS-1198", "EMAPA:36285", "FMA:72024", "MA:0000708", "NCIT:C49195" ;
    oboInOwl:hasExactSynonym "arterial smooth muscle", "artery smooth muscle", "artery smooth muscle tissue", "smooth muscle of artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "arterial smooth muscle cell" ;
    oboInOwl:id "UBERON:0002111" ;
    a owl:Class ;
    rdfs:label "artery smooth muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0004237, obo:UBERON_0004695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:UBERON_0002112
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35323", "FMA:72025", "MA:0001573" ;
    oboInOwl:hasExactSynonym "esophageal smooth muscle", "esophagus involuntary muscle", "esophagus non-striated muscle", "esophagus smooth muscle", "esophagus smooth muscle tissue", "gullet involuntary muscle", "gullet non-striated muscle", "gullet smooth muscle", "gullet smooth muscle tissue", "involuntary muscle of esophagus", "involuntary muscle of gullet", "involuntary muscle of oesophagus", "non-striated muscle of esophagus", "non-striated muscle of gullet", "non-striated muscle of oesophagus", "oesophagus involuntary muscle", "oesophagus non-striated muscle", "oesophagus smooth muscle tissue", "smooth muscle of gullet", "smooth muscle of oesophagus", "smooth muscle tissue of esophagus", "smooth muscle tissue of gullet", "smooth muscle tissue of oesophagus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "oesophagus smooth muscle" ;
    oboInOwl:id "UBERON:0002112" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "smooth muscle of esophagus" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003832
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0002118
    obo:IAO_0000115 "An ovary that is part of a right side of organism [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:7213", "MA:0001705", "NCIT:C33487", "SCTID:280123002" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002118" ;
    a owl:Class ;
    rdfs:label "right ovary" ;
    rdfs:subClassOf obo:UBERON_0000992, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000992
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0002119
    obo:IAO_0000115 "An ovary that is part of a left side of organism [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:7214", "MA:0001704", "NCIT:C32969", "SCTID:280124008" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002119" ;
    a owl:Class ;
    rdfs:label "left ovary" ;
    rdfs:subClassOf obo:UBERON_0000992, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000992
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0002128
    obo:IAO_0000115 "A collection of brainstem nuclei that functions in multiple aspects of hearing and is an important component of the ascending and descending auditory pathways of the auditory system." ;
    oboInOwl:hasDbXref "BAMS:SOC", "BIRNLEX:1307", "DHBA:12462", "EMAPA:35840", "EV:0100263", "FMA:72247", "HBA:9177", "MA:0001026", "MBA:398", "VHOG:0001381", "Wikipedia:Superior_olivary_complex" ;
    oboInOwl:hasExactSynonym "superior olivary nuclei" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "superior olivary nucleus (Barr & Kiernan)" ;
    oboInOwl:id "UBERON:0002128" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "superior olivary complex" ;
    rdfs:subClassOf obo:UBERON_0007245, obo:UBERON_0019263, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0016490
    ] .

obo:UBERON_0002148
    obo:IAO_0000115 "The locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic[GO]. Bluish region in the superior angle of the fourth ventricle floor, corresponding to melanin-like pigmented nerve cells which lie lateral to the ponto-mesencephalic central gray (griseum centrale). It is also known as nucleus pigmentosus pontis[GAID]." ;
    oboInOwl:hasDbXref "BAMS:CAE", "BAMS:LC", "BIRNLEX:905", "BM:Pons-LC", "BTO:0001408", "DHBA:12819", "DMBA:16972", "EFO:0001963", "EMAPA:35502", "FMA:72478", "GAID:577", "HBA:9148", "MA:0001017", "MBA:147", "MESH:D008125", "NCIT:C97333", "SCTID:369016004", "TAO:0000539", "Wikipedia:Locus_ceruleus", "ZFA:0000539" ;
    oboInOwl:hasExactSynonym "Noradrenergic cell group A6", "blue nucleus", "caerulean nucleus", "locus caeruleus", "locus coeruleu", "locus coeruleus", "nucleus of locus caeruleus", "nucleus pigmentosus pontis", "substantia ferruginea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "locus cinereus", "locus coeruleus (Vicq d'Azyr)" ;
    oboInOwl:id "UBERON:0002148" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "locus ceruleus" ;
    rdfs:subClassOf obo:UBERON_0006331, obo:UBERON_0009662, obo:UBERON_8440015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0048243
    ] .

obo:UBERON_0002149
    obo:IAO_0000115 "Nucleus containing parasympathetic neurons giving rise to the parasympathetic division of the facial nerve, innervating the salivary glands (Brodal, Neurological Anatomy, 3rd ed., 1981, pg 703)." ;
    oboInOwl:hasDbXref "BAMS:SSN", "BAMS:SuS", "BIRNLEX:1131", "DHBA:12435", "EHDAA2:0004646", "FMA:72482", "HBA:9194", "MA:0001027", "MBA:462", "SCTID:369028007", "Wikipedia:Superior_salivatory_nucleus" ;
    oboInOwl:hasExactSynonym "superior salivary nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002149" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "superior salivatory nucleus" ;
    rdfs:subClassOf obo:UBERON_0000126, obo:UBERON_0004121, obo:UBERON_0004133, obo:UBERON_0007635, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010125
    ] .

obo:UBERON_0002165
    obo:IAO_0000115 "The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers[GO]." ;
    oboInOwl:hasAlternativeId "UBERON:0006225" ;
    oboInOwl:hasDbXref "AAO:0010408", "BTO:0000387", "CALOHA:TS-2075", "EFO:0000821", "EHDAA2:0004153", "EMAPA:17868", "EMAPA:32686", "EV:0100021", "FMA:7280", "GAID:550", "MA:0000076", "MAT:0000455", "MESH:D004699", "NCIT:C13004", "SCTID:362013006", "TAO:0001320", "VHOG:0000084", "Wikipedia:Endocardium", "XAO:0000066", "ZFA:0001320", "galen:Endocardium" ;
    oboInOwl:hasExactSynonym "endocardial lining", "endocardial tissue", "heart endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "heart endocardial tissue" ;
    oboInOwl:id "UBERON:0002165" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "fixed in GO to reflect FMA. See email to David/Varsha June 18 2010" ;
    rdfs:label "endocardium" ;
    rdfs:subClassOf obo:UBERON_0002523, obo:UBERON_0004120, obo:UBERON_0005983, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0005316
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007280
    ] .

obo:UBERON_0002166
    obo:IAO_0000115 "Endocardium that is part of the atrium." ;
    oboInOwl:hasDbXref "EMAPA:32745", "FMA:7284", "MA:0000077", "SCTID:192001005", "TAO:0002169", "VHOG:0000606", "ZFA:0001614" ;
    oboInOwl:hasExactSynonym "Cardiac atria endocardium", "atrial endocardium", "atrium endocardium", "atrium of heart endocardium", "cardiac atrium endocardium", "endocardium of Cardiac atria", "endocardium of atrium of heart", "endocardium of cardiac atrium", "endocardium of heart atrium", "heart atrium endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "atrium endocardial tissue" ;
    oboInOwl:id "UBERON:0002166" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "endocardium of atrium" ;
    rdfs:subClassOf obo:UBERON_0002165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:UBERON_0002167
    obo:IAO_0000115 "Lung which consists of the right upper lobe, middle lobe and right lower lobe.[FMA]." ;
    oboInOwl:hasDbXref "EHDAA2:0001730", "EHDAA:4969", "EMAPA:17661", "FMA:7309", "MA:0000426", "NCIT:C33483", "SCTID:361967000", "VHOG:0000301", "Wikipedia:Right_lung" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002167" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "right lung" ;
    rdfs:subClassOf obo:UBERON_0002048, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000170
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002048
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000170
            ]
        )
    ] .

obo:UBERON_0002168
    obo:IAO_0000115 "Lung which consists of the left upper lobe and left lower lobe.[FMA]." ;
    oboInOwl:hasDbXref "EHDAA2:0000943", "EHDAA:4947", "EMAPA:17653", "FMA:7310", "MA:0000425", "NCIT:C32967", "SCTID:361982005", "VHOG:0000618", "Wikipedia:Left_lung" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002168" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "left lung" ;
    rdfs:subClassOf obo:UBERON_0002048, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000170
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002048
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000170
            ]
        )
    ] .

obo:UBERON_0002185
    obo:IAO_0000115 "The upper conducting airways of the lung; these airways arise from the terminus of the trachea." ;
    oboInOwl:hasDbXref "BTO:0001340", "CALOHA:TS-1229", "EFO:0000932", "EMAPA:32689", "EV:0100041", "FMA:7409", "GAID:346", "MA:0000436", "MAT:0000133", "MESH:D001980", "MIAA:0000133", "NCIT:C12683", "SCTID:181215002", "VHOG:0000262", "Wikipedia:Bronchus", "XAO:0000121" ;
    oboInOwl:hasExactSynonym "bronchial trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bronchial tissue" ;
    oboInOwl:id "UBERON:0002185" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:organ_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "bronchus" ;
    rdfs:subClassOf obo:UBERON_0000117, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007196
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002224
    ] .

obo:UBERON_0002190
    obo:IAO_0000115 "A portion of adipose tissue that is part of the hypodermis, beneath the dermis." ;
    oboInOwl:hasAlternativeId "UBERON:0008875" ;
    oboInOwl:hasBroadSynonym "panniculus adiposus" ;
    oboInOwl:hasDbXref "BTO:0004042", "EMAPA:35829", "FMA:74315", "MA:0000473" ;
    oboInOwl:hasExactSynonym "fatty layer of subcutaneous tissue", "hypodermis fat layer", "subcutaneous fat layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "fatty layer of superficial fascia", "subcutaneous fat" ;
    oboInOwl:id "UBERON:0002190" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "subcutaneous adipose tissue" ;
    rdfs:subClassOf obo:UBERON_0001013, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002072
            ]
        )
    ] .

obo:UBERON_0002193
    obo:IAO_0000115 "Anatomical cluster consisting of the hematopoietic system and the lymphoid system, or its analogs." ;
    oboInOwl:hasDbXref "CALOHA:TS-2018", "EHDAA2:0004615", "EMAPA:18765", "FMA:74562", "MA:0000013" ;
    oboInOwl:hasExactSynonym "hematolymphoid system", "lymphomyeloid complex" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "haemolymphoid system" ;
    oboInOwl:id "UBERON:0002193" ;
    a owl:Class ;
    rdfs:label "hemolymphoid system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] .

obo:UBERON_0002199
    obo:IAO_0000115 "The dermis, epidermis and hypodermis." ;
    oboInOwl:hasDbXref "AAO:0000239", "BTO:0000634", "FMA:74657", "TAO:0000368", "VSAO:0000029", "Wikipedia:Integument", "ZFA:0000368", "galen:Integument" ;
    oboInOwl:hasExactSynonym "dermis plus epidermis plus hypodermis", "skin and subcutaneous tissue", "skin plus hypodermis", "the integument" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "dermal system", "dermoid system", "skin", "tegument", "vertebrate integument" ;
    oboInOwl:id "UBERON:0002199" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "integument" ;
    rdfs:subClassOf obo:UBERON_0010314, obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002416
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:UBERON_0002200
    obo:IAO_0000115 "Vasculature that is part of a head [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EFO:0003656", "FMA:74710", "TAO:0001267", "XAO:0004152", "ZFA:0001267" ;
    oboInOwl:hasExactSynonym "adult head vascular network", "adult head vasculature", "cranial vasculature", "head vascular network", "vascular network of adult head", "vascular network of head", "vasculature of adult head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "head vasculature" ;
    oboInOwl:id "UBERON:0002200" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vasculature of head" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0002201
    obo:IAO_0000115 "A vasculature that is part of a trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:74712", "TAO:0005024", "ZFA:0005024" ;
    oboInOwl:hasExactSynonym "torso vascular network", "torso vasculature", "trunk vascular network", "trunk vasculature", "vascular network of torso", "vascular network of trunk", "vasculature of torso" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002201" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vasculature of trunk" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0002202
    obo:IAO_0000115 "A submucosa that is part of a trachea." ;
    oboInOwl:hasDbXref "BTO:0002115", "EMAPA:35879", "FMA:7472", "MA:0001860", "NCIT:C49307", "SCTID:4419000" ;
    oboInOwl:hasExactSynonym "submucosa of windpipe", "trachea submucosa", "tracheal submucosa", "windpipe submucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "submucous layer of trachea" ;
    oboInOwl:id "UBERON:0002202" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "submucosa of trachea" ;
    rdfs:subClassOf obo:UBERON_0004777, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0002203
    obo:IAO_0000115 "Vasculature that is part of the eye region." ;
    oboInOwl:hasDbXref "FMA:74743", "SCTID:123846009", "TAO:0007057", "ZFA:0007057" ;
    oboInOwl:hasExactSynonym "eye vascular network", "ocular blood vessel", "ocular vasculature", "vascular network of eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "eye vasculature", "optic vasculature" ;
    oboInOwl:id "UBERON:0002203" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vasculature of eye" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002200, obo:UBERON_0006876, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003314
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0002204
    obo:IAO_0000115 "Anatomical system that consists of the muscular and skeletal systems." ;
    oboInOwl:hasDbXref "AAO:0010546", "CALOHA:TS-1311", "EMAPA:32714", "EV:0100139", "FMA:7482", "GAID:98", "MA:0002418", "MESH:D009141", "NCIT:C12754", "SCTID:278858007", "VHOG:0001275", "VSAO:0000031", "Wikipedia:Musculoskeletal_system", "XAO:0000168" ;
    oboInOwl:hasExactSynonym "musculo-skeletal system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002204" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "musculoskeletal system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000383
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001434
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0040011
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0002330, obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0002209
    obo:IAO_0000115 "Nonsynovial joint in which the articulating bones or cartilages are connected by ligaments. Examples: sagittal suture, inferior tibiofibular syndesmosis, gomphosis.[FMA]." ;
    oboInOwl:hasDbXref "AEO:0000178", "EHDAA2:0003178", "EMAPA:35344", "FMA:7492", "MA:0000321", "SCTID:37772004", "TAO:0005156", "Wikipedia:Fibrous_joint", "ZFA:0005156" ;
    oboInOwl:hasExactSynonym "articulatio fibrosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002209" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "fibrous joint" ;
    rdfs:subClassOf obo:UBERON_0011134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002320
    ] .

obo:UBERON_0002213
    obo:IAO_0000115 "Nonsynovial joint in which the articulating bones or cartilages are connected by cartilage. Examples: Spheno-occipital synchondrosis, first sternocostal joint, pubic symphysis.[FMA]." ;
    oboInOwl:hasDbXref "EMAPA:36581", "FMA:7496", "MA:0000320", "SCTID:58442004", "TAO:0005155", "Wikipedia:Cartilaginous_joint", "ZFA:0005155" ;
    oboInOwl:hasExactSynonym "articulatio cartilaginea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002213" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cartilaginous joint" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011134, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002418
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011134
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002418
            ]
        )
    ] .

obo:UBERON_0002215
    obo:IAO_0000115 "Cartilaginous joint in which the articulating bones or cartilages are connected by hyaline cartilage. Examples: spheno-occipital synchondrosis, first sternocostal joint.[FMA]." ;
    oboInOwl:hasDbXref "EMAPA:35846", "FMA:7497", "MA:0001501", "SCTID:42903008", "Wikipedia:Synchondrosis" ;
    oboInOwl:hasExactSynonym "primary cartilaginous joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "epiphysial cartilage" ;
    oboInOwl:id "UBERON:0002215" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "synchondrosis" ;
    rdfs:subClassOf obo:UBERON_0002209, obo:UBERON_0002213, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001994
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002209
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0001994
            ]
        )
    ] .

obo:UBERON_0002216
    obo:IAO_0000115 "Cartilaginous joint in which the articulating bones or cartilages are connected by fibrocartilage. Examples: pubic symphysis, intervertebral symphysis, manubriosternal joint.[FMA]." ;
    oboInOwl:hasDbXref "FMA:7498", "MA:0001504", "SCTID:1584001", "Wikipedia:Symphysis" ;
    oboInOwl:hasExactSynonym "secondary cartilaginous joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002216" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "symphysis" ;
    rdfs:subClassOf obo:UBERON_0002209, obo:UBERON_0002213 .

obo:UBERON_0002217
    obo:IAO_0000115 "Joint in which the articulating bones or cartilages are connected by an articular capsule which encloses a synovial membrane and a synovial cavity. Examples: Temporomandibular joint, knee joint.[FMA]." ;
    oboInOwl:hasDbXref "AEO:0000183", "CALOHA:TS-2138", "EHDAA2:0003183", "FMA:7501", "MA:0000322", "NCIT:C32461", "SCTID:113234001", "TAO:0005153", "Wikipedia:Synovial_joint", "ZFA:0005153", "galen:SynovialJoint" ;
    oboInOwl:hasExactSynonym "articulatio synoviale", "diarthrosis", "diarthrosis joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002217" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "synovial joint" ;
    rdfs:subClassOf obo:UBERON_0000982, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0001484
    ] ;
    owl:disjointWith obo:UBERON_0011134 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000982
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002219 ;
                owl:someValuesFrom obo:UBERON_0001484
            ]
        )
    ] .

obo:UBERON_0002224
    obo:IAO_0000115 "The part of the coelemic cavity lumen that is enclosed by the walls of the thorax." ;
    oboInOwl:hasDbXref "EMAPA:36497", "FMA:7565", "GAID:93", "MA:0000032", "MESH:D035423", "NCIT:C12905", "SCTID:243949006", "Wikipedia:Thoracic_cavity" ;
    oboInOwl:hasExactSynonym "cavity of chest", "cavity of thorax", "chest cavity", "pectoral cavity", "space of thoracic compartment", "thoracic lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002224" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "thoracic cavity" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002323
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0002240
    obo:IAO_0000115 "Part of the central nervous system located in the vertebral canal continuous with and caudal to the brain; demarcated from brain by plane of foramen magnum. It is composed of an inner core of gray matter in which nerve cells predominate, and an outer layer of white matter in which myelinated nerve fibers predominate, and surrounds the central canal. (CUMBO)." ;
    oboInOwl:hasDbXref "AAO:0010151", "BAMS:SP", "BAMS:Spinal", "BIRNLEX:1709", "BM:SpC", "BTO:0001279", "CALOHA:TS-0953", "DHBA:12890", "DMBA:17651", "EFO:0000110", "EHDAA2:0001255", "EHDAA:2863", "EMAPA:17577", "EV:0100316", "FMA:7647", "GAID:695", "MA:0000216", "MAT:0000183", "MESH:D013116", "MIAA:0000183", "NCIT:C12464", "SCTID:180959008", "TAO:0000075", "VHOG:0000601", "Wikipedia:Spinal_cord", "XAO:0000020", "ZFA:0000075" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cerebro-cerebellar fissure", "cerebrocerebellar fissure", "spinal cord structure", "spinal medulla" ;
    oboInOwl:id "UBERON:0002240" ;
    oboInOwl:inSubset core:cumbo, core:efo_slim, core:human_reference_atlas, core:major_organ, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "spinal cord" ;
    rdfs:subClassOf obo:UBERON_0000489, obo:UBERON_0004121, obo:UBERON_0005174, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0005000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003853
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006241
    ] .

obo:UBERON_0002241
    obo:IAO_0000115 "Endoskeletal elements that encase the brain, nose, inner ear[cjm]. that part of the neurocranium formed by endochondral ossification and comprising the bones of the base of the skull[TFD]." ;
    oboInOwl:hasDbXref "AAO:0010169", "EHDAA2:0000243", "EMAPA:17681", "TAO:0001424", "VHOG:0000288", "Wikipedia:Chondrocranium", "ZFA:0001424" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "calvarium" ;
    oboInOwl:id "UBERON:0002241" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "chondrocranium" ;
    rdfs:subClassOf obo:UBERON_0011159, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001703
    ] .

obo:UBERON_0002257
    obo:IAO_0000115 "The ventral grey column of the spinal cord[MP]. The neurons of the ventral region of the mature spinal cord participate in motor output[GO]." ;
    oboInOwl:hasDbXref "BAMS:VH", "BIRNLEX:2668", "BTO:0005151", "EMAPA:18575", "EMAPA:35794", "FMA:256541", "MA:0001134", "NCIT:C33859", "SCTID:279443000", "TAO:0000702", "VHOG:0001288", "Wikipedia:Anterior_horn_of_spinal_cord", "ZFA:0000702", "neuronames:1751" ;
    oboInOwl:hasExactSynonym "anterior gray column of spinal cord", "anterior gray horn of spinal cord", "anterior grey column of spinal cord", "anterior horn", "spinal cord anterior horn", "spinal cord ventral horn", "ventral gray column of spinal cord", "ventral gray matter of spinal cord", "ventral grey column of spinal cord", "ventral grey horn", "ventral horn spinal cord", "ventral region of spinal cord", "ventral spinal cord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior column", "anterior column of the spinal cord", "anterior horn (spinal cord)", "ventral horn of the spinal cord" ;
    oboInOwl:id "UBERON:0002257" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "ventral horn of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0015212, obo:UBERON_0016550, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002315
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000100
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0002315
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002315
    ] .

obo:UBERON_0002275
    obo:IAO_0000115 "A composite substructure of the brainstem that consists of the midbrain reticular formation, the pontine reticular formation and the medullary reticular formation ( Carpenter-1983 )." ;
    oboInOwl:hasDbXref "BAMS:RET", "EMAPA:35188", "FMA:77719", "MA:0003185", "MESH:D012154", "NLX:143558", "SCTID:361552007", "Wikipedia:Reticular_formation", "neuronames:1223" ;
    oboInOwl:hasExactSynonym "brain stem reticular formation", "brainstem reticular formation", "reticular formation (classical)", "reticular formation of the brainstem" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002275" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "reticular formation" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002298
    ] .

obo:UBERON_0002298
    obo:IAO_0000115 "Stalk-like part of the brain that includes amongst its parts the medulla oblongata of the hindbrain and the tegmentum of the midbrain[ZFA,MP,generalized]." ;
    oboInOwl:hasDbXref "BAMS:BS", "BIRNLEX:1565", "BTO:0000146", "CALOHA:TS-0093", "EFO:0001962", "EMAPA:32678", "EV:0100241", "FMA:79876", "MA:0000169", "MBA:343", "MESH:D001933", "NCIT:C12441", "SCTID:180925009", "TAO:0002156", "VHOG:0001457", "Wikipedia:Brainstem", "ZFA:0001707" ;
    oboInOwl:hasExactSynonym "brain stem" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "accessory medullary lamina of pallidum" ;
    oboInOwl:id "UBERON:0002298" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "'brainstem' is a loose term that sometimes refers to the ventral parts o the brain except for any part of the telencephalon - sometimes it includes the diencephalon or subpallial telencephalon structures (ISBN:0471888893). Here we use it in a more restriced sense, to include only the medulla oblongata, pons (when present) and the midbrain tegmentum (following the ZFA definitions)." ;
    rdfs:label "brainstem" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001896
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001943
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0002240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] .

obo:UBERON_0002301
    obo:IAO_0000115 "One of the layers of the neocortex. These layers are defined by distinctive populations of cells based on somata size, shape, or density, that are aligned into sheets." ;
    oboInOwl:hasBroadSynonym "cortical layer" ;
    oboInOwl:hasDbXref "ABA:CTX1-6b", "EMAPA:35588", "FMA:83138", "MA:0000186" ;
    oboInOwl:hasExactSynonym "layer of neocortex", "neocortex layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cerebral cortex layer", "lamina of neocortex" ;
    oboInOwl:id "UBERON:0002301" ;
    a owl:Class ;
    rdfs:label "layer of neocortex" ;
    rdfs:subClassOf obo:UBERON_0022303, obo:UBERON_8440004 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022303
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001950
            ]
        )
    ] .

obo:UBERON_0002302
    obo:IAO_0000115 "The atrial part of middle layer of the heart, comprised of involuntary muscle." ;
    oboInOwl:hasDbXref "EFO:0003087", "EMAPA:32746", "FMA:83509", "MA:0000081", "SCTID:191910002", "TAO:0001374", "VHOG:0000602", "ZFA:0001374" ;
    oboInOwl:hasExactSynonym "atrial myocardium", "atrium myocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "atrium cardiac muscle" ;
    oboInOwl:id "UBERON:0002302" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "myocardium of atrium" ;
    rdfs:subClassOf obo:UBERON_0002349, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002349
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:UBERON_0002308
    obo:IAO_0000115 "A neural nucleus that is part of the brain." ;
    oboInOwl:hasDbXref "EMAPA:35185", "FMA:83840", "MA:0000811", "NCIT:C49346", "SCTID:426465002", "ZFA:0005575" ;
    oboInOwl:hasExactSynonym "brain nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002308" ;
    a owl:Class ;
    rdfs:label "nucleus of brain" ;
    rdfs:subClassOf obo:UBERON_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0002315
    obo:IAO_0000115 "The ridge-shaped grey matter of the spinal cord that extends longitudunally through the center of each half of the spinal cord, and are largely or entirely composed of nerve cell bodies and their dendrites and some supportive tissue." ;
    oboInOwl:hasDbXref "BAMS:Scgrey", "DHBA:146035048", "EMAPA:35792", "FMA:256580", "MA:0000002", "NCIT:C32696", "NLXANAT:100204", "SCTID:279441003", "neuronames:2619" ;
    oboInOwl:hasExactSynonym "gray matter of spinal cord", "gray substance of spinal cord", "grey matter of spinal cord", "grey substance of spinal cord", "spinal cord gray matter", "spinal cord grey matter", "spinal cord grey substance" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002315" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "gray matter of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0002020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0002316
    obo:IAO_0000115 "Neural tissue consisting of myelinated axons connecting grey matter areas of the central nervous system." ;
    oboInOwl:hasDbXref "AEO:0000139", "AEO:0001011", "EMAPA:35927", "FMA:83929", "HBA:9218", "MA:0001135", "NCIT:C33892", "NLX:412", "NLXANAT:101177", "PBA:294022044", "TAO:0000145", "TAO:0002142", "TAO:0002143", "VHOG:0001764", "Wikipedia:White_matter", "ZFA:0001682", "neuronames:2870" ;
    oboInOwl:hasExactSynonym "CNS tract/commissure", "neuronal white matter", "white matter of neuraxis", "white substance" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "CNS tracts and commissures", "CNS white matter", "white mater" ;
    oboInOwl:id "UBERON:0002316" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "white matter" ;
    rdfs:subClassOf obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0006135
    ] .

obo:UBERON_0002318
    obo:IAO_0000115 "The regions of the spinal cord that are largely or entirely composed of myelinated nerve cell axons and contain few or no neural cell bodies or dendrites." ;
    oboInOwl:hasDbXref "BAMS:SCwhite", "DHBA:146035088", "EMAPA:35795", "FMA:83945", "MA:0000910", "NCIT:C33893", "SCTID:279436006" ;
    oboInOwl:hasExactSynonym "spinal cord white matter", "spinal cord white matter of neuraxis", "spinal cord white substance", "white matter of neuraxis of spinal cord", "white substance of spinal cord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002318" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "white matter of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0002316, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0002323
    obo:IAO_0000115 "The cavity within the body of all animals higher than the coelenterates and certain primitive worms, formed by the splitting of the embryonic mesoderm into two layers. In mammals it forms the peritoneal, pleural, and pericardial cavities." ;
    oboInOwl:hasAlternativeId "UBERON:0000169" ;
    oboInOwl:hasBroadSynonym "body cavity" ;
    oboInOwl:hasDbXref "AEO:0000186", "BTO:0001707", "EHDAA2:0000267", "FMA:85006", "NCIT:C25444", "RETIRED_EHDAA2:0003186", "SCTID:361348008", "TAO:0001438", "galen:BodyCavity" ;
    oboInOwl:hasExactSynonym "coelomic cavity", "coelomic cavity lumen", "main body cavity", "space of body compartment" ;
    oboInOwl:hasNarrowSynonym "ventral body cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "celom", "coelom", "coelome", "hemocoel" ;
    oboInOwl:id "UBERON:0002323" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "EDITOR_NOTE check the FMA placement here; ncit placement of body cavity here probably not correct" ;
    rdfs:label "coelemic cavity lumen" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002494 ;
        owl:someValuesFrom obo:UBERON_0003886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0011997
    ] .

obo:UBERON_0002324
    obo:IAO_0000115 "Any muscle organ that is part of a back [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35161", "FMA:85216", "MA:0000496" ;
    oboInOwl:hasExactSynonym "back muscle", "back muscle organ", "muscle organ of back" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002324" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "muscle of back" ;
    rdfs:subClassOf obo:UBERON_0001774, obo:UBERON_0005174, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004469
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0002328
    obo:IAO_0000115 "A flexible rod-shaped body found in embryos of all chordates. It is composed of cells derived from the mesoderm and defines the primitive axis of the embryo. In some chordates, it persists throughout life as the main axial support of the body, while in most vertebrates it becomes the nucleus pulposus of the intervertebral disc. The notochord is found ventral to the neural tube." ;
    oboInOwl:hasDbXref "AAO:0000327", "BTO:0001768", "CALOHA:TS-0690", "EHDAA2:0001277", "EHDAA:1241", "EHDAA:6021", "EMAPA:16191", "EV:0100002", "FMA:85521", "GAID:1311", "MAT:0000281", "MESH:D009672", "NCIT:C12463", "SCTID:308820002", "TAO:0000135", "VHOG:0000199", "VSAO:0000032", "Wikipedia:Notochord", "XAO:0000055", "ZFA:0000135", "http://evolution.berkeley.edu/evolibrary/images/history/notochords.jpg" ;
    oboInOwl:hasExactSynonym "embryonic notocord", "notocord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002328" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "The notochord appears early in embryogeny and plays an important role in promoting or organizing the embryonic development of nearby structures. In most adult chordates the notochord disappears or becomes highly modified. In some non-vertebrate chordates and fishes the notochord persists as a laterally flexible but incompressible skeletal rod that prevents telescopic collapse of the body during swimming[TOLWEB]" ;
    rdfs:label "notochord" ;
    rdfs:subClassOf obo:UBERON_0000062, obo:UBERON_0000481, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011137
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000098 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000102 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004880
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006267
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002488 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003000 ;
        owl:someValuesFrom obo:PR_000014841
    ] .

obo:UBERON_0002329
    obo:IAO_0000115 "Somites are spheres of epithelial cells that form sequentially along the anterior-posterior axis of the embryo through mesenchymal to epithelial transition of the presomitic mesoderm." ;
    oboInOwl:hasBroadSynonym "mesodermal cluster" ;
    oboInOwl:hasDbXref "AAO:0010569", "AEO:0001015", "BTO:0001558", "EHDAA2:0003436", "EHDAA:366", "EHDAA:699", "EMAPA:31169", "FMA:85522", "GAID:1306", "MAT:0000068", "MESH:D019170", "MIAA:0000068", "NCIT:C34302", "TAO:0000155", "VHOG:0000191", "Wikipedia:Somite", "XAO:0000058", "ZFA:0000155" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "epimere", "epimere mesoderm", "epithelial somite", "somitic mesoderm" ;
    oboInOwl:id "UBERON:0002329" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "When the somite becomes segmented from the segmental plate, it is composed of an epithelial sac enclosing mesenchymal somitocoel cells. Thereafter the somite differentiates into two parts, the ventro-medial mesenchymal sclerotome and the dorso-lateral epithelial dermomyotome. This change in the epithelial somite depends on surrounding tissue [PMID:15906248]" ;
    rdfs:label "somite" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005423, obo:UBERON_0007503, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003059
    ] .

obo:UBERON_0002330
    obo:IAO_0000115 "Anatomical system that consists of the glands and parts of glands that produce exocrine secretions and help to integrate and control bodily metabolic activity. Exocrine glands are glands that secrete their products (hormones) into ducts (duct glands). They are the counterparts to endocrine glands, which secrete their products (hormones) directly into the bloodstream (ductless glands) or release hormones (paracrines) that affect only target cells nearby the release site. [Wikipedia]." ;
    oboInOwl:hasDbXref "CALOHA:TS-2057", "EHDAA2:0002225", "EMAPA:35329", "FMA:85539", "MA:0002411", "NCIT:C12957", "Wikipedia:Exocrine_gland", "WikipediaCategory:Exocrine_system" ;
    oboInOwl:hasExactSynonym "exocrine glandular system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002330" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "exocrine system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002365
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0002390, obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0002333
    obo:IAO_0000115 "An arterial trunk which is continuous with the heart and branches into the pulmonary arteries." ;
    oboInOwl:hasDbXref "EHDAA2:0001576", "EHDAA:9831", "EMAPA:17015", "FMA:8612", "MA:0002033", "NCIT:C116918", "VHOG:0001134", "galen:PulmonaryTrunk" ;
    oboInOwl:hasExactSynonym "pulmonary artery (trunk)", "trunk of pulmonary arterial tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "main pulmonary artery" ;
    oboInOwl:id "UBERON:0002333" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pulmonary trunk" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] .

obo:UBERON_0002338
    obo:IAO_0000115 "A lamina propria that is part of a bronchus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35194", "FMA:86619", "MA:0001836", "NCIT:C49212" ;
    oboInOwl:hasExactSynonym "bronchi lamina propria", "bronchi lamina propria mucosa", "bronchi lamina propria mucosae", "bronchial trunk lamina propria", "bronchial trunk lamina propria mucosa", "bronchial trunk lamina propria mucosae", "bronchus lamina propria", "bronchus lamina propria mucosa", "bronchus lamina propria mucosae", "lamina propria mucosa of bronchi", "lamina propria mucosa of bronchial trunk", "lamina propria mucosa of bronchus", "lamina propria mucosae of bronchi", "lamina propria mucosae of bronchial trunk", "lamina propria mucosae of bronchus", "lamina propria of bronchi", "lamina propria of bronchial trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bronchial lamina propria" ;
    oboInOwl:id "UBERON:0002338" ;
    a owl:Class ;
    rdfs:label "lamina propria of bronchus" ;
    rdfs:subClassOf obo:UBERON_0000031, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000410
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000030
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0002342
    obo:IAO_0000115 "A specialized region of ectoderm found between the neural ectoderm (neural plate) and non-neural ectoderm and composed of highly migratory pluripotent cells that delaminate in early embryonic development from the dorsal neural tube and give rise to an astounding variety of differentiated cell types[MP]." ;
    oboInOwl:hasDbXref "AAO:0010578", "BTO:0001764", "CALOHA:TS-0676", "EHDAA2:0004419", "EMAPA:32737", "FMA:86666", "GAID:1310", "MAT:0000066", "MESH:D009432", "MIAA:0000066", "NCIT:C34222", "SCTID:361462002", "VHOG:0000057", "Wikipedia:Neural_crest", "XAO:0000048", "ZFA:0000045", "neuronames:1366" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neural crest material" ;
    oboInOwl:id "UBERON:0002342" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Gene notes: Many factors and genes, such as Pax3 (Tremblay et al., 1995), slug (Nieto et al., 1994), AP-2 (Zhang et al., 1996; Schorle et al., 1996), and Wnt-1/3a (Ikeya et al., 1997) are expressed in the dorsal most region of the neural tube, and have been shown to be involved in the generation of neural crest cells." ;
    rdfs:label "neural crest" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0010316, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002346
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003075
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005062
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002488 ;
        owl:someValuesFrom obo:UBERON_0000110
    ] .

obo:UBERON_0002343
    obo:IAO_0000115 "Set of all muscles in abdomen." ;
    oboInOwl:hasDbXref "FMA:71294", "FMA:86917", "TAO:0001327", "ZFA:0001327" ;
    oboInOwl:hasExactSynonym "abdominal musculature", "muscle group of abdomen", "muscles of abdomen", "musculature of abdomen", "musculature of abdominal wall", "set of muscles of abdomen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002343" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "abdomen musculature" ;
    rdfs:subClassOf obo:UBERON_0004479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0002345
    obo:IAO_0000115 "The part of the aorta that extends from the arch of the aorta to the diaphragm, and from which arises numerous branches that supply oxygenated blood to the chest cage and the organs within the chest." ;
    oboInOwl:hasDbXref "EFO:0002527", "EMAPA:18605", "FMA:87217", "MA:0002572", "SCTID:181301002" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002345" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "descending thoracic aorta" ;
    rdfs:subClassOf obo:UBERON_0013522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001515
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001515
    ] .

obo:UBERON_0002346
    obo:IAO_0000115 "Embryonic ectoderm that gives rise to nervous tissue." ;
    oboInOwl:hasDbXref "AAO:0011074", "BILA:0000039", "CALOHA:TS-1212", "EHDAA2:0001248", "EHDAA:1498", "EHDAA:255", "EMAPA:16073", "EV:0100004", "FMA:87657", "MAT:0000176", "MIAA:0000176", "NCIT:C34228", "TAO:0001120", "VHOG:0000150", "Wikipedia:Neuroectoderm", "XAO:0000042", "ZFA:0001120" ;
    oboInOwl:hasExactSynonym "neural ectoderm", "neuroectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neuaral ectoderm", "presumptive central nervous system", "ventral neurogenic region" ;
    oboInOwl:id "UBERON:0002346" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "neurectoderm" ;
    rdfs:subClassOf obo:UBERON_0000923, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000133
    ] .

obo:UBERON_0002348
    obo:IAO_0000115 "A region of the serous membrane that forms the innermost layer of the pericardium and the outer surface of the heart." ;
    oboInOwl:hasDbXref "AAO:0010409", "EHDAA2:0002202", "FMA:9461", "NCIT:C13164", "TAO:0005057", "VHOG:0000119", "Wikipedia:Epicardium", "XAO:0000316", "ZFA:0005057", "galen:Epicardium" ;
    oboInOwl:hasExactSynonym "heart epicardium", "visceral serous pericardium of heart", "visceral serous pericardium proper" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pericardium visceral mesothelium" ;
    oboInOwl:id "UBERON:0002348" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "EDITOR_NOTE TODO - check links with UBERON:0002425 visceral serous pericardium. develops from proepicardium. WP:Epicardium -- When considered as a part of the pericardium, it is the inner layer, or visceral pericardium, continuous with the serous layer." ;
    rdfs:label "epicardium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000481, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002425
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004160
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0002349
    ] .

obo:UBERON_0002349
    obo:IAO_0000115 "The middle layer of the heart, comprised mainly of striated cardiac muscle fibers." ;
    oboInOwl:hasDbXref "AAO:0010410", "BSA:0000089", "BTO:0000901", "CALOHA:TS-0440", "EFO:0000819", "EHDAA2:0004150", "EV:0100022", "FMA:9462", "GAID:173", "MA:0000164", "MAT:0000453", "MESH:D009206", "NCIT:C12371", "RETIRED_EHDAA2:0001220", "SCTID:362012001", "TAO:0001319", "VHOG:0000083", "Wikipedia:Myocardium", "XAO:0000065", "ZFA:0001319", "galen:Myocardium" ;
    oboInOwl:hasExactSynonym "heart myocardium", "muscle of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac muscle", "heart muscle" ;
    oboInOwl:id "UBERON:0002349" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "EDITOR_NOTE TODO - check 'Myocardum proper' in FMA. We superclass the more generic class for now. FMA has is_a muscle layer - should we add this? ZFA and BTO both have is_a 'cardiac muscle' (tissue?). But in U we also follow FMA and have cardiac muscle tissue of myocardium (there is also Fibrocollagenous connective tissue of myocardium), which would be identical (see issue-10). Note that GO also treats left/right ventricular cardiac muscle tissue synonymous with ventricular myocardium" ;
    rdfs:label "myocardium" ;
    rdfs:subClassOf obo:UBERON_0005983, obo:UBERON_0018260, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000383
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005983
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0001133
            ]
        )
    ] .

obo:UBERON_0002350
    obo:IAO_0000115 "The cardiac conduction system consists of specialized cardiomyocytes that regulate the frequency of heart beat[GO]." ;
    oboInOwl:hasDbXref "EFO:0003909", "EHDAA2:0004185", "EMAPA:35428", "EV:0100025", "FMA:9476", "MA:0000094", "MESH:D006329", "SCTID:281489000", "TAO:0005063", "VHOG:0001271", "ZFA:0005063" ;
    oboInOwl:hasExactSynonym "cardiac conducting system", "cardiac conduction system", "cardiac impulse conducting system", "cardionector", "heart conduction system", "impulse conducting system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "central conduction system" ;
    oboInOwl:id "UBERON:0002350" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "conducting system of heart" ;
    rdfs:subClassOf obo:UBERON_0004493, obo:UBERON_0010131, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002073
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002074
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_1000409
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_1000410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] .

obo:UBERON_0002351
    obo:IAO_0000115 "The part of the cardiac conduction system that controls the timing of heart muscle contraction. It relays electrical signals to the AV node[GO]. Subdivision of conducting system of heart at the junction of the right atrium and the superior vena cava, around the sinoatrial nodal branch of right coronary artery and is continuous with the internodal tract[FMA]." ;
    oboInOwl:hasDbXref "BTO:0004358", "EHDAA2:0004184", "EMAPA:35772", "FMA:9477", "GAID:561", "MA:0000097", "MESH:D012849", "NCIT:C33555", "SCTID:277687007", "TAO:0005069", "Wikipedia:Sinoatrial_node", "ZFA:0005069" ;
    oboInOwl:hasExactSynonym "Koch's node", "SA nodal muscle tissue", "SA node", "cardiac pacemaker", "node of Keith-Flack", "sinoatrial node", "sinu-atrial node", "sinuatrial nodal muscle tissue", "sinuatrial node", "sinus node", "sinus node of Keith and Flack" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002351" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "WP:Heart states: \"The SA node is found in all amniotes but not in more primitive vertebrates. In these animals, the muscles of the heart are relatively continuous and the sinus venosus coordinates the beat which passes in a wave through the remaining chambers. Indeed, since the sinus venosus is incorporated into the right atrium in amniotes, it is likely homologous with the SA node. In teleosts, with their vestigial sinus venosus, the main centre of coordination is, instead, in the atrium.\". Note however that ZFA has SA node." ;
    rdfs:label "sinoatrial node" ;
    rdfs:subClassOf obo:UBERON_0003379, obo:UBERON_0010131, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0002027
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0060048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002350
    ] .

obo:UBERON_0002352
    obo:IAO_0000115 "An area of conducting tissue between the atria and the ventricles of the heart that conducts the normal electrical impulse from the atria to the ventricles." ;
    oboInOwl:hasDbXref "BTO:0005689", "EFO:0000276", "EHDAA2:0004183", "EMAPA:35153", "FMA:9478", "GAID:558", "MA:0000095", "MAT:0000498", "MESH:D001283", "NCIT:C32161", "SCTID:277688002", "TAO:0005070", "VHOG:0001474", "Wikipedia:Atrioventricular_node", "ZFA:0005070" ;
    oboInOwl:hasExactSynonym "AV nodal muscle tissue", "AV node", "Aschoff-Tawara node", "atrioventricular nodal muscle tissue", "node of Tawara" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "A-V node", "atrio-ventricular node", "atriovetricular node", "downstream pacemaker" ;
    oboInOwl:id "UBERON:0002352" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "atrioventricular node" ;
    rdfs:subClassOf obo:UBERON_0004491, obo:UBERON_0004493, obo:UBERON_0010131, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002085
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0005979
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002350
    ] .

obo:UBERON_0002354
    obo:IAO_0000115 "The cardiac Purkinje fiber is part of the cardiac conduction system that receives signals from the bundle of His and innervates the ventricular cardiac muscle." ;
    oboInOwl:hasAlternativeId "UBERON:0004147" ;
    oboInOwl:hasDbXref "BTO:0001735", "EMAPA:35718", "FMA:9492", "GAID:560", "MA:0000096", "MESH:D011690", "NCIT:C33430", "Wikipedia:Purkinje_fiber" ;
    oboInOwl:hasExactSynonym "Purkinje fiber", "cardiac Purkinje fiber", "subendocardial branch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "heart Purkinje fiber" ;
    oboInOwl:id "UBERON:0002354" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "cardiac Purkinje fiber" ;
    rdfs:subClassOf obo:UBERON_0010131, obo:UBERON_0018649, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_8000009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002350
    ] .

obo:UBERON_0002357
    obo:IAO_0000115 "Serous membrane which is divided into parietal and visceral serous pericardium." ;
    oboInOwl:hasDbXref "EMAPA:19030", "FMA:9582", "MA:0002739", "SCTID:243954002", "Wikipedia:Serous_pericardium" ;
    oboInOwl:hasExactSynonym "serous portion of pericardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002357" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "serous pericardium" ;
    rdfs:subClassOf obo:UBERON_0000042, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002406
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002408
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002425
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0002359
    ] .

obo:UBERON_0002358
    obo:IAO_0000115 "A serous membrane that lines the peritoneal cavity[VHOG,modified]." ;
    oboInOwl:hasDbXref "AAO:0010814", "BTO:0001472", "CALOHA:TS-2072", "EV:0100087", "FMA:9584", "GAID:18", "MA:0000449", "MESH:D010537", "NCIT:C12770", "TAO:0005120", "VHOG:0001257", "Wikipedia:Peritoneum", "XAO:0000139", "ZFA:0005120", "galen:Peritoneum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "peritonaeum" ;
    oboInOwl:id "UBERON:0002358" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "peritoneum" ;
    rdfs:subClassOf obo:UBERON_0000042, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003697
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035820
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000042
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0035820
            ]
        )
    ] .

obo:UBERON_0002359
    obo:IAO_0000115 "Membrane organ which is attached to the pericardial sac proper and the central tendon of diaphragm and is continuous with the pretracheal fascia.[FMA]." ;
    oboInOwl:hasDbXref "EMAPA:19029", "FMA:9586", "MA:0002738", "SCTID:243953008", "Wikipedia:Fibrous_pericardium" ;
    oboInOwl:hasExactSynonym "fibrous portion of pericardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002359" ;
    oboInOwl:inSubset core:organ_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "fibrous pericardium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000094, obo:UBERON_0005181, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002407
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0002408
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0006815
    ] .

obo:UBERON_0002360
    obo:IAO_0000115 "Membrane organ that surrounds the brain and the spinal cord." ;
    oboInOwl:hasDbXref "BTO:0000144", "CALOHA:TS-1177", "EFO:0000867", "EMAPA:32660", "FMA:9589", "GAID:687", "MA:0001113", "MAT:0000113", "MESH:D008578", "NCIT:C12348", "NLXANAT:090204", "TAO:0001355", "VHOG:0001295", "Wikipedia:Meninx", "ZFA:0001355" ;
    oboInOwl:hasExactSynonym "layer of meninges", "meningeal layer" ;
    oboInOwl:hasNarrowSynonym "meninx primitiva" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002360" ;
    oboInOwl:inSubset core:efo_slim, core:organ_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "meninx" ;
    rdfs:subClassOf obo:UBERON_0000094, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010743
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007645
    ] .

obo:UBERON_0002363
    obo:IAO_0000115 "Thick, fibrous meningeal covering surrounding the brain and spinal cord. It is the outermost of the three meningeal coverings. It consists of two layers: the periosteal dura linking the inner surface of the skull and the meningeal dura that lies above the arachnoid dural membrane. The meningeal layer draws away from the periosteal layer and certain locations to form the dural reflections." ;
    oboInOwl:hasDbXref "BTO:0001637", "CALOHA:TS-2008", "EMAPA:32664", "FMA:9592", "GAID:691", "MA:0001115", "MESH:D004388", "NCIT:C32488", "NLXANAT:090206", "SCTID:362301008", "Wikipedia:Dura_mater", "neuronames:1462" ;
    oboInOwl:hasExactSynonym "dura mater of neuraxis", "pachymeninges" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "dura" ;
    oboInOwl:id "UBERON:0002363" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "dura mater" ;
    rdfs:subClassOf obo:UBERON_0002360, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0001773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007647
    ] .

obo:UBERON_0002365
    obo:IAO_0000115 "A gland that secretes products (excluding hormones and other chemical messengers) into ducts (duct glands) which lead directly into the external environment[WP]. Typical exocrine glands include sweat glands, salivary glands, mammary glands, stomach, liver, pancreas." ;
    oboInOwl:hasDbXref "AEO:0000097", "BTO:0000765", "CALOHA:TS-2012", "EHDAA2:0003097", "EMAPA:35327", "FMA:9596", "GAID:34", "MA:0002564", "MESH:D005088", "NCIT:C12712", "SCTID:115976003", "Wikipedia:Exocrine_gland" ;
    oboInOwl:hasExactSynonym "ducted gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002365" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "exocrine gland" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002330
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000058
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002330
            ]
        )
    ] .

obo:UBERON_0002368
    obo:IAO_0000115 "Endocrine glands are glands of the endocrine system that secrete their products directly into the circulatory system rather than through a duct.[WP, modified]." ;
    oboInOwl:hasDbXref "AEO:0000098", "BTO:0001488", "CALOHA:TS-1300", "EHDAA2:0003098", "EMAPA:35999", "FMA:9602", "GAID:335", "MA:0002563", "MESH:D004702", "NCIT:C12704", "SCTID:40818001", "Wikipedia:Endocrine_gland" ;
    oboInOwl:hasExactSynonym "ductless gland", "glandula endocrina" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ductless gland" ;
    oboInOwl:id "UBERON:0002368" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "endocrine gland" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000949
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0046879
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000949
            ]
        )
    ] .

obo:UBERON_0002371
    obo:IAO_0000115 "The soft tissue that fills the cavities of bones." ;
    oboInOwl:hasDbXref "AAO:0011007", "BTO:0000141", "BTO:0000829", "CALOHA:TS-0087", "EFO:0000868", "EMAPA:32760", "EV:0100046", "FMA:9608", "GAID:1287", "MA:0000134", "MAT:0000084", "MESH:D001853", "MIAA:0000084", "NCIT:C12431", "SCTID:421320006", "VHOG:0001218", "Wikipedia:Bone_marrow", "XAO:0000123", "galen:BoneMarrow" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "medulla of bone", "medullary bone" ;
    oboInOwl:id "UBERON:0002371" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "bone marrow" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001474
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002390
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002405
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002092
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0012429
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0012429
            ]
        )
    ] .

obo:UBERON_0002376
    obo:IAO_0000115 "Any skeletal muscle that is part of the head region." ;
    oboInOwl:hasAlternativeId "UBERON:0003899" ;
    oboInOwl:hasDbXref "AAO:0000107", "BTO:0000021", "EFO:0003524", "EHDAA2:0000322", "EMAPA:18172", "FMA:9616", "MA:0000578", "SCTID:244718003", "ZFA:0001652" ;
    oboInOwl:hasExactSynonym "cephalic muscle", "cephalic musculature", "head muscle", "head muscle organ", "muscle of head", "muscle organ of adult head", "muscle organ of head", "musculus caput" ;
    oboInOwl:hasNarrowSynonym "adult head muscle organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial muscle", "head muscles" ;
    oboInOwl:id "UBERON:0002376" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "defined generically so could in theory encompass FBbt:00003260 'skeletal muscle of head', or the muscle of a starfish Aristotle's lantern, but we restrict this to craniates. Skeletal muscles of the head originate from the non-segmented head mesoderm (Noden, 1983; Wachtler et al., 1984)" ;
    rdfs:label "cranial muscle" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0010959, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004461
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006904
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0003129
            ]
        )
    ] .

obo:UBERON_0002377
    obo:IAO_0000115 "Any muscle that is part of the cervical (neck) region." ;
    oboInOwl:hasDbXref "FMA:9617", "GAID:149", "MA:0000587", "MESH:D009334", "NCIT:C33163" ;
    oboInOwl:hasExactSynonym "muscle organ of neck", "muscle organ of neck (volume)", "neck (volume) muscle organ", "neck muscle", "neck muscle organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002377" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "muscle of neck" ;
    rdfs:subClassOf obo:UBERON_0010959, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004465
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0002378
    obo:IAO_0000115 "Muscle (organ) which is a part of the abdomen. Examples: external oblique, rectus abdominis." ;
    oboInOwl:hasDbXref "BTO:0001261", "EMAPA:35103", "FMA:9620", "GAID:89", "MA:0000520", "MESH:D000009", "NCIT:C32040", "SCTID:361352008", "Wikipedia:Abdominal_muscle" ;
    oboInOwl:hasExactSynonym "abdomen muscle", "abdomen muscle organ", "abdominal muscle", "abdominal wall muscle", "muscle organ of abdomen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "abdominal wall musculature" ;
    oboInOwl:id "UBERON:0002378" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "muscle of abdomen" ;
    rdfs:subClassOf obo:UBERON_0003833, obo:UBERON_0005172, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002343
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003697
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0002384
    obo:IAO_0000115 "Tissue with cells that deposit non-polarized extracellular matrix including connective tissue fibers and ground substance." ;
    oboInOwl:hasDbXref "AAO:0000098", "BTO:0000421", "CALOHA:TS-2009", "EFO:0000952", "EMAPA:35251", "FMA:9640", "GAID:100", "MA:0000011", "MAT:0000301", "MESH:D003238", "MIAA:0000301", "NCIT:C12374", "SCTID:361919005", "TAO:0001641", "VSAO:0000017", "XAO:0001017", "ZFA:0001632", "galen:ConnectiveTissue" ;
    oboInOwl:hasExactSynonym "portion of connective tissue", "textus connectivus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Bindegewebe" ;
    oboInOwl:id "UBERON:0002384" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "connective tissue" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0002385
    obo:IAO_0000115 "Muscle tissue is a contractile tissue made up of actin and myosin fibers[GO]." ;
    oboInOwl:hasDbXref "AAO:0000306", "AEO:0000122", "CALOHA:TS-0642", "EHDAA2:0003122", "EMAPA:32715", "FMA:9641", "MA:0002437", "MESH:D009132", "NCIT:C12435", "SCTID:91727004", "Wikipedia:Muscle_tissue", "galen:MuscleTissue" ;
    oboInOwl:hasExactSynonym "portion of muscle tissue", "textus muscularis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002385" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "Vertebrate muscle is categorized into three major muscle types defined by their structural and functional properties: skeletal, cardiac and smooth. In Dmel the counterparts are somatic, heart/cardiac and visceral. Here we take a cell type based approach." ;
    rdfs:label "muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0000479, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0006936
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000187
    ] ;
    owl:disjointWith obo:UBERON_0003714 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000187
            ]
        )
    ] .

obo:UBERON_0002390
    obo:IAO_0000115 "Anatomical system that is involved in the production of hematopoietic cells." ;
    oboInOwl:hasDbXref "AAO:0011002", "BTO:0000570", "CALOHA:TS-0449", "EFO:0000798", "EMAPA:35402", "EV:0100045", "FMA:9667", "GAID:1008", "MA:0002434", "MAT:0000022", "MESH:D006413", "MIAA:0000022", "NCIT:C12909", "SCTID:362587009", "TAO:0005023", "VHOG:0001624", "Wikipedia:Haematopoiesis", "XAO:0000122", "ZFA:0005023" ;
    oboInOwl:hasExactSynonym "haematological system", "haemopoietic system", "organa haemopoietica" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Blutbildungssystem", "haematopoietic system", "hematological system", "hematolymphoid system", "hemopoietic system" ;
    oboInOwl:id "UBERON:0002390" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "hematopoietic system" ;
    rdfs:subClassOf obo:UBERON_0000467, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003061
    ] ;
    owl:disjointWith obo:UBERON_0002405, obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0002400
    obo:IAO_0000115 "The outer serous membrane of the pulmonary pleural." ;
    oboInOwl:hasDbXref "EMAPA:16776", "FMA:9733", "MA:0002488", "NCIT:C33273", "SCTID:361998003", "VHOG:0001495", "Wikipedia:Parietal_pleura" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002400" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "the part of the pleura external to the visceral pleura. It lines the inner surface of the chest wall, covers the diaphragm, and is reflected over the structures occupying the middle of the thorax" ;
    rdfs:label "parietal pleura" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000977
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002005 ;
        owl:someValuesFrom obo:UBERON_0003727
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002224
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000977
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000977
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002224
            ]
        )
    ] .

obo:UBERON_0002401
    obo:IAO_0000115 "The inner serous membrane of the pulmonary pleural. The visceral pleura lines the lungs." ;
    oboInOwl:hasDbXref "EHDAA2:0002205", "EMAPA:16777", "FMA:9734", "MA:0002489", "NCIT:C33881", "SCTID:361997008", "VHOG:0001496" ;
    oboInOwl:hasExactSynonym "pleura visceralis (pulmonalis)", "pulmonary visceral pleura" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lung mesothelium", "lung pleura" ;
    oboInOwl:id "UBERON:0002401" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "visceral pleura" ;
    rdfs:subClassOf obo:UBERON_0022350, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000977
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0008946
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000977
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000977
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0002402
    obo:IAO_0000115 "The fluid-filled cavity that lies between the visceral and parietal pleurae." ;
    oboInOwl:hasDbXref "BTO:0004422", "EHDAA2:0001475", "EMAPA:16773", "EMAPA:16774", "FMA:9740", "GAID:95", "MA:0000055", "MESH:D035422", "NCIT:C12840", "SCTID:361999006", "VHOG:0000581", "Wikipedia:Pleural_cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002402" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pleural cavity" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0035809, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002400
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002401
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0009778
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0009778
            ]
        )
    ] .

obo:UBERON_0002405
    obo:IAO_0000115 "Anatomical system that protects the body from foreign substances, cells, and tissues by producing the immune response and that includes especially the thymus, spleen, lymphoid tissue, lymphocytes including the B cells and T cells, and antibodies." ;
    oboInOwl:hasDbXref "AAO:0011003", "BILA:0000104", "BTO:0005810", "FMA:9825", "GAID:328", "MA:0002711", "MESH:D007107", "NCIT:C12735", "SCTID:362590003", "TAO:0001159", "VHOG:0001247", "Wikipedia:Immune_system", "XAO:0003152", "ZFA:0001159" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002405" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "immune system" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0015203, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0002376
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ], [
        a owl:Restriction ;
        owl:onProperty core:protects ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:disjointWith obo:UBERON_0002416, obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0002406
    obo:IAO_0000115 "A double-walled sac containing the heart and the roots of the great vessels." ;
    oboInOwl:hasDbXref "FMA:9868", "RETIRED_EHDAA2:0001443", "SCTID:361326002" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pericardium" ;
    oboInOwl:id "UBERON:0002406" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pericardial sac" ;
    rdfs:subClassOf obo:UBERON_0005181, obo:UBERON_0005906, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002407
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001074
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0002359
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005906
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0001074
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0002357
            ]
        )
    ] .

obo:UBERON_0002407
    obo:IAO_0000115 "The combination of pericardial sac (a double-walled sac containing the heart and the roots of the great vessels) plus fibrous pericardium." ;
    oboInOwl:hasDbXref "AAO:0010817", "BSA:0000090", "BTO:0000717", "CALOHA:TS-0761", "EFO:0000820", "EHDAA:5376", "EV:0100023", "FMA:9869", "GAID:569", "MA:0000099", "MAT:0000454", "MESH:D010496", "NCIT:C13005", "RETIRED_EHDAA2:0001443", "SCTID:181295003", "VHOG:0001280", "Wikipedia:Pericardium", "XAO:0004182", "ZFA:0000054", "galen:Pericardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002407" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pericardium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000481, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0015410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002359
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002406
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0002349
    ] .

obo:UBERON_0002408
    obo:IAO_0000115 "Parietal serous membrane which is part of the pericardium and forms the outer layer of the pericardial sac." ;
    oboInOwl:hasDbXref "EHDAA:3422", "EHDAA:5378", "EMAPA:19031", "FMA:9870", "MA:0000483", "NCIT:C94500", "SCTID:243956000", "VHOG:0000537", "Wikipedia:Parietal_pericardium" ;
    oboInOwl:hasExactSynonym "lamina parietalis (pericardii serosum)", "parietal layer of serous pericardium", "parietal pericardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002408" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "parietal serous pericardium" ;
    rdfs:subClassOf obo:UBERON_0022351, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002357
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022351
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002357
            ]
        )
    ] .

obo:UBERON_0002409
    obo:IAO_0000115 "Transudate contained in the pericardial cavity.[FMA]." ;
    oboInOwl:hasDbXref "BTO:0001016", "FMA:9887", "MA:0002530", "Wikipedia:Pericardial_fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002409" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pericardial fluid" ;
    rdfs:subClassOf obo:UBERON_0007794, obo:UBERON_0036217, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001074
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0002425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0002425
            ]
        )
    ] .

obo:UBERON_0002410
    obo:IAO_0000115 "The autonomic nervous system is composed of neurons that are not under conscious control, and is comprised of two antagonistic components, the sympathetic and parasympathetic nervous systems. The autonomic nervous system regulates key functions including the activity of the cardiac (heart) muscle, smooth muscles (e.g. of the gut), and glands[GO]." ;
    oboInOwl:hasDbXref "AAO:0000033", "BIRNLEX:1123", "BTO:0002507", "CALOHA:TS-2001", "EHDA:10095", "EHDAA2:0000158", "EHDAA:3767", "EMAPA:16984", "FMA:65553", "GAID:706", "MA:0000219", "MESH:D001341", "NCIT:C12673", "SCTID:362481007", "TAO:0001574", "VHOG:0000396", "Wikipedia:Autonomic_nervous_system", "ZFA:0001574", "neuronames:2054" ;
    oboInOwl:hasExactSynonym "autonomic division of peripheral nervous system", "autonomic part of peripheral nervous system", "divisio autonomica systematis nervosi peripherici", "pars autonomica systematis nervosi peripherici", "peripheral autonomic nervous system", "visceral nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002410" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "autonomic nervous system" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] .

obo:UBERON_0002416
    obo:IAO_0000115 "Connected anatomical system that forms a barrier between an animal and its environment. In vertebrates, the integumental system consists of the epidermis, dermis plus associated glands and adnexa such as hair and scales. In invertebrates, the integumental system may include cuticle." ;
    oboInOwl:hasAlternativeId "UBERON:0007029" ;
    oboInOwl:hasDbXref "AEO:0000154", "BILA:0000118", "CALOHA:TS-1299", "CARO:0002001", "EFO:0000807", "EHDAA2:0000836", "EHDAA2_RETIRED:0003154", "EHDAA:6520", "EMAPA:17524", "EV:0100151", "FMA:72979", "HAO:0000421", "MA:0000014", "MAT:0000033", "MESH:D034582", "MIAA:0000033", "NCIT:C12907", "SCTID:361692004", "TADS:0000108", "VHOG:0000403", "Wikipedia:Integumentary_system", "XAO:0000176", "galen:Surface" ;
    oboInOwl:hasExactSynonym "integumentary system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "body surface", "dermal system", "external covering of organism", "organism surface", "surface" ;
    oboInOwl:id "UBERON:0002416" ;
    oboInOwl:inSubset core:efo_slim, core:grouping_class, core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "integumental system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0007376
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0013514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_0004456, obo:UBERON_8450002 .

obo:UBERON_0002417
    obo:IAO_0000115 "The abdominal segment of the torso." ;
    oboInOwl:hasDbXref "EMAPA:35104", "FMA:259211", "MA:0000021", "SCTID:362875007", "Wikipedia:Lumbar" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "abdomen/pelvis/perineum", "lower body", "lower trunk", "lumbar region" ;
    oboInOwl:id "UBERON:0002417" ;
    a owl:Class ;
    rdfs:label "abdominal segment of trunk" ;
    rdfs:subClassOf obo:UBERON_0009569, obo:UBERON_0011676 .

obo:UBERON_0002418
    obo:IAO_0000115 "Skeletal tissue that is avascular, rich in glycosaminoglycans (GAGs) and typically includes chondrocytes within isolated lacunae. Cartilage tissue is deposited by chondroblasts." ;
    oboInOwl:hasDbXref "AAO:0000060", "AEO:0000087", "BTO:0000206", "EFO:0000949", "EHDAA2:0003087", "EMAPA:32730", "EV:0100141", "FMA:37377", "GAID:99", "MA:0000104", "MAT:0000189", "MESH:D002356", "MIAA:0000189", "NCIT:C12373", "NCIT:C32268", "SCTID:309312004", "TAO:0001501", "VHOG:0001207", "VSAO:0000040", "Wikipedia:Cartilage", "XAO:0000170", "ZFA:0005622", "galen:Cartilage" ;
    oboInOwl:hasExactSynonym "cartilage tissue", "cartilaginous tissue", "chondrogenic tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cartilage", "cartilages", "portion of cartilage tissue" ;
    oboInOwl:id "UBERON:0002418" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Previous: \"A portion of connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate[GO]. Regular connective tissue, which consists of chondrocytes and related cells, the intercellular matrix of which is chondrified. Examples: hyaline cartilage, fibrocartilage, elastic cartilage[FMA]. an avascular supporting and articular skeletal tissue. It also functions as the primary endoskeletal support in vertebrate embryos. Cartilage is deposited by and is composed of chondroblasts and chondrocytes separated by an extracellular matrix, which may or may not mineralize depending on cartilage type, age, or taxon[Hall and Witten].\" See also FMA:71500 Set of cartilages, FMA:55107 Cartilage organ, FMA:12264 Articular cartilage. // elements made from cartilage, cartilage-like, or chondroid tissues evolved in invertebrates[H&W]" ;
    rdfs:label "cartilage tissue" ;
    rdfs:subClassOf obo:UBERON_0004755, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_18085
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000138
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] .

obo:UBERON_0002419
    obo:IAO_0000115 "A gland that is part of a skin of body [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35774", "FMA:71878", "MA:0000146", "SCTID:110485007" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "set of skin glands" ;
    oboInOwl:id "UBERON:0002419" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "skin gland" ;
    rdfs:subClassOf obo:UBERON_0003297, obo:UBERON_0006003, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002097
            ]
        )
    ] .

obo:UBERON_0002424
    obo:IAO_0000115 "An epithelium that is part of the mouth and lines the oral cavity, typically stratified squamous, and may be para-, ortho- or non- keratinized. Primary barrier between oral environment and deeper tissues." ;
    oboInOwl:hasDbXref "AAO:0010357", "BTO:0001775", "CALOHA:TS-0715", "EHDAA2:0001325", "EHDAA:2187", "EMAPA:16839", "EMAPA:26942", "FMA:265152", "MA:0000344", "NCIT:C49595", "TAO:0000816", "VHOG:0000187", "XAO:0003201", "ZFA:0000816" ;
    oboInOwl:hasExactSynonym "epithelium of mucosa of mouth", "epithelium of oral mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002424" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "oral epithelium" ;
    rdfs:subClassOf obo:UBERON_0003350, obo:UBERON_0003929, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003729
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0000167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003729
            ]
        )
    ] .

obo:UBERON_0002425
    obo:IAO_0000115 "Visceral serous membrane which is continuous with the parietal serous pericardium and is attached to the myocardium[FMA]." ;
    oboInOwl:hasDbXref "EMAPA:19032", "FMA:84882", "MA:0000484", "SCTID:243955001", "VHOG:0000538", "Wikipedia:Visceral_pericardium" ;
    oboInOwl:hasExactSynonym "serous visceral pericardium", "visceral lamina of serous pericardium", "visceral layer of serous pericardium", "visceral pericardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "epicardium", "pericardium visceral mesothelium" ;
    oboInOwl:id "UBERON:0002425" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "visceral serous pericardium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0022350, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0002349
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022350
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002357
            ]
        )
    ] .

obo:UBERON_0002437
    obo:IAO_0000115 "White matter that is part of a cerebral hemisphere." ;
    oboInOwl:hasDbXref "BAMS:cw", "BIRNLEX:711", "BTO:0000236", "CALOHA:TS-2362", "EMAPA:35237", "FMA:241998", "FMA:256174", "FMA:61822", "MA:0000945", "NCIT:C49347", "SCTID:361691006" ;
    oboInOwl:hasExactSynonym "cerebral hemisphere white matter", "cerebral white matter", "white matter structure of cerebral hemisphere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "hemisphere white matter", "region of cerebral white matter" ;
    oboInOwl:id "UBERON:0002437" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cerebral hemisphere white matter" ;
    rdfs:subClassOf obo:UBERON_0011299, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001869
            ]
        )
    ] .

obo:UBERON_0002443
    obo:IAO_0000115 "A blood vessel that is part of a choroid [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17828", "FMA:76550", "MA:0001237" ;
    oboInOwl:hasExactSynonym "blood vessel of choroid", "blood vessel of choroid coat", "blood vessel of choroidea", "blood vessel of posterior uvea", "choroid blood vessel", "choroid blood vessels", "choroid blood vessels set", "choroid coat blood vessel", "choroidea blood vessel", "posterior uvea blood vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "set of choroid blood vessels" ;
    oboInOwl:id "UBERON:0002443" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "cannot find singular in FMA, using Set class" ;
    rdfs:label "choroidal blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003496, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001776
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001776
            ]
        )
    ] .

obo:UBERON_0002457
    obo:IAO_0000115 "The small branching sprouts of the dorsal aorta that grow across the medial surface of the somite, turn right angles to grow over that surface and then fuse with other sprouts and form the vertebral arteries adjacent to the neural tube; the intersomitic arteries supply the body wall and persist in the adult as the posterior intercostal, subcostal and the lumbar arteries." ;
    oboInOwl:hasAlternativeId "UBERON:0006001" ;
    oboInOwl:hasDbXref "EHDAA2:0000882", "EHDAA:4340", "EMAPA:17616", "MA:0001985", "SCTID:360401001", "TAO:0001061", "VHOG:0000225", "XAO:0004165", "ZFA:0001061" ;
    oboInOwl:hasExactSynonym "intersegmental artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002457" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "intersomitic artery" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0014907 .

obo:UBERON_0002458
    obo:IAO_0000115 "Arteries that supply the spinal cord." ;
    oboInOwl:hasDbXref "EHDAA2:0001890", "EHDAA:4355", "EMAPA:18241", "MA:0002043", "NCIT:C33587", "SCTID:244228006", "TAO:0000682", "Wikipedia:Spinal_artery", "ZFA:0000682" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002458" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "spinal artery" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0002469
    obo:IAO_0000115 "A mucosa that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasAlternativeId "UBERON:0003345" ;
    oboInOwl:hasDbXref "BTO:0002859", "EMAPA:26981", "FMA:62996", "MA:0002680", "NCIT:C32538", "SCTID:362127004" ;
    oboInOwl:hasExactSynonym "esophageal mucosa", "esophageal mucous membrane", "esophagus mucosa", "esophagus mucous membrane", "mucosa of esophagus", "mucosa of oesophagus", "mucous membrane of esophagus", "mucous membrane of oesophagus", "oesophageal mucosa", "oesophagus mucosa", "oesophagus mucous membrane", "tunica mucosa esophagi", "tunica mucosa oesophagi" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "tunica mucosa oesophagi" ;
    oboInOwl:id "UBERON:0002469" ;
    a owl:Class ;
    rdfs:label "esophagus mucosa" ;
    rdfs:subClassOf obo:UBERON_0000344, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001096
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0002481
    obo:IAO_0000115 "Skeletal tissue with a collagen-rich extracellular matrix vascularized, mineralized with hydroxyapatite and typically including osteocytes located in lacunae that communicate with one another by cell processes (in canaliculi). Bone is deposited by osteoblasts." ;
    oboInOwl:hasDbXref "CALOHA:TS-2011", "EMAPA:35179", "FMA:224804", "MA:0002780", "MESH:D001842", "NCIT:C13076", "VSAO:0000047", "Wikipedia:Bone_tissue", "XAO:0004040", "ZFA:0005621", "galen:BoneTissue" ;
    oboInOwl:hasExactSynonym "calcium tissue", "osseous tissue", "osteogenic tissue" ;
    oboInOwl:hasNarrowSynonym "mineralized bone tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bone", "portion of bone tissue" ;
    oboInOwl:id "UBERON:0002481" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "bone tissue" ;
    rdfs:subClassOf obo:UBERON_0004755, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001474
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:disjointWith obo:UBERON_0005090 .

obo:UBERON_0002506
    obo:IAO_0000115 "An epithelium that is part of a iris [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35447", "FMA:58517", "MA:0002826" ;
    oboInOwl:hasExactSynonym "epithelial tissue of iris", "epithelium of iris", "epithelium pigmentosum (iris)", "iris epithelial tissue", "iris epithelium", "pigmented epithelium of iris" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "iris pigmented epithelium" ;
    oboInOwl:id "UBERON:0002506" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "iris epithelium" ;
    rdfs:subClassOf obo:UBERON_0000488, obo:UBERON_0015808, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0048770
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001769
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:UBERON_0002513
    obo:IAO_0000115 "Replacement bone that forms within cartilage." ;
    oboInOwl:hasDbXref "AAO:0010776", "AEO:0000083", "BTO:0002157", "EHDAA2:0003083", "FMA:24321", "TAO:0001591", "VSAO:0000145", "XAO:0004018", "ZFA:0001591" ;
    oboInOwl:hasExactSynonym "ossified chondrogenic bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cartilaginous bone" ;
    oboInOwl:id "UBERON:0002513" ;
    oboInOwl:inSubset core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "endochondral bone" ;
    rdfs:subClassOf obo:UBERON_0001474, obo:UBERON_0010363, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007844
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002285 ;
        owl:someValuesFrom obo:UBERON_0002418
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0005863
            ]
        )
    ] .

obo:UBERON_0002514
    obo:IAO_0000115 "Bone tissue forms directly within mesenchyme, and does not replace other tissues[TAO]. Intramembranous ossification is the formation of bone in which osteoblasts secrete a collagen-proteoglycan matrix that binds calcium salts and becomes calcified[GO]. Intramembranous ossification is the way flat bones and the shell of a turtle are formed[GO]. Unlike endochondral ossification, cartilage is not present during intramembranous ossification[WP]." ;
    oboInOwl:hasDbXref "EMAPA:36615", "TAO:0001644", "Wikipedia:Intramembranous_ossification", "ZFA:0001635" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "membrane bone" ;
    oboInOwl:id "UBERON:0002514" ;
    a owl:Class ;
    rdfs:label "intramembranous bone" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003104
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002353 ;
        owl:someValuesFrom obo:GO_0001957
    ] .

obo:UBERON_0002521
    obo:IAO_0000115 "Connective tissue composed of elastic fibers." ;
    oboInOwl:hasDbXref "FMA:20113", "GAID:926", "MA:0002853", "MESH:D004547", "NCIT:C32495", "SCTID:27197004", "Wikipedia:Elastic_fiber" ;
    oboInOwl:hasExactSynonym "elastic connective tissue" ;
    oboInOwl:hasNarrowSynonym "elastic fiber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002521" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0001171
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0071953
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:GO_0071953
            ]
        )
    ] .

obo:UBERON_0002522
    obo:IAO_0000115 "The middle layer of an artery or vein. [WP,unvetted]." ;
    oboInOwl:hasDbXref "BTO:0002011", "EMAPA:36298", "FMA:55590", "GAID:170", "MA:0002855", "MESH:D017540", "NCIT:C33821", "SCTID:61695000", "Wikipedia:Tunica_media" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002522" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:comment "May be composed of smooth muscle and elastic tissue" ;
    rdfs:label "tunica media" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004797, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002521
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004237
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0005734
    ] .

obo:UBERON_0002523
    obo:IAO_0000115 "The innermost layer of a blood vessel which is a lining of endothelial cells facing the lumen[Kardong]." ;
    oboInOwl:hasDbXref "BTO:0002012", "EMAPA:36297", "FMA:55589", "GAID:523", "MA:0002861", "MESH:D017539", "NCIT:C33820", "SCTID:8361002", "SCTID:87483006", "Wikipedia:Tunica_intima" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Bichat's tunic", "intima", "tunica intima vasorum" ;
    oboInOwl:id "UBERON:0002523" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "tunica intima" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001986
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0002522
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0010161
    ] .

obo:UBERON_0002530
    obo:IAO_0000115 "An organ that functions as a secretory or excretory organ." ;
    oboInOwl:hasDbXref "AAO:0000212", "AEO:0000096", "BTO:0000522", "EFO:0000797", "EHDAA2:0003096", "EHDAA:2161", "EMAPA:18425", "FMA:7146", "FMA:86294", "HAO:0000375", "MA:0003038", "MAT:0000021", "MIAA:0000021", "NCIT:C13319", "SCTID:134358001", "Wikipedia:Gland", "WikipediaCategory:Glands", "galen:Gland" ;
    oboInOwl:hasExactSynonym "glandular organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Druese" ;
    oboInOwl:id "UBERON:0002530" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "gland" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0046903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003000 ;
        owl:someValuesFrom obo:UBERON_0000463
    ] .

obo:UBERON_0002532
    obo:IAO_0000115 "In amniote animal embryology, the epiblast is a tissue type derived either from the inner cell mass in mammals or the blastodisc in birds and reptiles. It lies above the hypoblast. In mammalian embryogenesis, the columnar cells of the epiblast are adjacent to the trophoblast, while the cuboidal cells of the hypoblast are closer to the blastocoele. The epiblast, whilst referred to as the primary ectoderm, differentiates to form all three layers of the trilaminar germ disc in a process called gastrulation[WP]. The outer of the two layers of the blastoderm that form during gastrulation, corresponding to primitive ectoderm during gastrulation and to the definitive ectoderm after gastrulation[ZFA]." ;
    oboInOwl:hasDbXref "BTO:0004593", "FMA:296704", "MAT:0000067", "MIAA:0000067", "VHOG:0000243", "Wikipedia:Epiblast" ;
    oboInOwl:hasExactSynonym "epiblast" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "blastocyst", "ectoblast", "primitive ectoderm" ;
    oboInOwl:id "UBERON:0002532" ;
    oboInOwl:inSubset core:early_development, core:grouping_class, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "epiblast (generic)" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000352
    ] .

obo:UBERON_0002536
    obo:IAO_0000115 "Sense organ embedded in the integument and consisting of one or a cluster of sensory neurons and associated sensory structures, support cells and glial cells forming a single organised unit with a largely bona-fide boundary.[FBbt]." ;
    oboInOwl:hasDbXref "BTO:0001237", "EFO:0000939", "HAO:0000933", "MAT:0000163", "MIAA:0000163", "TGMA:0000540", "Wikipedia:Sensillum" ;
    oboInOwl:hasExactSynonym "sensillum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002536" ;
    oboInOwl:inSubset core:efo_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "arthropod sensillum" ;
    rdfs:subClassOf obo:UBERON_0000020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6656
    ] .

obo:UBERON_0002539
    obo:IAO_0000115 "One of a series of paired bulges that develop along the lateral walls of the foregut. The pharyngeal arches have developmental contributions from endoderm, mesoderm, and neural crest cells and are separated by anterior lateral endoderm out-pockets known as pharyngeal pouches." ;
    oboInOwl:hasDbXref "AAO:0010359", "BTO:0001785", "EFO:0000959", "EHDAA:571", "EMAPA:16117", "FMA:293015", "GAID:1292", "MAT:0000242", "MESH:D001934", "MIAA:0000242", "NCIT:C34249", "SCTID:308766004", "TAO:0001306", "VHOG:0000155", "Wikipedia:Pharyngeal_arch", "XAO:0000096", "ZFA:0001306" ;
    oboInOwl:hasNarrowSynonym "branchial arch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "visceral arch" ;
    oboInOwl:id "UBERON:0002539" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch" ;
    rdfs:subClassOf obo:UBERON_0000481, obo:UBERON_0010188, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008814
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_8450003
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0007690
    ] .

obo:UBERON_0002546
    obo:IAO_0000115 "Ectodermal placode that develops in the head into a part of the sensory nervous system. With a few exceptions (lens, adenohypophyseal), cranial placodes are neurogenic." ;
    oboInOwl:hasBroadSynonym "placode" ;
    oboInOwl:hasDbXref "AAO:0010466", "EFO:0001650", "MAT:0000369", "MIAA:0000369", "XAO:0000305" ;
    oboInOwl:hasExactSynonym "ectodermal cranial placode" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002546" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "cranial placode" ;
    rdfs:subClassOf obo:UBERON_0005085, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:UBERON_0002553
    obo:IAO_0000115 "Anatomical space which contains portions of one or more body substances and is bounded by the internal surface of one maximally connected anatomical structure. Examples: cranial cavity, pharyngeal recess space, nasal cavity, tooth socket, cavity of serous sac, lumen of stomach, lumen of artery, fornix of vagina." ;
    oboInOwl:hasBroadSynonym "cavity" ;
    oboInOwl:hasDbXref "BIRNLEX:1011", "FMA:67552", "MA:0002447", "NCIT:C34007", "galen:Cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002553" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical cavity" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001015 ;
        owl:someValuesFrom obo:UBERON_0000463
    ] .

obo:UBERON_0002558
    oboInOwl:hasDbXref "BIRNLEX:1019", "FMA:12237", "SCTID:362606005" ;
    oboInOwl:hasExactSynonym "cavity of organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002558" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "organ cavity" ;
    rdfs:subClassOf obo:UBERON_0002553 .

obo:UBERON_0002561
    obo:IAO_0000115 "The cavity that is enclosed by the central nervous system. In vertebrates this is the cavity that includes as parts ventricular cavities and the central canal of the spinal cord that develops from the lumen of the neura tube." ;
    oboInOwl:hasDbXref "BIRNLEX:1029", "FMA:75007" ;
    oboInOwl:hasExactSynonym "cavity of neuraxis", "cavity of ventricular system of neuraxis", "neuraxis cavity", "neuraxis lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002561" ;
    a owl:Class ;
    rdfs:label "lumen of central nervous system" ;
    rdfs:subClassOf obo:UBERON_0002558, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002558
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:UBERON_0002616
    obo:IAO_0000115 "Anatomical divisons of the brain according to one or more criteria, e.g. cytoarchitectural, gross anatomy. Parts may be contiguous in 3D or not, e.g., basal ganglia." ;
    oboInOwl:hasDbXref "BIRNLEX:1167", "FMA:55676", "NCIT:C13031", "SCTID:384763002" ;
    oboInOwl:hasExactSynonym "anatomical structure of brain", "biological structure of brain", "brain anatomical structure", "brain biological structure", "brain part", "neuraxis segment", "neuroanatomical region", "segment of brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002616" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "regional part of brain" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000073, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0003714
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000481
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0002726
    obo:IAO_0000115 "A spinal cord segment that adjacent_to a cervical region." ;
    oboInOwl:hasDbXref "BIRNLEX:1499", "FMA:71166", "MA:0003081", "NCIT:C12892", "SCTID:180960003", "neuronames:1654" ;
    oboInOwl:hasExactSynonym "cervical segment of spinal cord", "cervical segments of spinal cord [1-8]", "cervical spinal cord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002726" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cervical spinal cord" ;
    rdfs:subClassOf obo:UBERON_0005844, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_8287
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0005434
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005844
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0005434
            ]
        )
    ] .

obo:UBERON_0002812
    obo:IAO_0000115 "A cerebral hemisphere that is in the left side of a brain." ;
    oboInOwl:hasDbXref "BIRNLEX:1795", "FMA:61819", "NCIT:C32955", "SCTID:362323007" ;
    oboInOwl:hasExactSynonym "left hemisphere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002812" ;
    a owl:Class ;
    rdfs:label "left cerebral hemisphere" ;
    rdfs:subClassOf obo:UBERON_0001869, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001869
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0002813
    obo:IAO_0000115 "A cerebral hemisphere that is in the right side of a brain." ;
    oboInOwl:hasDbXref "BIRNLEX:1797", "FMA:67292", "NCIT:C33472", "SCTID:362322002" ;
    oboInOwl:hasExactSynonym "right hemisphere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002813" ;
    a owl:Class ;
    rdfs:label "right cerebral hemisphere" ;
    rdfs:subClassOf obo:UBERON_0001869, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001869
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0002871
    obo:IAO_0000115 "Nucleus forming a longitudinal cell column in the medulla, close beneath the floor of the 4th ventricle, containing motor neurons that innervate the muscles of the tongue (Brodal, Neurological Anatomy, 3rd ed., 1981, pg 453)." ;
    oboInOwl:hasDbXref "BAMS:12", "BAMS:12N", "BAMS:XII", "BIRNLEX:2644", "BM:XII", "DHBA:12545", "EHDAA2:0004635", "EMAPA:35416", "EV:0100286", "FMA:54505", "HBA:9557", "MA:0001039", "MBA:773", "NCIT:C12899", "SCTID:47361005", "VHOG:0001358", "Wikipedia:Hypoglossal_nucleus", "ncithesaurus:Nucleus_of_the_Hypoglossal_Nerve" ;
    oboInOwl:hasExactSynonym "hypoglossal XII nucleus", "hypoglossal nerve nucleus", "hypoglossal nucleus", "nucleus of hypoglossal nerve", "twelfth cranial nerve nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002871" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "hypoglossal nucleus" ;
    rdfs:subClassOf obo:UBERON_0000126, obo:UBERON_0007635, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001650
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000126
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
        )
    ] .

obo:UBERON_0002925
    obo:IAO_0000115 "A nucleus of brain that is part of a trigeminal nuclear complex." ;
    oboInOwl:hasDbXref "BM:V", "BTO:0001074", "CALOHA:TS-2077", "EMAPA:35883", "EV:0100271", "FMA:71247", "GAID:604", "MA:0001028", "MESH:D014278", "NCIT:C12807", "SCTID:280164007", "VHOG:0001353", "http://uri.neuinfo.org/nif/nifstd/nifext_11" ;
    oboInOwl:hasExactSynonym "nucleus of trigeminal nuclear complex", "trigeminal V nucleus", "trigeminal nuclear complex nucleus", "trigeminal nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "nucleus mesencephalicus nervi trigemini", "nucleus mesencephalicus trigeminalis", "nucleus tractus mesencephali nervi trigeminalis" ;
    oboInOwl:id "UBERON:0002925" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "trigeminal nucleus" ;
    rdfs:subClassOf obo:UBERON_0000126, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007641
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007641
            ]
        )
    ] .

obo:UBERON_0002926
    obo:IAO_0000115 "A sensory epithelium that is part of a gustatory system." ;
    oboInOwl:hasDbXref "FMA:62412", "http://uri.neuinfo.org/nif/nifstd/nifext_12" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0002926" ;
    a owl:Class ;
    rdfs:label "gustatory epithelium" ;
    rdfs:subClassOf obo:UBERON_0006934, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006934
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001033
            ]
        )
    ] .

obo:UBERON_0003023
    obo:IAO_0000115 "Dorsal portion of the pons, containing cranial nervee nuclei, ascending and descending tracts and reticular nuclei. It is continuous with the reticular formation of the medulla (Carpenter, A Core Text of Neuroanatomy, 3rd ed, 1985, pg 133)." ;
    oboInOwl:hasDbXref "BAMS:PTg", "BIRNLEX:923", "DHBA:12416", "FMA:71108", "HBA:9135", "SCTID:362401009", "Wikipedia:Pontine_tegmentum" ;
    oboInOwl:hasExactSynonym "dorsal pons", "dorsal portion of pons", "tegmental portion of pons", "tegmentum of pons" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003023" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pontine tegmentum" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000988
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002047
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002148
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002149
    ] .

obo:UBERON_0003037
    obo:IAO_0000115 "A wall, dividing a cavity or structure into smaller ones[WP]." ;
    oboInOwl:hasDbXref "AAO:0011127", "FMA:86461", "Wikipedia:Septum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003037" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "general anatomical term in FMA" ;
    rdfs:label "septum" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002553
    ] .

obo:UBERON_0003038
    obo:IAO_0000115 "The thoracic nerves are the spinal nerves emerging from the thoracic vertebrae. [WP,unvetted]." ;
    oboInOwl:hasDbXref "BIRNLEX:966", "FMA:71167", "MA:0003082", "NCIT:C12894", "SCTID:278750009", "Wikipedia:Thoracic_spinal_cord", "neuronames:1718" ;
    oboInOwl:hasExactSynonym "thoracic region of spinal cord", "thoracic segment of spinal cord", "thoracic segments of spinal cord [1-12]", "thoracic spinal cord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003038" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "thoracic spinal cord" ;
    rdfs:subClassOf obo:UBERON_0005844, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008231
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0003041
    obo:IAO_0000115 "A nerve fiber that is part of a trigeminal nerve." ;
    oboInOwl:hasDbXref "BAMS:5nf", "BIRNLEX:974", "FMA:72501" ;
    oboInOwl:hasExactSynonym "central part of trigeminal nerve", "trigeminal nerve fibers", "trigeminal nerve tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003041" ;
    a owl:Class ;
    rdfs:label "trigeminal nerve fibers" ;
    rdfs:subClassOf obo:UBERON_0006134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001645
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001645
            ]
        )
    ] .

obo:UBERON_0003052
    obo:IAO_0000115 "The part of the brain that is the morphological boundary between the midbrain and hindbrain and that is the location of an organizing center which patterns the midbrain and hindbrain primordia of the neural plate." ;
    oboInOwl:hasDbXref "AAO:0011064", "DMBA:16810", "EHDAA2:0004395", "EHDAA:5789", "EMAPA:32857", "NCIT:C93172", "TAO:0000042", "VHOG:0000649", "XAO:0000016", "ZFA:0000042", "neuronames:2076" ;
    oboInOwl:hasExactSynonym "MHB", "mid-hindbrain boundary", "mid-hindbrain junction", "midbrain hindbrain boundary" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "isthmic organizer territory", "isthmo-cerebellar region", "isthmus", "isthmus/MHB" ;
    oboInOwl:id "UBERON:0003052" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "midbrain-hindbrain boundary" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001891
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0009615
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0003055
    obo:IAO_0000115 "The outermost layer (or layers, depending on the species) of embryonic skin, essential for the development of the epidermis and establishment of the barrier functions. The periderm derives from the outer layer of the ectoderm." ;
    oboInOwl:hasDbXref "EHDAA2:0001846", "EHDAA:6538", "FMA:295662", "NCIT:C34247", "TAO:0001185", "VHOG:0001680", "XAO:0000029", "ZFA:0001185" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "enveloping layer", "epitrichium" ;
    oboInOwl:id "UBERON:0003055" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "periderm" ;
    rdfs:subClassOf obo:UBERON_0000487, obo:UBERON_0007376, obo:UBERON_3000961 .

obo:UBERON_0003056
    obo:IAO_0000115 "The portion of neural plate anterior to the mid-hindbrain junction." ;
    oboInOwl:hasDbXref "AAO:0011084", "TAO:0007016", "VHOG:0001200", "XAO:0000045", "ZFA:0007016" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior neural plate" ;
    oboInOwl:id "UBERON:0003056" ;
    a owl:Class ;
    rdfs:label "pre-chordal neural plate" ;
    rdfs:subClassOf obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003075
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000096 ;
        owl:someValuesFrom obo:UBERON_0009615
    ] .

obo:UBERON_0003057
    obo:IAO_0000115 "The portion of neural plate posterior to the mid-hindbrain junction." ;
    oboInOwl:hasDbXref "TAO:0007017", "VHOG:0001201", "XAO:0000046", "ZFA:0007017" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "posterior neural plate" ;
    oboInOwl:id "UBERON:0003057" ;
    a owl:Class ;
    rdfs:label "chordal neural plate" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003075
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000099 ;
        owl:someValuesFrom obo:UBERON_0009615
    ] .

obo:UBERON_0003059
    obo:IAO_0000115 "Unsegmented field of paraxial mesoderm present posterior to the most recently formed somite pair, from which somites will form." ;
    oboInOwl:hasDbXref "AAO:0011086", "EFO:0001982", "EMAPA:16189", "EMAPA:16752", "TAO:0000279", "VHOG:0000559", "XAO:0000057", "ZFA:0000279" ;
    oboInOwl:hasExactSynonym "segmental plate", "unsegmented paraxial mesoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "PSM", "presumptive somite mesoderm", "somitogenic mesoderm", "somitomeric mesoderm", "unsegmented mesenchyme" ;
    oboInOwl:id "UBERON:0003059" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "presomitic mesoderm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003077
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002329
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007282
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005423
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002329
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002495 ;
                owl:someValuesFrom obo:UBERON_0007282
            ]
        )
    ] .

obo:UBERON_0003061
    obo:IAO_0000115 "Blood islands are structures in the developing embryo which lead to many different parts of the circulatory system. They primarily derive from plexuses formed from angioblasts. Within them, vacuoles appear through liquefaction of the central part of the syncytium into plasma. The lumen of the blood vessels thus formed is probably intracellular. The flattened cells at the periphery form the endothelium. The nucleated red blood corpuscles develop either from small masses of the original angioblast left attached to the inner wall of the lumen or directly from the flat endothelial cells. In either case the syncytial mass thus formed projects from and is attached to the wall of the vessel. Such a mass is known as a blood island and hemoglobin gradually accumulates within it. Later the cells on the surface round up, giving the mass a mulberry-like appearance. Then the red blood cells break loose and are carried away in the plasma. Such free blood cells continue to divide. Blood islands have been seen in the area vasculosa in the omphalomesenteric vein and arteries, and in the dorsal aorta[WP, unvetted]." ;
    oboInOwl:hasBroadSynonym "ventral lateral plate mesoderm" ;
    oboInOwl:hasDbXref "AAO:0011006", "EFO:0003489", "EHDAA:207", "NCIT:C34113", "TAO:0000094", "TE:E5.11.2.0.0.0.4", "VHOG:0000085", "Wikipedia:Blood_island_of_umbilical_vesicle", "XAO:0000067", "ZFA:0000094" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "VBI", "caudal hematopoietic tissue", "posterior ICM", "posterior blood island", "ventral blood island" ;
    oboInOwl:id "UBERON:0003061" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "blood island" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002390
    ] .

obo:UBERON_0003063
    obo:IAO_0000115 "A horseshoe-shaped thickening of the endoderm at the cranial (rostral) end of the primitive streak formed by the involution of Spemann's organizer cells which, together with the notochord, induces the formation of the neural plate from the overlying ectodermal cells and contributes mesodermal type cells to the surrounding tissue." ;
    oboInOwl:hasAlternativeId "UBERON:0004881" ;
    oboInOwl:hasBroadSynonym "head mesenchyme", "head mesoderm" ;
    oboInOwl:hasDbXref "AAO:0011085", "EHDAA2:0001493", "EHDAA:181", "FMA:295532", "TAO:0000060", "VHOG:0000086", "Wikipedia:Prechordal_plate", "XAO:0000079", "ZFA:0000060" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003063" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "prechordal plate" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002494 ;
        owl:someValuesFrom obo:UBERON_0034878
    ] .

obo:UBERON_0003064
    obo:IAO_0000115 "The intermediate mesoderm is located between the lateral mesoderm and the paraxial mesoderm. It develops into the kidney and gonads." ;
    oboInOwl:hasDbXref "AAO:0010575", "EMAPA:16056", "EMAPA:16178", "FMA:293147", "NCIT:C34193", "SCTID:361476001", "TAO:0001206", "VHOG:0000087", "Wikipedia:Intermediate_mesoderm", "XAO:0000085", "ZFA:0001206" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "IM", "intermediate mesenchyme", "intermediate plate", "intermediate plate mesoderm" ;
    oboInOwl:id "UBERON:0003064" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "intermediate mesoderm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0003077
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] .

obo:UBERON_0003066
    obo:IAO_0000115 "The second pharyngeal arch will form the hyoid apparatus. The cranial neural crest cells that populate the second pharyngeal arch emerge primarily from rhombomere 4 and will form skeletal elements." ;
    oboInOwl:hasDbXref "AAO:0010363", "EHDAA2:0000050", "EHDAA:611", "EMAPA:16272", "FMA:293017", "NCIT:C34288", "SCTID:308768003", "TAO:0001596", "VHOG:0000297", "Wikipedia:Second_pharyngeal_arch", "XAO:0000098", "ZFA:0001611" ;
    oboInOwl:hasExactSynonym "2nd pharyngeal arch", "hyoid arch", "pharyngeal arch 2", "second pharyngeal arch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "2nd arch", "2nd visceral arch", "hyoid bars", "pharyngeal arches 2" ;
    oboInOwl:id "UBERON:0003066" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch 2" ;
    rdfs:subClassOf obo:UBERON_0002539 .

obo:UBERON_0003067
    obo:IAO_0000115 "Lateral neurogenic placodes positioned dorsal of the epibranchial placodes." ;
    oboInOwl:hasDbXref "TAO:0001310", "VHOG:0000103", "XAO:0000187", "ZFA:0001310" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003067" ;
    a owl:Class ;
    rdfs:comment "The only remaining dorsolateral placode in land vertebrates is the otic/octaval placode" ;
    rdfs:label "dorsolateral placode" ;
    rdfs:subClassOf obo:UBERON_0009955, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000098 ;
        owl:someValuesFrom obo:UBERON_0003078
    ] .

obo:UBERON_0003068
    obo:IAO_0000115 "The axial mesoderm includes the prechordal mesoderm and the chordamesoderm. It gives rise to the prechordal plate and to the notochord." ;
    oboInOwl:hasDbXref "AAO:0011017", "EFO:0003647", "TAO:0001204", "VHOG:0000107", "Wikipedia:Chordamesoderm", "XAO:0000205", "ZFA:0001204" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "chordamesoderm" ;
    oboInOwl:id "UBERON:0003068" ;
    oboInOwl:inSubset core:efo_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "axial mesoderm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] .

obo:UBERON_0003070
    obo:IAO_0000115 "A neurogenic placode that arises at the level of the midbrain-hindbrain boundary and develops into a trigeminal ganglion." ;
    oboInOwl:hasDbXref "EFO:0003433", "EHDAA2:0004209", "TAO:0000162", "VHOG:0000109", "XAO:0000225", "ZFA:0000162" ;
    oboInOwl:hasExactSynonym "trigeminal V placode", "trigeminal placode" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003070" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "trigeminal placode complex" ;
    rdfs:subClassOf obo:UBERON_0003067, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0003942
    ] .

obo:UBERON_0003071
    obo:IAO_0000115 "Portion of tissue that is part of the anterior neural keel and will form the optic vesicle[ZFA]. A paired ectodermal placode that becomes invaginated to form the embryonic lens vesicles." ;
    oboInOwl:hasAlternativeId "UBERON:0005060" ;
    oboInOwl:hasDbXref "AAO:0011038", "EFO:0003541", "EHDAA2:0004431", "TAO:0000570", "XAO:0000227", "XAO:0004090", "ZFA:0000570" ;
    oboInOwl:hasExactSynonym "eye placode", "occular primordium", "ocular primordium", "optic placode", "optic placode of camera-type eye", "optic primordium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "eye anlage", "eye field", "optic field" ;
    oboInOwl:id "UBERON:0003071" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "eye primordium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000490, obo:UBERON_0001048, obo:UBERON_0005291, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003056
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003056
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001048
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0003072
    obo:IAO_0000115 "Multi-tissue structure that is comprised of neural and non-neural epithelial layers which will form the retina and retinal pigmented epithelium of the mature eye[ZFA]. double walled structured formed by expansion and invagination of the distal end of the optic vesicle that develops into the pigmented and sensory layers of the retina while the mouth of the optic cup eventually forms the pupil of the eye[MP]." ;
    oboInOwl:hasDbXref "BTO:0005351", "EHDAA2:0001303", "EHDAA:2912", "EMAPA:16674", "NCIT:C34233", "SCTID:308789007", "TAO:0001202", "VHOG:0000167", "ZFA:0001202" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "eye cup", "eyecup", "ocular cup", "ophtalmic cup" ;
    oboInOwl:id "UBERON:0003072" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "optic cup" ;
    rdfs:subClassOf obo:UBERON_0000481, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010312
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0003073
    ] .

obo:UBERON_0003073
    obo:IAO_0000115 "A thickened portion of ectoderm which serves as the precursor to the lens. SOX2 and Pou2f1 are involved in its development[WP]." ;
    oboInOwl:hasDbXref "AAO:0011055", "EFO:0003494", "EHDAA2:0000982", "EHDAA:2908", "EMAPA:16672", "FMA:296767", "NCIT:C34202", "TAO:0000122", "VHOG:0000166", "Wikipedia:Lens_placode", "XAO:0000240", "ZFA:0000122" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003073" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "lens placode" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002546, obo:UBERON_0006598, obo:UBERON_0011814, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010312
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0004128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000965
            ]
        )
    ] .

obo:UBERON_0003075
    obo:IAO_0000115 "A region of embryonic ectodermal cells that lie directly above the notochord. During neurulation, they change shape and produce an infolding of the neural plate (the neural fold) that then seals to form the neural tube[XAO]. The earliest recognizable dorsal ectodermal primordium of the central nervous system present near the end of gastrulation before infolding to form the neural keel; consists of a thickened pseudostratified epithelium[ZFA]." ;
    oboInOwl:hasDbXref "AAO:0011072", "BTO:0001765", "DHBA:10153", "DMBA:15565", "EHDAA:346", "EHDAA:902", "EMAPA:35593", "FMA:293879", "NCIT:C34225", "RETIRED_EHDAA2:0001252", "TAO:0000132", "VHOG:0000068", "Wikipedia:Neural_plate", "XAO:0000249", "ZFA:0000132", "neuronames:1362" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "presumptive central nervous system" ;
    oboInOwl:id "UBERON:0003075" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "neural plate" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0010371, obo:UBERON_0016879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0002328
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007284
    ] .

obo:UBERON_0003076
    oboInOwl:hasDbXref "AAO:0011082", "TAO:0007037", "VHOG:0001383", "XAO:0000250", "ZFA:0007037" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003076" ;
    a owl:Class ;
    rdfs:label "posterior neural tube" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003057
    ] .

obo:UBERON_0003077
    obo:IAO_0000115 "The paraxial mesoderm is the mesoderm located bilaterally adjacent to the notochord and neural tube[GO]." ;
    oboInOwl:hasDbXref "AAO:0010568", "EFO:0003515", "EMAPA:16183", "EMAPA:16751", "FMA:293145", "NCIT:C34244", "SCTID:361475002", "TAO:0000255", "VHOG:0000114", "Wikipedia:Paraxial_mesoderm", "XAO:0000259", "ZFA:0000255" ;
    oboInOwl:hasExactSynonym "paraxial mesenchyme", "somitic mesoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003077" ;
    oboInOwl:inSubset core:efo_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "paraxial mesoderm" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0007524, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002488 ;
        owl:someValuesFrom obo:UBERON_0000109
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007285
    ] .

obo:UBERON_0003078
    obo:IAO_0000115 "Focal thickenings of the embryonic ectoderm that form immediately dorsal and caudal of the clefts between the pharyngeal arches and that produce the neuroblasts that migrate and condense to form the distal cranial ganglia." ;
    oboInOwl:hasDbXref "AAO:0011036", "EFO:0003455", "FMA:293968", "TAO:0001294", "VHOG:0000117", "XAO:0000284", "ZFA:0001294" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ventrolateral placode" ;
    oboInOwl:id "UBERON:0003078" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "epibranchial placode" ;
    rdfs:subClassOf obo:UBERON_0009955, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0002410
    ] .

obo:UBERON_0003080
    oboInOwl:hasDbXref "AAO:0011012", "TAO:0007038", "VHOG:0001384", "XAO:0000307", "ZFA:0007038" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003080" ;
    a owl:Class ;
    rdfs:label "anterior neural tube" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003056
    ] .

obo:UBERON_0003081
    obo:IAO_0000115 "Portion of the middle of the three primary germ layers of the embryo that resides on the periphery of the embryo, is continuous with the extra-embryonic mesoderm, splits into two layers enclosing the intra-embryonic coelom, and gives rise to body wall structures[MP]." ;
    oboInOwl:hasAlternativeId "UBERON:0006258" ;
    oboInOwl:hasDbXref "AAO:0010574", "EHDAA2:0000919", "EHDAA:379", "EMAPA:16179", "FMA:293149", "NCIT:C34199", "SCTID:361477005", "TAO:0000121", "VHOG:0000118", "Wikipedia:Lateral_plate_mesoderm", "XAO:0000311", "ZFA:0000121" ;
    oboInOwl:hasExactSynonym "lateral mesoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lateral plate", "lateral plate mesenchyme" ;
    oboInOwl:id "UBERON:0003081" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "lateral plate mesoderm" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0004120, obo:UBERON_0005291, obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0003887
    ] .

obo:UBERON_0003082
    obo:IAO_0000115 "A transitional population of migrating mesenchymal cells that derive from somites and that will become muscle cells." ;
    oboInOwl:hasDbXref "AAO:0011067", "AEO:0001018", "BTO:0000742", "EHDAA2_RETIRED:0003431", "EHDAA:1721", "EHDAA:1727", "EHDAA:1733", "EHDAA:1739", "EMAPA:32841", "FMA:295658", "NCIT:C34214", "SCTID:344535001", "TAO:0001056", "VHOG:0001244", "Wikipedia:Myotome", "XAO:0000315", "ZFA:0001056" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muscle plate", "myomere", "myotome region", "myotomes" ;
    oboInOwl:id "UBERON:0003082" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "myotome" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0017650, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004290
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001630
    ] .

obo:UBERON_0003083
    obo:IAO_0000115 "Trunk portion of the neural crest. The trunk neural crest lies between the vagal and sacral neural crest and gives rise to two groups of cells. One group migrates dorsolateral and populates the skin, forming pigment cells and the other migrates ventrolateral through the anterior sclerotome to become the epinephrine-producing cells of the adrenal gland and the neurons of the sympathetic nervous system. Some cells remain in the sclerotome to form the dorsal root ganglia [Wikipedia]." ;
    oboInOwl:hasDbXref "AAO:0010582", "EFO:0003605", "EHDAA2:0001901", "TAO:0001024", "VHOG:0000062", "Wikipedia:Trunk_neural_crest", "XAO:0000319", "ZFA:0001024" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "trunk crest" ;
    oboInOwl:id "UBERON:0003083" ;
    oboInOwl:inSubset core:efo_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "trunk neural crest" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002342
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000011
    ] .

obo:UBERON_0003084
    obo:IAO_0000115 "Bilateral groups of cells consisting of three rows: one row of endocardial precursors medially and two rows of myocardical precursors laterally. The two populations fuse at the midline to form the heart rudiment or cone." ;
    oboInOwl:hasDbXref "AAO:0011044", "BTO:0001887", "NCIT:C34276", "TAO:0000028", "XAO:0000336", "ZFA:0000028" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac field", "fused heart primordium" ;
    oboInOwl:id "UBERON:0003084" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "heart primordium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001048, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004535
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004140
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007005
    ] .

obo:UBERON_0003089
    obo:IAO_0000115 "Ventral somitic compartment that is a precursor of the axial skeleton[XAO]. Sclerotomes eventually differentiate into the vertebrae and most of the skull. The caudal (posterior) half of one sclerotome fuses with the rostral (anterior) half of the adjacent one to form each vertebra. From their initial location within the somite, the sclerotome cells migrate medially towards the notochord. These cells meet the sclerotome cells from the other side to form the vertebral body. From this vertebral body, sclerotome cells move dorsally and surround the developing spinal cord, forming the vertebral arch[WP]." ;
    oboInOwl:hasDbXref "AAO:0010571", "AEO:0000212", "EHDAA2:0003439", "EMAPA:31159", "FMA:295652", "NCIT:C34287", "TAO:0001080", "VHOG:0000680", "Wikipedia:Sclerotome", "XAO:0000397", "ZFA:0001080" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003089" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "sclerotome" ;
    rdfs:subClassOf obo:UBERON_0005856, obo:UBERON_0007530, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002329
    ] .

obo:UBERON_0003099
    obo:IAO_0000115 "Neural crest cells (NCCs) originating in the anterior part of the developing embryo and residing between the mid-diencephalon and the forming hindbrain; cranial NCCs migrate dorsolaterally to form the craniofacial mesenchyme that differentiates into various craniofacial cartilages and bones, cranial neurons, glia, and connective tissues of the face; these cells enter the pharyngeal pouches and arches where they give rise to thymic cells, bones of the middle ear and jaw (mandible), and the odontoblasts of the tooth primordia; like their counterparts in the trunk, cranial NCCs also contribute to the developing peripheral nervous system, along with the pigmented cell (i.e. melanocyte) lineage." ;
    oboInOwl:hasDbXref "AAO:0010580", "EFO:0003645", "EHDAA2:0004420", "EMAPA:16091", "TAO:0001194", "VHOG:0000063", "Wikipedia:Cranial_neural_crest", "XAO:0001001", "ZFA:0001194" ;
    oboInOwl:hasExactSynonym "cephalic neural crest", "cranial NCC population", "head NCC population" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "head crest", "head neural crest" ;
    oboInOwl:id "UBERON:0003099" ;
    oboInOwl:inSubset core:efo_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cranial neural crest" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002342
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000008
    ] .

obo:UBERON_0003100
    obo:IAO_0000115 "Gonochoristic organism that can produce female gametes." ;
    oboInOwl:hasDbXref "AAO:0010030", "BILA:0000028", "CARO:0000028", "FMA:67812", "HAO:0000028", "SCTID:362608006", "TAO:0000303", "TGMA:0001839", "XAO:0003005", "ZFA:0000303" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "female" ;
    oboInOwl:id "UBERON:0003100" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "female organism" ;
    rdfs:subClassOf obo:UBERON_0000468 .

obo:UBERON_0003102
    obo:IAO_0000115 "Anatomical structure that overlaps the outer epithelial layer and is adjacent to the space surrounding the organism." ;
    oboInOwl:hasDbXref "AAO:0010337", "AEO_RETIRED:0000010", "EHDAA2_RETIRED:0003010", "TAO:0000292", "VSAO:0000001", "Wikipedia:Surface_structure", "XAO:0003028", "ZFA:0000292", "galen:SurfaceRegion" ;
    oboInOwl:hasExactSynonym "anatomical surface feature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "surface feature", "surface region" ;
    oboInOwl:id "UBERON:0003102" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "surface structure" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0013514
    ] .

obo:UBERON_0003103
    obo:IAO_0000115 "Anatomical structure that has as its parts two or more multi-tissue structures of at least two different types and which through specific morphogenetic processes forms a single distinct structural unit demarcated by bona fide boundaries from other distinct anatomical structures of different types." ;
    oboInOwl:hasDbXref "AAO:0010015", "AEO:0000024", "BILA:0000024", "CARO:0000024", "EHDAA2:0003024", "HAO:0000024", "TADS:0000598", "TAO:0000496", "TGMA:0001837", "VHOG:0001723", "XAO:0003041", "ZFA:0000496" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "organ" ;
    oboInOwl:id "UBERON:0003103" ;
    oboInOwl:inSubset core:organ_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "compound organ" ;
    rdfs:subClassOf obo:UBERON_0000062 .

obo:UBERON_0003104
    obo:IAO_0000115 "Portion of tissue composed of mesenchymal cells (motile cells that develop from epthelia via an epithelial to mesenchymal transition) and surrounding extracellular material. Mesenchyme has different embryological origins in different metazoan taxa - in many invertebrates it derives in whole or part from ectoderm. In vertebrates it derives largely from mesoderm, and sometimes the terms are used interchangeably, e.g. lateral plate mesoderm/mesenchyme." ;
    oboInOwl:hasDbXref "AAO:0010427", "AEO:0000145", "BTO:0001393", "CALOHA:TS-0620", "EHDAA2:0003145", "EV:0100007", "NCIT:C13301", "TAO:0000393", "VHOG:0000170", "Wikipedia:Mesenchyme", "XAO:0003046", "ZFA:0000393" ;
    oboInOwl:hasExactSynonym "mesenchymal tissue", "mesenchyme tissue", "portion of mesenchymal tissue", "portion of mesenchyme tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003104" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002328 ;
        owl:someValuesFrom obo:GO_0032502
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0008019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0008019
            ]
        )
    ] .

obo:UBERON_0003113
    obo:IAO_0000115 "Subdivision of skeleton that includes all dermal bones in the cranial skeleton[ZFA,modified]." ;
    oboInOwl:hasDbXref "AAO:0010154", "TAO:0000863", "VHOG:0001665", "Wikipedia:Skull_roof", "XAO:0003169", "ZFA:0000863" ;
    oboInOwl:hasExactSynonym "dendrocranium", "exocranium" ;
    oboInOwl:hasNarrowSynonym "dermal skull roof", "dermatocranial cover", "roof of skull", "skull roof" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "dermal bone cranium", "dermal part of skull", "dermal skull bones", "roofing bones of the skull", "skull exoskeleton" ;
    oboInOwl:id "UBERON:0003113" ;
    a owl:Class ;
    rdfs:label "dermatocranium" ;
    rdfs:subClassOf obo:UBERON_0011159, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010364
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:UBERON_0003114
    obo:IAO_0000115 "The third branchial arch contributes to the development of the hyoid bone, stylopharyngeus muscle, inferior parathyroid gland, and thymus." ;
    oboInOwl:hasDbXref "AAO:0010365", "EHDAA2:0000069", "EHDAA:1080", "EMAPA:16399", "FMA:293029", "SCTID:308769006", "TAO:0001598", "VHOG:0000298", "XAO:0000447", "ZFA:0001606" ;
    oboInOwl:hasExactSynonym "3rd pharyngeal arch", "third pharyngeal arch", "third visceral arch", "visceral arch 3" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "3rd arch", "3rd visceral arch" ;
    oboInOwl:id "UBERON:0003114" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch 3" ;
    rdfs:subClassOf obo:UBERON_0002539 .

obo:UBERON_0003115
    obo:IAO_0000115 "Contributes to development of the cartilage of the larynx, laryngeal, pharyngeal, and soft palate muscles, superior parathyroid gland, and C-cells of the thymus." ;
    oboInOwl:hasDbXref "AAO:0010366", "EHDAA2:0000086", "EHDAA:1663", "EMAPA:16760", "FMA:293035", "SCTID:308770007", "TAO:0001599", "VHOG:0000299", "XAO:0000449", "ZFA:0001607" ;
    oboInOwl:hasExactSynonym "4th pharyngeal arch", "4th visceral arch", "fourth pharyngeal arch", "visceral arch 4" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "4th arch", "fourth visceral arch" ;
    oboInOwl:id "UBERON:0003115" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch 4" ;
    rdfs:subClassOf obo:UBERON_0002539 .

obo:UBERON_0003117
    obo:IAO_0000115 "The 6th pharyngeal arch. contributes to the development of the sternocleidomastoid and trapezius muscles." ;
    oboInOwl:hasAlternativeId "UBERON:0004349" ;
    oboInOwl:hasDbXref "AAO:0010368", "EHDAA2:0004075", "EMAPA:32766", "FMA:293047", "SCTID:308772004", "TAO:0001601", "VHOG:0001205", "XAO:0000453", "ZFA:0001609" ;
    oboInOwl:hasExactSynonym "6th arch", "gill arch 4", "sixth branchial arch", "visceral arch 6" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "6th pharyngeal arch", "6th visceral arch", "sixth pharyngeal arch", "sixth visceral arch" ;
    oboInOwl:id "UBERON:0003117" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "pharyngeal arch 6" ;
    rdfs:subClassOf obo:UBERON_0002539 .

obo:UBERON_0003118
    obo:IAO_0000115 "The vessels formed within the first pair of branchial arches in embryogenesis." ;
    oboInOwl:hasAlternativeId "UBERON:0004371" ;
    oboInOwl:hasDbXref "AAO:0010415", "EHDAA2:0000007", "EMAPA:16202", "EMAPA:16685", "SCTID:308774003", "TAO:0005005", "VHOG:0000149", "XAO:0000342", "ZFA:0005005" ;
    oboInOwl:hasExactSynonym "1st arch artery", "AA1", "aortic arch 1", "first aortic arch", "first branchial arch artery", "mandibular aortic arch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "1st aortic arch artery", "1st branchial arch artery", "1st pharyngeal arch artery", "first arch artery" ;
    oboInOwl:id "UBERON:0003118" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch artery 1" ;
    rdfs:subClassOf obo:UBERON_0004363, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004362
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004362
            ]
        )
    ] .

obo:UBERON_0003119
    obo:IAO_0000115 "The vessels formed within the second pair of branchial arches in embryogenesis." ;
    oboInOwl:hasAlternativeId "UBERON:0004372" ;
    oboInOwl:hasDbXref "AAO:0010418", "EHDAA2:0000051", "EMAPA:16203", "EMAPA:16686", "SCTID:308775002", "TAO:0005006", "VHOG:0000148", "Wikipedia:Aortic_arches#Arches_1_and_2", "XAO:0000343", "ZFA:0005006" ;
    oboInOwl:hasExactSynonym "2nd arch artery", "AA2", "aortic arch 2", "hyoid aortic arch", "second aortic arch", "second branchial arch artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "2nd aortic arch artery", "2nd branchial arch artery", "2nd pharyngeal arch artery" ;
    oboInOwl:id "UBERON:0003119" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch artery 2" ;
    rdfs:subClassOf obo:UBERON_0004363, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0003066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003066
            ]
        )
    ] .

obo:UBERON_0003120
    obo:IAO_0000115 "The vessels formed within the third pair of branchial arches in embryogenesis." ;
    oboInOwl:hasAlternativeId "UBERON:0004352" ;
    oboInOwl:hasDbXref "AAO:0010419", "EHDAA2:0000070", "EMAPA:16687", "SCTID:308776001", "TAO:0005007", "VHOG:0000147", "Wikipedia:Aortic_arches#Arch_3", "XAO:0000344", "ZFA:0005007" ;
    oboInOwl:hasExactSynonym "3rd arch artery", "AA3", "aortic arch 3", "carotid arch", "third aortic arch", "third branchial arch artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "3rd aortic arch artery", "3rd branchial arch artery", "3rd pharyngeal arch artery" ;
    oboInOwl:id "UBERON:0003120" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch artery 3" ;
    rdfs:subClassOf obo:UBERON_0004363, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003114
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0003114
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003114
            ]
        )
    ] .

obo:UBERON_0003121
    obo:IAO_0000115 "The vessels formed within the fourth pair of branchial arches in embryogenesis." ;
    oboInOwl:hasAlternativeId "UBERON:0004350" ;
    oboInOwl:hasDbXref "AAO:0010420", "EHDAA2:0000087", "EMAPA:17004", "SCTID:308777005", "TAO:0005008", "Wikipedia:Aortic_arches#Arch_4", "XAO:0000355", "ZFA:0005008" ;
    oboInOwl:hasExactSynonym "4th arch artery", "AA4", "aortic arch 4", "fourth aortic arch", "fourth branchial arch artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "4th aortic arch artery", "4th branchial arch artery", "4th pharyngeal arch artery", "systemic arch" ;
    oboInOwl:id "UBERON:0003121" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "proximal right subclavian" ;
    rdfs:label "pharyngeal arch artery 4" ;
    rdfs:subClassOf obo:UBERON_0004363, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003115
            ]
        )
    ] .

obo:UBERON_0003123
    obo:IAO_0000115 "The vessels formed within the sixth pair of branchial arches in embryogenesis." ;
    oboInOwl:hasAlternativeId "UBERON:0004351" ;
    oboInOwl:hasDbXref "AAO:0010422", "EHDAA2:0000102", "EMAPA:17005", "SCTID:308779008", "TAO:0005016", "VHOG:0000144", "Wikipedia:Aortic_arches#Arch_6", "XAO:0000353", "ZFA:0005016" ;
    oboInOwl:hasExactSynonym "6th arch artery", "AA6", "aortic arch 6", "sixth aortic arch", "sixth branchial arch artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "6th aortic arch artery", "6th branchial arch artery", "6th pharyngeal arch artery", "pulmonary arch" ;
    oboInOwl:id "UBERON:0003123" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch artery 6" ;
    rdfs:subClassOf obo:UBERON_0004363, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003117
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003117
            ]
        )
    ] .

obo:UBERON_0003126
    obo:IAO_0000115 "The trachea is the portion of the airway that attaches to the bronchi as it branches [GO:dph]." ;
    oboInOwl:hasDbXref "AAO:0010140", "BTO:0001388", "CALOHA:TS-1060", "EFO:0000935", "EHDAA2:0002066", "EHDAA:3078", "EMAPA:16853", "EV:0100040", "FMA:7394", "GAID:361", "MA:0000441", "MAT:0000137", "MESH:D014132", "MIAA:0000137", "NCIT:C12428", "SCTID:181213009", "VHOG:0000371", "Wikipedia:Vertebrate_trachea", "XAO:0000118" ;
    oboInOwl:hasExactSynonym "cartilaginous trachea", "windpipe" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "tracheal tubule" ;
    oboInOwl:id "UBERON:0003126" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:major_organ, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "trachea" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000117, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007196
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002224
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0008947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] .

obo:UBERON_0003128
    obo:IAO_0000115 "Upper portion of the skull that excludes the mandible (when present in the organism)." ;
    oboInOwl:hasDbXref "BTO:0001328", "EFO:0000831", "EHDAA:6029", "FMA:71325", "MA:0000316", "MAT:0000340", "MIAA:0000340", "SCTID:181889008", "VHOG:0000334", "Wikipedia:Cranium_(anatomy)" ;
    oboInOwl:hasExactSynonym "bones of cranium", "set of bones of cranium", "skull minus mandible", "upper part of skull" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "calvarium", "epicranial plate", "skeletal system of head" ;
    oboInOwl:id "UBERON:0003128" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cranium" ;
    rdfs:subClassOf obo:UBERON_0000075 .

obo:UBERON_0003129
    obo:IAO_0000115 "Anatomical structure that is part of the head consisting entirely of cranium and mandible[WP]." ;
    oboInOwl:hasDbXref "BTO:0001295", "CALOHA:TS-2344", "EHDAA2:0000325", "EMAPA:17680", "FMA:46565", "GAID:82", "MESH:D012886", "NCIT:C12789", "SCTID:110530005", "Wikipedia:Skull", "WikipediaCategory:Skull", "galen:Skull" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial skeleton", "skeletal system of head" ;
    oboInOwl:id "UBERON:0003129" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "skull" ;
    rdfs:subClassOf obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0003128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0003278
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] .

obo:UBERON_0003133
    obo:IAO_0000115 "An organ involved in reproduction." ;
    oboInOwl:hasDbXref "MA:0001752", "MESH:D005835", "NCIT:C25177", "SCTID:128181006", "TGMA:0000591", "WBbt:0008422" ;
    oboInOwl:hasExactSynonym "genital organ", "reproductive system organ", "sex organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003133" ;
    oboInOwl:inSubset core:functional_classification, core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "reproductive organ" ;
    rdfs:subClassOf obo:UBERON_0000062, obo:UBERON_0005156, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0022414
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002216 ;
                owl:someValuesFrom obo:GO_0022414
            ]
        )
    ] .

obo:UBERON_0003134
    obo:IAO_0000115 "A female organ involved in reproduction." ;
    oboInOwl:hasDbXref "EMAPA:28540", "MA:0000544" ;
    oboInOwl:hasExactSynonym "female organism reproductive organ", "female organism reproductive structure", "female organism reproductive system organ", "female organism sex organ", "female reproductive gland/organ", "female reproductive system organ", "female sex organ", "reproductive organ of female organism", "reproductive structure of female organism", "reproductive system organ of female organism", "sex organ of female organism" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003134" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "female reproductive organ" ;
    rdfs:subClassOf obo:UBERON_0003133, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003100
            ]
        )
    ] .

obo:UBERON_0003212
    obo:IAO_0000115 "Any sense organ that functions in (some) detection of chemical stimulus involved in sensory perception of taste (GO:0050912)." ;
    oboInOwl:hasDbXref "FMA:77853" ;
    oboInOwl:hasExactSynonym "gustatory organ system organ", "gustatory system organ", "organ of gustatory organ system", "organ of gustatory system", "organ of taste system", "taste organ", "taste system organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003212" ;
    a owl:Class ;
    rdfs:label "gustatory organ" ;
    rdfs:subClassOf obo:UBERON_0000005, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0050912
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002216 ;
                owl:someValuesFrom obo:GO_0050912
            ]
        )
    ] .

obo:UBERON_0003218
    obo:IAO_0000115 "Septum that divides the ovary, the basal portion of a carpel or group of fused carpels, that encloses the ovule(s)[GO]." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003218" ;
    a owl:Class ;
    rdfs:label "ovary septum" ;
    rdfs:subClassOf obo:UBERON_0003037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003037
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:UBERON_0003236
    obo:IAO_0000115 "An epithelium that is part of a lower jaw [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0001019", "EHDAA:7999", "EMAPA:35516", "VHOG:0000802" ;
    oboInOwl:hasExactSynonym "epithelial tissue of lower jaw", "epithelial tissue of ventral mandibular arch", "epithelium of ventral mandibular arch", "lower jaw epithelial tissue", "lower jaw epithelium", "ventral mandibular arch epithelial tissue", "ventral mandibular arch epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003236" ;
    a owl:Class ;
    rdfs:label "epithelium of lower jaw" ;
    rdfs:subClassOf obo:UBERON_0035037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001710
            ]
        )
    ] .

obo:UBERON_0003257
    obo:IAO_0000115 "The portion of the yolk sac that is derived from endoderm and lines the yolk sac." ;
    oboInOwl:hasDbXref "EHDAA2:0002215", "EHDAA:166", "EMAPA:16086", "VHOG:0000626" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003257" ;
    a owl:Class ;
    rdfs:label "yolk sac endoderm" ;
    rdfs:subClassOf obo:UBERON_0000478, obo:UBERON_0005292, obo:UBERON_0005911, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0001040
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0001040
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:UBERON_0003258
    obo:IAO_0000115 "An endoderm that is part of a foregut [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0004568", "EHDAA:524" ;
    oboInOwl:hasExactSynonym "foregut endoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003258" ;
    a owl:Class ;
    rdfs:label "endoderm of foregut" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0005911, obo:UBERON_0015833 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000490
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001041
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:UBERON_0003269
    obo:IAO_0000115 "A portion of skeletal muscle tissue that is part of a eye [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0000486", "EHDAA:2923", "EMAPA:17844" ;
    oboInOwl:hasExactSynonym "eye skeletal muscle", "eye skeletal muscle tissue", "skeletal muscle tissue of eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "eye skeletal muscle group" ;
    oboInOwl:id "UBERON:0003269" ;
    a owl:Class ;
    rdfs:label "skeletal muscle tissue of eye" ;
    rdfs:subClassOf obo:UBERON_0001134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0003278
    obo:IAO_0000115 "A subdivision of the skeleton that corresponds to the lower part of the mouth. The lower jaw skeleton includes the following elements, when present: lower jaw teeth, the mandible and other lower jaw bones, and Meckel's cartilage." ;
    oboInOwl:hasBroadSynonym "lower jaw", "mandible" ;
    oboInOwl:hasDbXref "AAO:0000274", "EHDAA2:0004606", "EHDAA:8005", "EMAPA:17910", "FMA:54398", "MA:0001906", "TAO:0001273", "VHOG:0000428", "XAO:0003084", "ZFA:0001273" ;
    oboInOwl:hasExactSynonym "lower jaw skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mandibular series" ;
    oboInOwl:id "UBERON:0003278" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "skeleton of lower jaw" ;
    rdfs:subClassOf obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001708
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001710
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0008895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002576 ;
        owl:someValuesFrom obo:UBERON_0001710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010912
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002576 ;
                owl:someValuesFrom obo:UBERON_0001710
            ]
        )
    ] .

obo:UBERON_0003279
    obo:IAO_0000115 "An endothelium that is part of a trachea." ;
    oboInOwl:hasDbXref "EHDAA:3082", "RETIRED_EHDAA2:0002068" ;
    oboInOwl:hasExactSynonym "endothelium of windpipe", "trachea endothelium", "windpipe endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003279" ;
    a owl:Class ;
    rdfs:label "endothelium of trachea" ;
    rdfs:subClassOf obo:UBERON_0000077, obo:UBERON_0001901, obo:UBERON_0001986 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0003288
    obo:IAO_0000115 "A meninx that is part of a midbrain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0001174", "EHDAA:3708", "EMAPA:17791", "MA:0001058", "RETIRED_EHDAA2:0001109", "VHOG:0000012" ;
    oboInOwl:hasExactSynonym "midbrain meninx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003288" ;
    a owl:Class ;
    rdfs:label "meninx of midbrain" ;
    rdfs:subClassOf obo:UBERON_0003547, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0003289
    obo:IAO_0000115 "A meninx that is part of a telencephalon [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0001990", "EHDAA:5476", "EMAPA:17774", "MA:0000979", "VHOG:0000010" ;
    oboInOwl:hasExactSynonym "telencephalon meninx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003289" ;
    a owl:Class ;
    rdfs:label "meninx of telencephalon" ;
    rdfs:subClassOf obo:UBERON_0003548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0003290
    obo:IAO_0000115 "A meninx that is part of a diencephalon [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0000399", "EHDAA:5458", "EMAPA:17764", "MA:0000826", "VHOG:0000009" ;
    oboInOwl:hasExactSynonym "between brain meninges", "between brain meninx", "diencephalon meninges", "diencephalon meninx", "interbrain meninges", "interbrain meninx", "mature diencephalon meninges", "mature diencephalon meninx", "meninges of between brain", "meninges of diencephalon", "meninges of interbrain", "meninges of mature diencephalon", "meninx of between brain", "meninx of interbrain", "meninx of mature diencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003290" ;
    a owl:Class ;
    rdfs:label "meninx of diencephalon" ;
    rdfs:subClassOf obo:UBERON_0003548, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0003291
    obo:IAO_0000115 "A meninx that is part of a hindbrain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0000770", "EHDAA:3688", "EMAPA:17783", "MA:0000987", "VHOG:0000011" ;
    oboInOwl:hasExactSynonym "hindbrain meninges", "hindbrain meninx", "meninges of hindbrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003291" ;
    a owl:Class ;
    rdfs:label "meninx of hindbrain" ;
    rdfs:subClassOf obo:UBERON_0003547, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010091
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0003292
    obo:IAO_0000115 "A meninx that is part of a spinal cord [Automatically generated definition]." ;
    oboInOwl:hasDbXref "CALOHA:TS-2148", "EHDAA2:0001895", "EHDAA:2865", "EMAPA:17804", "MA:0001130", "NCIT:C12350", "SCTID:181097002", "VHOG:0000443" ;
    oboInOwl:hasExactSynonym "meninges of spinal cord", "spinal cord meninges", "spinal cord meninx", "spinal meninx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003292" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "meninx of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0002360, obo:UBERON_0005174, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0003294
    obo:IAO_0000115 "A gland that is part of a foregut [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0000567", "EHDAA:950", "EMAPA:16557", "VHOG:0000650" ;
    oboInOwl:hasExactSynonym "foregut gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003294" ;
    a owl:Class ;
    rdfs:label "gland of foregut" ;
    rdfs:subClassOf obo:UBERON_0003408, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001041
            ]
        )
    ] .

obo:UBERON_0003295
    obo:IAO_0000115 "Racemose mucous glands beneath the mucous membrane of the pharynx." ;
    oboInOwl:hasDbXref "BTO:0004849", "EHDAA2:0001461", "EHDAA:2967", "FMA:55075" ;
    oboInOwl:hasExactSynonym "pharynx gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "glandulae pharyngeae" ;
    oboInOwl:id "UBERON:0003295" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "pharyngeal gland" ;
    rdfs:subClassOf obo:UBERON_0003408, obo:UBERON_0036225, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:UBERON_0003296
    obo:IAO_0000115 "Any gland that is part of the diencephalon. Examples: pineal gland, neurohypophysis." ;
    oboInOwl:hasDbXref "EHDAA2:0000395", "EMAPA:16897", "VHOG:0000653" ;
    oboInOwl:hasExactSynonym "diencephalon gland", "interbrain gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003296" ;
    a owl:Class ;
    rdfs:label "gland of diencephalon" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0003297
    obo:IAO_0000115 "A gland that is part of a integumental system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0000837", "EMAPA:17758", "MA:0000144", "VHOG:0000654" ;
    oboInOwl:hasExactSynonym "integumental gland", "integumental system gland", "integumentary gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003297" ;
    a owl:Class ;
    rdfs:label "gland of integumental system" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002416
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002416
            ]
        )
    ] .

obo:UBERON_0003304
    obo:IAO_0000115 "A blood island that is part of a mesoderm." ;
    oboInOwl:hasAlternativeId "UBERON:0003305" ;
    oboInOwl:hasDbXref "EHDAA2:0003241", "EHDAA:170" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mesenchyme blood island" ;
    oboInOwl:id "UBERON:0003304" ;
    a owl:Class ;
    rdfs:label "mesoderm blood island" ;
    rdfs:subClassOf obo:UBERON_0003061, obo:UBERON_0005291, obo:UBERON_0007503, obo:UBERON_0012275, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007798
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003061
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0003314
    obo:IAO_0000115 "Mesenchyme that is part of a developing camera-type eye." ;
    oboInOwl:hasDbXref "EHDAA2:0000485", "EHDAA:2910", "EMAPA:16673", "VHOG:0001084" ;
    oboInOwl:hasExactSynonym "mesenchyme of eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003314" ;
    a owl:Class ;
    rdfs:label "eye mesenchyme" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0009891, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009920
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0003315
    obo:IAO_0000115 "Mesenchyme that is part of a developing ovary [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0001362", "EHDAA:8128", "VHOG:0001441" ;
    oboInOwl:hasExactSynonym "female reproductive system gonad mesenchyme", "female reproductive system gonada mesenchyme", "gonad of female reproductive system mesenchyme", "gonada of female reproductive system mesenchyme", "mesenchyme of female reproductive system gonad", "mesenchyme of female reproductive system gonada", "mesenchyme of gonad of female reproductive system", "mesenchyme of gonada of female reproductive system", "ovary mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003315" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "mesenchyme of ovary" ;
    rdfs:subClassOf obo:UBERON_0003855, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:UBERON_0003316
    obo:IAO_0000115 "The portion of the yolk sac that is derived from mesoderm and consists of mesenchyme." ;
    oboInOwl:hasAlternativeId "UBERON:0003264" ;
    oboInOwl:hasDbXref "EHDAA2:0002216", "EHDAA:168", "EHDAA:205", "EMAPA:16087", "EMAPA:16267", "VHOG:0000503", "VHOG:0000617" ;
    oboInOwl:hasExactSynonym "yolk sac mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003316" ;
    a owl:Class ;
    rdfs:label "mesenchyme of yolk sac" ;
    rdfs:subClassOf obo:UBERON_0010333, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001040
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001040
            ]
        )
    ] .

obo:UBERON_0003324
    obo:IAO_0000115 "Mesenchyme that is part of a developing lower jaw [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0001024", "EHDAA:8003", "EMAPA:17916", "VHOG:0001069" ;
    oboInOwl:hasExactSynonym "lower jaw mesenchyme", "mesenchyme of ventral mandibular arch", "ventral mandibular arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003324" ;
    a owl:Class ;
    rdfs:label "mesenchyme of lower jaw" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0034995, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001710
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006905
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001710
            ]
        )
    ] .

obo:UBERON_0003338
    obo:IAO_0000115 "A spatially aggregated collection of nerve cell bodies in the PNS, consisting of one or more subpopulations that share cell type, chemical phenotype, and connections. (CUMBO)." ;
    oboInOwl:hasDbXref "BIRNLEX:2548", "BTO:0001123", "EMAPA:32814", "MA:0001161" ;
    oboInOwl:hasExactSynonym "peripheral nervous system ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003338" ;
    oboInOwl:inSubset core:cumbo ;
    a owl:Class ;
    rdfs:label "ganglion of peripheral nervous system" ;
    rdfs:subClassOf obo:UBERON_0000045, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000010
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000010
            ]
        )
    ] .

obo:UBERON_0003339
    obo:IAO_0000115 "A ganglion that is part of a central nervous system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0000227", "EMAPA:16658", "FMA:83843" ;
    oboInOwl:hasExactSynonym "central nervous system ganglion", "ganglion of neuraxis", "neuraxis ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003339" ;
    a owl:Class ;
    rdfs:label "ganglion of central nervous system" ;
    rdfs:subClassOf obo:UBERON_0000045, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:UBERON_0003343
    obo:IAO_0000115 "A mucosa that is part of a oral opening [Automatically generated definition]." ;
    oboInOwl:hasDbXref "SCTID:362083000" ;
    oboInOwl:hasExactSynonym "mucosa of oral opening", "mucosa of oral part of face", "mucosa of organ of oral opening", "mucosa of organ of oral part of face", "mucosa of organ of oral region", "mucosa of organ of subdivision of mouth", "mucosa of subdivision of mouth", "mucous membrane of oral opening", "mucous membrane of oral part of face", "mucous membrane of oral region", "mucous membrane of subdivision of mouth", "oral opening mucosa", "oral opening mucosa of organ", "oral opening mucous membrane", "oral opening organ mucosa", "oral part of face mucosa", "oral part of face mucosa of organ", "oral part of face mucous membrane", "oral part of face organ mucosa", "oral region mucosa", "oral region mucosa of organ", "oral region mucous membrane", "oral region organ mucosa", "organ mucosa of oral opening", "organ mucosa of oral part of face", "organ mucosa of oral region", "organ mucosa of subdivision of mouth", "subdivision of mouth mucosa", "subdivision of mouth mucosa of organ", "subdivision of mouth mucous membrane", "subdivision of mouth organ mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003343" ;
    a owl:Class ;
    rdfs:label "mucosa of oral region" ;
    rdfs:subClassOf obo:UBERON_0003729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000166
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000166
            ]
        )
    ] .

obo:UBERON_0003350
    obo:IAO_0000115 "A layer of epithelial cells on the surface of the mucosa." ;
    oboInOwl:hasDbXref "BTO:0003752" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lamina epithelialis mucosa", "lamina epithelialis mucosae" ;
    oboInOwl:id "UBERON:0003350" ;
    a owl:Class ;
    rdfs:comment "lies on top of lamina propria" ;
    rdfs:label "epithelium of mucosa" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000344
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000344
            ]
        )
    ] .

obo:UBERON_0003351
    obo:IAO_0000115 "An epithelium that is part of a pharynx [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BSA:0000112", "BTO:0005240", "EMAPA:16708", "MA:0002725", "RETIRED_EHDAA2:0001460", "TAO:0001174", "XAO:0003202", "ZFA:0001174" ;
    oboInOwl:hasExactSynonym "epithelial tissue of pharynx", "epithelium of pharynx", "pharynx epithelial tissue", "pharynx epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003351" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal epithelium" ;
    rdfs:subClassOf obo:UBERON_0003929, obo:UBERON_0004807, obo:UBERON_0005911, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007690
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:UBERON_0003357
    obo:IAO_0000115 "An epithelium that is part of a tongue [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0000992", "CALOHA:TS-1051", "EHDAA2:0004598", "EMAPA:17881", "FMA:284658", "MA:0001592", "NCIT:C49300" ;
    oboInOwl:hasExactSynonym "epithelial tissue of tongue", "tongue epithelial tissue", "tongue epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lingual epithelium" ;
    oboInOwl:id "UBERON:0003357" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "examples: tongue squamous epithelium, keratined, non-keratinized and parakeratinized epithelium, as well as gustatory epithelium. Note that not all these subtypes are named in individual anatomy ontologies." ;
    rdfs:label "epithelium of tongue" ;
    rdfs:subClassOf obo:UBERON_0003929, obo:UBERON_0019304, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0003364
    obo:IAO_0000115 "An epithelium that is part of a right lung [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17663", "MA:0003132" ;
    oboInOwl:hasExactSynonym "epithelial tissue of right lung", "right lung epithelial tissue", "right lung epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003364" ;
    a owl:Class ;
    rdfs:label "epithelium of right lung" ;
    rdfs:subClassOf obo:UBERON_0000115, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
        )
    ] .

obo:UBERON_0003365
    obo:IAO_0000115 "An epithelium that is part of a left lung [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17655", "MA:0003131" ;
    oboInOwl:hasExactSynonym "epithelial tissue of left lung", "left lung epithelial tissue", "left lung epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003365" ;
    a owl:Class ;
    rdfs:label "epithelium of left lung" ;
    rdfs:subClassOf obo:UBERON_0000115, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:UBERON_0003372
    obo:IAO_0000115 "An unilaminar epithelium that surrounds a pectoral appendage bud." ;
    oboInOwl:hasAlternativeId "UBERON:0005231", "UBERON:0005663" ;
    oboInOwl:hasDbXref "EHDAA2:0002134", "EMAPA:16407", "VHOG:0001047" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "arm ectoderm" ;
    oboInOwl:id "UBERON:0003372" ;
    a owl:Class ;
    rdfs:label "pectoral appendage bud ectoderm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000490, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0005419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000490
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0005419
            ]
        )
    ] .

obo:UBERON_0003379
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of a right atrium [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0004155", "EMAPA:17326", "FMA:7282", "SCTID:362018002", "VHOG:0001227" ;
    oboInOwl:hasExactSynonym "cardiac muscle of cardiac right atrium", "cardiac muscle of heart right atrium", "cardiac muscle tissue of heart right atrium", "cardiac muscle tissue of right atrium", "cardiac muscle tissue of right atrium of heart", "myocardium of right atrium", "right atrium heart muscle", "right atrium myocardium", "textus muscularis of myocardium of right atrium", "textus muscularis of myocardium of right atrium of heart", "textus muscularis of myocardium of right cardiac atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003379" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cardiac muscle of right atrium" ;
    rdfs:subClassOf obo:UBERON_0004490, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002078
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
        )
    ] .

obo:UBERON_0003380
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of a left atrium [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0004154", "EMAPA:17320", "FMA:7285", "SCTID:189936008", "VHOG:0001225" ;
    oboInOwl:hasExactSynonym "cardiac left atrium cardiac muscle", "cardiac left atrium cardiac muscle tissue", "cardiac muscle of cardiac left atrium", "cardiac muscle of heart left atrium", "cardiac muscle of left atrium of heart", "left atrium heart muscle", "left atrium myocardium", "myocardium of left atrium", "textus muscularis of myocardium of cardiac left atrium", "textus muscularis of myocardium of heart left atrium", "textus muscularis of myocardium of left atrium", "textus muscularis of myocardium of left atrium of heart", "textus muscularis of myocardium of left cardiac atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003380" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cardiac muscle of left atrium" ;
    rdfs:subClassOf obo:UBERON_0004490, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002079
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002079
            ]
        )
    ] .

obo:UBERON_0003381
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of a right ventricle [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17342", "FMA:83452", "VHOG:0001236" ;
    oboInOwl:hasExactSynonym "cardiac muscle tissue of right ventricle", "right ventricular cardiac muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "right ventricle cardiac muscle" ;
    oboInOwl:id "UBERON:0003381" ;
    a owl:Class ;
    rdfs:label "cardiac muscle of right ventricle" ;
    rdfs:subClassOf obo:UBERON_0018649, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:UBERON_0003382
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of a left ventricle [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17339", "FMA:83453", "VHOG:0001234" ;
    oboInOwl:hasExactSynonym "cardiac muscle tissue of left ventricle", "left ventricular cardiac muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "left ventricle cardiac muscle" ;
    oboInOwl:id "UBERON:0003382" ;
    a owl:Class ;
    rdfs:label "cardiac muscle of left ventricle" ;
    rdfs:subClassOf obo:UBERON_0018649, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0003383
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of an interventricular septum [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0004158", "EMAPA:17335", "FMA:84084", "VHOG:0000999" ;
    oboInOwl:hasExactSynonym "cardiac muscle of interventricular septum", "cardiac muscle tissue of interventricular septum", "interventricular septum cardiac muscle", "interventricular septum heart muscle", "interventricular septum myocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "interventricular septum muscle" ;
    oboInOwl:id "UBERON:0003383" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue of interventricular septum" ;
    rdfs:subClassOf obo:UBERON_0004492, obo:UBERON_0004667 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:UBERON_0003384
    obo:IAO_0000115 "A portion of skeletal muscle tissue that is part of a pharynx [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:18963" ;
    oboInOwl:hasExactSynonym "pharynx skeletal muscle", "pharynx skeletal muscle tissue", "skeletal muscle tissue of pharynx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003384" ;
    a owl:Class ;
    rdfs:label "skeletal muscle tissue of pharynx" ;
    rdfs:subClassOf obo:UBERON_0004830, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:UBERON_0003386
    obo:IAO_0000115 "Any of the striated muscles that move the eye and include: superior rectus, inferior rectus, medial rectus, lateral rectus, superior oblique, inferior oblique, retractor bulbi." ;
    oboInOwl:hasDbXref "EMAPA:18807", "MA:0001268" ;
    oboInOwl:hasExactSynonym "ocular smooth muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003386" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "smooth muscle of eye" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0003387
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a trachea [Automatically generated definition]." ;
    oboInOwl:hasAlternativeId "UBERON:0004244" ;
    oboInOwl:hasDbXref "BTO:0001391", "EMAPA:19192", "FMA:262010", "MA:0001863", "NCIT:C49306" ;
    oboInOwl:hasExactSynonym "trachea smooth muscle", "tracheal smooth muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003387" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "smooth muscle of trachea" ;
    rdfs:subClassOf obo:UBERON_0004233, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0003126
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0003388
    obo:IAO_0000115 "A mesothelium that is part of a pericardium [Automatically generated definition]." ;
    oboInOwl:hasDbXref "RETIRED_EHDAA2:0001436" ;
    oboInOwl:hasExactSynonym "cavity of pericardial sac meso-epithelium", "cavity of pericardial sac mesothelium", "meso-epithelium of cavity of pericardial sac", "meso-epithelium of pericardial cavity", "mesothelium of cavity of pericardial sac", "pericardial cavity meso-epithelium", "pericardial cavity mesothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003388" ;
    a owl:Class ;
    rdfs:label "mesothelium of pericardial cavity" ;
    rdfs:subClassOf obo:UBERON_0001136, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002407
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001136
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002407
            ]
        )
    ] .

obo:UBERON_0003389
    obo:IAO_0000115 "A mesothelium that is part of a diaphragm [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:18429" ;
    oboInOwl:hasExactSynonym "diaphragm meso-epithelium", "diaphragm mesothelium", "meso-epithelium of diaphragm", "meso-epithelium of thoracic diaphragm", "mesothelium of thoracic diaphragm", "thoracic diaphragm meso-epithelium", "thoracic diaphragm mesothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003389" ;
    a owl:Class ;
    rdfs:label "mesothelium of diaphragm" ;
    rdfs:subClassOf obo:UBERON_0001136, obo:UBERON_0004807, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001136
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:UBERON_0003390
    obo:IAO_0000115 "A mesothelium that is part of a pleural cavity [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0003155", "EHDAA2:0001476", "EMAPA:16775", "FMA:18148" ;
    oboInOwl:hasExactSynonym "meso-epithelium of pleural cavity", "mesothelium of pleura", "pleural cavity meso-epithelium", "pleural cavity mesothelium", "pleural mesothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pleura" ;
    oboInOwl:id "UBERON:0003390" ;
    a owl:Class ;
    rdfs:label "mesothelium of pleural cavity" ;
    rdfs:subClassOf obo:UBERON_0001136, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001136
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002402
            ]
        )
    ] .

obo:UBERON_0003406
    obo:IAO_0000115 "A cartilage element that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:18694", "MA:0001818" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius cartilage", "cartilage of apparatus respiratorius", "respiratory system cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003406" ;
    a owl:Class ;
    rdfs:label "cartilage of respiratory system" ;
    rdfs:subClassOf obo:UBERON_0007844, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003408
    obo:IAO_0000115 "A gland that is part of a digestive tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:18815", "MA:0003202" ;
    oboInOwl:hasExactSynonym "digestive tract gland", "gland of digestive tract", "gland of lower gastrointestinal tract", "gut gland", "lower gastrointestinal tract gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003408" ;
    a owl:Class ;
    rdfs:label "gland of digestive tract" ;
    rdfs:subClassOf obo:UBERON_0002530, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0003409
    obo:IAO_0000115 "Any of the mucous, serous, or mixed glands that empty their secretions onto the surface of the tongue." ;
    oboInOwl:hasDbXref "EMAPA:25097" ;
    oboInOwl:hasExactSynonym "lingual gland", "tongue gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003409" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "gland of tongue" ;
    rdfs:subClassOf obo:UBERON_0010047, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0003413
    obo:IAO_0000115 "Mesenchyme that is part of a pectoral appendage bud." ;
    oboInOwl:hasAlternativeId "UBERON:0005703" ;
    oboInOwl:hasDbXref "EHDAA2:0002135", "EHDAA:1703", "EMAPA:16408", "TAO:0000789", "ZFA:0000789" ;
    oboInOwl:hasNarrowSynonym "arm mesenchyme", "upper limb bud mesenchyme", "wing mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003413" ;
    a owl:Class ;
    rdfs:label "pectoral appendage bud mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0010329, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005729
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005419
            ]
        )
    ] .

obo:UBERON_0003416
    obo:IAO_0000115 "Mesenchyme that is part of a developing tongue [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0004614", "EMAPA:17882" ;
    oboInOwl:hasExactSynonym "tongue mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003416" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "mesenchyme of tongue" ;
    rdfs:subClassOf obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0003426
    obo:IAO_0000115 "An adipose tissue that is part of a dermis [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000798" ;
    oboInOwl:hasExactSynonym "adipose tissue of dermis", "dermis fat tissue", "dermis fatty tissue", "fat tissue of dermis", "fatty tissue of dermis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003426" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "dermis adipose tissue" ;
    rdfs:subClassOf obo:UBERON_0001013, obo:UBERON_0003585 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002067
            ]
        )
    ] .

obo:UBERON_0003429
    obo:IAO_0000115 "A nerve that is part of an abdomen [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000521" ;
    oboInOwl:hasExactSynonym "nerve of abdomen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003429" ;
    a owl:Class ;
    rdfs:label "abdomen nerve" ;
    rdfs:subClassOf obo:UBERON_0003825, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0003430
    obo:IAO_0000115 "A nerve that is part of a neck [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000588" ;
    oboInOwl:hasExactSynonym "neck (volume) nerve", "nerve of neck", "nerve of neck (volume)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003430" ;
    a owl:Class ;
    rdfs:label "neck nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0003438
    obo:IAO_0000115 "Any nerve that innervates the iris." ;
    oboInOwl:hasDbXref "EMAPA:35449", "MA:0001291" ;
    oboInOwl:hasExactSynonym "nerve of iris" ;
    oboInOwl:hasNarrowSynonym "ciliary nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003438" ;
    a owl:Class ;
    rdfs:label "iris nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0001769
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:UBERON_0003439
    obo:IAO_0000115 "A nerve that is part of the trunk region of the body (not to be confused with a nerve trunk)." ;
    oboInOwl:hasDbXref "MA:0000515" ;
    oboInOwl:hasExactSynonym "nerve of torso", "nerve of trunk", "torso nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "trunk nerve" ;
    oboInOwl:id "UBERON:0003439" ;
    oboInOwl:inSubset core:grouping_class, core:non_informative ;
    a owl:Class ;
    rdfs:label "nerve of trunk region" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0003443
    obo:IAO_0000115 "A nerve that is located in a thoracic cavity [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000556" ;
    oboInOwl:hasExactSynonym "cavity of chest nerve", "cavity of thorax nerve", "chest cavity nerve", "nerve of cavity of chest", "nerve of cavity of thorax", "nerve of chest cavity", "nerve of pectoral cavity", "nerve of thoracic cavity", "pectoral cavity nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003443" ;
    a owl:Class ;
    rdfs:label "thoracic cavity nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002224
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002224
            ]
        )
    ] .

obo:UBERON_0003457
    obo:IAO_0000115 "A bone that is part of a head [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35996", "MA:0000576", "SCTID:118646007" ;
    oboInOwl:hasExactSynonym "adult head bone", "adult head bone organ", "bone of adult head", "bone of head", "bone organ of adult head", "bone organ of head", "head bone organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "craniofacial bone" ;
    oboInOwl:id "UBERON:0003457" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "Different sources vary regarding which bones are craniofacial; e.g. hyoid bone" ;
    rdfs:label "head bone" ;
    rdfs:subClassOf obo:UBERON_0007914, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0003458
    obo:IAO_0000115 "A bone that is part of a neck [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000584" ;
    oboInOwl:hasExactSynonym "bone of neck", "bone of neck (volume)", "bone organ of neck", "bone organ of neck (volume)", "neck (volume) bone", "neck (volume) bone organ", "neck bone organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003458" ;
    a owl:Class ;
    rdfs:label "neck bone" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0003462
    obo:IAO_0000115 "A bone that is part of a facial skeleton [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:19019", "EMAPA:35924", "MA:0001482", "MA:0003159", "NCIT:C63706", "SCTID:181799005" ;
    oboInOwl:hasExactSynonym "bone of facial skeleton", "facial bone", "facial skeleton bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bone of viscerocranium", "viscerocranium bone" ;
    oboInOwl:id "UBERON:0003462" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "facial bone" ;
    rdfs:subClassOf obo:UBERON_0003457, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011156
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0011156
            ]
        )
    ] .

obo:UBERON_0003463
    obo:IAO_0000115 "A bone that is part of a trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36583", "MA:0000512", "SCTID:427358002" ;
    oboInOwl:hasExactSynonym "bone of torso", "bone of trunk", "bone organ of torso", "bone organ of trunk", "torso bone", "torso bone organ", "trunk bone organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003463" ;
    a owl:Class ;
    rdfs:label "trunk bone" ;
    rdfs:subClassOf obo:UBERON_0001474, obo:UBERON_0005177 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0003469
    obo:IAO_0000115 "An artery that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001804" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003469" ;
    a owl:Class ;
    rdfs:label "respiratory system artery" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0003643 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003471
    obo:IAO_0000115 "The inferior labial artery (inferior labial branch of facial artery) arises near the angle of the mouth; it passes upward and forward beneath the Triangularis and, penetrating the Orbicularis oris, runs in a tortuous course along the edge of the lower lip between this muscle and the mucous membrane. It supplies the labial glands, the mucous membrane, and the muscles of the lower lip; and anastomoses with the artery of the opposite side, and with the mental branch of the inferior alveolar artery." ;
    oboInOwl:hasDbXref "FMA:49567", "MA:0001916", "SCTID:145036002", "Wikipedia:Inferior_labial_artery" ;
    oboInOwl:hasExactSynonym "inferior labial artery", "inferior labial branch of facial artery", "ramus labialis inferior (arteria facialis)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003471" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "artery of lower lip" ;
    rdfs:subClassOf obo:UBERON_0003496, obo:UBERON_0009657, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002252 ;
        owl:someValuesFrom obo:UBERON_0001612
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001835
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001835
            ]
        )
    ] .

obo:UBERON_0003473
    obo:IAO_0000115 "An artery that is part of a thoracic cavity[cjm]." ;
    oboInOwl:hasDbXref "MA:0001902", "MESH:D013895" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "thoracic artery" ;
    oboInOwl:id "UBERON:0003473" ;
    a owl:Class ;
    rdfs:label "thoracic cavity artery" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0003519 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002224
            ]
        )
    ] .

obo:UBERON_0003474
    obo:IAO_0000115 "One of the arteries supplying a meninix[Automatically generated definition]." ;
    oboInOwl:hasDbXref "GAID:499", "MA:0002001", "MESH:D008576", "Wikipedia:Meningeal_arteries" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003474" ;
    a owl:Class ;
    rdfs:label "meningeal artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0002360
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0002360
            ]
        )
    ] .

obo:UBERON_0003476
    obo:IAO_0000115 "A vein that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001809", "MA:0001810" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius vein", "respiratory system vein", "vein of apparatus respiratorius", "vein of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003476" ;
    a owl:Class ;
    rdfs:label "respiratory system venous blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003478
    obo:IAO_0000115 "The inferior labial vein is the vein receiving blood from the lower lip." ;
    oboInOwl:hasDbXref "FMA:52541", "MA:0002253", "SCTID:422955002", "Wikipedia:Inferior_labial_vein" ;
    oboInOwl:hasExactSynonym "inferior labial vein", "lower lip vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003478" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "vein of lower lip" ;
    rdfs:subClassOf obo:UBERON_0013136, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001835
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0001835
            ]
        )
    ] .

obo:UBERON_0003479
    obo:IAO_0000115 "A vein that is part of a thoracic cavity [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001903" ;
    oboInOwl:hasExactSynonym "cavity of chest vein", "cavity of thorax vein", "chest cavity vein", "pectoral cavity vein", "vein of cavity of chest", "vein of cavity of thorax", "vein of chest cavity", "vein of pectoral cavity", "vein of thoracic cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003479" ;
    a owl:Class ;
    rdfs:label "thoracic cavity vein" ;
    rdfs:subClassOf obo:UBERON_0001638, obo:UBERON_0003519 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002224
            ]
        )
    ] .

obo:UBERON_0003489
    obo:IAO_0000115 "An endothelium of capillary that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001808" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius blood capillary endothelium", "apparatus respiratorius capillary endothelium", "apparatus respiratorius capillary vessel endothelium", "apparatus respiratorius endothelium of blood capillary", "apparatus respiratorius endothelium of capillary", "apparatus respiratorius endothelium of capillary vessel", "blood capillary endothelium of apparatus respiratorius", "blood capillary endothelium of respiratory system", "capillary endothelium of apparatus respiratorius", "capillary endothelium of respiratory system", "capillary vessel endothelium of apparatus respiratorius", "capillary vessel endothelium of respiratory system", "endothelium of blood capillary of apparatus respiratorius", "endothelium of blood capillary of respiratory system", "endothelium of capillary of apparatus respiratorius", "endothelium of capillary of respiratory system", "endothelium of capillary vessel of apparatus respiratorius", "endothelium of capillary vessel of respiratory system", "respiratory system blood capillary endothelium", "respiratory system capillary vessel endothelium", "respiratory system endothelium of blood capillary", "respiratory system endothelium of capillary", "respiratory system endothelium of capillary vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003489" ;
    a owl:Class ;
    rdfs:label "respiratory system capillary endothelium" ;
    rdfs:subClassOf obo:UBERON_0001915, obo:UBERON_0004702, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003526
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003494
    obo:IAO_0000115 "A venule that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001813" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius venule", "venule of apparatus respiratorius", "venule of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003494" ;
    a owl:Class ;
    rdfs:label "respiratory system venule" ;
    rdfs:subClassOf obo:UBERON_0001979, obo:UBERON_0003504 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001979
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003495
    obo:IAO_0000115 "An arteriole that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001803" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003495" ;
    a owl:Class ;
    rdfs:label "respiratory system arteriole" ;
    rdfs:subClassOf obo:UBERON_0001980, obo:UBERON_0003643, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003469
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001980
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003496
    obo:IAO_0000115 "A blood vessel that is part of a head [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36610", "MA:0000575", "SCTID:127865000" ;
    oboInOwl:hasExactSynonym "adult head blood vessel", "blood vessel of adult head", "blood vessel of head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003496" ;
    a owl:Class ;
    rdfs:label "head blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011362
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0003497
    obo:IAO_0000115 "A blood vessel that is part of an abdomen [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000518" ;
    oboInOwl:hasExactSynonym "blood vessel of abdomen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003497" ;
    a owl:Class ;
    rdfs:label "abdomen blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003835, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0003498
    obo:IAO_0000115 "A blood vessel that is part of a heart [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35397", "MA:0002483" ;
    oboInOwl:hasExactSynonym "blood vessel of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac blood vessel" ;
    oboInOwl:id "UBERON:0003498" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "heart blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003834, obo:UBERON_0005985, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0018674
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0003499
    obo:IAO_0000115 "A blood vessel that is part of a brain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35182", "MA:0002769" ;
    oboInOwl:hasExactSynonym "blood vessel of brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003499" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "brain blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008998
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0003500
    obo:IAO_0000115 "A blood vessel that is part of a cornea [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36611", "MA:0001241" ;
    oboInOwl:hasExactSynonym "blood vessel of cornea", "cornea blood vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003500" ;
    a owl:Class ;
    rdfs:label "corneal blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003496, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000964
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
        )
    ] .

obo:UBERON_0003501
    obo:IAO_0000115 "A blood vessel that is part of a retina [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36520", "GAID:509", "MA:0001317", "MESH:D012171", "SCTID:280692003", "XAO:0004153" ;
    oboInOwl:hasExactSynonym "blood vessel of inner layer of eyeball", "blood vessel of retina", "blood vessel of tunica interna of eyeball", "inner layer of eyeball blood vessel", "retinal blood vessel", "tunica interna of eyeball blood vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003501" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "retina blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003496, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004864
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000966
            ]
        )
    ] .

obo:UBERON_0003502
    obo:IAO_0000115 "A blood vessel that is part of a neck [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000583" ;
    oboInOwl:hasExactSynonym "blood vessel of neck", "blood vessel of neck (volume)", "neck (volume) blood vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003502" ;
    a owl:Class ;
    rdfs:label "neck blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0003504
    obo:IAO_0000115 "A blood vessel that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35731", "EMAPA:35995", "MA:0001799" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius blood vessel", "blood vessel of apparatus respiratorius", "blood vessel of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003504" ;
    a owl:Class ;
    rdfs:label "respiratory system blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003505
    obo:IAO_0000115 "A blood vessel that is part of a trachea." ;
    oboInOwl:hasAlternativeId "UBERON:0003525" ;
    oboInOwl:hasDbXref "EMAPA:35874", "MA:0001852" ;
    oboInOwl:hasExactSynonym "blood vessel of trachea" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003505" ;
    a owl:Class ;
    rdfs:label "trachea blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003504, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0003509
    obo:IAO_0000115 "A blood vessel that is part of the arterial system. Includes artery, arteriole and aorta." ;
    oboInOwl:hasDbXref "EMAPA:35144", "MA:0000061" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003509" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "only in MA - supertype of artery, arteriole, aorta." ;
    rdfs:label "arterial blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004572
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004572
            ]
        )
    ] .

obo:UBERON_0003511
    obo:IAO_0000115 "A blood vessel that is part of a iris [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001290" ;
    oboInOwl:hasExactSynonym "blood vessel of iris" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003511" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "iris blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003496, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004118
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:UBERON_0003512
    obo:IAO_0000115 "A blood vessel that is part of a lung [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:32867", "MA:0002457" ;
    oboInOwl:hasExactSynonym "blood vessel of lung" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pulmonary vascular element" ;
    oboInOwl:id "UBERON:0003512" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "lung blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003504, obo:UBERON_0003834, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0003513
    obo:IAO_0000115 "A blood vessel that is part of a trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000511" ;
    oboInOwl:hasExactSynonym "blood vessel of torso", "blood vessel of trunk", "torso blood vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003513" ;
    a owl:Class ;
    rdfs:label "trunk blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0003519
    obo:IAO_0000115 "A blood vessel that is part of a thoracic cavity [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000554" ;
    oboInOwl:hasExactSynonym "blood vessel of cavity of chest", "blood vessel of cavity of thorax", "blood vessel of chest cavity", "blood vessel of pectoral cavity", "blood vessel of thoracic cavity", "cavity of chest blood vessel", "cavity of thorax blood vessel", "chest cavity blood vessel", "pectoral cavity blood vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003519" ;
    a owl:Class ;
    rdfs:label "thoracic cavity blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002224
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002224
            ]
        )
    ] .

obo:UBERON_0003526
    obo:IAO_0000115 "A capillary that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001807" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius blood capillary", "apparatus respiratorius capillary", "apparatus respiratorius capillary vessel", "blood capillary of apparatus respiratorius", "blood capillary of respiratory system", "capillary of apparatus respiratorius", "capillary of respiratory system", "capillary vessel of apparatus respiratorius", "capillary vessel of respiratory system", "respiratory system blood capillary", "respiratory system capillary vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003526" ;
    a owl:Class ;
    rdfs:label "respiratory system capillary" ;
    rdfs:subClassOf obo:UBERON_0001982, obo:UBERON_0003504 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003528
    obo:IAO_0000115 "A gray matter that is part of a brain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35184", "MA:0000810", "NCIT:C49333" ;
    oboInOwl:hasExactSynonym "brain grey matter", "brain grey substance", "gray matter of brain", "grey matter of brain", "grey substance of brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003528" ;
    a owl:Class ;
    rdfs:label "brain gray matter" ;
    rdfs:subClassOf obo:UBERON_0002020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0003544
    obo:IAO_0000115 "The regions of the brain that are largely or entirely composed of myelinated nerve cell axons and contain few or no neural cell bodies or dendrites." ;
    oboInOwl:hasDbXref "EMAPA:35187", "MA:0000820", "NCIT:C49334" ;
    oboInOwl:hasExactSynonym "brain white matter of neuraxis", "brain white substance", "white matter of brain", "white matter of neuraxis of brain", "white substance of brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003544" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "brain white matter" ;
    rdfs:subClassOf obo:UBERON_0002316, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0003547
    obo:IAO_0000115 "A meninx that is part of a brain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "CALOHA:TS-2147", "EMAPA:32662", "MA:0000813", "SCTID:180949007", "VHOG:0000013" ;
    oboInOwl:hasExactSynonym "brain meninges", "meninges of brain", "meninx of brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003547" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "brain meninx" ;
    rdfs:subClassOf obo:UBERON_0002360, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0003548
    obo:IAO_0000115 "A meninx that is part of a forebrain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000883" ;
    oboInOwl:hasExactSynonym "forebrain meninx", "meninges of forebrain", "meninx of forebrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003548" ;
    a owl:Class ;
    rdfs:label "forebrain meninges" ;
    rdfs:subClassOf obo:UBERON_0003547, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002360
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:UBERON_0003561
    obo:IAO_0000115 "A dura mater that is part of a forebrain." ;
    oboInOwl:hasDbXref "MA:0000885" ;
    oboInOwl:hasExactSynonym "dura mater of forebrain", "dura mater of neuraxis of forebrain", "forebrain dura mater of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003561" ;
    a owl:Class ;
    rdfs:label "forebrain dura mater" ;
    rdfs:subClassOf obo:UBERON_0002092, obo:UBERON_0003548 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:UBERON_0003562
    obo:IAO_0000115 "A dura mater that is part of a midbrain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17793", "MA:0001060", "VHOG:0000410" ;
    oboInOwl:hasExactSynonym "dura mater of midbrain", "dura mater of neuraxis of midbrain", "midbrain dura mater of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mesencephalon dura mater" ;
    oboInOwl:id "UBERON:0003562" ;
    a owl:Class ;
    rdfs:label "midbrain dura mater" ;
    rdfs:subClassOf obo:UBERON_0002092, obo:UBERON_0003288 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0003563
    obo:IAO_0000115 "A dura mater that is part of a telencephalon [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17776", "MA:0000981" ;
    oboInOwl:hasExactSynonym "dura mater of neuraxis of telencephalon", "dura mater of telencephalon", "telencephalon dura mater of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003563" ;
    a owl:Class ;
    rdfs:label "telencephalon dura mater" ;
    rdfs:subClassOf obo:UBERON_0003289, obo:UBERON_0003561 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0003564
    obo:IAO_0000115 "A dura mater that is part of a diencephalon [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17766", "MA:0000828", "VHOG:0000258" ;
    oboInOwl:hasExactSynonym "between brain dura mater", "between brain dura mater of neuraxis", "diencephalon dura mater of neuraxis", "dura mater of between brain", "dura mater of diencephalon", "dura mater of interbrain", "dura mater of mature diencephalon", "dura mater of neuraxis of between brain", "dura mater of neuraxis of diencephalon", "dura mater of neuraxis of interbrain", "dura mater of neuraxis of mature diencephalon", "interbrain dura mater", "interbrain dura mater of neuraxis", "mature diencephalon dura mater", "mature diencephalon dura mater of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003564" ;
    a owl:Class ;
    rdfs:label "diencephalon dura mater" ;
    rdfs:subClassOf obo:UBERON_0003290, obo:UBERON_0003561 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0003565
    obo:IAO_0000115 "A dura mater that is part of a hindbrain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:17785", "MA:0000989", "VHOG:0000409" ;
    oboInOwl:hasExactSynonym "dura mater of hindbrain", "dura mater of neuraxis of hindbrain", "hindbrain dura mater of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "rhombencephalon dura mater" ;
    oboInOwl:id "UBERON:0003565" ;
    a owl:Class ;
    rdfs:label "hindbrain dura mater" ;
    rdfs:subClassOf obo:UBERON_0002092, obo:UBERON_0003291 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002363
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0003566
    obo:IAO_0000115 "A portion of connective tissue that is part of a head [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000577" ;
    oboInOwl:hasExactSynonym "adult head connective tissue", "adult head portion of connective tissue", "adult head textus connectivus", "connective tissue of adult head", "connective tissue of head", "head portion of connective tissue", "head textus connectivus", "portion of connective tissue of adult head", "portion of connective tissue of head", "textus connectivus of adult head", "textus connectivus of head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003566" ;
    a owl:Class ;
    rdfs:label "head connective tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002494 ;
        owl:someValuesFrom obo:UBERON_0005253
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0003567
    obo:IAO_0000115 "A portion of connective tissue that is part of an abdomen [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000519" ;
    oboInOwl:hasExactSynonym "abdomen portion of connective tissue", "abdomen textus connectivus", "connective tissue of abdomen", "portion of connective tissue of abdomen", "textus connectivus of abdomen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003567" ;
    a owl:Class ;
    rdfs:label "abdomen connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003838, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0003568
    obo:IAO_0000115 "A portion of connective tissue that is part of a neck [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000585" ;
    oboInOwl:hasExactSynonym "connective tissue of neck", "connective tissue of neck (volume)", "neck (volume) connective tissue", "neck (volume) portion of connective tissue", "neck (volume) textus connectivus", "neck portion of connective tissue", "neck textus connectivus", "portion of connective tissue of neck", "portion of connective tissue of neck (volume)", "textus connectivus of neck", "textus connectivus of neck (volume)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003568" ;
    a owl:Class ;
    rdfs:label "neck connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0003570
    obo:IAO_0000115 "A portion of connective tissue that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35968", "EMAPA:35977", "MA:0001814" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius connective tissue", "apparatus respiratorius portion of connective tissue", "apparatus respiratorius textus connectivus", "connective tissue of apparatus respiratorius", "connective tissue of respiratory system", "portion of connective tissue of apparatus respiratorius", "portion of connective tissue of respiratory system", "respiratory system portion of connective tissue", "respiratory system textus connectivus", "textus connectivus of apparatus respiratorius", "textus connectivus of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003570" ;
    a owl:Class ;
    rdfs:label "respiratory system connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003571
    obo:IAO_0000115 "A portion of connective tissue that is part of a trachea." ;
    oboInOwl:hasDbXref "EMAPA:35876", "MA:0001853" ;
    oboInOwl:hasExactSynonym "connective tissue of trachea", "connective tissue of windpipe" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003571" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "trachea connective tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003580, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002494 ;
        owl:someValuesFrom obo:UBERON_0009505
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0003580
    obo:IAO_0000115 "A portion of connective tissue that is part of a lower respiratory tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0002409" ;
    oboInOwl:hasExactSynonym "connective tissue of lower respiratory tract", "lower respiratory tract portion of connective tissue", "lower respiratory tract textus connectivus", "portion of connective tissue of lower respiratory tract", "textus connectivus of lower respiratory tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003580" ;
    a owl:Class ;
    rdfs:label "lower respiratory tract connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003570, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001558
            ]
        )
    ] .

obo:UBERON_0003583
    obo:IAO_0000115 "A portion of connective tissue that is part of a larynx [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35471", "MA:0001754", "NCIT:C49245" ;
    oboInOwl:hasExactSynonym "connective tissue of larynx", "larynx portion of connective tissue", "larynx textus connectivus", "portion of connective tissue of larynx", "textus connectivus of larynx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "laryngeal connective tissue" ;
    oboInOwl:id "UBERON:0003583" ;
    a owl:Class ;
    rdfs:label "larynx connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003570, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0003585
    obo:IAO_0000115 "A portion of connective tissue that is part of a dermis [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36509", "MA:0000799" ;
    oboInOwl:hasExactSynonym "connective tissue of dermis", "dermis portion of connective tissue", "dermis textus connectivus", "portion of connective tissue of dermis", "textus connectivus of dermis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003585" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "dermis connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, obo:UBERON_0010313, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002067
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002067
            ]
        )
    ] .

obo:UBERON_0003586
    obo:IAO_0000115 "A portion of connective tissue that is part of a trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000513" ;
    oboInOwl:hasExactSynonym "connective tissue of torso", "connective tissue of trunk", "portion of connective tissue of torso", "portion of connective tissue of trunk", "textus connectivus of torso", "textus connectivus of trunk", "torso connective tissue", "torso portion of connective tissue", "torso textus connectivus", "trunk portion of connective tissue", "trunk textus connectivus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003586" ;
    a owl:Class ;
    rdfs:label "trunk connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0003592
    obo:IAO_0000115 "A portion of connective tissue that is part of a bronchus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:32690", "EMAPA:35193", "MA:0001831", "NCIT:C49210" ;
    oboInOwl:hasExactSynonym "bronchi connective tissue", "bronchi portion of connective tissue", "bronchi textus connectivus", "bronchial trunk connective tissue", "bronchial trunk portion of connective tissue", "bronchial trunk textus connectivus", "bronchus portion of connective tissue", "bronchus textus connectivus", "connective tissue of bronchi", "connective tissue of bronchial trunk", "connective tissue of bronchus", "portion of connective tissue of bronchi", "portion of connective tissue of bronchial trunk", "portion of connective tissue of bronchus", "textus connectivus of bronchi", "textus connectivus of bronchial trunk", "textus connectivus of bronchus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bronchial connective tissue", "bronchial mesenchyme" ;
    oboInOwl:id "UBERON:0003592" ;
    a owl:Class ;
    rdfs:label "bronchus connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003580, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0003593
    obo:IAO_0000115 "A portion of connective tissue that is part of a thoracic cavity [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000555" ;
    oboInOwl:hasExactSynonym "cavity of chest connective tissue", "cavity of chest portion of connective tissue", "cavity of chest textus connectivus", "cavity of thorax connective tissue", "cavity of thorax portion of connective tissue", "cavity of thorax textus connectivus", "chest cavity connective tissue", "chest cavity portion of connective tissue", "chest cavity textus connectivus", "connective tissue of cavity of chest", "connective tissue of cavity of thorax", "connective tissue of chest cavity", "connective tissue of pectoral cavity", "connective tissue of thoracic cavity", "pectoral cavity connective tissue", "pectoral cavity portion of connective tissue", "pectoral cavity textus connectivus", "portion of connective tissue of cavity of chest", "portion of connective tissue of cavity of thorax", "portion of connective tissue of chest cavity", "portion of connective tissue of pectoral cavity", "portion of connective tissue of thoracic cavity", "textus connectivus of cavity of chest", "textus connectivus of cavity of thorax", "textus connectivus of chest cavity", "textus connectivus of pectoral cavity", "textus connectivus of thoracic cavity", "thoracic cavity portion of connective tissue", "thoracic cavity textus connectivus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003593" ;
    a owl:Class ;
    rdfs:label "thoracic cavity connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002224
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002224
            ]
        )
    ] .

obo:UBERON_0003601
    obo:IAO_0000115 "A cartilage that is part of a neck [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000586" ;
    oboInOwl:hasExactSynonym "cartilage of neck", "cartilage of neck (volume)", "neck (volume) cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003601" ;
    a owl:Class ;
    rdfs:label "neck cartilage" ;
    rdfs:subClassOf obo:UBERON_0007844, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0003603
    obo:IAO_0000115 "A cartilage that is part of a lower respiratory tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001819", "NCIT:C49256" ;
    oboInOwl:hasExactSynonym "cartilage of lower respiratory tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003603" ;
    a owl:Class ;
    rdfs:label "lower respiratory tract cartilage" ;
    rdfs:subClassOf obo:UBERON_0003406, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001558
            ]
        )
    ] .

obo:UBERON_0003604
    obo:IAO_0000115 "The ring-shaped cartilaginous structures that support the trachea." ;
    oboInOwl:hasDbXref "EMAPA:18699", "EMAPA:35875", "FMA:7434", "MA:0001857", "NCIT:C49304", "SCTID:278979006", "Wikipedia:Tracheal_rings" ;
    oboInOwl:hasExactSynonym "cartilage of trachea", "cartilage of windpipe", "cartilaginous ring of trachea", "cartilaginous trachea cartilage", "cartilago trachealis", "tracheal cartilage", "windpipe cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cartilage of the trachea", "ring of the trachea", "trachea ring", "tracheal ring" ;
    oboInOwl:id "UBERON:0003604" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "trachea cartilage" ;
    rdfs:subClassOf obo:UBERON_0003603, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007267
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0003605
    obo:IAO_0000115 "A skin gland that is part of a camera-type eye [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0002451" ;
    oboInOwl:hasExactSynonym "camera-type eye skin gland", "camera-type eye skin glands", "camera-type eye skin glands set", "skin gland of camera-type eye", "skin gland of vertebrate eye", "skin glands of camera-type eye", "skin glands of vertebrate eye", "skin glands set of camera-type eye", "skin glands set of vertebrate eye", "vertebrate eye skin gland", "vertebrate eye skin glands", "vertebrate eye skin glands set" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003605" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "eye skin gland" ;
    rdfs:subClassOf obo:UBERON_0002419, obo:UBERON_0004859, obo:UBERON_0015152, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002419
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0003609
    obo:IAO_0000115 "The dense connective tissue which contains predominantly elastic fibers and is found in the tunica media of the aorta wall." ;
    oboInOwl:hasDbXref "MA:0002859" ;
    oboInOwl:hasExactSynonym "adult aorta elastic connective tissue", "adult aorta elastic tissue", "adult aorta textus connectivus elasticus", "aorta elastic connective tissue", "aorta elastic lamina", "aorta textus connectivus elasticus", "dorsal aorta elastic connective tissue", "dorsal aorta elastic tissue", "dorsal aorta textus connectivus elasticus", "elastic connective tissue of adult aorta", "elastic connective tissue of aorta", "elastic connective tissue of dorsal aorta", "elastic connective tissue of trunk of aortic tree", "elastic tissue of adult aorta", "elastic tissue of aorta", "elastic tissue of dorsal aorta", "elastic tissue of trunk of aortic tree", "textus connectivus elasticus of adult aorta", "textus connectivus elasticus of aorta", "textus connectivus elasticus of dorsal aorta", "textus connectivus elasticus of trunk of aortic tree", "trunk of aortic tree elastic connective tissue", "trunk of aortic tree elastic tissue", "trunk of aortic tree textus connectivus elasticus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003609" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0003614, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0003610
    obo:IAO_0000115 "The type of heart connective tissue found in the endocardial layer that consists mainly of elastic fibers." ;
    oboInOwl:hasDbXref "MA:0002858" ;
    oboInOwl:hasExactSynonym "cardiac elastic tissue", "elastic connective tissue of heart", "elastic tissue of heart", "heart elastic connective tissue", "heart textus connectivus elasticus", "textus connectivus elasticus of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003610" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "heart elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0003613, obo:UBERON_0003837, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0003611
    obo:IAO_0000115 "An elastic tissue that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001820" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius elastic connective tissue", "apparatus respiratorius elastic tissue", "apparatus respiratorius textus connectivus elasticus", "elastic connective tissue of apparatus respiratorius", "elastic connective tissue of respiratory system", "elastic tissue of apparatus respiratorius", "elastic tissue of respiratory system", "respiratory system elastic connective tissue", "respiratory system textus connectivus elasticus", "textus connectivus elasticus of apparatus respiratorius", "textus connectivus elasticus of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003611" ;
    a owl:Class ;
    rdfs:label "respiratory system elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0002521, obo:UBERON_0003570, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004777
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003613
    obo:IAO_0000115 "An elastic tissue that is part of a circulatory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0002857" ;
    oboInOwl:hasExactSynonym "cardiovascular system elastic connective tissue", "cardiovascular system textus connectivus elasticus", "circulatory system elastic connective tissue", "circulatory system elastic tissue", "circulatory system textus connectivus elasticus", "elastic connective tissue of cardiovascular system", "elastic connective tissue of circulatory system", "elastic tissue of cardiovascular system", "elastic tissue of circulatory system", "textus connectivus elasticus of cardiovascular system", "textus connectivus elasticus of circulatory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003613" ;
    a owl:Class ;
    rdfs:label "cardiovascular system elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0002521, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004535
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001009
            ]
        )
    ] .

obo:UBERON_0003614
    obo:IAO_0000115 "Elastic tissue layer that lines a blood vessel layer." ;
    oboInOwl:hasBroadSynonym "elastic lamina" ;
    oboInOwl:hasDbXref "EMAPA:36300", "MA:0002856" ;
    oboInOwl:hasExactSynonym "blood vessel elastic connective tissue", "blood vessel textus connectivus elasticus", "elastic connective tissue of blood vessel", "elastic tissue of blood vessel", "textus connectivus elasticus of blood vessel", "vascular elastic lamina", "vascular elastic tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003614" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "blood vessel elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0003613, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0003615
    obo:IAO_0000115 "Elastic tissue that is part of a lung [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0002860" ;
    oboInOwl:hasExactSynonym "elastic connective tissue of lung", "elastic tissue of lung", "lung elastic connective tissue", "lung textus connectivus elasticus", "textus connectivus elasticus of lung" ;
    oboInOwl:hasNarrowSynonym "pulmonary elastic fiber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003615" ;
    a owl:Class ;
    rdfs:label "lung elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0000114, obo:UBERON_0003611 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0003616
    obo:IAO_0000115 "An elastic tissue that is part of a bronchus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001838", "NCIT:C49211" ;
    oboInOwl:hasExactSynonym "bronchi elastic connective tissue", "bronchi elastic tissue", "bronchi textus connectivus elasticus", "bronchial trunk elastic connective tissue", "bronchial trunk elastic tissue", "bronchial trunk textus connectivus elasticus", "bronchus elastic connective tissue", "bronchus textus connectivus elasticus", "elastic connective tissue of bronchi", "elastic connective tissue of bronchial trunk", "elastic connective tissue of bronchus", "elastic tissue of bronchi", "elastic tissue of bronchial trunk", "elastic tissue of bronchus", "textus connectivus elasticus of bronchi", "textus connectivus elasticus of bronchial trunk", "textus connectivus elasticus of bronchus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003616" ;
    a owl:Class ;
    rdfs:label "bronchus elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0003592, obo:UBERON_0003611, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001957
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0003617
    obo:IAO_0000115 "An elastic tissue that is part of a trachea [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001861" ;
    oboInOwl:hasExactSynonym "cartilaginous trachea elastic connective tissue", "cartilaginous trachea elastic tissue", "cartilaginous trachea textus connectivus elasticus", "elastic connective tissue of cartilaginous trachea", "elastic connective tissue of vertebrate trachea", "elastic connective tissue of windpipe", "elastic tissue of cartilaginous trachea", "elastic tissue of vertebrate trachea", "elastic tissue of windpipe", "textus connectivus elasticus of cartilaginous trachea", "textus connectivus elasticus of vertebrate trachea", "textus connectivus elasticus of windpipe", "vertebrate trachea elastic connective tissue", "vertebrate trachea elastic tissue", "vertebrate trachea textus connectivus elasticus", "windpipe elastic connective tissue", "windpipe elastic tissue", "windpipe textus connectivus elasticus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003617" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "trachea elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0003571, obo:UBERON_0003611, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002202
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0003618
    obo:IAO_0000115 "The middle layer of the aorta wall, containing the smooth muscle layer and elastic fibers." ;
    oboInOwl:hasDbXref "EMAPA:35138", "FMA:74433", "MA:0002903", "SCTID:48467007" ;
    oboInOwl:hasExactSynonym "adult aorta tunica media", "dorsal aorta tunica media", "trunk of aortic tree tunica media", "tunica media of adult aorta", "tunica media of aorta", "tunica media of dorsal aorta", "tunica media of trunk of aortic tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003618" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta tunica media" ;
    rdfs:subClassOf obo:UBERON_0002522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004663
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0004663
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002522
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0003619
    obo:IAO_0000115 "The innermost layer of the aorta, containing the endothelium and an inner elastic membrane." ;
    oboInOwl:hasDbXref "BTO:0005553", "EMAPA:35137", "FMA:74419", "MA:0002904", "SCTID:362031007" ;
    oboInOwl:hasExactSynonym "adult aorta tunica intima", "dorsal aorta tunica intima", "trunk of aortic tree tunica intima", "tunica intima of adult aorta", "tunica intima of aorta", "tunica intima of dorsal aorta", "tunica intima of trunk of aortic tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003619" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta tunica intima" ;
    rdfs:subClassOf obo:UBERON_0002523, obo:UBERON_0004797, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004663
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0004663
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002523
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0003643
    obo:IAO_0000115 "An arterial blood vessel that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001800" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003643" ;
    a owl:Class ;
    rdfs:label "respiratory system arterial blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003504, obo:UBERON_0003509 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003509
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003684
    obo:IAO_0000115 "The part of the ventral body cavity that is within the abdomen proper (excluding the pelvic cavity)." ;
    oboInOwl:hasDbXref "EFO:0000213", "EMAPA:36505", "FMA:12266", "GAID:17", "MA:0003057", "MESH:D034841", "NCIT:C12664", "SCTID:361294009", "Wikipedia:Abdominal_cavity", "galen:AbdominalCavity" ;
    oboInOwl:hasExactSynonym "cavity of abdominal compartment", "cavity of compartment of abdomen", "space of abdominal compartment" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003684" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "abdominal cavity" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035819
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002323
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0003685
    obo:IAO_0000115 "Fibrous joint in which the articulating bones or cartilages of the skull are connected by sutural ligaments (scant amount of collagenous dense connective tissue). Examples: sagittal suture, frontal suture." ;
    oboInOwl:hasBroadSynonym "sutura", "suture" ;
    oboInOwl:hasDbXref "EMAPA:35263", "FMA:7493", "GAID:211", "MA:0001475", "MESH:D003393", "SCTID:244509003", "Wikipedia:Suture_(joint)" ;
    oboInOwl:hasExactSynonym "cranium suture", "suture joint of skull", "suture of cranium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003685" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "cranial suture" ;
    rdfs:subClassOf obo:UBERON_0009198, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0003128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002209
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003128
            ]
        )
    ] .

obo:UBERON_0003687
    obo:IAO_0000115 "In anatomy, in the occipital bone, the foramen magnum is one of the several oval or circular apertures in the base of the skull, through which the medulla oblongata (an extension of the spinal cord) enters and exits the skull vault. Apart from the transmission of the medulla oblongata and its membranes, the foramen magnum transmits the Spinal Accessory nerve, vertebral arteries, the anterior and posterior spinal arteries, the membrana tectoria and alar ligaments. [WP,unvetted]." ;
    oboInOwl:hasDbXref "AAO:0010826", "FMA:75306", "GAID:228", "MESH:D005539", "NCIT:C12495", "SCTID:244679008", "TAO:0002045", "Wikipedia:Foramen_magnum", "ZFA:0005387" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003687" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Design pattern notes: check whether this fits the foramen design pattern" ;
    rdfs:label "foramen magnum" ;
    rdfs:subClassOf obo:UBERON_0013685, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001676
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0013685
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002570 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:UBERON_0003697
    obo:IAO_0000115 "The tissues that surround the organs that are present within the abdominal cavity. The abdominal wall tissue is composed of layers of fat, parietal peritoneum, fascia, and muscles." ;
    oboInOwl:hasDbXref "FMA:10429", "FMA:259054", "GAID:26", "MESH:D034861", "NCIT:C77608", "SCTID:181613000", "Wikipedia:Abdominal_wall" ;
    oboInOwl:hasExactSynonym "paries abdominalis", "wall of abdomen", "wall of abdomen proper" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "abdominal wall proper", "layers of the abdominal wall" ;
    oboInOwl:id "UBERON:0003697" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "abdominal wall" ;
    rdfs:subClassOf obo:UBERON_0000060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0003709
    obo:IAO_0000115 "A circle of arteries that supply blood to the brain. The Circle of Willis comprises the following arteries: Anterior cerebral artery (left and right); Anterior communicating artery; Internal carotid artery (left and right); Posterior cerebral artery (left and right); Posterior communicating artery (left and right).The basilar artery and middle cerebral arteries, supplying the brain, are also considered part of the circle." ;
    oboInOwl:hasBroadSynonym "arterial circle" ;
    oboInOwl:hasDbXref "EHDAA2:0000252", "EHDAA:9758", "FMA:50454", "GAID:486", "MESH:D002941", "SCTID:362047009", "Wikipedia:Circle_of_Willis", "neuronames:1468" ;
    oboInOwl:hasExactSynonym "arterial circle of Willis", "cerebral arterial circle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "Willis circle" ;
    oboInOwl:id "UBERON:0003709" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "circle of Willis" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0007142
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0007143
    ] .

obo:UBERON_0003711
    obo:IAO_0000115 "The left and right brachiocephalic veins in the upper chest are formed by the union of each corresponding internal jugular vein and subclavian vein. This is at the level of the sternoclavicular joint. These great vessels merge to form the superior vena cava. The brachiocephalic veins are the major veins returning blood to the superior vena cava." ;
    oboInOwl:hasDbXref "EHDAA2:0000182", "EHDAA:9868", "FMA:4723", "GAID:529", "MESH:D016121", "NCIT:C32816", "SCTID:181371003", "Wikipedia:Brachiocephalic_vein", "galen:BrachiocephalicVein" ;
    oboInOwl:hasExactSynonym "brachiocephalic venous tree", "innominate vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "innomiate vein", "innominate trunk", "innominate vein", "innominate veins" ;
    oboInOwl:id "UBERON:0003711" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "brachiocephalic vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007204
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001585
    ] .

obo:UBERON_0003714
    obo:IAO_0000115 "Portion of tissue in the nervous system which consists of neurons and glial cells, and may also contain parts of the vasculature." ;
    oboInOwl:hasDbXref "AAO:0000325", "AEO:0000123", "EHDAA2:0003123", "FMA:9642", "GAID:609", "MESH:D009417", "NCIT:C13052", "SCTID:91728009" ;
    oboInOwl:hasExactSynonym "nerve tissue", "nervous tissue", "portion of neural tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003714" ;
    a owl:Class ;
    rdfs:label "neural tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000125
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:disjointWith obo:UBERON_0004755 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000125
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000540
            ]
        )
    ] .

obo:UBERON_0003715
    obo:IAO_0000115 "The major nerves supplying sympathetic innervation to the abdomen, including the greater, lesser, and lowest (or smallest) splanchnic nerves that are formed by preganglionic fibers from the spinal cord which pass through the paravertebral ganglia and then to the celiac ganglia and plexuses and the lumbar splanchnic nerves carry fibers which pass through the lumbar paravertebral ganglia to the mesenteric and hypogastric ganglia." ;
    oboInOwl:hasDbXref "BAMS:spn", "FMA:5883", "GAID:800", "MESH:D013153", "SCTID:264198001", "Wikipedia:Splanchnic_nerves" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "splanchnic nerves", "visceral nerve" ;
    oboInOwl:id "UBERON:0003715" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "splanchnic nerve" ;
    rdfs:subClassOf obo:UBERON_0034729, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0000916
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000013
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0003716
    obo:IAO_0000115 "A branch of the vagus nerve that supplies motor function and sensation to the larynx (voice box). It travels within the endoneurium. It is the nerve of the 6th Branchial Arch." ;
    oboInOwl:hasBroadSynonym "recurrent nerve" ;
    oboInOwl:hasDbXref "AAO:0010754", "FMA:6246", "GAID:804", "MESH:D012009", "SCTID:24227007", "VHOG:0001347", "Wikipedia:Recurrent_laryngeal_nerve" ;
    oboInOwl:hasExactSynonym "recurrent laryngeal nerve from vagus nerve", "vagus X nerve recurrent laryngeal branch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "inferior laryngeal nerve", "ramus recurrens" ;
    oboInOwl:id "UBERON:0003716" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "recurrent laryngeal nerve" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011779, obo:UBERON_0035642, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003117
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001759
    ] .

obo:UBERON_0003721
    obo:IAO_0000115 "The lingual nerve is a branch of the mandibular nerve (CN V3), itself a branch of the trigeminal nerve, which supplies sensory innervation to the tongue. It also carries fibers from the facial nerve, which return taste information from the anterior two thirds of the tongue." ;
    oboInOwl:hasDbXref "BAMS:5lg", "EMAPA:19168", "FMA:53218", "GAID:835", "MA:0001102", "MESH:D008036", "SCTID:280260006", "Wikipedia:Lingual_nerve" ;
    oboInOwl:hasExactSynonym "lingual branch of trigeminal nerve", "trigeminal V nerve lingual branch", "trigeminal nerve lingual branch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003721" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "lingual nerve" ;
    rdfs:subClassOf obo:UBERON_0011779, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0001723
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0000375
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0003726
    obo:IAO_0000115 "The twelve spinal nerves on each side of the thorax. They include eleven INTERCOSTAL NERVES and one subcostal nerve. Both sensory and motor, they supply the muscles and skin of the thoracic and abdominal walls." ;
    oboInOwl:hasDbXref "FMA:5860", "GAID:857", "MESH:D013900", "SCTID:360498003", "Wikipedia:Thoracic_nerves", "neuronames:1725" ;
    oboInOwl:hasExactSynonym "thoracic spinal nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pectoral nerve" ;
    oboInOwl:id "UBERON:0003726" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "thoracic nerve" ;
    rdfs:subClassOf obo:UBERON_0001780, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0003038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001780
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0003038
            ]
        )
    ] .

obo:UBERON_0003727
    obo:IAO_0000115 "The intercostal nerves are the anterior divisions (rami anteriores; ventral divisions) of the thoracic spinal nerves from T1 to T11. Each nerve is connected with the adjoining ganglion of the sympathetic trunk by a gray and a white ramus communicans. The intercostal nerves are distributed chiefly to the thoracic pleura and abdominal peritoneum and differ from the anterior divisions of the other spinal nerves in that each pursues an independent course without plexus formation. The first two nerves supply fibers to the upper limb in addition to their thoracic branches; the next four are limited in their distribution to the parietes of the thorax; the lower five supply the parietes of the thorax and abdomen. The 7th intercostal nerve terminates at the xyphoid process, at the lower end of the sternum. The 10th intercostal nerve terminates at the umbilicus. The twelfth thoracic is distributed to the abdominal wall and groin. [WP,unvetted]." ;
    oboInOwl:hasDbXref "EMAPA:18227", "FMA:6028", "GAID:858", "MESH:D007367", "NCIT:C32825", "SCTID:279568001", "Wikipedia:Intercostal_nerves" ;
    oboInOwl:hasExactSynonym "anterior ramus of thoracic nerve", "anterior ramus of thoracic spinal nerve", "ramus anterior, nervus thoracicus", "thoracic anterior ramus", "ventral ramus of thoracic spinal nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003727" ;
    a owl:Class ;
    rdfs:label "intercostal nerve" ;
    rdfs:subClassOf obo:UBERON_0001780 .

obo:UBERON_0003729
    obo:IAO_0000115 "A mucous membrane that lines the mouth." ;
    oboInOwl:hasDbXref "BTO:0002860", "CALOHA:TS-0716", "EMAPA:26937", "FMA:59660", "GAID:951", "MA:0002794", "MESH:D009061", "NCIT:C77637", "Wikipedia:Oral_mucosa" ;
    oboInOwl:hasExactSynonym "mouth mucosa", "mouth mucous membrane", "mouth organ mucosa", "mucosa of mouth", "mucous membrane of mouth", "oral mucous membrane", "oral part of viscerocranial mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "buccal mucosa", "mucosal lining of mouth", "oral mucosa" ;
    oboInOwl:id "UBERON:0003729" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "mouth mucosa" ;
    rdfs:subClassOf obo:UBERON_0000344, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0000355
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0001458
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000165
            ]
        )
    ] .

obo:UBERON_0003824
    obo:IAO_0000115 "A nerve that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000562", "MESH:D013900", "SCTID:359876006" ;
    oboInOwl:hasExactSynonym "nerve of thorax", "thoracic segment nerve", "thorax nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper body nerve" ;
    oboInOwl:id "UBERON:0003824" ;
    a owl:Class ;
    rdfs:label "nerve of thoracic segment" ;
    rdfs:subClassOf obo:UBERON_0003439, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0003825
    obo:IAO_0000115 "A nerve that is part of an abdominal segment of trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000528" ;
    oboInOwl:hasExactSynonym "abdominal segment nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003825" ;
    a owl:Class ;
    rdfs:label "nerve of abdominal segment" ;
    rdfs:subClassOf obo:UBERON_0003439, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002417
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0003827
    obo:IAO_0000115 "A bone that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000559", "SCTID:426649006" ;
    oboInOwl:hasExactSynonym "bone of thorax", "bone organ of thorax", "thorax bone", "thorax bone organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper body bone" ;
    oboInOwl:id "UBERON:0003827" ;
    a owl:Class ;
    rdfs:label "thoracic segment bone" ;
    rdfs:subClassOf obo:UBERON_0003463, obo:UBERON_0005181 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0003828
    obo:IAO_0000115 "A bone that is part of an abdominal segment of trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000525" ;
    oboInOwl:hasExactSynonym "abdominal segment of trunk bone", "abdominal segment of trunk bone organ", "bone of abdominal segment of trunk", "bone organ of abdominal segment of trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003828" ;
    a owl:Class ;
    rdfs:label "abdominal segment bone" ;
    rdfs:subClassOf obo:UBERON_0003463, obo:UBERON_0005173 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0003830
    obo:IAO_0000115 "Any muscle organ that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000561" ;
    oboInOwl:hasExactSynonym "muscle organ of thorax", "thorax muscle organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper body muscle" ;
    oboInOwl:id "UBERON:0003830" ;
    a owl:Class ;
    rdfs:label "thoracic segment muscle" ;
    rdfs:subClassOf obo:UBERON_0001774, obo:UBERON_0005181, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004464
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0003831
    obo:IAO_0000115 "Any muscle organ that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35733", "MA:0001828" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius muscle organ", "muscle organ of apparatus respiratorius", "muscle organ of respiratory system", "respiratory system muscle organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003831" ;
    a owl:Class ;
    rdfs:label "respiratory system muscle" ;
    rdfs:subClassOf obo:UBERON_0001630, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0003832
    obo:IAO_0000115 "Any muscle organ that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:26983", "MA:0002682", "SCTID:360961009" ;
    oboInOwl:hasExactSynonym "esophageal muscle", "esophagus muscle organ", "gullet muscle organ", "muscle organ of esophagus", "muscle organ of gullet", "muscle organ of oesophagus", "oesophagus muscle organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003832" ;
    a owl:Class ;
    rdfs:label "esophagus muscle" ;
    rdfs:subClassOf obo:UBERON_0001630, obo:UBERON_0005181, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001096
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0003833
    obo:IAO_0000115 "A muscle organ that is part of an abdominal segment of trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000527" ;
    oboInOwl:hasExactSynonym "abdominal segment of trunk muscle organ", "muscle organ of abdominal segment of trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003833" ;
    a owl:Class ;
    rdfs:label "abdominal segment muscle" ;
    rdfs:subClassOf obo:UBERON_0001774, obo:UBERON_0005173 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0003834
    obo:IAO_0000115 "A blood vessel that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000558" ;
    oboInOwl:hasExactSynonym "blood vessel of thorax", "thorax blood vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper body blood vessel" ;
    oboInOwl:id "UBERON:0003834" ;
    a owl:Class ;
    rdfs:label "thoracic segment blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0003835
    obo:IAO_0000115 "A blood vessel that is part of an abdominal segment of trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000524" ;
    oboInOwl:hasExactSynonym "abdominal segment of trunk blood vessel", "blood vessel of abdominal segment of trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003835" ;
    a owl:Class ;
    rdfs:label "abdominal segment blood vessel" ;
    rdfs:subClassOf obo:UBERON_0003513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002417
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0003836
    obo:IAO_0000115 "A skin of body that is part of an abdominal segment of trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:264898", "MA:0000530" ;
    oboInOwl:hasExactSynonym "abdominal segment of trunk skin", "skin of abdominal segment of trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003836" ;
    a owl:Class ;
    rdfs:label "abdominal segment skin" ;
    rdfs:subClassOf obo:UBERON_0001085, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002417
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0003837
    obo:IAO_0000115 "A portion of connective tissue that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000560" ;
    oboInOwl:hasExactSynonym "connective tissue of thorax", "portion of connective tissue of thorax", "textus connectivus of thorax", "thorax connective tissue", "thorax portion of connective tissue", "thorax textus connectivus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper body connective tissue" ;
    oboInOwl:id "UBERON:0003837" ;
    a owl:Class ;
    rdfs:label "thoracic segment connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003586, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0003838
    obo:IAO_0000115 "A portion of connective tissue that is part of an abdominal segment of trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000526" ;
    oboInOwl:hasExactSynonym "abdominal segment of trunk connective tissue", "abdominal segment of trunk portion of connective tissue", "abdominal segment of trunk textus connectivus", "connective tissue of abdominal segment of trunk", "portion of connective tissue of abdominal segment of trunk", "textus connectivus of abdominal segment of trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003838" ;
    a owl:Class ;
    rdfs:label "abdominal segment connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003586, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002417
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0003842
    obo:IAO_0000115 "An anatomical space that surrounded_by a neural tube." ;
    oboInOwl:hasAlternativeId "UBERON:0005713" ;
    oboInOwl:hasDbXref "AAO:0011073", "EHDAA2:0001269", "EHDAA:2889", "EHDAA:914", "EMAPA:16167", "VHOG:0001119", "XAO:0000252" ;
    oboInOwl:hasExactSynonym "cavity of neural tube", "lumen of neural tube", "neural tube neural lumen" ;
    oboInOwl:hasNarrowSynonym "prosencoel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "central lumen", "neural lumen", "neurocoel" ;
    oboInOwl:id "UBERON:0003842" ;
    a owl:Class ;
    rdfs:label "neural tube lumen" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0001049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0001049
            ]
        )
    ] .

obo:UBERON_0003848
    obo:IAO_0000115 "In medicine, gonadal vein refers to the blood vessel that carrying blood away from the gonad (testis, ovary) toward the heart. Females : ovarian vein Males : testicular vein [WP,unvetted]." ;
    oboInOwl:hasDbXref "EHDAA2:0000719", "EHDAA:8703", "SCTID:278192008", "VHOG:0001340", "Wikipedia:Gonadal_vein" ;
    oboInOwl:hasExactSynonym "gonad vein", "gonada vein", "vein of gonad", "vein of gonada" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003848" ;
    a owl:Class ;
    rdfs:label "gonadal vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0000991
            ]
        )
    ] .

obo:UBERON_0003849
    obo:IAO_0000115 "A neural crest that has_potential_to_developmentally_contribute_to a midbrain." ;
    oboInOwl:hasDbXref "EFO:0003591", "EHDAA2:0001101", "EHDAA:360", "TAO:0000935", "VHOG:0000796", "ZFA:0000935" ;
    oboInOwl:hasExactSynonym "mesencephalic neural crest", "neural crest midbrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003849" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "mesencephalic neural crest" ;
    rdfs:subClassOf obo:UBERON_0002342, obo:UBERON_0003099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002342
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0003850
    obo:IAO_0000115 "A neural crest that has_potential_to_developmentally_contribute_to a telencephalon." ;
    oboInOwl:hasDbXref "EFO:0003574", "RETIRED_EHDAA2:0001991", "TAO:0000812", "VHOG:0000799", "ZFA:0000812" ;
    oboInOwl:hasExactSynonym "neural crest telencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003850" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "telencephalon neural crest" ;
    rdfs:subClassOf obo:UBERON_0002342, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002342
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0003851
    obo:IAO_0000115 "A neural crest that has_potential_to_developmentally_contribute_to a diencephalon." ;
    oboInOwl:hasDbXref "EFO:0003573", "EHDAA2:0000603", "EMAPA:16518", "TAO:0000811", "VHOG:0000798", "ZFA:0000811" ;
    oboInOwl:hasExactSynonym "diencephalic neural crest", "future diencephalon neural crest", "neural crest diencephalon", "neural crest of future diencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003851" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "diencephalon neural crest" ;
    rdfs:subClassOf obo:UBERON_0002342, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002342
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0003852
    obo:IAO_0000115 "A neural crest that has_potential_to_developmentally_contribute_to a hindbrain." ;
    oboInOwl:hasDbXref "EHDAA2:0001628", "EHDAA:362", "EMAPA:35747", "TAO:0007063", "VHOG:0001210", "ZFA:0007063" ;
    oboInOwl:hasExactSynonym "neural crest hindbrain", "rhombencephalic neural crest" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "rhombomere neural crest" ;
    oboInOwl:id "UBERON:0003852" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "rhombencephalon neural crest" ;
    rdfs:subClassOf obo:UBERON_0002342, obo:UBERON_0003099, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002342
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0003853
    obo:IAO_0000115 "A neural crest that has_potential_to_developmentally_contribute_to a spinal cord." ;
    oboInOwl:hasDbXref "EHDAA:696", "EMAPA:16163", "EMAPA:16881", "VHOG:0001006" ;
    oboInOwl:hasExactSynonym "neural crest spinal cord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "spinal neural crest" ;
    oboInOwl:id "UBERON:0003853" ;
    a owl:Class ;
    rdfs:label "spinal cord neural crest" ;
    rdfs:subClassOf obo:UBERON_0002342, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002342
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0003854
    obo:IAO_0000115 "A neural plate that develops_from a future spinal cord." ;
    oboInOwl:hasDbXref "FMA:312957", "TAO:0007021", "VHOG:0000439", "ZFA:0007021" ;
    oboInOwl:hasExactSynonym "neural plate of spinal cord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003854" ;
    a owl:Class ;
    rdfs:label "spinal cord neural plate" ;
    rdfs:subClassOf obo:UBERON_0003075, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006241
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003075
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006241
            ]
        )
    ] .

obo:UBERON_0003855
    obo:IAO_0000115 "Mesenchyme that is part of a developing gonad [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA:5012", "EMAPA:16858", "EMAPA:17385", "VHOG:0001090" ;
    oboInOwl:hasExactSynonym "gonada mesenchyme", "mesenchyme of gonad", "mesenchyme of gonada" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003855" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "gonad mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0005156, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000991
            ]
        )
    ] .

obo:UBERON_0003869
    obo:IAO_0000115 "A presumptive structure that has the potential to develop into a ganglion." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003869" ;
    a owl:Class ;
    rdfs:label "presumptive ganglion" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000045
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000045
            ]
        )
    ] .

obo:UBERON_0003886
    obo:IAO_0000115 "An anatomical cavity that has the potential to develop into a coelemic cavity lumen." ;
    oboInOwl:hasExactSynonym "future coelomic cavity lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "body cavity precursor" ;
    oboInOwl:id "UBERON:0003886" ;
    oboInOwl:inSubset core:grouping_class, core:non_informative ;
    a owl:Class ;
    rdfs:label "future coelemic cavity lumen" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002488 ;
        owl:someValuesFrom obo:UBERON_0000109
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000111
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002323
            ]
        )
    ] .

obo:UBERON_0003887
    obo:IAO_0000115 "The part of the coelom in the embryo between the somatopleuric and splanchnopleuric mesoderm; the principal body cavities of the trunk (thoracic, abdominal, and pelvic) arise from this embryonic part of the coelom." ;
    oboInOwl:hasDbXref "EHDAA:251", "EMAPA:16088", "NCIT:C34195", "VHOG:0000316", "Wikipedia:Intraembryonic_coelom" ;
    oboInOwl:hasExactSynonym "somatic coelom" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003887" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "intraembryonic coelom" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011997
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] .

obo:UBERON_0003891
    obo:IAO_0000115 "Connective, non-functional supportive framework of a biological cell, tissue, or organ. Contrast with parenchyma." ;
    oboInOwl:hasDbXref "FMA:81494", "NCIT:C67387" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "stromal connective tissue" ;
    oboInOwl:id "UBERON:0003891" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "stroma" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002384
    ] .

obo:UBERON_0003897
    obo:IAO_0000115 "One of the skeletal muscles of the head and neck, spine, and ribs." ;
    oboInOwl:hasDbXref "EHDAA:5982", "EMAPA:18167", "MA:0003153", "RETIRED_EHDAA2:0000160", "TAO:0001954" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003897" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "axial muscle" ;
    rdfs:subClassOf obo:UBERON_0014892, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013700
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002177 ;
        owl:someValuesFrom obo:UBERON_0005944
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0013701
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002177 ;
                owl:someValuesFrom obo:UBERON_0005944
            ]
        )
    ] .

obo:UBERON_0003898
    obo:IAO_0000115 "A portion of skeletal muscle tissue in the trunk." ;
    oboInOwl:hasDbXref "SCTID:244848007" ;
    oboInOwl:hasExactSynonym "skeletal muscle of torso", "skeletal muscle tissue of torso", "skeletal muscle tissue of trunk", "torso skeletal muscle", "torso skeletal muscle tissue", "trunk skeletal muscle", "trunk skeletal muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003898" ;
    a owl:Class ;
    rdfs:label "skeletal muscle tissue of trunk" ;
    rdfs:subClassOf obo:UBERON_0001134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004479
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013700
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0003902
    obo:IAO_0000115 "The part of the retina that contains neurons and photoreceptor cells[GO]." ;
    oboInOwl:hasDbXref "AAO:0011095", "BTO:0000929", "CALOHA:TS-0685", "EHDAA2:0001253", "EHDAA:4763", "EMAPA:17171", "EMAPA:18590", "FMA:58628", "MA:0000277", "NCIT:C33166", "TAO:0000046", "VHOG:0000535", "XAO:0003216", "ZFA:0000046" ;
    oboInOwl:hasExactSynonym "neural layer of retina", "neural retina", "neuroretina", "stratum nervosum (retina)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neural retinal epithelium" ;
    oboInOwl:id "UBERON:0003902" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "retinal neural layer" ;
    rdfs:subClassOf obo:UBERON_0001781, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000210
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0005426
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0005425
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001781
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002495 ;
                owl:someValuesFrom obo:UBERON_0005425
            ]
        )
    ] .

obo:UBERON_0003909
    obo:IAO_0000115 "Small blood vessel similar to a capillary but with a fenestrated endothelium. Sinusoids are found in the liver, lymphoid tissue, endocrine organs, and hematopoietic organs such as the bone marrow and the spleen. Sinusoids found within terminal villi of the placenta are not comparable to these; they possess a continuous endothelium and complete basal lamina[WP]." ;
    oboInOwl:hasDbXref "FMA:63131", "SCTID:340163004", "TAO:0005261", "Wikipedia:Sinusoid_(blood_vessel)", "ZFA:0005261" ;
    oboInOwl:hasExactSynonym "sinusoidal blood vessel", "sinusoidal blood vessel endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "endothelium of irregular blood filled space", "sinusoidal capillary", "sinusoidal endothelium" ;
    oboInOwl:id "UBERON:0003909" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "sinusoid" ;
    rdfs:subClassOf obo:UBERON_2005260 .

obo:UBERON_0003914
    obo:IAO_0000115 "Epithelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues, with tube shape and organization varying from the single-celled excretory organ in Caenorhabditis elegans to the branching trees of the mammalian kidney and insect tracheal system." ;
    oboInOwl:hasDbXref "AEO:0000114", "EHDAA2:0003114" ;
    oboInOwl:hasExactSynonym "epithelial or endothelial tube" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003914" ;
    a owl:Class ;
    rdfs:label "epithelial tube" ;
    rdfs:subClassOf obo:UBERON_0000025, obo:UBERON_0000483 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002299
            ]
        )
    ] .

obo:UBERON_0003915
    obo:IAO_0000115 "Any endothelium that has the quality of being cylindrical [Automatically generated definition]." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003915" ;
    a owl:Class ;
    rdfs:label "endothelial tube" ;
    rdfs:subClassOf obo:UBERON_0001986, obo:UBERON_0003914 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002299
            ]
        )
    ] .

obo:UBERON_0003920
    obo:IAO_0000115 "A blood vessel that carries blood from the capillaries toward the heart." ;
    oboInOwl:hasDbXref "EMAPA:35932", "FMA:86188", "MA:0000066" ;
    oboInOwl:hasExactSynonym "segment of venous tree organ", "venous tree organ segment" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003920" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Compare to: vein" ;
    rdfs:label "venous blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004582
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004582
            ]
        )
    ] .

obo:UBERON_0003928
    obo:IAO_0000115 "A duct that is part of a digestive system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "TAO:0005162", "ZFA:0005162" ;
    oboInOwl:hasExactSynonym "duct of digestive system", "duct of gastrointestinal system", "gastrointestinal system duct" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003928" ;
    a owl:Class ;
    rdfs:label "digestive system duct" ;
    rdfs:subClassOf obo:UBERON_0000058, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000058
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001007
            ]
        )
    ] .

obo:UBERON_0003929
    obo:IAO_0000115 "An epithelium that lines the lumen of the digestive tract." ;
    oboInOwl:hasDbXref "BTO:0000956", "EHDAA2:0004567", "EMAPA:32928", "MA:0003201", "NCIT:C12963", "TAO:0005123", "XAO:0003200", "ZFA:0005123" ;
    oboInOwl:hasExactSynonym "digestive tract epithelial tissue", "epithelial tissue of digestive tract", "epithelial tissue of gut", "epithelium of digestive tract", "epithelium of gut", "gut epithelial tissue", "gut epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "alimentary tract epithelium" ;
    oboInOwl:id "UBERON:0003929" ;
    a owl:Class ;
    rdfs:label "digestive tract epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0003931
    obo:IAO_0000115 "White matter that is part of a diencephalon [Automatically generated definition]." ;
    oboInOwl:hasAlternativeId "UBERON:0023148" ;
    oboInOwl:hasDbXref "BIRNLEX:1678", "FMA:83931", "TAO:0000338", "ZFA:0000338" ;
    oboInOwl:hasExactSynonym "diencephalic tract/commissure", "predominantly white regional part of diencephalon", "white matter of diencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003931" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "diencephalic white matter" ;
    rdfs:subClassOf obo:UBERON_0019261, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0003932
    obo:IAO_0000115 "A cartilage element of chondrocranium. Example: neurocranial trabecula." ;
    oboInOwl:hasDbXref "EFO:0003690", "TAO:0001461", "ZFA:0001461" ;
    oboInOwl:hasExactSynonym "cartilage of chondrocranium", "cartilaginous element of chondrocranium", "chondrocranium cartilage", "neurocranium cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003932" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "cartilage element of chondrocranium" ;
    rdfs:subClassOf obo:UBERON_0003933, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002241
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002241
            ]
        )
    ] .

obo:UBERON_0003933
    obo:IAO_0000115 "A cartilage element that is part of the cranial skeleton." ;
    oboInOwl:hasDbXref "TAO:0001458", "ZFA:0001458" ;
    oboInOwl:hasExactSynonym "cartilage of cranium", "cranium cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003933" ;
    a owl:Class ;
    rdfs:label "cranial cartilage" ;
    rdfs:subClassOf obo:UBERON_0007844, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010323
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010323
            ]
        )
    ] .

obo:UBERON_0003937
    obo:IAO_0000115 "Any of the organized aggregations of cells that function as secretory or excretory organs and are associated with reproduction." ;
    oboInOwl:hasDbXref "MA:0001751" ;
    oboInOwl:hasExactSynonym "genitalia gland", "gland of genitalia", "gland of reproductive system", "reproductive gland", "reproductive system gland", "sex gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003937" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "reproductive gland" ;
    rdfs:subClassOf obo:UBERON_0002530, obo:UBERON_0005156 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000990
            ]
        )
    ] .

obo:UBERON_0003942
    obo:IAO_0000115 "The sensory system for the sense of touch and pain." ;
    oboInOwl:hasAlternativeId "UBERON:0014511" ;
    oboInOwl:hasDbXref "NLXANAT:090818", "Wikipedia:Somatosensory_system", "neuronames:2887" ;
    oboInOwl:hasExactSynonym "somatic sensory system", "system for detection of somatic senses" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003942" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "somatosensory system" ;
    rdfs:subClassOf obo:UBERON_0001032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0019233
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0050975
    ] .

obo:UBERON_0003952
    obo:IAO_0000115 "The anterior segment of the lamellated connective tissue layer of the cornea." ;
    oboInOwl:hasBroadSynonym "anterior stroma" ;
    oboInOwl:hasExactSynonym "cornea anterior stroma" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003952" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "anterior stroma of cornea" ;
    rdfs:subClassOf obo:UBERON_0003566, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001777
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000123 ;
        owl:someValuesFrom obo:UBERON_0001777
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001777
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000123 ;
                owl:someValuesFrom obo:UBERON_0001777
            ]
        )
    ] .

obo:UBERON_0003953
    obo:IAO_0000115 "The posterior segment of the lamellated connective tissue layer of the cornea." ;
    oboInOwl:hasBroadSynonym "posterior stroma" ;
    oboInOwl:hasExactSynonym "cornea posterior stroma" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003953" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "posterior stroma of cornea" ;
    rdfs:subClassOf obo:UBERON_0003566, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001777
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000122 ;
        owl:someValuesFrom obo:UBERON_0001777
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001777
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000122 ;
                owl:someValuesFrom obo:UBERON_0001777
            ]
        )
    ] .

obo:UBERON_0003967
    obo:IAO_0000115 "The slender connective tissue fiber in the extracellular matrix of skin tissue that is composed of microfibrils and amorphous elastin and is characterized by great elasticity." ;
    oboInOwl:hasNarrowSynonym "cutaneous elastic fiber", "dermal elastic fiber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0003967" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cutaneous elastic tissue" ;
    rdfs:subClassOf obo:UBERON_0002521, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000014
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002521
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000014
            ]
        )
    ] .

obo:UBERON_0003975
    obo:IAO_0000115 "The internal feminine genital organs, including the ovaries, uterine tubes, uterus, uterine cervix, and vagina." ;
    oboInOwl:hasDbXref "BTO:0003099", "FMA:45654", "SCTID:303518005" ;
    oboInOwl:hasExactSynonym "female internal genitalia", "internal female genital organ", "internal genitalia of female reproductive system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "organa genitalia feminina interna" ;
    oboInOwl:id "UBERON:0003975" ;
    oboInOwl:inSubset core:human_reference_atlas, core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "TODO: Relabel. Make distinct organ class. See https://github.com/obophenotype/uberon/issues/547" ;
    rdfs:label "internal female genitalia" ;
    rdfs:subClassOf obo:UBERON_0003134, obo:UBERON_0004175 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004175
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000474
            ]
        )
    ] .

obo:UBERON_0004015
    obo:IAO_0000115 "The connection between the embryo proper and extraembryonic tissues." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004015" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "embryonic-extraembryonic boundary" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0000015, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0000478
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002050
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000015
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0000478
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002050
            ]
        )
    ] .

obo:UBERON_0004016
    obo:IAO_0000115 "A transitional population of migrating mesenchymal cells that derive from somites and that will become dermal cells." ;
    oboInOwl:hasDbXref "AAO:0011028", "AEO:0001017", "EHDAA2_RETIRED:0003428", "EHDAA:1719", "EHDAA:1725", "EHDAA:1731", "EHDAA:1737", "EMAPA:32838", "FMA:295656", "NCIT:C61572", "Wikipedia:Dermatome_(embryology)", "XAO:0000220" ;
    oboInOwl:hasExactSynonym "cutis plate", "dermatomal mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "epimere mesoderm" ;
    oboInOwl:id "UBERON:0004016" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "dermatome" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0017650, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004290
    ] .

obo:UBERON_0004022
    obo:IAO_0000115 "The single layer of epithelial cells that lines the early neural tube and develops into the nervous system and into the neural crest cells." ;
    oboInOwl:hasExactSynonym "germinal neuroepithelial layer", "germinal neuroepithelium", "original neural tube" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004022" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "germinal neuroepithelium" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0034706, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0003842
    ] ;
    owl:disjointWith obo:UBERON_0006934 .

obo:UBERON_0004035
    obo:IAO_0000115 "The transient outer neural tube region that contains the first generated post-mitotic neurons that receive synaptic input from thalamic axons and in turn project axons to the developing cortical plate." ;
    oboInOwl:hasDbXref "DHBA:10522", "EMAPA:32703", "PBA:294021932", "Wikipedia:Subplate", "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Corticogenesis_in_a_wild-type_mouse_with_captions_in_english_copy.png/360px-Corticogenesis_in_a_wild-type_mouse_with_captions_in_english_copy.png", "neuronames:3233" ;
    oboInOwl:hasExactSynonym "cerebral cortex subplate", "subplate", "subplate zone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004035" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cortical subplate" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0014950, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0034711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004040
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0005343
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014950
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0004040
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0005343
            ]
        )
    ] .

obo:UBERON_0004040
    obo:IAO_0000115 "The region of the developing mammalian cortex that extends between the ventricular zone and the cortical plate (CP); normally, the IZ is a region of tangential migration of cells, and at midgestation, the lower part of the IZ develops into the subventricular zone." ;
    oboInOwl:hasDbXref "EMAPA:17545", "EMAPA:32712" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cerebral cortex mantle layer", "cerebral cortex mantle zone", "cortical mantle layer" ;
    oboInOwl:id "UBERON:0004040" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cortical intermediate zone" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0014950, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_40674
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004061
    ] .

obo:UBERON_0004060
    obo:IAO_0000115 "The layer of undifferentiated, proliferating cells that line the neural tube lumen that is the immediate transformation of the germinal neuroepithelium." ;
    oboInOwl:hasBroadSynonym "ependymal layer" ;
    oboInOwl:hasDbXref "EMAPA:17152", "EMAPA:35362", "EMAPA_RETIRED:16783", "MA:0003193" ;
    oboInOwl:hasExactSynonym "neural tube ependymal layer", "neural tube ventricular germinal zone", "neural tube ventricular zone" ;
    oboInOwl:hasNarrowSynonym "neural tube ependymal zone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004060" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "neural tube ventricular layer" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0010371, obo:UBERON_0034706, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0003842
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0004022
    ] .

obo:UBERON_0004061
    obo:IAO_0000115 "The layer of glia and differentiating neurons that forms as a second layer around the germinal neuroepithium; as this develops it comes to lie between the ventricular and marginal layers and includes the basal and alar plates. Develops into neurons and glia forming a gray matter layer." ;
    oboInOwl:hasDbXref "EMAPA:17148", "EMAPA:35360", "neuronames:1367" ;
    oboInOwl:hasExactSynonym "neural tube intermediate zone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future brain marginal layer" ;
    oboInOwl:id "UBERON:0004061" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "neural tube mantle layer" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005291, obo:UBERON_0034707, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004022
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004060
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004062
    ] .

obo:UBERON_0004062
    obo:IAO_0000115 "The outermost layer of the neural tube that consists of axons from the developing mantle layer and will form the white matter." ;
    oboInOwl:hasDbXref "EMAPA:17151", "neuronames:1368" ;
    oboInOwl:hasExactSynonym "neural tube marginal zone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "brain marginal zone" ;
    oboInOwl:id "UBERON:0004062" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "neural tube marginal layer" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005162, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0004061
    ] .

obo:UBERON_0004064
    obo:IAO_0000115 "The region of the mantle layer of the neural tube that lies ventral to the sulcus limitans and contains primarily motor neurons and interneurons." ;
    oboInOwl:hasDbXref "AAO:0010561", "EFO:0001904", "NCIT:C34111", "Wikipedia:Basal_plate_(neural_tube)", "neuronames:1372" ;
    oboInOwl:hasExactSynonym "basal plate", "basal plate of neural tube" ;
    oboInOwl:hasNarrowSynonym "spinal cord basal plate" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "motor part of neural tube", "ventral part of neural tube" ;
    oboInOwl:id "UBERON:0004064" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "neural tube basal plate" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000100
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000102 ;
        owl:someValuesFrom obo:UBERON_0005478
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0002328
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0004061
    ] .

obo:UBERON_0004087
    obo:IAO_0000115 "Any of the veins that carries deoxygenated blood from a part of the body into the right atrium of the heart." ;
    oboInOwl:hasDbXref "AAO:0010215", "BTO:0001438", "EMAPA:18415", "FMA:321896", "GAID:547", "MA:0000068", "MESH:D014684", "NCIT:C12817", "SCTID:244405007", "Wikipedia:Venae_cavae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "caval vein" ;
    oboInOwl:id "UBERON:0004087" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vena cava" ;
    rdfs:subClassOf obo:UBERON_0003479, obo:UBERON_0013768 .

obo:UBERON_0004088
    obo:IAO_0000115 "The subdivision of the face that includes the eye (eyeball plus adnexa such as eyelids) and the orbit of the skull and associated parts of the face such as the eyebrows, if present." ;
    oboInOwl:hasDbXref "FMA:260119" ;
    oboInOwl:hasExactSynonym "content of orbital part of eye", "eye region", "orbital part of face" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ocular and peri-ocular region", "ocular region", "orbital content", "orbital part of eye" ;
    oboInOwl:id "UBERON:0004088" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "orbital region" ;
    rdfs:subClassOf obo:UBERON_0001444, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] .

obo:UBERON_0004111
    obo:IAO_0000115 "Any tube, opening or passage that connects two distinct anatomical spaces." ;
    oboInOwl:hasDbXref "AEO:0000080", "EHDAA2:0003080", "FMA:242873", "SCTID:346902003", "Wikipedia:Foramen" ;
    oboInOwl:hasNarrowSynonym "foramen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "opening", "ostium" ;
    oboInOwl:id "UBERON:0004111" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "anatomical conduit" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0013686
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0000061
    ], [
        a owl:Restriction ;
        owl:onClass obo:UBERON_0000464 ;
        owl:onProperty obo:RO_0002176 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0013686
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002570 ;
                owl:someValuesFrom obo:UBERON_0000061
            ]
        )
    ] .

obo:UBERON_0004117
    obo:IAO_0000115 "An internal pocketing of pharyngeal endoderm that contacts a region of ectoderm (a pharyngeal cleft) and interdigitates in the anterior and posterior directions with the pharyngeal arches." ;
    oboInOwl:hasDbXref "AAO:0011113", "EFO:0003627", "EHDAA:1086", "EHDAA:1669", "EHDAA:579", "EHDAA:617", "EMAPA:32752", "FMA:293063", "NCIT:C34252", "SCTID:34674002", "TAO:0001106", "VHOG:0001203", "Wikipedia:Pharyngeal_pouch_(embryology)", "XAO:0000282", "ZFA:0001106" ;
    oboInOwl:hasExactSynonym "branchial pouch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pharyngeal pouches", "visceral pouches" ;
    oboInOwl:id "UBERON:0004117" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "The pouches are polarized structures. For example, whereas the rostral half of each pouch expresses Bmp-7, the caudal half expresses FGF-8 and the dorsal aspect of each pouch is marked via its expression of Pax-1. each pouch has an individual sense of identity. Shh expression is a prominent early feature of the caudal endoderm of the second arch, and individual pouches mark the anterior limits of expression of Hox genes within the pharyngeal endoderm; Hox-a2 has a rostral boundary at the second pouch, Hox-a3 at the third pouch and Hox-a4 at the most caudal pouch[PMID:16313389]" ;
    rdfs:label "pharyngeal pouch" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0003258, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008814
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0002539
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007690
    ] .

obo:UBERON_0004118
    obo:IAO_0000115 "A vasculature that is part of a iris [Automatically generated definition]." ;
    oboInOwl:hasDbXref "ZFA:0005568" ;
    oboInOwl:hasExactSynonym "iris blood vessels", "iris vascular network", "iris vasculature", "vascular network of iris" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004118" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vasculature of iris" ;
    rdfs:subClassOf obo:UBERON_0002203, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001769
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:UBERON_0004119
    obo:IAO_0000115 "An anatomical structure that develops (entirely or partially) from the endoderm." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004119" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "endoderm-derived structure" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:UBERON_0004120
    obo:IAO_0000115 "An anatomical structure that develops (entirely or partially) from the mesoderm." ;
    oboInOwl:hasExactSynonym "mesodermal derivative" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004120" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "mesoderm-derived structure" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0004121
    obo:IAO_0000115 "An anatomical structure that develops (entirely or partially) from the ectoderm." ;
    oboInOwl:hasExactSynonym "ectodermal deriviative" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004121" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "ectoderm-derived structure" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
        )
    ] .

obo:UBERON_0004128
    obo:IAO_0000115 "The optic vesicle is the evagination of neurectoderm that precedes formation of the optic cup[GO]. Portion of tissue that is comprised of neuroepitheium which has pinched off from the anterior neural keel and will form the optic cup[ZFA]." ;
    oboInOwl:hasDbXref "AAO:0011039", "EHDAA2:0001320", "EMAPA:16540", "FMA:293357", "NCIT:C34236", "SCTID:362864008", "TAO:0000050", "VHOG:0000165", "Wikipedia:Optic_vesicles", "XAO:0000228", "ZFA:0000050" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "evagination", "eye vesicle", "ocular vesicle" ;
    oboInOwl:id "UBERON:0004128" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Genes: Six3, Pax6, Rx1 are expressed together in the tip of the neural plate [ISBN:9780878932504 \"Developmental Biology\"]. Development notes: During subsequent develop- ment, the optic vesicle invaginates and becomes a two-layered structure with an inner neural retina and outer retinal pigment epithelium. As soon as the developing optic vesicle makes contact with the overlying ectoderm, it induces the ectoderm to thicken and form the lens placode [PMID:16496288]" ;
    rdfs:label "optic vesicle" ;
    rdfs:subClassOf obo:UBERON_0000479, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010312
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002346
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003071
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0004880
    ] .

obo:UBERON_0004133
    obo:IAO_0000115 "Missing definition for term UBERON:0004133. Please replace it using linked reference." ;
    oboInOwl:hasExactSynonym "salivary nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004133" ;
    a owl:Class ;
    rdfs:label "salivatory nucleus" ;
    rdfs:subClassOf obo:UBERON_0006331, obo:UBERON_0009662, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000988
    ] .

obo:UBERON_0004139
    obo:IAO_0000115 "The first recognizable structure derived from the heart field." ;
    oboInOwl:hasDbXref "EHDAA2:0000215", "EMAPA:16106", "VHOG:0000975" ;
    oboInOwl:hasExactSynonym "myocardial plate" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac crescent", "cardiogenic crescent", "heart rudiment" ;
    oboInOwl:id "UBERON:0004139" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cardiogenic plate" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003084
    ] .

obo:UBERON_0004140
    obo:IAO_0000115 "A specific region of the lateral mesoderm that will form the primary beating heart tube. In mammals the primary heart field gives rise to the left ventricle." ;
    oboInOwl:hasDbXref "XAO:0004185" ;
    oboInOwl:hasExactSynonym "first heart field", "primary heart field" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "heart field" ;
    oboInOwl:id "UBERON:0004140" ;
    a owl:Class ;
    rdfs:label "primary heart field" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0005291, obo:UBERON_0007688, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0036146
    ] .

obo:UBERON_0004141
    obo:IAO_0000115 "An epithelial tube that will give rise to the mature heart." ;
    oboInOwl:hasDbXref "AAO:0010411", "EFO:0003526", "EMAPA:32685", "NCIT:C34161", "TAO:0000360", "XAO:0000337", "ZFA:0000360" ;
    oboInOwl:hasExactSynonym "embryonic heart tube", "endocardial heart tube", "endocardial tube" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004141" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "heart tube" ;
    rdfs:subClassOf obo:UBERON_0003914, obo:UBERON_0005291, obo:UBERON_0012275, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0005498
    ] .

obo:UBERON_0004142
    obo:IAO_0000115 "The outflow tract septum is a partition in the outflow tract." ;
    oboInOwl:hasDbXref "XAO:0004141" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004142" ;
    a owl:Class ;
    rdfs:label "outflow tract septum" ;
    rdfs:subClassOf obo:UBERON_0002099, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002099
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004145
            ]
        )
    ] .

obo:UBERON_0004145
    obo:IAO_0000115 "The outflow tract is the portion of the heart through which blood flows into the arteries." ;
    oboInOwl:hasDbXref "EHDAA2:0001351", "EHDAA:464", "EHDAA:798", "EMAPA:16346", "MA:0000100", "VHOG:0000670", "XAO:0004139" ;
    oboInOwl:hasExactSynonym "cardiac outflow tract", "heart outflow tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "arterial (outflow) pole" ;
    oboInOwl:id "UBERON:0004145" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "outflow tract" ;
    rdfs:subClassOf obo:UBERON_0004111, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty core:channel_for ;
        owl:someValuesFrom obo:UBERON_0000178
    ], [
        a owl:Restriction ;
        owl:onProperty core:channels_from ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty core:channels_into ;
        owl:someValuesFrom obo:UBERON_0001637
    ] .

obo:UBERON_0004146
    obo:IAO_0000115 "The His-Purkinje system receives signals from the AV node and is composed of the fibers that regulate cardiac muscle contraction in the ventricles." ;
    oboInOwl:hasExactSynonym "His-Purkinji network", "VCS", "ventricular conduction system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004146" ;
    a owl:Class ;
    rdfs:label "His-Purkinje system" ;
    rdfs:subClassOf obo:UBERON_0010131, obo:UBERON_0018649, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_32523
    ] .

obo:UBERON_0004148
    obo:IAO_0000115 "Vein of heart that drains the myocardium." ;
    oboInOwl:hasDbXref "EHDAA2:0004507", "FMA:12846", "NCIT:C12878", "NCIT:C12882", "SCTID:277726009", "Wikipedia:Coronary_circulation", "ZFA:0005814", "galen:CoronaryVein" ;
    oboInOwl:hasExactSynonym "cardiac vein", "coronary vein", "heart vein", "vein of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "coronary vein" ;
    oboInOwl:id "UBERON:0004148" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cardiac vein" ;
    rdfs:subClassOf obo:UBERON_0003498, obo:UBERON_0005194, obo:UBERON_0013140, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002349
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002349
            ]
        )
    ] .

obo:UBERON_0004151
    obo:IAO_0000115 "A cardiac chamber surrounds an enclosed cavity within the heart." ;
    oboInOwl:hasDbXref "FMA:7095", "SCTID:276456008" ;
    oboInOwl:hasExactSynonym "chamber of heart", "heart chamber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004151" ;
    a owl:Class ;
    rdfs:comment "generic enough to cover FBbt:00003156 heart chamber but this is a cavity. GO defines it as the cavity. TODO - move subclasses. Note this also includes sinus venosus" ;
    rdfs:label "cardiac chamber" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] .

obo:UBERON_0004160
    obo:IAO_0000115 "An embryonic group of progenitor cells that forms from an outpouching of the septum transversum near the venous pole of the heart and gives rise to the epicardium." ;
    oboInOwl:hasDbXref "EMAPA:36025", "ZFA:0005808" ;
    oboInOwl:hasExactSynonym "proepicardial cluster", "proepicardial organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004160" ;
    a owl:Class ;
    rdfs:label "proepicardium" ;
    rdfs:subClassOf obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004161
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004535
    ] .

obo:UBERON_0004161
    obo:IAO_0000115 "A thick plate of mesodermal tissue that occupies the space between the thoracic cavity and yolk stalk in the early embryo, forming a transverse partition partially separating the coelomic cavity into thoracic and abdominal portions. It gives rise to the central tendon of the diaphragm[VHOG]." ;
    oboInOwl:hasDbXref "EHDAA2:0001829", "EHDAA:736", "EMAPA:16318", "FMA:295593", "NCIT:C34296", "SCTID:308819008", "VHOG:0000019", "Wikipedia:Septum_transversum" ;
    oboInOwl:hasExactSynonym "transverse septum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004161" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "septum transversum" ;
    rdfs:subClassOf obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002323
    ] .

obo:UBERON_0004175
    obo:IAO_0000115 "The internal genitalia are the internal sex organs such as the uterine tube, the uterus and the vagina in female mammals, and the testis, seminal vesicle, ejaculatory duct and prostate in male mammals." ;
    oboInOwl:hasDbXref "FMA:45652" ;
    oboInOwl:hasExactSynonym "internal genitalia", "internal genitals" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "internal reproductive organ", "internal sex organ" ;
    oboInOwl:id "UBERON:0004175" ;
    oboInOwl:inSubset core:human_reference_atlas, core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "TODO: make a subdivision of reproductive system. Relabel. See https://github.com/obophenotype/uberon/issues/547" ;
    rdfs:label "internal genitalia" ;
    rdfs:subClassOf obo:UBERON_0003133 .

obo:UBERON_0004176
    obo:IAO_0000115 "The external genitalia are the outer sex organs, such as the penis or vulva in mammals." ;
    oboInOwl:hasDbXref "FMA:45643", "SCTID:362207005" ;
    oboInOwl:hasExactSynonym "external genitalia" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "external reproductive organ", "external sex organ" ;
    oboInOwl:id "UBERON:0004176" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "TODO: make a subdivision of reproductive system. Relabel. See https://github.com/obophenotype/uberon/issues/547" ;
    rdfs:label "external genitalia" ;
    rdfs:subClassOf obo:UBERON_0003133 .

obo:UBERON_0004177
    obo:IAO_0000115 "Organ that is part of the hematopoietic system." ;
    oboInOwl:hasDbXref "BTO:0004605", "FMA:7143", "MA:0000747", "SCTID:361338006" ;
    oboInOwl:hasExactSynonym "haematological system organ", "haemopoietic system organ", "hematopoeitic organ", "hematopoietic system organ", "organ of haematological system", "organ of haemopoietic system", "organ of hematopoietic system", "organ of organa haemopoietica", "organa haemopoietica organ" ;
    oboInOwl:hasNarrowSynonym "hematopoeitic or lymphoid organ", "lymph organ", "lymphoid organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004177" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "hemopoietic organ" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002390
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002390
            ]
        )
    ] .

obo:UBERON_0004178
    obo:IAO_0000115 "The nonstriated, involuntary muscle tissue located in the wall of the aorta." ;
    oboInOwl:hasDbXref "BTO:0001685", "CALOHA:TS-0048", "EFO:0002775", "EMAPA:35135", "MA:0000702", "NCIT:C49191" ;
    oboInOwl:hasExactSynonym "aorta non-striated muscle", "aorta smooth muscle", "aortic smooth muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004178" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta smooth muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0004237, obo:UBERON_0004695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0004185
    obo:IAO_0000115 "A portions of the gut that is derived from endoderm." ;
    oboInOwl:hasDbXref "EMAPA:32930" ;
    oboInOwl:hasExactSynonym "endodermal gut", "gut endoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004185" ;
    a owl:Class ;
    rdfs:label "endodermal part of digestive tract" ;
    rdfs:subClassOf obo:UBERON_0004119, obo:UBERON_0004921 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004921
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:UBERON_0004215
    obo:IAO_0000115 "A nerve that is part of a back [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000497" ;
    oboInOwl:hasExactSynonym "nerve of back" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004215" ;
    a owl:Class ;
    rdfs:label "back nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001137
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0004222
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a stomach [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0001818", "EMAPA:35823", "MA:0001627" ;
    oboInOwl:hasExactSynonym "involuntary muscle of stomach", "involuntary muscle of ventriculus", "non-striated muscle of stomach", "non-striated muscle of ventriculus", "smooth muscle of stomach", "smooth muscle of ventriculus", "smooth muscle tissue of stomach", "smooth muscle tissue of ventriculus", "stomach involuntary muscle", "stomach non-striated muscle", "stomach smooth muscle tissue", "ventriculus involuntary muscle", "ventriculus non-striated muscle", "ventriculus smooth muscle", "ventriculus smooth muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gastric muscle", "gastric smooth muscle", "stomach muscle" ;
    oboInOwl:id "UBERON:0004222" ;
    a owl:Class ;
    rdfs:label "stomach smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004226, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0004225
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0001660", "EMAPA:35734", "MA:0001830" ;
    oboInOwl:hasExactSynonym "respiratory smooth muscle", "smooth muscle of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "airway smooth muscle", "airway smooth muscle cell" ;
    oboInOwl:id "UBERON:0004225" ;
    a owl:Class ;
    rdfs:label "respiratory system smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004226
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a digestive system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35117", "MA:0001523" ;
    oboInOwl:hasExactSynonym "smooth muscle tissue of gastrointestinal system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004226" ;
    a owl:Class ;
    rdfs:label "gastrointestinal system smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005409
            ]
        )
    ] .

obo:UBERON_0004233
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a lower respiratory tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35520", "MA:0002410" ;
    oboInOwl:hasExactSynonym "involuntary muscle of lower respiratory tract", "lower respiratory tract involuntary muscle", "lower respiratory tract non-striated muscle", "lower respiratory tract smooth muscle tissue", "non-striated muscle of lower respiratory tract", "smooth muscle of lower respiratory tract", "smooth muscle tissue of lower respiratory tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004233" ;
    a owl:Class ;
    rdfs:label "lower respiratory tract smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004225, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001558
            ]
        )
    ] .

obo:UBERON_0004234
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a iris [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0000655", "EMAPA:35448", "FMA:312338", "MA:0001270" ;
    oboInOwl:hasExactSynonym "involuntary muscle of iris", "iridial smooth muscle", "iris involuntary muscle", "iris non-striated muscle", "iris smooth muscle tissue", "non-striated muscle of iris", "smooth muscle of iris", "smooth muscle tissue of iris" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004234" ;
    a owl:Class ;
    rdfs:label "iris smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0003386, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001769
            ]
        )
    ] .

obo:UBERON_0004236
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of an arteriole [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36287", "FMA:312251", "MA:0000706" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004236" ;
    a owl:Class ;
    rdfs:label "arteriole smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004237, obo:UBERON_0004695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001980
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001980
            ]
        )
    ] .

obo:UBERON_0004237
    obo:IAO_0000115 "Smooth muscle found within, and composing the majority of the wall of blood vessels." ;
    oboInOwl:hasAlternativeId "UBERON:0010508" ;
    oboInOwl:hasDbXref "BTO:0001431", "CALOHA:TS-1107", "EMAPA:35177", "MA:0000710", "MESH:D009131", "NCIT:C33853", "TAO:0005321", "Wikipedia:Vascular_smooth_muscle", "ZFA:0005321" ;
    oboInOwl:hasExactSynonym "blood vessel involuntary muscle", "blood vessel non-striated muscle", "blood vessel smooth muscle tissue", "involuntary muscle of blood vessel", "non-striated muscle of blood vessel", "smooth muscle of blood vessel", "smooth muscle tissue of blood vessel", "vascular smooth muscle", "vascular smooth muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004237" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "blood vessel smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0004242
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a bronchus [Automatically generated definition]." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    oboInOwl:hasDbXref "BTO:0004401", "EMAPA:35195", "MA:0001840", "NCIT:C49213" ;
    oboInOwl:hasExactSynonym "bronchi involuntary muscle", "bronchi non-striated muscle", "bronchi smooth muscle", "bronchi smooth muscle tissue", "bronchial trunk involuntary muscle", "bronchial trunk non-striated muscle", "bronchial trunk smooth muscle", "bronchial trunk smooth muscle tissue", "bronchus involuntary muscle", "bronchus non-striated muscle", "bronchus smooth muscle tissue", "involuntary muscle of bronchi", "involuntary muscle of bronchial trunk", "involuntary muscle of bronchus", "non-striated muscle of bronchi", "non-striated muscle of bronchial trunk", "non-striated muscle of bronchus", "smooth muscle of bronchi", "smooth muscle of bronchial trunk", "smooth muscle of bronchus", "smooth muscle tissue of bronchi", "smooth muscle tissue of bronchial trunk", "smooth muscle tissue of bronchus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bronchial smooth muscle" ;
    oboInOwl:id "UBERON:0004242" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "bronchus smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004233, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002598
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0004246
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a outflow tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000492" ;
    oboInOwl:hasExactSynonym "involuntary muscle of outflow tract", "non-striated muscle of outflow tract", "outflow tract involuntary muscle", "outflow tract non-striated muscle", "outflow tract smooth muscle tissue", "smooth muscle of outflow tract", "smooth muscle tissue of outflow tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004246" ;
    a owl:Class ;
    rdfs:label "outflow tract smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004145
            ]
        )
    ] .

obo:UBERON_0004247
    obo:IAO_0000115 "A bone that is part of the dorsal region of an animal." ;
    oboInOwl:hasDbXref "MA:0000494" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "back bone", "bone of back", "dorsal region bone" ;
    oboInOwl:id "UBERON:0004247" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "bone of dorsum" ;
    rdfs:subClassOf obo:UBERON_0001474, obo:UBERON_0005174 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0004253
    obo:IAO_0000115 "Any muscle organ that is part of a skin of body [Automatically generated definition]." ;
    oboInOwl:hasAlternativeId "UBERON:0015797" ;
    oboInOwl:hasDbXref "EMAPA:18187", "EMAPA:35776", "MA:0002710", "MA:0003139" ;
    oboInOwl:hasExactSynonym "integumental system muscle", "muscle of integumental system", "muscle organ of skin", "skin muscle organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004253" ;
    a owl:Class ;
    rdfs:label "skin muscle" ;
    rdfs:subClassOf obo:UBERON_0001630, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002416
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002416
            ]
        )
    ] .

obo:UBERON_0004258
    obo:IAO_0000115 "A blood vessel that is part of a back [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000493" ;
    oboInOwl:hasExactSynonym "blood vessel of back" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004258" ;
    a owl:Class ;
    rdfs:label "back blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001137
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0004265
    obo:IAO_0000115 "A myocardium that is part of a outflow tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0001358", "EMAPA:35623", "MA:0000489", "VHOG:0000603" ;
    oboInOwl:hasExactSynonym "cardiac muscle of outflow tract", "heart muscle of outflow tract", "heart myocardium of outflow tract", "muscle of heart of outflow tract", "myocardium of outflow tract", "outflow tract cardiac muscle", "outflow tract heart muscle", "outflow tract heart myocardium", "outflow tract muscle of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004265" ;
    a owl:Class ;
    rdfs:label "outflow tract myocardium" ;
    rdfs:subClassOf obo:UBERON_0002349, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002349
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004145
            ]
        )
    ] .

obo:UBERON_0004267
    obo:IAO_0000115 "A portion of connective tissue that is part of a back [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000495" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mesenchyne of back" ;
    oboInOwl:id "UBERON:0004267" ;
    a owl:Class ;
    rdfs:label "back connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001137
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0004271
    obo:IAO_0000115 "A pericardium that is part of a outflow tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000491" ;
    oboInOwl:hasExactSynonym "pericardium of outflow tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004271" ;
    a owl:Class ;
    rdfs:label "outflow tract pericardium" ;
    rdfs:subClassOf obo:UBERON_0002407, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002407
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004145
            ]
        )
    ] .

obo:UBERON_0004273
    obo:IAO_0000115 "A cranial suture that is part of a cartilaginous joint [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001498" ;
    oboInOwl:hasExactSynonym "articulatio cartilaginea cranial suture", "articulatio cartilaginea cranial sutures", "articulatio cartilaginea cranial sutures set", "articulatio cartilaginea cranium suture", "articulatio cartilaginea suture of cranium", "cartilaginous joint cranial suture", "cartilaginous joint cranial sutures", "cartilaginous joint cranial sutures set", "cartilaginous joint cranium suture", "cartilaginous joint suture of cranium", "cranial suture of articulatio cartilaginea", "cranial suture of cartilaginous joint", "cranial sutures of articulatio cartilaginea", "cranial sutures of cartilaginous joint", "cranial sutures set of articulatio cartilaginea", "cranial sutures set of cartilaginous joint", "cranium suture of articulatio cartilaginea", "cranium suture of cartilaginous joint", "suture of cranium of articulatio cartilaginea", "suture of cranium of cartilaginous joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004273" ;
    a owl:Class ;
    rdfs:label "cartilaginous joint suture" ;
    rdfs:subClassOf obo:UBERON_0003685, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003685
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002213
            ]
        )
    ] .

obo:UBERON_0004277
    obo:IAO_0000115 "A muscle that is part of the eye region." ;
    oboInOwl:hasDbXref "AAO:0000156", "EMAPA:35335", "MA:0000271" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004277" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "eye muscle" ;
    rdfs:subClassOf obo:UBERON_0001630, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0004288
    obo:IAO_0000115 "Anatomical cluster that consists of all the skeletal elements (eg., bone, cartilage, and teeth) of the body." ;
    oboInOwl:hasDbXref "AEO:0000168", "EHDAA2:0001843", "EHDAA:5047", "EMAPA:17213", "FMA:23875", "GAID:177", "MA:0003006", "MAT:0000032", "MESH:D012863", "MIAA:0000032", "SCTID:361378004", "VSAO:0000026", "Wikipedia:Skeleton", "XAO:0004053", "galen:Skeleton" ;
    oboInOwl:hasExactSynonym "set of all bones", "set of bones of body" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004288" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "skeleton" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0034925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001434
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0004765
    ] ;
    owl:disjointWith obo:UBERON_0004770 .

obo:UBERON_0004290
    obo:IAO_0000115 "The bilaminar epithelium formed from the myotome and dermatome." ;
    oboInOwl:hasDbXref "AAO:0010572", "AEO:0000214", "EHDAA2:0003259", "EMAPA:31109", "FMA:295654", "NCIT:C34140", "TAO:0001513", "VHOG:0000676", "ZFA:0001513" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "dermamyotome" ;
    oboInOwl:id "UBERON:0004290" ;
    a owl:Class ;
    rdfs:label "dermomyotome" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000486, obo:UBERON_0016888, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000075
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002329
    ] .

obo:UBERON_0004291
    obo:IAO_0000115 "A cone-like structure that is formed when myocardial progenitor cells of the heart field fuse at the midline. The heart rudiment is the first structure of the heart tube." ;
    oboInOwl:hasDbXref "TAO:0000115", "ZFA:0000115" ;
    oboInOwl:hasExactSynonym "heart cone", "rudimentary heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004291" ;
    a owl:Class ;
    rdfs:label "heart rudiment" ;
    rdfs:subClassOf obo:UBERON_0012275, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004139
    ] .

obo:UBERON_0004292
    obo:IAO_0000115 "Dense connective tissue that separates the atria from the ventricles and provides physical support for the heart." ;
    oboInOwl:hasDbXref "EMAPA:36645", "FMA:9496", "Wikipedia:Cardiac_skeleton" ;
    oboInOwl:hasExactSynonym "cardiac fibrous skeleton", "fibrous skeleton of heart", "heart fibrous skeleton", "skeleton of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004292" ;
    a owl:Class ;
    rdfs:label "cardiac skeleton" ;
    rdfs:subClassOf obo:UBERON_0003837, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] .

obo:UBERON_0004293
    obo:IAO_0000115 "A nerve that is part of a parasympathetic nervous system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0001401", "EMAPA:17271", "MA:0000224", "SCTID:276146002", "VHOG:0000641" ;
    oboInOwl:hasExactSynonym "nerve of parasympathetic nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004293" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "parasympathetic nerve" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000011
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005428
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0010075
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001808
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000011
            ]
        )
    ] .

obo:UBERON_0004297
    obo:IAO_0000115 "A blood vessel smooth muscle that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001806" ;
    oboInOwl:hasExactSynonym "smooth muscle tissue of blood vessel of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004297" ;
    a owl:Class ;
    rdfs:label "respiratory system blood vessel smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004225, obo:UBERON_0004237, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003504
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003504
            ]
        )
    ] .

obo:UBERON_0004345
    obo:IAO_0000115 "Outermost layer of cells in the blastodermic vesicle, which will develop into the trophoblast layer and then contact the endometrium and take part in establishing the embryo's means of nutrition." ;
    oboInOwl:hasDbXref "BTO:0001840", "EHDAA2:0002091", "EHDAA:56", "EMAPA:16046", "VHOG:0000979" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004345" ;
    oboInOwl:inSubset core:early_development, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "trophectoderm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000490, obo:UBERON_0005292, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005631
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_1000274
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000085
    ] .

obo:UBERON_0004348
    obo:IAO_0000115 "The embryonic structure that gives rise to the corneal ectoderm." ;
    oboInOwl:hasDbXref "EHDAA:938", "EMAPA:16322", "RETIRED_EHDAA2:0001308", "VHOG:0001296" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004348" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "optic eminence" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000964
    ] .

obo:UBERON_0004356
    obo:IAO_0000115 "Multilayered ectodermal region at the distal tip of a limb or fin bud necessary for the proper development of the underlying mesenchyme[MP,modified]. Along with the zone of polarizing activity, it is a crucial organizing region during limb development[WP]." ;
    oboInOwl:hasDbXref "AAO:0010760", "EMAPA:32744", "NCIT:C34109", "TAO:0002146", "Wikipedia:Apical_ectodermal_ridge", "XAO:0004121", "ZFA:0001702" ;
    oboInOwl:hasExactSynonym "apical epidermal ridge" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "AER" ;
    oboInOwl:id "UBERON:0004356" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "apical ectodermal ridge" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000924
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0010464
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0061037
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0003104
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003000 ;
        owl:someValuesFrom obo:PR_000007499
    ] .

obo:UBERON_0004357
    obo:IAO_0000115 "An outgrowth on the lateral trunk of the embryo that develops into a limb or paired fin. The limb/fin bud is divided into ectoderm and mesenchyme[cjm, modified from MP]." ;
    oboInOwl:hasDbXref "VHOG:0001258" ;
    oboInOwl:hasExactSynonym "limb - fin bud", "paired appendage bud", "paired limb/fin bud" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004357" ;
    oboInOwl:inSubset core:homology_grouping ;
    a owl:Class ;
    rdfs:comment "Genes: In limb buds of chick and mouse, Shh expression is activated as soon as there is a morphological bud, whereas in S. canicula fin buds, consistent with reported data in other cartilaginous fishes, Shh is transcribed late in fin development[PMID:17187056]" ;
    rdfs:label "paired limb/fin bud" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003102, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004356
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005732
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0004708
    ] .

obo:UBERON_0004362
    obo:IAO_0000115 "The first of the series of pharyngeal arches that develop into jaw bones or their homologs, and their associated nerves and arteries." ;
    oboInOwl:hasDbXref "AAO:0010364", "CALOHA:TS-2089", "EHDAA2:0000006", "EHDAA:573", "EMAPA:16118", "FMA:293019", "MFMO:0000095", "NCIT:C34175", "SCTID:308767008", "TAO:0001595", "VHOG:0000296", "Wikipedia:First_pharyngeal_arch", "XAO:0000097", "ZFA:0001612" ;
    oboInOwl:hasExactSynonym "1st pharyngeal arch", "first pharyngeal arch", "mandibular arch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "1st arch", "1st visceral arch" ;
    oboInOwl:id "UBERON:0004362" ;
    oboInOwl:inSubset core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch 1" ;
    rdfs:subClassOf obo:UBERON_0002539 .

obo:UBERON_0004363
    obo:IAO_0000115 "One of a series of paired embryological vascular structures formed within a pharyngeal arch; in the adult, some of these vessels give rise to the great vessels[MP]." ;
    oboInOwl:hasAlternativeId "UBERON:0004342" ;
    oboInOwl:hasDbXref "AAO:0010414", "EFO:0003695", "EHDAA2:0000186", "EHDAA:398", "EHDAA:7327", "EMAPA:16684", "NCIT:C32123", "TAO:0005004", "VHOG:0000122", "Wikipedia:Aortic_arches", "XAO:0000341", "ZFA:0005004" ;
    oboInOwl:hasExactSynonym "aortic arch", "branchial arch artery", "embryonic aortic arch artery", "pharyngeal arch artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "aortic arch artery", "pharyngeal arch artery" ;
    oboInOwl:id "UBERON:0004363" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal arch artery" ;
    rdfs:subClassOf obo:UBERON_0003469, obo:UBERON_0006598, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002539
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007303
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001637
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002539
    ] .

obo:UBERON_0004364
    obo:IAO_0000115 "Thickened trophoblast of the blastocyst in rodents that becomes the fetal portion of the placenta." ;
    oboInOwl:hasDbXref "BTO:0001715", "EMAPA:16059" ;
    oboInOwl:hasExactSynonym "epamniotic cone", "placenta - ectoplacental cone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004364" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "ectoplacental cone" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000088
    ] .

obo:UBERON_0004365
    obo:IAO_0000115 "Blood vessel that is connected to the yolk sac." ;
    oboInOwl:hasDbXref "EMAPA:36494" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004365" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vitelline blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004374
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001040
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002170 ;
                owl:someValuesFrom obo:UBERON_0001040
            ]
        )
    ] .

obo:UBERON_0004367
    obo:IAO_0000115 "A transparent homogeneous acellular layer found between the substantia propria and the endothelial layer of the cornea[MP]." ;
    oboInOwl:hasDbXref "EMAPA:18804", "FMA:58309", "GAID:894", "MA:0001246", "MESH:D003886", "NCIT:C32454", "SCTID:281076002", "TAO:0002157", "Wikipedia:Descemet%27s_membrane", "ZFA:0001686" ;
    oboInOwl:hasExactSynonym "Descemet membrane", "Descemet's posterior elastic lamina", "lamina limitans posterior", "posterior limiting lamina", "posterior limiting lamina of cornea", "posterior limiting membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004367" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "The strong, resistant, thin, noncellular fourth layer of the cornea, located between the endothelium (from which it is secreted) and the stroma. (Cline et al., Dictionary of Visual Science, 4th ed)" ;
    rdfs:label "Descemet's membrane" ;
    rdfs:subClassOf obo:UBERON_0005769, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001777
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001985
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0001985
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005769
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0001777
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0001985
            ]
        )
    ] .

obo:UBERON_0004370
    obo:IAO_0000115 "A transparent homogeneous acellular layer, 6 to 9 um thick, lying between the basal lamina of the outer layer of stratified epithelium and the substantia propria of the cornea; it is considered to be a basement membrane." ;
    oboInOwl:hasDbXref "FMA:58273", "MA:0001240", "NCIT:C32226", "SCTID:281075003", "TAO:0002155", "Wikipedia:Bowman%27s_membrane", "ZFA:0001684" ;
    oboInOwl:hasExactSynonym "Bowman's anterior elastic lamina", "Bowman's layer", "Bowman's membrane", "anterior elastic lamina", "anterior limiting lamina", "anterior limiting lamina of cornea", "lamina limitans anterior (cornea)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior limiting membrane" ;
    oboInOwl:id "UBERON:0004370" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "anterior limiting lamina of cornea" ;
    rdfs:subClassOf obo:UBERON_0005769, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0001772
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005769
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0001772
            ]
        )
    ] .

obo:UBERON_0004374
    obo:IAO_0000115 "Vascular network that is connected to the yolk sac." ;
    oboInOwl:hasDbXref "Wikipedia:Vitelline_circulation" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "omphalomesenteric system", "vitelline bloos vessel system", "vitelline system" ;
    oboInOwl:id "UBERON:0004374" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vitelline vasculature" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001040
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002170 ;
                owl:someValuesFrom obo:UBERON_0001040
            ]
        )
    ] .

obo:UBERON_0004375
    obo:IAO_0000115 "A bone that is part of an appendage [Automatically generated definition]." ;
    oboInOwl:hasExactSynonym "appendage bone", "bone of appendage", "bone of free segment of appendicular skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004375" ;
    oboInOwl:inSubset core:homology_grouping ;
    a owl:Class ;
    rdfs:label "bone of free limb or fin" ;
    rdfs:subClassOf obo:UBERON_0010740, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011582
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004708
            ]
        )
    ] .

obo:UBERON_0004449
    obo:IAO_0000115 "One of three main pairs of arteries and their branches, which irrigate the cerebrum of the brain." ;
    oboInOwl:hasDbXref "AAO:0010493", "BTO:0005205", "CALOHA:TS-0126", "EHDAA2:0000233", "EHDAA:5294", "EMAPA:18613", "GAID:484", "MA:0002562", "MESH:D002536", "NCIT:C12691", "SCTID:181308008", "Wikipedia:Cerebral_artery", "XAO:0000367" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004449" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cerebral artery" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003709
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0004455
    obo:IAO_0000115 "An embryo at the neurula stage." ;
    oboInOwl:hasAlternativeId "UBERON:0007013" ;
    oboInOwl:hasDbXref "BILA:0000061", "BTO:0001766", "NCIT:C34229" ;
    oboInOwl:hasExactSynonym "neurula" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004455" ;
    a owl:Class ;
    rdfs:label "neurula embryo" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000922, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004734
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002491 ;
        owl:someValuesFrom obo:UBERON_0000110
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002491 ;
                owl:someValuesFrom obo:UBERON_0000110
            ]
        )
    ] .

obo:UBERON_0004456
    obo:IAO_0000115 "Sum of all sensory systems in an organism." ;
    oboInOwl:hasDbXref "FMA:78499" ;
    oboInOwl:hasExactSynonym "sense organ system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004456" ;
    oboInOwl:inSubset core:human_reference_atlas, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "entire sense organ system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:disjointWith obo:UBERON_8450002 .

obo:UBERON_0004461
    obo:IAO_0000115 "Any collection of skeletal muscles that is part of a head [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:18171", "FMA:71287" ;
    oboInOwl:hasExactSynonym "head musculature", "muscle group of head", "muscles of head", "set of muscles of head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004461" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:comment "This class is restricted to skeletal muscles that attach to the cranial skeleton. This seems to be consistent with FMA and EMAPA usage. Note that by definition this excludes invertebrate head musculature. It corresponds to the individual muscle organ term UBERON:0002376" ;
    rdfs:label "skeletal musculature of head" ;
    rdfs:subClassOf obo:UBERON_0008229, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013700
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005253
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0003129
            ]
        )
    ] .

obo:UBERON_0004464
    obo:IAO_0000115 "Any collection of muscles that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0000508", "FMA:71293" ;
    oboInOwl:hasExactSynonym "muscle group of thorax", "muscles of thorax", "set of muscles of thorax", "thoracic musculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004464" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "musculature of thorax" ;
    rdfs:subClassOf obo:UBERON_0004479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0004465
    obo:IAO_0000115 "Any collection of muscles that is part of a neck [Automatically generated definition]." ;
    oboInOwl:hasDbXref "AAO:0000091", "EMAPA:36050", "FMA:71290", "MESH:D009334" ;
    oboInOwl:hasExactSynonym "cervical muscles", "muscle group of neck", "muscles of neck", "neck musculature", "set of muscles of neck" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004465" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "musculature of neck" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0004469
    obo:IAO_0000115 "Any collection of muscles that is part of a back [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:71291" ;
    oboInOwl:hasExactSynonym "muscle group of back", "muscles of back", "set of muscles of back" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004469" ;
    a owl:Class ;
    rdfs:label "musculature of back" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001137
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0004471
    obo:IAO_0000115 "A subdivision of the musculature of the body in the pectoral girdle region. Includes pectoral and shoulder muscles." ;
    oboInOwl:hasDbXref "AAO:0000423", "FMA:33519" ;
    oboInOwl:hasExactSynonym "muscle group of pectoral girdle", "pectoral girdle muscles", "pectoral girdle musculature", "set of muscles of pectoral girdle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004471" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "musculature of pectoral girdle" ;
    rdfs:subClassOf obo:UBERON_0014793, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001421
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
        )
    ] .

obo:UBERON_0004473
    obo:IAO_0000115 "Any collection of muscles that is part of a face." ;
    oboInOwl:hasDbXref "FMA:71288" ;
    oboInOwl:hasExactSynonym "entire facial musculature", "facial muscles", "muscle group of face" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "set of facial muscles", "set of muscles of face" ;
    oboInOwl:id "UBERON:0004473" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "musculature of face" ;
    rdfs:subClassOf obo:UBERON_0008229, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001456
            ]
        )
    ] .

obo:UBERON_0004478
    obo:IAO_0000115 "The collection of muscles that are part of the larynx." ;
    oboInOwl:hasDbXref "FMA:264611", "FMA:46616", "MESH:D007821", "Wikipedia:Muscles_of_larynx" ;
    oboInOwl:hasExactSynonym "laryngeal muscles", "laryngeal muscles set", "muscle group of larynx", "set of laryngeal muscles", "set of muscles of larynx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004478" ;
    a owl:Class ;
    rdfs:label "musculature of larynx" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0004479
    obo:IAO_0000115 "Any collection of muscles that is part of a trunk [Automatically generated definition]." ;
    oboInOwl:hasDbXref "AAO:0011572", "EFO:0003531", "FMA:50187" ;
    oboInOwl:hasExactSynonym "muscle group of trunk", "set of muscles of trunk" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muscular system of trunk" ;
    oboInOwl:id "UBERON:0004479" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "musculature of trunk" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0004490
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of an atrium [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:7283" ;
    oboInOwl:hasExactSynonym "atrial cardiac muscle tissue", "atrial heart muscle", "cardiac atrium muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "atrial myocardium" ;
    oboInOwl:id "UBERON:0004490" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue of atrium" ;
    rdfs:subClassOf obo:UBERON_0004493, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002302
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:UBERON_0004491
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of a interatrial septum [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:84083" ;
    oboInOwl:hasExactSynonym "interatrial septum cardiac muscle tissue", "interatrial septum heart muscle", "interatrial septum muscle", "interatrial septum myocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004491" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue of interatrial septum" ;
    rdfs:subClassOf obo:UBERON_0004492, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002085
            ]
        )
    ] .

obo:UBERON_0004492
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of a cardiac septum [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:226279" ;
    oboInOwl:hasExactSynonym "cardiac septum cardiac muscle tissue", "cardiac septum heart muscle", "cardiac septum muscle", "cardiac septum myocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004492" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue of cardiac septum" ;
    rdfs:subClassOf obo:UBERON_0001133, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002099
            ]
        )
    ] .

obo:UBERON_0004493
    obo:IAO_0000115 "A portion of cardiac muscle tissue that is part of a myocardium [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:261726", "MA:0002441" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004493" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue of myocardium" ;
    rdfs:subClassOf obo:UBERON_0001133, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002349
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002349
            ]
        )
    ] .

obo:UBERON_0004495
    obo:IAO_0000115 "A portion of skeletal muscle tissue that is part of a diaphragm [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:261898" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004495" ;
    a owl:Class ;
    rdfs:label "skeletal muscle tissue of diaphragm" ;
    rdfs:subClassOf obo:UBERON_0003898, obo:UBERON_0004830, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:UBERON_0004521
    obo:IAO_0000115 "A vasculature that is part of a muscle organ [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:87123" ;
    oboInOwl:hasExactSynonym "muscular organ vasculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004521" ;
    a owl:Class ;
    rdfs:label "vasculature of muscle organ" ;
    rdfs:subClassOf obo:UBERON_0006876, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001630
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001630
            ]
        )
    ] .

obo:UBERON_0004522
    obo:IAO_0000115 "A vasculature that is part of a musculoskeletal system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:239607" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004522" ;
    a owl:Class ;
    rdfs:label "vasculature of musculoskeletal system" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002204
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002204
            ]
        )
    ] .

obo:UBERON_0004535
    obo:IAO_0000115 "Anatomical system that has as its parts the heart and blood vessels." ;
    oboInOwl:hasDbXref "AAO:0011001", "BILA:0000016", "BTO:0000088", "CALOHA:TS-1297", "EFO:0000791", "EHDAA:394", "EMAPA:16104", "EV:0100017", "FMA:7161", "GAID:467", "MA:0000010", "MAT:0000016", "MESH:D002319", "MIAA:0000016", "NCIT:C12686", "SCTID:278198007", "TAO:0000010", "VHOG:0000302", "WikipediaCategory:Cardiovascular_system", "XAO:0000100", "XAO:0001010", "ZFA:0000010" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "CV system", "Herz und Gefaesssystem" ;
    oboInOwl:id "UBERON:0004535" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:uberon_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cardiovascular system" ;
    rdfs:subClassOf obo:UBERON_0000467, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000467
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001009
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0004537
    obo:IAO_0000115 "A vascular network consisting of blood vessels." ;
    oboInOwl:hasDbXref "TAO:0001079", "ZFA:0001079" ;
    oboInOwl:hasExactSynonym "blood vascular network", "set of blood vessels" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "blood system", "blood vessel system", "blood vessels" ;
    oboInOwl:id "UBERON:0004537" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "blood vasculature" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0004548
    obo:IAO_0000115 "An eye that is part of a left side of organism [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:12515", "MA:0002949", "NCIT:C119334", "SCTID:362503005" ;
    oboInOwl:hasExactSynonym "left eyeball" ;
    oboInOwl:hasNarrowSynonym "left orbital part of face", "left orbital region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004548" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "left eye" ;
    rdfs:subClassOf obo:UBERON_0000970, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000970
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0004549
    obo:IAO_0000115 "An eye that is part of a right side of organism [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:12514", "MA:0002950", "NCIT:C119333", "SCTID:362502000" ;
    oboInOwl:hasExactSynonym "right eyeball" ;
    oboInOwl:hasNarrowSynonym "right orbital part of face", "right orbital region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004549" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "right eye" ;
    rdfs:subClassOf obo:UBERON_0000970, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000970
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0004571
    obo:IAO_0000115 "The part of the arterial system which carries oxygenated blood away from the heart to the body, and returns deoxygenated blood back to the heart." ;
    oboInOwl:hasDbXref "FMA:45623", "Wikipedia:Systemic_circulation#Arteries" ;
    oboInOwl:hasExactSynonym "systemic arterial circulatory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004571" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "systemic arterial system" ;
    rdfs:subClassOf obo:UBERON_0007798, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004572
    ] .

obo:UBERON_0004572
    obo:IAO_0000115 "The part of the cardiovascular system consisting of all arteries." ;
    oboInOwl:hasDbXref "BTO:0004690", "EHDAA2:0000143", "EHDAA:396", "EMAPA:16201", "EMAPA:16371", "MA:0002719", "SCTID:362030008", "VHOG:0000273" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004572" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "arterial system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0007798, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] .

obo:UBERON_0004573
    obo:IAO_0000115 "An artery of the systemic circulation, which is the part of the cardiovascular system which carries oxygenated blood away from the heart, to the body, and returns deoxygenated blood back to the heart." ;
    oboInOwl:hasDbXref "FMA:66464", "Wikipedia:Artery#Systemic_arteries" ;
    oboInOwl:hasExactSynonym "systemic arterial subtree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004573" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "systemic artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004571
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004571
            ]
        )
    ] .

obo:UBERON_0004581
    obo:IAO_0000115 "The part of the venous system that drains the general body tissues[Kardong]." ;
    oboInOwl:hasDbXref "FMA:45626", "Wikipedia:Systemic_venous_system" ;
    oboInOwl:hasExactSynonym "systemic venous circulatory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004581" ;
    a owl:Class ;
    rdfs:label "systemic venous system" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004582
    ] .

obo:UBERON_0004582
    obo:IAO_0000115 "The part of the cardiovascular system consisting of all venous vessels. In vertebrates with a double circulation, this can be divided into systemic and pulmonary portions." ;
    oboInOwl:hasDbXref "BTO:0004692", "EHDAA2:0002171", "EHDAA:486", "EMAPA:16240", "MA:0002720", "NCIT:C33858", "SCTID:362060003", "VHOG:0000277" ;
    oboInOwl:hasExactSynonym "vein system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004582" ;
    a owl:Class ;
    rdfs:label "venous system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0007798, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] .

obo:UBERON_0004638
    obo:IAO_0000115 "An endothelium that lines the blood vasculature. Other endothelia may line lymph vessels, the heart." ;
    oboInOwl:hasDbXref "BTO:0000766", "CALOHA:TS-2155", "EMAPA:35176", "MA:0000709", "NCIT:C53395", "TAO:0005257", "ZFA:0005257" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004638" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "blood vessel endothelium" ;
    rdfs:subClassOf obo:UBERON_0004852, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0004663
    obo:IAO_0000115 "An anatomical wall that is part of an aorta, enclosing the luminal space." ;
    oboInOwl:hasDbXref "EMAPA:35139", "FMA:14156", "MA:0002901" ;
    oboInOwl:hasExactSynonym "aortic wall", "wall of aorta" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004663" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta wall" ;
    rdfs:subClassOf obo:UBERON_0035965, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0004664
    obo:IAO_0000115 "The outermost layer of the aorta wall, containing connective tissue and collagen and elastic fibers." ;
    oboInOwl:hasDbXref "EMAPA:35136", "FMA:14283", "MA:0002902", "SCTID:24996002" ;
    oboInOwl:hasExactSynonym "tunica adventitia of aorta" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004664" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta tunica adventitia" ;
    rdfs:subClassOf obo:UBERON_0005734, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004663
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0004663
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005734
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0004666
    obo:IAO_0000115 "The membranous portion of the wall between the two lower chambers of the heart." ;
    oboInOwl:hasAlternativeId "UBERON:0004143" ;
    oboInOwl:hasBroadSynonym "membranous septum", "ventricle membranous septum", "ventricular membranous septum" ;
    oboInOwl:hasDbXref "EHDAA2:0004596", "EMAPA:18246", "FMA:7135", "MA:0002939", "SCTID:278228007", "VHOG:0000927" ;
    oboInOwl:hasExactSynonym "cardiac ventricular membranous septum", "membranous interventricular septum", "membranous part interventricular septum", "membranous part of interventricular septum", "membranous portion of interventricular septum", "pars membranacea (septi interventricularis)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "membranous interventricular septum" ;
    oboInOwl:id "UBERON:0004666" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "interventricular septum membranous part" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000158, obo:UBERON_0005983, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002094
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000095
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000158
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:UBERON_0004667
    obo:IAO_0000115 "The muscular portion of the wall between the two lower chambers of the heart." ;
    oboInOwl:hasAlternativeId "UBERON:0004144" ;
    oboInOwl:hasBroadSynonym "muscular septum" ;
    oboInOwl:hasDbXref "EHDAA2:0000885", "EHDAA:2607", "EMAPA:18247", "FMA:7134", "MA:0002940", "RETIRED_EHDAA2:0000888" ;
    oboInOwl:hasExactSynonym "cardiac ventricular muscular septum", "muscular interventricular septum", "muscular part interventricular septum", "muscular part of interventricular septum", "pars muscularis (septi interventricularis)", "ventricular muscular septum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muscular interventricular septum" ;
    oboInOwl:id "UBERON:0004667" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "interventricular septum muscular part" ;
    rdfs:subClassOf obo:UBERON_0002385, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002094
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002385
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:UBERON_0004684
    obo:IAO_0000115 "The raphe nuclei are thin plates of cells in and immediately adjacent to the sagittal plane." ;
    oboInOwl:hasDbXref "BAMS:RA", "EMAPA:35721", "FMA:84017", "MA:0003147", "MESH:D011903", "NCIT:C97335", "NLXANAT:20090205", "TAO:0001429", "Wikipedia:Raphe_nuclei", "ZFA:0001429", "neuronames:2495" ;
    oboInOwl:hasExactSynonym "raphe nuclei", "raphe nuclei set" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "raphe cluster", "raphe nucleus", "raphe of mesenchephalon", "set of raphe nuclei" ;
    oboInOwl:id "UBERON:0004684" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "we treat NR obscurus, NR magnus etc as parts of the raphe nuclei. This is consistent with treatment in FMA, where the class is 'set of raphe nuclei'" ;
    rdfs:label "raphe nuclei" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0001820
    ] .

obo:UBERON_0004688
    obo:IAO_0000115 "The costocervical trunk arises from the upper and back part of the subclavian artery, behind the scalenus anterior on the right side, and medial to that muscle on the left side. Passing backward, it splits into the deep cervical artery and the supreme intercostal artery (or the Highest intercostal artery), which descends behind the pleura in front of the necks of the first and second ribs, and anastomoses with the first aortic intercostal (3rd posterior intercostal artery). As it crosses the neck of the first rib it lies medial to the anterior division of the first thoracic nerve, and lateral to the first thoracic ganglion of the sympathetic trunk. In the first intercostal space, it gives off a branch which is distributed in a manner similar to the distribution of the aortic intercostals. The branch for the second intercostal space usually joins with one from the highest aortic intercostal artery. This branch is not constant, but is more commonly found on the right side; when absent, its place is supplied by an intercostal branch from the aorta. Each intercostal gives off a posterior branch which goes to the posterior vertebral muscles, and sends a small spinal branch through the corresponding intervertebral foramen to the medulla spinalis and its membranes. [WP,unvetted]." ;
    oboInOwl:hasDbXref "FMA:10636", "MA:0001939", "SCTID:244225009", "Wikipedia:Costocervical_trunk" ;
    oboInOwl:hasExactSynonym "costocervical trunk", "trunk of costocervical artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004688" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "costo-cervical trunk" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001533
    ] .

obo:UBERON_0004695
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of an arterial system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36503", "MA:0000704" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004695" ;
    a owl:Class ;
    rdfs:label "arterial system smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004572
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004572
            ]
        )
    ] .

obo:UBERON_0004696
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of a venous system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36613", "MA:0000715" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004696" ;
    a owl:Class ;
    rdfs:label "venous system smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004237, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004237
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004582
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004582
            ]
        )
    ] .

obo:UBERON_0004698
    obo:IAO_0000115 "An endothelium that is part of a vena cava [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000713", "NCIT:C49318" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004698" ;
    a owl:Class ;
    rdfs:label "vena cava endothelium" ;
    rdfs:subClassOf obo:UBERON_0001919, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004087
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004087
            ]
        )
    ] .

obo:UBERON_0004699
    obo:IAO_0000115 "An endothelium that is part of a outflow tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0000490", "VHOG:0001524" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004699" ;
    a owl:Class ;
    rdfs:label "outflow tract endothelium" ;
    rdfs:subClassOf obo:UBERON_0008307, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004145
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004145
            ]
        )
    ] .

obo:UBERON_0004700
    obo:IAO_0000115 "An endothelium that is part of an arterial system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35145", "MA:0000703", "NCIT:C49329" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004700" ;
    a owl:Class ;
    rdfs:label "arterial system endothelium" ;
    rdfs:subClassOf obo:UBERON_0004852, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004572
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004572
            ]
        )
    ] .

obo:UBERON_0004701
    obo:IAO_0000115 "An endothelium that is part of a venous system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35907", "MA:0000714", "NCIT:C49320" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004701" ;
    a owl:Class ;
    rdfs:label "venous system endothelium" ;
    rdfs:subClassOf obo:UBERON_0004852, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004582
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004582
            ]
        )
    ] .

obo:UBERON_0004702
    obo:IAO_0000115 "A blood vessel endothelium that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35732", "MA:0001805" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004702" ;
    a owl:Class ;
    rdfs:label "respiratory system blood vessel endothelium" ;
    rdfs:subClassOf obo:UBERON_0004638, obo:UBERON_0004807, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003504
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004706
    obo:IAO_0000115 "A transient fetal dilation of the distal (or cranial) heart tube located where the arterial trunk joins the ventral roots of the aortic arches." ;
    oboInOwl:hasDbXref "EHDAA2:0000197", "EHDAA:438", "EHDAA:768", "EMAPA:16333", "FMA:70300", "NCIT:C34114", "SCTID:361525002", "Wikipedia:Bulbus_cordis" ;
    oboInOwl:hasExactSynonym "primitive right ventricle endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004706" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "bulbus cordis" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] .

obo:UBERON_0004708
    obo:IAO_0000115 "An appendage that is part of an appendage girdle complex." ;
    oboInOwl:hasAlternativeId "UBERON:0009872" ;
    oboInOwl:hasDbXref "VSAO:0000067" ;
    oboInOwl:hasExactSynonym "girdle-associated appendage", "limb or fin", "limb/fin", "pectoral or pelvic appendage", "pelvic/pectoral appendage" ;
    oboInOwl:hasNarrowSynonym "jointed paired lateral appendage", "paired appendage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004708" ;
    oboInOwl:inSubset core:homology_grouping ;
    a owl:Class ;
    rdfs:label "paired limb/fin" ;
    rdfs:subClassOf obo:UBERON_0000026, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010707
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000014
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0007823
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0011582
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000026
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010707
            ]
        )
    ] .

obo:UBERON_0004710
    obo:IAO_0000115 "Paired appendage that consists of the anterior appendicular skeleton and associated soft and hard tissues, but excludes the pectoral girdle and its associated soft and hard tissues." ;
    oboInOwl:hasAlternativeId "UBERON:0009875" ;
    oboInOwl:hasBroadSynonym "anterior appendage" ;
    oboInOwl:hasDbXref "VHOG:0001753", "VSAO:0000125" ;
    oboInOwl:hasExactSynonym "anterior limb/fin", "anterior paired appendage", "forelimb - pectoral fin", "forelimb or pectoral fin", "forelimb/pectoral fin", "pectoral limb/fin" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004710" ;
    oboInOwl:inSubset core:homology_grouping ;
    a owl:Class ;
    rdfs:label "pectoral appendage" ;
    rdfs:subClassOf obo:UBERON_0004708, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010708
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0001421
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0007272
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004708
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010708
            ]
        )
    ] .

obo:UBERON_0004711
    obo:IAO_0000115 "The jugular veins are veins that bring deoxygenated blood from the head back to the heart via the superior vena cava." ;
    oboInOwl:hasDbXref "BTO:0001744", "CALOHA:TS-0497", "EMAPA:18638", "GAID:536", "MA:0002154", "MESH:D007601", "NCIT:C12738", "SCTID:244403000", "Wikipedia:Jugular_vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "jugular", "vena jugularis" ;
    oboInOwl:id "UBERON:0004711" ;
    a owl:Class ;
    rdfs:label "jugular vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] .

obo:UBERON_0004716
    obo:IAO_0000115 "The embryo and its adnexa (appendages or adjunct parts) or associated membranes (i.e. the products of conception) The conceptus includes all structures that develop from the zygote, both embryonic and extraembryonic. It includes the embryo as well as the embryonic part of the placenta and its associated membranes - amnion, chorion (gestational sac), and yolk sac[WP]." ;
    oboInOwl:hasDbXref "AEO:0000194", "BTO:0003834", "EHDAA2:0000001", "EHDAA2:0003235", "EMAPA:36040", "NCIT:C34131", "Wikipedia:Conceptus" ;
    oboInOwl:hasExactSynonym "embryo plus adnexa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004716" ;
    a owl:Class ;
    rdfs:label "conceptus" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0016887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0000365
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002489 ;
        owl:someValuesFrom obo:UBERON_0000068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002493 ;
        owl:someValuesFrom obo:UBERON_0000068
    ] .

obo:UBERON_0004731
    obo:IAO_0000115 "A transverse unitary subdivision of the neural tube that shares a common dorsoventral structure (floor, basal, alar, and roof plates), but each having differential molecular identities and fates; they comprise the secondary prosencephalon, diencephalon (prosomeres), the midbrain (mesomeres), and the hindbrain (rhombomeres)." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2009-06-18T09:00:04Z" ;
    oboInOwl:hasDbXref "NLX:147842", "TAO:0001328", "Wikipedia:Neuromere", "ZFA:0001328" ;
    oboInOwl:hasExactSynonym "neural tube metameric segment", "neural tube segment", "neuromere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neural metamere", "neural segment" ;
    oboInOwl:id "UBERON:0004731" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "neuromere" ;
    rdfs:subClassOf obo:UBERON_0004732, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004732
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001049
            ]
        )
    ] .

obo:UBERON_0004732
    obo:IAO_0000115 "Any segmental subdivision of a nervous system. Includes metameric developmental segments, such as vertebrates neuromeres." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neuromere" ;
    oboInOwl:id "UBERON:0004732" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "segmental subdivision of nervous system" ;
    rdfs:subClassOf obo:UBERON_0000063, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000063
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001016
            ]
        )
    ] .

obo:UBERON_0004733
    obo:IAO_0000115 "An organ subunit that is part of a hindbrain [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:61998" ;
    oboInOwl:hasExactSynonym "hindbrain segment", "segment of hindbrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004733" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "segmental subdivision of hindbrain" ;
    rdfs:subClassOf obo:UBERON_0004732, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000063
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0004734
    obo:IAO_0000115 "Organism at the gastrula stage." ;
    oboInOwl:hasAlternativeId "UBERON:0007012" ;
    oboInOwl:hasDbXref "BILA:0000060", "BTO:0001403", "FMA:293108", "GAID:1302", "MESH:D005775", "MIAA:0000179", "NCIT:C34057", "NCIT:C34058", "Wikipedia:Gastrula", "Wikipedia:Trilaminar_blastocyst" ;
    oboInOwl:hasExactSynonym "gastrula embryo" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "blastocystis trilaminaris", "tri-laminar disc", "tri-laminar disk", "trilaminar blastocyst", "trilaminar blastoderm", "trilaminar disc", "trilaminar disk", "trilaminar germ" ;
    oboInOwl:id "UBERON:0004734" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "gastrula" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000922, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002491 ;
        owl:someValuesFrom obo:UBERON_0000109
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002491 ;
                owl:someValuesFrom obo:UBERON_0000109
            ]
        )
    ] .

obo:UBERON_0004742
    obo:IAO_0000115 "The dentary is a dermal bone that forms the antero-lateral part of the lower jaw in fishes and amphibians, extending to the whole lower jaw in mammals[VHOG,modified]." ;
    oboInOwl:hasDbXref "AAO:0000124", "EFO:0003508", "TAO:0000191", "VHOG:0001022", "ZFA:0000191", "http://palaeos.com/vertebrates/bones/dermal/images/Dentary1.gif" ;
    oboInOwl:hasExactSynonym "dentary bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "dentale", "os dentale", "sur-angulaire" ;
    oboInOwl:id "UBERON:0004742" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "dentary" ;
    rdfs:subClassOf obo:UBERON_0004768, obo:UBERON_0008907, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003113
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0003278
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010336
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003324
    ] .

obo:UBERON_0004755
    obo:IAO_0000115 "A specialized form of connective tissue in which the extracellular matrix is firm, providing the tissue with resilience, and/or mineralized and that functions in mechanical and structural support.[VSAO]." ;
    oboInOwl:hasDbXref "MA:0003047", "SCTID:309311006", "VSAO:0000015", "XAO:0004038", "ZFA:0005619" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004755" ;
    a owl:Class ;
    rdfs:comment "Four classes of mineralized tissues are found in vertebrates: bone, cartilage, dentine, and enamel. We think of cartilage and bone as skeletal tissues and of enamel and dentine as dental tissues, but enamel and dentine arose evolutionarily together with bone as skeletal tissues in the dermal skeleton (exoskeleton) of early vertebrates. Scales and teeth of sharks are examples of dermal skeletal elements that are still composed of the three ancient components-enamel, dentine, and bone. Cartilage, on the other hand, provided the basis for the second vertebrate skeletal system, the endoskeleton (Smith and Hall, 1990; Hall, 1998a,b). some invertebrate skeletal tissues have surprisingly bone-like features. Examples include chondrocytes interconnected by cell processes in cephalopod cartilages (Cole and Hall, 2004a,b), and the calcium phosphate layer in the shells of brachiopods (Rodland et al., 2003). However, neither bone nor mineralized cartilage have been found in invertebrates. Editors notes: TODO - develops_from" ;
    rdfs:label "skeletal tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004765
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:CL_0007001
    ] .

obo:UBERON_0004756
    obo:IAO_0000115 "Dermis-derived entity that is made of skeletal tissue." ;
    oboInOwl:hasExactSynonym "dermal element" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004756" ;
    a owl:Class ;
    rdfs:label "dermal skeletal element" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0004755
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004765
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0004755
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002067
            ]
        )
    ] .

obo:UBERON_0004761
    obo:IAO_0000115 "The primitive cartilagionous skeletal structure of the fetal skull that grows to envelop the rapidly growing embyonic brain. In humans, the chondrocranium begins forming at 28 days from mesenchymal condensations and is fully formed between week 7 and 9 of fetal development. While the majority of the chondrocranium is succeeded by the bony skull in most higher vertebrates, some components do persist into adulthood.[1] In Cartilagious fishes and Agnathans, the chondrocranium persist throughout life.[2] Embryologically, the chondrocranium represent the basal cranial structure, and lay the base for the formation of the endocranium in higher vertebrates[WP]." ;
    oboInOwl:hasDbXref "AAO:0000094", "EHDAA:6031", "FMA:76621", "NCIT:C34121", "SCTID:155540009", "Wikipedia:Chondrocranium", "XAO:0003059" ;
    oboInOwl:hasExactSynonym "cartilaginous chondocranium", "cartiligionous skeletal structure of skull" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cartilaginous skull", "chondocranium", "embryonic chondocranium" ;
    oboInOwl:id "UBERON:0004761" ;
    a owl:Class ;
    rdfs:label "cartilaginous neurocranium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002418
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009617
    ] .

obo:UBERON_0004764
    obo:IAO_0000115 "Bone tissue that forms directly within mesenchyme, and does not replace other tissues[TAO]. Intramembranous ossification is the formation of bone in which osteoblasts secrete a collagen-proteoglycan matrix that binds calcium salts and becomes calcified[GO]. Intramembranous ossification is the way flat bones and the shell of a turtle are formed[GO]. Unlike endochondral ossification, cartilage is not present during intramembranous ossification[WP]." ;
    oboInOwl:hasDbXref "MA:0002837", "Wikipedia:Intramembranous_ossification" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004764" ;
    a owl:Class ;
    rdfs:label "intramembranous bone tissue" ;
    rdfs:subClassOf obo:UBERON_0002481, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002514
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003104
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002353 ;
        owl:someValuesFrom obo:GO_0001957
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002481
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002353 ;
                owl:someValuesFrom obo:GO_0001957
            ]
        )
    ] .

obo:UBERON_0004765
    obo:IAO_0000115 "Organ consisting of skeletal tissue. Encompasses whole bones, fused bones, cartilaginious elements, teeth, dermal denticles." ;
    oboInOwl:hasDbXref "AAO:0011129", "TAO:0001890", "VSAO:0000128", "XAO:0004012", "ZFA:0005494", "galen:SkeletalStructure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004765" ;
    oboInOwl:inSubset core:organ_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "skeletal element" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] .

obo:UBERON_0004766
    obo:IAO_0000115 "A bone that is part of a cranium." ;
    oboInOwl:hasDbXref "SCTID:181792001" ;
    oboInOwl:hasExactSynonym "cranium bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004766" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cranial bone" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003128
            ]
        )
    ] .

obo:UBERON_0004768
    obo:IAO_0000115 "Any bone that is part of the lower jaw skeleton. This includes (when present): the dentary/mandible, the articular, the splenial, the suprangular." ;
    oboInOwl:hasExactSynonym "lower jaw bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004768" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "bone of lower jaw" ;
    rdfs:subClassOf obo:UBERON_0010313, obo:UBERON_0012360, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003278
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001710
            ]
        )
    ] .

obo:UBERON_0004770
    obo:IAO_0000115 "Anatomical system that consists of all the joints of the body." ;
    oboInOwl:hasDbXref "EMAPA:35150", "FMA:23878", "MA:0003007", "SCTID:361827000", "VSAO:0000181" ;
    oboInOwl:hasExactSynonym "joint system", "set of all joints of body" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "set of all joints", "set of joints of body" ;
    oboInOwl:id "UBERON:0004770" ;
    a owl:Class ;
    rdfs:label "articular system" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0034925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001434
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002328 ;
        owl:someValuesFrom obo:GO_0040011
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0000982
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034925
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002351 ;
                owl:someValuesFrom obo:UBERON_0000982
            ]
        )
    ] .

obo:UBERON_0004777
    obo:IAO_0000115 "A submucosa that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001822" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius submucosa", "submucosa of apparatus respiratorius", "submucosa of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004777" ;
    a owl:Class ;
    rdfs:label "respiratory system submucosa" ;
    rdfs:subClassOf obo:UBERON_0000009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004778
    obo:IAO_0000115 "A submucosa that is part of a larynx [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35474", "FMA:321584", "MA:0002728", "SCTID:361941005" ;
    oboInOwl:hasExactSynonym "submucosa of larynx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "laryngeal submucosa" ;
    oboInOwl:id "UBERON:0004778" ;
    a owl:Class ;
    rdfs:label "larynx submucosa" ;
    rdfs:subClassOf obo:UBERON_0004777, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0004779
    obo:IAO_0000115 "A lamina propria that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001821" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius lamina propria", "apparatus respiratorius lamina propria mucosa", "lamina propria mucosa of apparatus respiratorius", "lamina propria mucosa of respiratory system", "lamina propria of apparatus respiratorius", "lamina propria of respiratory system", "respiratory system lamina propria mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004779" ;
    a owl:Class ;
    rdfs:label "respiratory system lamina propria" ;
    rdfs:subClassOf obo:UBERON_0000030, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003570
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004785
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000030
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004780
    obo:IAO_0000115 "A lamina propria that is part of a gastrointestinal system." ;
    oboInOwl:hasDbXref "MA:0001899", "NCIT:C49299" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004780" ;
    a owl:Class ;
    rdfs:label "gastrointestinal system lamina propria" ;
    rdfs:subClassOf obo:UBERON_0000030, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004786
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000030
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005409
            ]
        )
    ] .

obo:UBERON_0004782
    obo:IAO_0000115 "A serous membrane that is part of a digestive system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001522" ;
    oboInOwl:hasExactSynonym "digestive system serosa", "digestive system serous membrane", "gastrointestinal system serous membrane", "serosa of digestive system", "serosa of gastrointestinal system", "serous membrane of digestive system", "serous membrane of gastrointestinal system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004782" ;
    a owl:Class ;
    rdfs:label "gastrointestinal system serosa" ;
    rdfs:subClassOf obo:UBERON_0000042, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000042
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005409
            ]
        )
    ] .

obo:UBERON_0004784
    obo:IAO_0000115 "An anatomical wall that is part of a cardiac ventricle [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:13884", "MA:0002791", "NCIT:C119295" ;
    oboInOwl:hasExactSynonym "anatomical wall of cardiac ventricle", "anatomical wall of heart ventricle", "anatomical wall of lower chamber of heart", "anatomical wall of ventricle of heart", "cardiac ventricle anatomical wall", "cardiac ventricle wall", "heart ventricle anatomical wall", "lower chamber of heart anatomical wall", "lower chamber of heart wall", "ventricle of heart anatomical wall", "ventricle of heart wall", "ventricular wall", "wall of cardiac ventricle", "wall of heart ventricle", "wall of lower chamber of heart", "wall of ventricle of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "wall of ventricle" ;
    oboInOwl:id "UBERON:0004784" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "heart ventricle wall" ;
    rdfs:subClassOf obo:UBERON_0037144, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:UBERON_0004785
    obo:IAO_0000115 "The mucous membrane lining the respiratory tract." ;
    oboInOwl:hasDbXref "BTO:0000973", "FMA:302092", "GAID:304", "MA:0001827", "MESH:D020545" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius mucosa", "apparatus respiratorius mucosa of organ", "apparatus respiratorius mucous membrane", "mucosa of apparatus respiratorius", "mucosa of organ of apparatus respiratorius", "mucosa of organ of respiratory system", "mucosa of respiratory system", "mucous membrane of apparatus respiratorius", "mucous membrane of respiratory system", "respiratory system mucosa of organ", "respiratory system mucous membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "laryngeal mucous membrane", "respiratory mucosa", "respiratory tract mucosa" ;
    oboInOwl:id "UBERON:0004785" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "respiratory system mucosa" ;
    rdfs:subClassOf obo:UBERON_0000344, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004786
    obo:IAO_0000115 "A mucosa that is part of a gastrointestinal system." ;
    oboInOwl:hasDbXref "BTO:0000546", "BTO:0005568", "EMAPA:36591", "MA:0001521", "SCTID:410433007" ;
    oboInOwl:hasExactSynonym "digestive tract mucosa", "gut mucosa", "gut mucuous membrane", "mucosa of gut" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004786" ;
    a owl:Class ;
    rdfs:comment "The gut mucosa of amphioxus has insulin-secreting cells. http://www.ncbi.nlm.nih.gov/pubmed/16417468" ;
    rdfs:label "gastrointestinal system mucosa" ;
    rdfs:subClassOf obo:UBERON_0000344, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005409
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000172
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000696
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002067
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0006909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005409
            ]
        )
    ] .

obo:UBERON_0004794
    obo:IAO_0000115 "A secretion that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:79662", "MA:0002514", "NCIT:C52555" ;
    oboInOwl:hasExactSynonym "esophageal secretion", "gullet secretion", "oesophagus secretion", "secretion of esophagus", "secretion of gullet", "secretion of oesophagus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004794" ;
    a owl:Class ;
    rdfs:label "esophagus secretion" ;
    rdfs:subClassOf obo:UBERON_0000456, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000456
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0004797
    obo:IAO_0000115 "Any of the tissue layers that comprise a blood vessel. Examples: tunica media, tunica adventitia." ;
    oboInOwl:hasDbXref "EMAPA:36296", "MA:0002854" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004797" ;
    a owl:Class ;
    rdfs:label "blood vessel layer" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035965
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0004798
    obo:IAO_0000115 "A basal lamina that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001816" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius basal lamina", "apparatus respiratorius basal lamina of connective tissue", "basal lamina of apparatus respiratorius", "basal lamina of connective tissue of apparatus respiratorius", "basal lamina of connective tissue of respiratory system", "basal lamina of respiratory system", "respiratory system basal lamina of connective tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004798" ;
    a owl:Class ;
    rdfs:label "respiratory system basal lamina" ;
    rdfs:subClassOf obo:UBERON_0000482, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000482
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004799
    obo:IAO_0000115 "A basal lamina that is part of a respiratory airway [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001855", "NCIT:C49303" ;
    oboInOwl:hasExactSynonym "basal lamina of connective tissue of respiratory airway" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004799" ;
    a owl:Class ;
    rdfs:label "trachea basal lamina" ;
    rdfs:subClassOf obo:UBERON_0004798, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001005
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000482
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001005
            ]
        )
    ] .

obo:UBERON_0004800
    obo:IAO_0000115 "A basal lamina that is part of a bronchus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001833", "NCIT:C49207" ;
    oboInOwl:hasExactSynonym "basal lamina of bronchi", "basal lamina of bronchial trunk", "basal lamina of bronchus", "basal lamina of connective tissue of bronchi", "basal lamina of connective tissue of bronchial trunk", "basal lamina of connective tissue of bronchus", "bronchi basal lamina", "bronchi basal lamina of connective tissue", "bronchial trunk basal lamina", "bronchial trunk basal lamina of connective tissue", "bronchus basal lamina of connective tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004800" ;
    a owl:Class ;
    rdfs:label "bronchus basal lamina" ;
    rdfs:subClassOf obo:UBERON_0004799, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000482
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0004802
    obo:IAO_0000115 "The pseudostratified ciliated epithelium that lines much of the conducting portion of the airway, including part of the nasal cavity and larynx, the trachea, and bronchi." ;
    oboInOwl:hasDbXref "BTO:0000419", "CALOHA:TS-0023", "EMAPA:32827", "MA:0001480", "SCTID:321764001" ;
    oboInOwl:hasExactSynonym "epithelial tissue of respiratory tract", "epithelium of respiratory tract", "respiratory tract epithelial tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "airway epithelium", "respiratory epithelium" ;
    oboInOwl:id "UBERON:0004802" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "respiratory tract epithelium" ;
    rdfs:subClassOf obo:UBERON_0004807, obo:UBERON_0010499, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000065
            ]
        )
    ] .

obo:UBERON_0004807
    obo:IAO_0000115 "An epithelium that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "CALOHA:TS-0023", "EMAPA:32826", "MA:0001823" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius epithelial tissue", "apparatus respiratorius epithelium", "epithelial tissue of apparatus respiratorius", "epithelial tissue of respiratory system", "epithelium of apparatus respiratorius", "epithelium of respiratory system", "respiratory system epithelial tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004807" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "respiratory system epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004808
    obo:IAO_0000115 "An epithelium that is part of a digestive system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:32683", "MA:0001520" ;
    oboInOwl:hasExactSynonym "digestive system epithelial tissue", "digestive system epithelium", "epithelial tissue of digestive system", "epithelial tissue of gastrointestinal system", "epithelium of digestive system", "epithelium of gastrointestinal system", "gastrointestinal system epithelial tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004808" ;
    a owl:Class ;
    rdfs:label "gastrointestinal system epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005409
            ]
        )
    ] .

obo:UBERON_0004815
    obo:IAO_0000115 "An epithelium that is part of a lower respiratory tract [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001481" ;
    oboInOwl:hasExactSynonym "epithelial tissue of lower respiratory tract", "epithelium of lower respiratory tract", "lower respiratory tract epithelial tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004815" ;
    a owl:Class ;
    rdfs:label "lower respiratory tract epithelium" ;
    rdfs:subClassOf obo:UBERON_0004802, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001558
            ]
        )
    ] .

obo:UBERON_0004816
    obo:IAO_0000115 "An epithelium that is part of a larynx [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0004065", "EMAPA:35472", "MA:0001765", "NCIT:C49247" ;
    oboInOwl:hasExactSynonym "epithelial tissue of larynx", "epithelium of larynx", "laryngeal epithelium", "larynx epithelial tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004816" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "larynx epithelium" ;
    rdfs:subClassOf obo:UBERON_0004802, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0004830
    obo:IAO_0000115 "A portion of skeletal muscle tissue that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001829" ;
    oboInOwl:hasExactSynonym "respiratory system skeletal muscle tissue", "skeletal muscle of apparatus respiratorius", "skeletal muscle of respiratory system", "skeletal muscle tissue of apparatus respiratorius", "skeletal muscle tissue of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004830" ;
    a owl:Class ;
    rdfs:label "respiratory system skeletal muscle" ;
    rdfs:subClassOf obo:UBERON_0001134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004831
    obo:IAO_0000115 "A portion of skeletal muscle tissue that is part of a esophagus [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36523", "MA:0001572" ;
    oboInOwl:hasExactSynonym "esophagus skeletal muscle tissue", "skeletal muscle of esophagus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004831" ;
    a owl:Class ;
    rdfs:comment "Most muscle tissue lining the digestive tract is smooth, but part of the externa of the esophagus is skeletal" ;
    rdfs:label "esophagus skeletal muscle" ;
    rdfs:subClassOf obo:UBERON_0003898, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003832
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0004833
    obo:IAO_0000115 "A portion of skeletal muscle tissue that is part of a lip [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001578" ;
    oboInOwl:hasExactSynonym "lip skeletal muscle tissue", "skeletal muscle of lip", "skeletal muscle tissue of lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004833" ;
    a owl:Class ;
    rdfs:label "lip skeletal muscle" ;
    rdfs:subClassOf obo:UBERON_0001134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0004848
    obo:IAO_0000115 "An endothelium of artery that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001801" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius arterial endothelium", "apparatus respiratorius artery endothelium", "apparatus respiratorius endothelium of artery", "arterial endothelium of apparatus respiratorius", "arterial endothelium of respiratory system", "artery endothelium of apparatus respiratorius", "artery endothelium of respiratory system", "endothelium of artery of apparatus respiratorius", "endothelium of artery of respiratory system", "respiratory system artery endothelium", "respiratory system endothelium of artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004848" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "respiratory system arterial endothelium" ;
    rdfs:subClassOf obo:UBERON_0001917, obo:UBERON_0004702, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003469
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001917
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004849
    obo:IAO_0000115 "An endothelium of vein that is part of a respiratory system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0001811" ;
    oboInOwl:hasExactSynonym "apparatus respiratorius endothelium of vein", "apparatus respiratorius vein endothelium", "apparatus respiratorius venous endothelium", "endothelium of vein of apparatus respiratorius", "endothelium of vein of respiratory system", "respiratory system endothelium of vein", "respiratory system vein endothelium", "vein endothelium of apparatus respiratorius", "vein endothelium of respiratory system", "venous endothelium of apparatus respiratorius", "venous endothelium of respiratory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004849" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "respiratory system venous endothelium" ;
    rdfs:subClassOf obo:UBERON_0001919, obo:UBERON_0004702, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003476
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001919
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0004851
    obo:IAO_0000115 "The thin layer of flat cells that line the aorta and form a barrier between circulating blood in the lumen and the rest of the vessel wall." ;
    oboInOwl:hasDbXref "BTO:0000394", "CALOHA:TS-0047", "EFO:0002597", "EMAPA:35134", "MA:0000701", "NCIT:C49190" ;
    oboInOwl:hasExactSynonym "adult aorta endothelium", "endothelium of adult aorta", "endothelium of aorta", "endothelium of trunk of aortic tree", "endothelium of trunk of systemic arterial tree", "trunk of aortic tree endothelium", "trunk of systemic arterial tree endothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "aortic endothelium" ;
    oboInOwl:id "UBERON:0004851" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta endothelium" ;
    rdfs:subClassOf obo:UBERON_0004638, obo:UBERON_0004700, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0004852
    obo:IAO_0000115 "An endothelium that is part of the cardiovascular system." ;
    oboInOwl:hasDbXref "BTO:0001853", "EMAPA:35201", "GAID:519", "MA:0000717", "MESH:D004730", "NCIT:C13053", "TAO:0002171", "VHOG:0001217", "XAO:0000356", "ZFA:0001639" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004852" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "cardiovascular system endothelium" ;
    rdfs:subClassOf obo:UBERON_0001986, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004535
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004535
            ]
        )
    ] .

obo:UBERON_0004857
    obo:IAO_0000115 "A connective tissue that surrounds a skeletal muscle tissue." ;
    oboInOwl:hasDbXref "MA:0002868" ;
    oboInOwl:hasExactSynonym "connective tissue of skeletal muscle", "connective tissue of skeletal muscle tissue", "portion of connective tissue of skeletal muscle", "portion of connective tissue of skeletal muscle tissue", "skeletal muscle portion of connective tissue", "skeletal muscle textus connectivus", "skeletal muscle tissue connective tissue", "skeletal muscle tissue portion of connective tissue", "skeletal muscle tissue textus connectivus", "textus connectivus of skeletal muscle", "textus connectivus of skeletal muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "skeletal muscle interstitial tissue", "skeletal muscle interstitum" ;
    oboInOwl:id "UBERON:0004857" ;
    a owl:Class ;
    rdfs:label "skeletal muscle connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0001134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:UBERON_0004859
    obo:IAO_0000115 "A gland that is part of a eye. The eye is a compound unit which depending on the species may consist of an eyeballs plus associated ducts and integumentary structures. Eye glands therefore include the various types of lacrimal gland, the various types of apocrine and sebaceous glands associated with the eyelid." ;
    oboInOwl:hasDbXref "EMAPA:35334", "MA:0000267" ;
    oboInOwl:hasExactSynonym "eye-associated gland", "gland of eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004859" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:comment "Examples: harderian gland, accessory lacrimal gland, gland of Moll, gland of Zeis, nictitating membrane glands" ;
    rdfs:label "eye gland" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000970
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000970
            ]
        )
    ] .

obo:UBERON_0004864
    obo:IAO_0000115 "A vasculature that is part of a retina [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:76552", "MESH:D012171" ;
    oboInOwl:hasExactSynonym "retina vasculature", "retina vasculature of camera-type eye", "retinal blood vessels", "retinal blood vessels set", "retinal vasculature", "set of blood vessels of retina", "set of retinal blood vessels" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004864" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vasculature of retina" ;
    rdfs:subClassOf obo:UBERON_0002203, obo:UBERON_0036302, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000966
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000966
            ]
        )
    ] .

obo:UBERON_0004872
    obo:IAO_0000115 "Layer of lateral plate mesoderm that forms the circulatory system and future gut wall - overlies endoderm[WP]." ;
    oboInOwl:hasBroadSynonym "visceral mesoderm" ;
    oboInOwl:hasDbXref "AAO:0011102", "BILA:0000044", "FMA:295568", "Wikipedia:Lateral_plate_mesoderm#Division_into_layers", "XAO:0000276" ;
    oboInOwl:hasExactSynonym "inner layer of lateral plate mesoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "splanchnic mesoderm" ;
    oboInOwl:id "UBERON:0004872" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "splanchnic layer of lateral plate mesoderm" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] .

obo:UBERON_0004873
    obo:IAO_0000115 "A structure created during embryogenesis when the lateral mesoderm splits into two layers - the inner (or splanchnic) layer adheres to the endoderm, and with it forms the splanchnopleure[WP]." ;
    oboInOwl:hasDbXref "EHDAA2:0001903", "EHDAA:383", "EMAPA:16181", "FMA:295564", "NCIT:C34303", "VHOG:0000558", "Wikipedia:Splanchnopleure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ventral splanchnic mesoderm" ;
    oboInOwl:id "UBERON:0004873" ;
    a owl:Class ;
    rdfs:label "splanchnopleure" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0000925
    ] .

obo:UBERON_0004874
    obo:IAO_0000115 "A structure created during embryogenesis when the lateral mesoderm splits into two layers - the outer (or somatic) layer becomes applied to the inner surface of the ectoderm, and with it forms the somatopleure.[WP]." ;
    oboInOwl:hasDbXref "EHDAA2:0001847", "EHDAA:381", "EMAPA:16180", "FMA:295566", "NCIT:C34301", "VHOG:0000557", "Wikipedia:Somatopleure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004874" ;
    a owl:Class ;
    rdfs:label "somatopleure" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] .

obo:UBERON_0004880
    obo:IAO_0000115 "The central region of trunk mesoderm. This tissue forms the notochord." ;
    oboInOwl:hasDbXref "AAO:0000478", "EFO:0003426", "TAO:0000091", "ZFA:0000091" ;
    oboInOwl:hasExactSynonym "axial chorda mesoderm", "chorda mesoderm", "dorsal mesoderm", "presumptive notochord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004880" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "chordamesoderm" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:UBERON_0004883
    obo:IAO_0000115 "The mass of tissue made up of mesenchymal cells in the lung." ;
    oboInOwl:hasDbXref "EMAPA:32866" ;
    oboInOwl:hasExactSynonym "lung-associated mesenchyme", "mesenchyme of lung", "pulmonary mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004883" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "lung mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0004904
    obo:IAO_0000115 "A neuron projection bundle that connects the retina or its analog in the eye with the brain. This includes the vertebrate optic nerve (not truly a nerve) as well as analogous structures such as the Bolwig nerve in Drosophila." ;
    oboInOwl:hasBroadSynonym "optic nerve" ;
    oboInOwl:hasDbXref "BTO:0000966", "EV:0100351", "TADS:0000232" ;
    oboInOwl:hasExactSynonym "optic nerve (generic)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004904" ;
    oboInOwl:inSubset core:grouping_class, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "for the vertebrate-specific structure, see UBERON:0000941 (cranial nerve II)" ;
    rdfs:label "neuron projection bundle connecting eye with brain" ;
    rdfs:subClassOf obo:UBERON_0000122, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002104
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0005388
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000122
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0005388
            ]
        )
    ] .

obo:UBERON_0004905
    obo:IAO_0000115 "Anatomical structure that connects two or more adjacent skeletal elements or hardened body parts." ;
    oboInOwl:hasNarrowSynonym "joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004905" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "articulation" ;
    rdfs:subClassOf obo:UBERON_0034921, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004770
    ] .

obo:UBERON_0004906
    obo:IAO_0000115 "A portion of the gut that is derived from ectoderm." ;
    oboInOwl:hasExactSynonym "ectodermal gut", "gut ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004906" ;
    a owl:Class ;
    rdfs:label "ectodermal part of digestive tract" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0004921 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004921
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
        )
    ] .

obo:UBERON_0004908
    obo:IAO_0000115 "The region of the digestive tract extending from the mouth cavity through pharynx esophagus stomach and duodenum." ;
    oboInOwl:hasDbXref "FMA:49177", "NCIT:C33837", "SCTID:181244000", "Wikipedia:Alimentary_canal#Upper_gastrointestinal_tract", "galen:UpperGastrointestinalTract" ;
    oboInOwl:hasExactSynonym "upper GI tract", "upper gastrointestinal tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004908" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "upper digestive tract" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004921, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001041
    ] .

obo:UBERON_0004909
    obo:IAO_0000115 "An epithelium surrounding a gonad." ;
    oboInOwl:hasDbXref "EHDAA:4032", "EHDAA:5931", "NCIT:C32676" ;
    oboInOwl:hasExactSynonym "gonad epithelium", "gonadal epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gonadal sheath" ;
    oboInOwl:id "UBERON:0004909" ;
    a owl:Class ;
    rdfs:label "epithelium of gonad" ;
    rdfs:subClassOf obo:UBERON_0000483, obo:UBERON_0005156, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000991
            ]
        )
    ] .

obo:UBERON_0004911
    obo:IAO_0000115 "An epithelium surrounding an ovary." ;
    oboInOwl:hasDbXref "BTO:0003661" ;
    oboInOwl:hasExactSynonym "ovarian epithelium", "ovary epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004911" ;
    a owl:Class ;
    rdfs:label "epithelium of female gonad" ;
    rdfs:subClassOf obo:UBERON_0004909, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000992
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:UBERON_0004921
    obo:IAO_0000115 "A proximal-distal subdivision of the digestive tract." ;
    oboInOwl:hasDbXref "FMA:71131" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "alimentary system subdivision", "gut section", "intestinal tract", "segment of intestinal tract", "subdivision of alimentary system" ;
    oboInOwl:id "UBERON:0004921" ;
    oboInOwl:inSubset core:human_reference_atlas, core:non_informative ;
    a owl:Class ;
    rdfs:label "subdivision of digestive tract" ;
    rdfs:subClassOf obo:UBERON_0013522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty core:subdivision_of ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0013522
            [
                a owl:Restriction ;
                owl:onProperty core:subdivision_of ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0004923
    obo:IAO_0000115 "A part of a wall of an organ that forms a layer." ;
    oboInOwl:hasDbXref "FMA:82485" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0004923" ;
    oboInOwl:inSubset core:human_reference_atlas, core:upper_level ;
    a owl:Class ;
    rdfs:label "organ component layer" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000060
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0004924
    obo:IAO_0000115 "The tissue underlying the tunica mucosa of the pharynx." ;
    oboInOwl:hasDbXref "BTO:0002113", "FMA:75144", "SCTID:19594009" ;
    oboInOwl:hasExactSynonym "pharyngeal submucosa", "pharynx submucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pharyngobasilar fascia", "submucous coat of pharynx", "submucous layer of pharynx" ;
    oboInOwl:id "UBERON:0004924" ;
    a owl:Class ;
    rdfs:label "submucosa of pharynx" ;
    rdfs:subClassOf obo:UBERON_0004777, obo:UBERON_0018257, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:UBERON_0005020
    obo:IAO_0000115 "A mucosa that is part of a tongue [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EFO:0002553", "FMA:54807", "SCTID:362092002" ;
    oboInOwl:hasExactSynonym "lingual mucosa", "mucosa of organ of tongue", "mucous membrane of tongue", "organ mucosa of tongue", "tongue mucosa", "tongue mucosa of organ", "tongue mucous membrane", "tongue organ mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005020" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "mucosa of tongue" ;
    rdfs:subClassOf obo:UBERON_0003729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0005032
    obo:IAO_0000115 "A mucosa that is part of a lower lip [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:59833", "NCIT:C12225", "SCTID:362089001" ;
    oboInOwl:hasExactSynonym "lower labial mucosa", "lower lip mucosa", "lower lip mucosa of organ", "lower lip mucous membrane", "lower lip organ mucosa", "mucosa of organ of lower lip", "mucous membrane of lower lip", "organ mucosa of lower lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005032" ;
    a owl:Class ;
    rdfs:label "mucosa of lower lip" ;
    rdfs:subClassOf obo:UBERON_0036294, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001835
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001835
            ]
        )
    ] .

obo:UBERON_0005056
    obo:IAO_0000115 "An external genitalia that is part of a female reproductive system [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0003100", "EMAPA:30984", "FMA:45649", "SCTID:362234008", "galen:FemaleExternalGenitalia" ;
    oboInOwl:hasExactSynonym "external female genital organ", "external genitalia of female reproductive system", "female external genitalia" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "organa genitalia feminina externa" ;
    oboInOwl:id "UBERON:0005056" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "TODO: Relabel. Make distinct organ class. See https://github.com/obophenotype/uberon/issues/547" ;
    rdfs:label "external female genitalia" ;
    rdfs:subClassOf obo:UBERON_0003134, obo:UBERON_0004176 ;
    owl:disjointWith obo:UBERON_0009196 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004176
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000474
            ]
        )
    ] .

obo:UBERON_0005057
    obo:IAO_0000115 "An organ that is part of a immune system [Automatically generated definition]." ;
    oboInOwl:hasExactSynonym "immune system organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005057" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "immune organ" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002405
            ]
        )
    ] .

obo:UBERON_0005058
    obo:IAO_0000115 "A gland that is part of a hemolymphoid system [Automatically generated definition]." ;
    oboInOwl:hasBroadSynonym "hemopoietic or lymphoid organ" ;
    oboInOwl:hasDbXref "EMAPA:18766", "MA:0002962" ;
    oboInOwl:hasExactSynonym "hemopoietic or lymphoid gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "haemolymphoid system gland" ;
    oboInOwl:id "UBERON:0005058" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "hemolymphoid system gland" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002193
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002193
            ]
        )
    ] .

obo:UBERON_0005061
    obo:IAO_0000115 "The median dorsal longitudinal groove formed in the embryo by the neural plate after the appearance of the neural folds." ;
    oboInOwl:hasDbXref "AAO:0011071", "EMAPA:35594", "FMA:295624", "NCIT:C34224", "SCTID:361463007", "Wikipedia:Neural_groove", "XAO:0000248", "neuronames:1363" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005061" ;
    a owl:Class ;
    rdfs:label "neural groove" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003075
    ] .

obo:UBERON_0005062
    obo:IAO_0000115 "One of the two elevated edges of the neural groove[GO,MP]." ;
    oboInOwl:hasDbXref "EHDAA2:0001249", "FMA:295618", "NCIT:C34223", "SCTID:361461009", "Wikipedia:Neural_fold", "XAO:0004087", "neuronames:1364" ;
    oboInOwl:hasExactSynonym "medullary fold" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005062" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "neural fold" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0005157, obo:UBERON_0005291, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005061
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0005061
    ] .

obo:UBERON_0005068
    obo:IAO_0000115 "A solid rod of neurectoderm derived from the neural keel. The neural rod is roughly circular in cross section. Neural rod formation occurs during primary neurulation in teleosts[GO]. An intermediate stage in the development of the central nervous system present during the segmentation period; the neural rod is roughly cylindrical in shape, forms from the neural keel, and is not yet hollowed out into the neural tube[ZFIN]." ;
    oboInOwl:hasDbXref "EFO:0003498", "TAO:0000133", "ZFA:0000133" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "neural tube rod" ;
    oboInOwl:id "UBERON:0005068" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "neural rod" ;
    rdfs:subClassOf obo:UBERON_0016879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007135
    ] .

obo:UBERON_0005075
    obo:IAO_0000115 "An anatomical boundary that adjacent_to a forebrain and adjacent_to a midbrain." ;
    oboInOwl:hasDbXref "EMAPA:36449", "TAO:0001367", "ZFA:0001367" ;
    oboInOwl:hasExactSynonym "diencephalic-mesencephalic boundary", "forebrain midbrain boundary", "forebrain-midbrain boundary region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005075" ;
    a owl:Class ;
    rdfs:label "forebrain-midbrain boundary" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007288
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001890
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0005076
    obo:IAO_0000115 "An anatomical boundary that adjacent_to a hindbrain and adjacent_to a spinal cord." ;
    oboInOwl:hasExactSynonym "hindbrain-spinal cord boundary region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005076" ;
    a owl:Class ;
    rdfs:label "hindbrain-spinal cord boundary" ;
    rdfs:subClassOf obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0005082
    obo:IAO_0000115 "A hole in a tube[GO]." ;
    oboInOwl:hasDbXref "AEO:0000078", "EHDAA2:0004618", "RETIRED_EHDAA2:0003078" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005082" ;
    a owl:Class ;
    rdfs:label "tube lumen" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0000025
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002219 ;
                owl:someValuesFrom obo:UBERON_0000025
            ]
        )
    ] .

obo:UBERON_0005085
    obo:IAO_0000115 "An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm[GO]." ;
    oboInOwl:hasDbXref "AEO:0000218" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "epithelial placode" ;
    oboInOwl:id "UBERON:0005085" ;
    a owl:Class ;
    rdfs:label "ectodermal placode" ;
    rdfs:subClassOf obo:UBERON_0001048, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] .

obo:UBERON_0005090
    obo:IAO_0000115 "Muscle structures are contractile cells, tissues or organs that are found in multicellular organisms[GO]." ;
    oboInOwl:hasDbXref "FMA:30316" ;
    oboInOwl:hasExactSynonym "musculus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muscle", "muscle element" ;
    oboInOwl:id "UBERON:0005090" ;
    a owl:Class ;
    rdfs:label "muscle structure" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0005092
    oboInOwl:hasDbXref "EHDAA2:0001841", "EHDAA:484", "EMAPA:16239", "FMA:70318", "VHOG:0000489" ;
    oboInOwl:hasExactSynonym "sinus venosus right horn" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005092" ;
    a owl:Class ;
    rdfs:label "right horn of sinus venosus" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0002063
    ] .

obo:UBERON_0005153
    obo:IAO_0000115 "A bud is a protrusion that forms from an epithelial sheet by localized folding." ;
    oboInOwl:hasDbXref "BTO:0001639" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005153" ;
    a owl:Class ;
    rdfs:label "epithelial bud" ;
    rdfs:subClassOf obo:UBERON_0005157 .

obo:UBERON_0005156
    obo:IAO_0000115 "Any anatomical structure that is part of the reproductive system." ;
    oboInOwl:hasExactSynonym "reproductive system element", "reproductive system structure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005156" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "reproductive structure" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000990
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010000
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000990
            ]
        )
    ] .

obo:UBERON_0005157
    obo:IAO_0000115 "An epithelial sheet bent on a linear axis." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005157" ;
    a owl:Class ;
    rdfs:label "epithelial fold" ;
    rdfs:subClassOf obo:UBERON_0000483 .

obo:UBERON_0005158
    obo:IAO_0000115 "The functional tissue of the central nervous system consisting of neurons and glial cells." ;
    oboInOwl:hasExactSynonym "CNS parenchyma", "central nervous system parenchyma", "parenchyma of CNS", "parenchyma of central nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005158" ;
    a owl:Class ;
    rdfs:label "parenchyma of central nervous system" ;
    rdfs:subClassOf obo:UBERON_0000353, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000353
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:UBERON_0005160
    obo:IAO_0000115 "A remnant structure from earlier development or evolution." ;
    oboInOwl:hasDbXref "Wikipedia:Vestigiality" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005160" ;
    a owl:Class ;
    rdfs:label "vestigial structure" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000588
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0000588
            ]
        )
    ] .

obo:UBERON_0005162
    obo:IAO_0000115 "A structure consisting of multiple cell components but which is not itself a cell and does not have (complete) cells as a part." ;
    oboInOwl:hasDbXref "AAO:0011000", "CARO:0001000", "FMA:83115" ;
    oboInOwl:hasExactSynonym "multi-cell-component structure", "multi-cell-part structure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cell part cluster" ;
    oboInOwl:id "UBERON:0005162" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "multi cell part structure" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0005575
    ] .

obo:UBERON_0005172
    obo:IAO_0000115 "An organ or element that is in the abdomen. Examples: spleen, intestine, kidney, abdominal mammary gland." ;
    oboInOwl:hasDbXref "MA:0000522", "SCTID:272631008" ;
    oboInOwl:hasExactSynonym "abdomen organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005172" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "abdomen element" ;
    rdfs:subClassOf obo:UBERON_0005173, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0005173
    obo:IAO_0000115 "An organ or element that is part of the adbominal segment of the organism. This region can be further subdivided into the abdominal cavity and the pelvic region." ;
    oboInOwl:hasDbXref "MA:0000529" ;
    oboInOwl:hasExactSynonym "abdominal segment organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005173" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "abdominal segment element" ;
    rdfs:subClassOf obo:UBERON_0005177, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002417
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0005174
    obo:IAO_0000115 "An organ or element that part of the dorsum of the organism. Examples: spinal cord, vertebrae, muscles of back." ;
    oboInOwl:hasDbXref "MA:0001901" ;
    oboInOwl:hasExactSynonym "back organ", "dorsal region organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005174" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "dorsal region element" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001137
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001137
            ]
        )
    ] .

obo:UBERON_0005177
    obo:IAO_0000115 "An organ or element that part of the trunk region. The trunk region can be further subdividied into thoracic (including chest and thoracic cavity) and abdominal (including abdomen and pelbis) regions." ;
    oboInOwl:hasDbXref "MA:0000516" ;
    oboInOwl:hasExactSynonym "trunk organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005177" ;
    oboInOwl:inSubset core:non_informative, core:organ_slim ;
    a owl:Class ;
    rdfs:label "trunk region element" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0005178
    obo:IAO_0000115 "An organ or element that is in the thoracic cavity. Examples: lung, heart, longus colli." ;
    oboInOwl:hasDbXref "MA:0000557" ;
    oboInOwl:hasExactSynonym "thoracic cavity organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005178" ;
    oboInOwl:inSubset core:non_informative, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "thoracic cavity element" ;
    rdfs:subClassOf obo:UBERON_0002075, obo:UBERON_0005181, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002224
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002224
            ]
        )
    ] .

obo:UBERON_0005181
    obo:IAO_0000115 "An organ that part of the thoracic segment region. This region can be further subdividied chest and thoracic cavity regions." ;
    oboInOwl:hasDbXref "MA:0000563" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper body organ" ;
    oboInOwl:id "UBERON:0005181" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "thoracic segment organ" ;
    rdfs:subClassOf obo:UBERON_0005177, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0005194
    obo:IAO_0000115 "A vein that is part of a thorax [Automatically generated definition]." ;
    oboInOwl:hasDbXref "MA:0002235", "NCIT:C53142", "SCTID:281472008" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005194" ;
    a owl:Class ;
    rdfs:label "thoracic vein" ;
    rdfs:subClassOf obo:UBERON_0001638, obo:UBERON_0003834 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000915
            ]
        )
    ] .

obo:UBERON_0005204
    obo:IAO_0000115 "A gland that is part of a larynx submucosa [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35475", "MA:0002729" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "laryngeal submucosa gland" ;
    oboInOwl:id "UBERON:0005204" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "larynx submucosa gland" ;
    rdfs:subClassOf obo:UBERON_0036225, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004778
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004778
            ]
        )
    ] .

obo:UBERON_0005234
    obo:IAO_0000115 "An ectoderm that is part of a optic eminence [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA:940", "EMAPA:16539", "RETIRED_EHDAA2:0001309", "VHOG:0001105" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005234" ;
    a owl:Class ;
    rdfs:label "optic eminence ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000924, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004348
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000924
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004348
            ]
        )
    ] .

obo:UBERON_0005239
    oboInOwl:hasDbXref "EHDAA2:0001154", "EMAPA:17078", "VHOG:0000320" ;
    oboInOwl:hasExactSynonym "metencephalon basal plate" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005239" ;
    a owl:Class ;
    rdfs:label "basal plate metencephalon" ;
    rdfs:subClassOf obo:UBERON_0004064 .

obo:UBERON_0005243
    obo:IAO_0000115 "An endocardium that is part of a interventricular septum [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EHDAA2:0000886", "EHDAA2:0000887", "FMA:83584", "VHOG:0000615" ;
    oboInOwl:hasExactSynonym "endocardium of interventricular septum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "interventricular septum endocardial tissue" ;
    oboInOwl:id "UBERON:0005243" ;
    a owl:Class ;
    rdfs:label "interventricular septum endocardium" ;
    rdfs:subClassOf obo:UBERON_0002165, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002094
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002094
            ]
        )
    ] .

obo:UBERON_0005248
    obo:IAO_0000115 "A myocardium that is part of a bulbus cordis [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:36488", "VHOG:0000609" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bulbus cordis cardiac muscle" ;
    oboInOwl:id "UBERON:0005248" ;
    a owl:Class ;
    rdfs:label "bulbus cordis myocardium" ;
    rdfs:subClassOf obo:UBERON_0002349, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004706
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002349
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004706
            ]
        )
    ] .

obo:UBERON_0005250
    obo:IAO_0000115 "A gland that is part of a stomodeum." ;
    oboInOwl:hasDbXref "VHOG:0000658" ;
    oboInOwl:hasExactSynonym "stomatodaeum gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005250" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "stomatodeum gland" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000930
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000930
            ]
        )
    ] .

obo:UBERON_0005251
    obo:IAO_0000115 "An anatomical cavity that is part of a yolk sac [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:16055", "FMA:63942", "VHOG:0000843" ;
    oboInOwl:hasExactSynonym "cavity of yolk sac", "yolk sac lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "yolk sac space" ;
    oboInOwl:id "UBERON:0005251" ;
    a owl:Class ;
    rdfs:label "yolk sac cavity" ;
    rdfs:subClassOf obo:UBERON_0002553, obo:UBERON_0007473, obo:UBERON_0012466, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0001040
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0001040
            ]
        )
    ] .

obo:UBERON_0005253
    obo:IAO_0000115 "Portion of primordial embryonic connective tissue of the developing head, consisting of mesenchymal cells supported in interlaminar jelly, that derive mostly from the mesoderm and contribute to head connective tissue, bone and musculature in conjunction with cranial neural crest cells." ;
    oboInOwl:hasDbXref "EFO:0003492", "EHDAA2:0000732", "EHDAA:179", "EMAPA:16098", "EMAPA_RETIRED:16269", "FMA:76622", "TAO:0000113", "VHOG:0000332", "ZFA:0000113" ;
    oboInOwl:hasExactSynonym "cephalic mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial mesenchyme" ;
    oboInOwl:id "UBERON:0005253" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009142
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0005256
    obo:IAO_0000115 "Mesenchyme that is part of a developing trunk." ;
    oboInOwl:hasDbXref "EFO:0003485", "EHDAA2:0002092", "EHDAA:377", "EMAPA:16177", "TAO:0000081", "VHOG:0000281", "ZFA:0000081" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "trunk and cervical mesenchyme" ;
    oboInOwl:id "UBERON:0005256" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "trunk mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009142
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0005290
    obo:IAO_0000115 "The posterior part of the developing vertebrate hindbrain or the corresponding part of the adult brain composed of the medulla oblongata and a portion of the fourth ventricle; as well as the glossopharyngeal nerve (CN IX), vagus nerve (CN X), accessory nerve (CN XI), hypoglossal nerve (CN XII), and a portion of the vestibulocochlear nerve (CN VIII).[BTO,WP]." ;
    oboInOwl:hasDbXref "BTO:0000758", "CALOHA:TS-0607", "CALOHA:TS-2365", "DHBA:10662", "EHDAA2:0001207", "EHDAA:5526", "EMAPA:17082", "HBA:9512", "MA:0000205", "VHOG:0000456", "Wikipedia:Myelencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "myelencephalon (medulla oblongata)" ;
    oboInOwl:id "UBERON:0005290" ;
    oboInOwl:inSubset core:uberon_slim ;
    a owl:Class ;
    rdfs:label "myelencephalon" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0004733, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0010096
    ] .

obo:UBERON_0005291
    obo:IAO_0000115 "A portion of tissue that is part of an embryo." ;
    oboInOwl:hasDbXref "CALOHA:TS-2100" ;
    oboInOwl:hasExactSynonym "portion of embryonic tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "developing tissue" ;
    oboInOwl:id "UBERON:0005291" ;
    oboInOwl:inSubset core:pheno_slim, core:upper_level ;
    a owl:Class ;
    rdfs:label "embryonic tissue" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002050
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
        )
    ] .

obo:UBERON_0005292
    obo:IAO_0000115 "Portion of tissue that is contiguous with the embryo and is comprised of portions of tissue or cells that will not contribute to the embryo." ;
    oboInOwl:hasDbXref "BTO:0003360", "CALOHA:TS-2119", "EFO:0001406", "MAT:0000061", "MIAA:0000061" ;
    oboInOwl:hasExactSynonym "extra-embryonic tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005292" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "extraembryonic tissue" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0016887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0016887
            ]
        )
    ] .

obo:UBERON_0005316
    obo:IAO_0000115 "The endothelial lining of the endocardium." ;
    oboInOwl:hasDbXref "FMA:83596" ;
    oboInOwl:hasExactSynonym "endocardium endothelium", "endothelium of endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005316" ;
    a owl:Class ;
    rdfs:label "endocardial endothelium" ;
    rdfs:subClassOf obo:UBERON_0008307, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002165
            ]
        )
    ] .

obo:UBERON_0005317
    obo:IAO_0000115 "An pulmonary artery endothelium is an epithelium that lines the pulmonary artery[GO]." ;
    oboInOwl:hasDbXref "BTO:0000137" ;
    oboInOwl:hasExactSynonym "pulmonary artery endothelial tube" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005317" ;
    a owl:Class ;
    rdfs:label "pulmonary artery endothelium" ;
    rdfs:subClassOf obo:UBERON_0001917, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002012
            ]
        )
    ] .

obo:UBERON_0005334
    obo:IAO_0000115 "A lamina propria that is part of a mucosa of oral region." ;
    oboInOwl:hasDbXref "EMAPA:26947" ;
    oboInOwl:hasExactSynonym "lamina propria of oral mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005334" ;
    a owl:Class ;
    rdfs:label "oral lamina propria" ;
    rdfs:subClassOf obo:UBERON_0000030, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003343
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000030
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003343
            ]
        )
    ] .

obo:UBERON_0005337
    obo:IAO_0000115 "A ventricular outflow tract is a portion of either the left ventricle or right ventricle of the heart through which blood passes in order to enter the great arteries. The right ventricular outflow tract (RVOT) is an infundibular extension of the ventricular cavity which connects to the pulmonary artery. The left ventricular outflow tract (LVOT), which connects to the aorta, is nearly indistinguishable from the rest of the ventricle[WP]." ;
    oboInOwl:hasDbXref "FMA:13225", "Wikipedia:Ventricular_outflow_tract", "XAO:0004140" ;
    oboInOwl:hasExactSynonym "heart ventricle outflow tract", "outflow part of ventricle", "ventricular outflow tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005337" ;
    a owl:Class ;
    rdfs:label "outflow tract of ventricle" ;
    rdfs:subClassOf obo:UBERON_0004145, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004145
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:UBERON_0005338
    obo:IAO_0000115 "An outflow tract that is part of a aorta." ;
    oboInOwl:hasDbXref "EHDAA2:0001353", "EMAPA:17329", "MA:0000101", "VHOG:0001394" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005338" ;
    a owl:Class ;
    rdfs:label "outflow tract aortic component" ;
    rdfs:subClassOf obo:UBERON_0004145, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004145
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000947
            ]
        )
    ] .

obo:UBERON_0005339
    oboInOwl:hasDbXref "EHDAA2:0001359", "EHDAA:4401", "EMAPA:17330", "MA:0000102", "VHOG:0001395" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005339" ;
    a owl:Class ;
    rdfs:label "outflow tract pulmonary component" ;
    rdfs:subClassOf obo:UBERON_0004145 .

obo:UBERON_0005343
    obo:IAO_0000115 "The outer neural tube region in which post-mitotic neuroblasts migrate along radial glia to form the adult cortical layers[MP]." ;
    oboInOwl:hasDbXref "BAMS:CTXpl", "DHBA:10515", "EMAPA:32711", "MBA:695", "PBA:294021914", "neuronames:2702" ;
    oboInOwl:hasExactSynonym "cerebral cortex cortical plate", "future cortical layers II-VI", "neocortex cortical plate" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future neocortex" ;
    oboInOwl:id "UBERON:0005343" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cortical plate" ;
    rdfs:subClassOf obo:UBERON_0014950, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001950
    ] .

obo:UBERON_0005362
    obo:IAO_0000115 "The group of sensory neuron cell bodies associated with the vagus nerve." ;
    oboInOwl:hasBroadSynonym "gX" ;
    oboInOwl:hasDbXref "EMAPA:16798", "FMA:53472", "MA:0001081", "SCTID:244452001", "TAO:0007067", "VHOG:0000684", "Wikipedia:Vagus_ganglion", "ZFA:0007067" ;
    oboInOwl:hasExactSynonym "ganglion of vagus nerve", "right glossopharyngeal ganglion", "vagal ganglion", "vagus ganglion", "vagus neural ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "vagus X" ;
    oboInOwl:id "UBERON:0005362" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vagus X ganglion" ;
    rdfs:subClassOf obo:UBERON_0009127, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001759
            ]
        )
    ] .

obo:UBERON_0005388
    obo:IAO_0000115 "An array of photoreceptors and any supporting cells found in an eye." ;
    oboInOwl:hasExactSynonym "light-sensitive tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005388" ;
    a owl:Class ;
    rdfs:label "photoreceptor array" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000970
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000210
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000970
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000210
            ]
        )
    ] .

obo:UBERON_0005389
    obo:IAO_0000115 "A transparent structure that is part of a visual sense organ, the function of which is to direct or focus light onto a photoreceptor array." ;
    oboInOwl:hasNarrowSynonym "lens" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005389" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "transparent eye structure" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000970
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000964
    ] .

obo:UBERON_0005396
    obo:IAO_0000115 "One of: the common carotid artery, or its branches, the external and internal carotid arteries." ;
    oboInOwl:hasDbXref "AAO:0010217", "BTO:0000168", "CALOHA:TS-0116", "EFO:0000818", "EHDAA:6385", "EMAPA:18609", "EV:0100379", "FMA:70504", "GAID:478", "MA:0001925", "MAT:0000501", "MESH:D002339", "NCIT:C12687", "SCTID:362040006", "SCTID:69105007", "TAO:0000097", "VHOG:0000266", "Wikipedia:Carotid_artery", "ZFA:0000097", "galen:CarotidArtery" ;
    oboInOwl:hasExactSynonym "carotid", "carotid artery", "subdivision of common carotid artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "common carotid arterial subdivision" ;
    oboInOwl:id "UBERON:0005396" ;
    oboInOwl:inSubset core:efo_slim, core:grouping_class, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "carotid artery segment" ;
    rdfs:subClassOf obo:UBERON_0004573 .

obo:UBERON_0005398
    obo:IAO_0000115 "A sex gland that is part of a female reproductive system." ;
    oboInOwl:hasDbXref "BTO:0000254", "MA:0000383" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005398" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "female reproductive gland" ;
    rdfs:subClassOf obo:UBERON_0003937, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003937
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000474
            ]
        )
    ] .

obo:UBERON_0005401
    obo:IAO_0000115 "A gray matter that is part of a cerebral hemisphere." ;
    oboInOwl:hasDbXref "BTO:0000823", "CALOHA:TS-2361", "FMA:61821", "MA:0000944" ;
    oboInOwl:hasExactSynonym "cerebral gray matter", "cerebral grey matter", "cerebral hemisphere grey matter" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005401" ;
    a owl:Class ;
    rdfs:label "cerebral hemisphere gray matter" ;
    rdfs:subClassOf obo:UBERON_0011300, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001869
            ]
        )
    ] .

obo:UBERON_0005409
    obo:IAO_0000115 "The part of the digestive system that excludes the hepatobiliary system." ;
    oboInOwl:hasDbXref "BTO:0000058", "CALOHA:TS-0407", "EHDAA2:0000110", "EHDAA:514", "EMAPA:16246", "FMA:71132", "GAID:294", "MA:0000323", "MESH:D041981", "NCIT:C12378", "SCTID:373871007", "VHOG:0000412", "galen:GastrointestinalTract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "GI tract", "alimentary system", "alimentary tract", "gastro-intestinal system", "gastroenterological system", "gastrointestinal (GI) tract", "gastrointestinal system" ;
    oboInOwl:id "UBERON:0005409" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "alimentary part of gastrointestinal system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002492 ;
        owl:someValuesFrom obo:UBERON_0000066
    ] .

obo:UBERON_0005419
    obo:IAO_0000115 "A limb bud that develops into a forelimb or pectoral fin." ;
    oboInOwl:hasDbXref "EFO:0003430", "TAO:0000141", "VHOG:0001754", "VHOG_RETIRED:0001259", "ZFA:0000141" ;
    oboInOwl:hasExactSynonym "forelimb - pectoral fin bud" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pectoral fin bud" ;
    oboInOwl:id "UBERON:0005419" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:comment "at this time we have no need to name a more specific 'pectoral fin bud' class, but we may in future" ;
    rdfs:label "pectoral appendage bud" ;
    rdfs:subClassOf obo:UBERON_0004357, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000153
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0005729
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0004710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004357
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0004710
            ]
        )
    ] .

obo:UBERON_0005421
    obo:IAO_0000115 "An apical ectodermal ridge that is part of a pectoral appendage bud." ;
    oboInOwl:hasDbXref "EFO:0003487", "EHDAA2:0000138", "EMAPA:16778", "TAO:0000085", "TAO:0000736", "VHOG:0001064", "ZFA:0000085" ;
    oboInOwl:hasNarrowSynonym "AER forelimb", "apical ectodermal ridge forelimb", "apical ectodermal ridge pectoral fin bud", "upper limb bud apical ectodermal ridge" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "aer pectoral fin", "apical ectodermal ridge pectoral fin", "apical fold pectoral fin" ;
    oboInOwl:id "UBERON:0005421" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pectoral appendage apical ectodermal ridge" ;
    rdfs:subClassOf obo:UBERON_0004356, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005419
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003372
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004356
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005419
            ]
        )
    ] .

obo:UBERON_0005423
    oboInOwl:hasDbXref "AEO:0000125", "CALOHA:TS-2122", "EHDAA2:0003125", "FMA:292313", "MIAA:0000019" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "developing structure", "developmental structure", "developmental tissue" ;
    oboInOwl:id "UBERON:0005423" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "developing anatomical structure" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0000465, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0032502
    ] .

obo:UBERON_0005425
    obo:IAO_0000115 "Portion of tissue that is the inner layer of the optic cup and will become the neural retina." ;
    oboInOwl:hasDbXref "EHDAA2:0001304", "EMAPA:16675", "TAO:0001071", "VHOG:0000490", "ZFA:0001071" ;
    oboInOwl:hasExactSynonym "future neural retina", "future retinal neural layer", "inner layer optic cup", "optic cup inner layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future NR", "future neural epithelium", "future neural layer", "presumptive retina" ;
    oboInOwl:id "UBERON:0005425" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "presumptive neural retina" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003902
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0003902
            ]
        )
    ] .

obo:UBERON_0005426
    obo:IAO_0000115 "Portion of tissue that gives rise to the lens." ;
    oboInOwl:hasDbXref "EHDAA2:0000983", "EHDAA:4737", "EMAPA:17163", "SCTID:361510002", "TAO:0002205", "VHOG:0001163", "ZFA:0001679" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "immature lens", "lens mass", "presumptive lens" ;
    oboInOwl:id "UBERON:0005426" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "lens vesicle" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003073
    ] .

obo:UBERON_0005427
    obo:IAO_0000115 "Portion of tissue that is part of the eye and gives rise to the mature, fully layered cornea." ;
    oboInOwl:hasDbXref "TAO:0002188", "ZFA:0001688" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005427" ;
    a owl:Class ;
    rdfs:label "corneal primordium" ;
    rdfs:subClassOf obo:UBERON_0000479, obo:UBERON_0001048, obo:UBERON_0010313, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] .

obo:UBERON_0005428
    obo:IAO_0000115 "Vagal neural crest is adjacent to the first seven somites gives rise to both ganglionic and ectomesenchymal derivatives[ZFA]." ;
    oboInOwl:hasDbXref "EHDAA2:0002156", "EHDAA:669", "TAO:0000818", "VHOG:0001208", "XAO:0004191", "ZFA:0000818" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "enteric neural crest", "post-otic neural crest" ;
    oboInOwl:id "UBERON:0005428" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vagal neural crest" ;
    rdfs:subClassOf obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002342
    ] .

obo:UBERON_0005432
    obo:IAO_0000115 "The dilated structure that is lined by endothelial cells and located at the arterial pole of the heart just above (distal to) the truncus arteriosus in mammalian embryos; it is the primordial vascular channel from which the aortic arches (and eventually the dorsal aortae) arise; the aortic sac is homologous to the ventral aorta of gill-bearing vertebrates." ;
    oboInOwl:hasDbXref "EHDAA2:0004145", "EHDAA:9826", "EMAPA:36461", "FMA:71008", "RETIRED_EHDAA2:0000133", "SCTID:361527005" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005432" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aortic sac" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0002050, obo:UBERON_0003498, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004145
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004363
    ] .

obo:UBERON_0005434
    oboInOwl:hasDbXref "FMA:24219", "SCTID:123958008" ;
    oboInOwl:hasExactSynonym "cervical region", "neck subdivision", "region of neck", "subdivision of neck" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005434" ;
    a owl:Class ;
    rdfs:label "cervical region" ;
    rdfs:subClassOf obo:UBERON_0011676, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_8287
    ] .

obo:UBERON_0005456
    obo:IAO_0000115 "The jugular foramen is a large aperture in the base of the skull. It is located behind the carotid canal and is formed in front by the petrous portion of the temporal, and behind by the occipital; it is generally larger on the right than on the left side." ;
    oboInOwl:hasDbXref "AAO:0000249", "EHDAA2:0000893", "EHDAA:10631", "EMAPA:18713", "FMA:56432", "NCIT:C12496", "SCTID:361735006", "VHOG:0001113", "Wikipedia:Jugular_foramen" ;
    oboInOwl:hasExactSynonym "Posterior lacerate foramen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "foramen jugulare" ;
    oboInOwl:id "UBERON:0005456" ;
    a owl:Class ;
    rdfs:label "jugular foramen" ;
    rdfs:subClassOf obo:UBERON_0018321, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001678
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0001586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0001759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0002019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0013685
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001678
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002570 ;
                owl:someValuesFrom obo:UBERON_0001586
            ]
        )
    ] .

obo:UBERON_0005460
    obo:IAO_0000115 "A vitelline vein that is in the left side of a multicellular organism." ;
    oboInOwl:hasDbXref "EHDAA2:0000971", "EMAPA:16380", "EMAPA:16698", "FMA:70307", "SCTID:361446008" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005460" ;
    a owl:Class ;
    rdfs:label "left vitelline vein" ;
    rdfs:subClassOf obo:UBERON_0005487, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005487
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0005472
    obo:IAO_0000115 "A vitelline vein that is in the right side of a multicellular organism." ;
    oboInOwl:hasDbXref "EHDAA2:0001766", "EMAPA:16381", "EMAPA:16699", "FMA:70306", "SCTID:361445007" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005472" ;
    a owl:Class ;
    rdfs:label "right vitelline vein" ;
    rdfs:subClassOf obo:UBERON_0005487, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005487
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0005478
    obo:IAO_0000115 "A longitudinal groove in the neural tube wall that divides the neural tube into dorsal (alar) and ventral (basal) halves (dorsal receives input from sensory neurons, ventral effects motor functions); stretches from the mesencephalon caudad[TMD]." ;
    oboInOwl:hasBroadSynonym "sulcus limitans" ;
    oboInOwl:hasDbXref "BAMS:slim", "BAMS:slm", "neuronames:629" ;
    oboInOwl:hasExactSynonym "neural tube lateral wall sulcus limitans" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005478" ;
    a owl:Class ;
    rdfs:label "sulcus limitans of neural tube" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0006846, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005496
    ] .

obo:UBERON_0005487
    obo:IAO_0000115 "The paired veins that carry blood from the yolk sac back to the embryo." ;
    oboInOwl:hasDbXref "EMAPA:36021", "FMA:70305", "NCIT:C34329", "RETIRED_EHDAA2:0002209", "SCTID:2730004", "SCTID:308832003", "VHOG:0000401", "Wikipedia:Vitelline_veins", "XAO:0000376", "XAO:0004147" ;
    oboInOwl:hasExactSynonym "embryonic vitelline vein", "vascular vitelline network" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "omphalomesenteric vein", "vein of omphalomesenteric system" ;
    oboInOwl:id "UBERON:0005487" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "vitelline vein" ;
    rdfs:subClassOf obo:UBERON_0004365, obo:UBERON_0013140, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001040
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0001040
            ]
        )
    ] .

obo:UBERON_0005491
    obo:IAO_0000115 "Cranial neural crest which gives rise to the glossopharyngeal ganglion." ;
    oboInOwl:hasDbXref "EHDAA2:0000714", "EHDAA:660", "TAO:0007066", "ZFA:0007066" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005491" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "glossopharyngeal neural crest" ;
    rdfs:subClassOf obo:UBERON_0003099 .

obo:UBERON_0005496
    obo:IAO_0000115 "Portion of tissue on the side of the lumen of the neural tube." ;
    oboInOwl:hasDbXref "EHDAA2:0001257", "EHDAA:2873", "EHDAA:912", "EMAPA:16166", "TAO:0001435", "VHOG:0000513", "ZFA:0001435" ;
    oboInOwl:hasExactSynonym "lateral wall neural tube" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005496" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "neural tube lateral wall" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001049
    ] .

obo:UBERON_0005497
    oboInOwl:hasDbXref "EFO:0003643", "EHDAA:257", "EMAPA:16074", "RETIRED_EHDAA2:0001273", "TAO:0001178", "VHOG:0001372", "XAO:0004091", "ZFA:0001178" ;
    oboInOwl:hasExactSynonym "non neural ectoderm" ;
    oboInOwl:hasNarrowSynonym "epidermal ectoderm", "epithelial ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "surface ectoderm", "ventral ectoderm" ;
    oboInOwl:id "UBERON:0005497" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "Gene notes: One of the first genes to be expressed in nonneural ectoderm in amphioxus is BMP2/4 (Panopoulou et al. 1998). BMP2/4 homologues appear to have a very ancient role in distinguishing neural from nonneural ectoderm; in Drosophila as well as in amphioxus and vertebrates, BMP2/4 homologues are expressed in nonneural ectoderm and function in distinguishing neural from nonneural ectoderm (Francois & Bier, 1995 ; Sasai et al. 1995 ; Wilson & Hemmati-Brivanlou, 1995; Panopoulou et al. 1998). A change in level of BMP2/4 from very high in nonneural ectoderm to low in neural ectoderm appears to be a key factor in development of neural crest (Baker & Bronner-Fraser,1997a,1997b;Erickson&Reedy,1998;Marchantet al.1998 ;Selleck et al. 1998)." ;
    rdfs:label "non-neural ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000479, obo:UBERON_0004121 .

obo:UBERON_0005498
    obo:IAO_0000115 "Multi-tissue structure that arises from the heart rudiment and will become the heart tube." ;
    oboInOwl:hasDbXref "EHDAA2:0001512", "EHDAA:424", "EHDAA:436", "EMAPA:16215", "FMA:321916", "SCTID:361522004", "TAO:0000149", "Wikipedia:Primitive_heart_tube", "ZFA:0000149" ;
    oboInOwl:hasExactSynonym "primitive heart tube" ;
    oboInOwl:hasNarrowSynonym "early primitive heart tube" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005498" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "primitive heart tube" ;
    rdfs:subClassOf obo:UBERON_0000481, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004291
    ] .

obo:UBERON_0005501
    obo:IAO_0000115 "A neural tube lateral wall that is part of a rhombomere." ;
    oboInOwl:hasDbXref "EMAPA:32819", "EMAPA:35364" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future hindbrain lateral wall" ;
    oboInOwl:id "UBERON:0005501" ;
    a owl:Class ;
    rdfs:label "rhombomere lateral wall" ;
    rdfs:subClassOf obo:UBERON_0005496, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005496
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001892
            ]
        )
    ] .

obo:UBERON_0005563
    obo:IAO_0000115 "Cranial neural crest which gives rise to the trigeminal ganglion." ;
    oboInOwl:hasDbXref "EFO:0003484", "EHDAA2:0002083", "EHDAA:667", "EMAPA:16170", "TAO:0000080", "VHOG:0000269", "ZFA:0000080" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005563" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "trigeminal neural crest" ;
    rdfs:subClassOf obo:UBERON_0003099, obo:UBERON_0005253, obo:UBERON_0007530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007213
    ] .

obo:UBERON_0005564
    obo:IAO_0000115 "Portion of tissue that gives rise to the immature gonad." ;
    oboInOwl:hasDbXref "EFO:0003651", "EHDAA:5927", "EMAPA:17204", "RETIRED_EHDAA2:0002148", "TAO:0001262", "WBbt:0008366", "ZFA:0001262" ;
    oboInOwl:hasExactSynonym "future gonad", "gonadal primordium", "primitive gonad", "undifferentiated gonad" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "immature gonad" ;
    oboInOwl:id "UBERON:0005564" ;
    oboInOwl:inSubset core:efo_slim, core:grouping_class, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "gonad primordium" ;
    rdfs:subClassOf obo:UBERON_0001048, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000990
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] .

obo:UBERON_0005594
    obo:IAO_0000115 "Somite located in the head region, caudal to the otic vesicle." ;
    oboInOwl:hasDbXref "EHDAA2:0003437", "EMAPA:16172", "XAO:0000313" ;
    oboInOwl:hasExactSynonym "occipital somite" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial somite" ;
    oboInOwl:id "UBERON:0005594" ;
    a owl:Class ;
    rdfs:label "head somite" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0002329, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009617
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009617
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002329
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0009617
            ]
        )
    ] .

obo:UBERON_0005597
    obo:IAO_0000115 "A pair of lateral diverticula just over the liver rudiment representing the primordia of the lungs, formed by the floor of the foregut just anterior to the liver diverticulum." ;
    oboInOwl:hasDbXref "AAO:0011059", "EFO:0002578", "EMAPA:36007", "XAO:0001002" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lateral diverticula", "lung diverticulum", "lung endoderm" ;
    oboInOwl:id "UBERON:0005597" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "lung primordium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001048, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000170
    ] .

obo:UBERON_0005598
    obo:IAO_0000115 "A somite that is part of a trunk." ;
    oboInOwl:hasDbXref "AAO:0010385", "EHDAA2:0003438", "EMAPA:16184", "XAO:0000314" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005598" ;
    a owl:Class ;
    rdfs:label "trunk somite" ;
    rdfs:subClassOf obo:UBERON_0002329, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002329
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0005613
    oboInOwl:hasDbXref "EHDAA2:0000936", "EHDAA:404", "EMAPA:16205", "MA:0000478", "SCTID:361403005", "VHOG:0000484" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005613" ;
    a owl:Class ;
    rdfs:label "left dorsal aorta" ;
    rdfs:subClassOf obo:UBERON_0000947, obo:UBERON_0003513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005805
    ] .

obo:UBERON_0005614
    obo:IAO_0000115 "A layer of cuboidal epithelial cells bounded anteriorly by the capsule of the lens and posteriorly by the lens cortex." ;
    oboInOwl:hasBroadSynonym "lens epithelium" ;
    oboInOwl:hasDbXref "EHDAA2:0000984", "EHDAA:9059", "EMAPA:17304", "EMAPA:17839", "FMA:70612", "MA:0001302", "NCIT:C33641", "RETIRED_EHDAA2:0000976", "SCTID:362521008", "VHOG:0001425" ;
    oboInOwl:hasExactSynonym "lens subcapsular epithelium", "subcapsular lens epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior epithelium of lens vesicle", "anterior surface of lens" ;
    oboInOwl:id "UBERON:0005614" ;
    a owl:Class ;
    rdfs:label "lens anterior epithelium" ;
    rdfs:subClassOf obo:UBERON_0001803, obo:UBERON_0010371, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0000389
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001804
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000965
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0001804
            ]
        )
    ] .

obo:UBERON_0005622
    oboInOwl:hasDbXref "EHDAA2:0001720", "EHDAA:406", "EMAPA:16206", "MA:0000479", "SCTID:361404004", "VHOG:0000485" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005622" ;
    a owl:Class ;
    rdfs:label "right dorsal aorta" ;
    rdfs:subClassOf obo:UBERON_0000947, obo:UBERON_0003513, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005805
    ] .

obo:UBERON_0005631
    obo:IAO_0000115 "Intrinsic membrane that arises from embryonic germ layers and grow to surround the developing embryo." ;
    oboInOwl:hasDbXref "EHDAA2:0004714", "FMA:305915", "SCTID:362840007" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005631" ;
    a owl:Class ;
    rdfs:label "extraembryonic membrane" ;
    rdfs:subClassOf obo:UBERON_0000158, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0016887
    ] .

obo:UBERON_0005638
    obo:IAO_0000115 "An epithelium that is part of a anterior chamber of eyeball." ;
    oboInOwl:hasDbXref "EHDAA2:0000130" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005638" ;
    a owl:Class ;
    rdfs:label "anterior chamber epithelium" ;
    rdfs:subClassOf obo:UBERON_0015808, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001766
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001766
            ]
        )
    ] .

obo:UBERON_0005656
    obo:IAO_0000115 "An epithelium that is part of a lens vesicle." ;
    oboInOwl:hasDbXref "EHDAA2:0000987", "EMAPA:17165", "VHOG:0000532" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005656" ;
    a owl:Class ;
    rdfs:label "lens vesicle epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005426
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005426
            ]
        )
    ] .

obo:UBERON_0005660
    obo:IAO_0000115 "An ectoderm that is part of a pharyngeal arch 2." ;
    oboInOwl:hasDbXref "EHDAA2:0000055", "EMAPA:16277", "EMAPA:16397", "EMAPA:16398", "RETIRED_EHDAA2:0000064", "VHOG:0001062" ;
    oboInOwl:hasExactSynonym "2nd pharyngeal arch ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005660" ;
    a owl:Class ;
    rdfs:label "2nd arch ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000924, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000924
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003066
            ]
        )
    ] .

obo:UBERON_0005661
    obo:IAO_0000115 "An ectoderm that is part of a pharyngeal arch 3." ;
    oboInOwl:hasDbXref "EHDAA2:0000072", "EMAPA:16400", "EMAPA:16582", "EMAPA:16584", "RETIRED_EHDAA2:0000079", "VHOG:0000946" ;
    oboInOwl:hasExactSynonym "3rd pharyngeal arch ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005661" ;
    a owl:Class ;
    rdfs:label "3rd arch ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000924, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003114
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000924
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003114
            ]
        )
    ] .

obo:UBERON_0005662
    obo:IAO_0000115 "An ectoderm that is part of a pharyngeal arch 4." ;
    oboInOwl:hasDbXref "EHDAA2:0004032", "EMAPA:16762", "EMAPA:16764", "EMAPA:16768", "RETIRED_EHDAA2:0000094", "VHOG:0001095" ;
    oboInOwl:hasExactSynonym "4th pharyngeal arch ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005662" ;
    a owl:Class ;
    rdfs:label "4th arch ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000924, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000924
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003115
            ]
        )
    ] .

obo:UBERON_0005664
    obo:IAO_0000115 "An endoderm that is part of a pharyngeal arch 2." ;
    oboInOwl:hasDbXref "EHDAA2:0000061", "EMAPA:16274", "EMAPA:16276", "EMAPA:16278", "RETIRED_EHDAA2:0000065", "VHOG:0001108" ;
    oboInOwl:hasExactSynonym "2nd pharyngeal arch endoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005664" ;
    a owl:Class ;
    rdfs:label "2nd arch endoderm" ;
    rdfs:subClassOf obo:UBERON_0000925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000925
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003066
            ]
        )
    ] .

obo:UBERON_0005665
    obo:IAO_0000115 "An endoderm that is part of a pharyngeal arch 3." ;
    oboInOwl:hasDbXref "EHDAA2:0000075", "EMAPA:16401", "EMAPA:16585", "EMAPA:16587", "RETIRED_EHDAA2:0000080", "VHOG:0001081" ;
    oboInOwl:hasExactSynonym "3rd pharyngeal arch endoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005665" ;
    a owl:Class ;
    rdfs:label "3rd arch endoderm" ;
    rdfs:subClassOf obo:UBERON_0000925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003114
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000925
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003114
            ]
        )
    ] .

obo:UBERON_0005666
    obo:IAO_0000115 "An endoderm that is part of a pharyngeal arch 4." ;
    oboInOwl:hasDbXref "EHDAA2:0004033", "EMAPA:16765", "EMAPA:16767", "EMAPA:16769", "RETIRED_EHDAA2:0000095", "VHOG:0001092" ;
    oboInOwl:hasExactSynonym "4th pharyngeal arch endoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005666" ;
    a owl:Class ;
    rdfs:label "4th arch endoderm" ;
    rdfs:subClassOf obo:UBERON_0000925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000925
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003115
            ]
        )
    ] .

obo:UBERON_0005669
    obo:IAO_0000115 "A mesothelium that is part of a peritoneal cavity." ;
    oboInOwl:hasDbXref "BTO:0003156", "EHDAA2:0001447", "EMAPA:16139", "FMA:18147", "SCTID:34073007" ;
    oboInOwl:hasExactSynonym "mesothelium of peritoneal component", "mesothelium of peritoneum", "peritoneal mesothelium", "peritoneum mesothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005669" ;
    a owl:Class ;
    rdfs:label "peritoneal cavity mesothelium" ;
    rdfs:subClassOf obo:UBERON_0001136, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001179
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001136
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001179
            ]
        )
    ] .

obo:UBERON_0005672
    obo:IAO_0000115 "An endothelium that is part of a right lung." ;
    oboInOwl:hasDbXref "EHDAA2:0001755" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005672" ;
    a owl:Class ;
    rdfs:label "right lung endothelium" ;
    rdfs:subClassOf obo:UBERON_0001986, obo:UBERON_0003364 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
        )
    ] .

obo:UBERON_0005673
    obo:IAO_0000115 "An endothelium that is part of a left lung." ;
    oboInOwl:hasDbXref "EHDAA2:0000961" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005673" ;
    a owl:Class ;
    rdfs:label "left lung endothelium" ;
    rdfs:subClassOf obo:UBERON_0001986, obo:UBERON_0003365 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:UBERON_0005688
    obo:IAO_0000115 "An anatomical cavity that is part of a lens vesicle." ;
    oboInOwl:hasBroadSynonym "cavity of lens", "lens cavity" ;
    oboInOwl:hasDbXref "EHDAA2:0000986", "EMAPA:17164", "VHOG:0000531" ;
    oboInOwl:hasExactSynonym "cavity of lens vesicle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005688" ;
    a owl:Class ;
    rdfs:label "lens vesicle cavity" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005426
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0005426
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0005426
            ]
        )
    ] .

obo:UBERON_0005689
    obo:IAO_0000115 "Mesenchyme that is part of a pharyngeal arch 2." ;
    oboInOwl:hasDbXref "EHDAA2:0000066", "EHDAA:625", "EMAPA:16279", "FMA:295698", "VHOG:0001102" ;
    oboInOwl:hasExactSynonym "2nd pharyngeal arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "2nd branchial arch mesenchyme", "pharyngeal arch 2 mesenchyme" ;
    oboInOwl:id "UBERON:0005689" ;
    a owl:Class ;
    rdfs:label "2nd arch mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0009494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003066
            ]
        )
    ] .

obo:UBERON_0005690
    obo:IAO_0000115 "Mesenchyme that is part of a pharyngeal arch 3." ;
    oboInOwl:hasDbXref "EHDAA2:0000081", "EHDAA:1094", "EMAPA:16402", "FMA:295700", "VHOG:0001083" ;
    oboInOwl:hasExactSynonym "3rd pharyngeal arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "3rd branchial arch mesenchyme", "pharyngeal arch 3 mesenchyme" ;
    oboInOwl:id "UBERON:0005690" ;
    a owl:Class ;
    rdfs:label "3rd arch mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0009494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003114
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003114
            ]
        )
    ] .

obo:UBERON_0005691
    obo:IAO_0000115 "Mesenchyme that is part of a pharyngeal arch 4." ;
    oboInOwl:hasDbXref "EHDAA2:0000096", "EHDAA:1677", "EMAPA:16770", "FMA:295702", "VHOG:0001052" ;
    oboInOwl:hasExactSynonym "4th pharyngeal arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "4th branchial arch mesenchyme", "pharyngeal arch 4 mesenchyme" ;
    oboInOwl:id "UBERON:0005691" ;
    a owl:Class ;
    rdfs:label "4th arch mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0009494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003115
            ]
        )
    ] .

obo:UBERON_0005702
    obo:IAO_0000115 "Mesenchyme that is part of a optic eminence." ;
    oboInOwl:hasDbXref "EHDAA:942", "EMAPA:16324", "RETIRED_EHDAA2:0001310", "VHOG:0001073" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005702" ;
    a owl:Class ;
    rdfs:label "optic eminence mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004348
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004348
            ]
        )
    ] .

obo:UBERON_0005720
    obo:IAO_0000115 "A venous system that is part of a hindbrain." ;
    oboInOwl:hasDbXref "EHDAA2:0000776", "EMAPA:18632", "VHOG:0001322" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "rhombencephalon venous system" ;
    oboInOwl:id "UBERON:0005720" ;
    a owl:Class ;
    rdfs:label "hindbrain venous system" ;
    rdfs:subClassOf obo:UBERON_0004582, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004582
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0005726
    oboInOwl:hasDbXref "BILA:0000139" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005726" ;
    oboInOwl:inSubset core:functional_classification ;
    a owl:Class ;
    rdfs:label "chemosensory system" ;
    rdfs:subClassOf obo:UBERON_0001032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0007606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001032
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0007606
            ]
        )
    ] .

obo:UBERON_0005728
    oboInOwl:hasDbXref "EHDAA2:0000474", "EMAPA:31862", "EMAPA:31863", "FMA:296719", "VHOG:0000616" ;
    oboInOwl:hasExactSynonym "extra-embryonic mesoderm", "extraembryonic mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005728" ;
    a owl:Class ;
    rdfs:label "extraembryonic mesoderm" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0005292, obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0008780
    ] .

obo:UBERON_0005729
    obo:IAO_0000115 "A limb/fin field that has the potential to develop into a pectoral appendage bud mesenchyme." ;
    oboInOwl:hasDbXref "TAO:0001453", "ZFA:0001453" ;
    oboInOwl:hasExactSynonym "pectoral appendage field of lateral plate mesoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005729" ;
    a owl:Class ;
    rdfs:label "pectoral appendage field" ;
    rdfs:subClassOf obo:UBERON_0005732, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003413
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005732
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0003413
            ]
        )
    ] .

obo:UBERON_0005732
    obo:IAO_0000115 "A ring of cells capable of forming a limb or paired fin[Gilbert,modified]." ;
    oboInOwl:hasExactSynonym "limb/fin field of lateral plate mesoderm", "paired limb/fin field" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005732" ;
    oboInOwl:inSubset core:homology_grouping ;
    a owl:Class ;
    rdfs:label "paired limb/fin field" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0005291, obo:UBERON_0007688, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0004357
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007688
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0004357
            ]
        )
    ] .

obo:UBERON_0005734
    obo:IAO_0000115 "The outermost layer of a blood vessel, composed mainly of fibrous tissue." ;
    oboInOwl:hasDbXref "BTO:0002010", "EMAPA:36299", "NCIT:C33818", "SCTID:61066005", "Wikipedia:Tunica_externa_(vessels)" ;
    oboInOwl:hasExactSynonym "adventitia externa", "tunica adventitia", "tunica adventitia of vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "external coat" ;
    oboInOwl:id "UBERON:0005734" ;
    a owl:Class ;
    rdfs:label "tunica adventitia of blood vessel" ;
    rdfs:subClassOf obo:UBERON_0004797, obo:UBERON_0005742, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002462
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0011824
    ] .

obo:UBERON_0005740
    obo:IAO_0000115 "A tunica intima that is part of a artery." ;
    oboInOwl:hasDbXref "EMAPA:36293", "EV:0100028", "FMA:14272", "SCTID:40022005", "galen:IntimaOfArtery" ;
    oboInOwl:hasExactSynonym "arterial intima", "tunica interna (intima)(arteriae)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005740" ;
    a owl:Class ;
    rdfs:label "tunica intima of artery" ;
    rdfs:subClassOf obo:UBERON_0002523, obo:UBERON_0004797, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000415
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002523
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:UBERON_0005742
    obo:IAO_0000115 "An outermost connective tissue covering of an organ, vessel, or other structure[WP]." ;
    oboInOwl:hasDbXref "BTO:0002010", "FMA:45635", "SCTID:30180000", "Wikipedia:Adventitia" ;
    oboInOwl:hasNarrowSynonym "tunica advetitia", "tunica externa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005742" ;
    oboInOwl:inSubset core:grouping_class, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "adventitia" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002384
    ] .

obo:UBERON_0005744
    obo:IAO_0000115 "Anatomical space that is an opening in a bone, usually for passage of blood vessels or nerves." ;
    oboInOwl:hasBroadSynonym "foramen" ;
    oboInOwl:hasDbXref "AAO:0010438", "TAO:0001736", "VHOG:0001760", "ZFA:0005386" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005744" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "bone foramen" ;
    rdfs:subClassOf obo:UBERON_0004111, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004111
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:UBERON_0005764
    obo:IAO_0000115 "An acellular anatomical structure that is the bounding layer of a anatomical structure." ;
    oboInOwl:hasDbXref "FMA:63871" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005764" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "acellular membrane" ;
    rdfs:subClassOf obo:UBERON_0000476, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000061
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000476
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000061
            ]
        )
    ] .

obo:UBERON_0005769
    obo:IAO_0000115 "An acellular membrane that is part of the epithelium, lies adjacent to the epithelial cells, and is the fusion of the the basal lamina and the reticular lamina." ;
    oboInOwl:hasDbXref "AAO:0010596", "FMA:63872", "GAID:915", "NCIT:C13191", "SCTID:68989006", "Wikipedia:Basement_membrane" ;
    oboInOwl:hasExactSynonym "basement membrane of connective tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "basement membrane" ;
    oboInOwl:id "UBERON:0005769" ;
    a owl:Class ;
    rdfs:label "basement membrane of epithelium" ;
    rdfs:subClassOf obo:UBERON_0005764, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000483
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005587
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:CL_0000066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0005604
    ] .

obo:UBERON_0005800
    obo:IAO_0000115 "Any portion of the aorta including the ascending and descending aorta, and aortic arch or a portion of the aortic orifice of the left ventricle." ;
    oboInOwl:hasDbXref "FMA:13087", "NCIT:C34027", "SCTID:119203005" ;
    oboInOwl:hasExactSynonym "aortic section" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "aortic segment", "portion of aorta", "segment of aorta" ;
    oboInOwl:id "UBERON:0005800" ;
    a owl:Class ;
    rdfs:label "section of aorta" ;
    rdfs:subClassOf obo:UBERON_0013522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000947
    ] .

obo:UBERON_0005805
    obo:IAO_0000115 "The dorsal aorta is a blood vessel in a single-pass circulatory system that carries oxygenated blood from the gills to the rest of the body. In a single-pass circulatory system blood passes once through the heart to supply the body once." ;
    oboInOwl:hasDbXref "AAO:0011029", "BTO:0004673", "EHDAA:402", "EMAPA:18606", "SCTID:338637006", "TAO:0000014", "VHOG:0000264", "Wikipedia:Dorsal_aorta", "XAO:0000051", "ZFA:0000014" ;
    oboInOwl:hasExactSynonym "DA" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "dorsal aorta root", "dorsal aortic root" ;
    oboInOwl:id "UBERON:0005805" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "dorsal aorta" ;
    rdfs:subClassOf obo:UBERON_0000947, obo:UBERON_0003513, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002201
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001917
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003064
    ] .

obo:UBERON_0005837
    obo:IAO_0000115 "A fascicle that is part of a spinal cord." ;
    oboInOwl:hasDbXref "FMA:75799" ;
    oboInOwl:hasExactSynonym "spinal cord fasciculus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005837" ;
    a owl:Class ;
    rdfs:label "fasciculus of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0001019, obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001019
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0005838
    obo:IAO_0000115 "A fascicle that is part of a brain." ;
    oboInOwl:hasDbXref "FMA:83844" ;
    oboInOwl:hasExactSynonym "brain fasciculus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005838" ;
    a owl:Class ;
    rdfs:label "fasciculus of brain" ;
    rdfs:subClassOf obo:UBERON_0001019, obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002316
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001019
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0005844
    oboInOwl:hasDbXref "BIRNLEX:2665", "FMA:62420", "MA:0003080", "SCTID:278748001" ;
    oboInOwl:hasExactSynonym "axial part of spinal cord", "axial regional part of spinal cord", "segment of spinal cord" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005844" ;
    a owl:Class ;
    rdfs:label "spinal cord segment" ;
    rdfs:subClassOf obo:UBERON_0001948 .

obo:UBERON_0005856
    obo:IAO_0000115 "A delimited region of dense mesenchyme within looser mesenchyme." ;
    oboInOwl:hasDbXref "AEO:0000148", "EHDAA2_RETIRED:0003148", "EHDAA:8979" ;
    oboInOwl:hasExactSynonym "mesenchyme condensation" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005856" ;
    a owl:Class ;
    rdfs:label "developing mesenchymal condensation" ;
    rdfs:subClassOf obo:UBERON_0007524, obo:UBERON_0011585, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000335
    ] .

obo:UBERON_0005863
    obo:IAO_0000115 "Cell condensation that is an aggregation of mesenchymal cells that are committed to differentiate into chondroblasts and chondrocytes." ;
    oboInOwl:hasDbXref "AEO:0000147", "EHDAA2_RETIRED:0003147", "EMAPA:32731", "VSAO:0000092", "XAO:0004022" ;
    oboInOwl:hasExactSynonym "cartilage condensation", "cartilagenous condensation", "chondrogenic condensation" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005863" ;
    a owl:Class ;
    rdfs:label "cartilaginous condensation" ;
    rdfs:subClassOf obo:UBERON_0005856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004288
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005866
    ] .

obo:UBERON_0005865
    oboInOwl:hasAlternativeId "UBERON:0008714" ;
    oboInOwl:hasDbXref "AEO:0000149", "EHDAA2_RETIRED:0003149" ;
    oboInOwl:hasExactSynonym "pre muscle mass", "premuscle mass" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005865" ;
    a owl:Class ;
    rdfs:label "pre-muscle condensation" ;
    rdfs:subClassOf obo:UBERON_0005856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000680
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0005090
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000680
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005856
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000680
            ]
        )
    ] .

obo:UBERON_0005866
    obo:IAO_0000115 "A delimited region of dense mesenchyme within looser mesenchyme whose cells are committed to become chondroblasts." ;
    oboInOwl:hasDbXref "AEO:0000150", "EHDAA2:0003150", "EMAPA:32736" ;
    oboInOwl:hasExactSynonym "pre-chondrogenic condensation", "precartilage condensation", "precartilagenous condensation", "prechondrogenic condensation" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005866" ;
    a owl:Class ;
    rdfs:label "pre-cartilage condensation" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0005856, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004288
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0007844
    ] .

obo:UBERON_0005867
    obo:IAO_0000115 "The paired ventral prominences formed by bifurcation of the first pharyngeal arches in the embryo; the two prominences unite ventrally and fuse to form the mandible and lower lip." ;
    oboInOwl:hasDbXref "EHDAA2:0001061", "EHDAA:5871", "EMAPA:17355", "FMA:293051", "NCIT:C34204", "Wikipedia:Mandibular_prominence" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mandibular process", "mandibular swelling" ;
    oboInOwl:id "UBERON:0005867" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "mandibular prominence" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0012314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000166
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007237
    ] .

obo:UBERON_0005884
    obo:IAO_0000115 "A subdivision of skeleton that supports pharyngeal arch 2." ;
    oboInOwl:hasDbXref "AAO:0000665", "AAO:0010370", "TAO:0001276", "XAO:0003177", "ZFA:0001276" ;
    oboInOwl:hasExactSynonym "hyoid arch skeleton", "pharyngeal arch 2 skeleton" ;
    oboInOwl:hasNarrowSynonym "hyoid bars" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005884" ;
    a owl:Class ;
    rdfs:label "hyoid arch skeleton" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003066
    ] .

obo:UBERON_0005902
    obo:IAO_0000115 "Anatomical cluster that is located in the posterior region of the cranium and forms the margin of the foramen magnum and occipital condyles." ;
    oboInOwl:hasDbXref "AAO:0010199", "BTO:0004675", "FMA:49187", "SCTID:362618001", "TAO:0001414", "XAO:0003173", "ZFA:0001414", "neuronames:2431" ;
    oboInOwl:hasExactSynonym "basicranial region", "occipital part of head", "occipital region of head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "back of head" ;
    oboInOwl:id "UBERON:0005902" ;
    a owl:Class ;
    rdfs:label "occipital region" ;
    rdfs:subClassOf obo:UBERON_0034921, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003128
    ] .

obo:UBERON_0005906
    obo:IAO_0000115 "Organ with organ cavity, which has as parts a serous membrane and a serous cavity . Examples: pleural sac, pericardial sac, tendon sheath, bursa.[FMA]." ;
    oboInOwl:hasDbXref "FMA:9689", "SCTID:362890006" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005906" ;
    a owl:Class ;
    rdfs:comment "See notes for serous membrane" ;
    rdfs:label "serous sac" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002553
    ] .

obo:UBERON_0005911
    obo:IAO_0000115 "Epithelium that derives from the endoderm. Examples: urothelium, transitional epithelium of ureter, epithelium of prostatic gland.[FMA]." ;
    oboInOwl:hasDbXref "FMA:69065" ;
    oboInOwl:hasExactSynonym "endoderm-derived epithelium", "endoepithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005911" ;
    a owl:Class ;
    rdfs:label "endo-epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, obo:UBERON_0004119 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:UBERON_0005944
    obo:IAO_0000115 "Subdivision of skeleton which consists of cranial skeleton, set of all vertebrae, set of all ribs and sternum[FMA, modified]." ;
    oboInOwl:hasDbXref "AAO:0000963", "EMAPA:17214", "MA:0000308", "NCIT:C32172", "SCTID:361725000", "VSAO:0000056", "Wikipedia:Axial_skeleton", "XAO:0004011" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005944" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "axial skeleton plus cranial skeleton" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011137
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003089
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] .

obo:UBERON_0005946
    obo:IAO_0000115 "An outflow tract that is part of a cardiac atrium." ;
    oboInOwl:hasDbXref "FMA:14141" ;
    oboInOwl:hasExactSynonym "outflow part of atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005946" ;
    a owl:Class ;
    rdfs:label "outflow tract of atrium" ;
    rdfs:subClassOf obo:UBERON_0004145, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004145
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
        )
    ] .

obo:UBERON_0005953
    obo:IAO_0000115 "Anteriosuperior, smooth-walled portion of the cavity of the right ventricle, beginning at the supraventricular crest and terminating in the pulmonary trunk." ;
    oboInOwl:hasBroadSynonym "infundibulum" ;
    oboInOwl:hasDbXref "FMA:7216", "NCIT:C61368", "SCTID:244379003" ;
    oboInOwl:hasExactSynonym "conus arteriosus (infundibulum)", "infundibulum of right ventricle", "outflow tract of right ventricle", "pulmonary conus", "right ventricle pulmonary outflow tract", "right ventricular outflow tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "arterial cone", "conus arteriosus", "pulmonary cone", "pulmonary conus" ;
    oboInOwl:id "UBERON:0005953" ;
    a owl:Class ;
    rdfs:label "outflow part of right ventricle" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005337, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002080
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0002333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009889
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005337
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:UBERON_0005956
    obo:IAO_0000115 "Anterosuperior fibrous portion of the left ventricle that connects to the ascending aorta." ;
    oboInOwl:hasDbXref "FMA:9473", "SCTID:264070001", "Wikipedia:Aortic_vestibule" ;
    oboInOwl:hasExactSynonym "Sibson vestibule", "aortic vestibule", "heart left ventricle outflow tract", "left ventricular outflow", "left ventricular outflow tract", "outflow tract of left ventricle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005956" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "outflow part of left ventricle" ;
    rdfs:subClassOf obo:UBERON_0005337, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005337
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0005965
    obo:IAO_0000115 "Outflow part of atrium which consists of wall and cavity of the outflow part of right atrium and the tricuspid valve.[FMA]." ;
    oboInOwl:hasDbXref "FMA:9550" ;
    oboInOwl:hasExactSynonym "main part of right atrium", "outflow tract of right atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005965" ;
    a owl:Class ;
    rdfs:label "outflow part of right atrium" ;
    rdfs:subClassOf obo:UBERON_0005946, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002078
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005946
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
        )
    ] .

obo:UBERON_0005966
    obo:IAO_0000115 "An outflow tract of atrium that is part of a left atrium." ;
    oboInOwl:hasDbXref "FMA:9551" ;
    oboInOwl:hasExactSynonym "main part of left atrium", "outflow tract of left atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005966" ;
    a owl:Class ;
    rdfs:label "outflow part of left atrium" ;
    rdfs:subClassOf obo:UBERON_0005946, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002079
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005946
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002079
            ]
        )
    ] .

obo:UBERON_0005979
    obo:IAO_0000115 "The vertical crest of the interior wall of the right atrium that lies to the right of the sinus of the vena cava and separates this from the remainder of the right atrium." ;
    oboInOwl:hasDbXref "FMA:9236", "SCTID:277693004", "Wikipedia:Crista_terminalis" ;
    oboInOwl:hasExactSynonym "crista terminalis cordis", "crista terminalis of right atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005979" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "crista terminalis" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002078
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002078
    ] .

obo:UBERON_0005983
    obo:IAO_0000115 "The laminar structure of the heart." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005983" ;
    oboInOwl:inSubset core:non_informative, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "heart layer" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0005985
    obo:IAO_0000115 "Any of the arteries or veins that supply blood to the heart or return blood from the heart muscles to the circulation." ;
    oboInOwl:hasDbXref "MESH:D003331", "Wikipedia:Coronary_circulation" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005985" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "coronary vessel" ;
    rdfs:subClassOf obo:UBERON_0000055, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000055
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0005989
    obo:IAO_0000115 "The wall of the heart that separates the right atrium and left ventricle; and is located just above the septal cusp of the tricuspid valve." ;
    oboInOwl:hasDbXref "FMA:7136", "SCTID:280151006", "Wikipedia:Atrioventricular_septum" ;
    oboInOwl:hasExactSynonym "membranous atrioventricular septum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0005989" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "atrioventricular septum" ;
    rdfs:subClassOf obo:UBERON_0002099, obo:UBERON_0010313, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002062
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002078
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0006002
    obo:IAO_0000115 "The paired arteries that carry blood to the yolk sac from the dorsal aorta." ;
    oboInOwl:hasDbXref "EHDAA2:0002208", "EMAPA:16207", "Wikipedia:Vitelline_arteries" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006002" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "Development notes:; the vitelline arteries give rise to the celiac artery, superior mesenteric artery, and inferior mesenteric artery in the adult[MP:0010664]" ;
    rdfs:label "vitelline artery" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0004365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002252 ;
        owl:someValuesFrom obo:UBERON_0005805
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001040
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001040
            ]
        )
    ] .

obo:UBERON_0006003
    obo:IAO_0000115 "Anatomical structure embedded in or located in the integument that is part of the integumental system. Examples: hair, follicles, skin glands, claws, nails, feathers." ;
    oboInOwl:hasDbXref "Wikipedia:Skin_appendage" ;
    oboInOwl:hasNarrowSynonym "body hair or bristle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "skin adnexa", "skin adnexal structure", "skin appendage" ;
    oboInOwl:id "UBERON:0006003" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "integumentary adnexa" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002416
    ] .

obo:UBERON_0006056
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006056" ;
    a owl:Class ;
    rdfs:label "posterior surface of head" ;
    rdfs:subClassOf obo:UBERON_0036215, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000122 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0036215
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000122 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0006134
    obo:IAO_0000115 "A threadlike extension of a nerve cell and consists of an axon and myelin sheath (if it is myelinated) in the nervous system. There are nerve fibers in the central nervous system and peripheral nervous system. A nerve fiber may be myelinated and/or unmyelinated. In the central nervous system (CNS), myelin by oligodendroglia cells is formed. Schwann cells form myelin in the peripheral nervous system (PNS). Schwann cells also make a thin covering in an axon without myelin (in the PNS). A peripheral nerve fiber contains an axon, myelin sheath, schwann cells and its endoneurium. There are no endoneurium and schwann cells in the central nervous system." ;
    oboInOwl:hasDbXref "BAMS:nfi", "FMA:5914", "MESH:D009412", "SCTID:88545005", "Wikipedia:Nervous_system_fiber" ;
    oboInOwl:hasExactSynonym "nerve fibre", "neurofibrum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006134" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "nerve fiber" ;
    rdfs:subClassOf obo:UBERON_0005162, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0030424
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:CL_0000540
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:unionOf (obo:UBERON_0006135
            obo:UBERON_0006136
        )
    ] .

obo:UBERON_0006135
    obo:IAO_0000115 "Axons of neurons encased in a lipoproteinaceous material called myelin. (MeSH)." ;
    oboInOwl:hasDbXref "FMA:5915", "GAID:745", "MESH:D009413", "NCIT:C12627", "SCTID:362296008" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006135" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "myelinated nerve fiber" ;
    rdfs:subClassOf obo:UBERON_0006134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0043209
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:disjointWith obo:UBERON_0006136 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0043209
            ]
        )
    ] .

obo:UBERON_0006136
    oboInOwl:hasDbXref "FMA:5916", "GAID:767", "MESH:D036421", "NCIT:C33835", "SCTID:46920005" ;
    oboInOwl:hasExactSynonym "non-myelinated nerve fiber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006136" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "unmyelinated nerve fiber" ;
    rdfs:subClassOf obo:UBERON_0006134 .

obo:UBERON_0006207
    obo:IAO_0000115 "The spiral septum that separates the truncus arteriosus into a ventral pulmonary trunk and the dorsal aorta[MP]. The aorticopulmonary septum is developmentally formed from neural crest, specifically the cardiac neural crest, and actively separates the aorta and pulmonary arteries and fuses with the interventricular septum within the heart during development. The actual mechanism of septation of the outflow tract is poorly understood, but is recognized as a dynamic process with contributions from contractile, hemodynamic, and extracellular matrix interactions." ;
    oboInOwl:hasAlternativeId "UBERON:0005999" ;
    oboInOwl:hasDbXref "CALOHA:TS-2409", "EHDAA2:0000136", "EHDAA:2592", "EMAPA:16827", "VHOG:0000502", "Wikipedia:Aorticopulmonary_septum" ;
    oboInOwl:hasExactSynonym "aortico-pulmonary septum", "aorticopulmonary septum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "aortic septum", "spiral septum" ;
    oboInOwl:id "UBERON:0006207" ;
    oboInOwl:inSubset core:emapa_ehdaa2, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aortico-pulmonary spiral septum" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004142, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000095
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0005805
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002099
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002333
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0005805
            ]
        )
    ] .

obo:UBERON_0006211
    obo:IAO_0000115 "The thin bilaminar membrane derived from the prechordal plate that is devoid of mesoderm and formed by the apposition of the stomodeal ectoderm with the foregut endoderm; after the embryonic head fold has evolved it lies at the caudal limit of the stomodeum, forming a septum between the primitive mouth and pharynx; the membrane eventually disappears, and thus a communication is established between the mouth and the future pharynx." ;
    oboInOwl:hasDbXref "EHDAA2:0000189", "EHDAA:536", "EMAPA:16259", "FMA:313607", "SCTID:361412007", "VHOG:0000380", "Wikipedia:Buccopharyngeal_membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "oral membrane", "oral plate", "oropharyngeal membrane" ;
    oboInOwl:id "UBERON:0006211" ;
    oboInOwl:inSubset core:emapa_ehdaa2, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "buccopharyngeal membrane" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006264
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0000930
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000924
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000925
    ] .

obo:UBERON_0006218
    oboInOwl:hasDbXref "EHDAA:1267", "EMAPA:16342", "RETIRED_EHDAA2:0000268" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006218" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "common atrial chamber" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] .

obo:UBERON_0006222
    obo:IAO_0000115 "The foremost region of the future forebrain that develops into the diencephalon." ;
    oboInOwl:hasDbXref "EFO:0003442", "EHDAA2:0000600", "EHDAA:844", "EMAPA:16514", "RETIRED_EHDAA2:0000386", "TAO:0000574", "ZFA:0000574" ;
    oboInOwl:hasExactSynonym "presumptive diencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006222" ;
    oboInOwl:inSubset core:efo_slim, core:emapa_ehdaa2, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "future diencephalon" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0006238
    obo:IAO_0000115 "The embryonic precursor of the brain." ;
    oboInOwl:hasDbXref "BAMS:Enc", "BTO:0004726", "EFO:0003431", "EHDAA:300", "EHDAA:830", "EMAPA:16089", "FMA:312967", "RETIRED_EHDAA2:0000591", "TAO:0000146", "ZFA:0000146" ;
    oboInOwl:hasExactSynonym "brain rudiment", "presumptive brain" ;
    oboInOwl:hasNarrowSynonym "encephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic brain" ;
    oboInOwl:id "UBERON:0006238" ;
    oboInOwl:inSubset core:cumbo, core:efo_slim, core:emapa_ehdaa2, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "future brain" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002346
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] .

obo:UBERON_0006239
    obo:IAO_0000115 "A tendon that has the potential to develop into a central tendon." ;
    oboInOwl:hasDbXref "EHDAA2:0000593", "EHDAA:4118", "EMAPA:25035" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial derivative of septum transversum", "cranial part of septum transversum" ;
    oboInOwl:id "UBERON:0006239" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "future central tendon" ;
    rdfs:subClassOf obo:UBERON_0000043, obo:UBERON_0005291, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004161
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0006670
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000043
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0006670
            ]
        )
    ] .

obo:UBERON_0006240
    obo:IAO_0000115 "A presumptive structure that has the potential to develop into a forebrain." ;
    oboInOwl:hasDbXref "BAMS:Pros", "EFO:0003423", "EHDAA2:0000661", "EHDAA:2643", "EMAPA:16640", "TAO:0000062", "Wikipedia:Prosencephalon", "ZFA:0000062" ;
    oboInOwl:hasExactSynonym "future prosencephalon", "presumptive forebrain", "presumptive prosencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "prosencephalon" ;
    oboInOwl:id "UBERON:0006240" ;
    oboInOwl:inSubset core:efo_slim, core:emapa_ehdaa2, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "future forebrain" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006238
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:UBERON_0006241
    oboInOwl:hasDbXref "EFO:0003438", "EHDAA2:0000674", "EHDAA:898", "EMAPA:16092", "EMAPA:16755", "TAO:0000417", "ZFA:0000417" ;
    oboInOwl:hasExactSynonym "presumptive spinal cord", "presumptive spinal cord neural keel", "presumptive spinal cord neural plate", "presumptive spinal cord neural rod" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006241" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "future spinal cord" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001049
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] .

obo:UBERON_0006260
    oboInOwl:hasDbXref "EHDAA2:0000996", "EMAPA:17186", "VHOG:0000449" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lingual swelling" ;
    oboInOwl:id "UBERON:0006260" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:comment "the collection consisting of the two lateral swellings and the medial swelling" ;
    rdfs:label "lingual swellings" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, obo:UBERON_0010188, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010056
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] .

obo:UBERON_0006264
    obo:IAO_0000115 "An anatomical junctions that overlaps the mouth and foregut." ;
    oboInOwl:hasDbXref "EHDAA:534", "EMAPA:16258", "RETIRED_EHDAA2:0001205", "VHOG:0000592" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006264" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "mouth-foregut junction" ;
    rdfs:subClassOf obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0000165
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0001041
            ]
        )
    ] .

obo:UBERON_0006267
    obo:IAO_0000115 "The notochordal plate is the dorsal part of the notochordal process when the ventral portion breaks down. It is continuous laterally with the endoderm that composes the roof of the primitive foregut and is in contact dorsally with the neural tube. The folding off of the notochordal plate gives rise to the notochord." ;
    oboInOwl:hasDbXref "EHDAA2:0001278", "EHDAA:264", "EMAPA:16101", "NCIT:C34231", "VHOG:0001212" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006267" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "notochordal plate" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0002050, obo:UBERON_0005291, obo:UBERON_0010371, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006268
    ] .

obo:UBERON_0006268
    obo:IAO_0000115 "A midline cellular cord formed from the migration of mesenchymal cells from the primitive knot." ;
    oboInOwl:hasDbXref "EHDAA2:0001279", "EHDAA:224", "EMAPA:16102", "FMA:293135", "NCIT:C34232", "VHOG:0001213" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "chordamesoderm", "presumptive notochord" ;
    oboInOwl:id "UBERON:0006268" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:comment "The notochordal process grows cranially until it reaches the prechordal plate, the future site of the mouth. In this area the ectoderm is attached directly to the endoderm without intervening mesoderm. This area is known as the oropharyngeal membrane, and it will break down to become the mouth. At the other end of the primitive streak the ectoderm is also fused directly to the endoderm; this is known as the cloacal membrane (proctodeum), or primordial anus." ;
    rdfs:label "notochordal process" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] .

obo:UBERON_0006279
    obo:IAO_0000115 "Each of the canals that links the peritoneal cavity and the caudal part of a pleural cavity." ;
    oboInOwl:hasDbXref "EHDAA2:0001481", "EHDAA:4128", "EMAPA:17707", "SCTID:361413002", "VHOG:0001505" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pleuroperitoneal channel" ;
    oboInOwl:id "UBERON:0006279" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "pleuroperitoneal canal" ;
    rdfs:subClassOf obo:UBERON_0003914, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011997
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001179
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0002402
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003914
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001179
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0002402
            ]
        )
    ] .

obo:UBERON_0006283
    obo:IAO_0000115 "Multi-tissue structure that is part of the heart tube and will become the cardiac ventricle." ;
    oboInOwl:hasAlternativeId "UBERON:0010226" ;
    oboInOwl:hasBroadSynonym "embryonic ventricle" ;
    oboInOwl:hasDbXref "EHDAA2:0001531", "EMAPA:16350", "FMA:71006", "NCIT:C34160", "SCTID:361524003", "TAO:0002231", "Wikipedia:Embryonic_ventricle", "ZFA:0001719" ;
    oboInOwl:hasExactSynonym "early heart ventricle", "embryonic heart ventricle", "future heart ventricle", "presumptive cardiac ventricle heart tube", "primitive ventricle", "primitive ventricle of heart", "primordial cardiac ventricle", "primordial ventricle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006283" ;
    a owl:Class ;
    rdfs:comment "The embryonic ventricle or primitive ventricle of the developing heart gives rise to the trabeculated parts of the left and right ventricles. In contrast, the smooth parts of the left and right ventricles originate from the embryological bulbus cordis. The primitive ventricle becomes divided by a septum, the septum inferius or ventricular septum, which grows upward from the lower part of the ventricle, its position being indicated on the surface of the heart by a furrow. Its dorsal part increases more rapidly than its ventral portion, and fuses with the dorsal part of the septum intermedium. For a time an interventricular foramen exists above its ventral portion, but this foramen is ultimately closed by the fusion of the aortic septum with the ventricular septum[WP]" ;
    rdfs:label "future cardiac ventricle" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004141
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005498
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] .

obo:UBERON_0006304
    oboInOwl:hasDbXref "EHDAA:924", "EMAPA:16663", "RETIRED_EHDAA2:0002089" ;
    oboInOwl:hasExactSynonym "trigeminal V preganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "trigeminal preganglion" ;
    oboInOwl:id "UBERON:0006304" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:comment "See: https://github.com/obophenotype/mouse-anatomy-ontology/issues/13 and https://github.com/obophenotype/uberon/issues/693 -- consider merging into trigeminal ganglion, as this complicates the model" ;
    rdfs:label "future trigeminal ganglion" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003869, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005563
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001675
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002494 ;
        owl:someValuesFrom obo:UBERON_0003070
    ] .

obo:UBERON_0006311
    obo:IAO_0000115 "A segment of the eyeball that is filled with refractive media." ;
    oboInOwl:hasDbXref "BTO:0002085", "FMA:58071", "MA:0002459", "NCIT:C32301", "SCTID:280540004" ;
    oboInOwl:hasExactSynonym "eye chamber", "eyeball chamber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "chamber of eye" ;
    oboInOwl:id "UBERON:0006311" ;
    a owl:Class ;
    rdfs:label "chamber of eyeball" ;
    rdfs:subClassOf obo:UBERON_0000063, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001015 ;
        owl:someValuesFrom obo:UBERON_0006312
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000063
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001015 ;
                owl:someValuesFrom obo:UBERON_0006312
            ]
        )
    ] .

obo:UBERON_0006312
    obo:IAO_0000115 "Body substance in a liquid or semi-solid state in the eyeball which serves to refract light." ;
    oboInOwl:hasDbXref "MA:0001911" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006312" ;
    a owl:Class ;
    rdfs:label "ocular refractive media" ;
    rdfs:subClassOf obo:UBERON_0000463, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] .

obo:UBERON_0006314
    obo:IAO_0000115 "Liquid components of living organisms. includes fluids that are excreted or secreted from the body as well as body water that normally is not." ;
    oboInOwl:hasBroadSynonym "fluid" ;
    oboInOwl:hasDbXref "BIRNLEX:20", "FMA:280556", "GAID:266", "MESH:D001826", "Wikipedia:Body_fluid", "galen:BodyFluid" ;
    oboInOwl:hasExactSynonym "body fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006314" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "bodily fluid" ;
    rdfs:subClassOf obo:UBERON_0000463, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0001548
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0001548
            ]
        )
    ] .

obo:UBERON_0006331
    obo:IAO_0000115 "A nucleus of brain that is part of a brainstem." ;
    oboInOwl:hasDbXref "EMAPA:32790", "MA:0000821" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "brain stem nucleus" ;
    oboInOwl:id "UBERON:0006331" ;
    a owl:Class ;
    rdfs:label "brainstem nucleus" ;
    rdfs:subClassOf obo:UBERON_0002308, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002298
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002298
            ]
        )
    ] .

obo:UBERON_0006347
    obo:IAO_0000115 "An artery that connects two larger arteries." ;
    oboInOwl:hasDbXref "EMAPA:18598", "MA:0001938", "NCIT:C52851" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006347" ;
    a owl:Class ;
    rdfs:comment "Grouping for anterior and posterior" ;
    rdfs:label "communicating artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onClass obo:UBERON_0001637 ;
                owl:onProperty obo:RO_0002176 ;
                owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
            ]
        )
    ] .

obo:UBERON_0006535
    obo:IAO_0000115 "A portion of organism substance that secreted_by a zone of skin." ;
    oboInOwl:hasDbXref "MA:0002537" ;
    oboInOwl:hasExactSynonym "skin fluid/secretion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "skin fluid", "skin substance" ;
    oboInOwl:id "UBERON:0006535" ;
    a owl:Class ;
    rdfs:label "skin secretion" ;
    rdfs:subClassOf obo:UBERON_0000463, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0000014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0000014
            ]
        )
    ] .

obo:UBERON_0006537
    obo:IAO_0000115 "A portion of organism substance that is secreted by a female reproductive gland." ;
    oboInOwl:hasDbXref "MA:0002510" ;
    oboInOwl:hasExactSynonym "female reproductive system fluid/secretion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "female reproductive system fluid", "female reproductive system secretion" ;
    oboInOwl:id "UBERON:0006537" ;
    a owl:Class ;
    rdfs:label "female reproductive gland secretion" ;
    rdfs:subClassOf obo:UBERON_0022293, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0005398
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0005398
            ]
        )
    ] .

obo:UBERON_0006538
    obo:IAO_0000115 "A portion of organism substance that secreted_by a respiratory system." ;
    oboInOwl:hasDbXref "EMAPA:36550", "MA:0002533", "NCIT:C13722" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "respiratory system fluid", "respiratory system secretion" ;
    oboInOwl:id "UBERON:0006538" ;
    a owl:Class ;
    rdfs:label "respiratory system fluid/secretion" ;
    rdfs:subClassOf obo:UBERON_0000463, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0006562
    obo:IAO_0000115 "The pharynx is the part of the digestive system immediately posterior to the mouth[GO]." ;
    oboInOwl:hasDbXref "MAT:0000049", "MESH:D010614", "MIAA:0000049" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior part of foregut", "pharyngeal tube" ;
    oboInOwl:id "UBERON:0006562" ;
    oboInOwl:inSubset core:grouping_class, core:uberon_slim ;
    a owl:Class ;
    rdfs:label "pharynx" ;
    rdfs:subClassOf obo:UBERON_0004921, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] .

obo:UBERON_0006563
    obo:IAO_0000115 "Tunica media of artery which is continuous with the myocardium of right ventricle.[FMA]." ;
    oboInOwl:hasDbXref "FMA:85030" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006563" ;
    a owl:Class ;
    rdfs:label "tunica media of pulmonary trunk" ;
    rdfs:subClassOf obo:UBERON_0007239, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002333
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002522
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002333
            ]
        )
    ] .

obo:UBERON_0006566
    obo:IAO_0000115 "A myocardium that is part of a left ventricle of a heart." ;
    oboInOwl:hasDbXref "FMA:9558", "MA:0002983", "SCTID:362021000" ;
    oboInOwl:hasExactSynonym "left ventricular myocardium", "myocardium of left ventricle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006566" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "left ventricle myocardium" ;
    rdfs:subClassOf obo:UBERON_0001083, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0003618
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001083
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0006567
    obo:IAO_0000115 "A myocardium that is part of a right ventricle of a heart." ;
    oboInOwl:hasDbXref "FMA:9535", "MA:0002984", "SCTID:362020004" ;
    oboInOwl:hasExactSynonym "myocardium of right ventricle", "right ventricular myocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006567" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "right ventricle myocardium" ;
    rdfs:subClassOf obo:UBERON_0001083, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002080
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0006563
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001083
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:UBERON_0006569
    obo:IAO_0000115 "A nucleus of brain that is part of a diencephalon." ;
    oboInOwl:hasDbXref "TAO:0002191", "ZFA:0001659" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006569" ;
    a owl:Class ;
    rdfs:label "diencephalic nucleus" ;
    rdfs:subClassOf obo:UBERON_0002308, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0006595
    obo:IAO_0000115 "Presumptive structure of the blastula that will develop into endoderm." ;
    oboInOwl:hasDbXref "AAO:0000471", "EFO:0003437", "TAO:0000416", "ZFA:0000416" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006595" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive endoderm" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000925
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000307
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000925
            ]
        )
    ] .

obo:UBERON_0006596
    oboInOwl:hasDbXref "AAO:0000468", "EFO:0003439", "TAO:0000568", "ZFA:0000568" ;
    oboInOwl:hasExactSynonym "future blood" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006596" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive blood" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000178
            ]
        )
    ] .

obo:UBERON_0006598
    obo:IAO_0000115 "Portion of embryonic tissue determined by fate mapping to become a structure." ;
    oboInOwl:hasDbXref "AAO:0000479", "TAO:0001116", "ZFA:0001116" ;
    oboInOwl:hasExactSynonym "future structure", "presumptive structures" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006598" ;
    a owl:Class ;
    rdfs:label "presumptive structure" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000061
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005423
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000061
            ]
        )
    ] .

obo:UBERON_0006601
    obo:IAO_0000115 "Presumptive structure of the blastula that will develop into ectoderm." ;
    oboInOwl:hasDbXref "AAO:0000470", "EFO:0003466", "TAO:0001376", "XAO:0004132", "ZFA:0001376" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "presumptive epidermis" ;
    oboInOwl:id "UBERON:0006601" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive ectoderm" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000924
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000307
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
        )
    ] .

obo:UBERON_0006603
    obo:IAO_0000115 "Presumptive structure of the blastula that will develop into mesoderm." ;
    oboInOwl:hasDbXref "AAO:0000476", "EFO:0003467", "TAO:0001377", "ZFA:0001377" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006603" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive mesoderm" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000307
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0006606
    obo:IAO_0000115 "A cartilaginous joint that connects left and right mandibles/dentary bones. Mandibular symphysis is unpaired[TAO,modified]." ;
    oboInOwl:hasDbXref "AAO:0000277", "FMA:75779", "MA:0001490", "TAO:0001851", "Wikipedia:Symphysis_menti", "ZFA:0005488" ;
    oboInOwl:hasExactSynonym "dentary symphysis", "inter-dentary joint", "inter-mandibular joint", "symphysis menti" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mental symphysis" ;
    oboInOwl:id "UBERON:0006606" ;
    oboInOwl:inSubset core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "mandibular symphysis" ;
    rdfs:subClassOf obo:UBERON_0002216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001710
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0004742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002213
            [
                a owl:Restriction ;
                owl:onClass obo:UBERON_0004742 ;
                owl:onProperty obo:RO_0002176 ;
                owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
            ]
        )
    ] .

obo:UBERON_0006668
    obo:IAO_0000115 "On the interior surface of the temporal bone, behind the rough surface of the apex, is the large circular aperture of the carotid canal, which ascends at first vertically, and then, making a bend, runs horizontally forward and medialward. It transmits into the cranium, the internal carotid artery, and the carotid plexus of nerves. Sympathetics to the head also pass through the carotid canal. They have several motor functions: raise the eyelid (superior tarsal muscle), dilate pupil, innervate sweat glands of face and scalp and constricts blood vessels in head[WP]." ;
    oboInOwl:hasDbXref "EMAPA:18707", "FMA:55805", "Wikipedia:Carotid_canal" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006668" ;
    a owl:Class ;
    rdfs:label "carotid canal" ;
    rdfs:subClassOf obo:UBERON_0013685, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001678
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0001532
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0013685
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002570 ;
                owl:someValuesFrom obo:UBERON_0001532
            ]
        )
    ] .

obo:UBERON_0006670
    obo:IAO_0000115 "The three-lobed cloverleaf-shaped aponeurosis situated at the center of the diaphragm; the central tendon is fused with the fibrous pericardium that provides attachment for the muscle fibers." ;
    oboInOwl:hasDbXref "EMAPA:17702", "FMA:58279", "NCIT:C34119", "SCTID:244943002", "VHOG:0001399", "Wikipedia:Central_tendon_of_diaphragm" ;
    oboInOwl:hasExactSynonym "central tendon", "centrum tendineum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006670" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "central tendon of diaphragm" ;
    rdfs:subClassOf obo:UBERON_0000043, obo:UBERON_0003570, obo:UBERON_0003837, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001103
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0002359
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0006239
    ] .

obo:UBERON_0006677
    obo:IAO_0000115 "An anatomical boundary that adjacent_to a epithelium." ;
    oboInOwl:hasDbXref "FMA:70997" ;
    oboInOwl:hasExactSynonym "epithelium surface" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006677" ;
    a owl:Class ;
    rdfs:label "surface of epithelium" ;
    rdfs:subClassOf obo:UBERON_0036215, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000483
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0036215
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000483
            ]
        )
    ] .

obo:UBERON_0006682
    obo:IAO_0000115 "The hypoglossal canal is a bony canal in the occipital bone of the skull." ;
    oboInOwl:hasDbXref "EMAPA:19012", "FMA:75370", "SCTID:139380001", "Wikipedia:Hypoglossal_canal" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior condylar canal", "hyperglossal canal" ;
    oboInOwl:id "UBERON:0006682" ;
    a owl:Class ;
    rdfs:label "hypoglossal canal" ;
    rdfs:subClassOf obo:UBERON_0013685, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001676
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0001650
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004111
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002570 ;
                owl:someValuesFrom obo:UBERON_0001650
            ]
        )
    ] .

obo:UBERON_0006756
    obo:IAO_0000115 "During the third week of embryological development there appears, immediately behind the ventral ends of the two halves of the mandibular arch, a rounded swelling named the tuberculum impar, which was described by His as undergoing enlargement to form the buccal part of the tongue. More recent researches, however, show that this part of the tongue is mainly, if not entirely, developed from a pair of lateral swellings which rise from the inner surface of the mandibular arch and meet in the middle line. The site of their meeting remains post-embryonically as the median sulcus of the tongue. The tuberculum impar is said to form the central part of the tongue immediately in front of the foramen cecum, but Hammar insists that it is purely a transitory structure and forms no part of the adult tongue[WP, Gray's]." ;
    oboInOwl:hasDbXref "EHDAA2:0001081", "EMAPA:17187", "FMA:312476", "SCTID:308821003", "VHOG:0000730", "Wikipedia:Tuberculum_impar" ;
    oboInOwl:hasExactSynonym "median lingual swelling", "median tongue bud", "tuberculum impar", "tuberculum linguale mediale" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006756" ;
    a owl:Class ;
    rdfs:comment "The thyroid initially develops caudal to the tuberculum impar . This embryonic swelling arises from the first pharyngeal arch and occurs midline on the floor of the developing pharynx, eventually helping form the tongue as the 2 lateral lingual swellings overgrow it. [http://emedicine.medscape.com/article/845125-overview]" ;
    rdfs:label "median lingual swelling" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006260
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] .

obo:UBERON_0006757
    obo:IAO_0000115 "During the third week there appears, immediately behind the ventral ends of the two halves of the mandibular arch, a rounded swelling named the tuberculum impar, which was described by His as undergoing enlargement to form the buccal part of the tongue. More recent researches, however, show that this part of the tongue is mainly, if not entirely, developed from a pair of lateral swellings (or distal tongue bud) which rise from the inner surface of the mandibular arch and meet in the middle line." ;
    oboInOwl:hasDbXref "EHDAA2:0000911", "EMAPA:17189", "FMA:313628", "VHOG:0000731", "Wikipedia:Lateral_lingual_swelling" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "lateral lingual prominence", "lateral swellings", "tuberculum laterale" ;
    oboInOwl:id "UBERON:0006757" ;
    a owl:Class ;
    rdfs:label "lateral lingual swelling" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006260
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] .

obo:UBERON_0006761
    obo:IAO_0000115 "The edge of the cornea where it joins the sclera; the limbus is a common site for the occurrence of corneal epithelial neoplasm." ;
    oboInOwl:hasDbXref "EFO:0001403", "FMA:58342", "GAID:896", "MESH:D016850", "SCTID:63716004", "Wikipedia:Corneal_limbus", "ZFA:0005570" ;
    oboInOwl:hasExactSynonym "cornea limbus", "corneal limbus", "corneal-scleral limbus", "corneoscleral junction", "sclerocorneal junction", "sclerocorneal limbus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006761" ;
    oboInOwl:inSubset core:efo_slim, core:human_reference_atlas, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:comment "This location has parts such as blood vessels etc. See PMC2868485, http://www.ncbi.nlm.nih.gov/pubmed/2695343" ;
    rdfs:label "corneo-scleral junction" ;
    rdfs:subClassOf obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0000964
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001773
            ]
        )
    ] .

obo:UBERON_0006799
    obo:IAO_0000115 "An epithelium that is composed primarily of secretory cells." ;
    oboInOwl:hasDbXref "BTO:0002991", "NCIT:C43370", "NCIT:C45715" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006799" ;
    a owl:Class ;
    rdfs:label "glandular epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000150
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000150
            ]
        )
    ] .

obo:UBERON_0006815
    obo:IAO_0000115 "Loose connective tissue located at the outer and inner layers of organs. Examples: submucosal connective tissue, tunica adventitia of artery, papillary dermis, superficial fascia of dorsum of hand." ;
    oboInOwl:hasDbXref "AAO:0000027", "FMA:63897", "SCTID:68477002" ;
    oboInOwl:hasExactSynonym "loose areolar connective tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "areolar tissue", "loose connective tissue" ;
    oboInOwl:id "UBERON:0006815" ;
    a owl:Class ;
    rdfs:label "areolar connective tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011825, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000030
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_1000303
    ], [
        a owl:Restriction ;
        owl:onProperty core:protects ;
        owl:someValuesFrom obo:UBERON_0000062
    ] .

obo:UBERON_0006833
    obo:IAO_0000115 "An anatomical space that surrounded_by a trachea." ;
    oboInOwl:hasDbXref "FMA:7469", "SCTID:197486000" ;
    oboInOwl:hasExactSynonym "lumen of cartilaginous trachea", "tracheal lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006833" ;
    a owl:Class ;
    rdfs:label "lumen of trachea" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0003126
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0006834
    obo:IAO_0000115 "A subdivision of a the reproductive tract in a female organism that is the site of embryo development." ;
    oboInOwl:hasDbXref "TADS:0000421", "WBbt:0006760" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006834" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "uterus or analog" ;
    rdfs:subClassOf obo:UBERON_0005156, obo:UBERON_0013522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000474
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33208
    ], [
        a owl:Restriction ;
        owl:onProperty core:site_of ;
        owl:someValuesFrom obo:GO_0009790
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0013522
            [
                a owl:Restriction ;
                owl:onProperty core:site_of ;
                owl:someValuesFrom obo:GO_0009790
            ]
        )
    ] .

obo:UBERON_0006846
    obo:IAO_0000115 "A furrow or an incomplete tube." ;
    oboInOwl:hasDbXref "AEO:0000161", "EHDAA2_RETIRED:0003161" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "groove" ;
    oboInOwl:id "UBERON:0006846" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:comment "Surface groove is modelled as immaterial - see https://github.com/obophenotype/uberon/issues/2667 for discussion" ;
    rdfs:label "surface groove" ;
    rdfs:subClassOf obo:UBERON_0000466, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002255
    ] .

obo:UBERON_0006876
    obo:IAO_0000115 "A vasculature that is part of a organ." ;
    oboInOwl:hasDbXref "FMA:74612" ;
    oboInOwl:hasExactSynonym "organ vasculature", "set of blood vessels of organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006876" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "vasculature of organ" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:UBERON_0006904
    obo:IAO_0000115 "A head mesenchyme that develops_from a mesoderm." ;
    oboInOwl:hasDbXref "AAO:0011051", "EFO:0003337", "EFO:0003603", "EHDAA2:0001118", "EHDAA:655", "EMAPA:16099", "EMAPA_RETIRED:16270", "FMA:293859", "TAO:0000998", "VHOG:0000185", "XAO:0000053", "ZFA:0000998" ;
    oboInOwl:hasExactSynonym "head mesenchyme derived from mesoderm", "head mesenchyme from head mesoderm", "head mesenchyme from mesoderm", "mesenchyme derived from head mesoderm", "mesenchyme from head mesoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial mesoderm", "head mesoderm" ;
    oboInOwl:id "UBERON:0006904" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "head mesenchyme from mesoderm" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0005253, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005253
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0006905
    obo:IAO_0000115 "Mesenchyme that is part of a mandibular prominence." ;
    oboInOwl:hasDbXref "EHDAA2:0001062", "EHDAA:5861", "EHDAA:5873", "EMAPA:17357" ;
    oboInOwl:hasExactSynonym "mesenchyme of mandibular process", "mesenchyme of mandibular prominence" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006905" ;
    a owl:Class ;
    rdfs:label "mandibular process mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0005253, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005867
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005867
            ]
        )
    ] .

obo:UBERON_0006909
    obo:IAO_0000115 "An anatomical space that surrounded_by a digestive tract." ;
    oboInOwl:hasDbXref "BTO:0000349", "EMAPA:32908", "FMA:45677" ;
    oboInOwl:hasExactSynonym "digestive tract lumen", "gut cavity", "gut lumen", "lumen of alimentary tract", "lumen of digestive tract", "lumen of gut" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006909" ;
    a owl:Class ;
    rdfs:label "lumen of digestive tract" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0006913
    obo:IAO_0000115 "An epithelium that is part of a lip." ;
    oboInOwl:hasDbXref "BTO:0004468", "TAO:0005334", "ZFA:0005334" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006913" ;
    a owl:Class ;
    rdfs:label "lip epithelium" ;
    rdfs:subClassOf obo:UBERON_0003929, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0006914
    obo:IAO_0000115 "An epithelium characterised by its most superficial layer consisting of squamous epithelial cells." ;
    oboInOwl:hasDbXref "BTO:0002072", "NCIT:C12848", "SCTID:40118003", "Wikipedia:Squamous_epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006914" ;
    a owl:Class ;
    rdfs:label "squamous epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000076
            ]
        )
    ] .

obo:UBERON_0006915
    obo:IAO_0000115 "Multilaminar epithelium which consists of more than one layer of squamous cells only one layer of which is in contact with a basement membrane. Examples: keratinized stratified squamous epithelium, epithelium of wall of esophagus.[FMA]." ;
    oboInOwl:hasDbXref "FMA:45563", "NCIT:C13180", "Wikipedia:Stratified_squamous_epithelium" ;
    oboInOwl:hasExactSynonym "epithelium stratificatum squamosum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006915" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "stratified squamous epithelium" ;
    rdfs:subClassOf obo:UBERON_0000486, obo:UBERON_0006914 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000486
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000076
            ]
        )
    ] .

obo:UBERON_0006919
    obo:IAO_0000115 "A squamous epithelium that is part of a tongue." ;
    oboInOwl:hasDbXref "MA:0002786" ;
    oboInOwl:hasExactSynonym "squamous epithelium of tongue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006919" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "tongue squamous epithelium" ;
    rdfs:subClassOf obo:UBERON_0002424, obo:UBERON_0003357, obo:UBERON_0006914, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006914
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0006920
    obo:IAO_0000115 "A squamous epithelium that is part of a esophagus." ;
    oboInOwl:hasDbXref "BTO:0003635", "CALOHA:TS-1250", "EMAPA:35324", "MA:0001567", "NCIT:C49222" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "esophageal squamous epithelium", "squamous epithelium of esophagus", "squamous oesophageal epithelium" ;
    oboInOwl:id "UBERON:0006920" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "esophagus squamous epithelium" ;
    rdfs:subClassOf obo:UBERON_0001976, obo:UBERON_0006914 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006914
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0006921
    obo:IAO_0000115 "A squamous epithelium that is part of a stomach." ;
    oboInOwl:hasDbXref "EMAPA:35824", "MA:0001611" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006921" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "stomach squamous epithelium" ;
    rdfs:subClassOf obo:UBERON_0000487, obo:UBERON_0001276 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006914
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0006924
    obo:IAO_0000115 "A glandular epithelium that lines the stomach. The stomach's glandular epithelium is characterized by the presence of gastric glands." ;
    oboInOwl:hasDbXref "EMAPA:35814", "FMA:63458", "MA:0002784" ;
    oboInOwl:hasNarrowSynonym "epithelium of gastric gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gastric gland epithelium" ;
    oboInOwl:id "UBERON:0006924" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "stomach glandular epithelium" ;
    rdfs:subClassOf obo:UBERON_0001276, obo:UBERON_0006929, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006931
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000325
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006799
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0006925
    obo:IAO_0000115 "Any gland that is part of the digestive system." ;
    oboInOwl:hasDbXref "AAO:0000130", "BTO:0000345" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "digestive gland" ;
    oboInOwl:id "UBERON:0006925" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "digestive system gland" ;
    rdfs:subClassOf obo:UBERON_0002368, obo:UBERON_0013765 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002368
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001007
            ]
        )
    ] .

obo:UBERON_0006929
    obo:IAO_0000115 "Simple columnar epithelium that constitutes the secretory part of a gland. Examples: epithelium of stomach, luminal epithelium of lactiferous duct.[FMA]." ;
    oboInOwl:hasDbXref "FMA:64800", "NCIT:C13182" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006929" ;
    a owl:Class ;
    rdfs:label "glandular columnar epithelium" ;
    rdfs:subClassOf obo:UBERON_0000485, obo:UBERON_0006799 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000485
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000150
            ]
        )
    ] .

obo:UBERON_0006930
    oboInOwl:hasDbXref "FMA:66809" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006930" ;
    a owl:Class ;
    rdfs:label "glandular cuboidal epithelium" ;
    rdfs:subClassOf obo:UBERON_0000484, obo:UBERON_0006799 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000484
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CL_0000150
            ]
        )
    ] .

obo:UBERON_0006931
    obo:IAO_0000115 "Stomach mucosa that is lined with glandular epithelium and part of a stomach glandular region." ;
    oboInOwl:hasDbXref "EMAPA:27167", "MA:0001614" ;
    oboInOwl:hasExactSynonym "stomach glandular region glandular mucous membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006931" ;
    a owl:Class ;
    rdfs:label "stomach glandular region mucosa" ;
    rdfs:subClassOf obo:UBERON_0001199, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011953
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001199
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0011953
            ]
        )
    ] .

obo:UBERON_0006934
    obo:IAO_0000115 "Simple columnar epithelium made up of cells specialized to serve as sensory cells for the reception of external stimuli, as the sensory cells of the cochlea, vestibule, nasal mucosa, and tongue." ;
    oboInOwl:hasDbXref "CALOHA:TS-0682", "FMA:62410", "SCTID:309045006" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006934" ;
    a owl:Class ;
    rdfs:label "sensory epithelium" ;
    rdfs:subClassOf obo:UBERON_0000488, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000098
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000098
            ]
        )
    ] .

obo:UBERON_0006960
    obo:IAO_0000115 "The stroma of the ovary is a peculiar soft tissue, abundantly supplied with blood vessels, consisting for the most part of spindle-shaped cells with a small amount of ordinary connective tissue. These cells have been regarded by some anatomists as unstriped muscle cells, which, indeed, they most resemble; by others as connective-tissue cells. On the surface of the organ this tissue is much condensed, and forms a layer composed of short connective-tissue fibers, with fusiform cells between them. The stroma of the ovary may contain interstitial cells resembling those of the testis." ;
    oboInOwl:hasDbXref "CALOHA:TS-1246", "EMAPA:28880", "FMA:18626", "MA:0002991", "NCIT:C33638", "SCTID:259306002", "Wikipedia:Stroma_of_ovary" ;
    oboInOwl:hasExactSynonym "interstitial tissue of ovary", "ovarian stroma", "ovary stroma", "stroma of the ovary", "stroma ovarica" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006960" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "ovary stroma" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003891, obo:UBERON_0005156, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000992
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002095
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003891
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000992
            ]
        )
    ] .

obo:UBERON_0006965
    obo:IAO_0000115 "The vascular cord is the primordial vasculature that will develop into blood vessels by the process of tubulogenesis[GO]. The vascular cord is composed of angioblast or vascular endothelial cells in a solid linear mass called a cord. The cord then undergoes tubulogenesis to form the lumen of the vessels[ZFA]." ;
    oboInOwl:hasDbXref "EFO:0003709", "TAO:0005077", "ZFA:0005077" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006965" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "vascular cord" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0014903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000115
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000566
    ], [
        a owl:Restriction ;
        owl:onProperty core:site_of ;
        owl:someValuesFrom obo:GO_0048754
    ] .

obo:UBERON_0006966
    obo:IAO_0000115 "A capillary that is part of the coronary system." ;
    oboInOwl:hasDbXref "ZFA:0005813" ;
    oboInOwl:hasExactSynonym "heart capillary" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006966" ;
    a owl:Class ;
    rdfs:label "coronary capillary" ;
    rdfs:subClassOf obo:UBERON_0001982, obo:UBERON_0003498 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0006984
    obo:IAO_0000115 "A two dimensional anatomical structure that is the boundary between an anatomical structure and an anatomical substance, an anatomical space or the organism's environment. Examples include the surface of your skin, the surface of the lining of your gut; the surface of the endothelium of you aorta that is in contact with blood.n." ;
    oboInOwl:hasDbXref "BILA:0000010", "CARO:0001002", "EHDAA2_RETIRED:0003192", "FMA:24137", "NCIT:C34022" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0006984" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:comment "Old definition: 'Non-material anatomical entity of two dimensions, that is demarcated by anatomical lines or points on the external or internal surfaces of anatomical structures.' Note, in the new definition, the space referred to is not necessarily an anatomical space. It may be the outside of an organism." ;
    rdfs:label "anatomical surface" ;
    rdfs:subClassOf obo:UBERON_0010199 .

obo:UBERON_0007005
    obo:IAO_0000115 "The splanchnic mesoderm in the cardiogenic region where the heart develops; it gives rise to endocardial heart tubes that fuse to form the primordial cardiac tube, the heart primordium[web]. Two migratory heart primordia that move ventrally during the course of neurulation, and then fuse[XAO]." ;
    oboInOwl:hasDbXref "AAO:0011021", "BILA:0000051", "EFO:0000315", "EHDAA2:0000214", "EHDAA:385", "FMA:293143", "SCTID:360387000", "VHOG:0001641", "XAO:0000235" ;
    oboInOwl:hasExactSynonym "cardiogenic splanchnopleure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac mesoderm", "cardiogenic mesoderm", "cardiogenic region", "heart primordia" ;
    oboInOwl:id "UBERON:0007005" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cardiogenic splanchnic mesoderm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004140
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009881
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004872
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0009881
    ] .

obo:UBERON_0007010
    obo:IAO_0000115 "Organism at the cleavage stage." ;
    oboInOwl:hasDbXref "BILA:0000058" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007010" ;
    a owl:Class ;
    rdfs:label "cleaving embryo" ;
    rdfs:subClassOf obo:UBERON_0000922, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002489 ;
        owl:someValuesFrom obo:UBERON_0000107
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002493 ;
        owl:someValuesFrom obo:UBERON_0000107
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002489 ;
                owl:someValuesFrom obo:UBERON_0000107
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002493 ;
                owl:someValuesFrom obo:UBERON_0000107
            ]
        )
    ] .

obo:UBERON_0007026
    oboInOwl:hasDbXref "BILA:0000084", "NCIT:C34268", "SCTID:360394002" ;
    oboInOwl:hasExactSynonym "future digestive tract", "future digestive tube", "future gut", "primitive gut" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic digestive tube", "primordial digestive tube", "primordial gut" ;
    oboInOwl:id "UBERON:0007026" ;
    a owl:Class ;
    rdfs:label "presumptive gut" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000925
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002488 ;
        owl:someValuesFrom obo:UBERON_0000109
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0007037
    oboInOwl:hasDbXref "BILA:0000142" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007037" ;
    a owl:Class ;
    rdfs:label "mechanosensory system" ;
    rdfs:subClassOf obo:UBERON_0001032, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0050954
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001032
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0050954
            ]
        )
    ] .

obo:UBERON_0007098
    obo:IAO_0000115 "Cranial neural crest that migrates into the mandibular arch." ;
    oboInOwl:hasDbXref "TAO:0007064", "XAO:0000024", "ZFA:0007064" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007098" ;
    a owl:Class ;
    rdfs:label "mandibular neural crest" ;
    rdfs:subClassOf obo:UBERON_0003099, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003852
    ] .

obo:UBERON_0007099
    obo:IAO_0000115 "Cranial neural crest that migrates into the hyoid arch." ;
    oboInOwl:hasDbXref "TAO:0007065", "XAO:0000025", "ZFA:0007065" ;
    oboInOwl:hasExactSynonym "hyoid crest" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007099" ;
    a owl:Class ;
    rdfs:label "hyoid neural crest" ;
    rdfs:subClassOf obo:UBERON_0003099, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003852
    ] .

obo:UBERON_0007100
    obo:IAO_0000115 "A hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood or analogs[GO,modified]." ;
    oboInOwl:hasDbXref "TADS:0000147", "http://www.sciencemag.org/content/313/5795/1922/F1.large.jpg" ;
    oboInOwl:hasNarrowSynonym "dorsal tube", "heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "adult heart" ;
    oboInOwl:id "UBERON:0007100" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:comment "Gene notes: Bmp, Nkx, Gata" ;
    rdfs:label "primary circulatory organ" ;
    rdfs:subClassOf obo:UBERON_0015228, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002494
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0008015
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0015228
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0008015
            ]
        )
    ] .

obo:UBERON_0007122
    obo:IAO_0000115 "A pharyngeal pouch that is between pharyngeal arches 1 and 2." ;
    oboInOwl:hasAlternativeId "UBERON:0005718" ;
    oboInOwl:hasDbXref "AAO:0011114", "EFO:0003631", "EHDAA2:0000016", "EMAPA:16124", "EMAPA:16125", "FMA:295668", "NCIT:C34176", "SCTID:345248006", "TAO:0001128", "VHOG:0000555", "VHOG:0000970", "Wikipedia:Pharyngeal_pouch_(embryology)#First_pouch", "XAO:0000102", "ZFA:0001128" ;
    oboInOwl:hasExactSynonym "1st arch branchial pouch", "1st arch branchial pouch endoderm", "1st arch pouch endoderm", "1st branchial pouch", "1st pharyngeal pouch endoderm", "first arch pharyngeal pouch", "first visceral pouch", "hyomandibular pouch", "visceral pouch 1" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "first pharyngeal pouch" ;
    oboInOwl:id "UBERON:0007122" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal pouch 1" ;
    rdfs:subClassOf obo:UBERON_0004117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004117
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0003066
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0004362
            ]
        )
    ] .

obo:UBERON_0007123
    obo:IAO_0000115 "A pharyngeal puch that is between the pharyngeal arches 2 and 3." ;
    oboInOwl:hasAlternativeId "UBERON:0005715" ;
    oboInOwl:hasDbXref "AAO:0011115", "EFO:0003633", "EHDAA2:0000058", "EMAPA:16275", "FMA:295676", "NCIT:C34289", "RETIRED_EHDAA2:0000060", "SCTID:345349000", "TAO:0001130", "VHOG:0000561", "VHOG:0000967", "Wikipedia:Pharyngeal_pouch_(embryology)#Second_pouch", "XAO:0000247", "ZFA:0001130" ;
    oboInOwl:hasExactSynonym "2nd arch branchial pouch", "2nd arch branchial pouch endoderm", "2nd arch pouch endoderm", "2nd branchial pouch", "2nd pharyngeal pouch endoderm", "second arch pharyngeal pouch", "second visceral pouch", "visceral pouch 2" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "second pharyngeal pouch" ;
    oboInOwl:id "UBERON:0007123" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal pouch 2" ;
    rdfs:subClassOf obo:UBERON_0004117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003066
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003114
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004117
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0003066
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0003114
            ]
        )
    ] .

obo:UBERON_0007124
    obo:IAO_0000115 "A pharyngeal pouch that between pharyngeal arches 3 and 4." ;
    oboInOwl:hasAlternativeId "UBERON:0005716" ;
    oboInOwl:hasDbXref "AAO:0011116", "EFO:0003634", "EHDAA2:0000077", "EMAPA:16586", "FMA:295682", "NCIT:C34311", "RETIRED_EHDAA2:0000076", "SCTID:345450001", "TAO:0001131", "VHOG:0000966", "VHOG:0001030", "Wikipedia:Pharyngeal_pouch_(embryology)#Third_pouch", "XAO:0000251", "ZFA:0001131" ;
    oboInOwl:hasExactSynonym "3rd arch branchial pouch", "3rd arch branchial pouch endoderm", "3rd branchial pouch", "3rd pharyngeal pouch endoderm", "third arch pharyngeal pouch", "third visceral pouch", "visceral pouch 3" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "third pharyngeal pouch" ;
    oboInOwl:id "UBERON:0007124" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pharyngeal pouch 3" ;
    rdfs:subClassOf obo:UBERON_0004117, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003114
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003115
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004117
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0003114
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0003115
            ]
        )
    ] .

obo:UBERON_0007134
    obo:IAO_0000115 "Ganglion which is located in the trunk." ;
    oboInOwl:hasDbXref "EFO:0000901", "MAT:0000344", "MIAA:0000344", "TAO:0001573", "ZFA:0001573" ;
    oboInOwl:hasExactSynonym "body ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007134" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "trunk ganglion" ;
    rdfs:subClassOf obo:UBERON_0000045, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_0007135
    obo:IAO_0000115 "An intermediate stage (between the neural plate and neural rod) during the early segmentation period in the morphogenesis of the central nervous system primordium; the keel is roughly triangular shaped in cross section." ;
    oboInOwl:hasDbXref "EFO:0003497", "TAO:0000131", "ZFA:0000131" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "presumptive central nervous system" ;
    oboInOwl:id "UBERON:0007135" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "neural keel" ;
    rdfs:subClassOf obo:UBERON_0016879, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003075
    ] .

obo:UBERON_0007142
    obo:IAO_0000115 "An internal carotid artery that branching_part_of a left common carotid artery plus branches." ;
    oboInOwl:hasDbXref "EMAPA:16329", "FMA:4062", "SCTID:161452006" ;
    oboInOwl:hasExactSynonym "arteria caritis interna sinistra" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007142" ;
    a owl:Class ;
    rdfs:label "left internal carotid artery" ;
    rdfs:subClassOf obo:UBERON_0001532, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001536
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001536
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001532
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002380 ;
                owl:someValuesFrom obo:UBERON_0001536
            ]
        )
    ] .

obo:UBERON_0007143
    obo:IAO_0000115 "An internal carotid artery that branching_part_of a right common carotid artery plus branches." ;
    oboInOwl:hasDbXref "EMAPA:16330", "FMA:3949", "SCTID:161251001" ;
    oboInOwl:hasExactSynonym "arteria carotis interna dextra" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007143" ;
    a owl:Class ;
    rdfs:label "right internal carotid artery" ;
    rdfs:subClassOf obo:UBERON_0001532, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001531
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001531
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001532
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002380 ;
                owl:someValuesFrom obo:UBERON_0001531
            ]
        )
    ] .

obo:UBERON_0007188
    obo:IAO_0000115 "A mesothelium that is part of a serous pericardium." ;
    oboInOwl:hasDbXref "BTO:0003157", "EMAPA:16133", "FMA:18149", "SCTID:67300002" ;
    oboInOwl:hasExactSynonym "mesothelium of pericardium", "pericardial mesothelium", "serous pericardium mesothelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007188" ;
    a owl:Class ;
    rdfs:label "mesothelium of serous pericardium" ;
    rdfs:subClassOf obo:UBERON_0003388, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002357
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001136
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002357
            ]
        )
    ] .

obo:UBERON_0007195
    obo:IAO_0000115 "The stroma of the bone marrow is all tissue not directly involved in the primary function of hematopoiesis. The yellow bone marrow belongs here, and makes the majority of the bone marrow stroma, in addition to stromal cells located in the red bone marrow. Yellow bone marrow is found in the Medullary cavity. Still, the stroma is indirectly involved in hematopoiesis, since it provides the hematopoietic microenvironment that facilitates hematopoiesis by the parenchymal cells. For instance, they generate colony stimulating factors, affecting hematopoiesis." ;
    oboInOwl:hasDbXref "CALOHA:TS-0085", "FMA:21426", "Wikipedia:Bone_marrow#Stroma" ;
    oboInOwl:hasExactSynonym "bone marrow stroma" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007195" ;
    a owl:Class ;
    rdfs:label "stroma of bone marrow" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003891, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002371
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0002240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000332
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0003909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003891
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002371
            ]
        )
    ] .

obo:UBERON_0007196
    obo:IAO_0000115 "The structure from the trachea, bronchi, and bronchioles that forms the airways that supply air to the lungs. The lining of the tracheobronchial tree consists of ciliated columnar epithelial cells." ;
    oboInOwl:hasAlternativeId "UBERON:0004102" ;
    oboInOwl:hasDbXref "FMA:7393", "NCIT:C117875", "SCTID:361384001", "Wikipedia:Tracheobronchial_tree" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "tracheobronchial system" ;
    oboInOwl:id "UBERON:0007196" ;
    oboInOwl:inSubset core:human_reference_atlas, core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "tracheobronchial tree" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0007592
    ] .

obo:UBERON_0007204
    obo:IAO_0000115 "The vasculature consisting of brachiocephalic arteries and veins." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007204" ;
    a owl:Class ;
    rdfs:label "brachiocephalic vasculature" ;
    rdfs:subClassOf obo:UBERON_0002049 .

obo:UBERON_0007213
    obo:IAO_0000115 "Mesenchyme that develops_from a cranial neural crest." ;
    oboInOwl:hasDbXref "EFO:0003572", "EHDAA2:0000735", "EMAPA:16169", "EMAPA:16271", "EMAPA_RETIRED:16271", "TAO:0000787", "ZFA:0000787" ;
    oboInOwl:hasExactSynonym "head mesenchyme from cranial neural crest", "head mesenchyme from neural crest", "head neural crest derived mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007213" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "mesenchyme derived from head neural crest" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005253, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0003099
            ]
        )
    ] .

obo:UBERON_0007214
    obo:IAO_0000115 "Mesenchyme that develops_from a trunk neural crest." ;
    oboInOwl:hasDbXref "EHDAA2:0002093", "EMAPA:16182", "TAO:0000999", "ZFA:0000999" ;
    oboInOwl:hasExactSynonym "trunk mesenchyme from neural crest", "trunk neural crest derived mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007214" ;
    oboInOwl:inSubset core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "mesenchyme derived from trunk neural crest" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005256, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003083
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0003083
            ]
        )
    ] .

obo:UBERON_0007237
    oboInOwl:hasDbXref "EHDAA2:0000031", "EHDAA:583", "EMAPA:16382", "VHOG:0000510" ;
    oboInOwl:hasExactSynonym "ventral pharyngeal arch 1" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ventral mandibular arch", "ventral visceral arch 1" ;
    oboInOwl:id "UBERON:0007237" ;
    a owl:Class ;
    rdfs:label "1st arch mandibular component" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] .

obo:UBERON_0007239
    obo:IAO_0000115 "A tunica media that is part of a artery." ;
    oboInOwl:hasDbXref "EMAPA:36294", "EV:0100029", "FMA:14273", "NCIT:C49321", "SCTID:84300001" ;
    oboInOwl:hasExactSynonym "arterial media", "tunica media (arteriae)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007239" ;
    a owl:Class ;
    rdfs:label "tunica media of artery" ;
    rdfs:subClassOf obo:UBERON_0002522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000415
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002522
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:UBERON_0007240
    obo:IAO_0000115 "A tunica adventitia that is part of a artery." ;
    oboInOwl:hasDbXref "EMAPA:36295", "EV:0100030", "FMA:14274", "SCTID:113261001" ;
    oboInOwl:hasExactSynonym "arterial adventitia", "tunica externa (adventitia)(arteriae)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007240" ;
    a owl:Class ;
    rdfs:label "tunica adventitia of artery" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005734, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000415
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_1000306
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005734
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:UBERON_0007241
    obo:IAO_0000115 "A tunica adventitia that is part of a vein." ;
    oboInOwl:hasDbXref "EMAPA:36310", "EV:0100034", "FMA:14355", "SCTID:13202006" ;
    oboInOwl:hasExactSynonym "tunica externa (adventitia)(venae)", "venous adventitia" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007241" ;
    a owl:Class ;
    rdfs:label "tunica adventitia of vein" ;
    rdfs:subClassOf obo:UBERON_0005734, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005734
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:UBERON_0007242
    obo:IAO_0000115 "A tunica intima that is part of a vein." ;
    oboInOwl:hasDbXref "EMAPA:36308", "EV:0100032", "FMA:14353", "SCTID:2436009" ;
    oboInOwl:hasExactSynonym "tunica interna (intima)(venae)", "venous intima" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007242" ;
    a owl:Class ;
    rdfs:label "tunica intima of vein" ;
    rdfs:subClassOf obo:UBERON_0002523, obo:UBERON_0004797, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002523
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:UBERON_0007243
    obo:IAO_0000115 "A tunica media that is part of a vein." ;
    oboInOwl:hasDbXref "EMAPA:36309", "EV:0100033", "FMA:14354", "SCTID:42049001" ;
    oboInOwl:hasExactSynonym "tunica media (venae)", "venous media" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007243" ;
    a owl:Class ;
    rdfs:label "tunica media of vein" ;
    rdfs:subClassOf obo:UBERON_0002522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002522
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:UBERON_0007245
    obo:IAO_0000115 "Gray matter of the central nervous system which is a collection of clustered nuclei." ;
    oboInOwl:hasDbXref "FMA:256381", "FMA:84059" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cluster of neural nuclei", "neural nuclei", "nuclear complex" ;
    oboInOwl:id "UBERON:0007245" ;
    a owl:Class ;
    rdfs:label "nuclear complex of neuraxis" ;
    rdfs:subClassOf obo:UBERON_0002020, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0000125
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0000125
            ]
        )
    ] .

obo:UBERON_0007247
    obo:IAO_0000115 "Any of the nuclei that comprise the superior olivary complex (superior olive). This includes both the primary nuclei such as the lateral and medial nuclei, as well as periolivary nuclei." ;
    oboInOwl:hasDbXref "FMA:72246", "SCTID:369024009" ;
    oboInOwl:hasExactSynonym "superior olivary complex nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007247" ;
    oboInOwl:inSubset core:grouping_class, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "nucleus of superior olivary complex" ;
    rdfs:subClassOf obo:UBERON_0006331, obo:UBERON_0009662, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002128
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002128
            ]
        )
    ] .

obo:UBERON_0007267
    obo:IAO_0000115 "A pre-cartilage condensation that is part of a trachea." ;
    oboInOwl:hasDbXref "EHDAA2:0002070", "EHDAA:7082" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007267" ;
    a owl:Class ;
    rdfs:label "trachea pre-cartilage rings" ;
    rdfs:subClassOf obo:UBERON_0005866, obo:UBERON_0009505, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009505
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005866
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0007269
    obo:IAO_0000115 "Any collection of muscles that is part of a pectoral appendage." ;
    oboInOwl:hasDbXref "EFO:0003540", "TAO:0000563", "ZFA:0000563" ;
    oboInOwl:hasNarrowSynonym "pectoral fin muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007269" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "pectoral appendage musculature" ;
    rdfs:subClassOf obo:UBERON_0007271, obo:UBERON_0014793, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004710
            ]
        )
    ] .

obo:UBERON_0007271
    obo:IAO_0000115 "Any collection of muscles that is part of an appendage." ;
    oboInOwl:hasDbXref "TAO:0000207", "ZFA:0000207" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007271" ;
    a owl:Class ;
    rdfs:label "appendage musculature" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000026
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000026
            ]
        )
    ] .

obo:UBERON_0007272
    obo:IAO_0000115 "Skeletal subdivision consisting of the anterior appendicular limb skeleton, excluding the pectoral girdle." ;
    oboInOwl:hasDbXref "VSAO:0005000" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cheiropterygium" ;
    oboInOwl:id "UBERON:0007272" ;
    a owl:Class ;
    rdfs:label "pectoral appendage skeleton" ;
    rdfs:subClassOf obo:UBERON_0011582, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004710
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002576 ;
        owl:someValuesFrom obo:UBERON_0004710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010912
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002576 ;
                owl:someValuesFrom obo:UBERON_0004710
            ]
        )
    ] .

obo:UBERON_0007277
    obo:IAO_0000115 "The rhombencephalon (or hindbrain) is a developmental categorization of portions of the central nervous system in vertebrates. The rhombencephalon can be subdivided in a variable number of transversal swellings called rhombomeres. In the human embryo eight rhombomeres can be distinguished, from caudal to rostral: Rh7-Rh1 and the isthmus (the most rostral rhombomere). A rare disease of the rhombencephalon, 'rhombencephalosynapsis' is characterized by a missing vermis resulting in a fused cerebellum. Patients generally present with cerebellar ataxia. The caudal rhombencephalon has been generally considered as the initiation site for neural tube closure." ;
    oboInOwl:hasDbXref "BAMS:HB", "CALOHA:TS-2118", "EFO:0003440", "EHDAA2:0001630", "FMA:295640", "TAO:0000569", "Wikipedia:Rhombencephalon", "ZFA:0000569" ;
    oboInOwl:hasExactSynonym "presumptive rhombencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic rhombencephalon", "future hindbrain", "rhombencephalon" ;
    oboInOwl:id "UBERON:0007277" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive hindbrain" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006238
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003852
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0007278
    obo:IAO_0000115 "Portion of tissue that is part of the heart tube and will become the sinus venosus." ;
    oboInOwl:hasDbXref "TAO:0002234", "ZFA:0001722" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007278" ;
    a owl:Class ;
    rdfs:label "presumptive sinus venosus" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004141
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002063
            ]
        )
    ] .

obo:UBERON_0007280
    obo:IAO_0000115 "A presumptive structure that has the potential to develop into a endocardium." ;
    oboInOwl:hasDbXref "TAO:0002233", "ZFA:0001724" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007280" ;
    a owl:Class ;
    rdfs:label "presumptive endocardium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005498
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002165
            ]
        )
    ] .

obo:UBERON_0007281
    obo:IAO_0000115 "Embryonic structure that gives rise to the midbrain hindbrain boundary." ;
    oboInOwl:hasDbXref "EFO:0003446", "TAO:0001187", "XAO:0004086", "ZFA:0001187" ;
    oboInOwl:hasExactSynonym "presumptive MHB", "presumptive midbrain-hindbrain boundary" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007281" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive midbrain hindbrain boundary" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006238
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003052
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0003052
            ]
        )
    ] .

obo:UBERON_0007282
    obo:IAO_0000115 "A presumptive structure that has the potential to develop into a presomitic mesoderm." ;
    oboInOwl:hasDbXref "EFO:0003421", "TAO:0000053", "ZFA:0000053" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007282" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive segmental plate" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009618
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0003059
            ]
        )
    ] .

obo:UBERON_0007284
    obo:IAO_0000115 "A presumptive structure that has the potential to develop into a neural plate." ;
    oboInOwl:hasDbXref "EFO:0003424", "TAO:0000063", "ZFA:0000063" ;
    oboInOwl:hasExactSynonym "prospective neuroectoderm", "prospective vegetal ectoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007284" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive neural plate" ;
    rdfs:subClassOf obo:UBERON_0016879, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004734
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002346
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0003075
            ]
        )
    ] .

obo:UBERON_0007285
    obo:IAO_0000115 "The part of the blastula that has the potential to develop into a paraxial mesoderm." ;
    oboInOwl:hasDbXref "EFO:0003443", "TAO:0000591", "XAO:0004134", "ZFA:0000591" ;
    oboInOwl:hasExactSynonym "future paraxial mesenchyme", "future paraxial mesoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007285" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive paraxial mesoderm" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003077
    ] .

obo:UBERON_0007288
    obo:IAO_0000115 "A presumptive structure that has the potential to develop into a forebrain-midbrain boundary." ;
    oboInOwl:hasDbXref "EFO:0003463", "TAO:0001368", "ZFA:0001368" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007288" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive forebrain midbrain boundary" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006238
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0005075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0005075
            ]
        )
    ] .

obo:UBERON_0007300
    obo:IAO_0000115 "A blood vessel that is part of a pectoral appendage." ;
    oboInOwl:hasDbXref "TAO:0005301", "ZFA:0005301" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007300" ;
    a owl:Class ;
    rdfs:label "pectoral appendage blood vessel" ;
    rdfs:subClassOf obo:UBERON_0007301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004710
            ]
        )
    ] .

obo:UBERON_0007301
    obo:IAO_0000115 "A blood vessel that is part of a limb/fin." ;
    oboInOwl:hasDbXref "TAO:0005299", "ZFA:0005299" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007301" ;
    a owl:Class ;
    rdfs:label "appendage blood vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007304
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000026
            ]
        )
    ] .

obo:UBERON_0007302
    obo:IAO_0000115 "A vasculature that is part of a pectoral appendage." ;
    oboInOwl:hasDbXref "TAO:0005096", "ZFA:0005096" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007302" ;
    a owl:Class ;
    rdfs:label "pectoral appendage vasculature" ;
    rdfs:subClassOf obo:UBERON_0007304, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004710
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004710
            ]
        )
    ] .

obo:UBERON_0007303
    obo:IAO_0000115 "A vasculature that is part of a chordate pharynx." ;
    oboInOwl:hasDbXref "TAO:0005003", "ZFA:0005003" ;
    oboInOwl:hasExactSynonym "branchial vasculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007303" ;
    a owl:Class ;
    rdfs:label "pharyngeal vasculature" ;
    rdfs:subClassOf obo:UBERON_0006876, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:UBERON_0007304
    obo:IAO_0000115 "A vasculature that is part of a limb/fin." ;
    oboInOwl:hasDbXref "TAO:0005095", "ZFA:0005095" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007304" ;
    a owl:Class ;
    rdfs:label "appendage vasculature" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000026
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000026
            ]
        )
    ] .

obo:UBERON_0007367
    obo:IAO_0000115 "An anatomical surface that is part of a tongue." ;
    oboInOwl:hasDbXref "FMA:54647", "SCTID:314870004" ;
    oboInOwl:hasExactSynonym "tongue surface" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007367" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "surface of tongue" ;
    rdfs:subClassOf obo:UBERON_0036215, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0036215
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0007376
    obo:IAO_0000115 "The epidermis is the entire outer epithelial layer of an animal, it may be a single layer that produces an extracellular material (e.g. the cuticle of arthropods) or a complex stratified squamous epithelium, as in the case of many vertebrate species[GO]." ;
    oboInOwl:hasDbXref "BSA:0000073", "BTO:0000313", "HAO:0000298", "TADS:0000109", "WBbt:0005733", "Wikipedia:Epidermis_(zoology)" ;
    oboInOwl:hasExactSynonym "epidermis", "epidermis (sensu Metazoa)", "outer epidermal layer", "outer epithelial layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007376" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "outer epithelium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000483, obo:UBERON_0003102, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007383
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0007383
            ]
        )
    ] .

obo:UBERON_0007383
    obo:IAO_0000115 "Outermost layer of cells surrounding the embryo." ;
    oboInOwl:hasDbXref "EFO:0003425", "TAO:0000086", "ZFA:0000086" ;
    oboInOwl:hasExactSynonym "EVL", "enveloping layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007383" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "enveloping layer of ectoderm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000490, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000076
    ] .

obo:UBERON_0007389
    obo:IAO_0000115 "A cartilage tissue that is part of a paired limb or fin." ;
    oboInOwl:hasDbXref "TAO:0001543", "ZFA:0001543" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007389" ;
    oboInOwl:inSubset core:homology_grouping ;
    a owl:Class ;
    rdfs:label "paired limb/fin cartilage" ;
    rdfs:subClassOf obo:UBERON_0002418, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002091
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002418
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004708
            ]
        )
    ] .

obo:UBERON_0007390
    obo:IAO_0000115 "A cartilage tissue that is part of a pectoral appendage." ;
    oboInOwl:hasDbXref "TAO:0000257", "ZFA:0000257" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pectoral fin cartilage" ;
    oboInOwl:id "UBERON:0007390" ;
    a owl:Class ;
    rdfs:label "pectoral appendage cartilage tissue" ;
    rdfs:subClassOf obo:UBERON_0007389, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007272
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002418
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004710
            ]
        )
    ] .

obo:UBERON_0007414
    obo:IAO_0000115 "A nucleus of brain that spans a midbrain tegmentum." ;
    oboInOwl:hasAlternativeId "UBERON:0012277" ;
    oboInOwl:hasDbXref "FMA:258768", "ZFA:0005577" ;
    oboInOwl:hasExactSynonym "tegmental nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007414" ;
    a owl:Class ;
    rdfs:label "nucleus of midbrain tegmentum" ;
    rdfs:subClassOf obo:UBERON_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001943
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002131 ;
                owl:someValuesFrom obo:UBERON_0001943
            ]
        )
    ] .

obo:UBERON_0007473
    obo:IAO_0000115 "The space within an epithelial sphere." ;
    oboInOwl:hasDbXref "AEO:0000079" ;
    oboInOwl:hasExactSynonym "cavity of vesicle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007473" ;
    a owl:Class ;
    rdfs:label "lumen of epithelial sac" ;
    rdfs:subClassOf obo:UBERON_0012467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0007499
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0007499
            ]
        )
    ] .

obo:UBERON_0007475
    obo:IAO_0000115 "A tissue whose predominant feature is extracellular matrix which may or may not be highly hydrated or calcified." ;
    oboInOwl:hasDbXref "AEO:0000081", "EHDAA2:0003081" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007475" ;
    a owl:Class ;
    rdfs:label "matrix-based tissue" ;
    rdfs:subClassOf obo:UBERON_0000479, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0031012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:GO_0031012
            ]
        )
    ] .

obo:UBERON_0007499
    obo:IAO_0000115 "An epithelial tube that is open at one end only." ;
    oboInOwl:hasDbXref "AEO:0000115", "EHDAA2:0003115" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007499" ;
    a owl:Class ;
    rdfs:label "epithelial sac" ;
    rdfs:subClassOf obo:UBERON_0003914, obo:UBERON_0009856 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0001987
            ]
        )
    ] .

obo:UBERON_0007500
    obo:IAO_0000115 "An epithelial tube open at both ends that allows fluid flow." ;
    oboInOwl:hasDbXref "AEO_RETIRED:0000116", "RETIRED_EHDAA2:0003116" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007500" ;
    a owl:Class ;
    rdfs:label "epithelial tube open at both ends" ;
    rdfs:subClassOf obo:UBERON_0003914 .

obo:UBERON_0007503
    obo:IAO_0000115 "A closed epithelium with a lumen." ;
    oboInOwl:hasDbXref "AEO:0000119", "EHDAA2:0003119" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007503" ;
    a owl:Class ;
    rdfs:label "epithelial vesicle" ;
    rdfs:subClassOf obo:UBERON_0000483 .

obo:UBERON_0007524
    obo:IAO_0000115 "Mesenchyme with little extracellular matrix." ;
    oboInOwl:hasDbXref "AEO:0000146", "EHDAA2:0003146" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007524" ;
    a owl:Class ;
    rdfs:label "dense mesenchyme tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000057
    ] .

obo:UBERON_0007530
    obo:IAO_0000115 "Mesenchymal cells that are migrating." ;
    oboInOwl:hasDbXref "AEO:0000152", "EHDAA2:0003152" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007530" ;
    a owl:Class ;
    rdfs:label "migrating mesenchyme population" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000056 ;
        owl:someValuesFrom obo:GO_0016477
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom obo:GO_0016477
            ]
        )
    ] .

obo:UBERON_0007592
    obo:IAO_0000115 "Simple columnar epithelium in which the luminal side of the cells bears cilia. Examples: epithelium of trachea, epithelium of uterine tube.[FMA]." ;
    oboInOwl:hasDbXref "FMA:64798" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007592" ;
    a owl:Class ;
    rdfs:label "ciliated columnar epithelium" ;
    rdfs:subClassOf obo:UBERON_0000485, obo:UBERON_0007601 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000485
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000067
            ]
        )
    ] .

obo:UBERON_0007601
    obo:IAO_0000115 "Epithelium bearing vibratile cilia on the free surface." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007601" ;
    a owl:Class ;
    rdfs:label "ciliated epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000067
            ]
        )
    ] .

obo:UBERON_0007616
    obo:IAO_0000115 "A thin, loose vascular connective tissue that makes up the membranes surrounding joints and the sheaths protecting tendons (particularly flexor tendons in the hands and feet) where they pass over bony prominences. Synovial tissue contains synovial cells, which secrete a viscous liquid called synovial fluid; this liquid contains protein and hyaluronic acid and serves as a lubricant and nutrient for the joint cartilage surfaces[BTO]. Synovial tissue can be found in tendons (tissues that connect muscle to bone), bursae (fluid-filled, cushioning sacs found in spaces between tendons, ligaments, and bones), and the cavity (hollow enclosed area) that separates the bones of a freely movable joint, such as the knee or elbow[BTO]." ;
    oboInOwl:hasDbXref "BTO:0001338", "CALOHA:TS-0998", "FMA:66762" ;
    oboInOwl:hasExactSynonym "synovium" ;
    oboInOwl:hasNarrowSynonym "stratum synoviale", "synovial layer", "synovial membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "synovial tissue" ;
    oboInOwl:id "UBERON:0007616" ;
    a owl:Class ;
    rdfs:label "layer of synovial tissue" ;
    rdfs:subClassOf obo:UBERON_0000042, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002384
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003000 ;
        owl:someValuesFrom obo:UBERON_0001090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000042
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003000 ;
                owl:someValuesFrom obo:UBERON_0001090
            ]
        )
    ] .

obo:UBERON_0007617
    obo:IAO_0000115 "An anatomical cavity that surrounded_by a synovial joint." ;
    oboInOwl:hasDbXref "FMA:11356" ;
    oboInOwl:hasExactSynonym "articular cavity (synovial joint)", "cavitas articularis (junctura synovialis)", "cavity of synovial joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "joint cavity", "synovial cavity" ;
    oboInOwl:id "UBERON:0007617" ;
    a owl:Class ;
    rdfs:label "synovial cavity of joint" ;
    rdfs:subClassOf obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002217
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002217
            ]
        )
    ] .

obo:UBERON_0007625
    obo:IAO_0000115 "Epithelial layer of the retina, ciliary body, or iris composed of cells containing pigment granules." ;
    oboInOwl:hasDbXref "GAID:907", "MESH:D010857" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "eye pigment epithelium" ;
    oboInOwl:id "UBERON:0007625" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "pigment epithelium of eye" ;
    rdfs:subClassOf obo:UBERON_0019304, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000970
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000970
            ]
        )
    ] .

obo:UBERON_0007635
    obo:IAO_0000115 "A neural nucleus that is part of a medulla oblongata." ;
    oboInOwl:hasDbXref "FMA:258772", "SCTID:304943004" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007635" ;
    a owl:Class ;
    rdfs:label "nucleus of medulla oblongata" ;
    rdfs:subClassOf obo:UBERON_0006331, obo:UBERON_0009662, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:UBERON_0007641
    obo:IAO_0000115 "The sensory trigeminal nerve nuclei are the largest of the cranial nerve nuclei, and extend through the whole of the midbrain, pons and medulla. There is also a distinct trigeminal motor nucleus that is medial to the chief sensory nucleus[WP]." ;
    oboInOwl:hasDbXref "BIRNLEX:4096", "BM:V", "CALOHA:TS-2077", "DHBA:266441713", "FMA:71248", "HBA:9203", "Wikipedia:Trigeminal_nerve_nuclei", "neuronames:2021" ;
    oboInOwl:hasExactSynonym "trigeminal nuclei" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007641" ;
    a owl:Class ;
    rdfs:label "trigeminal nuclear complex" ;
    rdfs:subClassOf obo:UBERON_0007245, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0003023
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001645
    ] .

obo:UBERON_0007645
    obo:IAO_0000115 "A developing mesenchymal capsule that covers the developing brain and spinal cord and is the precursor of the meningeal cluster. In mammals this gives rise to the arachnoid mater, pia mater and dura mater. In cyclostomes and fishes, the future meninx gives rise to a single meningeal layer, the primitive meninx." ;
    oboInOwl:hasAlternativeId "UBERON:0004065" ;
    oboInOwl:hasDbXref "EHDAA2:0004453" ;
    oboInOwl:hasExactSynonym "primary meninx" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "meninx primitiva", "primitive meninx", "primordial meninx" ;
    oboInOwl:id "UBERON:0007645" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "future meninx" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010743
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0007213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002360
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002360
            ]
        )
    ] .

obo:UBERON_0007647
    obo:IAO_0000115 "The outermost layer of the mesenchymal capsule that surrounds the developing brain, of mixed paraxial mesoderm and neural crest origin. The ectomeninx forms the dura mater (both inner layer and outer chondrogenic layer)." ;
    oboInOwl:hasAlternativeId "UBERON:0010115" ;
    oboInOwl:hasDbXref "EHDAA2:0004317" ;
    oboInOwl:hasExactSynonym "future dura mater" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007647" ;
    a owl:Class ;
    rdfs:label "ectomeninx" ;
    rdfs:subClassOf obo:UBERON_0007645, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009617
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002363
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007645
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002363
            ]
        )
    ] .

obo:UBERON_0007651
    obo:IAO_0000115 "An anatomical structure that connects two structures." ;
    oboInOwl:hasBroadSynonym "junction" ;
    oboInOwl:hasDbXref "FMA:5898", "SCTID:91833003" ;
    oboInOwl:hasExactSynonym "anatomical junction" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007651" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "anatomical junction" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass obo:UBERON_0000061 ;
        owl:onProperty obo:RO_0002176
    ] .

obo:UBERON_0007688
    obo:IAO_0000115 "Anlagen are populations of contiguous cells, typically arranged in one plane, that are morphologically indistinct, but that already correspond in extent to a later organ/tissue." ;
    oboInOwl:hasBroadSynonym "field" ;
    oboInOwl:hasDbXref "AEO:0000170", "EFO:0001649", "EHDAA2:0003170", "Wikipedia:Anlage_(biology)" ;
    oboInOwl:hasExactSynonym "developmental field" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future organ", "organ field" ;
    oboInOwl:id "UBERON:0007688" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "anlage" ;
    rdfs:subClassOf obo:UBERON_0000479, obo:UBERON_0005423 .

obo:UBERON_0007690
    oboInOwl:hasDbXref "EFO:0003626", "EHDAA2:0001457", "EHDAA:962", "TAO:0001104", "ZFA:0001104" ;
    oboInOwl:hasExactSynonym "early pharyngeal arch endoderm" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pharyngeal arch endoderm", "pharyngeal endoderm", "pharyngeal region endoderm" ;
    oboInOwl:id "UBERON:0007690" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:comment "relation conflict: ZFA vs EHDAA2. Note EHDAA2 term renamed to 'early PA endoderm'" ;
    rdfs:label "early pharyngeal endoderm" ;
    rdfs:subClassOf obo:UBERON_0003258, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009722
    ] .

obo:UBERON_0007691
    obo:IAO_0000115 "The minute opening of a taste bud on the surface of the oral mucosa through which the gustatory hairs of the specialised neuroepithelial gustatory cells project." ;
    oboInOwl:hasDbXref "FMA:63589", "NCIT:C33738", "SCTID:368724008" ;
    oboInOwl:hasExactSynonym "porus gustatorius", "taste pore" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007691" ;
    a owl:Class ;
    rdfs:label "gustatory pore" ;
    rdfs:subClassOf obo:UBERON_0000161, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001727
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0000167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000161
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001727
            ]
        )
    ] .

obo:UBERON_0007719
    obo:IAO_0000115 "A bone that is part of a reproductive organ." ;
    oboInOwl:hasNarrowSynonym "baculum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "os penis/os clitoris" ;
    oboInOwl:id "UBERON:0007719" ;
    a owl:Class ;
    rdfs:label "bone of reproductive organ" ;
    rdfs:subClassOf obo:UBERON_0001474, obo:UBERON_0005156, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003133
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003133
            ]
        )
    ] .

obo:UBERON_0007771
    obo:IAO_0000115 "A gland that is part of a epidermis." ;
    oboInOwl:hasDbXref "FMA:59153" ;
    oboInOwl:hasExactSynonym "epidermal gland", "gland of epidermis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007771" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "epidermis gland" ;
    rdfs:subClassOf obo:UBERON_0002419, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001003
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001003
            ]
        )
    ] .

obo:UBERON_0007779
    obo:IAO_0000115 "Any bodily fluid that has passed through a membrane such as the capillary wall, as a result of unbalanced hydrostatic and osmotic forces." ;
    oboInOwl:hasDbXref "FMA:12276", "GAID:1195", "MESH:D005122", "ncithesaurus:Transudate" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "plasma ultrafiltrate" ;
    oboInOwl:id "UBERON:0007779" ;
    a owl:Class ;
    rdfs:label "transudate" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006314, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002494 ;
        owl:someValuesFrom obo:UBERON_0001969
    ], [
        a owl:Restriction ;
        owl:onProperty core:filtered_through ;
        owl:someValuesFrom obo:UBERON_0001982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0001548
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002494 ;
                owl:someValuesFrom obo:UBERON_0001969
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:filtered_through ;
                owl:someValuesFrom obo:UBERON_0001982
            ]
        )
    ] .

obo:UBERON_0007794
    obo:IAO_0000115 "Any fluid produced by a serous gland." ;
    oboInOwl:hasBroadSynonym "serous fluid" ;
    oboInOwl:hasDbXref "Wikipedia:Serous_fluid" ;
    oboInOwl:hasExactSynonym "serosal fluid", "serous gland fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007794" ;
    a owl:Class ;
    rdfs:label "secretion of serous gland" ;
    rdfs:subClassOf obo:UBERON_0000456, obo:UBERON_0006314, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0000409
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006314
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0000409
            ]
        )
    ] .

obo:UBERON_0007798
    obo:IAO_0000115 "Anatomical system that consists of all blood and lymph vessels." ;
    oboInOwl:hasDbXref "BTO:0001085", "CALOHA:TS-2053", "EHDAA2:0004520", "EMAPA:35905", "MA:0002718", "NCIT:C33854" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007798" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "vascular system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004535
    ] .

obo:UBERON_0007808
    obo:IAO_0000115 "Adipose tissue that is located in the abdominal region. This includes any subcutaneous fat, visceral fat or encapsulated adipose tissue depots." ;
    oboInOwl:hasDbXref "CALOHA:TS-0002", "EFO:0003771" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "abdominal adipose tissue", "abdominal fat", "intra-abdominal fat" ;
    oboInOwl:id "UBERON:0007808" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "adipose tissue of abdominal region" ;
    rdfs:subClassOf obo:UBERON_0001013, obo:UBERON_0003567 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0007811
    obo:IAO_0000115 "The anteriormost subdivision of the body that includes the head, jaws, pharyngeal region and the neck (if present). In vertebrates this is the subdivision that includes the cervical vertebrae." ;
    oboInOwl:hasDbXref "CALOHA:TS-2356", "EV:0100009", "FMA:280881", "MA:0000006", "NCIT:C12418", "SCTID:361355005", "WikipediaCategory:Head_and_neck", "ZFA:0001114", "galen:HeadAndNeck" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cephalic area", "cephalic part of animal", "cephalic region", "head and neck", "head or neck" ;
    oboInOwl:id "UBERON:0007811" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "craniocervical region" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000153
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013702
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0006562
    ] .

obo:UBERON_0007823
    obo:IAO_0000115 "An organism subdivision that encompasses the region containing the pectoral or pelvic girdle. Note that this includes both the skeletal elements and associated tissues (integument, muscle, etc)." ;
    oboInOwl:hasAlternativeId "UBERON:0007824" ;
    oboInOwl:hasBroadSynonym "girdle", "girdle region" ;
    oboInOwl:hasDbXref "FMA:24874", "VSAO:0000303" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007823" ;
    a owl:Class ;
    rdfs:label "appendage girdle region" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010707
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0010719
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000475
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002551 ;
                owl:someValuesFrom obo:UBERON_0010719
            ]
        )
    ] .

obo:UBERON_0007828
    obo:IAO_0000115 "A bone that is part of a appendage girdle region." ;
    oboInOwl:hasDbXref "EMAPA:35379", "MA:0000291" ;
    oboInOwl:hasExactSynonym "girdle bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007828" ;
    a owl:Class ;
    rdfs:label "girdle bone/zone" ;
    rdfs:subClassOf obo:UBERON_0010740, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010719
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007823
            ]
        )
    ] .

obo:UBERON_0007829
    obo:IAO_0000115 "A bone that is part of a pectoral girdle region." ;
    oboInOwl:hasDbXref "EMAPA:35669", "MA:0000292" ;
    oboInOwl:hasExactSynonym "bone of pectoral girdle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007829" ;
    oboInOwl:inSubset core:human_reference_atlas, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pectoral girdle bone" ;
    rdfs:subClassOf obo:UBERON_0007828, obo:UBERON_0010741, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007831
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
        )
    ] .

obo:UBERON_0007831
    obo:IAO_0000115 "A subdivision of a limb or fin skeleton consisting of bones which connects the upper limb or fin to the axial skeleton on each side. It consists of the clavicle and scapula in humans and, in those species with three bones in the pectoral girdle, the coracoid. Some mammalian species (e.g. the dog and the horse) have only the scapula. In humans, the only joints between the shoulder girdle and axial skeleton are the sternoclavicular joints on each side. No joint exists between each scapula and the rib cage; instead the muscular connection between the two permits relatively great mobility of the shoulder girdle in relation to the pelvic girdle. In those species having only the scapula, no joint exists between the forelimb and the thorax, the only attachment being muscular[WP]. Examples: There are only two instances, right and left pectoral girdle skeletons." ;
    oboInOwl:hasDbXref "AAO:0000422", "AAO:0000754", "EFO:0000946", "EHDAA2:0001420", "FMA:24141", "MAT:0000181", "MIAA:0000181", "NCIT:C33547", "TAO:0000407", "VHOG:0001156", "VSAO:0000156", "Wikipedia:Pectoral_girdle", "XAO:0003063", "ZFA:0000407" ;
    oboInOwl:hasExactSynonym "skeletal parts of pectoral girdle", "skeleton of pectoral girdle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "scapular girdle" ;
    oboInOwl:id "UBERON:0007831" ;
    oboInOwl:inSubset core:efo_slim, core:vertebrate_core ;
    a owl:Class ;
    rdfs:label "pectoral girdle skeleton" ;
    rdfs:subClassOf obo:UBERON_0010719, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001421
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0012475
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002576 ;
        owl:someValuesFrom obo:UBERON_0001421
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010912
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002576 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
        )
    ] .

obo:UBERON_0007842
    obo:IAO_0000115 "Bone element that arises as a result of intramembranous ossification." ;
    oboInOwl:hasDbXref "AEO:0000085", "EHDAA2:0003085", "TAO:0001645", "VSAO:0000023", "XAO:0004014", "ZFA:0001636" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007842" ;
    a owl:Class ;
    rdfs:label "membrane bone" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002353 ;
        owl:someValuesFrom obo:GO_0001957
    ] .

obo:UBERON_0007844
    obo:IAO_0000115 "Skeletal element that is composed of cartilage tissue and may be permanent or transient." ;
    oboInOwl:hasDbXref "AAO:0011130", "CALOHA:TS-0118", "FMA:55107", "VSAO:0000000", "XAO:0004013", "ZFA:0001501" ;
    oboInOwl:hasExactSynonym "cartilage organ", "cartilaginous element", "chondrogenic element" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cartilage" ;
    oboInOwl:id "UBERON:0007844" ;
    oboInOwl:inSubset core:organ_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cartilage element" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002418
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005863
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002418
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004765
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002418
            ]
        )
    ] .

obo:UBERON_0007845
    obo:IAO_0000115 "Connective tissue, which consists of fibroblasts, the intercellular matrix of which contains a regular network of collagen and elastic fiber bundles. Examples: bone (tissue), cartilage (tissue), dense regular connective tissue." ;
    oboInOwl:hasDbXref "FMA:20103" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007845" ;
    a owl:Class ;
    rdfs:label "regular connective tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000057
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0071953
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0011860
    ] ;
    owl:disjointWith obo:UBERON_0011821 .

obo:UBERON_0007846
    obo:IAO_0000115 "Connective tissue that is dominated by collagen fibres organized into a definitive pattern (e.g., parallel to one another), with comparatively fewer cells (mostly fibroblasts)." ;
    oboInOwl:hasDbXref "FMA:64781", "NCIT:C33453", "SCTID:22560007", "VSAO:0000050", "Wikipedia:Dense_regular_connective_tissue", "XAO:0004030" ;
    oboInOwl:hasExactSynonym "dense fibrous connective tissue", "dense regular collagenous connective tissue", "dense regular collagenous tissue", "regular dense connective tissue", "typus regularis (textus connectivus collagenosus compactus)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0007846" ;
    a owl:Class ;
    rdfs:label "dense regular connective tissue" ;
    rdfs:subClassOf obo:UBERON_0007845, obo:UBERON_0011823 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007845
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0071953
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0011860
            ]
        )
    ] .

obo:UBERON_0007914
    obo:IAO_0000115 "A bone that is part of a craniocervical region." ;
    oboInOwl:hasDbXref "MA:0000569" ;
    oboInOwl:hasExactSynonym "head or neck bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial bone" ;
    oboInOwl:id "UBERON:0007914" ;
    a owl:Class ;
    rdfs:label "bone of craniocervical region" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007811
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007811
            ]
        )
    ] .

obo:UBERON_0008001
    obo:IAO_0000115 "The irregular bones are bones which, from their peculiar form, cannot be grouped as long bone, short bone, flat bone or sesamoid bone. Irregular bones serve various purposes in the body, such as protection of nervous tissue, affording multiple anchor points for skeletal muscle attachment (as with the sacrum), and maintaining pharynx and trachea support, and tongue attachment (such as the hyoid bone). They consist of cancellous tissue enclosed within a thin layer of compact bone. The irregular bones are: the vertebrC&, sacrum, coccyx, temporal, sphenoid, ethmoid, zygomatic, maxilla, mandible, palatine, inferior nasal concha, and hyoid." ;
    oboInOwl:hasDbXref "FMA:7477", "NCIT:C32881", "SCTID:421560006", "Wikipedia:Irregular_bone" ;
    oboInOwl:hasExactSynonym "os irregulare" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008001" ;
    a owl:Class ;
    rdfs:label "irregular bone" ;
    rdfs:subClassOf obo:UBERON_0001474 .

obo:UBERON_0008114
    obo:IAO_0000115 "A skeletal joint that is part of a appendage girdle region." ;
    oboInOwl:hasDbXref "MA:0001505" ;
    oboInOwl:hasExactSynonym "girdle joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008114" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "joint of girdle" ;
    rdfs:subClassOf obo:UBERON_0000982, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007823
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0007828
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007823
            ]
        )
    ] .

obo:UBERON_0008115
    obo:IAO_0000115 "An anatomical surface that is part of a cartilage element." ;
    oboInOwl:hasDbXref "FMA:76668" ;
    oboInOwl:hasExactSynonym "cartilage surface" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008115" ;
    a owl:Class ;
    rdfs:label "surface of cartilage" ;
    rdfs:subClassOf obo:UBERON_0036215, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0007844
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0036215
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0007844
            ]
        )
    ] .

obo:UBERON_0008193
    obo:IAO_0000115 "A bone that is hollow or contains many air cells, such as the mastoid process of the temporal bone[TMD]." ;
    oboInOwl:hasDbXref "FMA:7478", "SCTID:333008005", "Wikipedia:Skeletal_pneumaticity", "galen:PneumaticBone" ;
    oboInOwl:hasExactSynonym "os pneumaticum", "pneumatic bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "hollow bone" ;
    oboInOwl:id "UBERON:0008193" ;
    a owl:Class ;
    rdfs:label "pneumatized bone" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0010528
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0010528
            ]
        )
    ] .

obo:UBERON_0008196
    obo:IAO_0000115 "Any muscle organ that is part of a pectoral girdle region." ;
    oboInOwl:hasDbXref "FMA:37347" ;
    oboInOwl:hasExactSynonym "muscle of shoulder girdle", "pectoral girdle muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008196" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "muscle of pectoral girdle" ;
    rdfs:subClassOf obo:UBERON_0010891, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004471
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
        )
    ] .

obo:UBERON_0008229
    obo:IAO_0000115 "Musculature system of the pharyngeal and head regions." ;
    oboInOwl:hasDbXref "MA:0000571", "TAO:0000328", "ZFA:0000328" ;
    oboInOwl:hasExactSynonym "head or neck muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "head muscles", "head or neck muscle" ;
    oboInOwl:id "UBERON:0008229" ;
    a owl:Class ;
    rdfs:label "craniocervical region musculature" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007811
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007811
            ]
        )
    ] .

obo:UBERON_0008231
    obo:IAO_0000115 "Subdivision of thorax, which in humans is the posterior part of the thorax and is demarcated from the chest by the external surface of the posterolateral part of the rib cage and the anterior surface of the thoracic vertebral column; together with the chest, it constitutes the thorax." ;
    oboInOwl:hasDbXref "FMA:24217", "MA:0000028", "SCTID:362666008" ;
    oboInOwl:hasExactSynonym "dorsum of thorax", "posterior part of thorax", "thoracic back", "thoracic part of back", "upper back" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "back of thorax" ;
    oboInOwl:id "UBERON:0008231" ;
    a owl:Class ;
    rdfs:label "dorsal thoracic segment of trunk" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011270
    ] .

obo:UBERON_0008243
    obo:IAO_0000115 "A muscle of back that is part of a dorsal thoracic segment of trunk." ;
    oboInOwl:hasDbXref "MA:0000508", "SCTID:305071003" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008243" ;
    a owl:Class ;
    rdfs:label "upper back muscle" ;
    rdfs:subClassOf obo:UBERON_0002324, obo:UBERON_0003830, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008231
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002324
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008231
            ]
        )
    ] .

obo:UBERON_0008307
    obo:IAO_0000115 "An endothelium that is part of a heart [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0004293" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac endothelium" ;
    oboInOwl:id "UBERON:0008307" ;
    a owl:Class ;
    rdfs:label "heart endothelium" ;
    rdfs:subClassOf obo:UBERON_0004852, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0008339
    oboInOwl:hasDbXref "BTO:0003122" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008339" ;
    a owl:Class ;
    rdfs:label "microvascular endothelium" ;
    rdfs:subClassOf obo:UBERON_0004638, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_8410081
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_8410081
            ]
        )
    ] .

obo:UBERON_0008397
    obo:IAO_0000115 "Epithelium pertaining to the trachea and bronchi." ;
    oboInOwl:hasDbXref "BTO:0002925", "CALOHA:TS-1063" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bronchotracheal epithelium" ;
    oboInOwl:id "UBERON:0008397" ;
    a owl:Class ;
    rdfs:label "tracheobronchial epithelium" ;
    rdfs:subClassOf obo:UBERON_0004815, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007196
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007196
            ]
        )
    ] .

obo:UBERON_0008780
    obo:IAO_0000115 "An embryonic structure that is derived from the inner cell mass and lies above the hypoblast and gives rise to the three primary germ layers." ;
    oboInOwl:hasDbXref "EHDAA2:0000444", "EHDAA:42", "EHDAA:75", "EMAPA:16050", "NCIT:C34164" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic epiblast" ;
    oboInOwl:id "UBERON:0008780" ;
    oboInOwl:inSubset core:early_development, core:pheno_slim ;
    a owl:Class ;
    rdfs:comment "The epiblast cells (appearing on day 8 of human embryonic development) make up a columnar epithelium with dense microvilli on the apical surface. During gastrulation, the epiblast cells undergo epithelial-to-mesenchymal transition and delaminate to become the loose mesenchyme of the primitive streak. The epiblast is present in postimplantation mouse embryos between E5.5-E7.5." ;
    rdfs:label "inner cell mass derived epiblast" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002532, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000091
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000087
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002532
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000087
            ]
        )
    ] .

obo:UBERON_0008814
    obo:IAO_0000115 "A transient embryonic complex that comprises the pharyngeal arches, bulges of tissues of mesoderm and neural crest derivation through which pass nerves and pharyngeal arch arteries. The arches are separated internally by pharyngeal pouches, evaginations of foregut endoderm, and externally by pharyngeal clefts, invaginations of surface ectoderm. The development of the system ends when the stucture it contributes to are forming, which may include (depending on species) the thymus, thyroid, parathyroids, maxilla, mandible, aortic arch, cardiac outflow tract, external and middle ear[GO,modified]." ;
    oboInOwl:hasDbXref "EHDAA2:0000187", "FMA:293041", "NCIT:C34248" ;
    oboInOwl:hasExactSynonym "embryonic pharyngeal complex", "pharyngeal apparatus", "pharyngeal system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pharyngeal arch complex", "pharyngeal arch region", "pharyngeal arches and clefts", "pharyngeal complex" ;
    oboInOwl:id "UBERON:0008814" ;
    a owl:Class ;
    rdfs:label "pharyngeal arch system" ;
    rdfs:subClassOf obo:UBERON_0034921, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009145
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7711
    ] .

obo:UBERON_0008816
    obo:IAO_0000115 "A head that is part of a embryo." ;
    oboInOwl:hasDbXref "CALOHA:TS-0246", "FMA:293011" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008816" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "embryonic head" ;
    rdfs:subClassOf obo:UBERON_0000033, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
        )
    ] .

obo:UBERON_0008823
    obo:IAO_0000115 "A brain that develops_from a neural tube." ;
    oboInOwl:hasNarrowSynonym "vertebrate brain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008823" ;
    a owl:Class ;
    rdfs:label "neural tube derived brain" ;
    rdfs:subClassOf obo:UBERON_0000489, obo:UBERON_0000955, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000955
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0001049
            ]
        )
    ] .

obo:UBERON_0008851
    obo:IAO_0000115 "Closed space within the ectoplacental cone, formed by the fusion of the parts of the amniotic fold that separate it from the amniotic cavity[MP]. a developmental cavity that exists in some mammals and is derived by division of the proamniotic space; it is further removed from the embryo than the amniotic cavity in some mammals." ;
    oboInOwl:hasDbXref "EMAPA:16080" ;
    oboInOwl:hasExactSynonym "epamniotic cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "epamniotic cavity" ;
    oboInOwl:id "UBERON:0008851" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "ectoplacental cavity" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004364
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0004364
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0004364
            ]
        )
    ] .

obo:UBERON_0008876
    obo:IAO_0000115 "Any skeletal muscle organ in the hypodermis / superficial fascia." ;
    oboInOwl:hasAlternativeId "UBERON:0010934" ;
    oboInOwl:hasDbXref "EMAPA:18188", "MA:0003140" ;
    oboInOwl:hasExactSynonym "hypodermal muscle layer", "hypodermis muscle layer", "superficial fascia muscular layer" ;
    oboInOwl:hasNarrowSynonym "panniculus carnosus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008876" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "hypodermis skeletal muscle layer" ;
    rdfs:subClassOf obo:UBERON_0004253, obo:UBERON_0014892, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002190
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002373 ;
        owl:someValuesFrom obo:UBERON_0002097
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002072
            ]
        )
    ] .

obo:UBERON_0008883
    obo:IAO_0000115 "Bone tissue that is an unmineralized bone matrix deposited by osteoblasts prior to the mineralization of bone tissue." ;
    oboInOwl:hasDbXref "FMA:66830", "NCIT:C33228", "SCTID:39365008", "VSAO:0000046", "Wikipedia:Osteoid", "XAO:0004035", "galen:Osteoid" ;
    oboInOwl:hasExactSynonym "osteoid tissue", "pre-bone", "prebone", "prebone tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008883" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "osteoid" ;
    rdfs:subClassOf obo:UBERON_0002481 .

obo:UBERON_0008886
    obo:IAO_0000115 "The part of the cardiovascular system consisting of all pulmonary arteries and all pulmonary veins." ;
    oboInOwl:hasDbXref "FMA:45621", "Wikipedia:Pulmonary_circulation" ;
    oboInOwl:hasExactSynonym "pulmonary circulatory system", "pulmonary system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008886" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "pulmonary vascular system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0007798, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002016
    ] .

obo:UBERON_0008895
    obo:IAO_0000115 "Subdivision of endoskeleton derived from pharyngeal arches." ;
    oboInOwl:hasDbXref "AAO:0010157", "TAO:0001216", "VHOG:0000315", "VSAO:0000149", "Wikipedia:Facial_skeleton", "XAO:0003176", "ZFA:0001216" ;
    oboInOwl:hasExactSynonym "pharyngeal endoskeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch skeleton", "gill arch skeleton", "pharyngeal arch skeleton", "pharyngeal skeleton", "visceral cranium", "visceral skeletal system", "visceral skeleton" ;
    oboInOwl:id "UBERON:0008895" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "splanchnocranium" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0011159, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002539
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003099
    ] ;
    owl:disjointWith obo:UBERON_0011156 .

obo:UBERON_0008896
    obo:IAO_0000115 "A pharyngeal arch that is posterior to the hyoid arch. i.e. any pharyngeal arch with a number 3 or higher." ;
    oboInOwl:hasDbXref "AAO:0010362", "BTO:0002152", "EFO:0003694", "TAO:0001597", "XAO:0000099", "ZFA:0001613" ;
    oboInOwl:hasExactSynonym "branchial arch", "branchial bar", "gill arch", "gill arches 1-5", "pharyngeal arch 3-7", "visceral arches 3-7" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gill bar" ;
    oboInOwl:id "UBERON:0008896" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "post-hyoid pharyngeal arch" ;
    rdfs:subClassOf obo:UBERON_0002539, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000099 ;
        owl:someValuesFrom obo:UBERON_0003066
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002539
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000099 ;
                owl:someValuesFrom obo:UBERON_0003066
            ]
        )
    ] .

obo:UBERON_0008907
    obo:IAO_0000115 "Skeletal element that forms superficially in the organism, usually in association with the ectoderm[VSAO]." ;
    oboInOwl:hasDbXref "AAO:0010769", "TAO:0001590", "VSAO:0000130", "Wikipedia:Dermal_bone", "XAO:0004015", "ZFA:0001590" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008907" ;
    a owl:Class ;
    rdfs:label "dermal bone" ;
    rdfs:subClassOf obo:UBERON_0004756, obo:UBERON_0007842, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010364
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010364
            ]
        )
    ] .

obo:UBERON_0008909
    obo:IAO_0000115 "Bone element that is adjacent to the notochord." ;
    oboInOwl:hasDbXref "AAO:0010777", "TAO:0001639", "VSAO:0000307", "ZFA:0001629" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "perichordal bone" ;
    oboInOwl:id "UBERON:0008909" ;
    a owl:Class ;
    rdfs:label "perichordal bone" ;
    rdfs:subClassOf obo:UBERON_0012075, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002328
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002328
            ]
        )
    ] .

obo:UBERON_0008946
    obo:IAO_0000115 "A parenchyma that is part of a lung." ;
    oboInOwl:hasDbXref "EMAPA:35522", "FMA:27360", "MA:0003168", "SCTID:201712001" ;
    oboInOwl:hasExactSynonym "respiratory portion of lung" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "parenchyma of lung", "pulmonary parenchyma" ;
    oboInOwl:id "UBERON:0008946" ;
    a owl:Class ;
    rdfs:label "lung parenchyma" ;
    rdfs:subClassOf obo:UBERON_0000353, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000353
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0008947
    oboInOwl:hasDbXref "EHDAA2:0004069", "NCIT:C34283" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008947" ;
    a owl:Class ;
    rdfs:label "respiratory primordium" ;
    rdfs:subClassOf obo:UBERON_0001048, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] .

obo:UBERON_0008998
    obo:IAO_0000115 "System pertaining to blood vessels in the brain." ;
    oboInOwl:hasAlternativeId "UBERON:0005284" ;
    oboInOwl:hasDbXref "BTO:0003840", "EFO:0003491", "EMAPA:35186", "FMA:242007", "FMA:61935", "SCTID:362029003", "TAO:0000099", "ZFA:0000099" ;
    oboInOwl:hasExactSynonym "brain vasculature", "cerebrovascular system", "intracerebral vasculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0008998" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "vasculature of brain" ;
    rdfs:subClassOf obo:UBERON_0006876, obo:UBERON_0036303, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] .

obo:UBERON_0009015
    obo:IAO_0000115 "A zone of skin that is part of a dorsal thoracic segment of trunk." ;
    oboInOwl:hasDbXref "MA:0000510", "SCTID:304890003" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009015" ;
    a owl:Class ;
    rdfs:label "upper back skin" ;
    rdfs:subClassOf obo:UBERON_0001068, obo:UBERON_0001418, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008231
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008231
            ]
        )
    ] .

obo:UBERON_0009030
    obo:IAO_0000115 "Vein that drains left lung and returns blood to the heart." ;
    oboInOwl:hasDbXref "MA:0002207", "NCIT:C48946", "SCTID:304057004" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009030" ;
    a owl:Class ;
    rdfs:label "left pulmonary vein" ;
    rdfs:subClassOf obo:UBERON_0002016, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002016
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:UBERON_0009032
    obo:IAO_0000115 "Vein that drains right lung and returns blood to the heart." ;
    oboInOwl:hasDbXref "MA:0002208", "NCIT:C48947", "SCTID:304056008" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009032" ;
    a owl:Class ;
    rdfs:label "right pulmonary vein" ;
    rdfs:subClassOf obo:UBERON_0002016, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002016
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
        )
    ] .

obo:UBERON_0009117
    obo:IAO_0000115 "A gonad prior to differentiating into a definitive testis or ovary." ;
    oboInOwl:hasDbXref "EHDAA2:0000716", "NCIT:C34192" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gonad rudiment" ;
    oboInOwl:id "UBERON:0009117" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:comment "typically part of the embryo - however, in male tammar wallabies the gonads are indifferent at the neonatal stage[8827321]" ;
    rdfs:label "indifferent gonad" ;
    rdfs:subClassOf obo:UBERON_0000991, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009196
    ] .

obo:UBERON_0009125
    obo:IAO_0000115 "Epibranchial placode between geniculate and nodose. Associated with 2nd branchial cleft." ;
    oboInOwl:hasDbXref "EHDAA2:0004207", "TAO:0001296", "XAO:0004212", "ZFA:0001296" ;
    oboInOwl:hasExactSynonym "epibranchial placode 2", "glossopharyngeal IX placode", "glossopharyngeal epibranchial placode", "glossopharyngeal placode" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009125" ;
    a owl:Class ;
    rdfs:comment "Taxonomic equivalence to EHDAA2 class made on basis of shared development: gives rise to glossopharyngeal ganglion" ;
    rdfs:label "petrosal placode" ;
    rdfs:subClassOf obo:UBERON_0003078 .

obo:UBERON_0009127
    obo:IAO_0000115 "Cranial ganglion which develops from an epibranchial placode." ;
    oboInOwl:hasDbXref "TAO:0001555", "ZFA:0001555" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009127" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Epibranchial ganglia orchestrate the development of the cranial neurogenic crest" ;
    rdfs:label "epibranchial ganglion" ;
    rdfs:subClassOf obo:UBERON_0001714, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003078
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001714
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0003078
            ]
        )
    ] .

obo:UBERON_0009129
    obo:IAO_0000115 "Endocardium that is part of the right atrium." ;
    oboInOwl:hasDbXref "EHDAA2:0000274", "FMA:7281", "NCIT:C102339", "SCTID:3194006", "VHOG:0001228" ;
    oboInOwl:hasExactSynonym "endocardium of right atrium", "right atrial endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "right atrium endocardial tissue" ;
    oboInOwl:id "UBERON:0009129" ;
    a owl:Class ;
    rdfs:label "right atrium endocardium" ;
    rdfs:subClassOf obo:UBERON_0002166, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002078
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006218
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005092
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
        )
    ] .

obo:UBERON_0009133
    obo:IAO_0000115 "A fold of tissue which extends into the peritoneal cavity of the developing embryo and participates in the separation of the pleural and peritoneal cavities." ;
    oboInOwl:hasAlternativeId "UBERON:0009146" ;
    oboInOwl:hasDbXref "EHDAA2:0001483", "EMAPA:17709", "NCIT:C34256", "SCTID:361429005", "VHOG:0000757", "Wikipedia:Pleuroperitoneal" ;
    oboInOwl:hasExactSynonym "pleuroperitoneal fold" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009133" ;
    a owl:Class ;
    rdfs:label "pleuroperitoneal membrane" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0001179
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002402
    ] .

obo:UBERON_0009141
    obo:IAO_0000115 "A vein that is part of a craniocervical region." ;
    oboInOwl:hasDbXref "EHDAA2:0004542", "SCTID:32945007" ;
    oboInOwl:hasExactSynonym "craniocervical vein", "head and neck veins", "vein of head and neck" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009141" ;
    a owl:Class ;
    rdfs:label "craniocervical region vein" ;
    rdfs:subClassOf obo:UBERON_0013140, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007811
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007811
            ]
        )
    ] .

obo:UBERON_0009142
    obo:IAO_0000115 "Sum total of mesenchyme in the embryo." ;
    oboInOwl:hasAlternativeId "UBERON:0003313" ;
    oboInOwl:hasDbXref "EHDAA2:0001113", "EHDAA:177", "EMAPA:16097" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009142" ;
    a owl:Class ;
    rdfs:label "entire embryonic mesenchyme" ;
    rdfs:subClassOf obo:BFO_0000002, obo:BFO_0000004, obo:UBERON_0000477, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0003104
    ] .

obo:UBERON_0009145
    oboInOwl:hasDbXref "EMAPA:16549", "RETIRED_EHDAA2:0001454" ;
    oboInOwl:hasExactSynonym "pharyngeal region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009145" ;
    a owl:Class ;
    rdfs:label "pharyngeal region of foregut" ;
    rdfs:subClassOf obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001041
    ] .

obo:UBERON_0009196
    oboInOwl:hasDbXref "EHDAA2:0004021" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009196" ;
    oboInOwl:inSubset core:organ_slim ;
    a owl:Class ;
    rdfs:label "indifferent external genitalia" ;
    rdfs:subClassOf obo:UBERON_0004176, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] .

obo:UBERON_0009198
    obo:IAO_0000115 "Any suture between cranial and/or facial bones." ;
    oboInOwl:hasExactSynonym "joint of the skull bones" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "articulation of skull bones" ;
    oboInOwl:id "UBERON:0009198" ;
    a owl:Class ;
    rdfs:label "craniofacial suture" ;
    rdfs:subClassOf obo:UBERON_0002209, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0003457
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002209
            [
                a owl:Restriction ;
                owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                owl:onClass obo:UBERON_0003457 ;
                owl:onProperty obo:RO_0002176
            ]
        )
    ] .

obo:UBERON_0009199
    obo:IAO_0000115 "Any suture between facial bones." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009199" ;
    a owl:Class ;
    rdfs:label "facial suture" ;
    rdfs:subClassOf obo:UBERON_0009198, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011156
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0003462
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0009198
            [
                a owl:Restriction ;
                owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                owl:onClass obo:UBERON_0003462 ;
                owl:onProperty obo:RO_0002176
            ]
        )
    ] .

obo:UBERON_0009471
    obo:IAO_0000115 "The superior surface of the tongue divided by the sulcus terminalis into an anterior two-thirds, the presulcal part (pars presulcalis). and a posterior one-third, the postsulcal part (pars postsulcalis)." ;
    oboInOwl:hasDbXref "FMA:54651", "NCIT:C32482", "SCTID:66938003" ;
    oboInOwl:hasExactSynonym "dorsal tongue", "dorsum linguae", "tongue dorsum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009471" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "dorsum of tongue" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] .

obo:UBERON_0009479
    obo:IAO_0000115 "An ectoderm that is part of a buccopharyngeal membrane." ;
    oboInOwl:hasDbXref "EHDAA2:0000190", "EMAPA:16260" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009479" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "ectoderm of buccopharyngeal membrane" ;
    rdfs:subClassOf obo:UBERON_0000924, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006211
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000924
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006211
            ]
        )
    ] .

obo:UBERON_0009480
    obo:IAO_0000115 "An endoderm that is part of a buccopharyngeal membrane." ;
    oboInOwl:hasDbXref "EHDAA2:0000191", "EMAPA:16261" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009480" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "endoderm of buccopharyngeal membrane" ;
    rdfs:subClassOf obo:UBERON_0000925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006211
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000925
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006211
            ]
        )
    ] .

obo:UBERON_0009494
    obo:IAO_0000115 "A portion of mesenchymal tissue associated with an individual pharyngeal arch." ;
    oboInOwl:hasDbXref "EMAPA:32755", "FMA:295694" ;
    oboInOwl:hasExactSynonym "branchial arch mesenchyme", "pharyngeal arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009494" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "pharyngeal arch mesenchymal region" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002539
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010046
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002539
            ]
        )
    ] .

obo:UBERON_0009505
    obo:IAO_0000115 "Mesenchyme that is part of a developing trachea." ;
    oboInOwl:hasDbXref "EHDAA2:0002067", "EMAPA:16854" ;
    oboInOwl:hasExactSynonym "trachea associated mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009505" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "mesenchyme of trachea" ;
    rdfs:subClassOf obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003126
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002539
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0009522
    obo:IAO_0000115 "An epithelium that is part of a lateral lingual swelling." ;
    oboInOwl:hasDbXref "EHDAA2:0000913", "EMAPA:17190", "FMA:313717" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009522" ;
    oboInOwl:inSubset core:emapa_ehdaa2 ;
    a owl:Class ;
    rdfs:label "lateral lingual swelling epithelium" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0003929, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006757
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006757
            ]
        )
    ] .

obo:UBERON_0009569
    oboInOwl:hasDbXref "FMA:25054", "SCTID:22943007" ;
    oboInOwl:hasExactSynonym "region of trunk", "trunk subdivision" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009569" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "subdivision of trunk" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] .

obo:UBERON_0009570
    obo:IAO_0000115 "A sulcus limitans of neural tube that is part of a future spinal cord." ;
    oboInOwl:hasDbXref "EHDAA2:0001265", "EMAPA:17584", "VHOG:0001548" ;
    oboInOwl:hasExactSynonym "spinal cord lateral wall sulcus limitans" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009570" ;
    a owl:Class ;
    rdfs:label "spinal cord sulcus limitans" ;
    rdfs:subClassOf obo:UBERON_0005478, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006241
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005478
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006241
            ]
        )
    ] .

obo:UBERON_0009576
    obo:IAO_0000115 "A sulcus limitans of neural tube that is part of a future medulla oblongata." ;
    oboInOwl:hasDbXref "EHDAA2:0001100", "EMAPA:17561" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009576" ;
    a owl:Class ;
    rdfs:label "medulla oblongata sulcus limitans" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005478, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001896
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009578
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005478
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:UBERON_0009577
    obo:IAO_0000115 "A sulcus limitans of neural tube that is part of a future metencephalon." ;
    oboInOwl:hasDbXref "EHDAA2:0001161", "EMAPA:17567" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009577" ;
    a owl:Class ;
    rdfs:label "metencephalon sulcus limitans" ;
    rdfs:subClassOf obo:UBERON_0005478, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010092
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005478
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010092
            ]
        )
    ] .

obo:UBERON_0009578
    obo:IAO_0000115 "A sulcus limitans of neural tube that is part of a future myelencephalon." ;
    oboInOwl:hasDbXref "EHDAA2:0001945" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009578" ;
    a owl:Class ;
    rdfs:label "myelencephalon sulcus limitans" ;
    rdfs:subClassOf obo:UBERON_0005478, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010096
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005478
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010096
            ]
        )
    ] .

obo:UBERON_0009580
    oboInOwl:hasDbXref "EHDAA2:0000397", "EMAPA:16906", "VHOG:0000912" ;
    oboInOwl:hasExactSynonym "diencephalon lateral wall mantle layer", "mantle layer lateral wall diencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009580" ;
    a owl:Class ;
    rdfs:label "diencephalon mantle layer" ;
    rdfs:subClassOf obo:UBERON_0004061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006222
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004061
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006222
            ]
        )
    ] .

obo:UBERON_0009581
    oboInOwl:hasDbXref "EHDAA2:0001172", "EMAPA:16977", "VHOG:0000910" ;
    oboInOwl:hasExactSynonym "mantle layer lateral wall midbrain", "midbrain lateral wall mantle layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mantle layer lateral wall mesencephalon" ;
    oboInOwl:id "UBERON:0009581" ;
    a owl:Class ;
    rdfs:label "midbrain mantle layer" ;
    rdfs:subClassOf obo:UBERON_0004061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009616
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004061
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009616
            ]
        )
    ] .

obo:UBERON_0009583
    oboInOwl:hasDbXref "EMAPA:17580", "VHOG:0000911" ;
    oboInOwl:hasExactSynonym "mantle layer lateral wall spinal cord", "spinal cord lateral wall mantle layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009583" ;
    a owl:Class ;
    rdfs:label "spinal cord mantle layer" ;
    rdfs:subClassOf obo:UBERON_0004061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006241
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004061
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006241
            ]
        )
    ] .

obo:UBERON_0009584
    obo:IAO_0000115 "Mesenchyme that is part of a 1st arch mandibular component." ;
    oboInOwl:hasAlternativeId "UBERON:0010043" ;
    oboInOwl:hasDbXref "EHDAA2:0000034", "EMAPA:16385" ;
    oboInOwl:hasExactSynonym "mesenchymal region of mandibular component of first pharyngeal arch", "mesenchyme of mandibular component" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "mandibular component mesenchyme", "mandibular mesenchyme" ;
    oboInOwl:id "UBERON:0009584" ;
    a owl:Class ;
    rdfs:label "1st arch mandibular mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0010042, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007237
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007237
            ]
        )
    ] .

obo:UBERON_0009602
    obo:IAO_0000115 "Mesenchyme that is part of a developing left lung." ;
    oboInOwl:hasDbXref "EHDAA2:0000944", "EMAPA:16730", "EMAPA:17654" ;
    oboInOwl:hasExactSynonym "left lung mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009602" ;
    a owl:Class ;
    rdfs:label "left lung associated mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0004883, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002168
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002168
            ]
        )
    ] .

obo:UBERON_0009603
    obo:IAO_0000115 "Mesenchyme that is part of a developing right lung." ;
    oboInOwl:hasDbXref "EHDAA2:0001739", "EMAPA:17662" ;
    oboInOwl:hasExactSynonym "right lung mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009603" ;
    a owl:Class ;
    rdfs:label "right lung associated mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0004883, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002167
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002167
            ]
        )
    ] .

obo:UBERON_0009610
    obo:IAO_0000115 "A neural plate that develops_from a future forebrain." ;
    oboInOwl:hasDbXref "TAO:0007018", "ZFA:0007018" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009610" ;
    a owl:Class ;
    rdfs:label "forebrain neural plate" ;
    rdfs:subClassOf obo:UBERON_0003075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003056
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006240
    ] .

obo:UBERON_0009611
    obo:IAO_0000115 "A neural plate that develops_from a presumptive midbrain." ;
    oboInOwl:hasDbXref "TAO:0007019", "ZFA:0007019" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009611" ;
    a owl:Class ;
    rdfs:label "midbrain neural plate" ;
    rdfs:subClassOf obo:UBERON_0003075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003056
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009616
    ] .

obo:UBERON_0009614
    obo:IAO_0000115 "A neural plate that develops_from a presumptive hindbrain." ;
    oboInOwl:hasDbXref "TAO:0007022", "ZFA:0007022" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009614" ;
    a owl:Class ;
    rdfs:label "hindbrain neural plate" ;
    rdfs:subClassOf obo:UBERON_0003075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003057
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007277
    ] .

obo:UBERON_0009615
    oboInOwl:hasDbXref "TAO:0007044", "ZFA:0007044" ;
    oboInOwl:hasExactSynonym "MHB neural plate", "midbrain-hindbrain boundary neural plate" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009615" ;
    a owl:Class ;
    rdfs:label "midbrain hindbrain boundary neural plate" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003075
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002495 ;
        owl:someValuesFrom obo:UBERON_0007281
    ] .

obo:UBERON_0009616
    obo:IAO_0000115 "A presumptive structure that has the potential to develop into a midbrain." ;
    oboInOwl:hasDbXref "BAMS:MES", "EFO:0003432", "EHDAA2:0000615", "EMAPA:16140", "TAO:0000148", "Wikipedia:Mesencephalon", "ZFA:0000148" ;
    oboInOwl:hasExactSynonym "presumptive mesencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "early midbrain", "future midbrain", "mesencephalon" ;
    oboInOwl:id "UBERON:0009616" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "presumptive midbrain" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006238
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003080
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010286
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0009617
    obo:IAO_0000115 "Bilateral mesenchymal mesoderm parallel and immediately adjacent to the neural tube/notochord; it generates a subset of extra-ocular, and other head, muscles." ;
    oboInOwl:hasDbXref "EHDAA2:0000736", "EHDAA:364", "EMAPA:16171" ;
    oboInOwl:hasExactSynonym "cephalic paraxial mesenchyme", "cephalic paraxial mesoderm", "cranial paraxial mesenchyme", "cranial paraxial mesoderm", "head paraxial mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "somitomere", "somitomeric mesoderm" ;
    oboInOwl:id "UBERON:0009617" ;
    a owl:Class ;
    rdfs:label "head paraxial mesoderm" ;
    rdfs:subClassOf obo:UBERON_0005253, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003077
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005253
    ] .

obo:UBERON_0009618
    oboInOwl:hasDbXref "EHDAA2:0002094" ;
    oboInOwl:hasExactSynonym "trunk and cervical paraxial mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "trunk paraxial mesenchyme" ;
    oboInOwl:id "UBERON:0009618" ;
    a owl:Class ;
    rdfs:label "trunk paraxial mesoderm" ;
    rdfs:subClassOf obo:UBERON_0005256, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003077
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005256
    ] .

obo:UBERON_0009644
    oboInOwl:hasDbXref "EMAPA:35878", "MA:0001859" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009644" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "trachea non-cartilage connective tissue" ;
    rdfs:subClassOf obo:UBERON_0003571 .

obo:UBERON_0009652
    obo:IAO_0000115 "A basement membrane that is part of a bronchus." ;
    oboInOwl:hasDbXref "MA:0001832", "NCIT:C49208" ;
    oboInOwl:hasExactSynonym "bronchial basement membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009652" ;
    a owl:Class ;
    rdfs:label "bronchus basement membrane" ;
    rdfs:subClassOf obo:UBERON_0015329, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005769
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002185
            ]
        )
    ] .

obo:UBERON_0009653
    obo:IAO_0000115 "A basement membrane that is part of a trachea." ;
    oboInOwl:hasDbXref "MA:0001854", "NCIT:C49302" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009653" ;
    a owl:Class ;
    rdfs:label "trachea basement membrane" ;
    rdfs:subClassOf obo:UBERON_0015329, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001901
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009644
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005769
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003126
            ]
        )
    ] .

obo:UBERON_0009657
    oboInOwl:hasBroadSynonym "labial artery" ;
    oboInOwl:hasDbXref "MA:0001987", "NCIT:C52947" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009657" ;
    a owl:Class ;
    rdfs:label "artery of lip" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0009661
    obo:IAO_0000115 "Nucleus located in the midbrain." ;
    oboInOwl:hasDbXref "SCTID:279285003", "TAO:0002209", "ZFA:0001665" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009661" ;
    a owl:Class ;
    rdfs:label "midbrain nucleus" ;
    rdfs:subClassOf obo:UBERON_0002308, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0009662
    obo:IAO_0000115 "Nucleus located within the hindbrain." ;
    oboInOwl:hasDbXref "TAO:0002177", "ZFA:0001658" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009662" ;
    a owl:Class ;
    rdfs:label "hindbrain nucleus" ;
    rdfs:subClassOf obo:UBERON_0002308, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0009663
    obo:IAO_0000115 "A nucleus of brain that is part of a telencephalon." ;
    oboInOwl:hasDbXref "TAO:0002178", "ZFA:0001660" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009663" ;
    a owl:Class ;
    rdfs:label "telencephalic nucleus" ;
    rdfs:subClassOf obo:UBERON_0002308, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002308
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0009712
    obo:IAO_0000115 "Any endocardium that is part of the right ventricle of the heart." ;
    oboInOwl:hasDbXref "EHDAA2:0002188", "EMAPA:17341", "FMA:9536", "NCIT:C102343", "SCTID:8911002", "VHOG:0001235" ;
    oboInOwl:hasExactSynonym "right ventricle endocardium", "right ventricular endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "endocardial lining of right ventricle", "right ventricle endocardial tissue" ;
    oboInOwl:id "UBERON:0009712" ;
    a owl:Class ;
    rdfs:label "endocardium of right ventricle" ;
    rdfs:subClassOf obo:UBERON_0001081, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002080
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004706
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0006567
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001081
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:UBERON_0009713
    obo:IAO_0000115 "Any endocardium that is part of the left ventricle of the heart." ;
    oboInOwl:hasDbXref "EHDAA2:0002182", "EMAPA:17338", "FMA:9559", "SCTID:191004004", "VHOG:0001233" ;
    oboInOwl:hasExactSynonym "left ventricle endocardium", "left ventricular endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "endocardial lining of left ventricle", "left ventricle endocardial tissue" ;
    oboInOwl:id "UBERON:0009713" ;
    a owl:Class ;
    rdfs:label "endocardium of left ventricle" ;
    rdfs:subClassOf obo:UBERON_0001081, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002084
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0006566
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001081
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0009715
    obo:IAO_0000115 "An anatomical cavity that surrounded_by a stomodeum." ;
    oboInOwl:hasExactSynonym "lumen of stomatodaeum", "lumen of stomodeum", "stomatodeal cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009715" ;
    a owl:Class ;
    rdfs:label "stomodeal lumen" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0000930
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0000930
            ]
        )
    ] .

obo:UBERON_0009722
    oboInOwl:hasDbXref "EHDAA2:0004621", "EMAPA:32754", "FMA:293087" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "pharyngeal arch endoderm" ;
    oboInOwl:id "UBERON:0009722" ;
    a owl:Class ;
    rdfs:label "entire pharyngeal arch endoderm" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0005911, obo:UBERON_0015833, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003929
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008814
    ] .

obo:UBERON_0009751
    obo:IAO_0000115 "The embryonic connective tissue made up of loosely aggregated mesenchymal cells, supported by interlaminar jelly, that gives rise to the developing cardiac structures." ;
    oboInOwl:hasDbXref "EHDAA2:0004162", "EMAPA:36438" ;
    oboInOwl:hasExactSynonym "heart mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009751" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "cardiac mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0009758
    obo:IAO_0000115 "A ganglion that is part of a abdominal segment of trunk." ;
    oboInOwl:hasDbXref "SCTID:280508003" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009758" ;
    a owl:Class ;
    rdfs:label "abdominal ganglion" ;
    rdfs:subClassOf obo:UBERON_0007134, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002417
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000045
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0009778
    obo:IAO_0000115 "A serous sac that has the pleura and the pleural cavity as parts." ;
    oboInOwl:hasDbXref "EHDAA2:0004737", "FMA:9690", "SCTID:361996004" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009778" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "pleural sac" ;
    rdfs:subClassOf obo:UBERON_0005906, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000977
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005906
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0000977
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0002402
            ]
        )
    ] .

obo:UBERON_0009842
    obo:IAO_0000115 "The many-lobed berry cluster of cells that is the terminous of a gland where the secretion is produced is acinar in form." ;
    oboInOwl:hasBroadSynonym "acinus" ;
    oboInOwl:hasDbXref "FMA:55588", "Wikipedia:Acinus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009842" ;
    a owl:Class ;
    rdfs:label "glandular acinus" ;
    rdfs:subClassOf obo:UBERON_0034922, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002530
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000151
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002422
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034922
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002530
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000151
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002422
            ]
        )
    ] .

obo:UBERON_0009854
    obo:IAO_0000115 "Branch or outpocketing of the digestive tract." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "diverticulum of gut", "intestinal pouch" ;
    oboInOwl:id "UBERON:0009854" ;
    a owl:Class ;
    rdfs:label "digestive tract diverticulum" ;
    rdfs:subClassOf obo:UBERON_0004921, obo:UBERON_0009856 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0009856
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0009856
    oboInOwl:hasDbXref "galen:Diverticulum" ;
    oboInOwl:hasExactSynonym "pouch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "diverticulum" ;
    oboInOwl:id "UBERON:0009856" ;
    a owl:Class ;
    rdfs:label "sac" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0001987
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0001987
            ]
        )
    ] .

obo:UBERON_0009870
    obo:IAO_0000115 "A division of the stomach. The stomach can be divided based on mucosal histology (glandular epithelium and gastric glands) and the relative position and type of gastric gland." ;
    oboInOwl:hasAlternativeId "UBERON:0009034" ;
    oboInOwl:hasDbXref "EMAPA:35821", "FMA:14558", "MA:0002561", "SCTID:245415005", "Wikipedia:Stomach#Sections" ;
    oboInOwl:hasExactSynonym "gastric zone", "region of stomach", "section of stomach" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009870" ;
    a owl:Class ;
    rdfs:label "zone of stomach" ;
    rdfs:subClassOf obo:UBERON_0004921, obo:UBERON_0034944, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000945
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034944
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0009881
    oboInOwl:hasDbXref "EFO:0003704", "TAO:0005041", "ZFA:0005041" ;
    oboInOwl:hasExactSynonym "ALPM" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009881" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "anterior lateral plate mesoderm" ;
    rdfs:subClassOf obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003081
    ] .

obo:UBERON_0009889
    obo:IAO_0000115 "A specific region of the lateral mesoderm that will form the majority of the mesodermal component of the right ventricle, arterial pole (outflow tract) and venous pole (inflow tract)." ;
    oboInOwl:hasDbXref "XAO:0004186" ;
    oboInOwl:hasExactSynonym "anterior heart field", "anterior/second heart field", "second heart field" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "SHF" ;
    oboInOwl:id "UBERON:0009889" ;
    a owl:Class ;
    rdfs:label "secondary heart field" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0005291, obo:UBERON_0007688, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000096 ;
        owl:someValuesFrom obo:UBERON_0004140
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000098 ;
        owl:someValuesFrom obo:UBERON_0004140
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:UBERON_0009891
    obo:IAO_0000115 "Mesenchyme that is part of a developing face." ;
    oboInOwl:hasDbXref "EMAPA:35337", "FMA:302884" ;
    oboInOwl:hasExactSynonym "face mesenchyme", "mesenchyme of face" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009891" ;
    a owl:Class ;
    rdfs:label "facial mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0005253, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001456
            ]
        )
    ] .

obo:UBERON_0009920
    oboInOwl:hasDbXref "EHDAA2:0001315", "EHDAA:1122" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009920" ;
    a owl:Class ;
    rdfs:label "optic neural crest" ;
    rdfs:subClassOf obo:UBERON_0005253, obo:UBERON_0007530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007213
    ] .

obo:UBERON_0009953
    obo:IAO_0000115 "A multicellular organism that existence_starts_with a post-embryonic stage." ;
    oboInOwl:hasDbXref "MA:0002405" ;
    oboInOwl:hasExactSynonym "postnatal organism" ;
    oboInOwl:hasNarrowSynonym "TS28 mouse", "post-hatching organism", "post-natal organism", "postnatal mouse" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009953" ;
    a owl:Class ;
    rdfs:label "post-embryonic organism" ;
    rdfs:subClassOf obo:UBERON_0000468, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002489 ;
        owl:someValuesFrom obo:UBERON_0000092
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000468
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002489 ;
                owl:someValuesFrom obo:UBERON_0000092
            ]
        )
    ] .

obo:UBERON_0009955
    obo:IAO_0000115 "Cranial ectodermal placode with potential to develop into a component of the nervous system, such as nerves or ganglia." ;
    oboInOwl:hasDbXref "EFO:0003460", "TAO:0001309", "Wikipedia:Neurogenic_placodes", "XAO:0004620", "ZFA:0001309" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0009955" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "neurogenic placode" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002546, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_2007013
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:CL_0000540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0001714
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002385 ;
        owl:someValuesFrom obo:UBERON_0001785
    ] ;
    owl:disjointWith obo:UBERON_0011814 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005085
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:CL_0000540
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0001714
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002385 ;
                owl:someValuesFrom obo:UBERON_0001785
            ]
        )
    ] .

obo:UBERON_0010000
    obo:IAO_0000115 "An anatomical structure that has more than one cell as a part." ;
    oboInOwl:hasDbXref "CARO:0010000" ;
    oboInOwl:hasExactSynonym "multicellular structure" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010000" ;
    oboInOwl:inSubset core:common_anatomy, core:upper_level ;
    a owl:Class ;
    rdfs:label "multicellular anatomical structure" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0001993
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0001993
            ]
        )
    ] .

obo:UBERON_0010009
    obo:IAO_0000115 "A regional part of brain consisting of multiple brain regions that are not related through a simple volummetric part of hierarchy, e.g., basal ganglia[NIF]." ;
    oboInOwl:hasDbXref "NLXANAT:20090509" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "set of nuclei of neuraxis" ;
    oboInOwl:id "UBERON:0010009" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "aggregate regional part of brain" ;
    rdfs:subClassOf obo:BFO_0000002, obo:BFO_0000004, obo:UBERON_0034923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0002616
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002351 ;
                owl:someValuesFrom obo:UBERON_0002616
            ]
        )
    ] .

obo:UBERON_0010031
    obo:IAO_0000115 "Mesenchyme that is part of a pharyngeal arch 6." ;
    oboInOwl:hasDbXref "EHDAA2:0004076", "EMAPA:32765", "FMA:318209" ;
    oboInOwl:hasExactSynonym "6th pharyngeal arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "6th branchial arch mesenchyme", "pharyngeal arch 6 mesenchyme" ;
    oboInOwl:id "UBERON:0010031" ;
    a owl:Class ;
    rdfs:label "6th arch mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0009494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003117
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003117
            ]
        )
    ] .

obo:UBERON_0010032
    obo:IAO_0000115 "The portion of the tongue in front of the terminal sulcus. At the apex, thin and narrow, it is directed forward against the lingual surfaces of the lower incisor teeth. It is derived primarily from the first pharyngeal arch." ;
    oboInOwl:hasDbXref "FMA:229084", "NCIT:C32130", "Wikipedia:Anterior_tongue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anterior 2/3 of the tongue", "anterior 2/3 of tongue", "anterior two thirds of the tongue", "apex linguae", "apex of the tongue", "buccal part of the tongue", "front of the tongue", "oral part of the tongue" ;
    oboInOwl:id "UBERON:0010032" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "anterior part of tongue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006260
    ] .

obo:UBERON_0010039
    obo:IAO_0000115 "An organ of the digestive tract that is capable of retaining and storing food." ;
    oboInOwl:hasDbXref "BSA:0000123", "TADS:0000172", "TGMA:0001041" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010039" ;
    oboInOwl:inSubset core:functional_classification, core:grouping_class ;
    a owl:Class ;
    rdfs:label "food storage organ" ;
    rdfs:subClassOf obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005409
    ] .

obo:UBERON_0010042
    obo:IAO_0000115 "Mesenchyme that is part of a pharyngeal arch 1." ;
    oboInOwl:hasDbXref "EMAPA:16128" ;
    oboInOwl:hasExactSynonym "mesenchyme of 1st arch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010042" ;
    a owl:Class ;
    rdfs:label "1st arch mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0009494, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004362
            ]
        )
    ] .

obo:UBERON_0010046
    obo:IAO_0000115 "The sum total of mesenchymal tissue in the pharyngeal arch region. Pharyngeal mesenchyme is undifferentiated, loose connective tissue derived mostly from mesoderm, and also contains ectodermally derived neural crest cells." ;
    oboInOwl:hasDbXref "EHDAA2:0001459", "EMAPA:16550", "XAO:0004524" ;
    oboInOwl:hasExactSynonym "associated mesenchyme of pharyngeal region", "entire branchial arch associated mesenchyme", "pharyngeal arch associated mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010046" ;
    a owl:Class ;
    rdfs:label "entire pharyngeal arch associated mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008814
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003099
    ] .

obo:UBERON_0010047
    obo:IAO_0000115 "Gland of the epithelium lining the oral cavity. The most common are the salivary glands." ;
    oboInOwl:hasAlternativeId "UBERON:0003293" ;
    oboInOwl:hasDbXref "EHDAA2:0001327", "EHDAA:2181", "EMAPA:16572", "EMAPA:16723", "VHOG:0000652" ;
    oboInOwl:hasNarrowSynonym "buccal gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gland of oral opening", "gland of oral region", "mouth gland", "oral cavity gland", "oral region gland" ;
    oboInOwl:id "UBERON:0010047" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "oral gland" ;
    rdfs:subClassOf obo:UBERON_0002365, obo:UBERON_0003408, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000165
            ]
        )
    ] .

obo:UBERON_0010052
    obo:IAO_0000115 "A mucosa that is part of a dorsum of tongue." ;
    oboInOwl:hasDbXref "FMA:74871", "SCTID:245835003" ;
    oboInOwl:hasExactSynonym "mucosa of dorsal surface of tongue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010052" ;
    a owl:Class ;
    rdfs:label "mucosa of dorsum of tongue" ;
    rdfs:subClassOf obo:UBERON_0005020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009471
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009471
            ]
        )
    ] .

obo:UBERON_0010056
    obo:IAO_0000115 "A compound organ that has the potential to develop into a tongue." ;
    oboInOwl:hasDbXref "EHDAA2:0000696", "EHDAA:2951" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010056" ;
    a owl:Class ;
    rdfs:label "future tongue" ;
    rdfs:subClassOf obo:UBERON_0003103, obo:UBERON_0005423, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003103
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0010059
    oboInOwl:hasDbXref "EHDAA2:0004610" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010059" ;
    a owl:Class ;
    rdfs:label "hypoglossal cord" ;
    rdfs:subClassOf obo:UBERON_0002036, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010056
    ] .

obo:UBERON_0010064
    obo:IAO_0000115 "An anatomical space with at least one opening to another space or the exterior." ;
    oboInOwl:hasDbXref "AEO:0000221", "EHDAA2:0004616" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010064" ;
    a owl:Class ;
    rdfs:label "open anatomical space" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000610
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0000464
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0000610
            ]
        )
    ] .

obo:UBERON_0010075
    obo:IAO_0000115 "One of the 5 distinct and partially overlapping functional domains of the premigratory neural crest. The vagal and sacral neural crest cells develop into the ganglia of the enteric nervous system, also known as the parasympathetic ganglia." ;
    oboInOwl:hasDbXref "XAO:0004192" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010075" ;
    a owl:Class ;
    rdfs:label "sacral neural crest" ;
    rdfs:subClassOf obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002342
    ] .

obo:UBERON_0010077
    obo:IAO_0000115 "An epithelium consisting of cuboidal epithelial cells." ;
    oboInOwl:hasDbXref "NCIT:C32415", "Wikipedia:Cuboidal_epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010077" ;
    a owl:Class ;
    rdfs:label "cuboidal epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483 .

obo:UBERON_0010083
    obo:IAO_0000115 "Mesenchyme that has the potential to develop into a dermis." ;
    oboInOwl:hasDbXref "EHDAA2:0000598" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010083" ;
    a owl:Class ;
    rdfs:label "future dermis" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003089
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002067
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002067
            ]
        )
    ] .

obo:UBERON_0010084
    obo:IAO_0000115 "A structure that will develop into a diaphragm." ;
    oboInOwl:hasDbXref "EHDAA2:0000599" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010084" ;
    a owl:Class ;
    rdfs:label "future diaphragm" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005594
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002256 ;
        owl:someValuesFrom obo:UBERON_0009133
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:UBERON_0010091
    obo:IAO_0000115 "A multi-tissue structure that has the potential to develop into a meninx of hindbrain." ;
    oboInOwl:hasDbXref "EHDAA2:0000610" ;
    oboInOwl:hasExactSynonym "future hindbrain meninges" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010091" ;
    a owl:Class ;
    rdfs:label "future hindbrain meninx" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0007524, obo:UBERON_0007645, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003291
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0003291
            ]
        )
    ] .

obo:UBERON_0010092
    obo:IAO_0000115 "A developing anatomical structure that has the potential to develop into a metencephalon." ;
    oboInOwl:hasDbXref "EHDAA2:0000623" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010092" ;
    a owl:Class ;
    rdfs:label "future metencephalon" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001895
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001895
            ]
        )
    ] .

obo:UBERON_0010096
    obo:IAO_0000115 "A developing anatomical structure that has the potential to develop into a myelencephalon." ;
    oboInOwl:hasDbXref "EHDAA2:0000640" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010096" ;
    a owl:Class ;
    rdfs:label "future myelencephalon" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0005290
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0005290
            ]
        )
    ] .

obo:UBERON_0010125
    obo:IAO_0000115 "A gray matter that has the potential to develop into a superior salivatory nucleus." ;
    oboInOwl:hasDbXref "EHDAA2:0004644" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010125" ;
    a owl:Class ;
    rdfs:label "future superior salivatory nucleus" ;
    rdfs:subClassOf obo:UBERON_0002020, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002149
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002149
            ]
        )
    ] .

obo:UBERON_0010131
    obo:IAO_0000115 "Any portion of cardiac muscle tissue that is part of the conducting system of heart or the Purkinje fibers." ;
    oboInOwl:hasDbXref "EHDAA2:0004528", "FMA:83378" ;
    oboInOwl:hasExactSynonym "specialized conducting tissue of heart", "specialized muscle tissue of heart" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010131" ;
    a owl:Class ;
    rdfs:label "conducting tissue of heart" ;
    rdfs:subClassOf obo:UBERON_0001133 .

obo:UBERON_0010136
    obo:IAO_0000115 "An epithelial sheet is a flat surface consisting of closely packed epithelial cells." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010136" ;
    a owl:Class ;
    rdfs:label "epithelial sheet" ;
    rdfs:subClassOf obo:UBERON_0000483 .

obo:UBERON_0010161
    obo:IAO_0000115 "An anatomical cavity that surrounded_by a blood vessel." ;
    oboInOwl:hasDbXref "FMA:312610", "SCTID:91747007" ;
    oboInOwl:hasExactSynonym "blood vessel lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010161" ;
    a owl:Class ;
    rdfs:label "lumen of blood vessel" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0001981
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0010188
    obo:IAO_0000115 "A roughly circular bulge in a surface." ;
    oboInOwl:hasDbXref "AEO:0000205", "EHDAA2:0003250", "FMA:82506" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010188" ;
    a owl:Class ;
    rdfs:label "protuberance" ;
    rdfs:subClassOf obo:UBERON_0034944 .

obo:UBERON_0010191
    oboInOwl:hasDbXref "EHDAA2:0004512" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010191" ;
    a owl:Class ;
    rdfs:label "aortic system" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004571
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:UBERON_0010192
    obo:IAO_0000115 "One of the laterally paired arteries that supply the gonads." ;
    oboInOwl:hasDbXref "Wikipedia:Gonadal_artery" ;
    oboInOwl:hasExactSynonym "gonadal artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010192" ;
    a owl:Class ;
    rdfs:label "genital artery" ;
    rdfs:subClassOf obo:UBERON_0012254, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004573
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0000991
            ]
        )
    ] .

obo:UBERON_0010199
    obo:IAO_0000115 "An anatomical boundary that corresponds to some physical discontinuity." ;
    oboInOwl:hasDbXref "CARO:0001004" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010199" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:comment "One might argue that all boundaries are actually fiat in the sense that there must be some fiat element at a fine enough scale of granularity. This ontology choses to ignore this issue as below the level of granularity relevant to anatomy. (DOS121102)" ;
    rdfs:label "bona-fide anatomical boundary" ;
    rdfs:subClassOf obo:UBERON_0000466 .

obo:UBERON_0010212
    obo:IAO_0000115 "Apparatus located between the lungs and the buccal cavity. This apparatus is composed of a pair of arytenoid cartilages that are supported by the cricoid ring." ;
    oboInOwl:hasDbXref "AAO:0000267", "EHDAA2:0000904" ;
    oboInOwl:hasExactSynonym "laryngeal cartilage system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010212" ;
    a owl:Class ;
    rdfs:label "laryngeal apparatus" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0034921, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001739
    ] .

obo:UBERON_0010213
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010213" ;
    a owl:Class ;
    rdfs:label "laryngeal pre-cartilage condensation" ;
    rdfs:subClassOf obo:UBERON_0005866, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010212
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010221
    ] .

obo:UBERON_0010221
    oboInOwl:hasDbXref "EHDAA2:0004085" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010221" ;
    a owl:Class ;
    rdfs:comment "Many sources say: thyroid cartilage from arch 4 other laryngeal cartilage (cricoid/arytenoid) from 6?" ;
    rdfs:label "laryngeal associated mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001737
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002539
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003115
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003117
    ] .

obo:UBERON_0010225
    obo:IAO_0000115 "A nuclear complex which in mammals consists of four parts, the hypothalamus, epithalamus, ventral thalamus, and dorsal thalamus[WP,modified]." ;
    oboInOwl:hasDbXref "EHDAA2:0004469", "FMA:258745" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010225" ;
    a owl:Class ;
    rdfs:label "thalamic complex" ;
    rdfs:subClassOf obo:UBERON_0007245, obo:UBERON_0019269 .

obo:UBERON_0010227
    obo:IAO_0000115 "Multi-tissue structure that is part of the heart tube and will become the cardiac atrium." ;
    oboInOwl:hasDbXref "FMA:71005", "TAO:0002228", "ZFA:0001718" ;
    oboInOwl:hasExactSynonym "presumptive atrium heart tube", "primordial atrium", "primordial cardiac atrium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010227" ;
    a owl:Class ;
    rdfs:label "future cardiac atrium" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004141
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002081
    ] .

obo:UBERON_0010230
    obo:IAO_0000115 "The core globe-shaped component of the camera-type eye." ;
    oboInOwl:hasDbXref "FMA:12513", "MIAA:0000283", "SCTID:244486005", "VHOG:0001616", "Wikipedia:Globe_(human_eye)" ;
    oboInOwl:hasExactSynonym "bulbus oculi", "eye globe", "eyeball" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "globe" ;
    oboInOwl:id "UBERON:0010230" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "eyeball of camera-type eye" ;
    rdfs:subClassOf obo:UBERON_0000020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] .

obo:UBERON_0010243
    obo:IAO_0000115 "An exocrine gland whose secretions are excreted via exocytosis from secretory cells into an epithelial-walled duct or ducts and thence onto a bodily surface or into the lumen; the gland releases its product and no part of the gland is lost or damaged." ;
    oboInOwl:hasDbXref "BTO:0002324", "MA:0003041", "Wikipedia:Merocrine" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010243" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "merocrine gland" ;
    rdfs:subClassOf obo:UBERON_0002365, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0006887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002365
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0006887
            ]
        )
    ] .

obo:UBERON_0010252
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a 1st arch mandibular mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000037" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010252" ;
    a owl:Class ;
    rdfs:label "1st arch mandibular mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0009584, obo:UBERON_0010259, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009584
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007098
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009584
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010254
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a 2nd arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000068", "EMAPA:16281" ;
    oboInOwl:hasExactSynonym "neural crest derived arch 2 mesenchyme", "pharyngeal arch 2 mesenchyme from neural crest" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 2 mesenchyme from neural crest" ;
    oboInOwl:id "UBERON:0010254" ;
    a owl:Class ;
    rdfs:label "2nd arch mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0005689, obo:UBERON_0007213, obo:UBERON_0010359, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005689
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007099
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005689
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010255
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a 3rd arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000083", "EMAPA:16404", "VHOG:0000571" ;
    oboInOwl:hasExactSynonym "3rd pharyngeal arch mesenchyme derived from neural crest", "mesenchyme derived from neural crest of mesenchyme of 3rd arch", "neural crest derived arch 3 mesenchyme", "pharyngeal arch 3 mesenchyme from neural crest" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 3 mesenchyme from neural crest" ;
    oboInOwl:id "UBERON:0010255" ;
    a owl:Class ;
    rdfs:label "3rd arch mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0005690, obo:UBERON_0010258, obo:UBERON_0010359, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005690
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005690
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010256
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a 4th arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000098", "EMAPA:16772", "VHOG:0000580" ;
    oboInOwl:hasExactSynonym "4th pharyngeal arch mesenchyme derived from neural crest", "mesenchyme derived from neural crest of mesenchyme of 4th arch", "neural crest derived arch 4 mesenchyme", "pharyngeal arch 4 mesenchyme from neural crest" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 4 mesenchyme from neural crest" ;
    oboInOwl:id "UBERON:0010256" ;
    a owl:Class ;
    rdfs:label "4th arch mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0005691, obo:UBERON_0010258, obo:UBERON_0010359, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005691
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010258
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005691
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010257
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a 6th arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0004077" ;
    oboInOwl:hasExactSynonym "neural crest derived arch 6 mesenchyme", "pharyngeal arch 6 mesenchyme from neural crest" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 6 mesenchyme from neural crest" ;
    oboInOwl:id "UBERON:0010257" ;
    a owl:Class ;
    rdfs:label "6th arch mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0010031, obo:UBERON_0010258, obo:UBERON_0010359, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010031
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010258
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010031
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010258
    obo:IAO_0000115 "Mesenchyme that develops_from a rhombencephalon neural crest." ;
    oboInOwl:hasDbXref "EHDAA2:0004423" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010258" ;
    a owl:Class ;
    rdfs:label "mesenchyme from rhombencephalic neural crest" ;
    rdfs:subClassOf obo:UBERON_0007213, obo:UBERON_0014387, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003852
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0003852
            ]
        )
    ] .

obo:UBERON_0010259
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a 1st arch mesenchyme." ;
    oboInOwl:hasDbXref "EMAPA:16129" ;
    oboInOwl:hasExactSynonym "mesenchyme derived from neural crest of mesenchyme of 1st arch", "neural crest derived arch 1 mesenchyme", "pharyngeal arch 1 mesenchyme from neural crest" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 1 mesenchyme from neural crest" ;
    oboInOwl:id "UBERON:0010259" ;
    a owl:Class ;
    rdfs:label "1st arch mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0010042, obo:UBERON_0010258, obo:UBERON_0010359, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010042
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010272
    obo:IAO_0000115 "A group of bones comprised of hyoid body and two pairs of cornua (i.e. greater cornua and lesser cornua), and lies just below the tongue, above the thyroid cartilage." ;
    oboInOwl:hasDbXref "AAO:0000225", "AAO:0000682", "MA:0003037", "SCTID:410035009", "http://palaeos.com/vertebrates/bones/gill_arches/images/ReptileHyoids.gif" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "apparatus hyoideus", "hyobranchial apparatus", "hyolingual system" ;
    oboInOwl:id "UBERON:0010272" ;
    a owl:Class ;
    rdfs:label "hyoid apparatus" ;
    rdfs:subClassOf obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005884
    ] .

obo:UBERON_0010285
    obo:IAO_0000115 "Portion of tissue that is dorsolateral to the floor plate and part of the midbrain." ;
    oboInOwl:hasDbXref "DHBA:12322", "EFO:0003567", "EHDAA2:0004375", "TAO:0000761", "ZFA:0000761" ;
    oboInOwl:hasExactSynonym "basal plate midbrain", "basal plate midbrain region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010285" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "midbrain basal plate" ;
    rdfs:subClassOf obo:UBERON_0002020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009581
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010286
    ] .

obo:UBERON_0010286
    obo:IAO_0000115 "Portion of neural tube that gives rise to the midbrain." ;
    oboInOwl:hasDbXref "TAO:0007039", "ZFA:0007039" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010286" ;
    a owl:Class ;
    rdfs:label "midbrain neural tube" ;
    rdfs:subClassOf obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003080
    ] .

obo:UBERON_0010291
    oboInOwl:hasDbXref "Wikipedia:Sclera#Histology" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010291" ;
    a owl:Class ;
    rdfs:label "layer of sclera" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001773
    ] .

obo:UBERON_0010294
    obo:IAO_0000115 "An endothelium that is part of a sclera." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010294" ;
    a owl:Class ;
    rdfs:label "scleral endothelium" ;
    rdfs:subClassOf obo:UBERON_0001986, obo:UBERON_0010291, obo:UBERON_0015808 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001773
            ]
        )
    ] .

obo:UBERON_0010295
    obo:IAO_0000115 "A stroma that is part of a sclera." ;
    oboInOwl:hasBroadSynonym "subsantia propria" ;
    oboInOwl:hasDbXref "FMA:58365", "NCIT:C33652", "SCTID:368851004" ;
    oboInOwl:hasExactSynonym "scleral stroma", "stroma of sclera", "subsantia propria sclerae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010295" ;
    a owl:Class ;
    rdfs:label "substantia propria of sclera" ;
    rdfs:subClassOf obo:UBERON_0003891, obo:UBERON_0010291 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003891
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001773
            ]
        )
    ] .

obo:UBERON_0010299
    obo:IAO_0000115 "Mesenchyme surrounding the developing optic cup which develops into the sclera." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010299" ;
    a owl:Class ;
    rdfs:label "scleral mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0003072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001773
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001773
            ]
        )
    ] .

obo:UBERON_0010303
    obo:IAO_0000115 "An epithelium that is part of a extraembryonic structure." ;
    oboInOwl:hasExactSynonym "extra-embryonic epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010303" ;
    a owl:Class ;
    rdfs:label "extraembryonic epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, obo:UBERON_0005292, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000478
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000478
            ]
        )
    ] .

obo:UBERON_0010312
    obo:IAO_0000115 "Developing anatomical structure that develops into the eyeball and associated structures." ;
    oboInOwl:hasDbXref "TAO:0002201", "ZFA:0001678" ;
    oboInOwl:hasExactSynonym "future eye" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010312" ;
    a owl:Class ;
    rdfs:label "immature eye" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003071
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003071
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005423
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002254 ;
                owl:someValuesFrom obo:UBERON_0003071
            ]
        )
    ] .

obo:UBERON_0010313
    obo:IAO_0000115 "An anatomical structure that develops from the neural crest." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010313" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "neural crest-derived structure" ;
    rdfs:subClassOf obo:UBERON_0004121, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002342
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010314
    obo:IAO_0000115 "An anatomical structure that has some part that develops from the neural crest." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010314" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "structure with developmental contribution from neural crest" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0002342
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002254 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010316
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010316" ;
    a owl:Class ;
    rdfs:label "germ layer / neural crest" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0002050, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002532
    ] .

obo:UBERON_0010321
    obo:IAO_0000115 "A skeletal element that is part of a orbital region." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "eye skeleton", "ocular skeleton", "skeletal element of orbital region" ;
    oboInOwl:id "UBERON:0010321" ;
    a owl:Class ;
    rdfs:label "skeletal element of eye region" ;
    rdfs:subClassOf obo:UBERON_0004765, obo:UBERON_0010313, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004088
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011156
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004765
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004088
            ]
        )
    ] .

obo:UBERON_0010323
    obo:IAO_0000115 "Skeletal subdivision of the head including skull (cranium plus mandible), pharyngeal and/or hyoid apparatus." ;
    oboInOwl:hasDbXref "AAO:0000109", "AAO:0000971", "AAO:0010185", "TAO:0000737", "VSAO:0000049", "XAO:0003075", "ZFA:0000737" ;
    oboInOwl:hasNarrowSynonym "cranial skeleton", "osteocranium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010323" ;
    a owl:Class ;
    rdfs:label "cranial skeletal system" ;
    rdfs:subClassOf obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011137
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ] .

obo:UBERON_0010329
    obo:IAO_0000115 "Mesenchyme that is part of a limb/fin bud." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010329" ;
    a owl:Class ;
    rdfs:label "paired limb/fin bud mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0010377, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010377
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004357
            ]
        )
    ] .

obo:UBERON_0010333
    obo:IAO_0000115 "Mesenchyme that is part of a extraembryonic membrane." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010333" ;
    a owl:Class ;
    rdfs:label "extraembryonic membrane mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0004120, obo:UBERON_0005292, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005631
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005728
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005631
            ]
        )
    ] .

obo:UBERON_0010336
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a mandibular process mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0004603" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010336" ;
    a owl:Class ;
    rdfs:label "mandibular process mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0006905, obo:UBERON_0010258, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006905
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010252
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006905
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010337
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a mandibular process mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0004604" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010337" ;
    a owl:Class ;
    rdfs:label "mandibular process mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0006904, obo:UBERON_0006905, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006905
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0010339
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006905
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010339
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 1st arch mandibular mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000036" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010339" ;
    a owl:Class ;
    rdfs:label "1st arch mandibular mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0009584, obo:UBERON_0010341, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009584
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009584
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010341
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 1st arch mesenchyme." ;
    oboInOwl:hasDbXref "EMAPA:16130" ;
    oboInOwl:hasExactSynonym "mesenchyme derived from head mesoderm of mesenchyme of 1st arch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010341" ;
    a owl:Class ;
    rdfs:label "1st arch mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0010042, obo:UBERON_0010360, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010042
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010343
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 2nd arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000067", "EMAPA:16280" ;
    oboInOwl:hasExactSynonym "head mesenchyme derived arch 2 mesenchyme", "mesenchyme derived from head mesoderm of mesenchyme of 2nd arch", "pharyngeal arch 2 mesenchyme from head mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 2 mesenchyme from head mesenchyme" ;
    oboInOwl:id "UBERON:0010343" ;
    a owl:Class ;
    rdfs:label "2nd arch mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0005689, obo:UBERON_0010360, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005689
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005689
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010344
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 3rd arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000082", "EMAPA:16403" ;
    oboInOwl:hasExactSynonym "head mesenchyme derived arch 3 mesenchyme", "mesenchyme derived from head mesoderm of mesenchyme of 3rd arch", "pharyngeal arch 3 mesenchyme from head mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 3 mesenchyme from head mesenchyme" ;
    oboInOwl:id "UBERON:0010344" ;
    a owl:Class ;
    rdfs:label "3rd arch mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0005690, obo:UBERON_0010360, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005690
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005690
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010345
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 4th arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0000097", "EMAPA:16771" ;
    oboInOwl:hasExactSynonym "head mesenchyme derived arch 4 mesenchyme", "mesenchyme derived from head mesoderm of mesenchyme of 4th arch", "pharyngeal arch 4 mesenchyme from head mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 4 mesenchyme from head mesenchyme" ;
    oboInOwl:id "UBERON:0010345" ;
    a owl:Class ;
    rdfs:label "4th arch mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0005691, obo:UBERON_0010360, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005691
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005691
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010347
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 6th arch mesenchyme." ;
    oboInOwl:hasDbXref "EHDAA2:0004078" ;
    oboInOwl:hasExactSynonym "head mesenchyme derived arch 6 mesenchyme", "pharyngeal arch 6 mesenchyme from head mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "branchial arch 6 mesenchyme from head mesenchyme" ;
    oboInOwl:id "UBERON:0010347" ;
    a owl:Class ;
    rdfs:label "6th arch mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0010031, obo:UBERON_0010360, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010031
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010031
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010359
    obo:IAO_0000115 "Mesenchyme that develops_from a neural crest and is part of a entire pharyngeal arch associated mesenchyme." ;
    oboInOwl:hasExactSynonym "arch mesenchyme from neural crest", "branchial arch mesenchyme from neural crest", "neural crest derived arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010359" ;
    a owl:Class ;
    rdfs:comment "Partially implements https://github.com/obophenotype/uberon/wiki/The-neural-crest NC meeting scheme" ;
    rdfs:label "pharyngeal arch mesenchyme from neural crest" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0014387, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010046
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010046
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0010360
    obo:IAO_0000115 "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a entire pharyngeal arch associated mesenchyme." ;
    oboInOwl:hasExactSynonym "arch mesenchyme from head mesenchyme", "branchial arch mesenchyme from head mesenchyme", "head mesenchyme derived arch mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010360" ;
    a owl:Class ;
    rdfs:comment "Partially implements https://github.com/obophenotype/uberon/wiki/The-neural-crest NC meeting scheme" ;
    rdfs:label "pharyngeal arch mesenchyme from head mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0004120, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010046
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0006904
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010046
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0006904
            ]
        )
    ] .

obo:UBERON_0010362
    obo:IAO_0000115 "Skeletal subdivision that undergoes indirect development and includes elements that develop as a replacement or substitution of other elements or tissues." ;
    oboInOwl:hasDbXref "VSAO:0000037", "Wikipedia:Endoskeleton", "XAO:0004026" ;
    oboInOwl:hasExactSynonym "replacement skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010362" ;
    a owl:Class ;
    rdfs:label "endoskeleton" ;
    rdfs:subClassOf obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0010522
    ] .

obo:UBERON_0010363
    obo:IAO_0000115 "A skeletal element that has the potential to participate in endochondral ossification, and may participate in intramembranous ossification." ;
    oboInOwl:hasDbXref "VSAO:0000139", "XAO:0004017", "ZFA:0005620" ;
    oboInOwl:hasExactSynonym "endochondral replacement element" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010363" ;
    a owl:Class ;
    rdfs:label "endochondral element" ;
    rdfs:subClassOf obo:UBERON_0004765 .

obo:UBERON_0010364
    obo:IAO_0000115 "Skeletal subdivision that undergoes direct development and includes elements that either develop in association with the basement membrane of the ectoderm or are homologous with such elements; includes dermatocranium, components of the appendicular skeleton, teeth and tooth-like elements of the oropharynx, and integumentary elements." ;
    oboInOwl:hasDbXref "VSAO:0000035", "XAO:0004025" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "dermal skeletal system", "dermoskeleton", "desmoskeleton" ;
    oboInOwl:id "UBERON:0010364" ;
    a owl:Class ;
    rdfs:comment "This ontology covers metazoa, so we do not use exoskeleton as primary label, as in VSAO" ;
    rdfs:label "dermal skeleton" ;
    rdfs:subClassOf obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:UBERON_0010371
    obo:IAO_0000115 "Epithelium composed of cells that develops from the ectoderm[FMA,modified]." ;
    oboInOwl:hasDbXref "FMA:69064" ;
    oboInOwl:hasExactSynonym "ectoderm-derived epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010371" ;
    a owl:Class ;
    rdfs:label "ecto-epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, obo:UBERON_0004121, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0002077
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
        )
    ] .

obo:UBERON_0010377
    obo:IAO_0000115 "Mesenchyme that develops_from a somatopleure." ;
    oboInOwl:hasDbXref "EHDAA2:0001120" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010377" ;
    a owl:Class ;
    rdfs:label "mesenchyme from somatopleure" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009142
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004874
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0004874
            ]
        )
    ] .

obo:UBERON_0010378
    obo:IAO_0000115 "Mesenchyme that develops_from a splanchnopleure." ;
    oboInOwl:hasDbXref "EHDAA2:0001122" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010378" ;
    a owl:Class ;
    rdfs:label "mesenchyme from splanchnopleure" ;
    rdfs:subClassOf obo:UBERON_0005291, obo:UBERON_0007524, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009142
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004873
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0004873
            ]
        )
    ] .

obo:UBERON_0010409
    obo:IAO_0000115 "The integrated unit (of the eye) that consists of the conjunctiva, the corneal surface, and the ocular mucosal adnexa including the lid margins and the meibomian gland openings, the lacrimal glands and the lacrimal drainage system, all which are critical to maintain ocular surface integrity and provide protection from external antigens and pathogenic microorganisms." ;
    oboInOwl:hasDbXref "EMAPA:35336", "MA:0002486" ;
    oboInOwl:hasExactSynonym "eye surface", "eye surface region", "ocular surface" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010409" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "ocular surface region" ;
    rdfs:subClassOf obo:UBERON_0000063, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000108 ;
        owl:someValuesFrom obo:UBERON_0022288
    ] .

obo:UBERON_0010427
    obo:IAO_0000115 "The ciliary processes are formed by the inward folding of the various layers of the choroid, i.e. , the choroid proper and the lamina basalis, and are received between corresponding foldings of the suspensory ligament of the lens." ;
    oboInOwl:hasDbXref "FMA:76551", "SCTID:280860001", "Wikipedia:Ciliary_processes" ;
    oboInOwl:hasExactSynonym "ciliary processes", "ciliary processes set", "set of ciliary processes" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ciliary process" ;
    oboInOwl:id "UBERON:0010427" ;
    a owl:Class ;
    rdfs:label "ciliary processes" ;
    rdfs:subClassOf obo:UBERON_0000481, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001775
    ] .

obo:UBERON_0010428
    obo:IAO_0000115 "A bone that is shaped as a broad flat plate and composed of two thin layers of compact tissue enclosing between them a variable quantity of cancellous tissue, which is the location of red bone marrow." ;
    oboInOwl:hasDbXref "FMA:7476", "NCIT:C32616", "SCTID:332907008", "Wikipedia:Flat_bone", "galen:FlatBone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010428" ;
    a owl:Class ;
    rdfs:comment "Examples: cranium, the ilium, sternum, rib cage, the sacrum and the scapula; the occipital, parietal, frontal, nasal, lacrimal, vomer, scapula, os coxC&, sternum, and ribs" ;
    rdfs:label "flat bone" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000407
    ] .

obo:UBERON_0010498
    obo:IAO_0000115 "A simple columnar epithelium that looks stratified but is not, because its cells are arranged with their nuclei at different levels." ;
    oboInOwl:hasDbXref "FMA:45572", "NCIT:C33419", "NCIT:C49316", "Wikipedia:Pseudostratified_columnar_epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010498" ;
    a owl:Class ;
    rdfs:label "pseudostratified columnar epithelium" ;
    rdfs:subClassOf obo:UBERON_0000485 .

obo:UBERON_0010499
    obo:IAO_0000115 "Epithelium composed of a single layer of cells, appearing as layered because the column-shaped cells vary in height so the nuclei are at different levels. The basal portions of all the cells are in contact with the basement membrane. It lines the respiratory system and the male reproductive tract. The cilia in the respiratory tract are motile, while the stereocilia in the male reproductive tract are immobile." ;
    oboInOwl:hasDbXref "FMA:13146", "NCIT:C13181" ;
    oboInOwl:hasExactSynonym "epithelium pseudostratificatum columnare ciliatum (trachea et bronchi)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010499" ;
    a owl:Class ;
    rdfs:label "pseudostratified ciliated columnar epithelium" ;
    rdfs:subClassOf obo:UBERON_0007592, obo:UBERON_0010498 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010498
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:CL_0000067
            ]
        )
    ] .

obo:UBERON_0010522
    obo:IAO_0000115 "Skeletal element that forms as a replacement or substitution of another element or tissue." ;
    oboInOwl:hasDbXref "VSAO:0000135", "XAO:0004016", "ZFA:0005624" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010522" ;
    a owl:Class ;
    rdfs:label "replacement element" ;
    rdfs:subClassOf obo:UBERON_0004765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010362
    ] .

obo:UBERON_0010523
    obo:IAO_0000115 "A vessel of the microcirculature, lying between the arterioles and venules; includes capillaries (blood and lymphatic), metarterioles and arteriovenous anastomoses." ;
    oboInOwl:hasDbXref "MESH:D055806", "TAO:0005251", "ZFA:0005251" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010523" ;
    a owl:Class ;
    rdfs:label "microcirculatory vessel" ;
    rdfs:subClassOf obo:UBERON_0000055, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002049
    ] .

obo:UBERON_0010527
    obo:IAO_0000115 "An organ cavity that surrounded_by a bone." ;
    oboInOwl:hasDbXref "FMA:24021" ;
    oboInOwl:hasExactSynonym "bone organ cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010527" ;
    a owl:Class ;
    rdfs:label "cavity of bone organ" ;
    rdfs:subClassOf obo:UBERON_0002558, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002558
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:UBERON_0010528
    oboInOwl:hasDbXref "FMA:24028" ;
    oboInOwl:hasExactSynonym "air space of bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010528" ;
    a owl:Class ;
    rdfs:label "pneumatic cavity of bone" ;
    rdfs:subClassOf obo:UBERON_0010527, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008193
    ] .

obo:UBERON_0010707
    obo:IAO_0000115 "An organism subdivision that includes both an appendage and its associated girdle region. Note that this includes both the skeletal elements and associated tissues (integument, muscle, etc)." ;
    terms:contributor <https://orcid.org/0000-0001-9114-8737> ;
    oboInOwl:creation_date "2012-04-23T10:46:51Z" ;
    oboInOwl:hasDbXref "FMA:7182", "VSAO:0000214" ;
    oboInOwl:hasExactSynonym "appendage complex", "appendage-girdle complex", "appendage/girdle complex", "girdle plus limb or fin" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010707" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "appendage girdle complex" ;
    rdfs:subClassOf obo:UBERON_0000475, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000468
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002328 ;
        owl:someValuesFrom obo:GO_0040011
    ] .

obo:UBERON_0010708
    obo:IAO_0000115 "Appendage girdle complex that when present, encompasses the pectoral appendicular skeleton and the pectoral girdle." ;
    oboInOwl:hasDbXref "FMA:7183", "SCTID:110716002", "VSAO:0000213" ;
    oboInOwl:hasExactSynonym "pectoral appendage/girdle complex", "pectoral girdle plus anterior limb or fin", "pectoral girdle plus pectoral limb or fin" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "upper limb and shoulder" ;
    oboInOwl:id "UBERON:0010708" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "pectoral complex" ;
    rdfs:subClassOf obo:UBERON_0010707, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001421
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0012475
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010707
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
        )
    ] .

obo:UBERON_0010719
    obo:IAO_0000115 "The subdivision of the skeleton of either the pectoral or pelvic girdle." ;
    oboInOwl:hasDbXref "AAO:0010686", "VSAO:0000302" ;
    oboInOwl:hasExactSynonym "skeleton of girdle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010719" ;
    a owl:Class ;
    rdfs:label "girdle skeleton" ;
    rdfs:subClassOf obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002091
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007823
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002576 ;
        owl:someValuesFrom obo:UBERON_0007823
    ], [
        a owl:Restriction ;
        owl:onProperty core:proximally_connected_to ;
        owl:someValuesFrom obo:UBERON_0002090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010912
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002576 ;
                owl:someValuesFrom obo:UBERON_0007823
            ]
        )
    ] .

obo:UBERON_0010740
    obo:IAO_0000115 "A bone that is part of an appendage girdle complex (i.e. any bone in a limb, fin or girdle)." ;
    oboInOwl:hasDbXref "EMAPA:35494", "MA:0000688" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bone of extended limb/fin region", "limb bone" ;
    oboInOwl:id "UBERON:0010740" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "bone of appendage girdle complex" ;
    rdfs:subClassOf obo:UBERON_0001474, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002091
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010707
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002091
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010707
            ]
        )
    ] .

obo:UBERON_0010741
    obo:IAO_0000115 "A bone that is part of a pectoral complex. Examples: scapula, manus phalanx, any carpal bone, any bone of the pectoral fin." ;
    oboInOwl:hasDbXref "EMAPA:35933", "MA:0000612" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bone of forelimb or pectoral fin or pectoral girdle", "forelimb bone" ;
    oboInOwl:id "UBERON:0010741" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "bone of pectoral complex" ;
    rdfs:subClassOf obo:UBERON_0010740, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010708
            ]
        )
    ] .

obo:UBERON_0010743
    obo:IAO_0000115 "The collection of all meningeal layers that line a central nervous system." ;
    oboInOwl:hasDbXref "EHDAA2:0004661", "FMA:231572", "NCIT:C12349", "SCTID:362879001", "UMLS:C0228116", "Wikipedia:Meninges", "neuronames:1465" ;
    oboInOwl:hasExactSynonym "cerebral meninges", "cluster of meninges", "meninges" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0010743" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "meningeal cluster" ;
    rdfs:subClassOf obo:BFO_0000002, obo:BFO_0000004, obo:UBERON_0034925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0002360
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034925
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002351 ;
                owl:someValuesFrom obo:UBERON_0002360
            ]
        )
    ] .

obo:UBERON_0010891
    obo:IAO_0000115 "A muscle of a pectoral girdle, pectoral fin or anterior limb." ;
    oboInOwl:hasDbXref "AAO:0010687", "EMAPA:32624", "FMA:9621", "MA:0000615" ;
    oboInOwl:hasExactSynonym "pectoral girdle and fore limb muscles" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muscle of pectoral girdle and limb" ;
    oboInOwl:id "UBERON:0010891" ;
    a owl:Class ;
    rdfs:label "pectoral complex muscle" ;
    rdfs:subClassOf obo:UBERON_0014892, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0014793
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010708
            ]
        )
    ] .

obo:UBERON_0010912
    obo:IAO_0000115 "Anatomical cluster consisting of the skeletal elements (i.e. bone elements, cartilage elements, cartilage condensations) that are part of an individual subdivision of the organism. Excludes joints." ;
    oboInOwl:hasDbXref "FMA:23879", "SCTID:129140006", "VSAO:0000042" ;
    oboInOwl:hasExactSynonym "skeletal subdivision" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "subdivision of skeleton (in vivo)" ;
    oboInOwl:id "UBERON:0010912" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "subdivision of skeleton" ;
    rdfs:subClassOf obo:UBERON_0011216, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000075
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004288
    ] .

obo:UBERON_0010959
    obo:IAO_0000115 "Any muscle organ that is part of either the head or the neck." ;
    oboInOwl:hasDbXref "NCIT:C32716" ;
    oboInOwl:hasExactSynonym "muscle of head or neck" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "muscle of head and neck" ;
    oboInOwl:id "UBERON:0010959" ;
    a owl:Class ;
    rdfs:label "craniocervical muscle" ;
    rdfs:subClassOf obo:UBERON_0014892, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008229
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007811
            ]
        )
    ] .

obo:UBERON_0011004
    obo:IAO_0000115 "A cartilage element that is part of a splanchnocranium." ;
    oboInOwl:hasDbXref "EFO:0003689", "TAO:0001460", "ZFA:0001460" ;
    oboInOwl:hasExactSynonym "splanchnocranium cartilage" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011004" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "pharyngeal arch cartilage" ;
    rdfs:subClassOf obo:UBERON_0003933, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002539
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008895
            ]
        )
    ] .

obo:UBERON_0011108
    obo:IAO_0000115 "A synovial joint that is part of a pectoral girdle region." ;
    oboInOwl:hasDbXref "FMA:35243", "SCTID:303080001" ;
    oboInOwl:hasExactSynonym "joint of shoulder girdle", "pectoral girdle joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011108" ;
    a owl:Class ;
    rdfs:label "synovial joint of pectoral girdle" ;
    rdfs:subClassOf obo:UBERON_0002217, obo:UBERON_0008114, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001421
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0007829
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002217
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
        )
    ] .

obo:UBERON_0011120
    obo:IAO_0000115 "A skeletal joint that connects a laryngeal cartilage." ;
    oboInOwl:hasDbXref "FMA:55100" ;
    oboInOwl:hasExactSynonym "joint of larynx", "laryngeal articulation" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011120" ;
    a owl:Class ;
    rdfs:label "laryngeal joint" ;
    rdfs:subClassOf obo:UBERON_0002217, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001739
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000982
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001739
            ]
        )
    ] .

obo:UBERON_0011134
    obo:IAO_0000115 "Joint in which the articulating bones or cartilages are connected by ligaments or fibrocartilage without an intervening synovial cavity. Examples: sagittal suture, inferior tibiofibular syndesmosis, costochondral joint, pubic symphysis." ;
    oboInOwl:hasDbXref "FMA:7491" ;
    oboInOwl:hasExactSynonym "solid joint" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011134" ;
    a owl:Class ;
    rdfs:label "nonsynovial joint" ;
    rdfs:subClassOf obo:UBERON_0000982 .

obo:UBERON_0011137
    obo:IAO_0000115 "Subdivision of the skeletal system which consists of the axial skeleton plus associated joints." ;
    oboInOwl:hasDbXref "FMA:7483" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011137" ;
    a owl:Class ;
    rdfs:label "axial skeletal system" ;
    rdfs:subClassOf obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000982
    ] .

obo:UBERON_0011138
    obo:IAO_0000115 "Subdivision of the skeletal system which consists of the postcranial axial skeleton plus associated joints." ;
    oboInOwl:hasBroadSynonym "axial skeletal system" ;
    oboInOwl:hasDbXref "FMA:302077" ;
    oboInOwl:hasExactSynonym "post-cranial axial skeletal system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011138" ;
    a owl:Class ;
    rdfs:label "postcranial axial skeletal system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003089
    ] .

obo:UBERON_0011156
    obo:IAO_0000115 "Subdivision of skull that consists of the facial bones." ;
    oboInOwl:hasDbXref "EHDAA2:0002206", "EHDAA:8361", "EMAPA:18022", "FMA:53673", "MA:0000318", "Wikipedia:Facial_skeleton" ;
    oboInOwl:hasExactSynonym "facial skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "facial bone" ;
    oboInOwl:id "UBERON:0011156" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "facial skeleton" ;
    rdfs:subClassOf obo:UBERON_0010313, obo:UBERON_0011158, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] .

obo:UBERON_0011158
    obo:IAO_0000115 "The skull can be divided into two: the neurocranium and the facial skeleton." ;
    oboInOwl:hasDbXref "FMA:54964" ;
    oboInOwl:hasExactSynonym "skull subdivision", "subdivision of skull" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011158" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "primary subdivision of skull" ;
    rdfs:subClassOf obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] .

obo:UBERON_0011159
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011159" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "primary subdivision of cranial skeletal system" ;
    rdfs:subClassOf obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010323
    ] .

obo:UBERON_0011164
    obo:IAO_0000115 "A bone that is part of a neurocranium [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35238", "MA:0001478", "SCTID:120229002" ;
    oboInOwl:hasExactSynonym "chondrocranium bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011164" ;
    a owl:Class ;
    rdfs:label "neurocranium bone" ;
    rdfs:subClassOf obo:UBERON_0003457, obo:UBERON_0004766, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001703
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001703
            ]
        )
    ] .

obo:UBERON_0011215
    obo:IAO_0000115 "A multi cell part structure that is part of a central nervous system." ;
    oboInOwl:hasDbXref "FMA:83143" ;
    oboInOwl:hasExactSynonym "cell part cluster of neuraxis", "neuraxis layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011215" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "central nervous system cell part cluster" ;
    rdfs:subClassOf obo:UBERON_0005162, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005162
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:UBERON_0011216
    obo:IAO_0000115 "A subdivision of an anatomical system." ;
    oboInOwl:hasDbXref "FMA:67509", "SCTID:91690000" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011216" ;
    oboInOwl:inSubset core:common_anatomy, core:human_reference_atlas, core:upper_level ;
    a owl:Class ;
    rdfs:label "organ system subdivision" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000467
    ] .

obo:UBERON_0011222
    oboInOwl:hasDbXref "AAO:0010038", "EMAPA:18808", "FMA:49150" ;
    oboInOwl:hasExactSynonym "intrinsic muscle of eyeball", "intrinsic ocular muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011222" ;
    a owl:Class ;
    rdfs:label "intra-ocular muscle" ;
    rdfs:subClassOf obo:UBERON_0004277, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003386
    ] .

obo:UBERON_0011233
    obo:IAO_0000115 "Synovial sac which surrounds parts of one or more tendons. Examples: synovial tendon sheath of manual digit 2, radial bursa." ;
    oboInOwl:hasBroadSynonym "synovium" ;
    oboInOwl:hasDbXref "BTO:0001823", "FMA:40878", "Wikipedia:Synovial_sheath" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011233" ;
    a owl:Class ;
    rdfs:comment "Alternate def: A synovial sheath is a layer of a tendon sheath containing tendons in the hand and foot. They lie internal to the fibrous tendon sheaths. An example is the common synovial sheath for the flexor tendons. [Wikipedia:Synovial_sheath]" ;
    rdfs:label "synovial membrane of synovial tendon sheath" ;
    rdfs:subClassOf obo:UBERON_0007616, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000304
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007616
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000304
            ]
        )
    ] .

obo:UBERON_0011234
    oboInOwl:hasDbXref "FMA:40877" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011234" ;
    a owl:Class ;
    rdfs:label "fibrous membrane of synovial tendon sheath" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000304
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0011824
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0000304
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0011824
            ]
        )
    ] .

obo:UBERON_0011249
    obo:IAO_0000115 "Subdivision of the skeletal system which consists of the appendicular skeleton plus associated joints." ;
    oboInOwl:hasDbXref "FMA:7484", "VSAO:0000306" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011249" ;
    a owl:Class ;
    rdfs:label "appendicular skeletal system" ;
    rdfs:subClassOf obo:UBERON_0000075, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000982
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002091
    ] .

obo:UBERON_0011270
    obo:IAO_0000115 "The part of the trunk that is in the dorsum[cjm]." ;
    oboInOwl:hasDbXref "EMAPA:35162", "FMA:25056", "MA:0000020", "Wikipedia:Human_back" ;
    oboInOwl:hasExactSynonym "back of trunk", "dorsal part of trunk", "dorsum of trunk", "trunk back" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011270" ;
    a owl:Class ;
    rdfs:label "dorsal trunk" ;
    rdfs:subClassOf obo:UBERON_0009569, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001137
    ] .

obo:UBERON_0011272
    oboInOwl:hasDbXref "EHDAA2:0001845" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "basal cell layer of skin", "outer epithelium of body" ;
    oboInOwl:id "UBERON:0011272" ;
    a owl:Class ;
    rdfs:label "embryonic skin basal layer" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000490, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000076
    ] .

obo:UBERON_0011299
    obo:IAO_0000115 "A partion of white matter that is part of a telencephalon. This can be further subdivided in some species, for example, into hemisphere white matter and the corpus callosum." ;
    oboInOwl:hasAlternativeId "UBERON:0013202", "UBERON:0022550" ;
    oboInOwl:hasDbXref "BIRNLEX:1075", "FMA:83930", "HBA:9219", "HBA:9230", "TAO:0000597", "ZFA:0000597" ;
    oboInOwl:hasExactSynonym "predominantly white regional part of telencephalon", "telencephalic tract/commissure", "telencephalic white matter" ;
    oboInOwl:hasNarrowSynonym "telencephalic tracts" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011299" ;
    a owl:Class ;
    rdfs:label "white matter of telencephalon" ;
    rdfs:subClassOf obo:UBERON_0019261, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0011300
    obo:IAO_0000115 "A portion of gray matter that is part of a telencephalon." ;
    oboInOwl:hasAlternativeId "UBERON:0024186" ;
    oboInOwl:hasDbXref "BIRNLEX:1067", "FMA:83911" ;
    oboInOwl:hasExactSynonym "predominantly gray regional part of telencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011300" ;
    a owl:Class ;
    rdfs:label "gray matter of telencephalon" ;
    rdfs:subClassOf obo:UBERON_0019264, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0011332
    oboInOwl:hasDbXref "EMAPA:17884" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011332" ;
    a owl:Class ;
    rdfs:label "extrinsic tongue pre-muscle mass" ;
    rdfs:subClassOf obo:UBERON_0005865, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001575
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005865
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001575
            ]
        )
    ] .

obo:UBERON_0011362
    obo:IAO_0000115 "A blood vasculature that is part of a head." ;
    oboInOwl:hasDbXref "TAO:0005297", "ZFA:0005297" ;
    oboInOwl:hasExactSynonym "cranial blood vessel", "set of blood vessels of head" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011362" ;
    a owl:Class ;
    rdfs:label "cranial blood vasculature" ;
    rdfs:subClassOf obo:UBERON_0002200, obo:UBERON_0004537 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004537
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0011565
    oboInOwl:hasDbXref "FMA:54364", "SCTID:432899004" ;
    oboInOwl:hasExactSynonym "cavity of digestive tract", "cavity of gastrointestinal tract", "gastrointestinal tract lumen", "lumen of gastrointestinal tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011565" ;
    a owl:Class ;
    rdfs:label "lumen of gastrointestinal system" ;
    rdfs:subClassOf obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001007
    ] .

obo:UBERON_0011566
    obo:IAO_0000115 "An anatomical cavity that is part of a esophagus." ;
    oboInOwl:hasDbXref "EMAPA:18380", "FMA:9398", "SCTID:322648002" ;
    oboInOwl:hasExactSynonym "cavity of eosophagus", "cavity of esophagus", "eosophageal cavity", "eosophageal lumen", "eosophagus lumen", "esophageal cavity", "esophageal lumen", "esophagus lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011566" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "lumen of esophagus" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001043
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0011582
    obo:IAO_0000115 "The collection of all skeletal elements in an individual limb or fin." ;
    oboInOwl:hasDbXref "VSAO:0000301" ;
    oboInOwl:hasExactSynonym "limb/fin skeleton", "skeletal parts of limb/fin", "skeleton of limb/fin" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011582" ;
    oboInOwl:inSubset core:homology_grouping ;
    a owl:Class ;
    rdfs:label "paired limb/fin skeleton" ;
    rdfs:subClassOf obo:UBERON_0004120, obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002091
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004708
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002576 ;
        owl:someValuesFrom obo:UBERON_0004708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010912
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002576 ;
                owl:someValuesFrom obo:UBERON_0004708
            ]
        )
    ] .

obo:UBERON_0011585
    obo:IAO_0000115 "Anatomical structure that is an aggregation of similar cells from which cartilages and bones form, and from which chondrogenesis and osteogenesis are initiated during repair and/or regeneration. (Hall and Miyake 1995)." ;
    oboInOwl:hasDbXref "VSAO:0000006", "XAO:0004021" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011585" ;
    a owl:Class ;
    rdfs:label "cell condensation" ;
    rdfs:subClassOf obo:UBERON_0000061 .

obo:UBERON_0011595
    obo:IAO_0000115 "A subdivision of the head that corresponds to the jaw skeleton, containing both soft tissue, skeleton and teeth (when present). The jaw region is divided into upper and lower regions." ;
    oboInOwl:hasDbXref "EMAPA:32905", "NCIT:C114916" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011595" ;
    a owl:Class ;
    rdfs:label "jaw region" ;
    rdfs:subClassOf obo:UBERON_0000475, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7776
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0001708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000475
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002551 ;
                owl:someValuesFrom obo:UBERON_0001708
            ]
        )
    ] .

obo:UBERON_0011596
    oboInOwl:hasDbXref "EHDAA2:0001020" ;
    oboInOwl:hasExactSynonym "lower jaw future lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011596" ;
    a owl:Class ;
    rdfs:label "future lower lip" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000490, obo:UBERON_0003236, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005867
    ] .

obo:UBERON_0011642
    obo:IAO_0000115 "An epithelium that develops_from a ectoderm and is part of a oral epithelium." ;
    oboInOwl:hasDbXref "EHDAA2:0004137" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011642" ;
    a owl:Class ;
    rdfs:label "oral epithelium from ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0002424, obo:UBERON_0010371, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002424
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0009479
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002424
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000924
            ]
        )
    ] .

obo:UBERON_0011648
    oboInOwl:hasDbXref "AAO:0000247", "EFO:0003511", "TAO:0000236", "XAO:0003269", "ZFA:0000236" ;
    oboInOwl:hasExactSynonym "mandibular muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011648" ;
    oboInOwl:inSubset core:efo_slim, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "jaw muscle" ;
    rdfs:subClassOf obo:UBERON_0002376, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0071626
    ] .

obo:UBERON_0011676
    obo:IAO_0000115 "A major subdivision of an organism that divides an organism along its main body axis (typically anterio-posterior axis). In vertebrates, this is based on the vertebral column." ;
    oboInOwl:hasExactSynonym "axial subdivision of organism" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "body segment", "main body segment" ;
    oboInOwl:id "UBERON:0011676" ;
    oboInOwl:inSubset core:upper_level ;
    a owl:Class ;
    rdfs:label "subdivision of organism along main body axis" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013701
    ] .

obo:UBERON_0011695
    obo:IAO_0000115 "A cardiovascular system that is part of a conceptus." ;
    oboInOwl:hasDbXref "EHDAA2:0000216", "FMA:305965", "NCIT:C34148" ;
    oboInOwl:hasExactSynonym "conceptus cardiovascular system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic circulatory system", "fetal circulatory system" ;
    oboInOwl:id "UBERON:0011695" ;
    a owl:Class ;
    rdfs:label "embryonic cardiovascular system" ;
    rdfs:subClassOf obo:UBERON_0004535, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004716
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004535
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004716
            ]
        )
    ] .

obo:UBERON_0011766
    oboInOwl:hasDbXref "EMAPA:25350", "FMA:14469", "MA:0001107", "SCTID:280300006" ;
    oboInOwl:hasExactSynonym "left recurrent laryngeal branch", "left recurrent laryngeal nerve", "vagus X nerve left recurrent laryngeal branch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011766" ;
    a owl:Class ;
    rdfs:label "left recurrent laryngeal nerve" ;
    rdfs:subClassOf obo:UBERON_0003716, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003716
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0011767
    oboInOwl:hasDbXref "EMAPA:17275", "FMA:14468", "MA:0001108", "SCTID:280299003" ;
    oboInOwl:hasExactSynonym "right recurrent laryngeal branch", "right recurrent laryngeal nerve", "vagus X nerve right recurrent laryngeal branch" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011767" ;
    a owl:Class ;
    rdfs:label "right recurrent laryngeal nerve" ;
    rdfs:subClassOf obo:UBERON_0003716, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003716
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0011772
    obo:IAO_0000115 "An anatomical space that is part of a bone of lower jaw." ;
    oboInOwl:hasDbXref "AAO:0000273" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011772" ;
    a owl:Class ;
    rdfs:label "lower jaw opening" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004768
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0004768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0004768
            ]
        )
    ] .

obo:UBERON_0011775
    obo:IAO_0000115 "A cranial nerve nucleus that is associated with a vagus nerve." ;
    oboInOwl:hasDbXref "FMA:54573", "SCTID:362467005" ;
    oboInOwl:hasExactSynonym "nucleus of Xth nerve", "nucleus of vagal X nerve", "nucleus of vagal nerve", "nucleus of vagus nerve", "tenth cranial nerve nucleus", "vagal X nucleus", "vagal nucleus", "vagus nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "nodosal nucleus" ;
    oboInOwl:id "UBERON:0011775" ;
    a owl:Class ;
    rdfs:label "vagus nerve nucleus" ;
    rdfs:subClassOf obo:UBERON_0000126, obo:UBERON_0009662, [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001759
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000126
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001759
            ]
        )
    ] .

obo:UBERON_0011777
    obo:IAO_0000115 "A neural nucleus that is part of the spinal cord." ;
    oboInOwl:hasDbXref "FMA:77011" ;
    oboInOwl:hasExactSynonym "spinal cord nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011777" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "nucleus of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0000125, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000125
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002240
            ]
        )
    ] .

obo:UBERON_0011779
    obo:IAO_0000115 "A nerve that is part of a head." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cephalic nerve", "head nerve" ;
    oboInOwl:id "UBERON:0011779" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "nerve of head region" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_0011814
    obo:IAO_0000115 "Ectodermal placode that does not develop into a component of the nervous system." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011814" ;
    a owl:Class ;
    rdfs:label "non-neurogenic ectodermal placode" ;
    rdfs:subClassOf obo:UBERON_0005085 .

obo:UBERON_0011820
    obo:IAO_0000115 "An anatomical junction that divides and overlaps with and atrium and a ventricle in the heart." ;
    oboInOwl:hasDbXref "EHDAA2:0004149", "FMA:85125" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "AV region", "AV segment", "atrial ventricular junction", "atrioventricular junction", "atrioventricular segment" ;
    oboInOwl:id "UBERON:0011820" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "atrioventricular region" ;
    rdfs:subClassOf obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0002081
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0002082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0002081
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:UBERON_0011821
    obo:IAO_0000115 "Connective tissue, which consists of a population of connective tissue cells, the intercellular matrix of which contains an irregular network of collagen and elastic fiber bundles. Examples: areolar tissue, mucoid tissue, connective tissue of peritoneum, connective tissue of fibrous pericardium." ;
    oboInOwl:hasDbXref "FMA:20107" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011821" ;
    a owl:Class ;
    rdfs:label "irregular connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384 .

obo:UBERON_0011822
    obo:IAO_0000115 "Irregular connective tissue is an irregular connective tissue, the intercellular matrix of which contains a dense irregular network of collagen and elastic fiber bundles. Examples: connective tissue of peritoneum, connective tissue of fibrous pericardium." ;
    oboInOwl:hasDbXref "FMA:20109", "NCIT:C32882", "Wikipedia:Dense_irregular_connective_tissue" ;
    oboInOwl:hasExactSynonym "irregular dense connective tissue", "typus irregularis (textus connectivus collagenosus compactus)" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011822" ;
    a owl:Class ;
    rdfs:label "dense irregular connective tissue" ;
    rdfs:subClassOf obo:UBERON_0011821, obo:UBERON_0011823, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0071953
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011821
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0071953
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0011860
            ]
        )
    ] .

obo:UBERON_0011823
    obo:IAO_0000115 "Dense connective tissue is mainly composed of collagen type I. Crowded between the collagen fibers are rows of fibroblasts, fiber-forming cells, that manufacture the fibers. Dense connective tissue forms strong, rope-like structures such as tendons and ligaments. Tendons attach skeletal muscles to bones; ligaments connect bones to bones at joints. Ligaments are more stretchy and contain more elastic fibers than tendons. Dense connective tissue also make up the lower layers of the skin (dermis), where it is arranged in sheets." ;
    oboInOwl:hasDbXref "AAO:0000121", "NCIT:C32450", "Wikipedia:Dense_connective_tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011823" ;
    a owl:Class ;
    rdfs:label "dense connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002384, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0011860
    ] ;
    owl:disjointWith obo:UBERON_0011825 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002384
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0011860
            ]
        )
    ] .

obo:UBERON_0011824
    oboInOwl:hasDbXref "FMA:75634", "SCTID:363130003" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011824" ;
    a owl:Class ;
    rdfs:label "fibrous connective tissue" ;
    rdfs:subClassOf obo:UBERON_0011822 .

obo:UBERON_0011825
    obo:IAO_0000115 "Irregular connective tissue, the intercellular matrix of which contains a sparse irregular network of collagen and elastic fiber bundles. Examples: areolar tissue, neuroglial tissue, mucoid tissue." ;
    oboInOwl:hasDbXref "FMA:19783", "NCIT:C33007", "Wikipedia:Loose_connective_tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011825" ;
    a owl:Class ;
    rdfs:label "loose connective tissue" ;
    rdfs:subClassOf obo:UBERON_0011821 .

obo:UBERON_0011858
    obo:IAO_0000115 "An acinus that is part of a exocrine gland." ;
    oboInOwl:hasExactSynonym "exocrine gland acinus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011858" ;
    a owl:Class ;
    rdfs:label "acinus of exocrine gland" ;
    rdfs:subClassOf obo:UBERON_0009842, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002365
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0009842
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002365
            ]
        )
    ] .

obo:UBERON_0011860
    oboInOwl:hasDbXref "FMA:63212", "MESH:D024022", "NCIT:C32339", "NIF_Subcellular:sao7547390221" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011860" ;
    a owl:Class ;
    rdfs:label "collection of collagen fibrils" ;
    rdfs:subClassOf obo:UBERON_0000476, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0005581
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:GO_0098643
    ] .

obo:UBERON_0011861
    obo:IAO_0000115 "The connective tissue bundles in the extracellular matrix of aorta tissue that are composed of collagen, and play a role in tissue strength and elasticity." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011861" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "aorta collagen fibril" ;
    rdfs:subClassOf obo:UBERON_0011860, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004664
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0004664
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011860
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004664
            ]
        )
    ] .

obo:UBERON_0011862
    obo:IAO_0000115 "The connective tissue bundles in the extracellular matrix of pulmonary tissue that are composed of collagen, and play a role in tissue strength and elasticity." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011862" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "pulmonary collagen fibril" ;
    rdfs:subClassOf obo:UBERON_0011860, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011860
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0011863
    obo:IAO_0000115 "The connective tissue bundles in the extracellular matrix of bone tissue that are composed of collagen, and play a role in tissue strength and elasticity." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011863" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "bone collagen fibril" ;
    rdfs:subClassOf obo:UBERON_0011860, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011860
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:UBERON_0011864
    obo:IAO_0000115 "The connective tissue bundles in the extracellular matrix of tendon tissue that are composed of collagen, and play a role in tissue strength and elasticity." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011864" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "tendon collagen fibril" ;
    rdfs:subClassOf obo:UBERON_0011860, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000043
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0000043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011860
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000043
            ]
        )
    ] .

obo:UBERON_0011865
    obo:IAO_0000115 "The connective tissue bundles in the extracellular matrix of corneal stroma that are composed of collagen, and play a role in tissue strength and elasticity." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011865" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "corneal stroma collagen fibril" ;
    rdfs:subClassOf obo:UBERON_0011860, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001777
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001777
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011860
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001777
            ]
        )
    ] .

obo:UBERON_0011892
    obo:IAO_0000115 "Front (ventral) portion of the vascular, pigmentary, or middle coat of the eye, including the ciliary body and the iris." ;
    oboInOwl:hasDbXref "SCTID:280656002" ;
    oboInOwl:hasExactSynonym "Haller tunica vascula", "anterior part of uveal tract", "anterior uveal tract", "anterior vascular layer of the eyeball", "anterior vascular tunic of the eye", "tunica vasculosa bulbosa", "ventral uveal tract" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ciliary body and iris", "vasculosa oculi" ;
    oboInOwl:id "UBERON:0011892" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "anterior uvea" ;
    rdfs:subClassOf obo:UBERON_0000481, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001768
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001801
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001775
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001768
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002433 ;
        owl:someValuesFrom obo:UBERON_0001801
    ] .

obo:UBERON_0011899
    obo:IAO_0000115 "Epimysium is a layer of connective tissue which ensheaths the entire muscle. It is composed of dense irregular connective tissue. It is continuous with fascia and other connective tissue wrappings of muscle including the endomysium, and perimysium. It is also continuous with tendons where it becomes thicker and collagenous." ;
    oboInOwl:hasDbXref "FMA:9726", "NCIT:C32527", "Wikipedia:Epimysium" ;
    oboInOwl:hasExactSynonym "fascia of muscle organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011899" ;
    a owl:Class ;
    rdfs:label "epimysium" ;
    rdfs:subClassOf obo:UBERON_0011822, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001134
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0014892
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0000043
    ] .

obo:UBERON_0011919
    obo:IAO_0000115 "Masses of developing blood cells attached to endothelium in the yolk sac." ;
    oboInOwl:hasDbXref "EHDAA2:0000177", "EMAPA:16115" ;
    oboInOwl:hasExactSynonym "visceral yolk sac blood island", "yolk sac blood islands" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0011919" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "yolk sac blood island" ;
    rdfs:subClassOf obo:UBERON_0000478, obo:UBERON_0003061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003316
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003316
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003061
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003316
            ]
        )
    ] .

obo:UBERON_0011925
    obo:IAO_0000115 "Nerve fibers which project from the central nervous system to autonomic ganglia. In the sympathetic division most preganglionic fibers originate with neurons in the intermediolateral column of the spinal cord, exit via ventral roots from upper thoracic through lower lumbar segments, and project to the paravertebral ganglia; there they either terminate in synapses or continue through the splanchnic nerves to the prevertebral ganglia. In the parasympathetic division the fibers originate in neurons of the brain stem and sacral spinal cord. In both divisions the principal transmitter is acetylcholine but peptide cotransmitters may also be released." ;
    oboInOwl:hasDbXref "FMA:5923", "MESH:D001339", "NCIT:C12624", "Wikipedia:Preganglionic_nerve_fibers" ;
    oboInOwl:hasExactSynonym "preganglionic nerve fiber" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "preganglionic autonomic fibre" ;
    oboInOwl:id "UBERON:0011925" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "preganglionic autonomic fiber" ;
    rdfs:subClassOf obo:UBERON_0003041, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0034728
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001017
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001805
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006134
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001805
            ]
        )
    ] .

obo:UBERON_0011927
    obo:IAO_0000115 "A cholinergic axonal fiber projecting from the CNS to a sympathetic ganglion." ;
    oboInOwl:hasDbXref "SCTID:323517007" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "sympathetic preganglionic fiber" ;
    oboInOwl:id "UBERON:0011927" ;
    a owl:Class ;
    rdfs:label "preganglionic sympathetic fiber" ;
    rdfs:subClassOf obo:UBERON_0011925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0034729
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001806
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006134
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001806
            ]
        )
    ] .

obo:UBERON_0011930
    obo:IAO_0000115 "A cholinergic axonal fibers projecting from the CNS to a parasympathetic ganglion." ;
    oboInOwl:hasDbXref "Wikipedia:Preganglionic_fibers" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "parasympathetic preganglionic fiber" ;
    oboInOwl:id "UBERON:0011930" ;
    a owl:Class ;
    rdfs:label "preganglionic parasympathetic fiber" ;
    rdfs:subClassOf obo:UBERON_0011925, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004293
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001808
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006134
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
            [
                a owl:Restriction ;
                owl:onProperty core:extends_fibers_into ;
                owl:someValuesFrom obo:UBERON_0001808
            ]
        )
    ] .

obo:UBERON_0011953
    obo:IAO_0000115 "A region of the stomach that is lined with glandular epithelium." ;
    oboInOwl:hasDbXref "EMAPA:17623", "MA:0001613", "NCIT:C77661", "SCTID:27633001" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "glandular stomach" ;
    oboInOwl:id "UBERON:0011953" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "stomach glandular region" ;
    rdfs:subClassOf obo:UBERON_0009870, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0006924
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0009870
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0006924
            ]
        )
    ] .

obo:UBERON_0011997
    obo:IAO_0000115 "The aggregate of the coelemic cavity lumen plus the membranes that line the lumen." ;
    oboInOwl:hasDbXref "EHDAA2:0004731", "Wikipedia:Coelom", "ZFA:0001438" ;
    oboInOwl:hasNarrowSynonym "enterocoelom", "haemocoelom", "schizocoelom" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "coelem", "coelomic cavity" ;
    oboInOwl:id "UBERON:0011997" ;
    a owl:Class ;
    rdfs:label "coelom" ;
    rdfs:subClassOf obo:UBERON_0000481, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] .

obo:UBERON_0012054
    obo:IAO_0000115 "The cavity within a myotome." ;
    oboInOwl:hasDbXref "EMAPA:31134", "VHOG:0001283" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012054" ;
    a owl:Class ;
    rdfs:label "myocoele" ;
    rdfs:subClassOf obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0003082
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0003082
            ]
        )
    ] .

obo:UBERON_0012075
    obo:IAO_0000115 "Bone that forms as a replacement of another structural tissue." ;
    oboInOwl:hasDbXref "AAO:0010768", "TAO:0001637", "ZFA:0001628" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012075" ;
    a owl:Class ;
    rdfs:label "replacement bone" ;
    rdfs:subClassOf obo:UBERON_0001474, obo:UBERON_0010522 .

obo:UBERON_0012082
    obo:IAO_0000115 "An anatomical cavity that is part of a bronchus." ;
    oboInOwl:hasDbXref "FMA:62646", "SCTID:199401001" ;
    oboInOwl:hasExactSynonym "bronchial lumen", "lumen of bronchus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012082" ;
    a owl:Class ;
    rdfs:label "bronchial lumen" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002185
    ] .

obo:UBERON_0012172
    obo:IAO_0000115 "A primordium that has the potential to develop into a stomach." ;
    oboInOwl:hasDbXref "EFO:0002580", "NCIT:C34305" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "stomach endoderm" ;
    oboInOwl:id "UBERON:0012172" ;
    oboInOwl:inSubset core:efo_slim ;
    a owl:Class ;
    rdfs:label "stomach primordium" ;
    rdfs:subClassOf obo:UBERON_0001048, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0000945
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001048
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0012180
    obo:IAO_0000115 "A zone of skin that is part of a craniocervical region." ;
    oboInOwl:hasDbXref "MA:0000574", "NCIT:C12294" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012180" ;
    a owl:Class ;
    rdfs:label "head or neck skin" ;
    rdfs:subClassOf obo:UBERON_0000014, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007811
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0007811
            ]
        )
    ] .

obo:UBERON_0012193
    obo:IAO_0000115 "The veins that run parallel to the phrenic arteries which include the two superior and two inferior phrenic veins." ;
    oboInOwl:hasDbXref "MA:0002194", "NCIT:C53062" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012193" ;
    a owl:Class ;
    rdfs:label "phrenic vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001103
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
        )
    ] .

obo:UBERON_0012254
    obo:IAO_0000115 "An artery that originates from the abdominal aorta." ;
    oboInOwl:hasDbXref "SCTID:281470000" ;
    oboInOwl:hasExactSynonym "abdominal artery", "artery of abdomen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012254" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "abdominal aorta artery" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001516
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002380 ;
                owl:someValuesFrom obo:UBERON_0001516
            ]
        )
    ] .

obo:UBERON_0012274
    obo:IAO_0000115 "An epithelium that consists of columnar epithelial cells. Columnar epithelia are epithelial cells whose heights are at least four times their width. Columnar epithelia are divided into simple (or unilayered), and the rarer stratified (or multi-layered).[WP, modified]." ;
    oboInOwl:hasDbXref "Wikipedia:Columnar_epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012274" ;
    a owl:Class ;
    rdfs:label "columnar epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000075
    ] .

obo:UBERON_0012275
    obo:IAO_0000115 "Epithelium that derives from the mesoderm. [Automatically generated definition]." ;
    oboInOwl:hasDbXref "FMA:86452" ;
    oboInOwl:hasExactSynonym "mesoderm-derived epithelium", "mesoepithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012275" ;
    a owl:Class ;
    rdfs:label "meso-epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, obo:UBERON_0004120 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0000926
            ]
        )
    ] .

obo:UBERON_0012314
    obo:IAO_0000115 "One of five swellings formed during the development of the face." ;
    oboInOwl:hasDbXref "FMA:293103", "SCTID:89066004" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "embryonic facial process", "facial primordium", "primordium of face" ;
    oboInOwl:id "UBERON:0012314" ;
    a owl:Class ;
    rdfs:label "embryonic facial prominence" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ] .

obo:UBERON_0012320
    obo:IAO_0000115 "An artery of the neck." ;
    oboInOwl:hasDbXref "NCIT:C52850" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012320" ;
    a owl:Class ;
    rdfs:label "cervical artery" ;
    rdfs:subClassOf obo:UBERON_0001637, obo:UBERON_0003502 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000974
            ]
        )
    ] .

obo:UBERON_0012321
    obo:IAO_0000115 "The deep cervical artery (Profunda cervicalis) is an artery of the neck." ;
    oboInOwl:hasDbXref "FMA:10659", "SCTID:244223002", "Wikipedia:Deep_cervical_artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "profunda cervicalis" ;
    oboInOwl:id "UBERON:0012321" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "deep cervical artery" ;
    rdfs:subClassOf obo:UBERON_0012320, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035551
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002252 ;
        owl:someValuesFrom obo:UBERON_0004688
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0012320
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0035551
            ]
        )
    ] .

obo:UBERON_0012324
    obo:IAO_0000115 "The transverse cervical artery (transverse artery of neck, transversa colli artery) is a branch of the thyrocervical trunk, running at a higher level than the suprascapular artery." ;
    oboInOwl:hasDbXref "FMA:10664", "MA:0001936", "SCTID:244224008", "Wikipedia:Transverse_cervical_artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cervical artery", "cervical transverse artery", "descending branch of the transverse cervical", "transversalis artery colli", "transversalis colli artery", "transverse cervical", "transverse cervical vessels" ;
    oboInOwl:id "UBERON:0012324" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "transverse cervical artery" ;
    rdfs:subClassOf obo:UBERON_0012320 .

obo:UBERON_0012360
    obo:IAO_0000115 "A bone element that is part of a jaw region." ;
    oboInOwl:hasDbXref "EMAPA:35453", "MA:0003130", "SCTID:369003004" ;
    oboInOwl:hasExactSynonym "jaw bone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012360" ;
    a owl:Class ;
    rdfs:label "bone of jaw" ;
    rdfs:subClassOf obo:UBERON_0003462, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001474
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0011595
            ]
        )
    ] .

obo:UBERON_0012375
    obo:IAO_0000115 "A layer of tissue between the muscularis and serosa." ;
    oboInOwl:hasDbXref "FMA:45636", "NCIT:C94494", "SCTID:2255006", "Wikipedia:Subserosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012375" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:comment "Contains nerves, blood vessels, lymphatics and lymph nodes" ;
    rdfs:label "subserosa" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0006815
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0000042
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0006815
            ]
        )
    ] .

obo:UBERON_0012416
    oboInOwl:hasDbXref "MA:0001802" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012416" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "respiratory system arterial smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004297, obo:UBERON_0004695, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003643
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003643
            ]
        )
    ] .

obo:UBERON_0012418
    obo:IAO_0000115 "A smooth muscle tissue that is part of a respiratory system venous blood vessel." ;
    oboInOwl:hasDbXref "MA:0001812" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012418" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "respiratory system venous smooth muscle" ;
    rdfs:subClassOf obo:UBERON_0004696, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003476
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003476
            ]
        )
    ] .

obo:UBERON_0012429
    obo:IAO_0000115 "Blood-forming tissue, consisting of reticular fibers and cells." ;
    oboInOwl:hasDbXref "CALOHA:TS-2142", "FMA:14073", "NCIT:C13051" ;
    oboInOwl:hasExactSynonym "haemopoietic tissue", "hematopoietic tissue", "hemopoietic tissue", "textus haemopoieticus" ;
    oboInOwl:hasNarrowSynonym "bone marrow tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012429" ;
    a owl:Class ;
    rdfs:label "hematopoietic tissue" ;
    rdfs:subClassOf obo:UBERON_0034769, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002390
    ], [
        a owl:Restriction ;
        owl:onProperty core:site_of ;
        owl:someValuesFrom obo:GO_0030097
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000479
            [
                a owl:Restriction ;
                owl:onProperty core:site_of ;
                owl:someValuesFrom obo:GO_0030097
            ]
        )
    ] .

obo:UBERON_0012430
    obo:IAO_0000115 "The sclera and cornea form the fibrous tunic of the bulb of the eye; the sclera is opaque, and constitutes the posterior five-sixths of the tunic; the cornea is transparent, and forms the anterior sixth." ;
    oboInOwl:hasBroadSynonym "tunica fibrosa" ;
    oboInOwl:hasDbXref "FMA:58102", "SCTID:361318005", "Wikipedia:Fibrous_tunic_of_eyeball" ;
    oboInOwl:hasExactSynonym "fibrous layer of eyeball" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "corneosclera", "fibrous tunic" ;
    oboInOwl:id "UBERON:0012430" ;
    a owl:Class ;
    rdfs:label "tunica fibrosa of eyeball" ;
    rdfs:subClassOf obo:UBERON_0004923, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001773
    ] .

obo:UBERON_0012466
    oboInOwl:hasDbXref "EHDAA2:0000472", "EMAPA:16054", "VHOG:0000767" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012466" ;
    a owl:Class ;
    rdfs:label "extraembryonic cavity" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0016887
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0016887
            ]
        )
    ] .

obo:UBERON_0012467
    obo:IAO_0000115 "An anatomical space with no opening to another space or to the exterior." ;
    oboInOwl:hasDbXref "AEO:0000222" ;
    oboInOwl:hasExactSynonym "closed anatomical space" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012467" ;
    a owl:Class ;
    rdfs:label "enclosed anatomical space" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000608
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0000608
            ]
        )
    ] .

obo:UBERON_0012475
    obo:IAO_0000115 "The collection of all skeletal elements in a pectoral complex - i.e. the combination of free limb or fin plus pectoral girdle." ;
    oboInOwl:hasDbXref "FMA:24139" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "bones of upper limb", "ossa membri superioris", "pectoral complex skeleton", "set of bones of upper limb", "skeleton of anterior limb/fin and girdle", "upper limb skeleton" ;
    oboInOwl:id "UBERON:0012475" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "skeleton of pectoral complex" ;
    rdfs:subClassOf obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002091
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010708
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002576 ;
        owl:someValuesFrom obo:UBERON_0010708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0010912
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002576 ;
                owl:someValuesFrom obo:UBERON_0010708
            ]
        )
    ] .

obo:UBERON_0012504
    obo:IAO_0000115 "An adventitia that is part of a esophagus." ;
    oboInOwl:hasDbXref "FMA:63006", "SCTID:85950006" ;
    oboInOwl:hasExactSynonym "adventitia of oesophagus", "adventitious layer of esophagus", "esophageal adventitia", "esophagus adventitia", "tunica adventitia (esophagus)", "tunica adventitia oesophageae" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0012504" ;
    a owl:Class ;
    rdfs:label "adventitia of esophagus" ;
    rdfs:subClassOf obo:UBERON_0005742, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005742
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0013126
    obo:IAO_0000115 "A vein that is part of a abdomen." ;
    oboInOwl:hasDbXref "SCTID:281473003" ;
    oboInOwl:hasExactSynonym "abdominal vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013126" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "vein of abdomen" ;
    rdfs:subClassOf obo:UBERON_0001638, obo:UBERON_0003497 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0013127
    obo:IAO_0000115 "The part of the venous system that drains the lungs[Kardong]." ;
    oboInOwl:hasDbXref "Wikipedia:Pulmonary_venous_system" ;
    oboInOwl:hasExactSynonym "pulmonary venous circulatory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013127" ;
    a owl:Class ;
    rdfs:label "pulmonary venous system" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004582
    ], [
        a owl:Restriction ;
        owl:onProperty core:channels_from ;
        owl:someValuesFrom obo:UBERON_0000102
    ] .

obo:UBERON_0013136
    obo:IAO_0000115 "A vein that drains a lip." ;
    oboInOwl:hasDbXref "SCTID:367664002" ;
    oboInOwl:hasExactSynonym "labial vein of face", "lip vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "labial vein" ;
    oboInOwl:id "UBERON:0013136" ;
    a owl:Class ;
    rdfs:label "vein of lip" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002376 ;
        owl:someValuesFrom obo:UBERON_0001653
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0013140
    obo:IAO_0000115 "Any vein within the general circulation that transports blood back to the right atrium of the heart." ;
    oboInOwl:hasDbXref "FMA:66644", "NCIT:C33719", "SCTID:244389004" ;
    oboInOwl:hasExactSynonym "systemic venous tree organ part" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013140" ;
    a owl:Class ;
    rdfs:label "systemic vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004581
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004581
            ]
        )
    ] .

obo:UBERON_0013156
    oboInOwl:hasDbXref "EHDAA2:0000033", "EMAPA:16384" ;
    oboInOwl:hasExactSynonym "endoderm of mandibular component" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013156" ;
    a owl:Class ;
    rdfs:label "1st arch mandibular endoderm" ;
    rdfs:subClassOf obo:UBERON_0003258, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007237
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009722
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007122
    ] .

obo:UBERON_0013232
    obo:IAO_0000115 "The secretory unit of a serous gland. The acinar portion is composed of serous secreting cells." ;
    oboInOwl:hasDbXref "FMA:86279" ;
    oboInOwl:hasExactSynonym "acinus of serous gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013232" ;
    a owl:Class ;
    rdfs:label "serous acinus" ;
    rdfs:subClassOf obo:UBERON_0011858, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000409
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000313
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0009842
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000409
            ]
        )
    ] .

obo:UBERON_0013411
    obo:IAO_0000115 "Anatomical cavity that is the lumen of the skull and contains the brain." ;
    oboInOwl:hasDbXref "FMA:9644", "MA:0003061", "NCIT:C77638", "SCTID:264452006", "Wikipedia:Cranial_cavity", "neuronames:2806" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "intracranial cavity", "intracranial space" ;
    oboInOwl:id "UBERON:0013411" ;
    a owl:Class ;
    rdfs:label "cranial cavity" ;
    rdfs:subClassOf obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003129
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0003129
            ]
        )
    ] .

obo:UBERON_0013479
    obo:IAO_0000115 "A blood vessel endothelium that is part of a lung [Automatically generated definition]." ;
    oboInOwl:hasDbXref "BTO:0004128", "CALOHA:TS-0573" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "respiratory endothelium" ;
    oboInOwl:id "UBERON:0013479" ;
    a owl:Class ;
    rdfs:label "lung endothelium" ;
    rdfs:subClassOf obo:UBERON_0000115, obo:UBERON_0004702 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0013514
    obo:IAO_0000115 "The space that surrounds an organism." ;
    oboInOwl:hasExactSynonym "external to organism", "outside of body" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013514" ;
    a owl:Class ;
    rdfs:label "space surrounding organism" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0013522
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013522" ;
    a owl:Class ;
    rdfs:label "subdivision of tube" ;
    rdfs:subClassOf obo:UBERON_0000064, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000025
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000060
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000464
    ], [
        a owl:Restriction ;
        owl:onProperty core:subdivision_of ;
        owl:someValuesFrom obo:UBERON_0000025
    ] .

obo:UBERON_0013525
    obo:IAO_0000115 "The anatomical space that is enclosed by a stomach." ;
    oboInOwl:hasDbXref "EMAPA:18395", "FMA:14585" ;
    oboInOwl:hasExactSynonym "cavity of stomach" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "gastric cavity" ;
    oboInOwl:id "UBERON:0013525" ;
    a owl:Class ;
    rdfs:label "stomach lumen" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011565
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0000945
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0000945
            ]
        )
    ] .

obo:UBERON_0013685
    obo:IAO_0000115 "Anatomical space that is an opening in a bone of the skull." ;
    oboInOwl:hasDbXref "FMA:53165", "SCTID:276742007", "Wikipedia:Foramina_of_the_skull" ;
    oboInOwl:hasExactSynonym "foramen of skull" ;
    oboInOwl:hasNarrowSynonym "cranial conduit", "cranial foramen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013685" ;
    a owl:Class ;
    rdfs:label "foramen of skull" ;
    rdfs:subClassOf obo:UBERON_0005744, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005744
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003129
            ]
        )
    ] .

obo:UBERON_0013686
    obo:IAO_0000115 "An anatomical space which is the lumen of some anatomical conduit and connects two or more spaces together[FMA,modified]." ;
    oboInOwl:hasDbXref "FMA:9338" ;
    oboInOwl:hasNarrowSynonym "foramen space" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013686" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "anatomical conduit space" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0004111
    ], [
        a owl:Restriction ;
        owl:onClass obo:UBERON_0000464 ;
        owl:onProperty obo:RO_0002176 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

obo:UBERON_0013694
    obo:IAO_0000115 "Vascular endothelium found in blood vessels of the blood-brain-barrier." ;
    oboInOwl:hasDbXref "BTO:0001852", "BTO:0003248", "CALOHA:TS-0092" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cerebromicrovascular endothelium" ;
    oboInOwl:id "UBERON:0013694" ;
    a owl:Class ;
    rdfs:label "brain endothelium" ;
    rdfs:subClassOf obo:UBERON_0001986, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000955
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_0013700
    obo:IAO_0000115 "Musculature of the head and neck, spine, and ribs." ;
    oboInOwl:hasDbXref "EHDAA2:0000159", "EMAPA:18166" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013700" ;
    a owl:Class ;
    rdfs:label "axial musculature" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013701
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0005944
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0013701
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002371 ;
                owl:someValuesFrom obo:UBERON_0005944
            ]
        )
    ] .

obo:UBERON_0013701
    obo:IAO_0000115 "A principle subdivision of an organism that includes all structures along the primary axis, typically the anterior-posterior axis, from head to tail, including structures of the body proper where present (for example, ribs), but excluding appendages." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013701" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "main body axis" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] .

obo:UBERON_0013702
    obo:IAO_0000115 "The region of the organism associated with the visceral organs." ;
    oboInOwl:hasDbXref "AEO:0000103", "BTO:0001489", "FMA:231424" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "body", "whole body" ;
    oboInOwl:id "UBERON:0013702" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "body proper" ;
    rdfs:subClassOf obo:UBERON_0000475, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013701
    ] .

obo:UBERON_0013704
    obo:IAO_0000115 "A tubular passage that extends from the primitive pit into the head process during the early stages of embryonic development in mammals. It perforates the splanchnopleure layer so that the yolk sac and the amnion are connected temporarily." ;
    oboInOwl:hasDbXref "FMA:293127", "NCIT:C34230" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "chordal canal" ;
    oboInOwl:id "UBERON:0013704" ;
    a owl:Class ;
    rdfs:label "notochordal canal" ;
    rdfs:subClassOf obo:UBERON_0004111, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006268
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004111
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006268
            ]
        )
    ] .

obo:UBERON_0013727
    obo:IAO_0000115 "Fluid contained within the notochordal canal." ;
    oboInOwl:hasExactSynonym "notochord fluid", "portion of notochordal fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013727" ;
    a owl:Class ;
    rdfs:comment "Distinct feature of coelocanths" ;
    rdfs:label "notochordal fluid" ;
    rdfs:subClassOf obo:UBERON_0006314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0036242
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0013704
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006314
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0036242
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0013704
            ]
        )
    ] .

obo:UBERON_0013754
    obo:IAO_0000115 "An organ component layer that is part of a integumental system." ;
    oboInOwl:hasDbXref "SCTID:314820002" ;
    oboInOwl:hasNarrowSynonym "layer of skin", "skin layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013754" ;
    oboInOwl:inSubset core:non_informative ;
    a owl:Class ;
    rdfs:label "integumentary system layer" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002416
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002416
            ]
        )
    ] .

obo:UBERON_0013755
    obo:IAO_0000115 "A blood that is part of a artery." ;
    oboInOwl:hasDbXref "FMA:83066" ;
    oboInOwl:hasExactSynonym "arterial blood", "blood in artery", "portion of arterial blood" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013755" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "arterial blood" ;
    rdfs:subClassOf obo:UBERON_0000178, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001637
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000178
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001637
            ]
        )
    ] .

obo:UBERON_0013756
    obo:IAO_0000115 "A blood that is part of a vein." ;
    oboInOwl:hasDbXref "FMA:83067" ;
    oboInOwl:hasExactSynonym "blood in vein", "portion of venous blood", "venous blood" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013756" ;
    a owl:Class ;
    rdfs:label "venous blood" ;
    rdfs:subClassOf obo:UBERON_0000178, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001638
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000178
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001638
            ]
        )
    ] .

obo:UBERON_0013757
    obo:IAO_0000115 "A blood that is part of a capillary." ;
    oboInOwl:hasDbXref "FMA:263901", "NCIT:C32212" ;
    oboInOwl:hasExactSynonym "blood in capillary", "portion of blood in capillary", "portion of capillary blood" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013757" ;
    a owl:Class ;
    rdfs:label "capillary blood" ;
    rdfs:subClassOf obo:UBERON_0000178, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001982
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000178
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001982
            ]
        )
    ] .

obo:UBERON_0013765
    obo:IAO_0000115 "Any of the organs or elements that are part of the digestive system. Examples: tongue, esophagus, spleen, crop, lunge feeding organ, tooth elements." ;
    oboInOwl:hasDbXref "SCTID:272627002" ;
    oboInOwl:hasExactSynonym "digestive organ", "digestive system organ" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013765" ;
    oboInOwl:inSubset core:grouping_class, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "digestive system element" ;
    rdfs:subClassOf obo:UBERON_0000062, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001007
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001007
            ]
        )
    ] .

obo:UBERON_0013768
    obo:IAO_0000115 "Great vessels is a term used to refer collectively to the large vessels that bring blood to and from the heart." ;
    oboInOwl:hasBroadSynonym "great vessel" ;
    oboInOwl:hasDbXref "EMAPA:36460", "SCTID:304066000", "Wikipedia:Great_vessels" ;
    oboInOwl:hasExactSynonym "great vessel of thorax" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0013768" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:comment "Groupings may vary - typically pulmonary vessels and aorta and vena cavae" ;
    rdfs:label "great vessel of heart" ;
    rdfs:subClassOf obo:UBERON_0001981 .

obo:UBERON_0014371
    obo:IAO_0000115 "Embryonic structure that gives rise to the telencephalon." ;
    oboInOwl:hasDbXref "EHDAA2:0004424", "EMAPA:36024", "TAO:0000571", "ZFA:0000571" ;
    oboInOwl:hasExactSynonym "presumptive telencephalon" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014371" ;
    a owl:Class ;
    rdfs:comment "paired anteriolateral division of the embryonic prosencephalon plus the lamina terminalis from which the olfactory lobes, cerebral cortex, and subcortical nuclei are derived[MP]" ;
    rdfs:label "future telencephalon" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0003850
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0014387
    obo:IAO_0000115 "Mesenchyme that develops_from the neural crest[Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:32735", "FMA:293883" ;
    oboInOwl:hasExactSynonym "mesenchyme from neural crest", "neural crest derived mesenchyme", "neural crest mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014387" ;
    a owl:Class ;
    rdfs:label "mesenchyme derived from neural crest" ;
    rdfs:subClassOf obo:UBERON_0003104, obo:UBERON_0010313 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0002342
            ]
        )
    ] .

obo:UBERON_0014389
    obo:IAO_0000115 "A papilla that contain taste buds, including the fungiform, foliate, and circumvallate papillae." ;
    oboInOwl:hasExactSynonym "gustatory papilla", "taste papilla" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014389" ;
    a owl:Class ;
    rdfs:label "gustatory papilla of tongue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0001726, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001727
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001726
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:UBERON_0001727
            ]
        )
    ] .

obo:UBERON_0014398
    obo:IAO_0000115 "Muscle that is part of the respiratory system." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014398" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "respiratory muscle" ;
    rdfs:subClassOf obo:UBERON_0003831, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0007585
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002216 ;
                owl:someValuesFrom obo:GO_0007585
            ]
        )
    ] .

obo:UBERON_0014399
    obo:IAO_0000115 "An anatomical space that is enclosed by a sinusoid." ;
    oboInOwl:hasDbXref "FMA:63133" ;
    oboInOwl:hasExactSynonym "lumen of sinusoid", "sinusoid lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014399" ;
    a owl:Class ;
    rdfs:label "sinusoidal space" ;
    rdfs:subClassOf obo:UBERON_0010161, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003909
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0003909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0003909
            ]
        )
    ] .

obo:UBERON_0014402
    obo:IAO_0000115 "A part of the body present only in a specific gender." ;
    oboInOwl:hasDbXref "AEO:0000174", "WBbt:0005752" ;
    oboInOwl:hasExactSynonym "gender-specific", "gender-specific anatomical structure", "sex-specific" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014402" ;
    a owl:Class ;
    rdfs:label "sex-specific anatomical structure" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002353 ;
        owl:someValuesFrom obo:GO_0007548
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002353 ;
                owl:someValuesFrom obo:GO_0007548
            ]
        )
    ] .

obo:UBERON_0014404
    obo:IAO_0000115 "A part of the body present only in females." ;
    oboInOwl:hasDbXref "AEO:0000176" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014404" ;
    a owl:Class ;
    rdfs:label "female anatomical structure" ;
    rdfs:subClassOf obo:UBERON_0014402, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014402
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003100
            ]
        )
    ] .

obo:UBERON_0014451
    obo:IAO_0000115 "A taste bud that is located on the tongue, situated on a gustatory papilla." ;
    oboInOwl:hasExactSynonym "gustatory papilla taste bud", "gustatory papillae taste bud" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014451" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "tongue taste bud" ;
    rdfs:subClassOf obo:UBERON_0001727, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0014389
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001727
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0014452
    obo:IAO_0000115 "A gustatory epithelium that is part of a tongue." ;
    oboInOwl:hasDbXref "BIRNLEX:4099" ;
    oboInOwl:hasExactSynonym "lingual gustatory epithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014452" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "gustatory epithelium of tongue" ;
    rdfs:subClassOf obo:UBERON_0002926, obo:UBERON_0003357 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002926
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0014454
    obo:IAO_0000115 "Subcutaneous adipose tissue that is located in the peritoneal cavity." ;
    oboInOwl:hasDbXref "BTO:0004041", "CALOHA:TS-2405" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "abdominal fat", "intra-abdominal adipose tissue", "intra-abdominal fat", "organ fat", "visceral adipose tissue", "visceral fat" ;
    oboInOwl:id "UBERON:0014454" ;
    a owl:Class ;
    rdfs:label "visceral abdominal adipose tissue" ;
    rdfs:subClassOf obo:UBERON_0007808, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001179
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0002075
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001179
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0002075
            ]
        )
    ] .

obo:UBERON_0014455
    obo:IAO_0000115 "Subcutaneous adipose tissue that is located in the abdominal region." ;
    oboInOwl:hasDbXref "CALOHA:TS-2406" ;
    oboInOwl:hasExactSynonym "abdominal subcutaneous adipose tissue", "subcutaneous abdominal fat", "subcutaneous fat of abdominal region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014455" ;
    a owl:Class ;
    rdfs:label "subcutaneous abdominal adipose tissue" ;
    rdfs:subClassOf obo:UBERON_0002190, obo:UBERON_0007808 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002072
            ]
        )
    ] .

obo:UBERON_0014477
    obo:IAO_0000115 "Subdivision of skeletal system that consists of all skeletal elements in the thoracic region of the trunk. In most vertebrates this is the rib cage and sternum." ;
    oboInOwl:hasDbXref "EHDAA2:0002013", "FMA:77169", "Wikipedia:Thoracic_skeleton" ;
    oboInOwl:hasExactSynonym "skeleton of thorax", "thoracic part of axial skeleton", "thoracic skeleton" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014477" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "thoracic skeleton" ;
    rdfs:subClassOf obo:UBERON_0010912, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002090
    ] .

obo:UBERON_0014530
    oboInOwl:hasBroadSynonym "lamina of neuraxis", "neuraxis lamina" ;
    oboInOwl:hasDbXref "FMA:83856" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014530" ;
    a owl:Class ;
    rdfs:label "white matter lamina of neuraxis" ;
    rdfs:subClassOf obo:UBERON_0011215, obo:UBERON_0022303, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002316
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022303
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002316
            ]
        )
    ] .

obo:UBERON_0014531
    oboInOwl:hasBroadSynonym "diencephalon lamina", "lamina of diencephalon" ;
    oboInOwl:hasDbXref "FMA:62449" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014531" ;
    a owl:Class ;
    rdfs:label "white matter lamina of diencephalon" ;
    rdfs:subClassOf obo:UBERON_0014530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0014532
    oboInOwl:hasBroadSynonym "cerebral hemisphere lamina", "lamina of cerebral hemisphere" ;
    oboInOwl:hasDbXref "FMA:67951" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014532" ;
    a owl:Class ;
    rdfs:label "white matter lamina of cerebral hemisphere" ;
    rdfs:subClassOf obo:UBERON_0014530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001869
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001869
            ]
        )
    ] .

obo:UBERON_0014610
    obo:IAO_0000115 "A ventral horn of spinal cord that is part of a thoracic spinal cord." ;
    oboInOwl:hasDbXref "BIRNLEX:1410", "SCTID:367876000" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "thoracic spinal cord anterior horn" ;
    oboInOwl:id "UBERON:0014610" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "thoracic spinal cord ventral horn" ;
    rdfs:subClassOf obo:UBERON_0002257, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002257
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003038
            ]
        )
    ] .

obo:UBERON_0014613
    obo:IAO_0000115 "A gray matter of spinal cord that is part of a cervical spinal cord." ;
    oboInOwl:hasDbXref "BIRNLEX:1521", "SCTID:362438009" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014613" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cervical spinal cord gray matter" ;
    rdfs:subClassOf obo:UBERON_0002315, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002726
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002315
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002726
            ]
        )
    ] .

obo:UBERON_0014614
    obo:IAO_0000115 "A white matter of spinal cord that is part of a cervical spinal cord." ;
    oboInOwl:hasDbXref "BIRNLEX:1531", "SCTID:174829001" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014614" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cervical spinal cord white matter" ;
    rdfs:subClassOf obo:UBERON_0002318, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002726
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002318
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002726
            ]
        )
    ] .

obo:UBERON_0014621
    obo:IAO_0000115 "A ventral horn of spinal cord that is part of a cervical spinal cord." ;
    oboInOwl:hasDbXref "BIRNLEX:1680", "SCTID:174363005" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cervical spinal cord anterior horn" ;
    oboInOwl:id "UBERON:0014621" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cervical spinal cord ventral horn" ;
    rdfs:subClassOf obo:UBERON_0002257, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002726
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002257
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002726
            ]
        )
    ] .

obo:UBERON_0014636
    obo:IAO_0000115 "A gray matter of spinal cord that is part of a thoracic spinal cord." ;
    oboInOwl:hasDbXref "BIRNLEX:980", "SCTID:362441000" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014636" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "thoracic spinal cord gray matter" ;
    rdfs:subClassOf obo:UBERON_0002315, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002315
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003038
            ]
        )
    ] .

obo:UBERON_0014637
    obo:IAO_0000115 "A white matter of spinal cord that is part of a thoracic spinal cord." ;
    oboInOwl:hasDbXref "BIRNLEX:999", "SCTID:367881009" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014637" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "thoracic spinal cord white matter" ;
    rdfs:subClassOf obo:UBERON_0002318, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003038
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002318
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003038
            ]
        )
    ] .

obo:UBERON_0014649
    obo:IAO_0000115 "A white matter that is part of a medulla oblongata." ;
    oboInOwl:hasDbXref "BAMS:mw", "BIRNLEX:1024", "BIRNLEX:1414", "FMA:83944", "neuronames:778" ;
    oboInOwl:hasExactSynonym "substantia alba medullae oblongatae", "white matter of medulla", "white substance of medulla" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "medullary white matter" ;
    oboInOwl:id "UBERON:0014649" ;
    a owl:Class ;
    rdfs:label "white matter of medulla oblongata" ;
    rdfs:subClassOf obo:UBERON_0014891, obo:UBERON_0019262, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001896
            ]
        )
    ] .

obo:UBERON_0014704
    obo:IAO_0000115 "An anatomical space that is enclosed by a pleuroperitoneal canal." ;
    oboInOwl:hasDbXref "EHDAA2:0004736", "EMAPA:25034" ;
    oboInOwl:hasExactSynonym "pleuro-peritoneal canal cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014704" ;
    a owl:Class ;
    rdfs:label "pleuroperitoneal canal lumen" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0006279
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0006279
            ]
        )
    ] .

obo:UBERON_0014705
    obo:IAO_0000115 "An epithelium that is part of a median lingual swelling." ;
    oboInOwl:hasDbXref "EHDAA2:0001085", "EMAPA:17188" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "tuberculum impar epitheilium" ;
    oboInOwl:id "UBERON:0014705" ;
    a owl:Class ;
    rdfs:label "median lingual swelling epithelium" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0003929, obo:UBERON_0005291, obo:UBERON_0005911, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006756
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0013156
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006756
            ]
        )
    ] .

obo:UBERON_0014775
    obo:IAO_0000115 "A neuromere that is part of the presumptive forebrain." ;
    oboInOwl:hasBroadSynonym "forebrain segment", "segment of forebrain" ;
    oboInOwl:hasDbXref "FMA:61996" ;
    oboInOwl:hasExactSynonym "forebrain neuromere" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future prosencephalon" ;
    oboInOwl:id "UBERON:0014775" ;
    a owl:Class ;
    rdfs:label "prosomere" ;
    rdfs:subClassOf obo:UBERON_0004731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006240
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004731
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006240
            ]
        )
    ] .

obo:UBERON_0014776
    obo:IAO_0000115 "A neuromere that is part of the presumptive midbrain." ;
    oboInOwl:hasBroadSynonym "mesomere", "midbrain segment", "segment of midbrain" ;
    oboInOwl:hasDbXref "EHDAA2:0004352", "FMA:61997" ;
    oboInOwl:hasExactSynonym "mesomere of nervous system", "neuromere of mesomere group" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "future mesencephalon", "mesomere group" ;
    oboInOwl:id "UBERON:0014776" ;
    a owl:Class ;
    rdfs:label "midbrain neuromere" ;
    rdfs:subClassOf obo:UBERON_0004731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009616
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004731
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009616
            ]
        )
    ] .

obo:UBERON_0014777
    obo:IAO_0000115 "A neuromere that is part of the presumptive spinal cord." ;
    oboInOwl:hasDbXref "TAO:0001332", "ZFA:0001332" ;
    oboInOwl:hasExactSynonym "spinal cord metameric segment" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "spinal cord segment" ;
    oboInOwl:id "UBERON:0014777" ;
    a owl:Class ;
    rdfs:label "spinal neuromere" ;
    rdfs:subClassOf obo:UBERON_0004731, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006241
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004731
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006241
            ]
        )
    ] .

obo:UBERON_0014790
    obo:IAO_0000115 "The lingual septum consists of a vertical layer of fibrous tissue, extending throughout the entire length of the median plane of the tongue, though not quite reaching the dorsum. It is thicker behind than in front, and occasionally contains a small fibrocartilage, about 6 mm. in length. It is well displayed by making a vertical section across the organ." ;
    oboInOwl:hasDbXref "EMAPA:18274", "FMA:54813", "SCTID:368727001", "Wikipedia:Lingual_septum" ;
    oboInOwl:hasExactSynonym "septum of tongue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "median fibrous septum", "septum of tongue", "tongue septum" ;
    oboInOwl:id "UBERON:0014790" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "lingual septum" ;
    rdfs:subClassOf obo:UBERON_0003037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001723
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003037
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001723
            ]
        )
    ] .

obo:UBERON_0014793
    obo:IAO_0000115 "Any collection of muscles that is part of a pectoral complex. The pectoral complex comprises the pectoral girdle and the associated limb or fin." ;
    oboInOwl:hasDbXref "FMA:71296" ;
    oboInOwl:hasNarrowSynonym "muscles of upper limb", "musculature of upper limb", "musculi membri superioris", "set of muscles of upper limb", "upper limb musculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014793" ;
    a owl:Class ;
    rdfs:label "musculature of pectoral complex" ;
    rdfs:subClassOf obo:UBERON_0001015, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010708
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001015
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010708
            ]
        )
    ] .

obo:UBERON_0014794
    obo:IAO_0000115 "Any muscle organ that is part of a pectoral appendage (forelimb or pectoral fin)." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014794" ;
    a owl:Class ;
    rdfs:label "pectoral appendage muscle" ;
    rdfs:subClassOf obo:UBERON_0010891, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007269
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0014892
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004710
            ]
        )
    ] .

obo:UBERON_0014891
    obo:IAO_0000115 "White matter that is part of a brainstem [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:35189", "FMA:282112", "MA:0002741", "SCTID:360442003" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "brain stem white matter", "brainstem tract/commissure", "brainstem tracts", "brainstem tracts and commissures" ;
    oboInOwl:id "UBERON:0014891" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "brainstem white matter" ;
    rdfs:subClassOf obo:UBERON_0003544, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002298
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002298
            ]
        )
    ] .

obo:UBERON_0014892
    obo:IAO_0000115 "A muscle organ that consists of skeletal muscle tissue ensheathed in epimysium, that develops from myotome and that is innervated by some somatic motor neuron. Skeletal muscles are typically attached (via a tendon) to a bone but there are exceptions (e.g. intrinsic tongue muscles)." ;
    oboInOwl:hasBroadSynonym "skeletal muscle" ;
    oboInOwl:hasDbXref "AAO:0011099", "BTO:0001103", "CALOHA:TS-0933", "EFO:0000888", "EHDAA:5035", "EHDAA:5043", "EHDAA:5978", "EHDAA:5984", "EMAPA:35988", "EV:0100377", "GAID:141", "MA:0003148", "MAT:0000302", "MESH:D018482", "MIAA:0000302", "TAO:0005277", "VHOG:0000319", "XAO:0000174", "ZFA:0005277" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014892" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "skeletal muscle organ, vertebrate" ;
    rdfs:subClassOf obo:UBERON_0001630, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0018254
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002103 ;
        owl:someValuesFrom obo:CL_0000100
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_7742
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0003082
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0011899
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001134
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002103 ;
                owl:someValuesFrom obo:CL_0000100
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002202 ;
                owl:someValuesFrom obo:UBERON_0003082
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002219 ;
                owl:someValuesFrom obo:UBERON_0011899
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0001134
            ]
        )
    ] .

obo:UBERON_0014903
    obo:IAO_0000115 "A portion of tissue that will develop into vasculature." ;
    oboInOwl:hasDbXref "EFO:0003708", "TAO:0005076", "ZFA:0005076" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014903" ;
    a owl:Class ;
    rdfs:label "primordial vasculature" ;
    rdfs:subClassOf obo:UBERON_0001048, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011695
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002049
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001048
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002049
            ]
        )
    ] .

obo:UBERON_0014907
    obo:IAO_0000115 "One of the primary blood vessel sprouts that originate from the dorsal aorta and posterior cardinal vein and align dorsoventrally at the myotomal boundaries between somites." ;
    oboInOwl:hasDbXref "EFO:0003664", "TAO:0001285", "XAO:0004075", "ZFA:0001285" ;
    oboInOwl:hasExactSynonym "intersegmental vessel", "intersomitic blood vessel", "segmental vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014907" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "intersomitic vessel" ;
    rdfs:subClassOf obo:UBERON_0001981, obo:UBERON_0004120, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0005805
    ] .

obo:UBERON_0014950
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0014950" ;
    a owl:Class ;
    rdfs:label "layer of developing cerebral cortex" ;
    rdfs:subClassOf obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] .

obo:UBERON_0015128
    oboInOwl:hasDbXref "FMA:83105" ;
    oboInOwl:hasExactSynonym "perimysial connective tissue of subepicardium", "subepicardial connective tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015128" ;
    a owl:Class ;
    rdfs:label "subepicardial layer of epicardium" ;
    rdfs:subClassOf obo:UBERON_0007188, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002348
    ] .

obo:UBERON_0015129
    obo:IAO_0000115 "Visceral intrapericardial fat contiguous with the myocardial surface." ;
    oboInOwl:hasDbXref "FMA:9871" ;
    oboInOwl:hasExactSynonym "epicardial adipose tissue", "pericardial adipose tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015129" ;
    a owl:Class ;
    rdfs:label "epicardial fat" ;
    rdfs:subClassOf obo:UBERON_0003837, obo:UBERON_0035814, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0015128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002425
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_1000309
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002348
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002425
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0015152
    obo:IAO_0000115 "A gland that is typically found in or near the orbital region, in or around either the medial or lateral canthi, and is typically associated with secretions onto the eyeball or associated ducts. Includes the Harderian, nictitans and lacrimal glands." ;
    oboInOwl:hasExactSynonym "ocular gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "orbital gland" ;
    oboInOwl:id "UBERON:0015152" ;
    a owl:Class ;
    rdfs:label "gland of ocular region" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035639
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004088
            ]
        )
    ] .

obo:UBERON_0015165
    obo:IAO_0000115 "An eye consisting of multiple light-sensing organs." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015165" ;
    a owl:Class ;
    rdfs:label "multi-unit eye" ;
    rdfs:subClassOf obo:UBERON_0000970, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0000020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000970
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0000020
            ]
        )
    ] .

obo:UBERON_0015178
    obo:IAO_0000115 "A region of somite adjacent to presomitic mesoderm." ;
    oboInOwl:hasDbXref "TAO:0001462", "XAO:0004074", "ZFA:0001462" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "inter-somited border", "intersomitic boundary", "intersomitic fissure", "intersomitic junction", "segmental border", "somite boundary" ;
    oboInOwl:id "UBERON:0015178" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "somite border" ;
    rdfs:subClassOf obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002329
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0003059
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002329
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0003059
            ]
        )
    ] .

obo:UBERON_0015179
    obo:IAO_0000115 "Epithelium located in the intersomitic region." ;
    oboInOwl:hasDbXref "XAO:0004077" ;
    oboInOwl:hasExactSynonym "intersomitic epithelium", "intersomitic membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015179" ;
    a owl:Class ;
    rdfs:label "somite boundary epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0015178
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0015178
            ]
        )
    ] .

obo:UBERON_0015203
    obo:IAO_0000115 "An anatomical group whose component structures share a common function." ;
    oboInOwl:hasDbXref "AEO:0000093" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015203" ;
    a owl:Class ;
    rdfs:label "non-connected functional system" ;
    rdfs:subClassOf obo:UBERON_0034923 .

obo:UBERON_0015204
    obo:IAO_0000115 "A non-connected functional system that is composed primarily of a gland." ;
    oboInOwl:hasDbXref "EHDAA2:0002223" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015204" ;
    a owl:Class ;
    rdfs:label "glandular system" ;
    rdfs:subClassOf obo:UBERON_0015203, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0015203
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002530
            ]
        )
    ] .

obo:UBERON_0015212
    obo:IAO_0000115 "Any structure that is placed on one side of the left-right axis of a bilaterian." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015212" ;
    oboInOwl:inSubset core:grouping_class, core:non_informative ;
    a owl:Class ;
    rdfs:label "lateral structure" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000465
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_33213
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000126 ;
                owl:someValuesFrom obo:UBERON_0000465
            ]
        )
    ] .

obo:UBERON_0015228
    obo:IAO_0000115 "A hollow, muscular organ, which, by contracting rhythmically, contributes to the circulation of lymph, blood or analogs. Examples: a chambered vertebrate heart; the tubular peristaltic heart of ascidians; the dorsal vessel of an insect; the lymoh heart of a reptile." ;
    oboInOwl:hasBroadSynonym "heart" ;
    oboInOwl:hasExactSynonym "cardiac pump", "heart or heart like organ" ;
    oboInOwl:hasNarrowSynonym "circulatory vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cardiac structure" ;
    oboInOwl:id "UBERON:0015228" ;
    oboInOwl:inSubset core:grouping_class ;
    a owl:Class ;
    rdfs:label "circulatory organ" ;
    rdfs:subClassOf obo:UBERON_0003103, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0001690
    ] .

obo:UBERON_0015329
    obo:IAO_0000115 "A basement membrane of epithelium that is part of a respiratory system." ;
    oboInOwl:hasDbXref "MA:0001815" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015329" ;
    a owl:Class ;
    rdfs:label "respiratory system basement membrane" ;
    rdfs:subClassOf obo:UBERON_0005769, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003570
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005769
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0015410
    oboInOwl:hasDbXref "MA:0002449" ;
    oboInOwl:hasExactSynonym "heart/pericardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015410" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "heart plus pericardium" ;
    rdfs:subClassOf obo:UBERON_0005178, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004535
    ] .

obo:UBERON_0015757
    oboInOwl:hasDbXref "FMA:62798" ;
    oboInOwl:hasExactSynonym "portion of heterogeneous tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015757" ;
    a owl:Class ;
    rdfs:label "heterogeneous tissue" ;
    rdfs:subClassOf obo:UBERON_0000479 .

obo:UBERON_0015783
    obo:IAO_0000115 "A smooth muscle tissue that is part of a hypodermis." ;
    oboInOwl:hasDbXref "FMA:77862" ;
    oboInOwl:hasExactSynonym "muscle layer in fatty layer of subcutaneous tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015783" ;
    a owl:Class ;
    rdfs:label "smooth muscle layer in fatty layer of subcutaneous tissue" ;
    rdfs:subClassOf obo:UBERON_0001135, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002072
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002072
            ]
        )
    ] .

obo:UBERON_0015808
    obo:IAO_0000115 "An epithelium that is part of a camera-type eye." ;
    oboInOwl:hasDbXref "EMAPA:35957", "MA:0003162" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015808" ;
    a owl:Class ;
    rdfs:label "eye epithelium" ;
    rdfs:subClassOf obo:UBERON_0007625, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000019
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000019
            ]
        )
    ] .

obo:UBERON_0015833
    obo:IAO_0000115 "An epithelium that is part of a foregut." ;
    oboInOwl:hasDbXref "EMAPA:32922", "MA:0003204" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0015833" ;
    a owl:Class ;
    rdfs:label "foregut epithelium" ;
    rdfs:subClassOf obo:UBERON_0003929, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001041
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001041
            ]
        )
    ] .

obo:UBERON_0016405
    obo:IAO_0000115 "A capillary that is part of a lung." ;
    oboInOwl:hasDbXref "FMA:14121" ;
    oboInOwl:hasExactSynonym "capillary of lung" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016405" ;
    oboInOwl:inSubset core:human_reference_atlas, core:pheno_slim ;
    a owl:Class ;
    rdfs:label "pulmonary capillary" ;
    rdfs:subClassOf obo:UBERON_0003512, obo:UBERON_0003526 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0016458
    obo:IAO_0000115 "A hole in the diaphragm through which the esophagus passes." ;
    oboInOwl:hasDbXref "FMA:58289" ;
    oboInOwl:hasExactSynonym "esophageal hiatus of diaphragm", "oesophageal aperture", "oesophageal hiatus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016458" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "esophageal hiatus" ;
    rdfs:subClassOf obo:UBERON_0000161, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001103
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000161
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001103
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002570 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0016490
    obo:IAO_0000115 "Is the sensory system for the sense of hearing." ;
    oboInOwl:hasDbXref "EMAPA:36002", "FMA:7192", "MA:0002443", "NCIT:C12889", "NLXANAT:090817", "Wikipedia:Auditory_system", "neuronames:2888" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016490" ;
    a owl:Class ;
    rdfs:label "auditory system" ;
    rdfs:subClassOf obo:UBERON_0007037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002105
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0007605
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001032
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0007605
            ]
        )
    ] .

obo:UBERON_0016509
    obo:IAO_0000115 "Luminal space of the right ventricle of the heart." ;
    oboInOwl:hasDbXref "EMAPA:26047", "FMA:9291" ;
    oboInOwl:hasExactSynonym "right ventricle lumen", "right ventricular cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016509" ;
    a owl:Class ;
    rdfs:label "cavity of right ventricle" ;
    rdfs:subClassOf obo:UBERON_0035763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:UBERON_0016513
    obo:IAO_0000115 "Luminal space of the left atrium of the heart." ;
    oboInOwl:hasDbXref "EMAPA:26011", "FMA:9465" ;
    oboInOwl:hasExactSynonym "left atrial cavity", "left atrium lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016513" ;
    a owl:Class ;
    rdfs:label "cavity of left atrium" ;
    rdfs:subClassOf obo:UBERON_0035763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002079
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002079
            ]
        )
    ] .

obo:UBERON_0016514
    obo:IAO_0000115 "Luminal space of the left ventricle of the heart." ;
    oboInOwl:hasDbXref "EMAPA:26038", "FMA:9466" ;
    oboInOwl:hasExactSynonym "left ventricular cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016514" ;
    a owl:Class ;
    rdfs:label "cavity of left ventricle" ;
    rdfs:subClassOf obo:UBERON_0035763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0016522
    obo:IAO_0000115 "Luminal space of the right atrium of the heart." ;
    oboInOwl:hasDbXref "EMAPA:26020", "FMA:11359" ;
    oboInOwl:hasExactSynonym "right atrial cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016522" ;
    a owl:Class ;
    rdfs:label "cavity of right atrium" ;
    rdfs:subClassOf obo:UBERON_0035763, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002078
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002078
            ]
        )
    ] .

obo:UBERON_0016545
    obo:IAO_0000115 "The external part of the developing pharynx that is made of ectoderm. During vertebrate development, pockets form in pharyngeal ectoderm between the pharyngeal arches." ;
    oboInOwl:hasAlternativeId "UBERON:2001379" ;
    oboInOwl:hasDbXref "TAO:0001379", "ZFA:0001379" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016545" ;
    a owl:Class ;
    rdfs:label "pharyngeal ectoderm" ;
    rdfs:subClassOf obo:UBERON_0000490, obo:UBERON_0003351, obo:UBERON_0005291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000076
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000490
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000076
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001042
            ]
        )
    ] .

obo:UBERON_0016548
    obo:IAO_0000115 "A layer of of the central nervous system that is part of gray matter." ;
    oboInOwl:hasBroadSynonym "grey matter layer" ;
    oboInOwl:hasDbXref "FMA:83142" ;
    oboInOwl:hasExactSynonym "CNS gray matter layer", "CNS grey matter layer", "gray matter layer of neuraxis", "grey matter layer of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016548" ;
    a owl:Class ;
    rdfs:label "central nervous system gray matter layer" ;
    rdfs:subClassOf obo:UBERON_0022303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022303
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002020
            ]
        )
    ] .

obo:UBERON_0016549
    obo:IAO_0000115 "A layer of of the central nervous system that is composed of white matter." ;
    oboInOwl:hasBroadSynonym "white matter layer" ;
    oboInOwl:hasDbXref "FMA:83898" ;
    oboInOwl:hasExactSynonym "CNS white matter layer", "white matter layer of neuraxis" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016549" ;
    a owl:Class ;
    rdfs:label "central nervous system white matter layer" ;
    rdfs:subClassOf obo:UBERON_0022303, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002316
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022303
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002316
            ]
        )
    ] .

obo:UBERON_0016550
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016550" ;
    a owl:Class ;
    rdfs:label "spinal cord column" ;
    rdfs:subClassOf obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002240
    ] .

obo:UBERON_0016554
    obo:IAO_0000115 "A white matter that is part of the midbrain." ;
    oboInOwl:hasDbXref "DHBA:10650", "FMA:83936", "HBA:265505382" ;
    oboInOwl:hasExactSynonym "mesencephalic white matter" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016554" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "white matter of midbrain" ;
    rdfs:subClassOf obo:UBERON_0003544, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0016570
    oboInOwl:hasDbXref "FMA:68861", "Wikipedia:Rexed_laminae", "http://neurolex.org/wiki/Category:Rexed_spinal_cord_parcellation_scheme_region" ;
    oboInOwl:hasExactSynonym "rexed lamina" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016570" ;
    a owl:Class ;
    rdfs:label "lamina of gray matter of spinal cord" ;
    rdfs:subClassOf obo:UBERON_0011215, obo:UBERON_0022303, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002315
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0022303
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002315
            ]
        )
    ] .

obo:UBERON_0016879
    obo:IAO_0000115 "Primordium that develops into the central nervous system." ;
    oboInOwl:hasAlternativeId "UBERON:3000469" ;
    oboInOwl:hasExactSynonym "future CNS", "presumptive central nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016879" ;
    a owl:Class ;
    rdfs:label "future central nervous system" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0016880
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0000924
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:UBERON_0016880
    obo:IAO_0000115 "Primordium that develops into the nervous system." ;
    oboInOwl:hasAlternativeId "UBERON:3000477" ;
    oboInOwl:hasDbXref "AAO:0000477" ;
    oboInOwl:hasExactSynonym "presumptive nervous system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016880" ;
    a owl:Class ;
    rdfs:label "future nervous system" ;
    rdfs:subClassOf obo:UBERON_0006598, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002496 ;
        owl:someValuesFrom obo:UBERON_0000111
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006598
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0001016
            ]
        )
    ] .

obo:UBERON_0016887
    obo:IAO_0000115 "The part of the conceptus that may be lost before birth or will be discarded at birth, or when the embryo becomes an independent organism." ;
    oboInOwl:hasDbXref "AEO:0000195", "EHDAA2:0000003", "EMAPA:16042" ;
    oboInOwl:hasExactSynonym "extra-embryonic component", "extraembryonic component" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016887" ;
    a owl:Class ;
    rdfs:label "entire extraembryonic component" ;
    rdfs:subClassOf obo:UBERON_0000481, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004716
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002491 ;
        owl:someValuesFrom obo:UBERON_0000068
    ] .

obo:UBERON_0016888
    obo:IAO_0000115 "An embryonic anatomical entity that will turn into one or more other anatomical entities, perhaps with other anatomical entities, later in development." ;
    oboInOwl:hasDbXref "AEO:0000132" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016888" ;
    a owl:Class ;
    rdfs:label "transitional anatomical structure" ;
    rdfs:subClassOf obo:UBERON_0005423 .

obo:UBERON_0016915
    obo:IAO_0000115 "The zone of the skin that surrounds a lip and is colored red due to thin epithelium and presence of eleidin." ;
    oboInOwl:hasBroadSynonym "vermilion border" ;
    oboInOwl:hasDbXref "FMA:59824", "SCTID:362086008" ;
    oboInOwl:hasExactSynonym "vermilion border of lip", "vermilion of lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016915" ;
    a owl:Class ;
    rdfs:label "vermilion" ;
    rdfs:subClassOf obo:UBERON_0000014, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0000322
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0000322
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0016919
    obo:IAO_0000115 "A vermilion that is part of a lower lip." ;
    oboInOwl:hasDbXref "FMA:59828", "SCTID:245800000" ;
    oboInOwl:hasExactSynonym "vermilion border of lower lip", "vermilion of lower lip" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0016919" ;
    a owl:Class ;
    rdfs:label "lower vermilion" ;
    rdfs:subClassOf obo:UBERON_0016915, obo:UBERON_0018150 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0016915
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001835
            ]
        )
    ] .

obo:UBERON_0017650
    obo:IAO_0000115 "A mesenchyme-derived anatomical entity undergoing a transtion to become another structure." ;
    oboInOwl:hasDbXref "AEO:0001016" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0017650" ;
    a owl:Class ;
    rdfs:label "developing mesenchymal structure" ;
    rdfs:subClassOf obo:UBERON_0005423, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0003104
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005423
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0003104
            ]
        )
    ] .

obo:UBERON_0017672
    obo:IAO_0000115 "A viscus that is part of a abdomen." ;
    oboInOwl:hasDbXref "FMA:32413", "FMA:67355" ;
    oboInOwl:hasExactSynonym "abdominal viscera", "abdominal viscera set", "set of abdominal viscera" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0017672" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "abdominal viscera" ;
    rdfs:subClassOf obo:UBERON_0002075, obo:UBERON_0005172 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002075
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000916
            ]
        )
    ] .

obo:UBERON_0018135
    oboInOwl:hasDbXref "FMA:83521" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018135" ;
    a owl:Class ;
    rdfs:label "fibrocollagenous connective tissue" ;
    rdfs:subClassOf obo:UBERON_0011824, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002462
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011824
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002462
            ]
        )
    ] .

obo:UBERON_0018150
    obo:IAO_0000115 "A zone of skin that is part of a lower lip." ;
    oboInOwl:hasDbXref "FMA:24767", "SCTID:281630002" ;
    oboInOwl:hasExactSynonym "lower lip skin" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018150" ;
    a owl:Class ;
    rdfs:label "skin of lower lip" ;
    rdfs:subClassOf obo:UBERON_0001458, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001835
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001835
            ]
        )
    ] .

obo:UBERON_0018239
    obo:IAO_0000115 "A boundary delimiting a rhombomere." ;
    oboInOwl:hasExactSynonym "rhombomere junction" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018239" ;
    a owl:Class ;
    rdfs:label "rhombomere boundary" ;
    rdfs:subClassOf obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007277
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0001892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0001892
            ]
        )
    ] .

obo:UBERON_0018251
    obo:IAO_0000115 "One of the veins draining a meninix." ;
    oboInOwl:hasDbXref "FMA:50839", "SCTID:84842006" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018251" ;
    a owl:Class ;
    rdfs:label "meningeal vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002360
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002360
            ]
        )
    ] .

obo:UBERON_0018254
    oboInOwl:hasDbXref "EHDAA2:0001842", "EMAPA:35578" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018254" ;
    oboInOwl:inSubset core:grouping_class, core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "skeletal musculature" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000383
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0014892
    ] .

obo:UBERON_0018257
    obo:IAO_0000115 "Any portion of submucosa that lines the digestive tract." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018257" ;
    a owl:Class ;
    rdfs:label "submucosa of digestive tract" ;
    rdfs:subClassOf obo:UBERON_0000009, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001555
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000009
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001555
            ]
        )
    ] .

obo:UBERON_0018260
    obo:IAO_0000115 "Any organ component layer that consists of muscle tissue." ;
    oboInOwl:hasDbXref "FMA:45634", "NCIT:C75444", "UMLS:C0225358" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018260" ;
    a owl:Class ;
    rdfs:label "layer of muscle tissue" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0002385
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0002385
            ]
        )
    ] .

obo:UBERON_0018321
    obo:IAO_0000115 "Foramen that allows the passge of the glossopharyngeal nerve (cranial nerve IX)." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018321" ;
    a owl:Class ;
    rdfs:label "foramen for glossopharyngeal nerve" ;
    rdfs:subClassOf obo:UBERON_0013685, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002570 ;
        owl:someValuesFrom obo:UBERON_0001649
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0013685
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002570 ;
                owl:someValuesFrom obo:UBERON_0001649
            ]
        )
    ] .

obo:UBERON_0018544
    obo:IAO_0000115 "Muscle innervated by the trigeminal nerve (Cranial Nerve V)." ;
    oboInOwl:hasDbXref "MFMO:0000072" ;
    oboInOwl:hasExactSynonym "muscle innervated by the trigeminal nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018544" ;
    a owl:Class ;
    rdfs:label "trigeminal nerve muscle" ;
    rdfs:subClassOf obo:UBERON_0001630, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002005 ;
        owl:someValuesFrom obo:UBERON_0001645
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004362
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001630
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002005 ;
                owl:someValuesFrom obo:UBERON_0001645
            ]
        )
    ] .

obo:UBERON_0018649
    oboInOwl:hasDbXref "FMA:83450" ;
    oboInOwl:hasExactSynonym "ventricular cardiac muscle tissue", "ventricular heart muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ventricular muscle" ;
    oboInOwl:id "UBERON:0018649" ;
    a owl:Class ;
    rdfs:label "cardiac muscle tissue of ventricle" ;
    rdfs:subClassOf obo:UBERON_0004493, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001083
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002082
            ]
        )
    ] .

obo:UBERON_0018674
    obo:IAO_0000115 "An interconnected tubular multi-tissue structure that contains fluid that is actively transported around the heart." ;
    oboInOwl:hasDbXref "FMA:73747", "ZFA:0005811" ;
    oboInOwl:hasExactSynonym "cardiac vasculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0018674" ;
    a owl:Class ;
    rdfs:label "heart vasculature" ;
    rdfs:subClassOf obo:UBERON_0002201, obo:UBERON_0006876, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0019042
    oboInOwl:hasDbXref "BTO:0002439" ;
    oboInOwl:hasExactSynonym "genital mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019042" ;
    a owl:Class ;
    rdfs:label "reproductive system mucosa" ;
    rdfs:subClassOf obo:UBERON_0000344, obo:UBERON_0005156 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000990
            ]
        )
    ] .

obo:UBERON_0019143
    obo:IAO_0000115 "Adipose tissue which is located throughout skeletal muscle and is responsible for the marbling seen in certain cuts of beef. In humans, excess accumulation of intramuscular fat is associated with insulin resistance and type 2 diabetes." ;
    oboInOwl:hasDbXref "BTO:0004043" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "intramuscular fat" ;
    oboInOwl:id "UBERON:0019143" ;
    a owl:Class ;
    rdfs:label "intramuscular adipose tissue" ;
    rdfs:subClassOf obo:UBERON_0001013, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0014892
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0014892
            ]
        )
    ] .

obo:UBERON_0019189
    oboInOwl:hasDbXref "BTO:0004626" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "carotid endothelium", "carotid epithelium" ;
    oboInOwl:id "UBERON:0019189" ;
    a owl:Class ;
    rdfs:label "carotid artery endothelium" ;
    rdfs:subClassOf obo:UBERON_0001917, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005396
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001986
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005396
            ]
        )
    ] .

obo:UBERON_0019204
    obo:IAO_0000115 "Any region of epithelium that is part of a skin region." ;
    oboInOwl:hasDbXref "BTO:0004382" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019204" ;
    a owl:Class ;
    rdfs:label "skin epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000014
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000014
            ]
        )
    ] .

obo:UBERON_0019206
    oboInOwl:hasDbXref "EMAPA:35869", "MA:0003178" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019206" ;
    a owl:Class ;
    rdfs:label "tongue papilla epithelium" ;
    rdfs:subClassOf obo:UBERON_0002424, obo:UBERON_0003357, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001726
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001726
            ]
        )
    ] .

obo:UBERON_0019207
    obo:IAO_0000115 "The part of the eye that consists of both the retina and the optic choroid." ;
    oboInOwl:hasDbXref "SCTID:110701000" ;
    oboInOwl:hasExactSynonym "chorioretina", "choroid and retina", "retinachoroid", "retinachoroidal region" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019207" ;
    oboInOwl:inSubset core:pheno_slim ;
    a owl:Class ;
    rdfs:label "chorioretinal region" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0000481, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010230
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000966
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001776
    ] .

obo:UBERON_0019258
    obo:IAO_0000115 "A white matter that is part of the hindbrain." ;
    oboInOwl:hasDbXref "DHBA:10668", "FMA:268636" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019258" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "white matter of hindbrain" ;
    rdfs:subClassOf obo:UBERON_0003544, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0019261
    obo:IAO_0000115 "A white matter that is part of the forebrain." ;
    oboInOwl:hasDbXref "DHBA:10557", "FMA:268634" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019261" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "white matter of forebrain" ;
    rdfs:subClassOf obo:UBERON_0003544, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:UBERON_0019262
    obo:IAO_0000115 "A white matter that is part of the myelencephalon." ;
    oboInOwl:hasDbXref "HBA:9298" ;
    oboInOwl:hasExactSynonym "myelencephalic white matter" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019262" ;
    a owl:Class ;
    rdfs:label "white matter of myelencephalon" ;
    rdfs:subClassOf obo:UBERON_0019258, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005290
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0005290
            ]
        )
    ] .

obo:UBERON_0019263
    oboInOwl:hasDbXref "DHBA:10654", "FMA:268630" ;
    oboInOwl:hasExactSynonym "gray matter of the hindbrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019263" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "gray matter of hindbrain" ;
    rdfs:subClassOf obo:UBERON_0003528, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0019264
    oboInOwl:hasDbXref "DHBA:10157", "FMA:268608" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019264" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "gray matter of forebrain" ;
    rdfs:subClassOf obo:UBERON_0003528, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001890
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001890
            ]
        )
    ] .

obo:UBERON_0019267
    oboInOwl:hasDbXref "DHBA:10649", "FMA:83913" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019267" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "gray matter of midbrain" ;
    rdfs:subClassOf obo:UBERON_0003528, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001891
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001891
            ]
        )
    ] .

obo:UBERON_0019269
    oboInOwl:hasDbXref "FMA:83912" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019269" ;
    a owl:Class ;
    rdfs:label "gray matter of diencephalon" ;
    rdfs:subClassOf obo:UBERON_0019264, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001894
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001894
            ]
        )
    ] .

obo:UBERON_0019291
    oboInOwl:hasDbXref "FMA:83939", "HBA:9287" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019291" ;
    a owl:Class ;
    rdfs:label "white matter of metencephalon" ;
    rdfs:subClassOf obo:UBERON_0019258, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001895
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001895
            ]
        )
    ] .

obo:UBERON_0019292
    oboInOwl:hasDbXref "FMA:83940" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019292" ;
    a owl:Class ;
    rdfs:label "white matter of pons" ;
    rdfs:subClassOf obo:UBERON_0014891, obo:UBERON_0019291, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000988
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000988
            ]
        )
    ] .

obo:UBERON_0019293
    oboInOwl:hasAlternativeId "UBERON:0025819" ;
    oboInOwl:hasDbXref "BIRNLEX:1069", "FMA:83942", "HBA:265505486" ;
    oboInOwl:hasExactSynonym "pontine white matter tracts", "predominantly white regional part of pontine tegmentum", "substantia alba tegmenti pontis", "white matter of pontile tegmentum", "white substance of pontile tegmentum" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019293" ;
    a owl:Class ;
    rdfs:label "white matter of pontine tegmentum" ;
    rdfs:subClassOf obo:UBERON_0019292, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003023
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002316
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003023
            ]
        )
    ] .

obo:UBERON_0019304
    oboInOwl:hasDbXref "EMAPA:35952", "MA:0003174" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019304" ;
    a owl:Class ;
    rdfs:label "sensory organ epithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000020
            ]
        )
    ] .

obo:UBERON_0019319
    obo:IAO_0000115 "An exocrine gland that is part of a integumental system." ;
    oboInOwl:hasExactSynonym "integumental exocrine gland", "integumental system exocrine gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0019319" ;
    a owl:Class ;
    rdfs:label "exocrine gland of integumental system" ;
    rdfs:subClassOf obo:UBERON_0002365, obo:UBERON_0003297 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002365
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002416
            ]
        )
    ] .

obo:UBERON_0020358
    obo:IAO_0000115 "The spinal accessory nucleus lies within the cervical spinal cord (C1-C5) in the ventral horn. The nucleus ambiguus is classically said to provide the 'cranial component' of the accessory nerve. However, the very existence of this cranial component has been recently questioned and seen as contributing exclusively to the vagus nerve. The terminology continues to be used in describing both human anatomy, and that of other animals." ;
    oboInOwl:hasDbXref "FMA:83965", "MA:0001033", "Wikipedia:Spinal_accessory_nucleus", "neuronames:2003" ;
    oboInOwl:hasExactSynonym "accessory neural nucleus" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "accessory nucleus of anterior column of spinal cord", "nucleus of accessory nerve", "nucleus of the accessory nerve", "nucleus of the spinal accessory nerve", "spinal accessory nucleus" ;
    oboInOwl:id "UBERON:0020358" ;
    a owl:Class ;
    rdfs:comment "See also: Wikipedia:Spinal_accessory_nucleus" ;
    rdfs:label "accessory XI nerve nucleus" ;
    rdfs:subClassOf obo:UBERON_0000126, obo:UBERON_0007635 .

obo:UBERON_0022248
    oboInOwl:hasDbXref "FMA:260712" ;
    oboInOwl:hasExactSynonym "cerebral fascicle", "cerebral fasciculus", "nerve fascicle of telencephalon", "telencephalic fascicle", "telencephalic nerve fascicle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0022248" ;
    a owl:Class ;
    rdfs:label "cerebral nerve fasciculus" ;
    rdfs:subClassOf obo:UBERON_0005838, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001019
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001893
            ]
        )
    ] .

obo:UBERON_0022288
    oboInOwl:hasDbXref "FMA:58315" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "surface of region of wall of eyeball" ;
    oboInOwl:id "UBERON:0022288" ;
    a owl:Class ;
    rdfs:label "surface of eyeball" ;
    rdfs:subClassOf obo:UBERON_0036215, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0010230
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0036215
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002007 ;
                owl:someValuesFrom obo:UBERON_0010230
            ]
        )
    ] .

obo:UBERON_0022293
    obo:IAO_0000115 "A portion of organism substance that is secreted by a reproductive gland." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "genital fluid", "genital secretion", "reproductive system fluid", "reproductive system fluid/secretion", "reproductive system secretion" ;
    oboInOwl:id "UBERON:0022293" ;
    a owl:Class ;
    rdfs:label "reproductive gland secretion" ;
    rdfs:subClassOf obo:UBERON_0000463, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003001 ;
        owl:someValuesFrom obo:UBERON_0003937
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003001 ;
                owl:someValuesFrom obo:UBERON_0003937
            ]
        )
    ] .

obo:UBERON_0022303
    obo:IAO_0000115 "Single layer of a laminar structure, identified by different density, arrangement or size of cells and processes arranged in flattened layers or lamina[CUMBO]." ;
    oboInOwl:hasBroadSynonym "lamina", "layer" ;
    oboInOwl:hasDbXref "NLX:149357" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0022303" ;
    oboInOwl:inSubset core:cumbo ;
    a owl:Class ;
    rdfs:label "nervous system cell part layer" ;
    rdfs:subClassOf obo:UBERON_0005162, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002124
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005162
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001016
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002124
            ]
        )
    ] .

obo:UBERON_0022350
    obo:IAO_0000115 "Serous membrane layer that is adjacent to and lines an organ." ;
    oboInOwl:hasDbXref "FMA:15860" ;
    oboInOwl:hasExactSynonym "visceral wall of serous membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0022350" ;
    a owl:Class ;
    rdfs:label "visceral serous membrane" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000042
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:UBERON_0022351
    obo:IAO_0000115 "Serous membrane layer that lines to a body cavity." ;
    oboInOwl:hasBroadSynonym "cavity lining" ;
    oboInOwl:hasDbXref "FMA:15859", "MA:0002448" ;
    oboInOwl:hasExactSynonym "parietal wall of serous membrane" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0022351" ;
    a owl:Class ;
    rdfs:label "parietal serous membrane" ;
    rdfs:subClassOf obo:UBERON_0004923, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002553
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000042
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002553
            ]
        )
    ] .

obo:UBERON_0022361
    obo:IAO_0000115 "A specific region of the foregut into the area in which the lung will develop." ;
    oboInOwl:hasDbXref "SCTID:34922002" ;
    oboInOwl:hasExactSynonym "lung field" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0022361" ;
    a owl:Class ;
    rdfs:label "lung field" ;
    rdfs:subClassOf obo:UBERON_0007688, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007688
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0034705
    obo:IAO_0000115 "An embryonic or larval epithelium that is committed to form part of the nervous system." ;
    oboInOwl:hasBroadSynonym "neurepithelium" ;
    oboInOwl:hasDbXref "AEO:0001008", "BTO:0000314", "EHDAA2_RETIRED:0004654", "FMA:64807" ;
    oboInOwl:hasExactSynonym "embryonic neuroepithelium", "neuroepithelium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034705" ;
    a owl:Class ;
    rdfs:label "developing neuroepithelium" ;
    rdfs:subClassOf obo:UBERON_0000483, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] .

obo:UBERON_0034706
    obo:IAO_0000115 "An epithelium that is undergoing proliferation to provide large numbers of neuronal cells." ;
    oboInOwl:hasDbXref "AEO:0001009" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034706" ;
    a owl:Class ;
    rdfs:label "proliferating neuroepithelium" ;
    rdfs:subClassOf obo:UBERON_0034705 .

obo:UBERON_0034707
    obo:IAO_0000115 "A neuroepithelium some of whose cells are undergoing terminal differentiation to become neuronal cells." ;
    oboInOwl:hasDbXref "AEO:0001010" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034707" ;
    a owl:Class ;
    rdfs:label "differentiating neuroepithelium" ;
    rdfs:subClassOf obo:UBERON_0034705, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CL_0000031
    ] .

obo:UBERON_0034709
    oboInOwl:hasDbXref "DHBA:12694", "EMAPA:32916" ;
    oboInOwl:hasExactSynonym "marginal zone of hindbrain" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034709" ;
    a owl:Class ;
    rdfs:label "hindbrain marginal layer" ;
    rdfs:subClassOf obo:UBERON_0004062, obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004062
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0034710
    oboInOwl:hasDbXref "EHDAA2:0001267", "EMAPA:17585" ;
    oboInOwl:hasExactSynonym "spinal cord lateral wall ventricular layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034710" ;
    a owl:Class ;
    rdfs:label "spinal cord ventricular layer" ;
    rdfs:subClassOf obo:UBERON_0004060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005496
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0006241
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006241
            ]
        )
    ] .

obo:UBERON_0034711
    obo:IAO_0000115 "The layer of the developing cerebral cortex that is formed from the first cohort of neurons to migrate out of the cortical ventricular zone; split by the second wave into marginal zone and subplate." ;
    oboInOwl:hasDbXref "EMAPA:35261" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034711" ;
    a owl:Class ;
    rdfs:label "cortical preplate" ;
    rdfs:subClassOf obo:UBERON_0014950 .

obo:UBERON_0034713
    obo:IAO_0000115 "Any of the cranial nerves, or their central nervous system analogs (the optic tract, the epiphyseal tract). These analogs are not true nerves, and are instead evaginated sensory afferents emanating from the brain." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "cranial nerve fiber bundle", "cranial nerve fiber tract", "cranial nerve or tract", "neuron projection bundle from brain" ;
    oboInOwl:id "UBERON:0034713" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "cranial neuron projection bundle" ;
    rdfs:subClassOf obo:UBERON_0000122, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000126 ;
        owl:someValuesFrom obo:UBERON_0000033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002162 ;
        owl:someValuesFrom obo:NCBITaxon_89593
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0000955
    ] .

obo:UBERON_0034717
    obo:IAO_0000115 "A taste bud that is located external to the digestive tube, on the head or body, as found in species such as goldfish." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034717" ;
    a owl:Class ;
    rdfs:label "integumental taste bud" ;
    rdfs:subClassOf obo:UBERON_0001727, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002416
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001727
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002416
            ]
        )
    ] .

obo:UBERON_0034719
    obo:IAO_0000115 "A taste bud that is located on a lip." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034719" ;
    a owl:Class ;
    rdfs:label "lip taste bud" ;
    rdfs:subClassOf obo:UBERON_0001727, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001727
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0034720
    obo:IAO_0000115 "A taste bud that is located on the skin of the head." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034720" ;
    a owl:Class ;
    rdfs:label "head taste bud" ;
    rdfs:subClassOf obo:UBERON_0034717, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001727
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001084
            ]
        )
    ] .

obo:UBERON_0034721
    obo:IAO_0000115 "A taste bud that is located in the pharynx." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034721" ;
    a owl:Class ;
    rdfs:label "pharyngeal taste bud" ;
    rdfs:subClassOf obo:UBERON_0001727, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000355
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001727
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0006562
            ]
        )
    ] .

obo:UBERON_0034724
    obo:IAO_0000115 "A taste bud that is located in the esophagus." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034724" ;
    a owl:Class ;
    rdfs:label "esophageal taste bud" ;
    rdfs:subClassOf obo:UBERON_0001727, obo:UBERON_0005181, obo:UBERON_0013765, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001727
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0034726
    obo:IAO_0000115 "A taste bud that is located on the skin of the trunk." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034726" ;
    a owl:Class ;
    rdfs:label "trunk taste bud" ;
    rdfs:subClassOf obo:UBERON_0005177, obo:UBERON_0034717, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001085
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001727
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001085
            ]
        )
    ] .

obo:UBERON_0034728
    obo:IAO_0000115 "The autonomic nerve is a small nerve which carries postganglionic sympathetic and parasympathetic neurons from the zygomaticotemporal nerve; a branch of the maxillary nerve, to the lacrimal nerve; a branch of the ophthalmic nerve. These neurons derive from the superior cervical ganglion and the pterygopalatine ganglion respectively. They will travel to the lacrimal gland via the lacrimal nerve. Parasympathetic will induce lacrimation and vice versa." ;
    oboInOwl:hasDbXref "FMA:5866", "MESH:D017776", "SCTID:276145003", "Wikipedia:Autonomic_nerve" ;
    oboInOwl:hasExactSynonym "nervus visceralis", "visceral nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034728" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "autonomic nerve" ;
    rdfs:subClassOf obo:UBERON_0011779, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0036264
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001805
    ] .

obo:UBERON_0034729
    oboInOwl:hasDbXref "SCTID:181098007" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034729" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "sympathetic nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000013
    ], [
        a owl:Restriction ;
        owl:onProperty core:extends_fibers_into ;
        owl:someValuesFrom obo:UBERON_0001806
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000013
            ]
        )
    ] .

obo:UBERON_0034769
    oboInOwl:hasDbXref "FMA:79770", "NCIT:C41168" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034769" ;
    a owl:Class ;
    rdfs:label "lymphomyeloid tissue" ;
    rdfs:subClassOf obo:UBERON_0015757 .

obo:UBERON_0034873
    obo:IAO_0000115 "Any substance in the body or expelled from the body that is in a gaseous state." ;
    oboInOwl:hasDbXref "FMA:84580" ;
    oboInOwl:hasExactSynonym "gas in anatomical space", "portion of gas in anatomical space" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034873" ;
    a owl:Class ;
    rdfs:label "bodily gas" ;
    rdfs:subClassOf obo:UBERON_0000463, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0001547
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000463
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0001547
            ]
        )
    ] .

obo:UBERON_0034874
    obo:IAO_0000115 "Any portion of gas located in a part of the respiratory system that is composed primarily of air." ;
    oboInOwl:hasDbXref "FMA:84581" ;
    oboInOwl:hasExactSynonym "respiratory air", "respiratory system air" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034874" ;
    a owl:Class ;
    rdfs:label "air in respiratory system" ;
    rdfs:subClassOf obo:UBERON_0034947, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CHEBI_25805
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034873
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:CHEBI_25805
            ]
        )
    ] .

obo:UBERON_0034878
    obo:IAO_0000115 "The area of axial mesoderm that develops into the prechordal plate." ;
    oboInOwl:hasExactSynonym "prechordal mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034878" ;
    a owl:Class ;
    rdfs:label "prechordal mesoderm" ;
    rdfs:subClassOf obo:UBERON_0002050, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003068
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002387 ;
        owl:someValuesFrom obo:UBERON_0003063
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005423
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003068
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002387 ;
                owl:someValuesFrom obo:UBERON_0003063
            ]
        )
    ] .

obo:UBERON_0034903
    obo:IAO_0000115 "Endocardium that is part of the left atrium." ;
    oboInOwl:hasDbXref "FMA:7286", "SCTID:190064008", "VHOG:0001226" ;
    oboInOwl:hasExactSynonym "endocardium of left atrium", "left atrial endocardium" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "left atrium endocardial tissue" ;
    oboInOwl:id "UBERON:0034903" ;
    a owl:Class ;
    rdfs:label "left atrium endocardium" ;
    rdfs:subClassOf obo:UBERON_0002166, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002079
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002165
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002079
            ]
        )
    ] .

obo:UBERON_0034905
    oboInOwl:hasExactSynonym "lumen of gland" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034905" ;
    a owl:Class ;
    rdfs:label "gland lumen" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002530
            ]
        )
    ] .

obo:UBERON_0034921
    obo:IAO_0000115 "An multicellular anatomical structure that has subparts of multiple organs as a part." ;
    oboInOwl:hasDbXref "CARO:0020001" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "anatomical cluster" ;
    oboInOwl:id "UBERON:0034921" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "multi organ part structure" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0000064
    ] .

obo:UBERON_0034922
    obo:IAO_0000115 "A cluster of cells, largely surrounded by a morphological boundary." ;
    oboInOwl:hasDbXref "CARO:0020002", "FMA:62807" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034922" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "cell cluster" ;
    rdfs:subClassOf obo:UBERON_0010000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0000015
    ] .

obo:UBERON_0034923
    obo:IAO_0000115 "Material anatomical entity consisting of multiple anatomical structures that are not connected to each other." ;
    oboInOwl:hasDbXref "CARO:0020000" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034923" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "disconnected anatomical group" ;
    rdfs:subClassOf obo:UBERON_0000465, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0010001
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0000061
    ], [
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass obo:UBERON_0000061 ;
        owl:onProperty obo:RO_0002180
    ] .

obo:UBERON_0034925
    obo:IAO_0000115 "A collection of anatomical structures that are alike in terms of their morphology or developmental origin." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034925" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "anatomical collection" ;
    rdfs:subClassOf obo:UBERON_0000465, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002351 ;
        owl:someValuesFrom obo:UBERON_0000061
    ] .

obo:UBERON_0034929
    obo:IAO_0000115 "A region or zone on the surface of an organism that encompasses skin and any adnexa, down through muscles and bounded by underlying skeletal support structures." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034929" ;
    a owl:Class ;
    rdfs:label "external soft tissue zone" ;
    rdfs:subClassOf obo:UBERON_0010000, obo:UBERON_0010314, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000475
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000014
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001021
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002049
    ] .

obo:UBERON_0034933
    obo:IAO_0000115 "Any organ component layer that consists of smooth muscle tissue." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034933" ;
    a owl:Class ;
    rdfs:label "layer of smooth muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0018260, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0001135
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004923
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:UBERON_0001135
            ]
        )
    ] .

obo:UBERON_0034944
    oboInOwl:hasDbXref "FMA:55268" ;
    oboInOwl:hasExactSynonym "organ sector", "organ zonal region", "organ zone" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "organ region with floating fiat boundary" ;
    oboInOwl:id "UBERON:0034944" ;
    a owl:Class ;
    rdfs:label "zone of organ" ;
    rdfs:subClassOf obo:UBERON_0000064 .

obo:UBERON_0034947
    obo:IAO_0000115 "Any portion of gas located in a part of the respiratory system." ;
    oboInOwl:hasExactSynonym "respiratory gas", "respiratory system gas" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034947" ;
    a owl:Class ;
    rdfs:label "gas in respiratory system" ;
    rdfs:subClassOf obo:UBERON_0034873, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0034873
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0034969
    oboInOwl:hasDbXref "NCIT:C25787", "UMLS:C1512086" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "duct epithelium", "ductal epithelium" ;
    oboInOwl:id "UBERON:0034969" ;
    a owl:Class ;
    rdfs:label "epithelial layer of duct" ;
    rdfs:subClassOf obo:UBERON_0003914, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000058
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000058
            ]
        )
    ] .

obo:UBERON_0034994
    oboInOwl:hasDbXref "DHBA:12682", "EMAPA:32917" ;
    oboInOwl:hasExactSynonym "hindbrain mantle layer" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034994" ;
    a owl:Class ;
    rdfs:label "hindbrain cortical intermediate zone" ;
    rdfs:subClassOf obo:UBERON_0004040, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002028
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004040
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002028
            ]
        )
    ] .

obo:UBERON_0034995
    obo:IAO_0000115 "Mesenchyme that is part of a developing jaw [Automatically generated definition]." ;
    oboInOwl:hasDbXref "EMAPA:32907", "EMAPA:35454" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0034995" ;
    a owl:Class ;
    rdfs:label "jaw mesenchyme" ;
    rdfs:subClassOf obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011595
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0011595
            ]
        )
    ] .

obo:UBERON_0035037
    oboInOwl:hasDbXref "EMAPA:32904", "MA:0003220" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035037" ;
    a owl:Class ;
    rdfs:label "jaw epithelium" ;
    rdfs:subClassOf obo:UBERON_0003929, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0011595
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000483
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0011595
            ]
        )
    ] .

obo:UBERON_0035118
    obo:IAO_0000115 "Any material entity that is located in the digestive tract. This includes undigested food and liquid as well as unexcreted waste products. It also includes other entities such as ingested stones used to aid digestion. Any microbial cells or cell populations are also included." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "ingested material entity" ;
    oboInOwl:id "UBERON:0035118" ;
    a owl:Class ;
    rdfs:label "material entity in digestive tract" ;
    rdfs:subClassOf obo:UBERON_0000061, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0006909
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0006909
            ]
        )
    ] .

obo:UBERON_0035159
    obo:IAO_0000115 "Anatomical surface, which is the external surface of the whole body. Examples: There is only one body surface." ;
    oboInOwl:hasDbXref "FMA:61695", "NCIT:C29667", "SCTID:261060002", "UMLS:C0489451" ;
    oboInOwl:hasExactSynonym "surface of body" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035159" ;
    a owl:Class ;
    rdfs:label "entire surface of organism" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0006984, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006984
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_0035237
    oboInOwl:hasDbXref "FMA:70506", "NCIT:C32837", "SCTID:360629008", "UMLS:C1182571" ;
    oboInOwl:hasExactSynonym "internal carotid arterial subdivision", "subdivision of internal carotid artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035237" ;
    a owl:Class ;
    rdfs:label "branch of internal carotid artery" ;
    rdfs:subClassOf obo:UBERON_0005396, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002252 ;
        owl:someValuesFrom obo:UBERON_0001532
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0005396
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002252 ;
                owl:someValuesFrom obo:UBERON_0001532
            ]
        )
    ] .

obo:UBERON_0035398
    oboInOwl:hasDbXref "FMA:70505", "NCIT:C32552", "SCTID:244216003", "UMLS:C0447038" ;
    oboInOwl:hasExactSynonym "external carotid arterial subdivision", "subdivision of external carotid artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035398" ;
    a owl:Class ;
    rdfs:label "branch of external carotid artery" ;
    rdfs:subClassOf obo:UBERON_0001637, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002252 ;
        owl:someValuesFrom obo:UBERON_0001070
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002252 ;
                owl:someValuesFrom obo:UBERON_0001070
            ]
        )
    ] .

obo:UBERON_0035539
    obo:IAO_0000115 "Any of several arteries that arise from the aorta and supply blood to the esophagus." ;
    oboInOwl:hasDbXref "FMA:4149", "NCIT:C32535", "SCTID:56548006", "UMLS:C0226294" ;
    oboInOwl:hasExactSynonym "aortic esophageal artery", "oesophageal artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035539" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "esophageal artery" ;
    rdfs:subClassOf obo:UBERON_0003834, obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002345
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0001515
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020101 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001637
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020101 ;
                owl:someValuesFrom obo:UBERON_0001043
            ]
        )
    ] .

obo:UBERON_0035546
    oboInOwl:hasDbXref "FMA:51797", "SCTID:149683007" ;
    oboInOwl:hasExactSynonym "ciliary vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035546" ;
    a owl:Class ;
    rdfs:label "uveal vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0001768
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0001768
            ]
        )
    ] .

obo:UBERON_0035549
    obo:IAO_0000115 "The part of the circulatory system that lies within the subcutaneous tissue layers close to the surface of the skin." ;
    oboInOwl:hasDbXref "FMA:225275" ;
    oboInOwl:hasExactSynonym "superficial part of circulatory system", "superficial vasculature" ;
    oboInOwl:hasNarrowSynonym "dermis vasculature", "hypodermis vasculature" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "skin vasculature", "subcutaneous vasculature", "vasculature of skin" ;
    oboInOwl:id "UBERON:0035549" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "vasculature of integument" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0002199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002216 ;
        owl:someValuesFrom obo:GO_0001659
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0002199
            ]
        )
    ] .

obo:UBERON_0035550
    obo:IAO_0000115 "Any of the veins carrying deoxygenated blood from the subcutaneous tissue layers." ;
    oboInOwl:hasDbXref "FMA:76719", "NCIT:C33666", "SCTID:341382008", "UMLS:C0226513", "Wikipedia:Superficial_vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "superfical vein", "superficial veins", "superficial vessels" ;
    oboInOwl:id "UBERON:0035550" ;
    a owl:Class ;
    rdfs:label "superficial vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035549
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0035549
            ]
        )
    ] .

obo:UBERON_0035551
    obo:IAO_0000115 "The part of the circulatory system that lies deep beneath the subcutaneous tissue layers away from the surface of the skin." ;
    oboInOwl:hasExactSynonym "deep part of circulatory system" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035551" ;
    a owl:Class ;
    rdfs:label "deep vasculature" ;
    rdfs:subClassOf obo:UBERON_0002049, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000107 ;
        owl:someValuesFrom obo:UBERON_0002199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000107 ;
                owl:someValuesFrom obo:UBERON_0002199
            ]
        )
    ] .

obo:UBERON_0035552
    obo:IAO_0000115 "A blood vessel carrying deoxygenated blood far beneath the skin usually accompanying an artery." ;
    oboInOwl:hasDbXref "FMA:76718", "NCIT:C32444", "SCTID:341484008", "UMLS:C0226514", "Wikipedia:Deep_vein" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "deep veins", "deep vessels" ;
    oboInOwl:id "UBERON:0035552" ;
    a owl:Class ;
    rdfs:label "deep vein" ;
    rdfs:subClassOf obo:UBERON_0001638, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035551
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001638
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0035551
            ]
        )
    ] .

obo:UBERON_0035553
    obo:IAO_0000115 "Any chamber of the left side of the heart." ;
    oboInOwl:hasDbXref "FMA:7166", "SCTID:362008007" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035553" ;
    a owl:Class ;
    rdfs:label "left cardiac chamber" ;
    rdfs:subClassOf obo:UBERON_0004151, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004151
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0035554
    obo:IAO_0000115 "Any chamber of the right side of the heart." ;
    oboInOwl:hasDbXref "FMA:7165", "SCTID:362007002" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035554" ;
    a owl:Class ;
    rdfs:label "right cardiac chamber" ;
    rdfs:subClassOf obo:UBERON_0004151, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004151
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0035639
    obo:IAO_0000115 "The parts of the orbital region that are outside of the the eyeball, including the lacrimal apparatus, the extraocular muscles and the eyelids, eyelashes, eyebrows and the conjunctiva." ;
    oboInOwl:hasDbXref "FMA:76554", "NCIT:C32574", "SCTID:120612006", "UMLS:C0229243", "Wikipedia:Accessory_visual_structures" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "accessory parts of orbital region", "accessory visual structures", "accessory visual structures set", "adnexal parts of orbital region", "appendage of eye", "eye adnexa", "set of accessory visual structures" ;
    oboInOwl:id "UBERON:0035639" ;
    a owl:Class ;
    rdfs:label "ocular adnexa" ;
    rdfs:subClassOf obo:UBERON_0034921, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004088
    ] .

obo:UBERON_0035642
    obo:IAO_0000115 "Any nerve that innervates the larynx." ;
    oboInOwl:hasDbXref "MESH:D007823", "SCTID:307013006" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035642" ;
    a owl:Class ;
    rdfs:label "laryngeal nerve" ;
    rdfs:subClassOf obo:UBERON_0001021, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002134 ;
        owl:someValuesFrom obo:UBERON_0001737
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001021
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002134 ;
                owl:someValuesFrom obo:UBERON_0001737
            ]
        )
    ] .

obo:UBERON_0035763
    oboInOwl:hasDbXref "EHDAA2:0004181", "FMA:9464" ;
    oboInOwl:hasExactSynonym "cardiac chamber cavity", "heart cavity", "heart lumen" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035763" ;
    a owl:Class ;
    rdfs:label "cavity of cardiac chamber" ;
    rdfs:subClassOf obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002219 ;
        owl:someValuesFrom obo:UBERON_0002165
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0004151
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0004151
            ]
        )
    ] .

obo:UBERON_0035767
    oboInOwl:hasDbXref "FMA:223208", "NCIT:C12930", "UMLS:C1512970" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035767" ;
    a owl:Class ;
    rdfs:label "intrapulmonary bronchus" ;
    rdfs:subClassOf obo:UBERON_0002185, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002048
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002185
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_0035804
    obo:IAO_0000115 "The primordial mouth region of the developing head." ;
    oboInOwl:hasDbXref "FMA:293105" ;
    oboInOwl:hasExactSynonym "primitive mouth", "primordial mouth" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035804" ;
    a owl:Class ;
    rdfs:label "future mouth" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0013522, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0007026
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000925
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000930
    ] .

obo:UBERON_0035809
    oboInOwl:hasDbXref "FMA:12241", "SCTID:304404008" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035809" ;
    a owl:Class ;
    rdfs:label "serous cavity" ;
    rdfs:subClassOf obo:UBERON_0002553, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0005906
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002553
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0005906
            ]
        )
    ] .

obo:UBERON_0035814
    obo:IAO_0000115 "The sum of epicardial and paracardial fat deposits." ;
    oboInOwl:hasDbXref "SCTID:42267001", "ZFA:0005765" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035814" ;
    a owl:Class ;
    rdfs:label "pericardial fat" ;
    rdfs:subClassOf obo:UBERON_0035818, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0000948
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0035815
    obo:IAO_0000115 "Fat deposits in the mediastinum outside the parietal pericardium ." ;
    oboInOwl:hasExactSynonym "intrathoracic fat" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035815" ;
    a owl:Class ;
    rdfs:label "paracardial fat" ;
    rdfs:subClassOf obo:UBERON_0035814, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002220 ;
        owl:someValuesFrom obo:UBERON_0002408
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002220 ;
                owl:someValuesFrom obo:UBERON_0002408
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0035818
    obo:IAO_0000115 "Any fat deposit surrounding a visceral organ." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035818" ;
    a owl:Class ;
    rdfs:label "visceral fat" ;
    rdfs:subClassOf obo:UBERON_0001013, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002221 ;
        owl:someValuesFrom obo:UBERON_0000062
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001013
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002221 ;
                owl:someValuesFrom obo:UBERON_0000062
            ]
        )
    ] .

obo:UBERON_0035819
    obo:IAO_0000115 "The part of the ventral body cavity that is within the abdominal segment of the trunk, which encompasses the abdomen proper plus pelvic cavity." ;
    oboInOwl:hasDbXref "FMA:12267", "Wikipedia:Abdominopelvic_cavity" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0035819" ;
    a owl:Class ;
    rdfs:label "abdominopelvic cavity" ;
    rdfs:subClassOf obo:UBERON_0000464, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002572 ;
        owl:someValuesFrom obo:UBERON_0002417
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000464
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002323
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002572 ;
                owl:someValuesFrom obo:UBERON_0002417
            ]
        )
    ] .

obo:UBERON_0035820
    obo:IAO_0000115 "A serous sac that is the aggregate of the peritoneum and the peritoneal cavity, located in the abdominal cavity." ;
    oboInOwl:hasDbXref "EMAPA:16137", "FMA:9908" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "peritoneal component" ;
    oboInOwl:id "UBERON:0035820" ;
    a owl:Class ;
    rdfs:label "peritoneal sac" ;
    rdfs:subClassOf obo:UBERON_0002075, obo:UBERON_0005906, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0001179
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002358
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0003684
    ] .

obo:UBERON_0035965
    oboInOwl:hasDbXref "BTO:0004378", "FMA:67473" ;
    oboInOwl:hasExactSynonym "blood vessel wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "vascular wall" ;
    oboInOwl:id "UBERON:0035965" ;
    a owl:Class ;
    rdfs:label "wall of blood vessel" ;
    rdfs:subClassOf obo:UBERON_0000060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:UBERON_0004797
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001981
            ]
        )
    ] .

obo:UBERON_0036072
    oboInOwl:hasDbXref "EHDAA2:0004070" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036072" ;
    a owl:Class ;
    rdfs:label "respiratory primordium epithelium" ;
    rdfs:subClassOf obo:UBERON_0004185, obo:UBERON_0005911, obo:UBERON_0007499, obo:UBERON_0009854, obo:UBERON_0015833, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0007690
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007499
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008947
            ]
        )
    ] .

obo:UBERON_0036073
    oboInOwl:hasDbXref "EHDAA2:0004071" ;
    oboInOwl:hasExactSynonym "respiratory primordium associated mesenchyme" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036073" ;
    a owl:Class ;
    rdfs:label "respiratory primordium mesenchyme" ;
    rdfs:subClassOf obo:BFO_0000002, obo:UBERON_0003104, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0008947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004873
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003104
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0008947
            ]
        )
    ] .

obo:UBERON_0036146
    obo:IAO_0000115 "An region of the mesoderm that includes anterior lateral mesoderm of the first heart field plus contiguous pharyngeal mesoderm that gives rise to second-heart-field-derived regions of the heart and branchiomeric muscles." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036146" ;
    a owl:Class ;
    rdfs:label "cardiopharyngeal field" ;
    rdfs:subClassOf obo:UBERON_0002050, obo:UBERON_0004120, obo:UBERON_0005291, obo:UBERON_0007688 .

obo:UBERON_0036186
    oboInOwl:hasDbXref "FMA:83520" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036186" ;
    a owl:Class ;
    rdfs:label "fibroelastic connective tissue" ;
    rdfs:subClassOf obo:UBERON_0002521, obo:UBERON_0011824 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0011824
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002473 ;
                owl:someValuesFrom obo:GO_0071953
            ]
        )
    ] .

obo:UBERON_0036215
    obo:IAO_0000115 "Material anatomical entity that forms the outermost boundary of an anatomical structure." ;
    oboInOwl:hasDbXref "AAO:0010270", "ZFA:0005594" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036215" ;
    oboInOwl:inSubset core:common_anatomy ;
    a owl:Class ;
    rdfs:label "anatomical surface region" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0000465, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002007 ;
        owl:someValuesFrom obo:UBERON_0000061
    ] .

obo:UBERON_0036217
    obo:IAO_0000115 "A bodily fluid that is located in the coelom." ;
    oboInOwl:hasDbXref "BTO:0001708" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036217" ;
    a owl:Class ;
    rdfs:label "coelomic fluid" ;
    rdfs:subClassOf obo:UBERON_0006314, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0011997
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006314
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0001025 ;
                owl:someValuesFrom obo:UBERON_0011997
            ]
        )
    ] .

obo:UBERON_0036225
    obo:IAO_0000115 "Any gland that is part os the respiratory system." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036225" ;
    a owl:Class ;
    rdfs:label "respiratory system gland" ;
    rdfs:subClassOf obo:UBERON_0002530, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002530
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
        )
    ] .

obo:UBERON_0036242
    obo:IAO_0000115 "A notochord that has persisted beyond the embryonic stage." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036242" ;
    a owl:Class ;
    rdfs:label "post-embryonic notochord" ;
    rdfs:subClassOf obo:UBERON_0002328, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0009953
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002328
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0009953
            ]
        )
    ] .

obo:UBERON_0036244
    obo:IAO_0000115 "A transudate found in the serous sac." ;
    oboInOwl:hasBroadSynonym "serous fluid" ;
    oboInOwl:hasDbXref "FMA:20932" ;
    oboInOwl:hasExactSynonym "serous sac fluid" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036244" ;
    a owl:Class ;
    rdfs:label "secretion of serous membrane" ;
    rdfs:subClassOf obo:UBERON_0007779, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0001025 ;
        owl:someValuesFrom obo:UBERON_0005906
    ], [
        a owl:Restriction ;
        owl:onProperty core:filtered_through ;
        owl:someValuesFrom obo:UBERON_0000042
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007779
            [
                a owl:Restriction ;
                owl:onProperty core:filtered_through ;
                owl:someValuesFrom obo:UBERON_0000042
            ]
        )
    ] .

obo:UBERON_0036253
    oboInOwl:hasDbXref "FMA:53133" ;
    oboInOwl:hasExactSynonym "cranial orifice", "skull orifice" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036253" ;
    a owl:Class ;
    rdfs:label "orifice of skull" ;
    rdfs:subClassOf obo:UBERON_0000161, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000161
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0003129
            ]
        )
    ] .

obo:UBERON_0036264
    obo:IAO_0000115 "The zygomaticotemporal nerve or zygomaticotemporal branch (temporal branch) is derived from the maxillary branch of the trigeminal nerve (Cranial nerve V). It runs along the lateral wall of the orbit in a groove in the zygomatic bone, receives a branch of communication from the lacrimal, and passes through zygomaticotemporal foramen in the zygomatic bone to enter the temporal fossa. It ascends between the bone, and substance of the Temporalis muscle, pierces the temporal fascia about 2.5 cm. above the zygomatic arch, and is distributed to the skin of the side of the forehead, and communicates with the facial nerve and with the auriculotemporal branch of the mandibular nerve. As it pierces the temporal fascia, it gives off a slender twig, which runs between the two layers of the fascia to the lateral angle of the orbit." ;
    oboInOwl:hasDbXref "FMA:52972", "SCTID:280243001", "Wikipedia:Zygomaticotemporal_nerve" ;
    oboInOwl:hasExactSynonym "ramus zygomaticotemporalis (Nervus zygomaticus)", "zygomaticotemporal branch of zygomatic nerve" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "zygomaticotemporal", "zygomaticotemporal branch" ;
    oboInOwl:id "UBERON:0036264" ;
    a owl:Class ;
    rdfs:label "zygomaticotemporal nerve" ;
    rdfs:subClassOf obo:UBERON_0011779, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002380 ;
        owl:someValuesFrom obo:UBERON_0000377
    ] .

obo:UBERON_0036285
    obo:IAO_0000115 "Wall of ventricle which is continuous with the wall of aorta." ;
    oboInOwl:hasDbXref "FMA:9556" ;
    oboInOwl:hasExactSynonym "left ventricular wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036285" ;
    a owl:Class ;
    rdfs:label "wall of left ventricle" ;
    rdfs:subClassOf obo:UBERON_0004784, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004784
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0036286
    obo:IAO_0000115 "Wall of ventricle which is continuous with the wall of pulmonary trunk." ;
    oboInOwl:hasDbXref "FMA:9533" ;
    oboInOwl:hasExactSynonym "right ventricular wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036286" ;
    a owl:Class ;
    rdfs:label "wall of right ventricle" ;
    rdfs:subClassOf obo:UBERON_0004784, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004784
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:UBERON_0036288
    oboInOwl:hasDbXref "FMA:9560" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036288" ;
    a owl:Class ;
    rdfs:label "anterior wall of left ventricle" ;
    rdfs:subClassOf obo:UBERON_0036285, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0036285
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000123 ;
        owl:someValuesFrom obo:UBERON_0002084
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004784
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000123 ;
                owl:someValuesFrom obo:UBERON_0002084
            ]
        )
    ] .

obo:UBERON_0036289
    obo:IAO_0000115 "Region of wall of right ventricle which is continuous with the lateral and septal walls of right ventricle." ;
    oboInOwl:hasDbXref "FMA:9553" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036289" ;
    a owl:Class ;
    rdfs:label "anterior wall of right ventricle" ;
    rdfs:subClassOf obo:UBERON_0036286, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000123 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004784
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000123 ;
                owl:someValuesFrom obo:UBERON_0002080
            ]
        )
    ] .

obo:UBERON_0036290
    oboInOwl:hasDbXref "FMA:87177" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036290" ;
    a owl:Class ;
    rdfs:label "myocardium of anterior wall of left ventricle" ;
    rdfs:subClassOf obo:UBERON_0006566, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0036288
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002349
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0036288
            ]
        )
    ] .

obo:UBERON_0036291
    oboInOwl:hasDbXref "FMA:260877" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036291" ;
    a owl:Class ;
    rdfs:label "myocardium of anterior wall of right ventricle" ;
    rdfs:subClassOf obo:UBERON_0006567, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0036289
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002349
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0036289
            ]
        )
    ] .

obo:UBERON_0036294
    obo:IAO_0000115 "A mucosa that is part of a lip region [Automatically generated definition]." ;
    oboInOwl:hasDbXref "NCIT:C12226" ;
    oboInOwl:hasExactSynonym "labial mucosa" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036294" ;
    a owl:Class ;
    rdfs:label "mucosa of lip" ;
    rdfs:subClassOf obo:UBERON_0003729, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001833
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000344
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001833
            ]
        )
    ] .

obo:UBERON_0036302
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036302" ;
    a owl:Class ;
    rdfs:label "vasculature of central nervous system plus retina" ;
    rdfs:subClassOf obo:UBERON_0002049 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:unionOf (obo:UBERON_0004864
            obo:UBERON_0036303
        )
    ] .

obo:UBERON_0036303
    oboInOwl:hasDbXref "FMA:259905" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036303" ;
    a owl:Class ;
    rdfs:label "vasculature of central nervous system" ;
    rdfs:subClassOf obo:UBERON_0036302, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002049
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001017
            ]
        )
    ] .

obo:UBERON_0036351
    oboInOwl:hasDbXref "FMA:15089" ;
    oboInOwl:hasExactSynonym "brachiocephalic arterial wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036351" ;
    a owl:Class ;
    rdfs:label "wall of brachiocephalic artery" ;
    rdfs:subClassOf obo:UBERON_0000415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001529
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001529
            ]
        )
    ] .

obo:UBERON_0036352
    oboInOwl:hasDbXref "FMA:15090" ;
    oboInOwl:hasExactSynonym "subclavian arterial wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036352" ;
    a owl:Class ;
    rdfs:label "wall of subclavian artery" ;
    rdfs:subClassOf obo:UBERON_0000415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001533
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001533
            ]
        )
    ] .

obo:UBERON_0036422
    oboInOwl:hasDbXref "FMA:18211" ;
    oboInOwl:hasExactSynonym "pulmonary arterial wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036422" ;
    a owl:Class ;
    rdfs:label "wall of pulmonary artery" ;
    rdfs:subClassOf obo:UBERON_0000415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002012
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002012
            ]
        )
    ] .

obo:UBERON_0036553
    oboInOwl:hasDbXref "FMA:231590" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036553" ;
    a owl:Class ;
    rdfs:label "wall of synovial tendon sheath" ;
    rdfs:subClassOf obo:UBERON_0000042, obo:UBERON_0000060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000304
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000304
            ]
        )
    ] .

obo:UBERON_0036925
    oboInOwl:hasDbXref "FMA:58098" ;
    oboInOwl:hasExactSynonym "eyeball wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0036925" ;
    a owl:Class ;
    rdfs:label "wall of eyeball" ;
    rdfs:subClassOf obo:UBERON_0000060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0010230
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0010230
            ]
        )
    ] .

obo:UBERON_0037094
    oboInOwl:hasDbXref "FMA:66284" ;
    oboInOwl:hasExactSynonym "common carotid arterial wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0037094" ;
    a owl:Class ;
    rdfs:label "wall of common carotid artery" ;
    rdfs:subClassOf obo:UBERON_0000415, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001530
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001530
            ]
        )
    ] .

obo:UBERON_0037144
    obo:IAO_0000115 "Wall of organ which has as its parts the endocardium, myocardium , epicardium, and the cardiac septum, surrounded by the pericardial sac proper and is continuous with the walls of the systemic and pulmonary arterial and venous trees." ;
    oboInOwl:hasDbXref "FMA:7274" ;
    oboInOwl:hasExactSynonym "cardiac wall" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0037144" ;
    a owl:Class ;
    rdfs:label "wall of heart" ;
    rdfs:subClassOf obo:UBERON_0000060, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0002406
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002371 ;
        owl:someValuesFrom obo:UBERON_0004292
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000948
            ]
        )
    ] .

obo:UBERON_0039856
    obo:IAO_0000115 "Ovarian vein, each instance of which is a tributary  of some inferior vena cava that drains the right pampiniform plexus of some broad ligament." ;
    oboInOwl:hasDbXref "FMA:14342" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0039856" ;
    a owl:Class ;
    rdfs:label "right ovarian vein" ;
    rdfs:subClassOf obo:UBERON_0001145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002376 ;
        owl:someValuesFrom obo:UBERON_0001072
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002118
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001145
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002118
            ]
        )
    ] .

obo:UBERON_0039857
    obo:IAO_0000115 "Ovarian vein, each instance of which is a tributary  of some left renal vein that drains the left pampiniform plexus of some broad ligament." ;
    oboInOwl:hasDbXref "FMA:14347" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:0039857" ;
    a owl:Class ;
    rdfs:label "left ovarian vein" ;
    rdfs:subClassOf obo:UBERON_0001145, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0002119
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001145
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0020102 ;
                owl:someValuesFrom obo:UBERON_0002119
            ]
        )
    ] .

obo:UBERON_1000021
    obo:IAO_0000115 "A zone of skin that is part of the face." ;
    terms:contributor <https://orcid.org/0000-0002-9611-1279> ;
    oboInOwl:creation_date "2012-02-05T05:23:01Z" ;
    oboInOwl:hasDbXref "EMAPA:36657", "FMA:24758", "NCIT:C33561", "SCTID:361703006" ;
    oboInOwl:hasExactSynonym "face skin" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "facial skin" ;
    oboInOwl:id "UBERON:1000021" ;
    oboInOwl:inSubset core:pheno_slim, core:phenotype_rcn ;
    a owl:Class ;
    rdfs:label "skin of face" ;
    rdfs:subClassOf obo:UBERON_0001084, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001456
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001456
            ]
        )
    ] .

obo:UBERON_1100000
    obo:IAO_0000115 "An anatomical junction between two parts of the digestive tract." ;
    terms:contributor <https://orcid.org/0000-0002-7073-9172> ;
    oboInOwl:creation_date "2021-02-05T11:19:31Z" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:1100000" ;
    a owl:Class ;
    rdfs:label "digestive tract junction" ;
    rdfs:subClassOf obo:UBERON_0007651, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002176 ;
        owl:someValuesFrom obo:UBERON_0004921
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007651
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002176 ;
                owl:someValuesFrom obo:UBERON_0004921
            ]
        )
    ] .

obo:UBERON_2001053
    oboInOwl:hasDbXref "EFO:0003612", "TAO:0001053", "ZFA:0001053" ;
    oboInOwl:hasExactSynonym "PICA", "primitive internal carotid artery" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:2001053" ;
    a owl:Class ;
    rdfs:label "future internal carotid artery" ;
    rdfs:subClassOf obo:UBERON_0004573, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001530
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0004363
    ] .

obo:UBERON_2001457
    obo:IAO_0000115 "Cartilage which is part of the axial skeleton." ;
    oboInOwl:hasDbXref "ZFA:0001457" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:2001457" ;
    a owl:Class ;
    rdfs:label "postcranial axial cartilage" ;
    rdfs:subClassOf obo:UBERON_0007844, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002090
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007844
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002090
            ]
        )
    ] .

obo:UBERON_2005260
    obo:IAO_0000115 "Capillary that has pores in the endothelial cells (60-80 nm in diameter) that are spanned by a diaphragm of radially oriented fibrils and allow small molecules and limited amounts of protein to diffuse." ;
    oboInOwl:hasBroadSynonym "fenestrated blood vessel endothelium" ;
    oboInOwl:hasDbXref "FMA:63196", "NCIT:C32595", "TAO:0005260", "Wikipedia:Capillary#Types", "ZFA:0005260" ;
    oboInOwl:hasExactSynonym "fenestrated capillary vessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:2005260" ;
    a owl:Class ;
    rdfs:label "fenestrated capillary" ;
    rdfs:subClassOf obo:UBERON_0001982, obo:UBERON_0004638 .

obo:UBERON_2007013
    obo:IAO_0000115 "Non neural ectoderm that surrounds the presumptive neural plate and gives rise to neurogenic placodes." ;
    oboInOwl:hasDbXref "ZFA:0007013" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:2007013" ;
    a owl:Class ;
    rdfs:label "preplacodal ectoderm" ;
    rdfs:subClassOf obo:UBERON_0005497 .

obo:UBERON_3000961
    obo:IAO_0000115 "Structures of the dermis, epidermis, glands and pigment cells recognizable on the external surfaces of the integument." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:3000961" ;
    a owl:Class ;
    rdfs:comment "Not clear how this differs from parent class. See https://github.com/obophenotype/uberon/issues/1305" ;
    rdfs:label "external integument structure" ;
    rdfs:subClassOf obo:UBERON_0003102, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0003102
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002199
            ]
        )
    ] .

obo:UBERON_3000972
    obo:IAO_0000115 "Dermal, epidermal, glandular and pigment structures of the external head integument." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:3000972" ;
    a owl:Class ;
    rdfs:label "head external integument structure" ;
    rdfs:subClassOf obo:UBERON_3000961, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000033
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_3000961
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000033
            ]
        )
    ] .

obo:UBERON_3000977
    obo:IAO_0000115 "Dermal, epidermal, glandular and pigment structures of the body integument." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:3000977" ;
    a owl:Class ;
    rdfs:label "body external integument structure" ;
    rdfs:subClassOf obo:UBERON_3000961, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002100
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_3000961
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002100
            ]
        )
    ] .

obo:UBERON_3010200
    obo:IAO_0000115 "Blood vessels in respiratory skin." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:3010200" ;
    a owl:Class ;
    rdfs:label "vasculature of respiratory integument" ;
    rdfs:subClassOf obo:UBERON_0003504, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002199
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001981
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001004
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002199
            ]
        )
    ] .

obo:UBERON_4000013
    obo:IAO_0000115 "Skeletal tissue that is mineralized." ;
    oboInOwl:hasBroadSynonym "mineralized tissue" ;
    oboInOwl:hasDbXref "VSAO:0000013", "XAO:0004039" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:4000013" ;
    a owl:Class ;
    rdfs:label "mineralized skeletal tissue" ;
    rdfs:subClassOf obo:UBERON_0004755, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000086 ;
        owl:someValuesFrom obo:PATO_0002444
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0004755
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002444
            ]
        )
    ] .

obo:UBERON_4000020
    obo:IAO_0000115 "Extracellular matrix that is mineralized." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:4000020" ;
    a owl:Class ;
    rdfs:label "mineralized extracellular matrix" ;
    rdfs:subClassOf obo:GO_0031012, obo:UBERON_0000479 .

obo:UBERON_4000115
    obo:IAO_0000115 "Bone tissue mineralized with hydroxyapatite." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:4000115" ;
    a owl:Class ;
    rdfs:label "mineralized bone tissue" ;
    rdfs:subClassOf obo:UBERON_0002481, obo:UBERON_4000013, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:CHEBI_52255
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_4000020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0008883
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0002481
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000086 ;
                owl:someValuesFrom obo:PATO_0002444
            ]
        )
    ] .

obo:UBERON_4200230
    obo:IAO_0000115 "An anatomical surface that is part of a bone." ;
    oboInOwl:hasExactSynonym "bone surface" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:4200230" ;
    a owl:Class ;
    rdfs:label "surface of bone" ;
    rdfs:subClassOf obo:BFO_0000004, obo:UBERON_0006984, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001474
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0006984
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001474
            ]
        )
    ] .

obo:UBERON_6000004
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:6000004" ;
    a owl:Class ;
    rdfs:label "panarthropod head" ;
    rdfs:subClassOf obo:UBERON_0000033, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:NCBITaxon_88770
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:NCBITaxon_88770
            ]
        )
    ] .

obo:UBERON_8000006
    obo:IAO_0000115 "Left part of the organism dorsal to a horizontal plane and bounded on one side by the same transverse plane." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8000006" ;
    a owl:Class ;
    rdfs:label "left side of back" ;
    rdfs:subClassOf obo:UBERON_0001137, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000120 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001137
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000120 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_8000007
    obo:IAO_0000115 "Right part of the organism dorsal to a horizontal plane and bounded on one side by the same transverse plane." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8000007" ;
    a owl:Class ;
    rdfs:label "right side of back" ;
    rdfs:subClassOf obo:UBERON_0001137, obo:UBERON_0015212, [
        a owl:Restriction ;
        owl:onProperty obo:BSPO_0000121 ;
        owl:someValuesFrom obo:UBERON_0000468
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001137
            [
                a owl:Restriction ;
                owl:onProperty obo:BSPO_0000121 ;
                owl:someValuesFrom obo:UBERON_0000468
            ]
        )
    ] .

obo:UBERON_8000009
    obo:IAO_0000115 "A collection of Purkinje fibers that receives signals from the right and left bundle branches and innervates the ventricular cardiac muscle. The Purkinje fiber network creates synchronized contractions of the heart ventricles." ;
    terms:contributor <https://orcid.org/0000-0001-5208-3432> ;
    oboInOwl:hasExactSynonym "Purkinje fibre network" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8000009" ;
    a owl:Class ;
    rdfs:label "Purkinje fiber network" ;
    rdfs:subClassOf obo:UBERON_0010131, obo:UBERON_0018649, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004146
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0002354
    ] .

obo:UBERON_8410081
    obo:IAO_0000115 "Any of the smallest blood vessels where blood circulates within organ tissues. Microvessels include terminal arterioles, metarterioles, capillaries, and venules (but exclude lymphatic capillaries). Arterioles carry oxygenated blood to the capillaries, and blood flows out of the capillaries through venules into veins." ;
    oboInOwl:created_by "http://orcid.org/0000-0002-2825-0621" ;
    oboInOwl:hasBroadSynonym "microvasculature", "microvessel" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8410081" ;
    a owl:Class ;
    rdfs:label "blood microvessel" ;
    rdfs:subClassOf obo:UBERON_0001981, obo:UBERON_0010523 .

obo:UBERON_8440004
    obo:IAO_0000115 "One or a subset of adjacent layers of the neocortex." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8440004" ;
    a owl:Class ;
    rdfs:label "laminar subdivision of the cortex" ;
    rdfs:subClassOf obo:UBERON_0011215, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001950
    ] .

obo:UBERON_8440015
    obo:IAO_0000115 "Collections of neurons in the central nervous system that have been demonstrated by histochemical fluorescence to contain the neurotransmitter norepinephrine (noradrenalin)." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8440015" ;
    a owl:Class ;
    rdfs:label "noradrenergic cell groups" ;
    rdfs:subClassOf obo:UBERON_0002616, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0000459
    ] .

obo:UBERON_8450002
    obo:IAO_0000115 "An anatomical system that eliminates waste products that arise as a result of metabolic activity." ;
    oboInOwl:created_by "http://orcid.org/0000-0002-6095-8718" ;
    oboInOwl:creation_date "2022-05-25T18:21:29Z" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8450002" ;
    oboInOwl:inSubset core:human_reference_atlas ;
    a owl:Class ;
    rdfs:label "excretory system" ;
    rdfs:subClassOf obo:UBERON_0000467, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002215 ;
        owl:someValuesFrom obo:GO_0046903
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000467
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom obo:GO_0046903
            ]
        )
    ] .

obo:UBERON_8450003
    obo:IAO_0000115 "A craniocervical region that is part of an embryo." ;
    terms:contributor <https://orcid.org/0000-0002-6095-8718> ;
    terms:date "2024-09-12T14:40:00Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8450003" ;
    a owl:Class ;
    rdfs:label "embryonic craniocervical region" ;
    rdfs:subClassOf obo:UBERON_0007811, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0007811
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000922
            ]
        )
    ] .

obo:UBERON_8480001
    obo:IAO_0000115 "A capillary that is part of the brain." ;
    terms:contributor <https://orcid.org/0000-0002-0819-0473> ;
    terms:date "2022-06-24T09:28:31Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8480001" ;
    a owl:Class ;
    rdfs:label "capillary of brain" ;
    rdfs:subClassOf obo:UBERON_0001982, obo:UBERON_0003499 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001982
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000955
            ]
        )
    ] .

obo:UBERON_8480002
    obo:IAO_0000115 "A portion of smooth muscle tissue that is part of the thoracic aorta." ;
    terms:contributor <https://orcid.org/0000-0002-0819-0473> ;
    terms:date "2022-06-24T09:30:54Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8480002" ;
    a owl:Class ;
    rdfs:label "thoracic aorta smooth muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0004178, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001515
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001135
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001515
            ]
        )
    ] .

obo:UBERON_8480025
    obo:IAO_0000115 "A zone of skin that is above the clavicle zone in the pectoral girdle region." ;
    terms:contributor <https://orcid.org/0000-0002-0819-0473> ;
    terms:date "2022-08-29T14:17:12Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8480025" ;
    a owl:Class ;
    rdfs:label "skin of clavicle region" ;
    rdfs:subClassOf obo:UBERON_0000014, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001421
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001421
            ]
        )
    ] .

obo:UBERON_8480029
    obo:IAO_0000115 "A zone of skin that is part of the external genitalia." ;
    terms:contributor <https://orcid.org/0000-0002-0819-0473> ;
    terms:date "2022-08-30T06:55:06Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8480029" ;
    a owl:Class ;
    rdfs:label "skin of external genitalia" ;
    rdfs:subClassOf obo:UBERON_0000014, obo:UBERON_0005156, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0004176
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0004176
            ]
        )
    ] .

obo:UBERON_8480074
    obo:IAO_0000115 "A zone of skin part of some gonad." ;
    terms:contributor <https://orcid.org/0000-0002-0819-0473> ;
    terms:date "2023-08-29T10:24:24Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8480074" ;
    a owl:Class ;
    rdfs:label "skin of gonad" ;
    rdfs:subClassOf obo:UBERON_0000014, obo:UBERON_0005156, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000991
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0000991
            ]
        )
    ] .

obo:UBERON_8600004
    obo:IAO_0000115 "A muscle tissue that is associated with soft internal organs (viscera)." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2023-02-16T10:17:46Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "visceral muscle" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8600004" ;
    a owl:Class ;
    rdfs:comment "It is quite common to refer to visceral muscles as smooth muscles, by analogy with vertebrates; however, most visceral muscles in arthropods are actually striated." ;
    rdfs:label "visceral muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0002385, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002473 ;
        owl:someValuesFrom obo:CL_0008007
    ] .

obo:UBERON_8600006
    obo:IAO_0000115 "A striated muscle tissue that is associated with soft internal organs (viscera)." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2023-02-16T10:34:43Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "striated visceral muscle tissue" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8600006" ;
    a owl:Class ;
    rdfs:label "visceral striated muscle tissue" ;
    rdfs:subClassOf obo:UBERON_0002036, obo:UBERON_8600004 .

obo:UBERON_8600024
    obo:IAO_0000115 "A venule that is part of a lung and drains oxygenated blood from pulmonary capillaries. A pulmonary venule merges into a pulmonary vein branch that runs in the pulmonary interlobular septa." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2023-10-24T11:26:27Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8600024" ;
    a owl:Class ;
    rdfs:label "pulmonary venule" ;
    rdfs:subClassOf obo:UBERON_0003494, obo:UBERON_0003512, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0013127
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0020102 ;
        owl:someValuesFrom obo:UBERON_0016405
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001979
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0002048
            ]
        )
    ] .

obo:UBERON_8600123
    obo:IAO_0000115 "A parasympathetic ganglion that is located within the airway walls of the lower respiratory tract. This ganglion is responsible for controlling the constriction of the airway by stimulating smooth muscle contraction in the lower respiratory tract to regulate airflow." ;
    terms:contributor <https://orcid.org/0000-0001-6677-8489> ;
    terms:date "2025-02-24T14:15:29Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "ILX:0793573" ;
    oboInOwl:hasExactSynonym "lower airway parasympathetic ganglion" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "UBERON:8600123" ;
    a owl:Class ;
    rdfs:label "lower airway ganglion" ;
    rdfs:subClassOf obo:UBERON_0001808, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001558
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:UBERON_0001808
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:UBERON_0001558
            ]
        )
    ] .

chebi2:_STAR
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

chebi:_STAR
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

chebi1:_STAR
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

<http://purl.obolibrary.org/obo/chebi#has_functional_parent>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/chebi#has_parent_hydride>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/chebi#is_conjugate_acid_of>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/chebi#is_conjugate_base_of>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/chebi#is_enantiomer_of>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/chebi#is_substituent_group_from>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/chebi#is_tautomer_of>
    a owl:ObjectProperty .

cl:BDS_subset
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

cl:added_for_HCA
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

cl:blood_and_immune_upper_slim
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

cl:cellxgene_subset
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

cl:eye_upper_slim
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

cl:general_cell_types_upper_slim
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:gocheck_do_not_annotate
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:gocheck_obsoletion_candidate
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_agr
    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_euk_cellular_processes_ribbon
    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_plant_ribbon
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_pombe
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_prokaryote
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_prokaryote_ribbon
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_synapse
    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" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:absent_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Absent/present slim" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:attribute_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Attribute slim" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:cell_quality
    a owl:AnnotationProperty ;
    rdfs:comment "cell_quality" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:correlates_with
    obo:IAO_0100001 obo:RO_0002610 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "correlates_with" ;
    a owl:ObjectProperty ;
    rdfs:comment "Consider using RO:0002610 instead. See https://github.com/pato-ontology/pato/issues/454" ;
    rdfs:label "obsolete correlates_with" ;
    owl:deprecated true .

pato:decreased_in_magnitude_relative_to
    obo:IAO_0000115 "OBSOLETE. 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." ;
    obo:IAO_0100001 obo:RO_0015008 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "decreased_in_magnitude_relative_to" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason. This relation is used to determine the 'directionality' of relative qualities such as 'decreased strength', relative to the parent type, 'strength'." ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "obsolete decreased_in_magnitude_relative_to" ;
    rdfs:range obo:PATO_0000001 ;
    owl:deprecated true .

pato:different_in_magnitude_relative_to
    obo:IAO_0000115 "OBSOLETE. 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." ;
    obo:IAO_0100001 obo:RO_0015006 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "different_in_magnitude_relative_to" ;
    a owl:ObjectProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "obsolete different_in_magnitude_relative_to" ;
    rdfs:range obo:PATO_0000001 ;
    owl:deprecated true .

pato:directly_associated_with
    obo:IAO_0000115 "OBSOLETE. 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." ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2009-08-26T02:50:08Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "directly_associated_with" ;
    a owl:ObjectProperty ;
    rdfs:comment """refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason. 
OBSOLETE. 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.""" ;
    rdfs:label "obsolete directly_associated_with" ;
    owl:deprecated true .

pato:disposition_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Disposition slim" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:has_cross_section
    obo:IAO_0000115 "OBSOLETE. 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." ;
    obo:IAO_0100001 obo:RO_0015011 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_cross_section" ;
    a owl:ObjectProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454. Example: a spherical object has the quality of being spherical, and the spherical quality has_cross_section round." ;
    rdfs:label "obsolete has_cross_section" ;
    owl:deprecated true .

pato:has_dividend_entity
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_dividend_entity" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete has_dividend_entity" ;
    owl:deprecated true .

pato:has_dividend_quality
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_dividend_quality" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete has_dividend_quality" ;
    owl:deprecated true .

pato:has_divisor_entity
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_divisor_entity" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete has_divisor_entity" ;
    owl:deprecated true .

pato:has_divisor_quality
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_divisor_quality" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete has_divisor_quality" ;
    owl:deprecated true .

pato:has_ratio_quality
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_ratio_quality" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete has_ratio_quality" ;
    owl:deprecated true .

pato:has_relative_magnitude
    obo:IAO_0100001 obo:RO_0015010 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "has_relative_magnitude" ;
    a owl:ObjectProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454." ;
    rdfs:label "obsolete has_relative_magnitude" ;
    owl:deprecated true .

pato:hpo_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Human phenotype slim" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:increased_in_magnitude_relative_to
    obo:IAO_0000115 "OBSOLETE. 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." ;
    obo:IAO_0100001 obo:RO_0015007 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "increased_in_magnitude_relative_to" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454. This relation is used to determine the 'directionality' of relative qualities such as 'increased strength', relative to the parent type, 'strength'." ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "obsolete increased_in_magnitude_relative_to" ;
    rdfs:range obo:PATO_0000001 ;
    owl:deprecated true .

pato:inversely_associated_with
    obo:IAO_0000115 "OBSOLETE. 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." ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2009-08-26T02:50:24Z" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "inversely_associated_with" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete inversely_associated_with" ;
    owl:deprecated true .

pato:is_magnitude_of
    oboInOwl:hasOBONamespace "pato.ontology" ;
    oboInOwl:id "is_magnitude_of" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete is_magnitude_of" ;
    owl:deprecated true .

pato:is_measurement_of
    oboInOwl:hasOBONamespace "pato.ontology" ;
    oboInOwl:id "is_measurement_of" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete is_measurement_of" ;
    owl:deprecated true .

pato:is_unit_of
    oboInOwl:hasOBONamespace "pato.ontology" ;
    oboInOwl:id "is_unit_of" ;
    a owl:ObjectProperty ;
    rdfs:comment "refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:label "obsolete is_unit_of" ;
    owl:deprecated true .

pato:mpath_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Pathology slim" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:realized_by
    obo:IAO_0100001 obo:RO_0009501 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "realized_by" ;
    a owl:ObjectProperty ;
    rdfs:comment "Consider using RO:0009501 instead. See https://github.com/pato-ontology/pato/issues/454" ;
    rdfs:label "obsolete realized_by" ;
    owl:deprecated true .

pato:reciprocal_of
    obo:IAO_0000115 "OBSOLETE. 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." ;
    obo:IAO_0100001 obo:RO_0015012 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "reciprocal_of" ;
    a owl:ObjectProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454. 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." ;
    rdfs:label "obsolete reciprocal_of" ;
    owl:deprecated true .

pato:relational_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Relational slim: types of quality that require an additional entity in order to exist" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:scalar_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Scalar slim" ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:seeAlso
    a owl:AnnotationProperty .

pato:similar_in_magnitude_relative_to
    obo:IAO_0000115 "OBSOLETE. 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." ;
    obo:IAO_0100001 obo:RO_0015009 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "similar_in_magnitude_relative_to" ;
    a owl:ObjectProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason." ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "obsolete similar_in_magnitude_relative_to" ;
    rdfs:range obo:PATO_0000001 ;
    owl:deprecated true .

pato:singly_occurring_form_of
    oboInOwl:hasExactSynonym "monadic_form_of" ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "singly_occurring_form_of" ;
    a owl:ObjectProperty ;
    rdfs:comment """refer to https://github.com/pato-ontology/pato/issues/454 for obsoletion reason.
OBSOLETE. 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.""" ;
    rdfs:label "obsolete singly_occurring_form_of" ;
    owl:deprecated true .

pato:towards
    obo:IAO_0100001 obo:RO_0002503 ;
    oboInOwl:hasOBONamespace "quality" ;
    oboInOwl:id "towards" ;
    a owl:ObjectProperty ;
    rdfs:comment "Consider using RO:0002503 instead. See https://github.com/pato-ontology/pato/issues/454" ;
    rdfs:label "obsolete towards" ;
    owl:deprecated true .

pato:value_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Value slim" ;
    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)." ;
    dc:title "PATO - the Phenotype And Trait Ontology" ;
    terms:license <https://creativecommons.org/licenses/by/3.0/> ;
    oboInOwl:default-namespace "quality" ;
    oboInOwl:hasOBOFormatVersion "1.2" ;
    a owl:Ontology ;
    owl:versionIRI <http://purl.obolibrary.org/obo/pato/releases/2025-05-14/pato.owl> ;
    owl:versionInfo "2025-05-14" .

<http://purl.obolibrary.org/obo/pr#has_constituent_monomer>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/pr#has_gene_template>
    a owl:ObjectProperty .

subsets:ro-eco
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:anteriorly_connected_to
    obo:IAO_0000115 "x anteriorly_connected_to y iff the anterior part of x is connected to y. i.e. x connected_to y and x posterior_to y." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "anteriorly_connected_to" ;
    a owl:ObjectProperty ;
    rdfs:label "anteriorly connected to" ;
    rdfs:subPropertyOf obo:BSPO_0000099, obo:RO_0002170, core:transitively_anteriorly_connected_to .

core:channel_for
    oboInOwl:hasBroadSynonym "carries" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "channel_for" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:UBERON_0004111 ;
    rdfs:label "channel for" ;
    rdfs:range obo:UBERON_0000463 .

core:channels_from
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "channels_from" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "channels_from" .

core:channels_into
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "channels_into" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "channels_into" .

core:common_anatomy
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:cumbo
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:developmental_classification
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:distally_connected_to
    obo:IAO_0000115 "x distally_connected_to y iff the distal part of x is connected to y. i.e. x connected_to y and x proximal_to y." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "distally_connected_to" ;
    a owl:ObjectProperty ;
    rdfs:label "distally connected to" ;
    rdfs:subPropertyOf obo:BSPO_0000100, obo:RO_0002170, core:transitively_distally_connected_to ;
    owl:inverseOf core:proximally_connected_to .

core:early_development
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:efo_slim
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:emapa_ehdaa2
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:extends_fibers_into
    obo:IAO_0000115 "X extends_fibers into Y iff there exists some neuron (N) and N has_soma_location X and N 'has synaptic IO in region' some Y" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "extends_fibers_into" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "extends_fibers_into" ;
    rdfs:subPropertyOf obo:RO_0002170 .

core:filtered_through
    obo:IAO_0000115 "Relationship between a fluid and a material entity, where the fluid is the output of a realization of a filtration role that inheres in the material entity." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "filtered_through" ;
    a owl:ObjectProperty ;
    rdfs:comment "Relationship between a fluid and a filtration barrier, where the portion of fluid arises as a transformation of another portion of fluid on the other side of the barrier, with larger particles removed" ;
    rdfs:label "filtered through" .

core:functional_classification
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:grouping_class
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:homology_grouping
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:human_reference_atlas
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:inconsistent_with_fma
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:major_organ
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:non_informative
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:organ_slim
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:pheno_slim
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:phenotype_rcn
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:posteriorly_connected_to
    obo:IAO_0000115 "x posteriorly_connected_to y iff the posterior part of x is connected to y. i.e. x connected_to y and x anterior_to y." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "posteriorly_connected_to" ;
    a owl:ObjectProperty ;
    rdfs:label "posteriorly connected to" ;
    rdfs:subPropertyOf obo:BSPO_0000096, obo:RO_0002170 .

core:protects
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "protects" ;
    a owl:ObjectProperty ;
    rdfs:label "protects" .

core:proximally_connected_to
    obo:IAO_0000115 "x proximally_connected_to y iff the proximal part of x is connected to y. i.e. x connected_to y and x distal_to y." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "proximally_connected_to" ;
    a owl:ObjectProperty ;
    rdfs:label "proximally connected to" ;
    rdfs:subPropertyOf obo:BSPO_0000097, obo:RO_0002170, core:transitively_proximally_connected_to .

core:site_of
    obo:IAO_0000115 "c site_of p if c is the bearer of a disposition that is realized by a process that has p as part." ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:hasRelatedSynonym "capable_of_has_part" ;
    oboInOwl:id "site_of" ;
    a owl:ObjectProperty ;
    rdfs:label "site_of" .

core:subdivision_of
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "subdivision_of" ;
    a owl:ObjectProperty ;
    rdfs:comment "placeholder relation. X = 'subdivision of A' and subdivision_of some B means that X is the mereological sum of A and B" ;
    rdfs:label "subdivision of" .

core:transitively_anteriorly_connected_to
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "transitively_anteriorly_connected_to" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "transitively anteriorly connected to" .

core:transitively_distally_connected_to
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "transitively_distally_connected_to" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "transitively distally connected to" .

core:transitively_proximally_connected_to
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "transitively_proximally_connected_to" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "transitively proximally connected to" .

core:uberon_slim
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:unverified_taxonomic_grouping
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:upper_level
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

core:vertebrate_core
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

ubprop:_upper_level
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

obo:valid_for_go_annotation_extension
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

obo:valid_for_go_gp2term
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

obo:valid_for_go_ontology
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

obo:valid_for_gocam
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

dc:creator
    a owl:AnnotationProperty .

dc:date
    a owl:AnnotationProperty .

dc:description
    a owl:AnnotationProperty .

dc:title
    a owl:AnnotationProperty .

dc:type
    a owl:AnnotationProperty .

terms:contributor
    a owl:AnnotationProperty .

terms:date
    a owl:AnnotationProperty .

terms:description
    a owl:AnnotationProperty .

terms:license
    a owl:AnnotationProperty .

terms:title
    a owl:AnnotationProperty .

oboInOwl:SubsetProperty
    a owl:AnnotationProperty ;
    rdfs:label "subset_property" .

oboInOwl:consider
    a owl:AnnotationProperty ;
    rdfs:label "consider" .

oboInOwl:created_by
    a owl:AnnotationProperty ;
    rdfs:label "created by" .

oboInOwl:creation_date
    a owl:AnnotationProperty ;
    rdfs:label "creation date" .

oboInOwl:default-namespace
    a owl:AnnotationProperty .

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

oboInOwl:hasBroadSynonym
    a owl:AnnotationProperty ;
    rdfs:label "has_broad_synonym" .

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

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

oboInOwl:hasNarrowSynonym
    a owl:AnnotationProperty ;
    rdfs:label "has_narrow_synonym" .

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

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

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

terms3:contributor
    a owl:AnnotationProperty .

oboInOwl:id
    a owl:AnnotationProperty ;
    rdfs:label "id" .

oboInOwl:inSubset
    a owl:AnnotationProperty ;
    rdfs:label "in_subset" .

oboInOwl:is_class_level
    a owl:AnnotationProperty .

oboInOwl:is_metadata_tag
    a owl:AnnotationProperty .

oboInOwl:shorthand
    a owl:AnnotationProperty ;
    rdfs:label "shorthand" .

rdfs:comment
    a owl:AnnotationProperty .

rdfs:label
    a owl:AnnotationProperty .

owl:deprecated
    a owl:AnnotationProperty .

foaf:homepage
    a owl:AnnotationProperty .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36340 ;
    owl:annotatedTarget "fermions" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031076 ;
    owl:annotatedTarget "The process occurring during the embryonic phase whose specific outcome is the progression of the eye over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031090 ;
    owl:annotatedTarget "A membrane that is one of the two lipid bilayers of an organelle envelope or the outermost membrane of single membrane bound organelle." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao830981606" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031090 ;
    owl:annotatedTarget "intracellular membrane" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031109 ;
    owl:annotatedTarget "Assembly or disassembly of microtubules by the addition or removal of tubulin heterodimers from a microtubule." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36341 ;
    owl:annotatedTarget "bosons" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031110 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of microtubule polymerization or depolymerization by the addition or removal of tubulin heterodimers from a microtubule." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36342 ;
    owl:annotatedTarget "subatomic particles" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031111 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of microtubule polymerization or depolymerization." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031112 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of microtubule polymerization or depolymerization." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36343 ;
    owl:annotatedTarget "composite particles" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031113 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of microtubule polymerization." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031114 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of microtubule depolymerization." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36344 ;
    owl:annotatedTarget "hadrons" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031115 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of microtubule polymerization." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031116 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of microtubule polymerization." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031117 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of microtubule depolymerization." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0031117 ;
    owl:annotatedTarget "positive regulation of microtubule catastrophe" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36357 ;
    owl:annotatedTarget "polyatomic entities" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031122 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of structures formed of microtubules and associated proteins in the cytoplasm of a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031122 ;
    owl:annotatedTarget "cytoplasmic microtubule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36358 ;
    owl:annotatedTarget "polyatomic ions" .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:dph", "GOC:mah", "PMID:24503535" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031128 ;
    owl:annotatedTarget "A developmental process involving two tissues in which one tissue (the inducer) produces a signal that directs cell fate commitment of cells in the second tissue (the responder)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031175 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0031175 ;
    owl:annotatedTarget "neurite development" .

[]
    oboInOwl:hasDbXref "GOC:pg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031252 ;
    owl:annotatedTarget "The area of a motile cell closest to the direction of movement." .

[]
    oboInOwl:hasDbXref "GOC:krc", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031253 ;
    owl:annotatedTarget "The portion of the plasma membrane surrounding a plasma membrane bounded cell surface projection." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031256 ;
    owl:annotatedTarget "The portion of the plasma membrane surrounding the leading edge of a motile cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36587 ;
    owl:annotatedTarget "organic oxo compounds" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031333 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of protein complex assembly." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031334 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein complex assembly." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_36902 ;
    owl:annotatedTarget "chalcogen hydride" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031338 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vesicle fusion." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031339 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of vesicle fusion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36902 ;
    owl:annotatedTarget "chalcogen hydrides" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031340 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vesicle fusion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36914 ;
    owl:annotatedTarget "inorganic ions" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031344 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell projections." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031344 ;
    owl:annotatedTarget "regulation of cell projection organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031345 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell projections." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0031345 ;
    owl:annotatedTarget "down regulation of cell projection organization" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031345 ;
    owl:annotatedTarget "negative regulation of cell projection organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36915 ;
    owl:annotatedTarget "inorganic cations" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031346 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the process involved in the formation, arrangement of constituent parts, or disassembly of cell projections." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031346 ;
    owl:annotatedTarget "positive regulation of cell projection organization and biogenesis" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_36916 ;
    owl:annotatedTarget "Cation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031347 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a defense response." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031348 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a defense response." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_36916 ;
    owl:annotatedTarget "cation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031349 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a defense response." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36916 ;
    owl:annotatedTarget "Kation" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:mah", "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031410 ;
    owl:annotatedTarget "A vesicle found in the cytoplasm of a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031503 ;
    owl:annotatedTarget "A localization process that acts on a protein complex; the complex is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0031503 ;
    owl:annotatedTarget "protein complex localisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031503 ;
    owl:annotatedTarget "cellular protein complex localisation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36916 ;
    owl:annotatedTarget "Kationen" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dgh", "GOC:kmv", "PMID:17009929", "PMID:20144998", "PMID:22118931" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031514 ;
    owl:annotatedTarget "A cilium which may have a variable arrangement of axonemal microtubules and also contains molecular motors. It may beat with a whip-like pattern that promotes cell motility or transport of fluids and other cells across a cell surface, such as on epithelial cells that line the lumenal ducts of various tissues; or they may display a distinct twirling motion that directs fluid flow asymmetrically across the cellular surface to affect asymmetric body plan organization. Motile cilia can be found in single as well as multiple copies per cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36916 ;
    owl:annotatedTarget "cationes" .

[]
    oboInOwl:hasDbXref "GOC:nln" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031594 ;
    owl:annotatedTarget "The junction between the axon of a motor neuron and a muscle fiber. In response to the arrival of action potentials, the presynaptic button releases molecules of neurotransmitters into the synaptic cleft. These diffuse across the cleft and transmit the signal to the postsynaptic membrane of the muscle fiber, leading to a change in post-synaptic potential." .

[]
    oboInOwl:hasDbXref "GOC:ha" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031594 ;
    owl:annotatedTarget "NMJ" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:nlx_subcell_20090512" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031594 ;
    owl:annotatedTarget "motor endplate" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36916 ;
    owl:annotatedTarget "cations" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031641 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the formation of a myelin sheath around nerve axons." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031642 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the formation of a myelin sheath around nerve axons." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_36962 ;
    owl:annotatedTarget "organochalcogen compound" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031643 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the formation of a myelin sheath around nerve axons." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031644 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a neurophysiological process, an organ system process carried out by any of the organs or tissues of the nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36962 ;
    owl:annotatedTarget "organochalcogen compounds" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0031644 ;
    owl:annotatedTarget "regulation of neurological process" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031645 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a neurophysiological process." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0031645 ;
    owl:annotatedTarget "negative regulation of neurological process" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_36963 ;
    owl:annotatedTarget "organooxygen compound" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031646 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a neurophysiological process." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0031646 ;
    owl:annotatedTarget "positive regulation of neurological process" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36963 ;
    owl:annotatedTarget "organooxygen compounds" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:pz" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031965 ;
    owl:annotatedTarget "Either of the lipid bilayers that surround the nucleus and form the nuclear envelope; excludes the intermembrane space." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:pz" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031967 ;
    owl:annotatedTarget "A double membrane structure enclosing an organelle, including two lipid bilayers and the region between them. In some cases, an organelle envelope may have more than two membranes." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031968 ;
    owl:annotatedTarget "The outer, i.e. cytoplasm-facing in a cellular organelle, lipid bilayer of an organelle envelope." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031974 ;
    owl:annotatedTarget "The enclosed volume within a sealed membrane or between two sealed membranes. Encompasses the volume enclosed by the membranes of a particular organelle, e.g. endoplasmic reticulum lumen, or the space between the two lipid bilayers of a double membrane surrounding an organelle, e.g. nuclear envelope lumen." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:pz" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031981 ;
    owl:annotatedTarget "The volume enclosed by the nuclear inner membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:pz", "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031982 ;
    owl:annotatedTarget "Any small, fluid-filled, spherical organelle enclosed by membrane." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37022 ;
    owl:annotatedTarget "amino acid anion" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dph", "GOC:jl", "GOC:krc", "GOC:mah", "PMID:9889124" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032053 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a ciliary basal body, a short cylindrical array of microtubules and associated proteins found at the base of a eukaryotic cilium (also called flagellum)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0032053 ;
    owl:annotatedTarget "microtubule basal body organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0032053 ;
    owl:annotatedTarget "microtubule basal body organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37022 ;
    owl:annotatedTarget "amino acid anions" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032057 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate of translation initiation as a result of a stimulus indicating the organism is under stress." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37022 ;
    owl:annotatedTarget "amino-acid anions" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032058 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of translation initiation as a result of a stimulus indicating the organism is under stress." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "PMID:12083798", "PMID:16624291", "Wikipedia:Bleb_(cell_biology)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032059 ;
    owl:annotatedTarget "A cell extension caused by localized decoupling of the cytoskeleton from the plasma membrane and characterized by rapid formation, rounded shape, and scarcity of organelles within the protrusion. Blebs are formed during apoptosis and other cellular processes, including cell locomotion, cell division, and as a result of physical or chemical stresses." .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032059 ;
    owl:annotatedTarget "plasma membrane bleb" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37176 ;
    owl:annotatedTarget "mononuclear hydride" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_apoptosis", "PMID:12083798", "PMID:16624291", "Wikipedia:Bleb_(cell_biology)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032060 ;
    owl:annotatedTarget "The assembly of a bleb, a cell extension caused by localized decoupling of the cytoskeleton from the plasma membrane and characterized by rapid formation, rounded shape, and scarcity of organelles within the protrusion. Plasma membrane blebbing occurs during apoptosis and other cellular processes, including cell locomotion, cell division, and as a result of physical or chemical stresses." .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0032060 ;
    owl:annotatedTarget "blebbing" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0032060 ;
    owl:annotatedTarget "membrane blebbing" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032060 ;
    owl:annotatedTarget "plasma membrane bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032060 ;
    owl:annotatedTarget "plasma membrane blebbing" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37176 ;
    owl:annotatedTarget "mononuclear hydrides" .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032065 ;
    owl:annotatedTarget "A process in which a protein or protein complex is maintained in a specific location in the cell cortex." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032101 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a response to an external stimulus." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_37395 ;
    owl:annotatedTarget "Mucopolysaccharide" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032102 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a response to an external stimulus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032103 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the rate of a response to an external stimulus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37395 ;
    owl:annotatedTarget "Mucopolysaccharid" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032127 ;
    owl:annotatedTarget "The lipid bilayer surrounding a dense core granule." .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032127 ;
    owl:annotatedTarget "dense core vesicle membrane" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37395 ;
    owl:annotatedTarget "Mukopolysaccharid" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032222 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cholinergic synaptic transmission, the process of communication from a neuron to another neuron across a synapse using the neurotransmitter acetylcholine." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032223 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cholinergic synaptic transmission, the process of communication from a neuron to another neuron across a synapse using the neurotransmitter acetylcholine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37395 ;
    owl:annotatedTarget "mucopolisacarido" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032224 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of cholinergic synaptic transmission, the process of communication from a neuron to another neuron across a synapse using the neurotransmitter acetylcholine." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37395 ;
    owl:annotatedTarget "mucopolisacaridos" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032239 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0032239 ;
    owl:annotatedTarget "regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032240 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0032240 ;
    owl:annotatedTarget "negative regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_37527 ;
    owl:annotatedTarget "Acid" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032241 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0032241 ;
    owl:annotatedTarget "positive regulation of nucleobase, nucleoside, nucleotide and nucleic acid transport" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37527 ;
    owl:annotatedTarget "Saeure" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032252 ;
    owl:annotatedTarget "Any process in which a secretory granule is transported to, and/or maintained in, a specific location within the cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032252 ;
    owl:annotatedTarget "secretory granule localisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032253 ;
    owl:annotatedTarget "Any process in which a dense core granule is transported to, and/or maintained in, a specific location within the cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37527 ;
    owl:annotatedTarget "Saeuren" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032253 ;
    owl:annotatedTarget "dense core granule localisation" .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032253 ;
    owl:annotatedTarget "dense core vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032271 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the process of creating protein polymers." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37527 ;
    owl:annotatedTarget "acide" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032272 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the process of creating protein polymers." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032273 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the process of creating protein polymers." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37527 ;
    owl:annotatedTarget "acido" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032288 ;
    owl:annotatedTarget "The process in which the wraps of cell membrane that constitute myelin are laid down around an axon in the central or peripheral nervous system." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0032288 ;
    owl:annotatedTarget "myelin formation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37527 ;
    owl:annotatedTarget "acids" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032289 ;
    owl:annotatedTarget "The process in which the wraps of cell membrane that constitute myelin are laid down around an axon by an oligodendrocyte in the central nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37577 ;
    owl:annotatedTarget "chemical compound" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032290 ;
    owl:annotatedTarget "The process in which the wraps of cell membrane that constitute myelin are laid down around an axon by Schwann cells in the peripheral nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37577 ;
    owl:annotatedTarget "heteroatomic molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032291 ;
    owl:annotatedTarget "The process in which a glial cell membrane closes around an axon in the central nervous system. This can be a myelinating or a non-myelinating neuron-glial interaction." .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032292 ;
    owl:annotatedTarget "The process in which a Schwann cell membrane closes around an axon in the peripheral nervous system. This can be a myelinating or a non-myelinating neuron-glial interaction." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032330 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of chondrocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032331 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of chondrocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37622 ;
    owl:annotatedTarget "carboxamides" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032332 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of chondrocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37622 ;
    owl:annotatedTarget "primary carboxamide" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032365 ;
    owl:annotatedTarget "The directed movement of lipids within cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032368 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032369 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_37826 ;
    owl:annotatedTarget "sulfuric acid derivative" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032370 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032377 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of lipids within cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37826 ;
    owl:annotatedTarget "sulfuric acid derivatives" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032378 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of lipids within cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032379 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of lipids within cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032386 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of substances within cells." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37838 ;
    owl:annotatedTarget "carboxylic acyl groups" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032387 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of substances within cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032388 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of substances within cells." .

[]
    oboInOwl:hasDbXref "GOC:curators", "GOC:dph", "GOC:isa_complete", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032501 ;
    owl:annotatedTarget "Any biological process, occurring at the level of a multicellular organism, pertinent to its function." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032502 ;
    owl:annotatedTarget "A biological process whose specific outcome is the progression of an integrated living unit: an anatomical structure (which may be a subcellular structure, cell, tissue, or organ), or organism over time from an initial condition to a later condition." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37886 ;
    owl:annotatedTarget "adrenergic agonists" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032507 ;
    owl:annotatedTarget "Any process in which a protein is maintained in a specific location within, or in the membrane of, a cell, and is prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0032507 ;
    owl:annotatedTarget "maintenance of protein localization in cell" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37886 ;
    owl:annotatedTarget "adrenergic receptor agonist" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032589 ;
    owl:annotatedTarget "The portion of the plasma membrane surrounding a neuron projection." .

[]
    oboInOwl:hasDbXref "IUPHAR" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37886 ;
    owl:annotatedTarget "adrenoceptor agonists" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032590 ;
    owl:annotatedTarget "The portion of the plasma membrane surrounding a dendrite." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032591 ;
    owl:annotatedTarget "The portion of the plasma membrane surrounding a dendritic spine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37886 ;
    owl:annotatedTarget "adrenomimetic" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032594 ;
    owl:annotatedTarget "The directed movement of a protein from one location to another within a lipid bilayer." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37886 ;
    owl:annotatedTarget "adrenomimetics" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:txnOH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032774 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of RNA, ribonucleic acid, one of the two main type of nucleic acid, consisting of a long, unbranched macromolecule formed from ribonucleotides joined in 3',5'-phosphodiester linkage. Includes polymerization of ribonucleotide monomers. Refers not only to transcription but also to e.g. viral RNA replication." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:nc", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0032774 ;
    owl:annotatedTarget "dsRNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032787 ;
    owl:annotatedTarget "The chemical reactions and pathways involving monocarboxylic acids, any organic acid containing one carboxyl (COOH) group or anion (COO-)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37962 ;
    owl:annotatedTarget "adrenergic agents" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032790 ;
    owl:annotatedTarget "The disaggregation of a ribosome into its constituent components; includes the dissociation of ribosomal subunits." .

[]
    oboInOwl:hasDbXref "GOC:db", "PMID:9463391" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0032790 ;
    owl:annotatedTarget "ribosome recycling" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37962 ;
    owl:annotatedTarget "adrenergic drug" .

[]
    oboInOwl:hasDbXref "GOC:krc", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032838 ;
    owl:annotatedTarget "All of the contents of a plasma membrane bounded cell projection, excluding the plasma membrane surrounding the projection." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032839 ;
    owl:annotatedTarget "All of the contents of a dendrite, excluding the surrounding plasma membrane." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37962 ;
    owl:annotatedTarget "adrenergic drugs" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032871 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of karyogamy, the creation of a single nucleus from multiple nuclei as a result of membrane fusion." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032878 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the specification, formation or maintenance of anisotropic intracellular organization or cell growth patterns." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37962 ;
    owl:annotatedTarget "adrenergic neuron agents" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032879 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of any process in which a cell, a substance, or a cellular entity is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032879 ;
    owl:annotatedTarget "regulation of localisation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_37962 ;
    owl:annotatedTarget "adrenergics" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032880 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of any process in which a protein is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032880 ;
    owl:annotatedTarget "regulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032880 ;
    owl:annotatedTarget "regulation of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032881 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving polysaccharides." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38101 ;
    owl:annotatedTarget "heterocyclic organonitrogen compounds" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032885 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of polysaccharides." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38101 ;
    owl:annotatedTarget "organonitrogen heterocyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032886 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of any cellular process that depends upon or alters the microtubule cytoskeleton." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032890 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of organic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38166 ;
    owl:annotatedTarget "organic heteropolycyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032891 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of organic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032892 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of organic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38180 ;
    owl:annotatedTarget "polycyclic heteroarenes" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032940 ;
    owl:annotatedTarget "The controlled release of a substance by a cell." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032943 ;
    owl:annotatedTarget "The expansion of a mononuclear cell population by cell division. A mononuclear cell is a leukocyte with a single non-segmented nucleus in the mature form." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38323 ;
    owl:annotatedTarget "cholinergic agent" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032944 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mononuclear cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032945 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of mononuclear cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38323 ;
    owl:annotatedTarget "cholinergic drugs" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032946 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mononuclear cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38323 ;
    owl:annotatedTarget "cholinomimetic" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032956 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032956 ;
    owl:annotatedTarget "regulation of actin cytoskeleton organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0032956 ;
    owl:annotatedTarget "regulation of actin cytoskeleton organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032963 ;
    owl:annotatedTarget "The chemical reactions and pathways involving collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals. Collagen is highly enriched in glycine (some regions are 33% glycine) and proline, occurring predominantly as 3-hydroxyproline (about 20%)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38324 ;
    owl:annotatedTarget "acetylcholine agonist" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032964 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals. Collagen is highly enriched in glycine (some regions are 33% glycine) and proline, occurring predominantly as 3-hydroxyproline (about 20%)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38324 ;
    owl:annotatedTarget "acetylcholine agonists" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032965 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032966 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." .

[]
    oboInOwl:hasDbXref "IUPHAR" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38324 ;
    owl:annotatedTarget "acetylcholine receptor agonist" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032967 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032970 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of any cellular process that depends upon or alters the actin cytoskeleton." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38324 ;
    owl:annotatedTarget "cholinergic agonists" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032973 ;
    owl:annotatedTarget "The directed movement of amino acids from inside of a cell, across the plasma membrane and into the extracellular region." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38324 ;
    owl:annotatedTarget "cholinomimetic" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38324 ;
    owl:annotatedTarget "cholinomimetics" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032974 ;
    owl:annotatedTarget "The directed movement of amino acids out of the vacuole, across the vacuolar membrane." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38325 ;
    owl:annotatedTarget "muscarinic acetylcholine receptor agonist" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032975 ;
    owl:annotatedTarget "The directed movement of amino acids into the vacuole across the vacuolar membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032984 ;
    owl:annotatedTarget "The disaggregation of a protein-containing macromolecular complex into its constituent components." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38325 ;
    owl:annotatedTarget "muscarinic agonists" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032988 ;
    owl:annotatedTarget "The disaggregation of a protein-RNA complex into its constituent components." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032989 ;
    owl:annotatedTarget "The process in which a cellular entity is generated and organized. A cellular entity has granularity above the level of a protein complex but below that of an anatomical system." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0032989 ;
    owl:annotatedTarget "cellular structure morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:mah" ;
    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 "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38325 ;
    owl:annotatedTarget "muscarinic cholinergic agonist" .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033002 ;
    owl:annotatedTarget "The expansion of a muscle cell population by cell division." .

[]
    oboInOwl:hasDbXref "CL:0000763", "GOC:add", "GOC:mtg_apoptosis", "PMID:11292031", "PMID:15330259", "PMID:17133093" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033028 ;
    owl:annotatedTarget "Any apoptotic process in a myeloid cell, a cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38325 ;
    owl:annotatedTarget "muscarinic cholinergic agonists" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033032 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of myeloid cell apoptotic process." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38631 ;
    owl:annotatedTarget "aminoalkylindoles" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033033 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of a myeloid cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033034 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of myeloid cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033036 ;
    owl:annotatedTarget "Any process in which a macromolecule is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033036 ;
    owl:annotatedTarget "macromolecule localisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033037 ;
    owl:annotatedTarget "Any process in which a polysaccharide is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033037 ;
    owl:annotatedTarget "polysaccharide localisation" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_38958 ;
    owl:annotatedTarget "Indole alkaloid" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033043 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of an organelle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033043 ;
    owl:annotatedTarget "regulation of organelle organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0033043 ;
    owl:annotatedTarget "regulation of organelle organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_38958 ;
    owl:annotatedTarget "indole alkaloids" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033044 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of a chromosome." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033044 ;
    owl:annotatedTarget "regulation of chromosome organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0033044 ;
    owl:annotatedTarget "regulation of chromosome organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033045 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of sister chromatid segregation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39141 ;
    owl:annotatedTarget "Bronsted-Saeure" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033046 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of sister chromatid segregation." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39141 ;
    owl:annotatedTarget "acide de Bronsted" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033047 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of sister chromatid segregation during mitosis." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033048 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of sister chromatid segregation during mitosis." .

[]
    oboInOwl:hasDbXref "GOC:mtg_MIT_16mar07" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033059 ;
    owl:annotatedTarget "The deposition or aggregation of coloring matter in a cell." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39141 ;
    owl:annotatedTarget "donneur d'hydron" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033157 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of proteins within cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033238 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways by which individual cells transform amines." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39141 ;
    owl:annotatedTarget "hydron donor" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033239 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving amines." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39142 ;
    owl:annotatedTarget "Bronsted-Base" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033240 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving amines." .

[]
    oboInOwl:hasDbXref "GOC:dgf", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033278 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a cell population in the midbrain." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39142 ;
    owl:annotatedTarget "accepteur d'hydron" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033363 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a secretory granule. A secretory granule is a small subcellular vesicle, surrounded by a membrane, that is formed from the Golgi apparatus and contains a highly concentrated protein destined for secretion." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033363 ;
    owl:annotatedTarget "secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0033363 ;
    owl:annotatedTarget "secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39142 ;
    owl:annotatedTarget "base de Bronsted" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033365 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within an organelle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033365 ;
    owl:annotatedTarget "protein localisation to organelle" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033365 ;
    owl:annotatedTarget "protein localization in organelle" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39142 ;
    owl:annotatedTarget "hydron acceptor" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033366 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a secretory granule." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033366 ;
    owl:annotatedTarget "protein localisation in secretory granule" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033604 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of a catecholamine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39144 ;
    owl:annotatedTarget "Lewis-Base" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033605 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the regulated release of a catecholamine." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39144 ;
    owl:annotatedTarget "base de Lewis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033750 ;
    owl:annotatedTarget "A process in which a ribosome is transported to, and/or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033762 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a glucagon stimulus." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0033762 ;
    owl:annotatedTarget "response to glucagon stimulus" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39144 ;
    owl:annotatedTarget "donneur d'une paire d'electrons" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0033993 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a lipid stimulus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_39144 ;
    owl:annotatedTarget "electron donor" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034067 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within the Golgi apparatus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034067 ;
    owl:annotatedTarget "protein localisation in Golgi apparatus" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0034067 ;
    owl:annotatedTarget "establishment of protein localisation to Golgi" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0034067 ;
    owl:annotatedTarget "establishment of protein localization to Golgi apparatus" .

[]
    oboInOwl:hasDbXref "GOC:add", "PMID:10694114", "PMID:14754397" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034101 ;
    owl:annotatedTarget "Any process of regulating the production and elimination of erythrocytes within an organism." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_43176 ;
    owl:annotatedTarget "HYDROXY GROUP" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034101 ;
    owl:annotatedTarget "RBC homeostasis" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034101 ;
    owl:annotatedTarget "red blood cell homeostasis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034219 ;
    owl:annotatedTarget "The process in which a carbohydrate is transported across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034219 ;
    owl:annotatedTarget "transmembrane carbohydrate transport" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_43176 ;
    owl:annotatedTarget "hydroxy group" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034220 ;
    owl:annotatedTarget "A process in which a monoatomic ion is transported across a membrane. Monatomic ions (also called simple ions) are ions consisting of exactly one atom." .

[]
    a owl:Axiom ;
    rdfs:label "Ion channel transport" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0034220 ;
    owl:annotatedTarget "Reactome:R-HSA-983712" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034220 ;
    owl:annotatedTarget "transmembrane ion transport" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_43176 ;
    owl:annotatedTarget "-OH" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034242 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034248 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving amides." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_43176 ;
    owl:annotatedTarget "hydroxyl" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034249 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving amides." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034250 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving amides." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_43176 ;
    owl:annotatedTarget "hydroxyl group" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034329 ;
    owl:annotatedTarget "A cellular process that results in the aggregation, arrangement and bonding together of a set of components to form a cell junction." .

[]
    a owl:Axiom ;
    rdfs:label "Cell junction organization" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0034329 ;
    owl:annotatedTarget "Reactome:R-HSA-446728" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034330 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a cell junction. A cell junction is a specialized region of connection between two cells or between a cell and the extracellular matrix." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034330 ;
    owl:annotatedTarget "cell junction organisation" .

[]
    oboInOwl:hasDbXref "CL:0000125", "GOC:mtg_apoptosis", "GOC:sart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034349 ;
    owl:annotatedTarget "Any apoptotic process in a glial cell, a non-neuronal cell of the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034350 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of glial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_45696 ;
    owl:annotatedTarget "hydrogensulfate" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034351 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of glial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034352 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of glial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_45696 ;
    owl:annotatedTarget "HSO4(-)" .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:BHF", "GOC:mah", "GOC:mtg_apoptosis", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034390 ;
    owl:annotatedTarget "Any apoptotic process in a smooth muscle cell. Smooth muscle consists of non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_apoptosis", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034391 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of smooth muscle cell apoptotic process." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_45696 ;
    owl:annotatedTarget "HYDROGEN SULFATE" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_apoptosis", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034392 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of smooth muscle cell apoptotic process." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_45696 ;
    owl:annotatedTarget "[SO3(OH)](-)" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_apoptosis", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034393 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of smooth muscle cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034436 ;
    owl:annotatedTarget "The directed movement of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_46629 ;
    owl:annotatedTarget "OXO GROUP" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034486 ;
    owl:annotatedTarget "The process in which a solute is transported from one side of the vacuolar membrane to the other." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46629 ;
    owl:annotatedTarget "=O" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034487 ;
    owl:annotatedTarget "The process in which an amino acid is transported from one side of the vacuolar membrane to the other." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034502 ;
    owl:annotatedTarget "Any process in which a protein is transported to, or maintained at, a specific location on a chromosome." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034502 ;
    owl:annotatedTarget "protein localisation to chromosome" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_46662 ;
    owl:annotatedTarget "mineral" .

[]
    oboInOwl:hasDbXref "GOC:ecd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034504 ;
    owl:annotatedTarget "A process in which a protein transports or maintains the localization of another protein to the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034504 ;
    owl:annotatedTarget "protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034504 ;
    owl:annotatedTarget "protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46662 ;
    owl:annotatedTarget "Minerale" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034654 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of nucleobases, nucleosides, nucleotides and nucleic acids." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034762 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of a solute from one side of a membrane to the other." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46662 ;
    owl:annotatedTarget "minerales" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034763 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of a solute from one side of a membrane to the other." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034764 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of a solute from one side of a membrane to the other." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46662 ;
    owl:annotatedTarget "minerals" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034765 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of ions from one side of a membrane to the other." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034765 ;
    owl:annotatedTarget "regulation of transmembrane ion transport" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46662 ;
    owl:annotatedTarget "mineraux" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034766 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of ions from one side of a membrane to the other." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0034766 ;
    owl:annotatedTarget "negative regulation of transmembrane ion transport" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034767 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of ions from one side of a membrane to the other." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46723 ;
    owl:annotatedTarget "phosphate minerals" .

[]
    oboInOwl:hasDbXref "GOC:sart", "PMID:17301221" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0034769 ;
    owl:annotatedTarget "The controlled breakdown of the basement membrane in the context of a normal process such as imaginal disc eversion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46787 ;
    owl:annotatedTarget "Loesungsmittel" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035050 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the embryonic heart tube over time, from its formation to the mature structure. The heart tube forms as the heart rudiment from the heart field." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46787 ;
    owl:annotatedTarget "solvant" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035051 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cell that will form part of the cardiac organ of an individual." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46787 ;
    owl:annotatedTarget "solvents" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:cilia", "GOC:jl", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035082 ;
    owl:annotatedTarget "The assembly and organization of an axoneme, the bundle of microtubules and associated proteins that forms the core of cilia (also called flagella) in eukaryotic cells and is responsible for their movements." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0035082 ;
    owl:annotatedTarget "axoneme biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0035082 ;
    owl:annotatedTarget "cilium axoneme biogenesis" .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_46883 ;
    owl:annotatedTarget "CARBOXY GROUP" .

[]
    oboInOwl:hasDbXref "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035107 ;
    owl:annotatedTarget "The process in which the anatomical structures of appendages are generated and organized. An appendage is an organ or part that is attached to the trunk of an organism, such as a limb or a branch." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035112 ;
    owl:annotatedTarget "The process in which the anatomical structures of genitalia are generated and organized. The genitalia are the organs of reproduction or generation, external and internal." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46883 ;
    owl:annotatedTarget "-C(O)OH" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035148 ;
    owl:annotatedTarget "Creation of the central hole of a tube in an anatomical structure through which gases and/or liquids flow." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035148 ;
    owl:annotatedTarget "tube lumen formation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0035148 ;
    owl:annotatedTarget "lumen formation in an anatomical structure" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46883 ;
    owl:annotatedTarget "-CO2H" .

[]
    oboInOwl:hasDbXref "GOC:bf", "ISBN:0879694238", "PMID:8314839" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035190 ;
    owl:annotatedTarget "The directed movement of nuclei within the syncytial embryo of insects. These precise temporal and spatial patterns of nuclear movement are coordinated with mitotic divisions and are required during blastoderm formation to reposition dividing nuclei from the interior of the syncytial embryo to the cortex." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46883 ;
    owl:annotatedTarget "-COOH" .

[]
    oboInOwl:hasDbXref "PMID:12814944" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035234 ;
    owl:annotatedTarget "Programmed cell death of an errant germ line cell that is outside the normal migratory path or ectopic to the gonad. This is an important mechanism of regulating germ cell survival within the embryo." .

[]
    oboInOwl:hasDbXref "GOC:bf", "PMID:14624839" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035239 ;
    owl:annotatedTarget "The process in which the anatomical structures of a tube are generated and organized. Epithelial and endothelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues, with tube shape and organization varying from the single-celled excretory organ in Caenorhabditis elegans to the branching trees of the mammalian kidney and insect tracheal system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_46883 ;
    owl:annotatedTarget "carboxyl group" .

[]
    oboInOwl:hasDbXref "PMID:24793987", "PMID:25247640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035260 ;
    owl:annotatedTarget "The process in which the anatomical structures of the internal genitalia are generated and organized. The internal genitalia are the internal sex organs such as the uterine tube, the uterus and the vagina in female mammals, and the testis, seminal vesicle, ejaculatory duct and prostate in male mammals." .

[]
    oboInOwl:hasDbXref "PMID:24793987", "PMID:25247640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035261 ;
    owl:annotatedTarget "The process in which the anatomical structures of the external genitalia are generated and organized. The external genitalia are the outer sex organs, such as the penis or vulva in mammals." .

[]
    oboInOwl:hasDbXref "ISBN:0198612001" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035262 ;
    owl:annotatedTarget "The process in which the anatomical structures of the gonads are generated and organized. A gonad is an animal organ producing gametes, e.g. the testes or the ovary in mammals." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_47622 ;
    owl:annotatedTarget "Acetic ester" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:curators", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035264 ;
    owl:annotatedTarget "The increase in size or mass of an entire multicellular organism, as opposed to cell growth." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_47622 ;
    owl:annotatedTarget "Acetyl ester" .

[]
    oboInOwl:hasDbXref "GOC:bf", "ISBN:0471245208", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035265 ;
    owl:annotatedTarget "The increase in size or mass of an organ. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that function together as to perform a specific function." .

[]
    oboInOwl:hasDbXref "GOC:bf", "Wikipedia:Development_of_the_endocrine_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035270 ;
    owl:annotatedTarget "Progression of the endocrine system over time, from its formation to a mature structure. The endocrine system is a system of hormones and ductless glands, where the glands release hormones directly into the blood, lymph or other intercellular fluid, and the hormones circulate within the body to affect distant organs. The major glands that make up the human endocrine system are the hypothalamus, pituitary, thyroid, parathryoids, adrenals, pineal body, and the reproductive glands which include the ovaries and testes." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_47622 ;
    owl:annotatedTarget "acetate" .

[]
    oboInOwl:hasDbXref "GOC:bf", "Wikipedia:Exocrine_gland" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035272 ;
    owl:annotatedTarget "Progression of the exocrine system over time, from its formation to a mature structure. The exocrine system is a system of hormones and glands, where the glands secrete straight to a target site via ducts or tubes. The human exocrine system includes the salivary glands, sweat glands and many glands of the digestive system." .

[]
    oboInOwl:hasDbXref "PMID:10611687", "PMID:9706689" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035282 ;
    owl:annotatedTarget "The regionalization process that divides an organism or part of an organism into a series of semi-repetitive parts, or segments, often arranged along a longitudinal axis." .

[]
    oboInOwl:hasDbXref "PMID:1360402" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035290 ;
    owl:annotatedTarget "Partitioning of the blastoderm embryo into trunk segmental units. In Drosophila, the trunk segments include thoracic segments and abdominal segments A1 to A8." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_47622 ;
    owl:annotatedTarget "acetate esters" .

[]
    oboInOwl:hasDbXref "PMID:12526790" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035295 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a tube over time, from its initial formation to a mature structure. Epithelial and endothelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues including lung and trachea, kidney, the mammary gland, the vascular system and the gastrointestinal and urinary-genital tracts." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_47622 ;
    owl:annotatedTarget "acetates" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:lb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035372 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained at, a microtubule." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035372 ;
    owl:annotatedTarget "protein localisation to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035418 ;
    owl:annotatedTarget "Any process in which a protein is transported to, and/or maintained at the synapse, the junction between a nerve fiber of one neuron and another neuron or muscle fiber or glial cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035418 ;
    owl:annotatedTarget "protein localisation to synapse" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_47622 ;
    owl:annotatedTarget "acetyl esters" .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035433 ;
    owl:annotatedTarget "The process in which acetate is transported across a membrane. Acetate is the 2-carbon carboxylic acid ethanoic acid." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_47622 ;
    owl:annotatedTarget "an acetyl ester" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035441 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another that will contribute to the differentiation of an endothelial cell that will form de novo blood vessels and tubes." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:jl", "GOC:signaling", "ISBN:3527303782" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035556 ;
    owl:annotatedTarget "The process in which a signal is passed on to downstream components within the cell, which become activated themselves to further propagate the signal and finally trigger a change in the function or state of the cell." .

[]
    oboInOwl:hasDbXref "GOC:signaling" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0035556 ;
    owl:annotatedTarget "intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48154 ;
    owl:annotatedTarget "Schwefeloxide" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035592 ;
    owl:annotatedTarget "The directed movement of a protein to a specific location within the extracellular region." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035592 ;
    owl:annotatedTarget "establishment of protein localisation in extracellular region" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48154 ;
    owl:annotatedTarget "oxides of sulfur" .

[]
    oboInOwl:hasDbXref "CL:0000037", "GOC:BHF", "PMID:20234092" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035701 ;
    owl:annotatedTarget "The orderly movement of a hematopoietic stem cell from one site to another. A hematopoietic stem cell is a cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system." .

[]
    oboInOwl:hasDbXref "CL:0000037" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035701 ;
    owl:annotatedTarget "hemopoietic stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:cilia" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035735 ;
    owl:annotatedTarget "The bidirectional movement of large protein complexes along microtubules within a cilium that contributes to cilium assembly." .

[]
    a owl:Axiom ;
    rdfs:label "Intraflagellar transport" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0035735 ;
    owl:annotatedTarget "Reactome:R-HSA-5620924" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48154 ;
    owl:annotatedTarget "sulfur oxides" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:sart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035736 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a cell population that contributes to compound eye morphogenesis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48354 ;
    owl:annotatedTarget "polar solvents" .

[]
    oboInOwl:hasDbXref "CL:0000566", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035779 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of an angioblast cell. Angioblasts are one of the two products formed from hemangioblast cells (the other being pluripotent hemopoietic stem cells)." .

[]
    oboInOwl:hasDbXref "CL:0000566" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035779 ;
    owl:annotatedTarget "angioblastic mesenchymal cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48539 ;
    owl:annotatedTarget "alpha-adrenergic drugs" .

[]
    oboInOwl:hasDbXref "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035834 ;
    owl:annotatedTarget "The chemical reactions and pathways involving an indole alkaloid, an alkaloid containing an indole skeleton." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035834 ;
    owl:annotatedTarget "indole alkaloid metabolism" .

[]
    oboInOwl:hasDbXref "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035835 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of an indole alkaloid, an alkaloid containing an indole skeleton." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035835 ;
    owl:annotatedTarget "indole alkaloid anabolism" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035835 ;
    owl:annotatedTarget "indole alkaloid biosynthesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48705 ;
    owl:annotatedTarget "agonista" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035835 ;
    owl:annotatedTarget "indole alkaloid formation" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035835 ;
    owl:annotatedTarget "indole alkaloid synthesis" .

[]
    oboInOwl:hasDbXref "CL:0000556", "GOC:BHF", "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035855 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a megakaryocyte cell over time, from its formation to the mature structure. Megakaryocyte development does not include the steps involved in committing a cell to a megakaryocyte fate. A megakaryocyte is a giant cell 50 to 100 micron in diameter, with a greatly lobulated nucleus, found in the bone marrow." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035855 ;
    owl:annotatedTarget "megakaryocyte cell development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48705 ;
    owl:annotatedTarget "agoniste" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:kmv", "PMID:21422230" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035869 ;
    owl:annotatedTarget "A region of the cilium between the basal body and proximal segment that is characterized by Y-shaped assemblages that connect axonemal microtubules to the ciliary membrane. The ciliary transition zone appears to function as a gate that controls ciliary membrane composition and separates the cytosol from the ciliary plasm." .

[]
    oboInOwl:hasDbXref "CL:0000164", "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035883 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized structural and/or functional features of an enteroendocrine cell. Enteroendocrine cells are hormonally active epithelial cells in the gut that constitute the diffuse neuroendocrine system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_48705 ;
    owl:annotatedTarget "agonists" .

[]
    oboInOwl:hasDbXref "GOC:sl", "PMID:16151017", "PMID:18267954" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035886 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a vascular smooth muscle cell." .

[]
    oboInOwl:hasDbXref "PMID:16151017" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035886 ;
    owl:annotatedTarget "VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035887 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a smooth muscle cell surrounding the aorta." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_49637 ;
    owl:annotatedTarget "1H" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "MA:0000062", "UBERON:0000947", "Wikipedia:Aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035904 ;
    owl:annotatedTarget "The progression of the aorta over time, from its initial formation to the mature structure. An aorta is an artery that carries blood from the heart to other parts of the body." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "MA:0002570", "UBERON:0001496", "Wikipedia:Ascending_aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035905 ;
    owl:annotatedTarget "The progression of the ascending aorta over time, from its initial formation to the mature structure. The ascending aorta is the portion of the aorta in a two-pass circulatory system that lies between the heart and the arch of aorta. In a two-pass circulatory system blood passes twice through the heart to supply the body once." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_49637 ;
    owl:annotatedTarget "H" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "MA:0002571", "UBERON:0001514", "Wikipedia:Descending_aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035906 ;
    owl:annotatedTarget "The progression of the descending aorta over time, from its initial formation to the mature structure. The descending aorta is the portion of the aorta in a two-pass circulatory system from the arch of aorta to the point where it divides into the common iliac arteries. In a two-pass circulatory system blood passes twice through the heart to supply the body once." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_49637 ;
    owl:annotatedTarget "Wasserstoff" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "UBERON:0005805", "Wikipedia:Aorta", "ZFA:0000014" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035907 ;
    owl:annotatedTarget "The progression of the dorsal aorta over time, from its initial formation to the mature structure. The dorsal aorta is a blood vessel in a single-pass circulatory system that carries oxygenated blood from the gills to the rest of the body. In a single-pass circulatory system blood passes once through the heart to supply the body once." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "MA:0000062", "UBERON:0000947", "Wikipedia:Aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035909 ;
    owl:annotatedTarget "The process in which the anatomical structures of an aorta are generated and organized. An aorta is an artery that carries blood from the heart to other parts of the body." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_49637 ;
    owl:annotatedTarget "hidrogeno" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "MA:0002570", "UBERON:0001496", "Wikipedia:Ascending_aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035910 ;
    owl:annotatedTarget "The process in which the anatomical structures of the ascending aorta are generated and organized. The ascending aorta is the portion of the aorta in a two-pass circulatory system that lies between the heart and the arch of aorta. In a two-pass circulatory system blood passes twice through the heart to supply the body once." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_49637 ;
    owl:annotatedTarget "hydrogen" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "MA:0002571", "UBERON:0001514", "Wikipedia:Descending_aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035911 ;
    owl:annotatedTarget "The process in which the anatomical structures of the descending aorta are generated and organized. The descending aorta is the portion of the aorta in a two-pass circulatory system from the arch of aorta to the point where it divides into the common iliac arteries. In a two-pass circulatory system blood passes twice through the heart to supply the body once." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_49637 ;
    owl:annotatedTarget "hydrogene" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "UBERON:0005805", "Wikipedia:Aorta", "ZFA:0000014" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035912 ;
    owl:annotatedTarget "The process in which the anatomical structures of the dorsal aorta are generated and organized. The dorsal aorta is a blood vessel in a single-pass circulatory system that carries oxygenated blood from the gills to the rest of the body. In a single-pass circulatory system blood passes once through the heart to supply the body once." .

[]
    oboInOwl:hasDbXref "CL:0000188", "GOC:BHF", "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035914 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a skeletal muscle cell, a somatic cell located in skeletal muscle." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035929 ;
    owl:annotatedTarget "The regulated release of any steroid that acts as a hormone into the circulatory system." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035935 ;
    owl:annotatedTarget "The regulated release of an androgen into the circulatory system. Androgens are steroid hormones that stimulate or control the development and maintenance of masculine characteristics in vertebrates." .

[]
    oboInOwl:hasDbXref "CL:0002673", "GOC:yaf", "PMID:3393851" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035981 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a tongue muscle cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50047 ;
    owl:annotatedTarget "organic amino compounds" .

[]
    oboInOwl:hasDbXref "CL:0000223", "GOC:yaf", "PMID:17624332" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035987 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of an endoderm cell, a cell of the inner of the three germ layers of the embryo." .

[]
    oboInOwl:hasDbXref "CL:0000223" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0035987 ;
    owl:annotatedTarget "endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50297 ;
    owl:annotatedTarget "canonical nucleotide residues" .

[]
    oboInOwl:hasDbXref "GOC:yaf", "PMID:21412429", "UBERON:0000043" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035989 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a tendon over time, from its formation to the mature structure. A tendon is a fibrous, strong, connective tissue that connects muscle to bone or integument and is capable of withstanding tension. Tendons and muscles work together to exert a pulling force." .

[]
    oboInOwl:hasDbXref "UBERON:0000043" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0035989 ;
    owl:annotatedTarget "sinew development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50299 ;
    owl:annotatedTarget "canonical ribonucleotide residues" .

[]
    oboInOwl:hasDbXref "GOC:yaf", "PMID:17567668", "UBERON:0000043" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0035992 ;
    owl:annotatedTarget "The process that gives rise to a tendon. This process pertains to the initial formation of a tendon from unspecified parts." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:clt", "PMID:21750193" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036064 ;
    owl:annotatedTarget "A membrane-tethered, short cylindrical array of microtubules and associated proteins found at the base of a eukaryotic cilium (also called flagellum) that is similar in structure to a centriole and derives from it. The cilium basal body is the site of assembly and remodeling of the cilium and serves as a nucleation site for axoneme growth. As well as anchoring the cilium, it is thought to provide a selective gateway regulating the entry of ciliary proteins and vesicles by intraflagellar transport." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0036064 ;
    owl:annotatedTarget "cilium basal body" .

[]
    oboInOwl:hasDbXref "PMID:11125699" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0036064 ;
    owl:annotatedTarget "kinetosome" .

[]
    a owl:Axiom ;
    rdfs:comment "We need to import uberon muscle to create a stricter domain constraint" ;
    owl:annotatedProperty rdfs:domain ;
    owl:annotatedSource obo:RO_0002372 ;
    owl:annotatedTarget obo:UBERON_0000061 .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50313 ;
    owl:annotatedTarget "onium cations" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036072 ;
    owl:annotatedTarget "The formation of bone or of a bony substance, or the conversion of fibrous tissue or of cartilage into bone or a bony substance, that does not require the replacement of preexisting tissues." .

[]
    oboInOwl:hasDbXref "CL:0000586", "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036093 ;
    owl:annotatedTarget "The multiplication or reproduction of germ cells, reproductive cells in multicellular organisms, resulting in the expansion of a cell population." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50313 ;
    owl:annotatedTarget "onium ion" .

[]
    oboInOwl:hasDbXref "CL:0002573", "PMID:20335460" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036135 ;
    owl:annotatedTarget "The orderly movement of a Schwann cell from one site to another. A Schwann cell is a glial cell that ensheathes axons of neuron in the peripheral nervous system and is necessary for their maintenance and function." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50313 ;
    owl:annotatedTarget "onium ions" .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:kmv", "PMID:15930100", "PMID:22464329" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036194 ;
    owl:annotatedTarget "A prolongation or process extending from a muscle cell. A muscle cell is a mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns." .

[]
    oboInOwl:hasDbXref "CL:0000187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0036194 ;
    owl:annotatedTarget "myocyte projection" .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0036194 ;
    owl:annotatedTarget "muscle arm" .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0036194 ;
    owl:annotatedTarget "myopodia" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50319 ;
    owl:annotatedTarget "nucleotide residues" .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:kmv", "PMID:15930100", "PMID:22464329" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036195 ;
    owl:annotatedTarget "The portion of the plasma membrane surrounding a muscle cell projection." .

[]
    oboInOwl:hasDbXref "GOC:al" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036293 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus reflecting a decline in the level of oxygen." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0036293 ;
    owl:annotatedTarget "response to lowered oxygen levels" .

[]
    oboInOwl:hasDbXref "CL:1000428", "GOC:nhn", "PMID:17666529" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036334 ;
    owl:annotatedTarget "Any biological process involved in the maintenance of the steady-state number of epidermal stem cells within a population of cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50320 ;
    owl:annotatedTarget "nucleoside residues" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:pad" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036477 ;
    owl:annotatedTarget "The region of a neuron that includes the cell body (cell soma) and dendrite(s), but excludes the axon." .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:bf", "GOC:mat", "PMID:2387238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036484 ;
    owl:annotatedTarget "The characteristic movement of trunk neural crest cells from the neural tube to other locations in the vertebrate embryo." .

[]
    oboInOwl:hasDbXref "PMID:2387238" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0036484 ;
    owl:annotatedTarget "trunk NCC migration" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:bf", "PMID:12473691" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0036504 ;
    owl:annotatedTarget "The joining of two lipid bilayers that surround the Golgi apparatus to form a single Golgi membrane." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0036504 ;
    owl:annotatedTarget "membrane fusion involved in Golgi reassembly" .

[]
    oboInOwl:hasDbXref "PMID:10811609" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0036504 ;
    owl:annotatedTarget "post-mitotic fusion of Golgi membranes" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50860 ;
    owl:annotatedTarget "organic compounds" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040007 ;
    owl:annotatedTarget "The increase in size or mass of an entire organism, a part of an organism or a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0040007 ;
    owl:annotatedTarget "non-developmental growth" .

[]
    oboInOwl:hasDbXref "GOC:ems", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040008 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the growth of all or part of an organism so that it occurs at its proper speed, either globally or in a specific part of the organism's development." .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040011 ;
    owl:annotatedTarget "Self-propelled movement of a cell or organism from one location to another." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50860 ;
    owl:annotatedTarget "organic entity" .

[]
    oboInOwl:hasDbXref "GOC:ems" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040012 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of locomotion of a cell or organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50860 ;
    owl:annotatedTarget "organic molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040013 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of locomotion of a cell or organism." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ems", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040014 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of growth of the body of an organism so that it reaches its usual body size." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0040014 ;
    owl:annotatedTarget "regulation of body growth" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0040014 ;
    owl:annotatedTarget "regulation of body size" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50910 ;
    owl:annotatedTarget "agente neurotoxico" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ems", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040015 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of growth of an organism to reach its usual body size." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0040015 ;
    owl:annotatedTarget "negative regulation of body growth" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0040015 ;
    owl:annotatedTarget "negative regulation of body size" .

[]
    oboInOwl:hasDbXref "GOC:clt", "ISBN:0070524300" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040016 ;
    owl:annotatedTarget "The first few specialized divisions of an activated animal egg." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50910 ;
    owl:annotatedTarget "nerve poison" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040017 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of locomotion of a cell or organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50910 ;
    owl:annotatedTarget "nerve poisons" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040018 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of growth of an organism to reach its usual body size." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0040018 ;
    owl:annotatedTarget "positive regulation of body growth" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0040018 ;
    owl:annotatedTarget "positive regulation of body size" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040019 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of embryonic development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50910 ;
    owl:annotatedTarget "neurotoxic agent" .

[]
    oboInOwl:hasDbXref "GOC:ems", "GOC:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040020 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of meiotic nuclear division, the process in which the nucleus of a diploid cell divides twice forming four haploid cells, one or more of which usually function as gametes." .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0040020 ;
    owl:annotatedTarget "regulation of meiosis" .

[]
    oboInOwl:hasDbXref "PMID:9442909" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0040034 ;
    owl:annotatedTarget "Any process that modulates the consistent predetermined time point at which an integrated living unit or organism progresses from an initial condition to a later condition and the rate at which this time point is reached." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50910 ;
    owl:annotatedTarget "neurotoxic agents" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042063 ;
    owl:annotatedTarget "The process that results in the generation of glial cells. This includes the production of glial progenitors and their differentiation into mature glia." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50910 ;
    owl:annotatedTarget "neurotoxicant" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042065 ;
    owl:annotatedTarget "Growth of glial cells, non-neuronal cells that provide support and nutrition, maintain homeostasis, form myelin, and participate in signal transmission in the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042069 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving catecholamines." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50910 ;
    owl:annotatedTarget "neurotoxins" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:kmv", "PMID:17981739", "PMID:18180368", "PMID:22869374" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042073 ;
    owl:annotatedTarget "The bidirectional movement of large protein complexes along microtubules within a cilium, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "GOC:jl", "PMID:16099638" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042074 ;
    owl:annotatedTarget "The migration of individual cells within the blastocyst to help establish the multi-layered body plan of the organism (gastrulation). For example, the migration of cells from the surface to the interior of the embryo (ingression)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_50994 ;
    owl:annotatedTarget "primary amino compounds" .

[]
    oboInOwl:hasDbXref "GOC:jid", "PMID:2279698" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042078 ;
    owl:annotatedTarget "The self-renewing division of a germline stem cell to produce a daughter stem cell and a daughter germ cell, which will divide to form the gametes." .

[]
    oboInOwl:hasDbXref "GOC:mgi_curators", "ISBN:0781735149", "PMID:12851652", "PMID:14581484" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042118 ;
    owl:annotatedTarget "The change in morphology and behavior of an endothelial cell resulting from exposure to a cytokine, chemokine, cellular ligand, or soluble factor." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042127 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:jl", "GOC:mah", "GOC:mcc", "GOC:pr", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042175 ;
    owl:annotatedTarget "The continuous network of membranes encompassing the nuclear outer membrane and the endoplasmic reticulum membrane." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_51143 ;
    owl:annotatedTarget "Nitrogenous compounds" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0042175 ;
    owl:annotatedTarget "nuclear membrane-ER network" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0042175 ;
    owl:annotatedTarget "nuclear membrane-endoplasmic reticulum continuum" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0042175 ;
    owl:annotatedTarget "nuclear envelope-endoplasmic reticulum network" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042221 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a chemical stimulus." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0042221 ;
    owl:annotatedTarget "response to chemical stimulus" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_51143 ;
    owl:annotatedTarget "nitrogen compounds" .

[]
    oboInOwl:hasDbXref "GOC:ma", "PMID:26404467", "Wikipedia:Ribosome_biogenesis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042254 ;
    owl:annotatedTarget "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits; includes transport to the sites of protein synthesis." .

[]
    oboInOwl:hasDbXref "GOC:ma", "PMID:30467428" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042255 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of the mature ribosome and of its subunits." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0042255 ;
    owl:annotatedTarget "ribosomal subunit assembly" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_51143 ;
    owl:annotatedTarget "nitrogen molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042306 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of movement of proteins from the cytoplasm to the nucleus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_51151 ;
    owl:annotatedTarget "dipolar compounds" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042307 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of movement of proteins from the cytoplasm into the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042308 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of proteins from the cytoplasm into the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mtg_cardio", "GOC:tb", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042391 ;
    owl:annotatedTarget "Any process that modulates the establishment or extent of a membrane potential, the electric potential existing across any membrane arising from charges in the membrane itself and from the charges present in the media on either side of the membrane." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_51422 ;
    owl:annotatedTarget "organodiyl groups" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0395825172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042401 ;
    owl:annotatedTarget "The chemical reactions and pathways occurring at the level of individual cells resulting in the formation of any of a group of naturally occurring, biologically active amines, such as norepinephrine, histamine, and serotonin, many of which act as neurotransmitters." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042415 ;
    owl:annotatedTarget "The chemical reactions and pathways involving norepinephrine, a hormone secreted by the adrenal medulla, and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts in the central nervous system. It is also the demethylated biosynthetic precursor of epinephrine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_51958 ;
    owl:annotatedTarget "organic polycyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042421 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of norepinephrine, a hormone secreted by the adrenal medulla, and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts in the central nervous system. It is also the demethylated biosynthetic precursor of epinephrine." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042423 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of any of a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." .

[]
    a owl:Axiom ;
    rdfs:label "Catecholamine biosynthesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0042423 ;
    owl:annotatedTarget "Reactome:R-HSA-209905" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_52209 ;
    owl:annotatedTarget "etiopathogenetic agent" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042427 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of serotonin (5-hydroxytryptamine), a monoamine neurotransmitter occurring in the peripheral and central nervous systems, also having hormonal properties." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_52209 ;
    owl:annotatedTarget "etiopathogenetic role" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042428 ;
    owl:annotatedTarget "The chemical reactions and pathways involving serotonin (5-hydroxytryptamine), a monoamine neurotransmitter occurring in the peripheral and central nervous systems, also having hormonal properties." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042430 ;
    owl:annotatedTarget "The chemical reactions and pathways involving compounds that contain an indole (2,3-benzopyrrole) skeleton." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_52217 ;
    owl:annotatedTarget "farmaco" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042435 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of compounds that contain an indole (2,3-benzopyrrole) skeleton." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_52217 ;
    owl:annotatedTarget "medicament" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042461 ;
    owl:annotatedTarget "Development of a photoreceptor, a cell that responds to incident electromagnetic radiation, particularly visible light." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0192800981" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042462 ;
    owl:annotatedTarget "Development of a photoreceptor, a sensory cell in the eye that reacts to the presence of light. They usually contain a pigment that undergoes a chemical change when light is absorbed, thus stimulating a nerve." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_52217 ;
    owl:annotatedTarget "pharmaceuticals" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042478 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of eye photoreceptor development." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042479 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of eye photoreceptor development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_52254 ;
    owl:annotatedTarget "hydroxyapatite" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042480 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of eye photoreceptor development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_52845 ;
    owl:annotatedTarget "cyclic organic groups" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042551 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a neuron to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042552 ;
    owl:annotatedTarget "The process in which myelin sheaths are formed and maintained around neurons. Oligodendrocytes in the brain and spinal cord and Schwann cells in the peripheral nervous system wrap axons with compact layers of their plasma membrane. Adjacent myelin segments are separated by a non-myelinated stretch of axon called a node of Ranvier." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "HP:0003429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0042552 ;
    owl:annotatedTarget "myelinogenesis" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0395825172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042592 ;
    owl:annotatedTarget "Any biological process involved in the maintenance of an internal steady state." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042641 ;
    owl:annotatedTarget "Any complex of actin, myosin, and accessory proteins." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_53309 ;
    owl:annotatedTarget "polyanion" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042670 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a retinal cone cell." .

[]
    oboInOwl:hasDbXref "SUBMITTER" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_53309 ;
    owl:annotatedTarget "polyanions" .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042692 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a muscle cell." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042762 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving sulfur, the nonmetallic element sulfur or compounds that contain sulfur." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_53368 ;
    owl:annotatedTarget "ionic polymer" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042886 ;
    owl:annotatedTarget "The directed movement of an amide, any compound containing one, two, or three acyl groups attached to a nitrogen atom, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_53368 ;
    owl:annotatedTarget "polyionic macromolecule" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042981 ;
    owl:annotatedTarget "Any process that modulates the occurrence or rate of cell death by apoptotic process." .

[]
    a owl:Axiom ;
    rdfs:label "Regulation of Apoptosis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0042981 ;
    owl:annotatedTarget "Reactome:R-HSA-169911" .

[]
    a owl:Axiom ;
    rdfs:label "TP53 Regulates Transcription of Cell Death Genes" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0042981 ;
    owl:annotatedTarget "Reactome:R-HSA-5633008" .

[]
    oboInOwl:hasDbXref "GOC:jl", "PMID:16318917" ;
    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 "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_5391 ;
    owl:annotatedTarget "Glucagon" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042996 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the transport of proteins from the Golgi to the plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042997 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the transport of proteins from the Golgi to the plasma membrane." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5391 ;
    owl:annotatedTarget "Glucagone" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042998 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the transport of proteins from the Golgi to the plasma membrane." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5391 ;
    owl:annotatedTarget "HSQGTFTSDYSKYLDSRRAQDFVQWLMNT" .

[]
    oboInOwl:hasDbXref "ISBN:0716731363" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043001 ;
    owl:annotatedTarget "The directed movement of proteins from the Golgi to the plasma membrane in transport vesicles that move from the trans-Golgi network to the plasma membrane." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5391 ;
    owl:annotatedTarget "His-Ser-Gln-Gly-Thr-Phe-Thr-Ser-Asp-Tyr-Ser-Lys-Tyr-Leu-Asp-Ser-Arg-Arg-Ala-Gln-Asp-Phe-Val-Gln-Trp-Leu-Met-Asn-Thr" .

[]
    oboInOwl:hasDbXref "GOC:jl", "PMID:3077060" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043005 ;
    owl:annotatedTarget "A prolongation or process extending from a nerve cell, e.g. an axon or dendrite." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao250931889" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043005 ;
    owl:annotatedTarget "neuron protrusion" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0043005 ;
    owl:annotatedTarget "nerve fiber" .

[]
    oboInOwl:hasDbXref "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043009 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the embryo over time, from zygote formation through a stage including a notochord and neural tube until birth or egg hatching." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5391 ;
    owl:annotatedTarget "His-ser-glu(nh2)-gly-thr-phe-thr-ser-asp-tyr-ser-lys-tyr-leu-asp-ser-arg-arg-ala-glu(NH2)-asp-phe-val-glu(NH2)-trp-leu-met-asp(NH2)-thr" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043010 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the camera-type eye over time, from its formation to the mature structure. The camera-type eye is an organ of sight that receives light through an aperture and focuses it through a lens, projecting it on a photoreceptor field." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043025 ;
    owl:annotatedTarget "The portion of a neuron that includes the nucleus, but excludes cell projections such as axons and dendrites." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_5686 ;
    owl:annotatedTarget "Heterocyclic compound" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043043 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of peptides, compounds of 2 or more (but usually less than 100) amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another. This may include the translation of a precursor protein and its subsequent processing into a functional peptide." .

[]
    a owl:Axiom ;
    rdfs:label "Rhesus blood group biosynthesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0043043 ;
    owl:annotatedTarget "Reactome:R-HSA-9037628" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5686 ;
    owl:annotatedTarget "compuesto heterociclico" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043062 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of structures in the space external to the outermost structure of a cell. For cells without external protective or external encapsulating structures this refers to space outside of the plasma membrane, and also covers the host cell environment outside an intracellular parasite." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043062 ;
    owl:annotatedTarget "extracellular structure organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043065 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell death by apoptotic process." .

[]
    a owl:Axiom ;
    rdfs:label "NRAGE signals death through JNK" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0043065 ;
    owl:annotatedTarget "Reactome:R-HSA-193648" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5686 ;
    owl:annotatedTarget "compuestos heterociclicos" .

[]
    a owl:Axiom ;
    rdfs:label "NRIF signals cell death from the nucleus" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0043065 ;
    owl:annotatedTarget "Reactome:R-HSA-205043" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043066 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell death by apoptotic process." .

[]
    a owl:Axiom ;
    rdfs:label "p75NTR signals via NF-kB" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0043066 ;
    owl:annotatedTarget "Reactome:R-HSA-193639" .

[]
    a owl:Axiom ;
    rdfs:label "Regulation of PAK-2p34 activity by PS-GAP/RHG10" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0043066 ;
    owl:annotatedTarget "Reactome:R-HSA-211728" .

[]
    a owl:Axiom ;
    rdfs:label "Regulation of activated PAK-2p34 by proteasome mediated degradation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0043066 ;
    owl:annotatedTarget "Reactome:R-HSA-211733" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5686 ;
    owl:annotatedTarget "heterocycle" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043067 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of programmed cell death, cell death resulting from activation of endogenous cellular processes." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_5686 ;
    owl:annotatedTarget "heterocyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043068 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of programmed cell death, cell death resulting from activation of endogenous cellular processes." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043069 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of programmed cell death, cell death resulting from activation of endogenous cellular processes." .

[]
    oboInOwl:hasDbXref "CL:0000586", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043073 ;
    owl:annotatedTarget "The nucleus of a germ cell, a reproductive cell in multicellular organisms." .

[]
    oboInOwl:hasDbXref "GOC:jl", "PMID:30784960" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043083 ;
    owl:annotatedTarget "The narrow gap that separates the presynaptic and postsynaptic membranes, into which neurotransmitter is released." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043143 ;
    owl:annotatedTarget "Any process in which proteins and protein complexes involved in translation are transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043143 ;
    owl:annotatedTarget "regulation of translation by machinery localisation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043143 ;
    owl:annotatedTarget "translational machinery localization" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043170 ;
    owl:annotatedTarget "The chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "GOC:mtg_chebi_dec09" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043170 ;
    owl:annotatedTarget "biopolymer metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:nln" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043197 ;
    owl:annotatedTarget "A small, membranous protrusion from a dendrite that forms a postsynaptic compartment, typically receiving input from a single presynapse. They function as partially isolated biochemical and an electrical compartments. Spine morphology is variable:they can be thin, stubby, mushroom, or branched, with a continuum of intermediate morphologies. They typically terminate in a bulb shape, linked to the dendritic shaft by a restriction. Spine remodeling is though to be involved in synaptic plasticity." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao965204139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043197 ;
    owl:annotatedTarget "branched dendritic spine" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao876577163" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043197 ;
    owl:annotatedTarget "mushroom dendritic spine" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1536532595" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043197 ;
    owl:annotatedTarget "sessile dendritic spine" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao317384566" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043197 ;
    owl:annotatedTarget "stubby dendritic spine" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1232858786" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043197 ;
    owl:annotatedTarget "thin dendritic spine" .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:mlg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043200 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an amino acid stimulus. An amino acid is a carboxylic acids containing one or more amino groups." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043200 ;
    owl:annotatedTarget "response to amino acid stimulus" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043207 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an external biotic stimulus, an external stimulus caused by, or produced by living things." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:jl", "NIF_Subcellular:sao593830697", "Wikipedia:Myelin" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043209 ;
    owl:annotatedTarget "An electrically insulating fatty layer that surrounds the axons of many neurons. It is an outgrowth of glial cells: Schwann cells supply the myelin for peripheral neurons while oligodendrocytes supply it to those of the central nervous system." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Causality" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002410 ;
    owl:annotatedTarget "relation that links two events, processes, states, or objects such that one event, process, state, or object (a cause) contributes to the production of another event, process, state, or object (an effect) where the cause is partly or wholly responsible for the effect, and the effect is partly or wholly dependent on the cause." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_57887 ;
    owl:annotatedTarget "tryptamine" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:nlx_subcell_20090204" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043209 ;
    owl:annotatedTarget "astrocyte sheath" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1279474730" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043209 ;
    owl:annotatedTarget "oligodendrocyte myelin sheath" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    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 "GOC:go_curators" ;
    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 "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043228 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, not bounded by a lipid bilayer membrane. Includes ribosomes, the cytoskeleton and chromosomes." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_57887 ;
    owl:annotatedTarget "tryptaminium cation" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    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 "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_57887 ;
    owl:annotatedTarget "tryptaminium(1+)" .

[]
    oboInOwl:hasDbXref "GOC:jl", "PMID:9914479" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043230 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, occurring outside the cell. Includes, for example, extracellular membrane vesicles (EMVs) and the cellulosomes of anaerobic bacteria and fungi." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    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 "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043232 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, not bounded by a lipid bilayer membrane and occurring within the cell. Includes ribosomes, the cytoskeleton and chromosomes." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043233 ;
    owl:annotatedTarget "The internal volume enclosed by the membranes of a particular organelle; includes the volume enclosed by a single organelle membrane, e.g. endoplasmic reticulum lumen, or the volume enclosed by the innermost of the two lipid bilayers of an organelle envelope, e.g. nuclear lumen." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58942 ;
    owl:annotatedTarget "amino acid cation residue" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043242 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of protein complex disassembly, the disaggregation of a protein complex into its constituent components." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58942 ;
    owl:annotatedTarget "amino acid cation residues" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043243 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein complex disassembly, the disaggregation of a protein complex into its constituent components." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043244 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein complex disassembly, the disaggregation of a protein complex into its constituent components." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58942 ;
    owl:annotatedTarget "amino-acid cation residue" .

[]
    oboInOwl:hasDbXref "GOC:devbiol", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043249 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for an erythrocyte to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043249 ;
    owl:annotatedTarget "RBC maturation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043249 ;
    owl:annotatedTarget "red blood cell maturation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58942 ;
    owl:annotatedTarget "amino-acid cation residues" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043254 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein complex assembly." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043255 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of carbohydrates." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58942 ;
    owl:annotatedTarget "cationic amino acid residue" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043264 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, not bounded by a lipid bilayer membrane and occurring outside the cell." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043269 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of charged atoms or small charged molecules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58942 ;
    owl:annotatedTarget "cationic amino acid residues" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043270 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of charged atoms or small charged molecules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58942 ;
    owl:annotatedTarget "cationic amino-acid residues" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043271 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of charged atoms or small charged molecules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043279 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an alkaloid stimulus. Alkaloids are a large group of nitrogenous substances found in naturally in plants, many of which have extracts that are pharmacologically active." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043292 ;
    owl:annotatedTarget "Fibers, composed of actin, myosin, and associated proteins, found in cells of smooth or striated muscle." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043353 ;
    owl:annotatedTarget "The process in which a myeloid precursor cell acquires specialized features of an erythrocyte without a nucleus. An example of this process is found in Mus musculus." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043353 ;
    owl:annotatedTarget "enucleate RBC differentiation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043353 ;
    owl:annotatedTarget "enucleate red blood cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043354 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for an enucleate erythrocyte to attain its fully functional state. An enucleate erythrocyte is an erythrocyte without a nucleus." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043354 ;
    owl:annotatedTarget "enucleate RBC maturation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043354 ;
    owl:annotatedTarget "enucleate red blood cell maturation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_58958 ;
    owl:annotatedTarget "organosulfate oxoanions" .

[]
    oboInOwl:hasDbXref "GOC:devbiol", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043362 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a nucleate erythrocyte to attain its fully functional state. A nucleate erythrocyte is an erythrocyte with a nucleus." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043362 ;
    owl:annotatedTarget "nucleate RBC maturation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043362 ;
    owl:annotatedTarget "nucleate red blood cell maturation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_59740 ;
    owl:annotatedTarget "nucleophile" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043363 ;
    owl:annotatedTarget "The process in which a myeloid precursor cell acquires specializes features of an erythrocyte with a nucleus, as found in non-mammalian vertebrates such as birds." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043363 ;
    owl:annotatedTarget "nucleate RBC differentiation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043363 ;
    owl:annotatedTarget "nucleate red blood cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_59740 ;
    owl:annotatedTarget "nucleophiles" .

[]
    oboInOwl:hasDbXref "PMID:11027914", "PMID:15134857", "Wikipedia:Peptide_hormone" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043434 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a peptide hormone stimulus. A peptide hormone is any of a class of peptides that are secreted into the blood stream and have endocrine functions in living animals." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043434 ;
    owl:annotatedTarget "response to peptide hormone stimulus" .

[]
    oboInOwl:hasDbXref "Wikipedia:Oxyacid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043436 ;
    owl:annotatedTarget "The chemical reactions and pathways involving any oxoacid; an oxoacid is a compound which contains oxygen, at least one other element, and at least one hydrogen bound to oxygen, and which produces a conjugate base by loss of positive hydrogen ion(s) (hydrons)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_59740 ;
    owl:annotatedTarget "nucleophilic reagents" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043455 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of secondary metabolism, the chemical reactions and pathways involving compounds that are not necessarily required for growth and maintenance of cells, and are often unique to a taxon." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043473 ;
    owl:annotatedTarget "The accumulation of pigment in an organism, tissue or cell, either by increased deposition or by increased number of cells." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle", "PMID:11181628", "PMID:11449884", "PMID:12605307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043500 ;
    owl:annotatedTarget "A process in which muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_59999 ;
    owl:annotatedTarget "Chemische Substanz" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle", "PMID:11181628", "PMID:11449884", "PMID:12605307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043501 ;
    owl:annotatedTarget "Any process in which skeletal muscles change their phenotypic profiles in response to altered functional demands and a variety of signals." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_60004 ;
    owl:annotatedTarget "Mischung" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043502 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of muscle adaptation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043523 ;
    owl:annotatedTarget "Any process that modulates the occurrence or rate of cell death by apoptotic process in neurons." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043524 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell death by apoptotic process in neurons." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043525 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell death of neurons by apoptotic process." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_60027 ;
    owl:annotatedTarget "Polymer" .

[]
    oboInOwl:hasDbXref "PMID:11166264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043534 ;
    owl:annotatedTarget "The orderly movement of an endothelial cell into the extracellular matrix in order to form new blood vessels during angiogenesis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_60027 ;
    owl:annotatedTarget "Kunststoff" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043535 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the migration of the endothelial cells of blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043536 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the migration of the endothelial cells of blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043537 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the migration of the endothelial cells of blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043542 ;
    owl:annotatedTarget "The orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_60164 ;
    owl:annotatedTarget "polyionic polymer" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043576 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the process of gaseous exchange between an organism and its environment." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_60242 ;
    owl:annotatedTarget "a monovalent cation" .

[]
    oboInOwl:hasDbXref "GOC:jl", "UBERON:0001723" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043586 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the tongue over time, from its formation to the mature structure. The tongue is the movable, muscular organ on the floor of the mouth of most vertebrates, in many other mammals is the principal organ of taste, aids in the prehension of food, in swallowing, and in modifying the voice as in speech." .

[]
    oboInOwl:hasDbXref "GOC:jl", "UBERON:0001723" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043587 ;
    owl:annotatedTarget "The process in which the anatomical structures of the tongue are generated and organized. The tongue is the movable, muscular organ on the floor of the mouth of most vertebrates, in man other mammals is the principal organ of taste, aids in the prehension of food, in swallowing, and in modifying the voice as in speech." .

[]
    oboInOwl:hasDbXref "GOC:jl", "UBERON:0002097" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043588 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the skin over time, from its formation to the mature structure. The skin is the external membranous integument of an animal. In vertebrates the skin generally consists of two layers, an outer nonsensitive and nonvascular epidermis (cuticle or skarfskin) composed of cells which are constantly growing and multiplying in the deeper, and being thrown off in the superficial layers, as well as an inner vascular dermis (cutis, corium or true skin) composed mostly of connective tissue." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_60466 ;
    owl:annotatedTarget "a peptide" .

[]
    oboInOwl:hasDbXref "GOC:jl", "UBERON:0002097" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043589 ;
    owl:annotatedTarget "The process in which the anatomical structures of the skin are generated and organized. The skin is the external membranous integument of an animal. In vertebrates the skin generally consists of two layers, an outer nonsensitive and nonvascular epidermis (cuticle or skarfskin) composed of cells which are constantly growing and multiplying in the deeper, and being thrown off in the superficial layers, as well as an inner, sensitive and vascular dermis (cutis, corium or true skin) composed mostly of connective tissue." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_60466 ;
    owl:annotatedTarget "peptide zwitterions" .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043603 ;
    owl:annotatedTarget "The chemical reactions and pathways involving an amide, any derivative of an oxoacid in which an acidic hydroxy group has been replaced by an amino or substituted amino group, as carried out by individual cells." .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043604 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of an amide, any derivative of an oxoacid in which an acidic hydroxy group has been replaced by an amino or substituted amino group." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:mtg_mpo" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043931 ;
    owl:annotatedTarget "The formation of bone or of a bony substance, or the conversion of fibrous tissue or of cartilage into bone, involved in the progression of the skeleton from its formation to its mature state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043931 ;
    owl:annotatedTarget "ossification involved in skeletal development" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0043931 ;
    owl:annotatedTarget "ossification involved in bone modeling" .

[]
    oboInOwl:hasDbXref "SUBMITTER" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_61120 ;
    owl:annotatedTarget "nucleobase-containing compound" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043933 ;
    owl:annotatedTarget "Any process in which macromolecules aggregate, disaggregate, or are modified, resulting in the formation, disassembly, or alteration of a protein complex." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0043933 ;
    owl:annotatedTarget "protein complex subunit organisation" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044057 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a system process, a multicellular organismal process carried out by any of the organs or tissues in an organ system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_61120 ;
    owl:annotatedTarget "nucleobase-containing compounds" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044058 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a digestive system process, a physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044060 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of an endocrine process, a process involving the secretion of or response to endocrine hormones. An endocrine hormone is a hormone released into the circulatory system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_61120 ;
    owl:annotatedTarget "nucleobase-containing molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044065 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a respiratory system process, an organ system process carried out by any of the organs or tissues of the respiratory system." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044085 ;
    owl:annotatedTarget "A process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a cellular component. Includes biosynthesis of constituent macromolecules, and those macromolecular modifications that are involved in synthesis or assembly of the cellular component." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044087 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cellular component biogenesis, a process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a cellular component." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044088 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of a vacuole." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0044088 ;
    owl:annotatedTarget "regulation of vacuole organisation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_61469 ;
    owl:annotatedTarget "polyanion" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0044088 ;
    owl:annotatedTarget "regulation of vacuole biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044089 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cellular component biogenesis, a process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a cellular component." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_61469 ;
    owl:annotatedTarget "polyanions" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044090 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of a vacuole." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0044090 ;
    owl:annotatedTarget "positive regulation of vacuole organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0044090 ;
    owl:annotatedTarget "positive regulation of vacuole biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidant" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044091 ;
    owl:annotatedTarget "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a membrane." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044207 ;
    owl:annotatedTarget "A ribonucleoprotein complex that contains aminoacylated initiator methionine tRNA, GTP, and initiation factor 2 (either eIF2 in eukaryotes, or IF2 in prokaryotes). In prokaryotes, fMet-tRNA (initiator) is used rather than Met-tRNA (initiator)." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044238 ;
    owl:annotatedTarget "The chemical reactions and pathways involving those compounds which are formed as a part of the normal anabolic and catabolic processes. These processes take place in most, if not all, cells of the organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidants" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044272 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of compounds that contain sulfur, such as the amino acids methionine and cysteine or the tripeptide glutathione." .

[]
    oboInOwl:hasDbXref "GOC:curators", "GOC:pde", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044281 ;
    owl:annotatedTarget "The chemical reactions and pathways involving small molecules, any low molecular weight, monomeric, non-encoded molecule." .

[]
    oboInOwl:hasDbXref "GOC:curators", "GOC:pde", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044283 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of small molecules, any low molecular weight, monomeric, non-encoded molecule." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044297 ;
    owl:annotatedTarget "The portion of a cell bearing surface projections such as axons, dendrites, cilia, or flagella that includes the nucleus, but excludes all cell projections." .

[]
    oboInOwl:hasDbXref "ISBN:0198504888", "NIF_Subcellular:sao1145756102" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044309 ;
    owl:annotatedTarget "A small membranous protrusion, often ending in a bulbous head and attached to the neuron by a narrow stalk or neck." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidiser" .

[]
    oboInOwl:hasDbXref "CL:0000057", "GOC:jl", "GOC:mtg_apoptosis", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044346 ;
    owl:annotatedTarget "Any apoptotic process in a fibroblast, a connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044380 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within the cytoskeleton." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0044380 ;
    owl:annotatedTarget "protein localisation to cytoskeleton" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidisers" .

[]
    oboInOwl:hasDbXref "GOC:cc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044419 ;
    owl:annotatedTarget "Any process evolved to enable an interaction with an organism of a different species." .

[]
    a owl:Axiom ;
    rdfs:label "Parasitic Infection Pathways" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0044419 ;
    owl:annotatedTarget "Reactome:R-HSA-9824443" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000079", "PMID:19776033", "PMID:21129373", "ZFIN:dsf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044458 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a motile cilium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0044458 ;
    owl:annotatedTarget "motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0044458 ;
    owl:annotatedTarget "motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidising agents" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0044458 ;
    owl:annotatedTarget "motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0044458 ;
    owl:annotatedTarget "nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0044458 ;
    owl:annotatedTarget "nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044550 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of secondary metabolites, the compounds that are not necessarily required for growth and maintenance of cells, and are often unique to a taxon." .

[]
    oboInOwl:hasDbXref "CL:0000138", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044566 ;
    owl:annotatedTarget "A change in the morphology or behavior of a chondrocyte resulting from exposure to an activating factor such as a cellular or soluble ligand. A chondrocyte is a polymorphic cell that forms cartilage." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidizer" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044703 ;
    owl:annotatedTarget "A biological process that directly contributes to the process of producing new individuals, involving another organism." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044706 ;
    owl:annotatedTarget "A multicellular organism process which involves another multicellular organism of the same or different species." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidizers" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044743 ;
    owl:annotatedTarget "The directed movement of proteins into an intracellular organelle, across a membrane." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidizing agent" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0044782 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a cilium, a specialized eukaryotic organelle that consists of a filiform extrusion of the cell surface. Each cilium is bounded by an extrusion of the cytoplasmic membrane, and contains a regular longitudinal array of microtubules, anchored basally in a centriole." .

[]
    oboInOwl:hasDbXref "GOC:elh", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045026 ;
    owl:annotatedTarget "The joining of the lipid bilayer membrane that surround a cell with that of another cell, producing a single cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63248 ;
    owl:annotatedTarget "oxidizing agents" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045132 ;
    owl:annotatedTarget "The process in which genetic material, in the form of chromosomes, is organized into specific structures and then physically separated and apportioned to two or more sets during M phase of the meiotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045137 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the primary sexual characteristics over time, from their formation to the mature structures. The primary sexual characteristics are the testes in males and the ovaries in females and they develop in response to sex hormone secretion." .

[]
    oboInOwl:hasDbXref "ISBN:0716731185" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045165 ;
    owl:annotatedTarget "The cellular developmental process by which a cell establishes the intrinsic character of a cell or tissue region irreversibly committing it to a particular fate." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045168 ;
    owl:annotatedTarget "Signaling at long or short range between cells that results in the commitment of a cell to a certain fate." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0045168 ;
    owl:annotatedTarget "cell-cell signalling involved in cell fate specification" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63299 ;
    owl:annotatedTarget "carbohydrate derivatives" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045184 ;
    owl:annotatedTarget "The directed movement of a protein to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045184 ;
    owl:annotatedTarget "establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045185 ;
    owl:annotatedTarget "Any process in which a protein is maintained in a location and prevented from moving elsewhere. These include sequestration, stabilization to prevent transport elsewhere and the active retrieval of proteins that do move away." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045185 ;
    owl:annotatedTarget "maintenance of protein localization" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63299 ;
    owl:annotatedTarget "derivatised carbohydrate" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:mah", "GOC:mtg_sensu", "PMID:19375318", "PMID:20066083" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045196 ;
    owl:annotatedTarget "Any cellular process that results in the specification, formation or maintenance of the apicobasal polarity of a neuroblast cell, a progenitor of the central nervous system." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045200 ;
    owl:annotatedTarget "The specification and formation of the apicobasal polarity of a neuroblast cell, a progenitor of the central nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63299 ;
    owl:annotatedTarget "derivatised carbohydrates" .

[]
    oboInOwl:hasDbXref "GOC:aruk", "ISBN:0198506732", "PMID:24619342", "PMID:29383328", "PMID:31998110" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045202 ;
    owl:annotatedTarget "The junction between an axon of one neuron and a dendrite of another neuron, a muscle fiber or a glial cell. As the axon approaches the synapse it enlarges into a specialized structure, the presynaptic terminal bouton, which contains mitochondria and synaptic vesicles. At the tip of the terminal bouton is the presynaptic membrane; facing it, and separated from it by a minute cleft (the synaptic cleft) is a specialized area of membrane on the receiving cell, known as the postsynaptic membrane. In response to the arrival of nerve impulses, the presynaptic terminal bouton secretes molecules of neurotransmitters into the synaptic cleft. These diffuse across the cleft and transmit the signal to the postsynaptic membrane." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1506103497" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0045202 ;
    owl:annotatedTarget "mixed synapse" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1311109124" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045202 ;
    owl:annotatedTarget "electrotonic synapse" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63299 ;
    owl:annotatedTarget "derivatized carbohydrate" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045214 ;
    owl:annotatedTarget "The myofibril assembly process that results in the organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045216 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a cell-cell junction. A cell-cell junction is a specialized region of connection between two cells." .

[]
    a owl:Axiom ;
    rdfs:label "Cell-cell junction organization" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0045216 ;
    owl:annotatedTarget "Reactome:R-HSA-421270" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045216 ;
    owl:annotatedTarget "cell-cell junction organisation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63299 ;
    owl:annotatedTarget "derivatized carbohydrates" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045229 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of external structures that lie outside the plasma membrane and surround the entire cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045229 ;
    owl:annotatedTarget "external encapsulating structure organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045321 ;
    owl:annotatedTarget "A change in morphology and behavior of a leukocyte resulting from exposure to a specific antigen, mitogen, cytokine, cellular ligand, or soluble factor." .

[]
    oboInOwl:hasDbXref "CL:0000136", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045444 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an adipocyte, an animal connective tissue cell specialized for the synthesis and storage of fat." .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:go_curators", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045445 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a myoblast. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into striated muscle fibers." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63436 ;
    owl:annotatedTarget "carbohydrate acid derivatives" .

[]
    oboInOwl:hasDbXref "CL:0000115", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045446 ;
    owl:annotatedTarget "The process in which a mesodermal, bone marrow or neural crest cell acquires specialized features of an endothelial cell, a thin flattened cell. A layer of such cells lines the inside surfaces of body cavities, blood vessels, and lymph vessels, making up the endothelium." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63534 ;
    owl:annotatedTarget "monoamines" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045595 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell differentiation, the process in which relatively unspecialized cells acquire specialized structural and functional features." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045596 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63534 ;
    owl:annotatedTarget "naturally occurring monoamine" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045597 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045598 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of adipocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63534 ;
    owl:annotatedTarget "naturally occurring monoamines" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045599 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of adipocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045600 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of adipocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045601 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of endothelial cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045602 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of endothelial cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045603 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of endothelial cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63551 ;
    owl:annotatedTarget "carbohydrate acid anion derivative" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045604 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epidermal cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045604 ;
    owl:annotatedTarget "regulation of hypodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63551 ;
    owl:annotatedTarget "carbohydrate acid anion derivatives" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045605 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of epidermal cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045605 ;
    owl:annotatedTarget "negative regulation of hypodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045606 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of epidermal cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_63551 ;
    owl:annotatedTarget "carbohydrate acid derivative anions" .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045606 ;
    owl:annotatedTarget "positive regulation of hypodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045619 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of lymphocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045619 ;
    owl:annotatedTarget "regulation of lymphocyte development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64047 ;
    owl:annotatedTarget "food additives" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045620 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of lymphocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045620 ;
    owl:annotatedTarget "negative regulation of lymphocyte development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64049 ;
    owl:annotatedTarget "acidity regulator" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045621 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of lymphocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045621 ;
    owl:annotatedTarget "positive regulation of lymphocyte development" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045637 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of myeloid cell differentiation." .

[]
    a owl:Axiom ;
    rdfs:label "RUNX1 regulates transcription of genes involved in differentiation of myeloid cells" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0045637 ;
    owl:annotatedTarget "Reactome:R-HSA-8939246" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64049 ;
    owl:annotatedTarget "acidity regulators" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045638 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of myeloid cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64049 ;
    owl:annotatedTarget "food acidity regulators" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045639 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of myeloid cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045646 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of erythrocyte differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045646 ;
    owl:annotatedTarget "regulation of RBC differentiation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045646 ;
    owl:annotatedTarget "regulation of red blood cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64049 ;
    owl:annotatedTarget "pH control agent" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045647 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of erythrocyte differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045647 ;
    owl:annotatedTarget "negative regulation of RBC differentiation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045647 ;
    owl:annotatedTarget "negative regulation of red blood cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64049 ;
    owl:annotatedTarget "pH control agents" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045648 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of erythrocyte differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045648 ;
    owl:annotatedTarget "positive regulation of RBC differentiation" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045648 ;
    owl:annotatedTarget "positive regulation of red blood cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64365 ;
    owl:annotatedTarget "aralkylamino compounds" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045652 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of megakaryocyte differentiation." .

[]
    a owl:Axiom ;
    rdfs:label "RUNX1 regulates genes involved in megakaryocyte differentiation and platelet function" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0045652 ;
    owl:annotatedTarget "Reactome:R-HSA-8936459" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045653 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of megakaryocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64628 ;
    owl:annotatedTarget "Ala-Gly-cyclo-[Cys-Lys-Asn-Phe-Phe-Trp-Lys-Thr-Phe-Thr-Ser-Cys]" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045654 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of megakaryocyte differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:go_curators", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045661 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of myoblast differentiation. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64628 ;
    owl:annotatedTarget "L-alanylglycyl-L-cysteinyl-L-lysyl-L-asparaginyl-L-phenylalanyl-L-phenylalanyl-L-tryptophyl-L-lysyl-L-threonyl-L-phenylalanyl-L-threonyl-L-seryl-L-cysteine cyclic (3-14) disulfide" .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:go_curators", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045662 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of myoblast differentiation. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64628 ;
    owl:annotatedTarget "Somatostatin-1" .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:go_curators", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045663 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of myoblast differentiation. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045664 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neuron differentiation." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64628 ;
    owl:annotatedTarget "Somatostatin-14" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045665 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of neuron differentiation." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64628 ;
    owl:annotatedTarget "Synthetic growth hormone release-inhibiting hormone" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045666 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuron differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045682 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epidermis development." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045682 ;
    owl:annotatedTarget "regulation of hypodermis development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64708 ;
    owl:annotatedTarget "one-carbon compounds" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045683 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of epidermis development." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045683 ;
    owl:annotatedTarget "negative regulation of hypodermis development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64709 ;
    owl:annotatedTarget "organic acids" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045684 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of epidermis development." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045684 ;
    owl:annotatedTarget "positive regulation of hypodermis development" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045685 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of glia cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64766 ;
    owl:annotatedTarget "cationic groups" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045686 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of glia cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045687 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of glia cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64767 ;
    owl:annotatedTarget "anionic groups" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045724 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the formation of a cilium." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045724 ;
    owl:annotatedTarget "positive regulation of flagellum biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045727 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA or circRNA." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045727 ;
    owl:annotatedTarget "positive regulation of protein biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045759 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of action potential creation, propagation or termination. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64769 ;
    owl:annotatedTarget "organic cationic groups" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045760 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of action potential creation, propagation or termination. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045763 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving amino acid." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045764 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving amino acid." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64775 ;
    owl:annotatedTarget "organic anionic groups" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045765 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of angiogenesis." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045766 ;
    owl:annotatedTarget "Any process that activates or increases angiogenesis." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045769 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of asymmetric cell division." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64898 ;
    owl:annotatedTarget "amino acid anion residue" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045770 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of asymmetric cell division." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045778 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of ossification, the formation of bone or of a bony substance or the conversion of fibrous tissue or of cartilage into bone or a bony substance." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64898 ;
    owl:annotatedTarget "amino acid anion residues" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045786 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of progression through the cell cycle." .

[]
    a owl:Axiom ;
    rdfs:label "p75NTR negatively regulates cell cycle via SC1" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0045786 ;
    owl:annotatedTarget "Reactome:R-HSA-193670" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64898 ;
    owl:annotatedTarget "amino-acid anion residue" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045787 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of progression through the cell cycle." .

[]
    a owl:Axiom ;
    rdfs:label "PTK6 Regulates Cell Cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0045787 ;
    owl:annotatedTarget "Reactome:R-HSA-8849470" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045787 ;
    owl:annotatedTarget "positive regulation of progression through cell cycle" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045822 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of heart contraction." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64898 ;
    owl:annotatedTarget "amino-acid anion residues" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045823 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of heart contraction." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64898 ;
    owl:annotatedTarget "anionic amino acid residue" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045833 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving lipids." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045834 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving lipids." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64898 ;
    owl:annotatedTarget "anionic amino acid residues" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045835 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of meiosis." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045836 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of meiosis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "poisonous agent" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045839 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of mitosis. Mitosis is the division of the eukaryotic cell nucleus to produce two daughter nuclei that, usually, contain the identical chromosome complement to their mother." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "poisonous agents" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045840 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mitosis." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045843 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of striated muscle development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "poisonous substance" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045844 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of striated muscle development." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045900 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of translational elongation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "poisonous substances" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045901 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of translational elongation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "poisons" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045904 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of translational termination." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045905 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of translational termination." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "toxic agent" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045912 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving carbohydrate." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045913 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving carbohydrate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "toxic agents" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045914 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving catecholamine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "toxic substance" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045915 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving catecholamine." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045920 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of exocytosis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_64909 ;
    owl:annotatedTarget "toxic substances" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045921 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of exocytosis." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045926 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of growth, the increase in size or mass of all or part of an organism." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045927 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of growth, the increase in size or mass of all or part of an organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_65212 ;
    owl:annotatedTarget "polysaccharide derivatives" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045930 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of progression through the mitotic cell cycle." .

[]
    a owl:Axiom ;
    rdfs:label "FBXL7 down-regulates AURKA during mitotic entry and in early mitosis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0045930 ;
    owl:annotatedTarget "Reactome:R-HSA-8854050" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045930 ;
    owl:annotatedTarget "negative regulation of progression through mitotic cell cycle" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045931 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of progression through the mitotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0045931 ;
    owl:annotatedTarget "positive regulation of progression through mitotic cell cycle" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_65255 ;
    owl:annotatedTarget "food preservatives" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045932 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of muscle contraction." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_65256 ;
    owl:annotatedTarget "antimicrobial food preservatives" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045933 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045934 ;
    owl:annotatedTarget "Any cellular process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving nucleobases, nucleosides, nucleotides and nucleic acids." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045934 ;
    owl:annotatedTarget "negative regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_65256 ;
    owl:annotatedTarget "antimicrobial preservative" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045935 ;
    owl:annotatedTarget "Any cellular process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving nucleobases, nucleosides, nucleotides and nucleic acids." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0045935 ;
    owl:annotatedTarget "positive regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_65256 ;
    owl:annotatedTarget "antimicrobial preservatives" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045939 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving steroids." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045940 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving steroids." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045947 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of translational initiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045948 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of translational initiation." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_65296 ;
    owl:annotatedTarget "a primary amine" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045986 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of smooth muscle contraction." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_65296 ;
    owl:annotatedTarget "substituted ammonium" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045987 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of smooth muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045988 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of striated muscle contraction." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_67079 ;
    owl:annotatedTarget "anti-inflammatory agents" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045989 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of striated muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045992 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of embryonic development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_67079 ;
    owl:annotatedTarget "antiinflammatory agent" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0045995 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of embryonic development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_67079 ;
    owl:annotatedTarget "antiinflammatory agents" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046112 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of a nucleobase, a nitrogenous base that is a constituent of a nucleic acid." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046189 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of a phenol, any compound containing one or more hydroxyl groups directly attached to an aromatic carbon ring." .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046219 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of indolalkylamines, indole or indole derivatives containing a primary, secondary, or tertiary amine group." .

[]
    a owl:Axiom ;
    rdfs:label "Serotonin and melatonin biosynthesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0046219 ;
    owl:annotatedTarget "Reactome:R-HSA-209931" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046394 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of carboxylic acids, any organic acid containing one or more carboxyl (-COOH) groups." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046467 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of membrane lipids, any lipid found in or associated with a biological membrane." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72587 ;
    owl:annotatedTarget "(R)-noradrenaline" .

[]
    oboInOwl:hasDbXref "GOC:ai", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046530 ;
    owl:annotatedTarget "The specialization of organization of a photoreceptor, a cell that responds to incident electromagnetic radiation, particularly visible light. An example of this process is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046532 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of photoreceptor cell differentiation. An example of this process is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72587 ;
    owl:annotatedTarget "(R)-noradrenaline cation" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046533 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of photoreceptor cell differentiation. An example of this process is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72587 ;
    owl:annotatedTarget "(R)-noradrenalinium cation" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046534 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of photoreceptor cell differentiation. An example of this process is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046545 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the primary female sexual characteristics over time, from their formation to the mature structure. The primary female sexual characteristics are the ovaries, and they develop in response to sex hormone secretion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72587 ;
    owl:annotatedTarget "(R)-noradrenalinium(1+)" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046548 ;
    owl:annotatedTarget "Development of a rod cell, one of the sensory cells in the eye that reacts to the presence of light. Rod cells contain the photopigment rhodopsin or porphyropsin and are responsible for vision in dim light." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046549 ;
    owl:annotatedTarget "Development of a cone cell, one of the sensory cells in the eye that reacts to the presence of light. Cone cells contain the photopigment iodopsin or cyanopsin and are responsible for photopic (daylight) vision." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72695 ;
    owl:annotatedTarget "organic compound" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046620 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of growth of an organ of an organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72695 ;
    owl:annotatedTarget "organic compounds" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046621 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of growth of an organ of an organism." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046622 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of growth of an organ of an organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72695 ;
    owl:annotatedTarget "organic molecules" .

[]
    oboInOwl:hasDbXref "GOC:mgi_curators", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046649 ;
    owl:annotatedTarget "A change in morphology and behavior of a lymphocyte resulting from exposure to a specific antigen, mitogen, cytokine, chemokine, cellular ligand, or soluble factor." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046651 ;
    owl:annotatedTarget "The expansion of a lymphocyte population by cell division." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72813 ;
    owl:annotatedTarget "exopolysaccharides" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046660 ;
    owl:annotatedTarget "The establishment of the sex of a female organism by physical differentiation." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046666 ;
    owl:annotatedTarget "Programmed cell death that occurs in the developing retina." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72813 ;
    owl:annotatedTarget "extracellular polymeric substance" .

[]
    oboInOwl:hasDbXref "PMID:12006672" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046667 ;
    owl:annotatedTarget "Programmed cell death that occurs in the retina to remove excess cells between ommatidia, thus resulting in a hexagonal lattice, precise with respect to cell number and position surrounding each ommatidium." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046668 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of programmed cell death that occurs in the retina." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_72813 ;
    owl:annotatedTarget "extracellular polymeric substances" .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0046668 ;
    owl:annotatedTarget "regulation of retinal programmed cell death" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046669 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of programmed cell death that occurs in the compound eye retina." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_73541 ;
    owl:annotatedTarget "organic heterobicyclic rings" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046670 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of programmed cell death that occurs in the retina." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0046670 ;
    owl:annotatedTarget "positive regulation of retinal programmed cell death" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046671 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of programmed cell death that occurs in the retina." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75763 ;
    owl:annotatedTarget "eukaryotic metabolites" .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0046671 ;
    owl:annotatedTarget "negative regulation of retinal programmed cell death" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046672 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of programmed cell death that occurs in the compound eye retina." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75767 ;
    owl:annotatedTarget "animal metabolites" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046673 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of programmed cell death that occurs in the compound eye retina." .

[]
    oboInOwl:hasDbXref "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046681 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a carbamate stimulus. Carbamates are a group of insecticides and parasiticides that act by inhibiting cholinesterase." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75768 ;
    owl:annotatedTarget "mammalian metabolites" .

[]
    oboInOwl:hasDbXref "GOC:mah", "PMID:3091429", "PMID:7781901" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046716 ;
    owl:annotatedTarget "The cellular homeostatic process that preserves a muscle cell in a stable functional or structural state." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0046716 ;
    owl:annotatedTarget "muscle fiber maintenance" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0046716 ;
    owl:annotatedTarget "muscle homeostasis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046717 ;
    owl:annotatedTarget "The controlled release of acid by a cell or a tissue." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75771 ;
    owl:annotatedTarget "Mus musculus metabolite" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046785 ;
    owl:annotatedTarget "The addition of tubulin heterodimers to one or both ends of a microtubule." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75771 ;
    owl:annotatedTarget "Mus musculus metabolites" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046822 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of substances between the nucleus and the cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046823 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of substances between the cytoplasm and the nucleus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75771 ;
    owl:annotatedTarget "mouse metabolites" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046824 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of substances between the nucleus and the cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046825 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of proteins from the nucleus to the cytoplasm." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "S. cerevisiae metabolite" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046826 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of proteins from the nucleus into the cytoplasm." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "S. cerevisiae metabolites" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046827 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of directed movement of proteins from the nucleus into the cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046828 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of movement of RNA from the cytoplasm to the nucleus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "S. cerevisiae secondary metabolite" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046829 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of RNA from the cytoplasm into the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046830 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of movement of RNA from the cytoplasm into the nucleus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "S. cerevisiae secondary metabolites" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046831 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of RNA from the nucleus to the cytoplasm." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "Saccharomyces cerevisiae metabolites" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046832 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of RNA from the nucleus into the cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046833 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of directed movement of RNA from the nucleus into the cytoplasm." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046879 ;
    owl:annotatedTarget "The regulated release of hormones, substances with a specific regulatory effect on a particular organ or group of cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "Saccharomyces cerevisiae secondary metabolites" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046883 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the regulated release of a hormone from a cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "baker's yeast metabolite" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046887 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the regulated release of a hormone from a cell." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046888 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of a hormone from a cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "baker's yeast metabolites" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046889 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of lipids." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0046889 ;
    owl:annotatedTarget "positive regulation of lipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046890 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of lipids." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "baker's yeast secondary metabolite" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0046890 ;
    owl:annotatedTarget "regulation of lipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046903 ;
    owl:annotatedTarget "The controlled release of a substance by a cell or a tissue." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046907 ;
    owl:annotatedTarget "The directed movement of substances within a cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0046907 ;
    owl:annotatedTarget "single organism intracellular transport" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75772 ;
    owl:annotatedTarget "baker's yeast secondary metabolites" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046928 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the regulated release of a neurotransmitter from a cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_75787 ;
    owl:annotatedTarget "prokaryotic metabolites" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046929 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of a neurotransmitter." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0046942 ;
    owl:annotatedTarget "The directed movement of carboxylic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Carboxylic acids are organic acids containing one or more carboxyl (COOH) groups or anions (COO-)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76206 ;
    owl:annotatedTarget "xenobiotic metabolites" .

[]
    oboInOwl:hasDbXref "GOC:ecd", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0047496 ;
    owl:annotatedTarget "The directed movement of a vesicle along a microtubule, mediated by motor proteins. This process begins with the attachment of a vesicle to a microtubule, and ends when the vesicle reaches its final destination." .

[]
    oboInOwl:hasDbXref "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0047496 ;
    owl:annotatedTarget "microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048048 ;
    owl:annotatedTarget "The process occurring in the embryo by which the anatomical structures of the post-embryonic eye are generated and organized." .

[]
    oboInOwl:hasDbXref "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048066 ;
    owl:annotatedTarget "The developmental process that results in the deposition of coloring matter in an organism, tissue or cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "EC 3.* (hydrolase) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048070 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the developmental process that results in the deposition of coloring matter in an organism." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048070 ;
    owl:annotatedTarget "regulation of pigmentation during development" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048086 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of the developmental process that results in the deposition of coloring matter in an organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "EC 3.* inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048086 ;
    owl:annotatedTarget "down regulation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048086 ;
    owl:annotatedTarget "down-regulation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048086 ;
    owl:annotatedTarget "downregulation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048087 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of the developmental process that results in the deposition of coloring matter in an organism." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048087 ;
    owl:annotatedTarget "up regulation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "EC 3.* inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048087 ;
    owl:annotatedTarget "up-regulation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048087 ;
    owl:annotatedTarget "upregulation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0048087 ;
    owl:annotatedTarget "activation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0048087 ;
    owl:annotatedTarget "stimulation of developmental pigmentation" .

[]
    oboInOwl:hasDbXref "GOC:jid", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048103 ;
    owl:annotatedTarget "The self-renewing division of a somatic stem cell, a stem cell that can give rise to cell types of the body other than those of the germ-line." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "EC 3.*.*.* inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048132 ;
    owl:annotatedTarget "The self-renewing division of a germline stem cell in the female gonad, to produce a daughter stem cell and a daughter germ cell, which will divide to form the female gametes." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "EC 3.*.*.* inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048144 ;
    owl:annotatedTarget "The multiplication or reproduction of fibroblast cells, resulting in the expansion of the fibroblast population." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048145 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of multiplication or reproduction of fibroblast cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "hydrolase (EC 3.*) inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048146 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of multiplication or reproduction of fibroblast cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "hydrolase (EC 3.*) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048147 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of multiplication or reproduction of fibroblast cells." .

[]
    oboInOwl:hasDbXref "GOC:jid", "ISBN:0716731363", "PMID:10219233" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048193 ;
    owl:annotatedTarget "The directed movement of substances into, out of or within the Golgi apparatus, mediated by vesicles." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "hydrolase inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mah", "ISBN:0716731363", "PMID:10219233" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048199 ;
    owl:annotatedTarget "The process in which vesicles are directed to specific destination membranes during transport to, from or within the Golgi apparatus; mediated by the addition of specific coat proteins, including COPI and COPII proteins and clathrin, to the membrane during vesicle formation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76759 ;
    owl:annotatedTarget "hydrolase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mah", "ISBN:0716731363", "PMID:10219233" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048209 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or destination of vesicle-mediated transport to, from or within the Golgi apparatus." .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048243 ;
    owl:annotatedTarget "The regulated release of norepinephrine by a cell. Norepinephrine is a catecholamine and it acts as a hormone and as a neurotransmitter of most of the sympathetic nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76764 ;
    owl:annotatedTarget "EC 3.5.* (hydrolase acting on non-peptide C-N bond) inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid", "PMID:10841810", "PMID:12615674" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048251 ;
    owl:annotatedTarget "Assembly of the extracellular matrix fibers that enables the matrix to recoil after transient stretching." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048251 ;
    owl:annotatedTarget "elastin fiber assembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048251 ;
    owl:annotatedTarget "elastin fibre assembly" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76764 ;
    owl:annotatedTarget "EC 3.5.* (hydrolase acting on non-peptide C-N bond) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048280 ;
    owl:annotatedTarget "The joining of the lipid bilayer membrane around a vesicle to the lipid bilayer membrane around the Golgi." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76764 ;
    owl:annotatedTarget "EC 3.5.* (hydrolases acting on C-N bonds, other than peptide bonds) inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048284 ;
    owl:annotatedTarget "The creation of a single organelle from two or more organelles." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048285 ;
    owl:annotatedTarget "The creation of two or more organelles by division of one organelle." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76764 ;
    owl:annotatedTarget "EC 3.5.* (hydrolases acting on C-N bonds, other than peptide bonds) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048288 ;
    owl:annotatedTarget "The joining of 2 or more lipid bilayer membranes that surround the nucleus during the creation of a single nucleus from multiple nuclei." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0048288 ;
    owl:annotatedTarget "nuclear membrane fusion during karyogamy" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048308 ;
    owl:annotatedTarget "The partitioning of organelles between daughter cells at cell division." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76764 ;
    owl:annotatedTarget "EC 3.5.* (hydrolases acting on non-peptide C-N bonds) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid", "PMID:12851069" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048313 ;
    owl:annotatedTarget "The partitioning of Golgi apparatus between daughter cells at cell division." .

[]
    a owl:Axiom ;
    rdfs:label "Golgi Cisternae Pericentriolar Stack Reorganization" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0048313 ;
    owl:annotatedTarget "Reactome:R-HSA-162658" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048313 ;
    owl:annotatedTarget "Golgi division" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76764 ;
    owl:annotatedTarget "EC 3.5.* inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048318 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the axial mesoderm over time, from its formation to the mature structure. The axial mesoderm includes the prechordal mesoderm and the chordamesoderm. It gives rise to the prechordal plate and to the notochord." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048319 ;
    owl:annotatedTarget "The process in which the anatomical structures of the axial mesoderm are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76764 ;
    owl:annotatedTarget "EC 3.5.* inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048320 ;
    owl:annotatedTarget "The process that gives rise to the axial mesoderm. This process pertains to the initial formation of the structure from unspecified parts." .

[]
    a owl:Axiom ;
    rdfs:label "Formation of axial mesoderm" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0048320 ;
    owl:annotatedTarget "Reactome:R-HSA-9796292" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76807 ;
    owl:annotatedTarget "EC 3.5.1.* (non-peptide linear amide C-N hydrolase) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048332 ;
    owl:annotatedTarget "The process in which the anatomical structures of the mesoderm are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76807 ;
    owl:annotatedTarget "EC 3.5.1.* inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048333 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a mesoderm cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76807 ;
    owl:annotatedTarget "EC 3.5.1.* inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048339 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the paraxial mesoderm over time, from its formation to the mature structure. The paraxial mesoderm is the mesoderm located bilaterally adjacent to the notochord and neural tube." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048340 ;
    owl:annotatedTarget "The process in which the anatomical structures of the paraxial mesoderm are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76807 ;
    owl:annotatedTarget "non-peptide linear amide C-N hydrolase (EC 3.5.1.*) inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048341 ;
    owl:annotatedTarget "The process that gives rise to the paraxial mesoderm. This process pertains to the initial formation of the structure from unspecified parts." .

[]
    a owl:Axiom ;
    rdfs:label "Formation of paraxial mesoderm" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0048341 ;
    owl:annotatedTarget "Reactome:R-HSA-9793380" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76807 ;
    owl:annotatedTarget "non-peptide linear amide C-N hydrolase (EC 3.5.1.*) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048368 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the lateral mesoderm over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76924 ;
    owl:annotatedTarget "plant metabolites" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048369 ;
    owl:annotatedTarget "The process in which the anatomical structures of the lateral mesoderm are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76924 ;
    owl:annotatedTarget "plant secondary metabolites" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048370 ;
    owl:annotatedTarget "The process that gives rise to the lateral mesoderm. This process pertains to the initial formation of the structure from unspecified parts." .

[]
    a owl:Axiom ;
    rdfs:label "Formation of lateral plate mesoderm" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0048370 ;
    owl:annotatedTarget "Reactome:R-HSA-9758920" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048389 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the intermediate mesoderm over time, from its formation to the mature structure. The intermediate mesoderm is located between the lateral mesoderm and the paraxial mesoderm. It develops into the kidney and gonads." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76946 ;
    owl:annotatedTarget "fungal metabolites" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048390 ;
    owl:annotatedTarget "The process in which the anatomical structures of the intermediate mesoderm are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76967 ;
    owl:annotatedTarget "human xenobiotic metabolites" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048391 ;
    owl:annotatedTarget "The process that gives rise to the intermediate mesoderm. This process pertains to the initial formation of the structure from unspecified parts." .

[]
    a owl:Axiom ;
    rdfs:label "Formation of intermediate mesoderm" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0048391 ;
    owl:annotatedTarget "Reactome:R-HSA-9761174" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76971 ;
    owl:annotatedTarget "E.coli metabolite" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048468 ;
    owl:annotatedTarget "The cellular developmental process in which a specific cell progresses from an immature to a mature state. Cell development start once cell commitment has taken place." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0048468 ;
    owl:annotatedTarget "terminal differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76971 ;
    owl:annotatedTarget "E.coli metabolites" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048469 ;
    owl:annotatedTarget "The cellular developmental process, independent of morphogenetic (shape) change, that is required for a specific cell to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0048469 ;
    owl:annotatedTarget "functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:mtg_sensu", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048477 ;
    owl:annotatedTarget "The complete process of formation and maturation of an ovum or female gamete from a primordial female germ cell. Examples of this process are found in Mus musculus and Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_76971 ;
    owl:annotatedTarget "Escherichia coli metabolites" .

[]
    oboInOwl:hasDbXref "FMA:9905", "GOC:jid", "GOC:sr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048483 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the autonomic nervous system over time, from its formation to the mature structure. The autonomic nervous system is composed of neurons that are not under conscious control, and is comprised of two antagonistic components, the sympathetic and parasympathetic nervous systems. The autonomic nervous system regulates key functions including the activity of the cardiac (heart) muscle, smooth muscles (e.g. of the gut), and glands." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77746 ;
    owl:annotatedTarget "H. sapiens metabolite" .

[]
    oboInOwl:hasDbXref "FMA:9906", "GOC:jid", "GOC:sr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048485 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the sympathetic nervous system over time, from its formation to the mature structure. The sympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system (the other being the parasympathetic nervous system). The sympathetic preganglionic neurons have their cell bodies in the thoracic and lumbar regions of the spinal cord and connect to the paravertebral chain of sympathetic ganglia. Innervate heart and blood vessels, sweat glands, viscera and the adrenal medulla. Most sympathetic neurons, but not all, use noradrenaline as a post-ganglionic neurotransmitter." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77746 ;
    owl:annotatedTarget "H. sapiens metabolites" .

[]
    oboInOwl:hasDbXref "FMA:9907", "GOC:jid", "GOC:sr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048486 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the parasympathetic nervous system over time, from its formation to the mature structure. The parasympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system. Parasympathetic nerves emerge cranially as pre ganglionic fibers from oculomotor, facial, glossopharyngeal and vagus and from the sacral region of the spinal cord. Most neurons are cholinergic and responses are mediated by muscarinic receptors. The parasympathetic system innervates, for example: salivary glands, thoracic and abdominal viscera, bladder and genitalia." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048505 ;
    owl:annotatedTarget "The process controlling the activation and/or rate at which relatively unspecialized cells acquire specialized features. Any process that modulates the rate, frequency or extent of the XXX at a consistent predetermined time point during its development." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048513 ;
    owl:annotatedTarget "Development of a tissue or tissues that work together to perform a specific function or functions. Development pertains to the process whose specific outcome is the progression of a structure over time, from its formation to the mature structure. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77746 ;
    owl:annotatedTarget "Homo sapiens metabolite" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048514 ;
    owl:annotatedTarget "The process in which the anatomical structures of blood vessels are generated and organized. The blood vessel is the vasculature carrying blood." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048518 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a biological process. Biological processes are regulated by many means; examples include the control of gene expression, protein modification or interaction with a protein or substrate molecule." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77746 ;
    owl:annotatedTarget "Homo sapiens metabolites" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048519 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a biological process. Biological processes are regulated by many means; examples include the control of gene expression, protein modification or interaction with a protein or substrate molecule." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "EC 3.5.1.4 (amidase) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048520 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of behavior, the internally coordinated responses (actions or inactions) of whole living organisms (individuals or groups) to internal or external stimuli." .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048521 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of behavior, the internally coordinated responses (actions or inactions) of whole living organisms (individuals or groups) to internal or external stimuli." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "EC 3.5.1.4 inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048522 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a cellular process, any of those that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048523 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a cellular process, any of those that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "EC 3.5.1.4 inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:rl", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048534 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of any organ involved in hematopoiesis (also known as hemopoiesis) or lymphoid cell activation over time, from its formation to the mature structure. Such development includes differentiation of resident cell types (stromal cells) and of migratory cell types dependent on the unique microenvironment afforded by the organ for their proper differentiation." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048539 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the bone marrow over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "N-acetylaminohydrolase inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048545 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a steroid hormone stimulus." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048545 ;
    owl:annotatedTarget "response to steroid hormone stimulus" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "N-acetylaminohydrolase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "PMID:12618131" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048546 ;
    owl:annotatedTarget "The process in which the anatomical structures of the digestive tract are generated and organized. The digestive tract is the anatomical structure through which food passes and is processed." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0048546 ;
    owl:annotatedTarget "gut morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048562 ;
    owl:annotatedTarget "Morphogenesis, during the embryonic phase, of a tissue or tissues that work together to perform a specific function or functions. Morphogenesis is the process in which anatomical structures are generated and organized. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "acylamidase inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048565 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the digestive tract over time, from its formation to the mature structure. The digestive tract is the anatomical structure through which food passes and is processed." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0048565 ;
    owl:annotatedTarget "gut development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "acylamidase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048568 ;
    owl:annotatedTarget "Development, taking place during the embryonic phase, of a tissue or tissues that work together to perform a specific function or functions. Development pertains to the process whose specific outcome is the progression of a structure over time, from its formation to the mature structure. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "acylamide amidohydrolase inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048570 ;
    owl:annotatedTarget "The process in which the anatomical structures of the notochord are generated and organized. The notochord is a mesoderm-derived structure located ventral of the developing nerve cord. In vertebrates, the notochord serves as a core around which other mesodermal cells form the vertebrae. In the most primitive chordates, which lack vertebrae, the notochord persists as a substitute for a vertebral column." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048580 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of post-embryonic development. Post-embryonic development is defined as the process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "acylamide amidohydrolase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048581 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of post-embryonic development. Post-embryonic development is defined as the process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "amidase (EC 3.5.1.4) inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048582 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of post-embryonic development. Post-embryonic development is defined as the process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048583 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a response to a stimulus. Response to stimulus is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "amidase (EC 3.5.1.4) inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048584 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the rate of a response to a stimulus. Response to stimulus is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048585 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a response to a stimulus. Response to stimulus is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "amidase inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048588 ;
    owl:annotatedTarget "The growth of a cell, where growth contributes to the progression of the cell over time from one condition to another." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048589 ;
    owl:annotatedTarget "The increase in size or mass of an entire organism, a part of an organism or a cell, where the increase in size or mass has the specific outcome of the progression of the organism over time from one condition to another." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "amidase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048592 ;
    owl:annotatedTarget "The process in which the anatomical structures of the eye are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "amidohydrolase inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048593 ;
    owl:annotatedTarget "The process in which the anatomical structures of the eye are generated and organized. The camera-type eye is an organ of sight that receives light through an aperture and focuses it through a lens, projecting it on a photoreceptor field." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048593 ;
    owl:annotatedTarget "camera-style eye morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048596 ;
    owl:annotatedTarget "The process in which the anatomical structures of the eye are generated and organized during embryonic development." .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048598 ;
    owl:annotatedTarget "The process in which anatomical structures are generated and organized during the embryonic phase. The embryonic phase begins with zygote formation. The end of the embryonic phase is organism-specific. For example, it would be at birth for mammals, larval hatching for insects and seed dormancy in plants." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "amidohydrolase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048598 ;
    owl:annotatedTarget "embryonic anatomical structure morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048599 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "deaminase inhibitor" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048601 ;
    owl:annotatedTarget "The process in which the structures of an oocyte are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of an oocyte." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048608 ;
    owl:annotatedTarget "The reproductive developmental process whose specific outcome is the progression of somatic structures that will be used in the process of creating new individuals from one or more parents, from their formation to the mature structures." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "deaminase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048609 ;
    owl:annotatedTarget "The process, occurring above the cellular level, that is pertinent to the reproductive function of a multicellular organism. This includes the integrated processes at the level of tissues and organs." .

[]
    a owl:Axiom ;
    rdfs:label "Reproduction" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0048609 ;
    owl:annotatedTarget "Reactome:R-HSA-1474165" .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:dph", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048627 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the myoblast over time, from its formation to the mature structure. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "fatty acylamidase inhibitor" .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:dph", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048628 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a myoblast to attain its fully functional state. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77941 ;
    owl:annotatedTarget "fatty acylamidase inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:lm", "PMID:15726494", "PMID:15907921" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048630 ;
    owl:annotatedTarget "The increase in size or mass of a skeletal muscle. This may be due to a change in the fiber number or size." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_77974 ;
    owl:annotatedTarget "food packaging gases" .

[]
    oboInOwl:hasDbXref "GOC:lm", "PMID:15726494", "PMID:15907921" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048631 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle growth." .

[]
    oboInOwl:hasDbXref "GOC:lm", "PMID:15726494", "PMID:15907921" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048632 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle growth." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78295 ;
    owl:annotatedTarget "dietary component" .

[]
    oboInOwl:hasDbXref "GOC:lm", "PMID:15726494", "PMID:15907921" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048633 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the rate of skeletal muscle growth." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048634 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of muscle development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78295 ;
    owl:annotatedTarget "dietary components" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048635 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of muscle development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78295 ;
    owl:annotatedTarget "food components" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048636 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the rate of muscle development." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048638 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of developmental growth." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78433 ;
    owl:annotatedTarget "refrigerants" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048639 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the rate of developmental growth." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048640 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of developmental growth." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048641 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle tissue development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78608 ;
    owl:annotatedTarget "alpha-amino acid zwitterion" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048642 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048643 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the rate of skeletal muscle tissue development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78608 ;
    owl:annotatedTarget "alpha-amino acid zwitterions" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048644 ;
    owl:annotatedTarget "The process in which the anatomical structures of muscle are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78608 ;
    owl:annotatedTarget "alpha-amino-acid zwitterions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048645 ;
    owl:annotatedTarget "The process pertaining to the initial formation of an animal organ from unspecified parts. The process begins with the specific processes that contribute to the appearance of the discrete structure, such as inductive events, and ends when the structural rudiment of the organ is recognizable, such as a condensation of mesenchymal cells into the organ rudiment. Organs are a natural part or structure in an animal or a plant, capable of performing some special action (termed its function), which is essential to the life or well-being of the whole. The heart and lungs are organs of animals, and the petal and leaf are organs of plants. In animals the organs are generally made up of several tissues, one of which usually predominates, and determines the principal function of the organ." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048646 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of an anatomical structure from unspecified parts. This process begins with the specific processes that contribute to the appearance of the discrete structure and ends when the structural rudiment is recognizable. An anatomical structure is any biological entity that occupies space and is distinguished from its surroundings. Anatomical structures can be macroscopic such as a carpel, or microscopic such as an acrosome." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048646 ;
    owl:annotatedTarget "formation of an anatomical structure involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78608 ;
    owl:annotatedTarget "an alpha-amino acid" .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ebc", "PMID:1840698" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048659 ;
    owl:annotatedTarget "The multiplication or reproduction of smooth muscle cells, resulting in the expansion of a cell population." .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ebc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048660 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of smooth muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78616 ;
    owl:annotatedTarget "carbohydrates and derivatives" .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ebc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048661 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of smooth muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ebc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048662 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of smooth muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_78616 ;
    owl:annotatedTarget "carbohydrates and their derivatives" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048666 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a neuron over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_79388 ;
    owl:annotatedTarget "divalent inorganic anions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048667 ;
    owl:annotatedTarget "The process in which the structures of a neuron are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of a neuron." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048667 ;
    owl:annotatedTarget "neuron morphogenesis involved in differentiation" .

[]
    oboInOwl:hasDbXref "GOC:nln" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048699 ;
    owl:annotatedTarget "The process in which nerve cells are generated. This includes the production of neuroblasts and their differentiation into neurons." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_79389 ;
    owl:annotatedTarget "monovalent inorganic anions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:dsf", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048705 ;
    owl:annotatedTarget "The process in which the anatomical structures of the skeleton are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048705 ;
    owl:annotatedTarget "skeletal morphogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_83039 ;
    owl:annotatedTarget "crustacean metabolites" .

[]
    oboInOwl:hasDbXref "GOC:vp", "PMID:15139015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048709 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of an oligodendrocyte. An oligodendrocyte is a type of glial cell involved in myelinating the axons of neurons in the central nervous system." .

[]
    oboInOwl:hasDbXref "GOC:vp", "PMID:15139015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048713 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of oligodendrocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_83056 ;
    owl:annotatedTarget "Daphnia magna metabolites" .

[]
    oboInOwl:hasDbXref "GOC:vp", "PMID:15139015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048714 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of oligodendrocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_83057 ;
    owl:annotatedTarget "Daphnia metabolites" .

[]
    oboInOwl:hasDbXref "GOC:vp", "PMID:15139015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048715 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of oligodendrocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048729 ;
    owl:annotatedTarget "The process in which the anatomical structures of a tissue are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:jid", "UBERON:0001003" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048730 ;
    owl:annotatedTarget "The process in which the anatomical structures of the epidermis are generated and organized. The epidermis is the outer epithelial layer of an animal, it may be a single layer that produces an extracellular material (e.g. the cuticle of arthropods) or a complex stratified squamous epithelium, as in the case of many vertebrate species." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0048730 ;
    owl:annotatedTarget "hypodermis morphogenesis" .

[]
    oboInOwl:hasDbXref "CARO:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000000 ;
    owl:annotatedTarget "A material entity of anatomical origin (part of or deriving from an organism) that has as its parts a maximally connected cell compartment surrounded by a plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048731 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an organismal system over time, from its formation to the mature structure. A system is a regularly interacting or interdependent group of organs or tissues that work together to carry out a given biological process." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048732 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a gland over time, from its formation to the mature structure. A gland is an organ specialised for secretion." .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:rc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048736 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an appendage over time, from its formation to the mature structure. An appendage is an organ or part that is attached to the trunk of an organism, such as a limb or a branch." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:lm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048738 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of cardiac muscle over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ef", "GOC:jid", "GOC:lm", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048741 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the skeletal muscle fiber over time, from its formation to the mature structure. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:mtg_muscle", "GOC:sm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048742 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle fiber development. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:lm", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048743 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the rate of skeletal muscle fiber development. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:lm", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048744 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle fiber development. Muscle fibers are formed by the maturation of myotubes. They can be classed as slow, intermediate/fast or fast." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000005 ;
    owl:annotatedTarget "Any fibroblast that is derived from the neural crest." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:lm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048745 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of smooth muscle over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mtg_sensu", "Wikipedia:Eye" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048749 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the compound eye over time, from its formation to the mature structure. The compound eye is an organ of sight that contains multiple repeating units, often arranged hexagonally. Each unit has its own lens and photoreceptor cell(s) and can generate either a single pixelated image or multiple images, per eye." .

[]
    oboInOwl:hasDbXref "PMID:11735386" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048749 ;
    owl:annotatedTarget "insect-type retina development" .

[]
    oboInOwl:hasDbXref "GOC:rc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048753 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a pigment granule." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0048753 ;
    owl:annotatedTarget "pigment granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048754 ;
    owl:annotatedTarget "The process in which the anatomical structures of branches in an epithelial tube are generated and organized. A tube is a long hollow cylinder." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0048754 ;
    owl:annotatedTarget "tubulogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048755 ;
    owl:annotatedTarget "The process in which the anatomical structures of branches in a nerve are generated and organized. This term refers to an anatomical structure (nerve) not a cell (neuron)." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048762 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a mesenchymal cell. A mesenchymal cell is a loosely associated cell that is part of the connective tissue in an organism. Mesenchymal cells give rise to more mature connective tissue cell types." .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048770 ;
    owl:annotatedTarget "A small, subcellular membrane-bounded vesicle containing pigment and/or pigment precursor molecules. Pigment granule biogenesis is poorly understood, as pigment granules are derived from multiple sources including the endoplasmic reticulum, coated vesicles, lysosomes, and endosomes." .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048799 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for an animal organ to attain its fully functional state. An organ is a tissue or set of tissues that work together to perform a specific function or functions." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048806 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the genitalia over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000006 ;
    owl:annotatedTarget "Any sensory receptor cell that is a(n) neuron and is capable of some detection of stimulus involved in sensory perception." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048812 ;
    owl:annotatedTarget "The process in which the anatomical structures of a neuron projection are generated and organized. A neuron projection is any process extending from a neural cell, such as axons or dendrites." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0048812 ;
    owl:annotatedTarget "neurite morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "GOC:jl", "ISBN:0198506732", "PMID:22683681" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048813 ;
    owl:annotatedTarget "The process in which the anatomical structures of a dendrite are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000007 ;
    owl:annotatedTarget "A cell found in the embryo before the formation of all the gem layers is complete." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048814 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of dendrite morphogenesis." .

[]
    oboInOwl:hasDbXref "ZFA:0007091", "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000008 ;
    owl:annotatedTarget "Cell that is part of the migratory cranial neural crest population. Migratory cranial neural crest cells develop from premigratory cranial neural crest cells and have undergone epithelial to mesenchymal transition and delamination." .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048821 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an erythrocyte over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048821 ;
    owl:annotatedTarget "RBC development" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048821 ;
    owl:annotatedTarget "red blood cell development" .

[]
    oboInOwl:hasDbXref "ZFA:0007095", "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000011 ;
    owl:annotatedTarget "Cell that is part of the migratory trunk neural crest population. Migratory trunk neural crest cells develop from premigratory trunk neural crest cells and have undergone epithelial to mesenchymal transition and delamination." .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048822 ;
    owl:annotatedTarget "The process aimed at the progression of an enucleate erythrocyte over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048822 ;
    owl:annotatedTarget "enucleate RBC development" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048822 ;
    owl:annotatedTarget "enucleate red blood cell development" .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048823 ;
    owl:annotatedTarget "The process aimed at the progression of a nucleate erythrocyte over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048823 ;
    owl:annotatedTarget "nucleate RBC development" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048823 ;
    owl:annotatedTarget "nucleate red blood cell development" .

[]
    oboInOwl:hasDbXref "GOC:dsf", "PMID:16740480" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048844 ;
    owl:annotatedTarget "The process in which the anatomical structures of arterial blood vessels are generated and organized. Arteries are blood vessels that transport blood from the heart to the body and its organs." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048844 ;
    owl:annotatedTarget "arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dsf", "PMID:16740480" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048845 ;
    owl:annotatedTarget "The process in which the anatomical structures of venous blood vessels are generated and organized. Veins are blood vessels that transport blood from the body and its organs to the heart." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048852 ;
    owl:annotatedTarget "The process in which the anatomical structures of the diencephalon are generated and organized. The diencephalon is the paired caudal parts of the prosencephalon from which the thalamus, hypothalamus, epithalamus and subthalamus are derived; these regions regulate autonomic, visceral and endocrine function, and process information directed to the cerebral cortex." .

[]
    oboInOwl:hasDbXref "GOC:cvs", "GOC:dgh", "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048853 ;
    owl:annotatedTarget "The process in which the anatomical structures of the forebrain are generated and organized. The forebrain is the anterior of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes especially the cerebral hemispheres, the thalamus, and the hypothalamus and especially in higher vertebrates is the main control center for sensory and associative information processing, visceral functions, and voluntary motor functions)." .

[]
    oboInOwl:hasDbXref "doi:10.1016/j.stem.2012.05.016" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000014 ;
    owl:annotatedTarget "A stem cell that is the precursor of gametes." .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048854 ;
    owl:annotatedTarget "The process in which the anatomical structures of the brain are generated and organized. The brain is one of the two components of the central nervous system and is the center of thought and emotion. It is responsible for the coordination and control of bodily activities and the interpretation of information from the senses (sight, hearing, smell, etc.)." .

[]
    oboInOwl:hasDbXref "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048856 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of an anatomical structure from an initial condition to its mature state. This process begins with the formation of the structure and ends with the mature structure, whatever form that may be including its natural destruction. An anatomical structure is any biological entity that occupies space and is distinguished from its surroundings. Anatomical structures can be macroscopic such as a carpel, or microscopic such as an acrosome." .

[]
    oboInOwl:hasDbXref "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048857 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a neural nucleus from its initial condition to its mature state. A neural nucleus is an anatomical structure consisting of a discrete aggregate of neuronal soma." .

[]
    oboInOwl:hasDbXref "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048858 ;
    owl:annotatedTarget "The process in which the anatomical structures of a cell projection are generated and organized." .

[]
    oboInOwl:hasDbXref "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048859 ;
    owl:annotatedTarget "The process in which the limits of an anatomical structure are generated. An anatomical structure is any biological entity that occupies space and is distinguished from its surroundings. Anatomical structures can be macroscopic such as a carpel, or microscopic such as an acrosome." .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048860 ;
    owl:annotatedTarget "The process resulting in the physical partitioning and separation of a glioblast into daughter cells." .

[]
    oboInOwl:hasDbXref "CL:0000034", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048863 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a stem cell. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." .

[]
    oboInOwl:hasDbXref "CL:0000034", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048864 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the stem cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to its specific fate." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048869 ;
    owl:annotatedTarget "A biological process whose specific outcome is the progression of a cell over time from an initial condition to a later condition." .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:dph", "GOC:isa_complete", "GOC:mlg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048870 ;
    owl:annotatedTarget "Any process involved in the controlled self-propelled movement of a cell that results in translocation of the cell from one place to another." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048871 ;
    owl:annotatedTarget "Any process involved in the maintenance of an internal steady state at the level of the multicellular organism." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048872 ;
    owl:annotatedTarget "Any biological process involved in the maintenance of the steady-state number of cells within a population of cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0048872 ;
    owl:annotatedTarget "homeostasis of cell number" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:11023867", "PMID:20454446" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000021 ;
    owl:annotatedTarget "Female germ cell is a germ cell that supports female gamete production." .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048880 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a sensory system over time from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048934 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuron whose cell body resides in the peripheral nervous system." .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0048935 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a neuron whose cell body is located in the peripheral nervous system, from initial commitment of the cell to a neuronal fate, to the fully functional differentiated neuron." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050000 ;
    owl:annotatedTarget "Any process in which a chromosome is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0050000 ;
    owl:annotatedTarget "chromosome localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050432 ;
    owl:annotatedTarget "The regulated release of catecholamines by a cell. The catecholamines are a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050433 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the regulated release of catecholamines." .

[]
    oboInOwl:hasDbXref "GOC:ai", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050657 ;
    owl:annotatedTarget "The directed movement of nucleic acids, single or double-stranded polynucleotides involved in the storage, transmission and transfer of genetic information, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050658 ;
    owl:annotatedTarget "The directed movement of RNA, ribonucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "doi:10.1016/j.stem.2012.05.016" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000022 ;
    owl:annotatedTarget "A stem cell that is the precursor of female gametes." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050670 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of lymphocyte proliferation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050671 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of lymphocyte proliferation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050672 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of lymphocyte proliferation." .

[]
    oboInOwl:hasDbXref "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050673 ;
    owl:annotatedTarget "The multiplication or reproduction of epithelial cells, resulting in the expansion of a cell population. Epithelial cells make up the epithelium, the covering of internal and external surfaces of the body, including the lining of vessels and other small cavities. It consists of cells joined by small amounts of cementing substances." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050678 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epithelial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000023 ;
    owl:annotatedTarget "A female germ cell that has entered meiosis." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050679 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of epithelial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050680 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of epithelial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050708 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the controlled release of a protein from a cell." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050709 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the controlled release of a protein from a cell." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050714 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the controlled release of a protein from a cell." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050727 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the inflammatory response, the immediate defensive reaction (by vertebrate tissue) to infection or injury caused by chemical or physical agents." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050728 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the inflammatory response." .

[]
    a owl:Axiom ;
    rdfs:label "Biosynthesis of specialized proresolving mediators (SPMs)" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0050728 ;
    owl:annotatedTarget "Reactome:R-HSA-9018678" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050729 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the inflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050767 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neurogenesis, the generation of cells in the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050768 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of neurogenesis, the generation of cells within the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050769 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neurogenesis, the generation of cells within the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050770 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of axonogenesis, the generation of an axon, the long process of a neuron." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000024 ;
    owl:annotatedTarget "An undifferentiated germ cell that proliferates rapidly and gives rise to oocytes." .

[]
    a owl:Axiom ;
    rdfs:label "p75NTR regulates axonogenesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0050770 ;
    owl:annotatedTarget "Reactome:R-HSA-193697" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050771 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of axonogenesis." .

[]
    a owl:Axiom ;
    rdfs:label "Axonal growth inhibition (RHOA activation)" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0050771 ;
    owl:annotatedTarget "Reactome:R-HSA-193634" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050772 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of axonogenesis." .

[]
    a owl:Axiom ;
    rdfs:label "Axonal growth stimulation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0050772 ;
    owl:annotatedTarget "Reactome:R-HSA-209563" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050773 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of dendrite development." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050774 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of dendrite morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000025 ;
    owl:annotatedTarget "A female gamete where meiosis has progressed to metaphase II and is able to participate in fertilization." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050775 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of dendrite morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050789 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a biological process. Biological processes are regulated by many means; examples include the control of gene expression, protein modification or interaction with a protein or substrate molecule." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050793 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of development, the biological process whose specific outcome is the progression of a multicellular organism over time from an initial condition (e.g. a zygote, or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050794 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a cellular process, any of those that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050795 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of behavior, the internally coordinated responses (actions or inactions) of whole living organisms (individuals or groups) to internal or external stimuli." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050803 ;
    owl:annotatedTarget "Any process that modulates the physical form or the activity of a synapse, the junction between a neuron and a target (neuron, muscle, or secretory cell)." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050804 ;
    owl:annotatedTarget "Any process that modulates the frequency or amplitude of synaptic transmission, the process of communication from a neuron to a target (neuron, muscle, or secretory cell) across a synapse. Amplitude, in this case, refers to the change in postsynaptic membrane potential due to a single instance of synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050805 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of synaptic transmission, the process of communication from a neuron to a target (neuron, muscle, or secretory cell) across a synapse." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050806 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of synaptic transmission, the process of communication from a neuron to a target (neuron, muscle, or secretory cell) across a synapse." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050807 ;
    owl:annotatedTarget "Any process that modulates the physical form of a synapse, the junction between a neuron and a target (neuron, muscle, or secretory cell)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0050807 ;
    owl:annotatedTarget "regulation of synapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0050807 ;
    owl:annotatedTarget "regulation of synapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000027 ;
    owl:annotatedTarget "A smooth muscle cell derived from the neural crest." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050808 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a synapse, the junction between a neuron and a target (neuron, muscle, or secretory cell)." .

[]
    oboInOwl:hasDbXref "GOC:aruk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0050808 ;
    owl:annotatedTarget "synapse development" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0050808 ;
    owl:annotatedTarget "synapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0050808 ;
    owl:annotatedTarget "synapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050810 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050865 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell activation, the change in the morphology or behavior of a cell resulting from exposure to an activating factor such as a cellular or soluble ligand." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050866 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell activation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050867 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of activation." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:mtg_cardio" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050877 ;
    owl:annotatedTarget "An organ system process carried out by any of the organs or tissues of the neurological system." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_muscle", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050879 ;
    owl:annotatedTarget "Any physiological process involved in changing the position of a multicellular organism or an anatomical part of a multicellular organism." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050881 ;
    owl:annotatedTarget "The movement of an organism or part of an organism using mechanoreceptors, the nervous system, striated muscle and/or the skeletal system." .

[]
    oboInOwl:hasDbXref "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050886 ;
    owl:annotatedTarget "The process that involves the secretion of or response to endocrine hormones. An endocrine hormone is a hormone released into the circulatory system." .

[]
    oboInOwl:hasDbXref "ISBN:0721619908" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050890 ;
    owl:annotatedTarget "The operation of the mind by which an organism becomes aware of objects of thought or perception; it includes the mental activities associated with thinking, learning, and memory." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050896 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus. The process begins with detection of the stimulus and ends with a change in state or activity or the cell or organism." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149", "PMID:14680625", "PMID:14708592", "PMID:7507411", "PMID:8600538" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050900 ;
    owl:annotatedTarget "The movement of a leukocyte within or between different tissues and organs of the body." .

[]
    a owl:Axiom ;
    rdfs:label "Cell surface interactions at the vascular wall" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0050900 ;
    owl:annotatedTarget "Reactome:R-HSA-202733" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050905 ;
    owl:annotatedTarget "Any process pertaining to the functions of the nervous and muscular systems of an organism." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dos", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050906 ;
    owl:annotatedTarget "The series of events involved in sensory perception in which a sensory stimulus is received and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000029 ;
    owl:annotatedTarget "Any neuron that develops from some migratory neural crest cell." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050907 ;
    owl:annotatedTarget "The series of events in which a chemical stimulus is received and converted into a molecular signal as part of sensory perception." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050908 ;
    owl:annotatedTarget "The series of events involved in visual perception in which a light stimulus is received and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050909 ;
    owl:annotatedTarget "The series of events required for an organism to receive a gustatory stimulus, convert it to a molecular signal, and recognize and characterize the signal. Gustation involves the direct detection of chemical composition, usually through contact with chemoreceptor cells. This is a neurological process." .

[]
    a owl:Axiom ;
    rdfs:label "Sensory perception of taste" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0050909 ;
    owl:annotatedTarget "Reactome:R-HSA-9717189" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050912 ;
    owl:annotatedTarget "The series of events involved in the perception of taste in which a gustatory chemical stimulus is received and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "PMID:37824650", "Wikipedia:Glioblast" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000030 ;
    owl:annotatedTarget "A non-terminally differentiated cell that develops form the neuroectoderm. Glioblast has the potential to differentiate into various types of glial cells, including astrocytes and oligodendrocytes." .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050931 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a pigmented cell, such as a melanocyte." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050932 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of pigmented cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050941 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of pigment cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:NV", "http://en.wikipedia.org/wiki/Neuroblast" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000031 ;
    owl:annotatedTarget "A cell that will develop into a neuron often after a migration phase." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050942 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of pigment cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050953 ;
    owl:annotatedTarget "The series of events required for an organism to receive a sensory light stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050954 ;
    owl:annotatedTarget "The series of events required for an organism to receive a sensory mechanical stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050962 ;
    owl:annotatedTarget "The series of events in which a light stimulus is received by a cell and converted into a molecular signal as part of the sensory perception of light." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050968 ;
    owl:annotatedTarget "The series of events involved in the perception of pain in which a chemical stimulus is received and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0050968 ;
    owl:annotatedTarget "chemical nociception" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0050975 ;
    owl:annotatedTarget "The series of events required for an organism to receive a touch stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process. The perception of touch in animals is mediated by mechanoreceptors in the skin and mucous membranes and is the sense by which contact with objects gives evidence as to certain of their qualities. Different types of touch can be perceived (for example, light, coarse, pressure and tickling) and the stimulus may be external or internal (e.g. the feeling of a full stomach)." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051046 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the controlled release of a substance from a cell or a tissue." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051047 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the controlled release of a substance from a cell or a tissue." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051048 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the controlled release of a substance from a cell or a tissue." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051049 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of substances (such as macromolecules, small molecules, ions) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051050 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of substances (such as macromolecules, small molecules, ions) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051051 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of substances (such as macromolecules, small molecules, ions) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051055 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of lipids." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051055 ;
    owl:annotatedTarget "negative regulation of lipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051078 ;
    owl:annotatedTarget "The cell cycle process in which the controlled breakdown of the nuclear membranes during meiotic cell division occurs." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D013234" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000034 ;
    owl:annotatedTarget "A relatively undifferentiated cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051081 ;
    owl:annotatedTarget "The controlled breakdown of the nuclear membranes, for example during cellular division." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051093 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of development, the biological process whose specific outcome is the progression of an organism over time from an initial condition (e.g. a zygote, or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051094 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of development, the biological process whose specific outcome is the progression of an organism over time from an initial condition (e.g. a zygote, or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051128 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell structures, including the plasma membrane and any external encapsulating structures such as the cell wall and cell envelope." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051128 ;
    owl:annotatedTarget "regulation of cell organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051128 ;
    owl:annotatedTarget "regulation of cell organization" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051128 ;
    owl:annotatedTarget "regulation of cellular component organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051129 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell structures, including the plasma membrane and any external encapsulating structures such as the cell wall and cell envelope." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051129 ;
    owl:annotatedTarget "negative regulation of cell organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051129 ;
    owl:annotatedTarget "negative regulation of cellular component organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051130 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of cell structures, including the plasma membrane and any external encapsulating structures such as the cell wall and cell envelope." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051130 ;
    owl:annotatedTarget "positive regulation of cellular component organization and biogenesis" .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051145 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a smooth muscle cell; smooth muscle lacks transverse striations in its constituent fibers and are almost always involuntary." .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051146 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a striated muscle cell; striated muscle fibers are divided by transverse bands into striations, and cardiac and voluntary muscle are types of striated muscle." .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051147 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051148 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051149 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of muscle cell differentiation." .

[]
    a owl:Axiom ;
    rdfs:label "Myogenesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0051149 ;
    owl:annotatedTarget "Reactome:R-HSA-525793" .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051150 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000035 ;
    owl:annotatedTarget "A stem cell that self-renews as well as give rise to a single mature cell type." .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051151 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051152 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051153 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of striated muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051154 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of striated muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051155 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of striated muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051168 ;
    owl:annotatedTarget "The directed movement of substances out of the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051169 ;
    owl:annotatedTarget "The directed movement of substances into, out of, or within the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051170 ;
    owl:annotatedTarget "The directed movement of substances into the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051175 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving sulfur or compounds containing sulfur." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051176 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving sulfur or compounds containing sulfur." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051179 ;
    owl:annotatedTarget "Any process in which a cell, a substance, or a cellular entity, such as a protein complex or organelle, is transported, tethered to or otherwise maintained in a specific location. In the case of substances, localization may also be achieved via selective degradation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051179 ;
    owl:annotatedTarget "localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051179 ;
    owl:annotatedTarget "single organism localization" .

[]
    oboInOwl:hasDbXref "GOC:cjm", "PMID:23251424" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051216 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cartilage element over time, from its formation to the mature structure. Cartilage elements are skeletal elements that consist of connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051222 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of a protein into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051223 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of a protein into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051224 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of a protein into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051234 ;
    owl:annotatedTarget "Any process that localizes a substance or cellular component. This may occur via movement, tethering or selective degradation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051234 ;
    owl:annotatedTarget "establishment of localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051235 ;
    owl:annotatedTarget "Any process in which a cell, substance or cellular entity, such as a protein complex or organelle, is maintained in a location and prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051236 ;
    owl:annotatedTarget "The directed movement of RNA to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051236 ;
    owl:annotatedTarget "establishment of RNA localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051239 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a multicellular organismal process, the processes pertinent to the function of a multicellular organism above the cellular level; includes the integrated processes of tissues and organs." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051240 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of an organismal process, any of the processes pertinent to the function of an organism above the cellular level; includes the integrated processes of tissues and organs." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051241 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of an organismal process, the processes pertinent to the function of an organism above the cellular level; includes the integrated processes of tissues and organs." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051246 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving a protein." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051247 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving a protein." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051248 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of chemical reactions and pathways involving a protein." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051249 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of lymphocyte activation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051250 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of lymphocyte activation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051251 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of lymphocyte activation." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051252 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving RNA." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051253 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways involving RNA." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051254 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways involving RNA." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051258 ;
    owl:annotatedTarget "The process of creating protein polymers, compounds composed of a large number of component monomers; polymeric proteins may be made up of different or identical monomers. Polymerization occurs by the addition of extra monomers to an existing poly- or oligomeric protein." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051261 ;
    owl:annotatedTarget "The process in which protein polymers, compounds composed of a large number of component monomers, are broken down. Depolymerization occurs by the successive removal of monomers from an existing poly- or oligomeric protein." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051276 ;
    owl:annotatedTarget "A process that is carried out at the cellular level that results in the assembly, arrangement of constituent parts, or disassembly of chromosomes, structures composed of a very long molecule of DNA and associated proteins that carries hereditary information. This term covers covalent modifications at the molecular level as well as spatial relationships among the major components of a chromosome." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051276 ;
    owl:annotatedTarget "chromosome organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:di", "GOC:go_curators", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051301 ;
    owl:annotatedTarget "The process resulting in division and partitioning of components of a cell to form more cells; may or may not be accompanied by the physical separation of a cell into distinct, individually membrane-bounded daughter cells." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051302 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the physical partitioning and separation of a cell into daughter cells." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051303 ;
    owl:annotatedTarget "The directed movement of a chromosome to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051303 ;
    owl:annotatedTarget "establishment of chromosome localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051321 ;
    owl:annotatedTarget "Progression through the phases of the meiotic cell cycle, in which canonically a cell replicates to produce four offspring with half the chromosomal content of the progenitor cell via two nuclear divisions." .

[]
    oboInOwl:hasDbXref "CL:0000540", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051402 ;
    owl:annotatedTarget "Any apoptotic process in a neuron, the basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051418 ;
    owl:annotatedTarget "The 'de novo' formation of a microtubule, mediated by the microtubule organizing center." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051445 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of progression through the meiotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051445 ;
    owl:annotatedTarget "regulation of progression through meiotic cell cycle" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051446 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of progression through the meiotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051446 ;
    owl:annotatedTarget "positive regulation of progression through meiotic cell cycle" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051447 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of progression through the meiotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051447 ;
    owl:annotatedTarget "negative regulation of progression through meiotic cell cycle" .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:ai", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051450 ;
    owl:annotatedTarget "The multiplication or reproduction of myoblasts, resulting in the expansion of a myoblast cell population. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:ai", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051451 ;
    owl:annotatedTarget "The orderly movement of a myoblast from one site to another, often during the development of a multicellular organism. A myoblast is a cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051457 ;
    owl:annotatedTarget "Any process in which a protein is maintained in the nucleus and prevented from moving elsewhere. These include sequestration within the nucleus, protein stabilization to prevent transport elsewhere and the active retrieval of proteins that escape the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051457 ;
    owl:annotatedTarget "maintenance of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051469 ;
    owl:annotatedTarget "The joining of the lipid bilayer membrane around a vesicle with the lipid bilayer membrane around the vacuole." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051493 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051493 ;
    owl:annotatedTarget "regulation of cytoskeleton organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051493 ;
    owl:annotatedTarget "regulation of cytoskeleton organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051494 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051494 ;
    owl:annotatedTarget "negative regulation of cytoskeleton organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051494 ;
    owl:annotatedTarget "negative regulation of cytoskeleton organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051495 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051495 ;
    owl:annotatedTarget "positive regulation of cytoskeleton organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051495 ;
    owl:annotatedTarget "positive regulation of cytoskeleton organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051588 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051589 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051590 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:ai", "GOC:dph", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051606 ;
    owl:annotatedTarget "The series of events in which a stimulus is received by a cell or organism and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051620 ;
    owl:annotatedTarget "The directed movement of norepinephrine into a cell, typically presynaptic neurons or glial cells. Norepinephrine (3,4-dihydroxyphenyl-2-aminoethanol) is a hormone secreted by the adrenal medulla and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts of the CNS. It is also the biosynthetic precursor of epinephrine." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051620 ;
    owl:annotatedTarget "norepinephrine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051621 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of the neurotransmitter norepinephrine into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051621 ;
    owl:annotatedTarget "regulation of norepinephrine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051622 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of norepinephrine into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051622 ;
    owl:annotatedTarget "negative regulation of norepinephrine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051623 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of norepinephrine into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051623 ;
    owl:annotatedTarget "positive regulation of norepinephrine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051630 ;
    owl:annotatedTarget "The directed movement of acetylcholine into a cell, typically presynaptic neurons or glial cells. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051630 ;
    owl:annotatedTarget "acetylcholine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051631 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of the neurotransmitter acetylcholine into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051631 ;
    owl:annotatedTarget "regulation of acetylcholine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051632 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of acetylcholine into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051632 ;
    owl:annotatedTarget "negative regulation of acetylcholine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051633 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of acetylcholine into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051633 ;
    owl:annotatedTarget "positive regulation of acetylcholine import" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051640 ;
    owl:annotatedTarget "Any process in which an organelle is transported to, and/or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051640 ;
    owl:annotatedTarget "organelle localisation" .

[]
    oboInOwl:hasDbXref "GOC:tb", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051641 ;
    owl:annotatedTarget "A cellular localization process whereby a substance or cellular entity, such as a protein complex or organelle, is transported to, and/or maintained in, a specific location within a cell including the localization of substances or cellular entities to the cell membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051641 ;
    owl:annotatedTarget "cellular localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051641 ;
    owl:annotatedTarget "single organism cellular localization" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051645 ;
    owl:annotatedTarget "Any process in which the Golgi is transported to, and/or maintained in, a specific location within the cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051645 ;
    owl:annotatedTarget "Golgi localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051647 ;
    owl:annotatedTarget "Any process in which the nucleus is transported to, and/or maintained in, a specific location within the cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051647 ;
    owl:annotatedTarget "nucleus localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051648 ;
    owl:annotatedTarget "Any process in which a vesicle or vesicles are transported to, and/or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051648 ;
    owl:annotatedTarget "vesicle localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dos", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051649 ;
    owl:annotatedTarget "Any process, occurring in a cell, that localizes a substance or cellular component. This may occur via movement, tethering or selective degradation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051649 ;
    owl:annotatedTarget "establishment of localisation in cell" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051649 ;
    owl:annotatedTarget "establishment of cellular localization" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051650 ;
    owl:annotatedTarget "The directed movement of a vesicle to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051650 ;
    owl:annotatedTarget "establishment of vesicle localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051651 ;
    owl:annotatedTarget "Any process in which a substance or cellular entity, such as a protein complex or organelle, is maintained in a specific location within, or in the membrane of, a cell, and is prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051651 ;
    owl:annotatedTarget "maintenance of cellular localization" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051651 ;
    owl:annotatedTarget "maintenance of localization in cell" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051652 ;
    owl:annotatedTarget "Any process in which a chromosome is maintained in a specific location within a cell and prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051652 ;
    owl:annotatedTarget "maintenance of chromosome localization" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051655 ;
    owl:annotatedTarget "Any process in which a vesicle is maintained in a specific location within a cell and prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051655 ;
    owl:annotatedTarget "maintenance of vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051656 ;
    owl:annotatedTarget "The directed movement of an organelle to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051656 ;
    owl:annotatedTarget "establishment of organelle localisation" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:dsd", "GOC:tfm", "PMID:19022770", "http://en.wikipedia.org/wiki/Hematopoietic_stem_cell" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000037 ;
    owl:annotatedTarget "A stem cell from which all cells of the lymphoid and myeloid lineages develop, including blood cells and cells of the immune system. Hematopoietic stem cells lack cell markers of effector cells (lin-negative). Lin-negative is defined by lacking one or more of the following cell surface markers: CD2, CD3 epsilon, CD4, CD5 ,CD8 alpha chain, CD11b, CD14, CD19, CD20, CD56, ly6G, ter119." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051657 ;
    owl:annotatedTarget "Any process in which an organelle is maintained in a specific location within a cell and prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051657 ;
    owl:annotatedTarget "maintenance of organelle localization" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051658 ;
    owl:annotatedTarget "Any process in which the nucleus is maintained in a specific location within a cell and prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051658 ;
    owl:annotatedTarget "maintenance of nucleus localization" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051668 ;
    owl:annotatedTarget "Any process in which a substance or cellular entity, such as a protein complex or organelle, is transported to, and/or maintained in, a specific location within a membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051668 ;
    owl:annotatedTarget "localisation within membrane" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000038 ;
    owl:annotatedTarget "A progenitor cell committed to the erythroid lineage." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051674 ;
    owl:annotatedTarget "Any process in which a cell is transported to, and/or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051674 ;
    owl:annotatedTarget "localisation of cell" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051683 ;
    owl:annotatedTarget "The directed movement of the Golgi to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051683 ;
    owl:annotatedTarget "establishment of Golgi localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051684 ;
    owl:annotatedTarget "Any process in which the Golgi is maintained in a specific location within a cell and prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0051684 ;
    owl:annotatedTarget "maintenance of Golgi localization" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051707 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus from another living organism." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051716 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus. The process begins with detection of the stimulus by a cell and ends with a change in state or activity or the cell." .

[]
    a owl:Axiom ;
    rdfs:label "Cellular responses to stimuli" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0051716 ;
    owl:annotatedTarget "Reactome:R-HSA-8953897" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000039 ;
    owl:annotatedTarget "A cell that is within the developmental lineage of gametes and is able to pass along its genetic material to offspring." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051726 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of progression through the cell cycle." .

[]
    a owl:Axiom ;
    rdfs:label "Polo-like kinase mediated events" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0051726 ;
    owl:annotatedTarget "Reactome:R-HSA-156711" .

[]
    a owl:Axiom ;
    rdfs:label "Energy dependent regulation of mTOR by LKB1-AMPK" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0051726 ;
    owl:annotatedTarget "Reactome:R-HSA-380972" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0051726 ;
    owl:annotatedTarget "arrest of mitotic cell cycle progression" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051781 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell division." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051782 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell division." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051783 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of nuclear division, the partitioning of the nucleus and its genetic information." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051784 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of nuclear division, the partitioning of the nucleus and its genetic information." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051785 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of nuclear division, the partitioning of the nucleus and its genetic information." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051875 ;
    owl:annotatedTarget "Any process in which a pigment granule is transported to, and/or maintained in, a specific location within the cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051875 ;
    owl:annotatedTarget "pigment granule localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051890 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardioblast differentiation, the process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051891 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardioblast differentiation, the process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051892 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cardioblast differentiation, the process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051904 ;
    owl:annotatedTarget "The directed movement of pigment granules into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051905 ;
    owl:annotatedTarget "The directed movement of a pigment granule to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051905 ;
    owl:annotatedTarget "establishment of pigment granule localisation" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051930 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the sensory perception of pain, the series of events required for an organism to receive a painful stimulus, convert it to a molecular signal, and recognize and characterize the signal." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000048 ;
    owl:annotatedTarget "A stem cell that can give rise to multiple lineages of cells." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051931 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of sensory perception, the series of events required for an organism to receive a sensory stimulus, convert it to a molecular signal, and recognize and characterize the signal." .

[]
    oboInOwl:hasDbXref "GOC:ai", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051937 ;
    owl:annotatedTarget "The directed movement of catecholamines, a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0878932437", "MESH:D023461" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000049 ;
    owl:annotatedTarget "A progenitor cell committed to myeloid lineage, including the megakaryocyte and erythroid lineages." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051952 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of amines into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_0000049 ;
    owl:annotatedTarget "colony forming unit granulocyte, erythrocyte, macrophage, and megakaryocyte" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051953 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of amines into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051954 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of the directed movement of amines into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_0000049 ;
    owl:annotatedTarget "multipotential myeloid stem cell" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051955 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of amino acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051956 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of amino acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051956 ;
    owl:annotatedTarget "negative regulation of amino acid transmembrane transport" .

[]
    oboInOwl:hasDbXref "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_0000049 ;
    owl:annotatedTarget "myeloid stem cell" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051957 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of the directed movement of amino acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051957 ;
    owl:annotatedTarget "positive regulation of amino acid transmembrane transport" .

[]
    oboInOwl:hasDbXref "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_0000049 ;
    owl:annotatedTarget "pluripotent stem cell (bone marrow)" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051960 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of nervous system development, the origin and formation of nervous tissue." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051961 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of nervous system development, the origin and formation of nervous tissue." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051962 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of nervous system development, the origin and formation of nervous tissue." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051963 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of synapse assembly, the aggregation, arrangement and bonding together of a set of components to form a synapse." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051964 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of synapse assembly, the aggregation, arrangement and bonding together of a set of components to form a synapse." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051965 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of synapse assembly, the aggregation, arrangement and bonding together of a set of components to form a synapse." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051969 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of transmission of a nerve impulse, the sequential electrochemical polarization and depolarization that travels across the membrane of a neuron in response to stimulation." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051969 ;
    owl:annotatedTarget "regulation of conduction of nerve impulse" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051970 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of transmission of a nerve impulse, the sequential electrochemical polarization and depolarization that travels across the membrane of a neuron in response to stimulation." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051970 ;
    owl:annotatedTarget "negative regulation of conduction of nerve impulse" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051971 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of transmission of a nerve impulse, the sequential electrochemical polarization and depolarization that travels across the membrane of a neuron in response to stimulation." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0051971 ;
    owl:annotatedTarget "positive regulation of conduction of nerve impulse" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051983 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of chromosome segregation, the process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051984 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of chromosome segregation, the process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0051985 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of chromosome segregation, the process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets." .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055001 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a muscle cell over time, from its formation to the mature structure. Muscle cell development does not include the steps involved in committing an unspecified cell to the muscle cell fate." .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055002 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a striated muscle cell over time, from its formation to the mature structure. Striated muscle cells contain fibers that are divided by transverse bands into striations, and cardiac and skeletal muscle are types of striated muscle." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:dsd", "GOC:tfm", "MESH:D055015", "PMID:16647566", "http://en.wikipedia.org/wiki/Megakaryocyte-erythroid_progenitor_cell" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000050 ;
    owl:annotatedTarget "A progenitor cell committed to the megakaryocyte and erythroid lineages." .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055003 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the cardiac myofibril over time, from its formation to the mature structure. A cardiac myofibril is a myofibril specific to cardiac muscle cells." .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055006 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cardiac cell over time, from its formation to the mature state. A cardiac cell is a cell that will form part of the cardiac organ of an individual." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0055006 ;
    owl:annotatedTarget "cardiocyte development" .

[]
    oboInOwl:hasDbXref "GOC:devbiol", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055007 ;
    owl:annotatedTarget "The process in which a cardiac muscle precursor cell acquires specialized features of a cardiac muscle cell. Cardiac muscle cells are striated muscle cells that are responsible for heart contraction." .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055008 ;
    owl:annotatedTarget "The process in which the anatomical structures of cardiac muscle tissue are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0055008 ;
    owl:annotatedTarget "myocardium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055009 ;
    owl:annotatedTarget "The process in which the anatomical structure of cardiac atrium muscle is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0055009 ;
    owl:annotatedTarget "atrial myocardium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055010 ;
    owl:annotatedTarget "The process in which the anatomical structures of cardiac ventricle muscle is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:devbiol", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055013 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cardiac muscle cell over time, from its formation to the mature state." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0055013 ;
    owl:annotatedTarget "cardiomyocyte cell development" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:dsd", "GOC:tfm", "PMID:10407577", "PMID:16551251" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000051 ;
    owl:annotatedTarget "A oligopotent progenitor cell committed to the lymphoid lineage." .

[]
    oboInOwl:hasDbXref "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055017 ;
    owl:annotatedTarget "The increase in size or mass of a cardiac muscle, where the increase in size or mass has the specific outcome of the progression of the organism over time from one condition to another." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000052 ;
    owl:annotatedTarget "A stem cell from which all cells of the body can form." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055018 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle fiber development." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055019 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle fiber development." .

[]
    oboInOwl:hasDbXref "SANBI:mhl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000055 ;
    owl:annotatedTarget "A precursor cell with a limited number of potential fates." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055020 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of cardiac muscle fiber development." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D032446", "PMID:21849021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000056 ;
    owl:annotatedTarget "A cell that is commited to differentiating into a muscle cell.  Embryonic myoblasts develop from the mesoderm. They undergo proliferation, migrate to their various sites, and then differentiate into the appropriate form of myocytes.  Myoblasts also occur as transient populations of cells in muscles undergoing repair." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055021 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle growth." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055022 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle growth." .

[]
    oboInOwl:hasDbXref "ISBN:0517223651", "MESH:D005347", "http://en.wikipedia.org/wiki/Fibroblast" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000057 ;
    owl:annotatedTarget "A connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules. Flattened and irregular in outline with branching processes; appear fusiform or spindle-shaped." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055023 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of cardiac muscle growth." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055024 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055025 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of cardiac muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055026 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle tissue development." .

[]
    oboInOwl:hasDbXref "PMID:11163136", "PMID:11250167" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055057 ;
    owl:annotatedTarget "The process resulting in the physical partitioning and separation of a neuroblast into daughter cells. A neuroblast is any cell that will divide and give rise to a neuron." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "GO_REF:0000034", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000058 ;
    owl:annotatedTarget "Skeletogenic cell that is typically non-terminally differentiated, secretes an avascular, GAG rich matrix; is not buried in cartilage tissue matrix, retains the ability to divide, located adjacent to cartilage tissue (including within the perichondrium), and develops from prechondroblast (and thus prechondrogenic) cell." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055059 ;
    owl:annotatedTarget "The process resulting in the physical partitioning and separation of a neuroblast into two daughter cells with different developmental potentials." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055085 ;
    owl:annotatedTarget "The process in which a solute is transported across a lipid bilayer, from one side of a membrane to the other." .

[]
    a owl:Axiom ;
    rdfs:label "ABC-family proteins mediated transport" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0055085 ;
    owl:annotatedTarget "Reactome:R-HSA-382556" .

[]
    a owl:Axiom ;
    rdfs:label "SLC-mediated transmembrane transport" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0055085 ;
    owl:annotatedTarget "Reactome:R-HSA-425407" .

[]
    a owl:Axiom ;
    rdfs:label "Miscellaneous transport and binding events" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0055085 ;
    owl:annotatedTarget "Reactome:R-HSA-5223345" .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055086 ;
    owl:annotatedTarget "The cellular chemical reactions and pathways involving a nucleobase-containing small molecule: a nucleobase, a nucleoside, or a nucleotide." .

[]
    a owl:Axiom ;
    rdfs:label "Metabolism of nucleotides" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0055086 ;
    owl:annotatedTarget "Reactome:R-HSA-15869" .

[]
    a owl:Axiom ;
    rdfs:label "Phosphate bond hydrolysis by NUDT proteins" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0055086 ;
    owl:annotatedTarget "Reactome:R-HSA-2393930" .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055107 ;
    owl:annotatedTarget "The directed movement of proteins from the Golgi to a secretory granule. The secretory granule is a membrane-bounded particle, usually protein, formed in the granular endoplasmic reticulum and the Golgi complex." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055108 ;
    owl:annotatedTarget "The directed movement of proteins from the Golgi to a transport vesicle. Continuously secreted proteins are sorted into transport vesicles that fuse with the plasma membrane, releasing their contents by exocytosis." .

[]
    oboInOwl:hasDbXref "GOC:ecd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055117 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:ecd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055118 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0055123 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the digestive system over time, from its formation to the mature structure. The digestive system is the entire structure in which digestion takes place. Digestion is all of the physical, chemical, and biochemical processes carried out by multicellular organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000064 ;
    owl:annotatedTarget "A cell that has a filiform extrusion of the cell surface." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060037 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the pharyngeal system over time, from its formation to the mature structure. The pharyngeal system is a transient embryonic complex that is specific to vertebrates. It comprises the pharyngeal arches, bulges of tissues of mesoderm and neural crest derivation through which pass nerves and pharyngeal arch arteries. The arches are separated internally by pharyngeal pouches, evaginations of foregut endoderm, and externally by pharyngeal clefts, invaginations of surface ectoderm. The development of the system ends when the structure it contributes to are forming: the thymus, thyroid, parathyroids, maxilla, mandible, aortic arch, cardiac outflow tract, external and middle ear." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rph", "PMID:11161571" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060038 ;
    owl:annotatedTarget "The expansion of a cardiac muscle cell population by cell division." .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:10074473" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060038 ;
    owl:annotatedTarget "cardiomyocyte proliferation" .

[]
    oboInOwl:hasDbXref "FB:ma", "GOC:tfm", "MESH:D004847" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000066 ;
    owl:annotatedTarget "A cell that is usually found in a two-dimensional sheet with a free surface. The cell has a cytoskeleton that allows for tight cell to cell contact and for cell polarity where apical part is directed towards the lumen and the basal part to the basal lamina." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rph", "PMID:15138308", "PMID:16376438" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060039 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the pericardium over time, from its formation to the mature structure. The pericardium is a double-walled sac that contains the heart and the roots of the aorta, vena cava and the pulmonary artery." .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dph", "ISBN:0815340729" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060041 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the retina over time, from its formation to the mature structure. The retina is the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060041 ;
    owl:annotatedTarget "retinal development" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dph", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060042 ;
    owl:annotatedTarget "The process in which the anatomical structure of the retina is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060043 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060043 ;
    owl:annotatedTarget "regulation of cardiomyocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060044 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle cell proliferation." .

[]
    oboInOwl:hasDbXref <https://orcid.org/0000-0002-6601-2165>, "GOC:dph", "GOC:kva", "GOC:pt" ;
    a owl:Axiom ;
    rdfs:comment "PMID:27812932" ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0004008 ;
    owl:annotatedTarget "p has primary output c if (a) p has output c and (b) the goal of process is to modify, produce, or transform c." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060045 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060047 ;
    owl:annotatedTarget "The multicellular organismal process in which the heart decreases in volume in a characteristic way to propel blood through the body." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000067 ;
    owl:annotatedTarget "An epithelial cell that has a cilia." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060048 ;
    owl:annotatedTarget "Muscle contraction of cardiac muscle tissue." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060096 ;
    owl:annotatedTarget "The regulated release of serotonin by a cell, in which released serotonin acts as a neurotransmitter." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060096 ;
    owl:annotatedTarget "serotonin release, neurotransmission" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060136 ;
    owl:annotatedTarget "A reproductive process occurring in the embryo or fetus that allows the embryo or fetus to develop within the mother." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060142 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060143 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dph", "GOC:rph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060170 ;
    owl:annotatedTarget "The portion of the plasma membrane surrounding a cilium." .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:dph", "PMID:11487378" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060173 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a limb over time, from its formation to the mature structure. A limb is an appendage of an animal used for locomotion or grasping. Examples include legs, arms or some types of fin." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0060173 ;
    owl:annotatedTarget "limb bud development" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dph", "PMID:17722983" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060214 ;
    owl:annotatedTarget "Formation of the endocardium of the heart. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000068 ;
    owl:annotatedTarget "An epithelial cell that is part of a duct." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:bf", "GOC:dph", "GOC:rl", "PMID:15378083" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060218 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a hematopoietic stem cell. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060219 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a photoreceptor cell in a camera-type eye." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060221 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a retinal rod cell." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060231 ;
    owl:annotatedTarget "A transition where a mesenchymal cell establishes apical/basolateral polarity, forms intercellular adhesive junctions, synthesizes basement membrane components and becomes an epithelial cell." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060231 ;
    owl:annotatedTarget "epithelial cell differentiation from mesenchymal cell" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060231 ;
    owl:annotatedTarget "mesenchymal-epithelial transition" .

[]
    oboInOwl:hasDbXref <https://orcid.org/0000-0002-6601-2165>, "GOC:dph", "GOC:kva", "GOC:pt" ;
    a owl:Axiom ;
    rdfs:comment "PMID:27812932" ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0004009 ;
    owl:annotatedTarget "p has primary input c if (a) p has input c and (b) the goal of process is to modify, consume, or transform c." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060251 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of glial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060252 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of glial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060253 ;
    owl:annotatedTarget "Any process that stops or decreases the rate or extent of glial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060255 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000071 ;
    owl:annotatedTarget "An endothelial cell that lines the vasculature." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:cilia", "GOC:dph", "GOC:kmv", "GOC:pr", "GOC:vw", "ISBN:0198506732", "PMID:13978319", "PMID:27350441" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060271 ;
    owl:annotatedTarget "The assembly of a cilium, a specialized eukaryotic organelle that consists of a filiform extrusion of the cell surface. Each cilium is bounded by an extrusion of the cytoplasmic membrane, and contains a regular longitudinal array of microtubules, anchored basally in a centriole." .

[]
    a owl:Axiom ;
    rdfs:label "Cilium Assembly" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0060271 ;
    owl:annotatedTarget "Reactome:R-HSA-5617833" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060271 ;
    owl:annotatedTarget "cilium biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060271 ;
    owl:annotatedTarget "cilium organization" .

[]
    oboInOwl:hasDbXref "GO:0002065", "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000075 ;
    owl:annotatedTarget "A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb", "PMID:2394318" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060281 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of the process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060282 ;
    owl:annotatedTarget "Any process that increases the rate or extent of the process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060283 ;
    owl:annotatedTarget "Any process that decreases the rate or extent of the process whose specific outcome is the progression of an oocyte over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060284 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of the progression of the cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544", "PMID:26106328" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000077 ;
    owl:annotatedTarget "A flat, squamous-like epithelial cell of mesodermal origin. It forms the mesothelium, which lines the body's serous cavities including the pleural, peritoneal, and pericardial spaces. This cell plays a crucial role in synthesizing and secreting lubricants, such as glycosaminoglycans and surfactants, which minimize friction between adjacent tissues during movement." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dgh", "GOC:dph", "GOC:krc", "GOC:mlg", "GOC:mtg_cambridge_2013" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060285 ;
    owl:annotatedTarget "Cell motility due to the motion of one or more eukaryotic cilia. A eukaryotic cilium is a specialized organelle that consists of a filiform extrusion of the cell surface. Each cilium is bounded by an extrusion of the cytoplasmic (plasma) membrane, and contains a regular longitudinal array of microtubules, anchored basally in a centriole." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060294 ;
    owl:annotatedTarget "Movement of cilia mediated by motor proteins that contributes to the movement of a cell." .

[]
    oboInOwl:hasDbXref "PMID:26106328" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0000077 ;
    owl:annotatedTarget "Mesothelial cells, which morphologically resemble squamous epithelial cells, express both epithelial markers (cytokeratins) and mesenchymal markers (vimentin), reflecting their mesodermal origin. They feature surface microvilli and apical-basal polarity. Under certain conditions, they can undergo mesothelial-to-mesenchymal transition. These cells also produce extracellular matrix proteins, maintain serosal homeostasis, and facilitate fluid transport." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060295 ;
    owl:annotatedTarget "Any process that modulates the rate frequency or extent of cilium movement involved in ciliary motility." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060297 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of myofibril assembly by organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060297 ;
    owl:annotatedTarget "regulation of sarcomere organisation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060298 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of myofibril assembly by organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060298 ;
    owl:annotatedTarget "positive regulation of sarcomere organisation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060299 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of myofibril assembly by organization of muscle actomyosin into sarcomeres. The sarcomere is the repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060299 ;
    owl:annotatedTarget "negative regulation of sarcomere organisation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060322 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a head from an initial condition to its mature state. The head is the anterior-most division of the body." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060323 ;
    owl:annotatedTarget "The process in which the anatomical structures of the head are generated and organized. The head is the anterior-most division of the body." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060324 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a face from an initial condition to its mature state. The face is the ventral division of the head." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060325 ;
    owl:annotatedTarget "The process in which the anatomical structures of the face are generated and organized. The face is the ventral division of the head." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000078 ;
    owl:annotatedTarget "Any squamous epithelial cell that is part of some periderm." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060341 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a process in which a cell, a substance, or a cellular entity is transported to, or maintained in a specific location within or in the membrane of a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060341 ;
    owl:annotatedTarget "regulation of cellular localisation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060348 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of bone over time, from its formation to the mature structure. Bone is the hard skeletal connective tissue consisting of both mineral and cellular components." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060349 ;
    owl:annotatedTarget "The process in which bones are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:11680679" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060350 ;
    owl:annotatedTarget "The process in which bones are generated and organized as a result of the conversion of initial cartilaginous anlage into bone." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060351 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the cartilage that will provide a scaffold for mineralization of endochondral bones." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000071", "PMID:23509267" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060359 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an ammonium stimulus." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060361 ;
    owl:annotatedTarget "Self-propelled movement of an organism from one location to another through the air, usually by means of active wing movement." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:pr", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060363 ;
    owl:annotatedTarget "The process in which any suture between cranial bones is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060379 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a cardiac myoblast. A cardiac myoblast is a precursor cell that has been committed to a cardiac muscle cell fate but retains the ability to divide and proliferate throughout life." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060379 ;
    owl:annotatedTarget "myocardial precursor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060379 ;
    owl:annotatedTarget "cardiac myoblast differentiation" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000080 ;
    owl:annotatedTarget "A cell which moves among different tissues of the body, via blood, lymph, or other medium." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dph", "GOC:krc", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060404 ;
    owl:annotatedTarget "The removal of tubulin heterodimers from one or both ends of an axonemal microtubule. An axonemal microtubule is a microtubule in the axoneme of a cilium or flagellum; an axoneme contains nine modified doublet microtubules surrounding a pair of single microtubules." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060408 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of the chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060409 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of the chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060410 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of the chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060411 ;
    owl:annotatedTarget "The process in which the anatomical structure of a cardiac septum is generated and organized. A cardiac septum is a partition that separates parts of the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060412 ;
    owl:annotatedTarget "The developmental process in which a ventricular septum is generated and organized. A ventricular septum is an anatomical structure that separates the lower chambers (ventricles) of the heart from one another." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060412 ;
    owl:annotatedTarget "interventricular septum morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060413 ;
    owl:annotatedTarget "The developmental process in which atrial septum is generated and organized. The atrial septum separates the upper chambers (the atria) of the heart from one another." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060413 ;
    owl:annotatedTarget "interatrial septum morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dgh", "GOC:dph", "Wikipedia:Aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060414 ;
    owl:annotatedTarget "The process in which the structure of the smooth muscle tissue surrounding the aorta is generated and organized. An aorta is an artery that carries blood from the heart to other parts of the body." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000081 ;
    owl:annotatedTarget "A cell found predominately in the blood." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060415 ;
    owl:annotatedTarget "The process in which the anatomical structures of muscle tissue are generated and organized. Muscle tissue consists of a set of cells that are part of an organ and carry out a contractive function." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060419 ;
    owl:annotatedTarget "The increase in size or mass of the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060420 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of heart growth. Heart growth is the increase in size or mass of the heart." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060421 ;
    owl:annotatedTarget "Any process that increases the rate or extent of heart growth. Heart growth is the increase in size or mass of the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060425 ;
    owl:annotatedTarget "The process in which the anatomical structures of the lung are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060426 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a lung vasculature from an initial condition to its mature state. This process begins with the formation of the lung vasculature and ends with the mature structure. The lung vasculature is composed of the tubule structures that carry blood or lymph in the lungs." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060426 ;
    owl:annotatedTarget "pulmonary vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060427 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of lung connective tissue from an initial condition to its mature state. This process begins with the formation of lung connective tissue and ends with the mature structure. The lung connective tissue is a material made up of fibers forming a framework and support structure for the lungs." .

[]
    oboInOwl:hasDbXref <https://orcid.org/0000-0002-6601-2165> ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:RO_0009501 ;
    owl:annotatedTarget "triggered by process" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060428 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of the lung epithelium from an initial condition to its mature state. This process begins with the formation of lung epithelium and ends with the mature structure. The lung epithelium is the specialized epithelium that lines the inside of the lung." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060428 ;
    owl:annotatedTarget "pulmonary epithelium development" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000082 ;
    owl:annotatedTarget "An epithelial cell of the lung." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060429 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an epithelium over time, from its formation to the mature structure. An epithelium is a tissue that covers the internal or external surfaces of an anatomical structure." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060431 ;
    owl:annotatedTarget "The morphogenetic process in which the foregut region specified to become the lung forms the initial left and right buds." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060431 ;
    owl:annotatedTarget "lung formation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060433 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a bronchus from an initial condition to its mature state. This process begins with the formation of the bronchus and ends with the mature structure. The bronchus is the portion of the airway that connects to the lungs." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060434 ;
    owl:annotatedTarget "The process in which the bronchus is generated and organized. The bronchus is the portion of the airway that connects to the lungs." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060437 ;
    owl:annotatedTarget "The increase in size or mass of a lung. In all air-breathing vertebrates the lungs are developed from the ventral wall of the oesophagus as a pouch which divides into two sacs. In amphibians and many reptiles the lungs retain very nearly this primitive sac-like character, but in the higher forms the connection with the esophagus becomes elongated into the windpipe and the inner walls of the sacs become more and more divided, until, in the mammals, the air spaces become minutely divided into tubes ending in small air cells, in the walls of which the blood circulates in a fine network of capillaries. In mammals the lungs are more or less divided into lobes, and each lung occupies a separate cavity in the thorax." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060438 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a trachea over time, from its formation to the mature structure. The trachea is the portion of the airway that attaches to the bronchi as it branches." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060439 ;
    owl:annotatedTarget "The process in which a trachea is generated and organized. The trachea is the portion of the airway that attaches to the bronchi as it branches." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060440 ;
    owl:annotatedTarget "The process pertaining to the initial formation of a trachea from unspecified parts. The process begins with the specific processes that contribute to the appearance of the discrete structure and ends when the trachea is recognizable. The trachea is the portion of the airway that attaches to the bronchi as it branches." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0517223651", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000098 ;
    owl:annotatedTarget "A specialized epithelial cell involved in sensory perception. Restricted to special sense organs of the olfactory, gustatory, and vestibulocochlear receptor systems; contain sensory cells surrounded by supportive, non-receptive cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060441 ;
    owl:annotatedTarget "The process in which a highly ordered sequence of patterning events generates the branched epithelial tubes of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060441 ;
    owl:annotatedTarget "lung branching morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D007395" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000099 ;
    owl:annotatedTarget "Most generally any neuron which is not motor or sensory. Interneurons may also refer to neurons whose axons remain within a particular brain region as contrasted with projection neurons which have axons projecting to other brain regions." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060452 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of cardiac muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060453 ;
    owl:annotatedTarget "Any process that modulates the rate frequency or extent of gastric secretion. Gastric secretion is the regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." .

[]
    oboInOwl:hasDbXref "MESH:D009046", "PMID:16875686" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000100 ;
    owl:annotatedTarget "An efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes or inhibits movement." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060454 ;
    owl:annotatedTarget "Any process that increases the rate frequency or extent of gastric secretion. Gastric secretion is the regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0015006 ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060455 ;
    owl:annotatedTarget "Any process that decreases the rate frequency or extent of gastric secretion. Gastric secretion is the regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060456 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of a digestive system process, a physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060457 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of a digestive system process, a physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060458 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a right lung from an initial condition to its mature state. This process begins with the formation of the right lung and ends with the mature structure. The right lung is the lung which is on the right side of the anterior posterior axis looking from a dorsal to ventral aspect." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060458 ;
    owl:annotatedTarget "right pulmonary development" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060459 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a left lung from an initial condition to its mature state. This process begins with the formation of the left lung and ends with the mature structure. The left lung is the lung which is on the left side of the anterior posterior axis looking from a dorsal to ventral aspect." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060459 ;
    owl:annotatedTarget "left pulmonary development" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060460 ;
    owl:annotatedTarget "The process in which anatomical structures of the left lung are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060461 ;
    owl:annotatedTarget "The process in which anatomical structures of the right lung are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060465 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a pharynx from an initial condition to its mature state. The pharynx is the part of the digestive system immediately posterior to the mouth." .

[]
    oboInOwl:hasDbXref "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000101 ;
    owl:annotatedTarget "Any neuron having a sensory function; an afferent neuron conveying sensory impulses." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060467 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of fertilization. Fertilization is the union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060468 ;
    owl:annotatedTarget "The negative regulation of fertilization process that takes place as part of egg activation, ensuring that only a single sperm fertilizes the egg." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060468 ;
    owl:annotatedTarget "negative regulation of fertilization involved in egg activation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060468 ;
    owl:annotatedTarget "polyspermy block" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060479 ;
    owl:annotatedTarget "The process in which relatively unspecialized cells, e.g. embryonic or regenerative cells, acquire specialized structural and/or functional features of a mature cell found in the lung. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060479 ;
    owl:annotatedTarget "pulmonary cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060485 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a mesenchymal tissue over time, from its formation to the mature structure. A mesenchymal tissue is made up of loosely packed stellate cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060485 ;
    owl:annotatedTarget "mesenchymal development" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060487 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an epithelial cell that contributes to the epithelium of the lung." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060487 ;
    owl:annotatedTarget "pulmonary epithelial cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060491 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of cell projection assembly." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060491 ;
    owl:annotatedTarget "regulation of cell projection formation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060495 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from one cell to another and contributes to the progression of the lung, from its initial state to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060495 ;
    owl:annotatedTarget "cell-cell signalling involved in lung development" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0015007 ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060496 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from a mesenchymal cell to an epithelial cell and contributes to the development of the lung." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060496 ;
    owl:annotatedTarget "mesenchymal-epithelial cell signalling involved in lung development" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0444009442" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000103 ;
    owl:annotatedTarget "A type of interneuron that has two neurites, usually an axon and a dendrite, extending from opposite poles of an ovoid cell body." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060497 ;
    owl:annotatedTarget "Any process that mediates the transfer of information between a mesenchymal cell and an endodermal cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060497 ;
    owl:annotatedTarget "mesenchymal-endodermal cell signalling" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060501 ;
    owl:annotatedTarget "Any process that increases the rate or frequency of epithelial cell proliferation that results in the lung attaining its shape." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060502 ;
    owl:annotatedTarget "The multiplication or reproduction of epithelial cells, resulting in the expansion of a cell population that contributes to the shaping of the lung." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060532 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of lung cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060533 ;
    owl:annotatedTarget "The process in which the bronchus cartilage is generated and organized. The bronchus cartilage is the connective tissue of the portion of the airway that connects to the lungs." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060534 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the tracheal cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060535 ;
    owl:annotatedTarget "The process in which the anatomical structures of cartilage in the trachea are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000107 ;
    owl:annotatedTarget "A neuron whose cell body is within an autonomic ganglion." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060536 ;
    owl:annotatedTarget "The process in which the anatomical structures of cartilage are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060537 ;
    owl:annotatedTarget "The progression of muscle tissue over time, from its initial formation to its mature state. Muscle tissue is a contractile tissue made up of actin and myosin fibers." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060538 ;
    owl:annotatedTarget "The progression of a skeletal muscle organ over time from its initial formation to its mature state. A skeletal muscle organ includes the skeletal muscle tissue and its associated connective tissue." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060539 ;
    owl:annotatedTarget "The progression of the diaphragm over time from its initial formation to the mature structure. The diaphragm is a skeletal muscle that is responsible for contraction and expansion of the lungs." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0015008 ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060540 ;
    owl:annotatedTarget "The process in which the anatomical structures of the diaphragm are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060541 ;
    owl:annotatedTarget "The progression of the respiratory system over time from its formation to its mature structure. The respiratory system carries out respiratory gaseous exchange." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060560 ;
    owl:annotatedTarget "The increase in size or mass of an anatomical structure that contributes to the structure attaining its shape." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060560 ;
    owl:annotatedTarget "differential growth" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060561 ;
    owl:annotatedTarget "Any apoptotic process that contributes to the shaping of an anatomical structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060561 ;
    owl:annotatedTarget "morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060562 ;
    owl:annotatedTarget "The process in which the anatomical structures of a tube are generated and organized from an epithelium. Epithelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues, with tube shape and organization varying from the single-celled excretory organ in Caenorhabditis elegans to the branching trees of the mammalian kidney and insect tracheal system." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000108 ;
    owl:annotatedTarget "A neuron that uses acetylcholine as a vesicular neurotransmitter." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060563 ;
    owl:annotatedTarget "The process in which epiblast cells acquire specialized features of neuroepithelial cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060571 ;
    owl:annotatedTarget "The morphogenetic process in which an epithelial sheet bends along a linear axis." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060571 ;
    owl:annotatedTarget "epithelial folding" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060571 ;
    owl:annotatedTarget "folding of an epithelial sheet" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060572 ;
    owl:annotatedTarget "The morphogenetic process in which a bud forms from an epithelial sheet. A bud is a protrusion that forms form the sheet by localized folding." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060577 ;
    owl:annotatedTarget "The process in which the anatomical structure of the pulmonary venous blood vessels are generated and organized. Pulmonary veins are blood vessels that transport blood from the lungs to the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060577 ;
    owl:annotatedTarget "pulmonary venous blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060578 ;
    owl:annotatedTarget "The process in which the anatomical structure of superior vena cava generated and organized. The superior vena cava is a blood vessel that transports blood from the upper body to the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060581 ;
    owl:annotatedTarget "The commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells within a field of cells that will exhibit a certain pattern of differentiation. Positional information is established through protein signals that emanate from a localized source within a developmental field resulting in specification of a cell type. Those signals are then interpreted in a cell-autonomous manner resulting in the determination of the cell type." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060591 ;
    owl:annotatedTarget "The process in which a mesenchymal cell, acquires specialized structural and/or functional features of a chondroblast. Differentiation includes the processes involved in commitment of a cell to a chondroblast fate. A chondroblast is a precursor cell to chondrocytes." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060591 ;
    owl:annotatedTarget "chondrocyte progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060612 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of adipose tissue over time, from its formation to the mature structure. Adipose tissue is specialized tissue that is used to store fat." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060612 ;
    owl:annotatedTarget "adipogenesis" .

[]
    oboInOwl:hasDbXref "PMID:7892198", "Wikipedia:Surface_ectoderm", "doi:/10.1101/2024.07.02.601324" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000114 ;
    owl:annotatedTarget "An ectodermal cell that is part of the external ectoderm, forming the outermost layer of the developing embryo. It is characterized by its polarized nature, with distinct apical and basal surfaces (Ferrante Jr., Reinke, & Stanley, 1995). Surface ectodermal cell gives rise to the epidermis, hair follicles, nails, sensory organs, and specialized structures like the apical ectodermal ridge crucial for limb development (Skoufa et al., 2024)." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060623 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of chromosome condensation, the progressive compaction of dispersed interphase chromatin into threadlike chromosomes prior to mitotic or meiotic nuclear division, or during apoptosis, in eukaryotic cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060627 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of vesicle-mediated transport, the directed movement of substances, either within a vesicle or in the vesicle membrane, into, out of or within a cell." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0015009 ;
    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." .

[]
    oboInOwl:hasDbXref "doi:/10.1101/2024.07.02.601324" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000114 ;
    owl:annotatedTarget "surface ectoderm cell" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060632 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of microtubule-based movement, the movement of organelles, other microtubules and other particles along microtubules, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060638 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from a mesenchymal cell to an epithelial cell where it is received and interpreted." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060638 ;
    owl:annotatedTarget "mesenchymal-epithelial cell signalling" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D042783", "PMID:21275341", "http://en.wikipedia.org/wiki/Endothelial_cell", "https://sourceforge.net/tracker/?func=detail&atid=440764&aid=3364936&group_id=36855" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000115 ;
    owl:annotatedTarget "An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal. In mammals, endothelial cell has vimentin filaments and is derived from the mesoderm." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060684 ;
    owl:annotatedTarget "Any process that results in the transfer of information from an epithelial cell to a mesenchymal cell where it is interpreted." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060684 ;
    owl:annotatedTarget "epithelial-mesenchymal cell signalling" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060688 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of branching morphogenesis, the process in which the anatomical structures of branches are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060788 ;
    owl:annotatedTarget "The developmental process in which an ectodermal placode forms. An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060795 ;
    owl:annotatedTarget "The commitment of cells to specific cell fates of the endoderm, ectoderm, or mesoderm as a part of gastrulation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060837 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a blood vessel endothelial cell, a thin flattened cell that lines the inside surfaces of blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060840 ;
    owl:annotatedTarget "The progression of the artery over time, from its initial formation to the mature structure. An artery is a blood vessel that carries blood away from the heart to a capillary bed." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060841 ;
    owl:annotatedTarget "The progression of the venous blood vessel over time from its initial formation to the mature structure. Venous blood vessels carry blood back to the heart after the capillary bed." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060842 ;
    owl:annotatedTarget "The process in which a relatively unspecialized endothelial cell acquires specialized features of an arterial endothelial cell, a thin flattened cell that lines the inside surfaces of arteries." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060843 ;
    owl:annotatedTarget "The process in which a relatively unspecialized endothelial cell acquires specialized features of a venous endothelial cell, a thin flattened cell that lines the inside surfaces of veins." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060896 ;
    owl:annotatedTarget "The developmental process that results in the creation of defined areas or spaces within the neural plate to which cells respond and eventually are instructed to differentiate." .

[]
    a owl:Axiom ;
    rdfs:label "Specification of the neural plate border" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0060896 ;
    owl:annotatedTarget "Reactome:R-HSA-9834899" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060897 ;
    owl:annotatedTarget "The pattern specification process that results in the subdivision of an axis or axes of the neural plate in space to define an area or volume in which specific patterns of cell differentiation will take place or in which cells interpret a specific environment." .

[]
    oboInOwl:hasDbXref "ISBN:9780123973481" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000122 ;
    owl:annotatedTarget "A neuron that has dendritic processes radiating from the cell body forming a star-like shape." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060900 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a camera-type eye from unspecified neurectoderm. This process begins with the differentiation of cells that form the optic field and ends when the optic cup has attained its shape." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060914 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of the heart from unspecified parts. This process begins with the specific processes that contribute to the appearance of the heart field and the arrival of cardiac neural crest to the heart region. The process ends when the structural rudiment is recognizable." .

[]
    a owl:Axiom ;
    rdfs:label "Cardiogenesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0060914 ;
    owl:annotatedTarget "Reactome:R-HSA-9733709" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060914 ;
    owl:annotatedTarget "cardiogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060915 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a mesenchymal cell of the lung. A mesenchymal cell is a loosely associated cell that is part of the connective tissue in an organism. Mesenchymal cells give rise to more mature connective tissue cell types." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0015011 ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060916 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a mesenchymal cell population that contributes to the progression of the lung over time. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." .

[]
    oboInOwl:hasDbXref "MESH:D009457" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000125 ;
    owl:annotatedTarget "A non-neuronal cell of the nervous system. They not only provide physical support, but also respond to injury, regulate the ionic and chemical composition of the extracellular milieu. Guide neuronal migration during development, and exchange metabolites with neurons." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardiac_conduct_nov11", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060920 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a pacemaker cell. Pacemaker cells are specialized cardiomyocytes that are responsible for regulating the timing of heart contractions." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060921 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a sinoatrial (SA) node cell. SA node cells are pacemaker cells that are found in the sinoatrial node." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060921 ;
    owl:annotatedTarget "SA node cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060921 ;
    owl:annotatedTarget "SAN cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0060921 ;
    owl:annotatedTarget "sinus node cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060922 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an atrioventricular (AV) node cell. AV node cells are pacemaker cells that are found in the atrioventricular node." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000126 ;
    owl:annotatedTarget "A neuroglial cell of ectodermal origin, i.e., the astrocytes and oligodendrocytes considered together." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0060922 ;
    owl:annotatedTarget "AV node cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardiac_conduct_nov11", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060926 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a pacemaker cell over time, from its formation to the mature state. Pacemaker cells are specialized cardiomyocytes that are responsible for regulating the timing of heart contractions." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060928 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an atrioventricular (AV) node cell over time, from its formation to the mature state." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060928 ;
    owl:annotatedTarget "AV node cell development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060931 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a sinoatrial (SA) node cell over time, from its formation to the mature state. SA node cells are pacemaker cells that are found in the sinoatrial node." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060931 ;
    owl:annotatedTarget "SA node cell development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060931 ;
    owl:annotatedTarget "SAN cell development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0060931 ;
    owl:annotatedTarget "sinus node cell development" .

[]
    oboInOwl:hasDbXref "MESH:D009836", "http://en.wikipedia.org/wiki/Oligodendrocyte" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000128 ;
    owl:annotatedTarget "A class of large neuroglial (macroglial) cells in the central nervous system. Form the insulating myelin sheath of axons in the central nervous system." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060932 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cell of the His-Purkinje system. These cells form the fibers regulate cardiac muscle contraction in the ventricles." .

[]
    oboInOwl:hasDbXref "PMID:8734446" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000128 ;
    owl:annotatedTarget "OLs" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060933 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a His-Purkinje cell over time, from its formation to the mature state. These cells form the fibers that regulate cardiac muscle contraction in the ventricles." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060935 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cardiac fibroblast. A cardiac fibroblast is a connective tissue cell in the heart which secretes an extracellular matrix rich in collagen and other macromolecules." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060936 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cardiac fibroblast over time, from its formation to the mature state. A cardiac fibroblast is a connective tissue cell of the heart which secretes an extracellular matrix rich in collagen and other macromolecules." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060945 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuron of the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060945 ;
    owl:annotatedTarget "heart neuron differentiation" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0015012 ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060946 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a blood vessel endothelial cell of the heart. Blood vessel endothelial cells are thin flattened cells that line the inside surfaces of blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060950 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a glial cell of the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060952 ;
    owl:annotatedTarget "The process aimed at the progression of a cardiac glial cell over time, from its formation to the fully functional mature cell." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060956 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of an endocardial cell. An endocardial cell is a specialized endothelial cell that makes up the endocardium portion of the heart. The endocardium is the innermost layer of tissue of the heart, and lines the heart chambers." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060958 ;
    owl:annotatedTarget "The progression of an endocardial cell over time, from its formation to the mature cell. An endocardial cell is a specialized endothelial cell that makes up the endocardium portion of the heart." .

[]
    oboInOwl:hasDbXref "PMID:26564856" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000131 ;
    owl:annotatedTarget "An endothelial cell that lines the blood and lymphatic vessels of the digestive tract. This cell forms the gut–vascular barrier (GVB) through tight junctions and crosstalk with pericytes and enteric glial cells, regulating the passage of nutrients and immune cells while restricting microbial translocation into the bloodstream." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060959 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cardiac neuron over time, from its formation to the mature state." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060959 ;
    owl:annotatedTarget "heart neuron development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060973 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another that will contribute to the progression of the heart over time, from its initial formation, to the mature organ." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:068340007X" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000133 ;
    owl:annotatedTarget "Ectoderm destined to be nervous tissue." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060974 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another that contribute to the formation of the heart. The initial heart structure is made up of mesoderm-derived heart progenitor cells and neural crest-derived cells." .

[]
    oboInOwl:hasDbXref "FB:ma", "GOC:dsd", "PMCID:PMC2613570", "PMID:10102814", "PMID:16923606", "PMID:17986482", "PMID:19960544", "http://en.wikipedia.org/wiki/Mesenchymal_stem_cell", "http://www.copewithcytokines.de/cope.cgi?key=mesenchymal%20stem%20cells" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000134 ;
    owl:annotatedTarget "A connective tissue cell that normally gives rise to other cells that are organized as three-dimensional masses. In humans, this cell type is CD73-positive, CD90-positive, CD105-positive, CD45-negative, CD34-negative, and MHCII-negative. They may further differentiate into osteoblasts, adipocytes, myocytes, neurons, or chondroblasts in vitro. Originally described as residing in the bone marrow, this cell type is now known to reside in many, if not all, adult organs." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060976 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the blood vessels of the heart over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060976 ;
    owl:annotatedTarget "cardiac blood vessel development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060976 ;
    owl:annotatedTarget "cardiac vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060976 ;
    owl:annotatedTarget "coronary blood vessel development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060976 ;
    owl:annotatedTarget "heart blood vessel development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060976 ;
    owl:annotatedTarget "heart vasculature development" .

[]
    oboInOwl:hasDbXref "PMID:11378515" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:CL_0000134 ;
    owl:annotatedTarget "marrow stromal cells" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060977 ;
    owl:annotatedTarget "The process in which the anatomical structures of blood vessels of the heart are generated and organized. The blood vessel is the vasculature carrying blood." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060977 ;
    owl:annotatedTarget "cardiac blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060977 ;
    owl:annotatedTarget "cardiac vasculature morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060977 ;
    owl:annotatedTarget "coronary blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060977 ;
    owl:annotatedTarget "heart blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060977 ;
    owl:annotatedTarget "heart vasculature morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060978 ;
    owl:annotatedTarget "Blood vessel formation in the heart when new vessels emerge from the proliferation of pre-existing blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060978 ;
    owl:annotatedTarget "angiogenesis involved in cardiac vascular morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060978 ;
    owl:annotatedTarget "angiogenesis involved in heart vascular morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060978 ;
    owl:annotatedTarget "coronary blood vessel angiogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060978 ;
    owl:annotatedTarget "coronary vasculature angiogenesis" .

[]
    oboInOwl:hasDbXref "MESH:D017667" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000136 ;
    owl:annotatedTarget "A fat-storing cell found mostly in the abdominal cavity and subcutaneous tissue of mammals. Fat is usually stored in the form of triglycerides." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060979 ;
    owl:annotatedTarget "The differentiation of endothelial cells from progenitor cells that contributes to blood vessel development in the heart, and the de novo formation of blood vessels and tubes." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060979 ;
    owl:annotatedTarget "coronary vasculogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0060979 ;
    owl:annotatedTarget "vasculogenesis involved in coronary blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060980 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another that will contribute to the differentiation of an endothelial cell that will form the blood vessels of the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060981 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another that will contribute to the formation of new blood vessels in the heart from pre-existing blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060986 ;
    owl:annotatedTarget "The regulated release of a hormone into the circulatory system." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060996 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "MESH:D019902" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000138 ;
    owl:annotatedTarget "Skeletogenic cell that is terminally differentiated, secretes an avascular, GAG-rich matrix, is embedded in cartilage tissue matrix, retains the ability to divide, and develops from a chondroblast cell." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060997 ;
    owl:annotatedTarget "The process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000147 ;
    owl:annotatedTarget "A pigment cell is a cell that contains pigment granules." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060998 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of dendritic spine development, the process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0060999 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of dendritic spine development, the process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061000 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of dendritic spine development, the process whose specific outcome is the progression of the dendritic spine over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061001 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of dendritic spine morphogenesis, the process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061002 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of dendritic spine morphogenesis, the process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061003 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of dendritic spine morphogenesis, the process in which the anatomical structures of a dendritic spine are generated and organized. A dendritic spine is a protrusion from a dendrite and a specialized subcellular compartment involved in synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061024 ;
    owl:annotatedTarget "A process which results in the assembly, arrangement of constituent parts, or disassembly of a membrane. A membrane is a double layer of lipid molecules that encloses all cells, and, in eukaryotes, many organelles; may be a single or double lipid bilayer; also includes associated proteins." .

[]
    a owl:Axiom ;
    rdfs:label "Membrane Trafficking" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0061024 ;
    owl:annotatedTarget "Reactome:R-HSA-199991" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061024 ;
    owl:annotatedTarget "membrane organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061024 ;
    owl:annotatedTarget "membrane organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061025 ;
    owl:annotatedTarget "The membrane organization process that joins two lipid bilayers to form a single membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061032 ;
    owl:annotatedTarget "The progression of the visceral serous pericardium from its formation to the mature structure. The visceral serous pericardium is the inner layer of the pericardium." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061032 ;
    owl:annotatedTarget "epicardium development" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061035 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of cartilage development, the process whose specific outcome is the progression of the cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061036 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of cartilage development, the process whose specific outcome is the progression of the cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ORCID:0000-0002-7073-9172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000150 ;
    owl:annotatedTarget "An epithelial cell, located in a gland, that is specialised for the synthesis and secretion of specific biomolecules, such as hormones, or mucous." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061037 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of cartilage development, the process whose specific outcome is the progression of the cartilage over time, from its formation to the mature structure. Cartilage is a connective tissue dominated by extracellular matrix containing collagen type II and large amounts of proteoglycan, particularly chondroitin sulfate." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061040 ;
    owl:annotatedTarget "The process in which a female gonad is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061040 ;
    owl:annotatedTarget "ovary morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061046 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the process in which a highly ordered sequence of patterning events generates the branched structures of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061047 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the process in which a highly ordered sequence of patterning events generates the branched structures of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061048 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of the process in which a highly ordered sequence of patterning events generates the branched structures of the lung, consisting of reiterated combinations of bud outgrowth, elongation, and dichotomous subdivision of terminal units." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061049 ;
    owl:annotatedTarget "The growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061049 ;
    owl:annotatedTarget "cardiac muscle cell hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061049 ;
    owl:annotatedTarget "cardiomyocyte growth" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061049 ;
    owl:annotatedTarget "heart muscle cell growth" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061050 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061051 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061052 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of the growth of a cardiac muscle cell, where growth contributes to the progression of the cell over time from its initial formation to its mature state." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000151 ;
    owl:annotatedTarget "A cell that specializes in controlled release of one or more substances." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061053 ;
    owl:annotatedTarget "The progression of a somite from its initial formation to the mature structure. Somites are mesodermal clusters that are arranged segmentally along the anterior posterior axis of an embryo." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061054 ;
    owl:annotatedTarget "The progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061055 ;
    owl:annotatedTarget "The progression of the myotome over time, from its formation to the mature structure. The myotome is the portion of the somite that will give rise to muscle." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061056 ;
    owl:annotatedTarget "The progression of the sclerotome over time, from its initial formation to the mature structure. The sclerotome is the portion of the somite that will give rise to a vertebra." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061061 ;
    owl:annotatedTarget "The progression of a muscle structure over time, from its formation to its mature state. Muscle structures are contractile cells, tissues or organs that are found in multicellular organisms." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:decreased_in_magnitude_relative_to ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061072 ;
    owl:annotatedTarget "The process in which the iris is generated and organized. The iris is an anatomical structure in the eye whose opening forms the pupil. The iris is responsible for controlling the diameter and size of the pupil and the amount of light reaching the retina." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061073 ;
    owl:annotatedTarget "The process in which the ciliary body generated and organized. The ciliary body is the circumferential tissue inside the eye composed of the ciliary muscle and ciliary processes." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061074 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of neural retina development, the progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000152 ;
    owl:annotatedTarget "A cell of an exocrine gland; i.e. a gland that discharges its secretion via a duct." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061075 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of neural retina development, the progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000153 ;
    owl:annotatedTarget "A cell that secretes glycosaminoglycans." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061076 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of neural retina development, the progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061080 ;
    owl:annotatedTarget "The progression of the right horn of the sinus venosus from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:9126746" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061100 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuroendocrine cell of the lung epithelium." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061101 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized structural and/or functional features of a neuroendocrine cell. A neuroendocrine cell is a cell that receives input form a neuron which controls the secretion of an endocrine substance." .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:18173746" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061102 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuroendocrine cell of the stomach epithelium." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061102 ;
    owl:annotatedTarget "gastric neuroendocrine cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061105 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of the differentiation of a neuroendocrine cell in the stomach." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061106 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of the differentiation of a neuroendocrine cell in the stomach." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061109 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a dense core granule. A dense core granule is a secretory organelle found in endocrine cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061109 ;
    owl:annotatedTarget "dense core granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061111 ;
    owl:annotatedTarget "Any process that results in the transfer of information from an epithelial cell to a mesenchymal cell and contributes to the progression of the lung over time from its initial formation to the mature organ." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061111 ;
    owl:annotatedTarget "epithelial-mesenchymal cell signalling involved in lung development" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000154 ;
    owl:annotatedTarget "Any secretory cell that is capable of some protein secretion." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061117 ;
    owl:annotatedTarget "Any process that decreases the rate or extent of heart growth. Heart growth is the increase in size or mass of the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061138 ;
    owl:annotatedTarget "The process in which the anatomical structures of a branched epithelium are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061140 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a lung secretory cell. A lung secretory cell is a specialized epithelial cell of the lung that contains large secretory granules in its apical part." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:different_in_magnitude_relative_to ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dph", "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061141 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a lung ciliated cell. A lung ciliated cell is a specialized lung epithelial cell that contains cilia for moving substances released from lung secretory cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061147 ;
    owl:annotatedTarget "The progression of the endocardial endothelium over time, from its initial formation to the mature structure. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061148 ;
    owl:annotatedTarget "A process which results in the assembly, arrangement of constituent parts, or disassembly of an extracellular matrix of the endocardium. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061148 ;
    owl:annotatedTarget "extracellular matrix organisation involved in endocardium development" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061152 ;
    owl:annotatedTarget "The progression of the trachea submucosa over time from its formation to the mature structure. The trachea submucosa is made up of the glands and elastic tissue that lie under the mucosa in the trachea." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061154 ;
    owl:annotatedTarget "The process in which the anatomical structures of a tube are generated and organized from an endothelium. Endothelium refers to the layer of cells lining blood vessels, lymphatics, the heart, and serous cavities, and is derived from bone marrow or mesoderm. Corneal endothelium is a special case, derived from neural crest cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061155 ;
    owl:annotatedTarget "The process in which the anatomical structures of a tube are generated and organized from the pulmonary artery endothelium. An pulmonary artery endothelium is an epithelium that lines the pulmonary artery." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061156 ;
    owl:annotatedTarget "The process in which the anatomical structures of the pulmonary artery are generated and organized. The pulmonary artery is the artery that carries blood from the heart to the lungs." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061181 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the process whose specific outcome is the progression of a chondrocyte over time, from its commitment to its mature state. Chondrocyte development does not include the steps involved in committing a chondroblast to a chondrocyte fate." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061182 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of the process whose specific outcome is the progression of a chondrocyte over time, from its commitment to its mature state. Chondrocyte development does not include the steps involved in committing a chondroblast to a chondrocyte fate." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061183 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061184 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061185 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of the progression of the dermatome over time, from its initial formation to the mature structure. The dermatome is the portion of a somite that will form skin." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061189 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the progression of the sclerotome over time, from its initial formation to the mature structure. The sclerotome is the portion of the somite that will give rise to a vertebra." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061190 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the progression of the sclerotome over time, from its initial formation to the mature structure. The sclerotome is the portion of the somite that will give rise to a vertebra." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061193 ;
    owl:annotatedTarget "The progression of the taste bud over time, from its formation to the mature state. The taste bud is a specialized area of the tongue that contains taste receptors." .

[]
    oboInOwl:hasDbXref "PATOC:cjm", "Wikipedia:Association_(statistics)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:directly_associated_with ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061194 ;
    owl:annotatedTarget "The process in which the anatomical structures of the taste bud are generated and organized. The taste bud is a specialized area of the tongue that contains taste receptors." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061195 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of the taste bud from unspecified parts. The taste bud is a specialized area of the tongue that contains taste receptors." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061298 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the vasculature of the retina over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061298 ;
    owl:annotatedTarget "retinal vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061299 ;
    owl:annotatedTarget "The process in which the vasculature of the retina is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061299 ;
    owl:annotatedTarget "retinal vasculature morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061303 ;
    owl:annotatedTarget "The progression of the cornea over time, from its formation to the mature structure. The cornea is the transparent structure that covers the anterior of the eye." .

[]
    oboInOwl:hasDbXref "MESH:D055098" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000163 ;
    owl:annotatedTarget "A cell of an endocrine gland, ductless glands that secrete substances which are released directly into the circulation and which influence metabolism and other body functions." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061304 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a blood vessel of the retina over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart", "PMID:19705442" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061307 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a cardiac neural crest cell that will migrate to the heart and contribute to its development. Cardiac neural crest cells are specialized cells that migrate toward the heart from the third, fourth and sixth pharyngeal arches." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "SANBI:mhl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000164 ;
    owl:annotatedTarget "An endocrine cell that is located in the epithelium of the gastrointestinal tract or in the pancreas." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061308 ;
    owl:annotatedTarget "The process aimed at the progression of a cardiac neural crest cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell that contributes to the development of the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061309 ;
    owl:annotatedTarget "The process aimed at the progression of a cardiac neural crest cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell that contributes to the shaping of the outflow tract." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061323 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a cell population that contributes to the shaping of the heart." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061325 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a cell population that contributes to the shaping of the outflow tract." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061337 ;
    owl:annotatedTarget "Transfer of an organized electrical impulse across the heart to coordinate the contraction of cardiac muscles. The process begins with generation of an action potential (in the sinoatrial node (SA) in humans) and ends with a change in the rate, frequency, or extent of the contraction of the heart muscles." .

[]
    a owl:Axiom ;
    rdfs:label "Cardiac conduction" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0061337 ;
    owl:annotatedTarget "Reactome:R-HSA-5576891" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061351 ;
    owl:annotatedTarget "The multiplication or reproduction of neural precursor cells, resulting in the expansion of a cell population. A neural precursor cell is either a nervous system stem cell or a nervous system progenitor cell." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061385 ;
    owl:annotatedTarget "The multiplication or reproduction of fibroblasts, resulting in the expansion of a fibroblast population that contributes to the shaping of the heart." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061448 ;
    owl:annotatedTarget "The progression of a connective tissue over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061450 ;
    owl:annotatedTarget "Trophoblast cell migration that is accomplished by extension and retraction of a pseudopodium. Trophoblast cells line the outside of the blastocyst." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:has_cross_section ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "MESH:D055099" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000165 ;
    owl:annotatedTarget "A neuron that is capable of some hormone secretion in response to neuronal signals." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061458 ;
    owl:annotatedTarget "The progression of the reproductive system over time from its formation to the mature structure. The reproductive system consists of the organs that function in reproduction." .

[]
    oboInOwl:hasDbXref "PMID:5342440", "https://www.clinicalkey.com/#!/content/book/3-s2.0-B9780323555968000073" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0000165 ;
    owl:annotatedTarget """The neurosecretory cell is neither an ordinary neuron nor an endocrine cell, but a combination of both. Its neuronal features resemble those of ordinary neurons concerning both structure and function. The production of a visible secretory material marks the neurosecretory neuron as a gland cell, and the fact that extractable cellular products act in the manner of hormones places it in the realm of endocrine elements. 

The modern definition of neurosecretion has evolved to include the release of any neuronal secretory product from a neuron.""" .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:21508411" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061484 ;
    owl:annotatedTarget "Any biological process involved in the maintenance of the steady-state number of hematopoietic stem cells within a population of cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061512 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a cilium." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061515 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a myeloid cell over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dph", "PMID:17604723", "PMID:27350441" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061523 ;
    owl:annotatedTarget "A cellular process that results in the breakdown of a cilium." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061523 ;
    owl:annotatedTarget "cilium resorption" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061526 ;
    owl:annotatedTarget "The regulated release of acetylcholine by a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061533 ;
    owl:annotatedTarget "The regulated release of norepinephrine by a cell, in which the norepinephrine acts as a neurotransmitter." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0061533 ;
    owl:annotatedTarget "noradrenaline secretion, neurotransmission" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061548 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a ganglion over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0061548 ;
    owl:annotatedTarget "gangliogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061548 ;
    owl:annotatedTarget "ganglia development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061549 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a sympathetic ganglion over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061549 ;
    owl:annotatedTarget "sympathetic ganglia development" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061550 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cranial ganglion over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000167 ;
    owl:annotatedTarget "Any secretory cell that is capable of some peptide hormone secretion." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061550 ;
    owl:annotatedTarget "cranial ganglia development" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061551 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a trigeminal ganglion over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061551 ;
    owl:annotatedTarget "trigeminal ganglia development" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061552 ;
    owl:annotatedTarget "The process in which the anatomical structures of ganglion are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061552 ;
    owl:annotatedTarget "ganglia morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061553 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for ganglion to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061553 ;
    owl:annotatedTarget "ganglia maturation" .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:increased_in_magnitude_relative_to ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061554 ;
    owl:annotatedTarget "The process that gives rise to ganglion. This process pertains to the initial formation of a structure from unspecified parts." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061554 ;
    owl:annotatedTarget "ganglia formation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061556 ;
    owl:annotatedTarget "The process in which the anatomical structure of a trigeminal ganglion is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061556 ;
    owl:annotatedTarget "trigeminal ganglia morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061557 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a trigeminal ganglion to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061557 ;
    owl:annotatedTarget "trigeminal ganglia maturation" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000170 ;
    owl:annotatedTarget "A cell that secretes glucagon." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061558 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a cranial ganglion to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061558 ;
    owl:annotatedTarget "cranial ganglia maturation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061559 ;
    owl:annotatedTarget "The process in which the anatomical structure of a cranial ganglion is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061559 ;
    owl:annotatedTarget "cranial ganglia morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061560 ;
    owl:annotatedTarget "The process that gives rise to a cranial ganglion. This process pertains to the initial formation of a structure from unspecified parts." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061560 ;
    owl:annotatedTarget "cranial ganglia formation" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061561 ;
    owl:annotatedTarget "The process that gives rise to the trigeminal ganglion. This process pertains to the initial formation of a structure from unspecified parts." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0061561 ;
    owl:annotatedTarget "trigeminal ganglia formation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:pg", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061564 ;
    owl:annotatedTarget "The progression of an axon over time. Covers axonogenesis (de novo generation of an axon) and axon regeneration (regrowth), as well as processes pertaining to the progression of the axon over time (fasciculation and defasciculation)." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061581 ;
    owl:annotatedTarget "The orderly movement of a corneal epithelial cell from one site to another, often during the development of a multicellular organism." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "PMID:20122914" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061626 ;
    owl:annotatedTarget "The process in which the anatomical structures of a pharyngeal arch artery is generated and organized. The pharyngeal arch arteries are a series of six paired embryological vascular structures, the development of which give rise to several major arteries, such as the stapedial artery, the middle meningeal artery, the internal carotid artery and the pulmonary artery." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0061626 ;
    owl:annotatedTarget "aortic arch artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:bf", "GOC:dph", "PMID:16618809" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061792 ;
    owl:annotatedTarget "Steps required to transform an immature secretory vesicle into a mature secretory vesicle. Typically proceeds through homotypic membrane fusion and membrane remodeling." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000172 ;
    owl:annotatedTarget "Any secretory cell that is capable of some somatostatin secretion." .

[]
    oboInOwl:hasDbXref "PMID:21281821" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061842 ;
    owl:annotatedTarget "Any process in which the microtubule organizing center is transported to, and/or maintained in, a specific location within the cell." .

[]
    oboInOwl:hasDbXref "PMID:15673667" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061846 ;
    owl:annotatedTarget "The region of the neuronal cytoplasm located in dendritic spines." .

[]
    oboInOwl:hasDbXref "PATOC:cjm", "Wikipedia:Association_(statistics)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:inversely_associated_with ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "PMID:23149556" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061853 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neuroblast migration." .

[]
    oboInOwl:hasDbXref "PMID:23149556" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061854 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuroblast migration." .

[]
    oboInOwl:hasDbXref "PMID:23149556" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061855 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of neuroblast migration." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:18723082" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061900 ;
    owl:annotatedTarget "A change in morphology and behavior of a glial cell resulting from exposure to a cytokine, chemokine, cellular ligand, or soluble factor." .

[]
    oboInOwl:hasDbXref "PMID:18341993" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061938 ;
    owl:annotatedTarget "A process in which a protein is transported to or maintained in a location within the somatodendritic compartment." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061951 ;
    owl:annotatedTarget "The directed movement of a protein to a specific location in a plasma membrane." .

[]
    oboInOwl:hasDbXref "PMID:29852585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061971 ;
    owl:annotatedTarget "The process in which bones are generated and organized as a result of the conversion of another structural tissue into bone." .

[]
    oboInOwl:hasDbXref "PMID:12588850", "PMID:15003632" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061972 ;
    owl:annotatedTarget "The process in which bone which forms superficially in the organism are generated and organized." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000174 ;
    owl:annotatedTarget "Any secretory cell that is capable of some steroid hormone secretion." .

[]
    oboInOwl:hasDbXref "PMID:14579374" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0061973 ;
    owl:annotatedTarget "The process in which bone which forms deep in the organism are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062012 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of a small molecule metabolic process." .

[]
    oboInOwl:hasDbXref "FB:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000183 ;
    owl:annotatedTarget "A cell whose primary function is to shorten." .

[]
    a owl:Axiom ;
    rdfs:label "Regulation of pyruvate metabolism" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0062012 ;
    owl:annotatedTarget "Reactome:R-HSA-9861718" .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062013 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a small molecule metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062014 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of a small molecule metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:rph", "PMID:21123617" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062023 ;
    owl:annotatedTarget "An extracellular matrix consisting mainly of proteins (especially collagen) and glycosaminoglycans (mostly as proteoglycans) that provides not only essential physical scaffolding for the cellular constituents but can also initiate crucial biochemical and biomechanical cues required for tissue morphogenesis, differentiation and homeostasis. The components are secreted by cells in the vicinity and form a sheet underlying or overlying cells such as endothelial and epithelial cells." .

[]
    oboInOwl:hasDbXref "MESH:D032342" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000187 ;
    owl:annotatedTarget "A mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns." .

[]
    oboInOwl:hasDbXref "PMID:12773390" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062033 ;
    owl:annotatedTarget "Any process that starts or increases the frequency, rate or extent of sister chromatid segregation during mitosis." .

[]
    oboInOwl:hasDbXref "PMID:11967278" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062094 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the stomach over time, from its formation to the mature structure. The stomach is an expanded region of the vertebrate alimentary tract that serves as a food storage compartment and digestive organ." .

[]
    oboInOwl:hasDbXref "PMID:19837031" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062149 ;
    owl:annotatedTarget "The series of events involved in the perception of pain in which a stimulus is received and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:reciprocal_of ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "PMID:31189538" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0062237 ;
    owl:annotatedTarget "Any process in which a protein is transported to, and/or maintained at the postsynapse, the part of a synapse that is part of the post-synaptic cell." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0065002 ;
    owl:annotatedTarget "The directed movement of proteins in a cell, from one side of a membrane to another by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0065003 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of macromolecules to form a protein-containing complex." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "GOC:mah", "GOC:pr", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0065007 ;
    owl:annotatedTarget "Any process that modulates a measurable attribute of any biological process, quality or function." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "GOC:mah", "GOC:pr", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0065008 ;
    owl:annotatedTarget "Any process that modulates a qualitative or quantitative trait of a biological quality. A biological quality is a measurable attribute of an organism or part of an organism, such as size, mass, shape, color, etc." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0065010 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, bounded by a lipid bilayer membrane and occurring outside the cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070013 ;
    owl:annotatedTarget "An organelle lumen that is part of an intracellular organelle." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070050 ;
    owl:annotatedTarget "The cellular homeostatic process that preserves a neuron in a stable, differentiated functional and structural state." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah", "GOC:vesicles", "PMID:15908444", "PMID:17641064", "PMID:19442504", "PMID:19498381", "PMID:22418571", "PMID:24009894" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070062 ;
    owl:annotatedTarget "A vesicle that is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane. Extracellular exosomes, also simply called exosomes, have a diameter of about 40-100 nm." .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070062 ;
    owl:annotatedTarget "exosome" .

[]
    oboInOwl:hasDbXref "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070062 ;
    owl:annotatedTarget "extracellular vesicular exosome" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000188 ;
    owl:annotatedTarget "A somatic cell located in skeletal muscle." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070091 ;
    owl:annotatedTarget "The regulated release of glucagon from secretory granules in the A (alpha) cells of the pancreas (islets of Langerhans)." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070092 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the regulated release of glucagon." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070093 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of glucagon." .

[]
    oboInOwl:hasDbXref "MESH:D032389", "PMID:9315361", "http://en.wikipedia.org/wiki/Smooth_muscle_cell" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000192 ;
    owl:annotatedTarget "A non-striated, elongated, spindle-shaped cell found lining the digestive tract, uterus, and blood vessels. They develop from specialized myoblasts (smooth muscle myoblast)." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070094 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the regulated release of glucagon." .

[]
    oboInOwl:hasDbXref "ISBN:0815332181" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070161 ;
    owl:annotatedTarget "A cell junction that mechanically attaches a cell (and its cytoskeleton) to neighboring cells or to the extracellular matrix." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070161 ;
    owl:annotatedTarget "anchoring cell junction" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070192 ;
    owl:annotatedTarget "A process of chromosome organization that is involved in a meiotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070192 ;
    owl:annotatedTarget "chromosome organisation involved in meiosis" .

[]
    oboInOwl:hasDbXref "PMID:9315361" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000192 ;
    owl:annotatedTarget "SMCs" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070192 ;
    owl:annotatedTarget "meiotic chromosome organization" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070199 ;
    owl:annotatedTarget "The directed movement of a protein to a specific location on a chromosome." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070199 ;
    owl:annotatedTarget "establishment of protein localisation to chromosome" .

[]
    oboInOwl:hasDbXref "MESH:D032389" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000192 ;
    owl:annotatedTarget "myocytes, smooth muscle" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070201 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of a protein to a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070201 ;
    owl:annotatedTarget "regulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070202 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of a protein to a specific location on a chromosome." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070202 ;
    owl:annotatedTarget "regulation of establishment of protein localisation to chromosome" .

[]
    oboInOwl:hasDbXref "CL:0000542", "GOC:add", "GOC:mtg_apoptosis", "ISBN:0781765196" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070227 ;
    owl:annotatedTarget "Any apoptotic process in a lymphocyte, a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:similar_in_magnitude_relative_to ;
    owl:annotatedTarget "OBSOLETE. 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." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mtg_apoptosis", "ISBN:0781765196" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070228 ;
    owl:annotatedTarget "Any process that modulates the occurrence or rate of lymphocyte death by apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mtg_apoptosis", "ISBN:0781765196" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070229 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of lymphocyte death by apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070229 ;
    owl:annotatedTarget "down regulation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070229 ;
    owl:annotatedTarget "down-regulation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070229 ;
    owl:annotatedTarget "downregulation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070229 ;
    owl:annotatedTarget "inhibition of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mtg_apoptosis", "ISBN:0781765196" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070230 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of lymphocyte death by apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070230 ;
    owl:annotatedTarget "up regulation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070230 ;
    owl:annotatedTarget "up-regulation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070230 ;
    owl:annotatedTarget "upregulation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070230 ;
    owl:annotatedTarget "activation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070230 ;
    owl:annotatedTarget "stimulation of lymphocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070253 ;
    owl:annotatedTarget "The regulated release of somatostatin from secretory granules in the D cells of the pancreas." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070278 ;
    owl:annotatedTarget "The controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070278 ;
    owl:annotatedTarget "ECM constituent secretion" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070278 ;
    owl:annotatedTarget "ECM secretion" .

[]
    oboInOwl:hasDbXref "GOC:cvs" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070285 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a pigment cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a pigment cell fate." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070341 ;
    owl:annotatedTarget "The multiplication or reproduction of fat cells by cell division, resulting in the expansion of their population. A fat cell is an animal connective tissue cell specialized for the synthesis and storage of fat." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070341 ;
    owl:annotatedTarget "adipocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070341 ;
    owl:annotatedTarget "adipose cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070344 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of fat cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070344 ;
    owl:annotatedTarget "regulation of adipocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070344 ;
    owl:annotatedTarget "regulation of adipose cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070345 ;
    owl:annotatedTarget "Any process that stops or decreases the rate or extent of fat cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070345 ;
    owl:annotatedTarget "down regulation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070345 ;
    owl:annotatedTarget "down-regulation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070345 ;
    owl:annotatedTarget "downregulation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070345 ;
    owl:annotatedTarget "negative regulation of adipocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070345 ;
    owl:annotatedTarget "negative regulation of adipose cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070345 ;
    owl:annotatedTarget "inhibition of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of fat cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "positive regulation of adipocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "positive regulation of adipose cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "up regulation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "up-regulation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "upregulation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "activation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070346 ;
    owl:annotatedTarget "stimulation of fat cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:kad", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070382 ;
    owl:annotatedTarget "A transport vesicle that mediates transport from an intracellular compartment to the plasma membrane, and fuses with the plasma membrane to release various cargo molecules, such as proteins or hormones, by exocytosis." .

[]
    oboInOwl:hasDbXref "GOC:kad" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070382 ;
    owl:annotatedTarget "exocytotic vesicle" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl", "PMID:15504915" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070444 ;
    owl:annotatedTarget "The multiplication or reproduction of oligodendrocyte progenitor cells by cell division, resulting in the expansion of their population. Oligodendrocyte progenitors give rise to oligodendrocytes, which form the insulating myelin sheath of axons in the central nervous system." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070444 ;
    owl:annotatedTarget "oligodendrocyte precursor proliferation" .

[]
    oboInOwl:hasDbXref "http://purl.obolibrary.org/obo/uberon/docs/Connectivity-Design-Pattern" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource core:anteriorly_connected_to ;
    owl:annotatedTarget "x anteriorly_connected_to y iff the anterior part of x is connected to y. i.e. x connected_to y and x posterior_to y." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070445 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of oligodendrocyte progenitor proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070445 ;
    owl:annotatedTarget "regulation of oligodendrocyte precursor proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070446 ;
    owl:annotatedTarget "Any process that stops or decreases the rate or extent of oligodendrocyte progenitor proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070446 ;
    owl:annotatedTarget "negative regulation of oligodendrocyte precursor proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070447 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of oligodendrocyte progenitor proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070447 ;
    owl:annotatedTarget "positive regulation of oligodendrocyte precursor proliferation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070482 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus reflecting the presence, absence, or concentration of oxygen." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070483 ;
    owl:annotatedTarget "The series of events in which a stimulus indicating lowered oxygen tension is received by a cell and converted into a molecular signal. Hypoxia, defined as a decline in O2 levels below normoxic levels of 20.8 - 20.95%, results in metabolic adaptation at both the cellular and organismal level." .

[]
    oboInOwl:hasDbXref "MESH:D002628" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000206 ;
    owl:annotatedTarget "A cell specialized to detect chemical substances and relay that information centrally in the nervous system. Chemoreceptors may monitor external stimuli, as in taste and olfaction, or internal stimuli, such as the concentrations of oxygen and carbon dioxide in the blood." .

[]
    oboInOwl:hasDbXref "GOC:vk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070483 ;
    owl:annotatedTarget "detection of reduced oxygen levels" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070507 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the formation, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising microtubules and their associated proteins." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070507 ;
    owl:annotatedTarget "regulation of microtubule cytoskeleton organisation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070507 ;
    owl:annotatedTarget "regulation of microtubule dynamics" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:yaf", "ISBN:0716731363" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070633 ;
    owl:annotatedTarget "The directed movement of a substance from one side of an epithelium to the other." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070634 ;
    owl:annotatedTarget "The directed movement of ammonium ions from one side of an epithelium to the other." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070661 ;
    owl:annotatedTarget "The expansion of a leukocyte population by cell division." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070663 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of leukocyte proliferation." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070664 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of leukocyte proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070664 ;
    owl:annotatedTarget "down regulation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070664 ;
    owl:annotatedTarget "down-regulation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070664 ;
    owl:annotatedTarget "downregulation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070664 ;
    owl:annotatedTarget "inhibition of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070665 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of leukocyte proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070665 ;
    owl:annotatedTarget "up regulation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070665 ;
    owl:annotatedTarget "up-regulation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070665 ;
    owl:annotatedTarget "upregulation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070665 ;
    owl:annotatedTarget "activation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0070665 ;
    owl:annotatedTarget "stimulation of leukocyte proliferation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070727 ;
    owl:annotatedTarget "Any process in which a macromolecule is transported to, and/or maintained in, a specific location at the level of a cell. Localization at the cellular level encompasses movement within the cell, from within the cell to the cell surface, or from one location to another at the surface of a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0070727 ;
    owl:annotatedTarget "cellular macromolecule localisation" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000209 ;
    owl:annotatedTarget "A specialized cell involved in gustatory sensory perception." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070831 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a basement membrane, a part of the extracellular region that consists of a thin layer of dense material found in various animal tissues interposed between the cells and the adjacent connective tissue." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070925 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form an organelle. An organelle is an organized structure of distinctive morphology and function. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton. Excludes the plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0070977 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for bone to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "http://purl.obolibrary.org/obo/uberon/docs/Connectivity-Design-Pattern" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource core:distally_connected_to ;
    owl:annotatedTarget "x distally_connected_to y iff the distal part of x is connected to y. i.e. x connected_to y and x proximal_to y." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071168 ;
    owl:annotatedTarget "Any process in which a protein is transported to, or maintained at, a part of a chromosome that is organized into chromatin." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071168 ;
    owl:annotatedTarget "protein localisation to chromatin" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071169 ;
    owl:annotatedTarget "The directed movement of a protein to a part of a chromosome that is organized into chromatin." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071169 ;
    owl:annotatedTarget "establishment of protein localisation to chromatin" .

[]
    oboInOwl:hasDbXref "CL:0000037", "GOC:BHF", "GOC:add", "GOC:mah", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071425 ;
    owl:annotatedTarget "The expansion of a hematopoietic stem cell population by cell division. A hematopoietic stem cell is a stem cell from which all cells of the lymphoid and myeloid lineages develop." .

[]
    oboInOwl:hasDbXref "GOC:gvg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071626 ;
    owl:annotatedTarget "The process of biting and mashing food with the teeth prior to swallowing." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071626 ;
    owl:annotatedTarget "chewing" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071674 ;
    owl:annotatedTarget "The movement of a mononuclear cell within or between different tissues and organs of the body." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071675 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of mononuclear cell migration. Mononuclear cell migration is the movement of a mononuclear cell within or between different tissues and organs of the body." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071676 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of mononuclear cell migration. Mononuclear cell migration is the movement of a mononuclear cell within or between different tissues and organs of the body." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071676 ;
    owl:annotatedTarget "down regulation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071676 ;
    owl:annotatedTarget "down-regulation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "MESH:D010786" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000210 ;
    owl:annotatedTarget "A cell specialized in detecting light stimuli that are involved in visual perception." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071676 ;
    owl:annotatedTarget "downregulation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0071676 ;
    owl:annotatedTarget "inhibition of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071677 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of mononuclear cell migration. Mononuclear cell migration is the movement of a mononuclear cell within or between different tissues and organs of the body." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071677 ;
    owl:annotatedTarget "up regulation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071677 ;
    owl:annotatedTarget "up-regulation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "FB:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000211 ;
    owl:annotatedTarget "A cell whose function is determined by the generation or the reception of an electric signal." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071677 ;
    owl:annotatedTarget "upregulation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0071677 ;
    owl:annotatedTarget "activation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0071677 ;
    owl:annotatedTarget "stimulation of mononuclear cell migration" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071692 ;
    owl:annotatedTarget "Any process in which a protein is transported from one specific location in the extracellular region to another, or maintained in a specific extracellular location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071692 ;
    owl:annotatedTarget "protein localisation in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071695 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for an anatomical structure to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071696 ;
    owl:annotatedTarget "The progression of an ectodermal placode over time from its initial formation until its mature state. An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm." .

[]
    oboInOwl:hasDbXref "GOC:cvs", "GOC:tfm", "MESH:D012583" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000218 ;
    owl:annotatedTarget "A neuroglial cell of the peripheral nervous system which forms the insulating myelin sheaths of peripheral axons." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071697 ;
    owl:annotatedTarget "The process in which the anatomical structures of an ectodermal placode are generated and organized. An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071705 ;
    owl:annotatedTarget "The directed movement of nitrogen-containing compounds into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071709 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a membrane." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-7073-9172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource core:extends_fibers_into ;
    owl:annotatedTarget "X extends_fibers into Y iff there exists some neuron (N) and N has_soma_location X and N 'has synaptic IO in region' some Y" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071711 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the basement membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071711 ;
    owl:annotatedTarget "basement membrane organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071763 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nuclear inner or outer membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071763 ;
    owl:annotatedTarget "nuclear membrane organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0071763 ;
    owl:annotatedTarget "nuclear membrane organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071764 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nuclear outer membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071764 ;
    owl:annotatedTarget "nuclear outer membrane organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0071764 ;
    owl:annotatedTarget "nuclear outer membrane organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071806 ;
    owl:annotatedTarget "The process in which a protein is transported across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071826 ;
    owl:annotatedTarget "Any process in which macromolecules aggregate, disaggregate, or are modified, resulting in the formation, disassembly, or alteration of a ribonucleoprotein complex." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071826 ;
    owl:annotatedTarget "RNA-protein complex subunit organization" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071826 ;
    owl:annotatedTarget "protein-RNA complex subunit organization" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071826 ;
    owl:annotatedTarget "ribonucleoprotein complex subunit organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071840 ;
    owl:annotatedTarget "A process that results in the biosynthesis of constituent macromolecules, assembly, arrangement of constituent parts, or disassembly of a cellular component." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071840 ;
    owl:annotatedTarget "cellular component organisation or biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071840 ;
    owl:annotatedTarget "cellular component organisation or biogenesis at cellular level" .

[]
    oboInOwl:hasDbXref "FB:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000219 ;
    owl:annotatedTarget "A cell that moves by its own activities." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071867 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a monoamine stimulus. A monoamine is any of a group of molecular messengers that contain one amino group that is connected to an aromatic ring by ethylene group (-CH2-CH2-). Monoamines are derived from the aromatic amino acids phenylalanine, tyrosine, histidine and tryptophan." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071867 ;
    owl:annotatedTarget "response to monoamine stimulus" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071869 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a catecholamine stimulus. A catecholamine is any of a group of biogenic amines that includes 4-(2-aminoethyl)pyrocatechol [4-(2-aminoethyl)benzene-1,2-diol] and derivatives formed by substitution." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071869 ;
    owl:annotatedTarget "response to catecholamine stimulus" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071873 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a norepinephrine stimulus. Norepinephrine is a catecholamine that has the formula C8H11NO3; it acts as a hormone, and as a neurotransmitter in most of the sympathetic nervous system." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071873 ;
    owl:annotatedTarget "response to noradrenaline stimulus" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071873 ;
    owl:annotatedTarget "response to norepinephrine stimulus" .

[]
    oboInOwl:hasDbXref "MESH:D004475" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000221 ;
    owl:annotatedTarget "A cell of the outer of the three germ layers of the embryo." .

[]
    oboInOwl:hasDbXref "CL:0000738", "GOC:BHF", "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071887 ;
    owl:annotatedTarget "Any apoptotic process in a leukocyte, an achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue." .

[]
    oboInOwl:hasDbXref "GOC:pdt" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071944 ;
    owl:annotatedTarget "The broad region around and including the plasma membrane of a cell, encompassing the cell cortex (inside the cell), the plasma membrane, and any external encapsulating structures." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah", "PMID:20236620" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071953 ;
    owl:annotatedTarget "An supramolecular fiber that consists of an insoluble core of polymerized tropoelastin monomers and a surrounding mantle of microfibrils. Elastic fibers provide elasticity and recoiling to tissues and organs, and maintain structural integrity against mechanical strain." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071953 ;
    owl:annotatedTarget "elastic fibre" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071953 ;
    owl:annotatedTarget "elastin fiber" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:tfm", "PMID:19442504", "PMID:27462458" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071971 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form an extracellular vesicular exosome, a membrane-bounded vesicle that is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane. Exosomes are defined by their size, which generally ranges from 30 nm to 100 nm." .

[]
    oboInOwl:hasDbXref "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0071971 ;
    owl:annotatedTarget "extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "MESH:D008648" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000222 ;
    owl:annotatedTarget "A cell of the middle germ layer of the embryo." .

[]
    oboInOwl:hasDbXref "GOC:mtg_kidney_jan10" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072089 ;
    owl:annotatedTarget "The multiplication or reproduction of stem cells, resulting in the expansion of a stem cell population. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." .

[]
    oboInOwl:hasDbXref "GOC:mtg_kidney_jan10" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072091 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of stem cell proliferation. A stem cell is a cell that retains the ability to divide and proliferate throughout life to provide progenitor cells that can differentiate into specialized cells." .

[]
    oboInOwl:hasDbXref "http://purl.obolibrary.org/obo/uberon/docs/Connectivity-Design-Pattern" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource core:posteriorly_connected_to ;
    owl:annotatedTarget "x posteriorly_connected_to y iff the posterior part of x is connected to y. i.e. x connected_to y and x anterior_to y." .

[]
    oboInOwl:hasDbXref "MESH:D004707" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000223 ;
    owl:annotatedTarget "A cell of the inner of the three germ layers of the embryo." .

[]
    oboInOwl:hasDbXref "GOC:mtg_kidney_jan10" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072132 ;
    owl:annotatedTarget "The process in which the anatomical structures of a mesenchymal tissue are generated and organized. A mesenchymal tissue is made up of loosely packed stellate cells." .

[]
    oboInOwl:hasDbXref "GOC:mtg_kidney_jan10" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072175 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of an epithelial tube." .

[]
    oboInOwl:hasDbXref "GOC:mtg_kidney_jan10" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072201 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of mesenchymal cell proliferation. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072330 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of monocarboxylic acids, any organic acid containing one carboxyl (-COOH) group." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072330 ;
    owl:annotatedTarget "monocarboxylic acid anabolism" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072330 ;
    owl:annotatedTarget "monocarboxylic acid biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072330 ;
    owl:annotatedTarget "monocarboxylic acid formation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072330 ;
    owl:annotatedTarget "monocarboxylic acid synthesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072348 ;
    owl:annotatedTarget "The directed movement of compounds that contain sulfur, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072348 ;
    owl:annotatedTarget "sulfur-containing compound transport" .

[]
    oboInOwl:hasDbXref "GOC:mah", "UBERON:0001009" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072359 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the circulatory system over time, from its formation to the mature structure. The circulatory system is the organ system that passes nutrients (such as amino acids and electrolytes), gases, hormones, blood cells, etc. to and from cells in the body to help fight diseases and help stabilize body temperature and pH to maintain homeostasis." .

[]
    oboInOwl:hasDbXref "GOC:mah", "PMID:7084422", "ZFA:0005077" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072360 ;
    owl:annotatedTarget "The progression of the vascular cord over time from its initial formation until its mature state. The vascular cord is the primordial vasculature that will develop into blood vessels by the process of tubulogenesis." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072384 ;
    owl:annotatedTarget "The directed movement of an organelle along a microtubule, mediated by motor proteins. This process begins with the attachment of an organelle to a microtubule, and ends when the organelle reaches its final destination." .

[]
    oboInOwl:hasDbXref "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072384 ;
    owl:annotatedTarget "microtubule-based organelle localization" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072488 ;
    owl:annotatedTarget "The process in which ammonium is transported across a membrane. Ammonium is the cation NH4+." .

[]
    oboInOwl:hasDbXref "FB:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000225 ;
    owl:annotatedTarget "A cell that lacks a nucleus." .

[]
    oboInOwl:hasDbXref "CL:0000057", "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072537 ;
    owl:annotatedTarget "A change in the morphology or behavior of a fibroblast resulting from exposure to an activating factor such as a cellular or soluble ligand." .

[]
    oboInOwl:hasDbXref "CL:0000115", "GOC:BHF", "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072577 ;
    owl:annotatedTarget "Any apoptotic process in an endothelial cell. An endothelial cell comprises the outermost layer or lining of anatomical structures and can be squamous or cuboidal." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072577 ;
    owl:annotatedTarget "apoptosis of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072577 ;
    owl:annotatedTarget "endothelial cell programmed cell death by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072577 ;
    owl:annotatedTarget "killing of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072577 ;
    owl:annotatedTarget "programmed cell death of endothelial cells by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072577 ;
    owl:annotatedTarget "programmed cell death, endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072592 ;
    owl:annotatedTarget "The chemical reactions and pathways involving diatomic oxygen (O2)." .

[]
    oboInOwl:hasDbXref "CHEBI:33263" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072592 ;
    owl:annotatedTarget "diatomic oxygen metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072592 ;
    owl:annotatedTarget "oxygen metabolism" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072594 ;
    owl:annotatedTarget "The directed movement of a protein to a specific location on or in an organelle. Encompasses establishment of localization in the membrane or lumen of a membrane-bounded organelle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072594 ;
    owl:annotatedTarget "establishment of protein localisation to organelle" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072595 ;
    owl:annotatedTarget "Any process in which a protein is maintained in a specific location a specific location on or in an organelle, and is prevented from moving elsewhere. Encompasses establishment of localization in the membrane or lumen of a membrane-bounded organelle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072595 ;
    owl:annotatedTarget "maintenance of protein localisation to organelle" .

[]
    oboInOwl:hasDbXref "http://purl.obolibrary.org/obo/uberon/docs/Connectivity-Design-Pattern" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource core:proximally_connected_to ;
    owl:annotatedTarget "x proximally_connected_to y iff the proximal part of x is connected to y. i.e. x connected_to y and x distal_to y." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072657 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a specific location in a membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072657 ;
    owl:annotatedTarget "protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072659 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a specific location in the plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0072659 ;
    owl:annotatedTarget "protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0072659 ;
    owl:annotatedTarget "protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "FB:ma", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000226 ;
    owl:annotatedTarget "A cell with a single nucleus." .

[]
    oboInOwl:hasDbXref "GOC:ecd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072665 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained at, a location in a vacuole." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072665 ;
    owl:annotatedTarget "protein localisation to vacuole" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072666 ;
    owl:annotatedTarget "The directed movement of a protein to a specific location in a vacuole." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072666 ;
    owl:annotatedTarget "establishment of protein localisation to vacuole" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072667 ;
    owl:annotatedTarget "Any process in which a protein is maintained in a specific location in a vacuole, and is prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "CL:0000542", "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072676 ;
    owl:annotatedTarget "The movement of a lymphocyte within or between different tissues and organs of the body." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072697 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, the cell cortex." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072697 ;
    owl:annotatedTarget "protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0072698 ;
    owl:annotatedTarget "A cellular protein localization process in which a protein is transported to, or maintained at, a location within the microtubule cytoskeleton." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0072698 ;
    owl:annotatedTarget "protein localisation to microtubule cytoskeleton" .

[]
    oboInOwl:hasDbXref "PMID:19211694" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0080090 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism involving those compounds formed as a part of the normal anabolic and catabolic processes. These processes take place in most, if not all, cells of the organism." .

[]
    oboInOwl:hasDbXref "GOC:dhl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0080134 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a response to stress. Response to stress is a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a disturbance in organismal or cellular homeostasis, usually, but not necessarily, exogenous (e.g. temperature, humidity, ionizing radiation)." .

[]
    oboInOwl:hasDbXref "GOC:DHL", "PMID:20478994" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0080154 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of fertilization. Fertilization is the union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000227 ;
    owl:annotatedTarget "Any cell that has characteristic some binucleate." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0085029 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of the extracellular matrix." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086001 ;
    owl:annotatedTarget "An action potential that occurs in a cardiac muscle cell." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086015 ;
    owl:annotatedTarget "An action potential that occurs in a sinoatrial node cardiac muscle cell." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086016 ;
    owl:annotatedTarget "An action potential that occurs in an atrioventricular node cardiac muscle cell." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086017 ;
    owl:annotatedTarget "An action potential that occurs in a Purkinje myocyte." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086018 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from an SA node cardiomyocyte to an atrial cardiomyocyte." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086019 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from one cell to another and contributes to the heart process that regulates cardiac muscle contraction; beginning with the generation of an action potential in the sinoatrial node and ending with regulation of contraction of the myocardium." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0086019 ;
    owl:annotatedTarget "cell-cell signalling involved in cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086027 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from an AV node cardiac muscle cell to a bundle of His cardiomyocyte." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0086027 ;
    owl:annotatedTarget "AV node cell to bundle of His cell signalling" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086029 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from a Purkinje myocyte to a ventricular cardiac muscle cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0086029 ;
    owl:annotatedTarget "Purkinje myocyte to ventricular cardiac muscle cell signalling" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086065 ;
    owl:annotatedTarget "Any process that mediates interactions between a cell and its surroundings that contributes to the process of cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086067 ;
    owl:annotatedTarget "The process that mediates interactions between an AV node cell and its surroundings that contributes to the process of the AV node cell communicating with a bundle of His cell in cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086068 ;
    owl:annotatedTarget "The process that mediates interactions between a Purkinje myocyte and its surroundings that contributes to the process of the Purkinje myocyte communicating with a ventricular cardiac muscle cell in cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0086070 ;
    owl:annotatedTarget "The process that mediates interactions between an SA node cardiomyocyte and its surroundings that contributes to the process of the SA node cardiomyocyte communicating with an atrial cardiomyocyte in cardiac conduction. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "FB:ma", "Wikipedia:Multinucleate" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000228 ;
    owl:annotatedTarget "A cell with more than one nucleus." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:8195186" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0089718 ;
    owl:annotatedTarget "The directed movement of an amino acid from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "Wikipedia:Multinucleate" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000228 ;
    owl:annotatedTarget "multinucleated cells" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090063 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of microtubule nucleation. Microtubule nucleation is the 'de novo' formation of a microtubule, in which tubulin heterodimers form metastable oligomeric aggregates, some of which go on to support formation of a complete microtubule. Microtubule nucleation usually occurs from a specific site within a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090068 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of a cellular process that is involved in the progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events." .

[]
    oboInOwl:hasDbXref "Wikipedia:Multinucleate" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000228 ;
    owl:annotatedTarget "polynuclear cells" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090069 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of ribosome biogenesis. Ribosome biogenesis is the cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090070 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of ribosome biogenesis. Ribosome biogenesis is the cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090071 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of ribosome biogenesis. Ribosome biogenesis is the cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of ribosome subunits." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090087 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the directed movement of peptides, compounds of two or more amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090091 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of extracellular matrix disassembly. Extracellular matrix disassembly is a process that results in the breakdown of the extracellular matrix." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090130 ;
    owl:annotatedTarget "The process in which the population of cells that make up a tissue undergo directed movement." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090132 ;
    owl:annotatedTarget "The process in which the population of cells that make up an epithelium undergo directed movement." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090150 ;
    owl:annotatedTarget "The directed movement of a protein to a specific location in a membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0090150 ;
    owl:annotatedTarget "establishment of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090162 ;
    owl:annotatedTarget "The specification and formation of anisotropic intracellular organization of an epithelial cell." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090166 ;
    owl:annotatedTarget "A cellular process that results in the breakdown of a Golgi apparatus that contributes to Golgi inheritance." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090168 ;
    owl:annotatedTarget "The reformation of the Golgi following its breakdown and partitioning contributing to Golgi inheritance." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090170 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of Golgi inheritance. Golgi inheritance is the partitioning of Golgi apparatus between daughter cells at cell division." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090171 ;
    owl:annotatedTarget "The process in which the structures of a chondrocyte are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of a chondrocyte." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090174 ;
    owl:annotatedTarget "The joining of two lipid bilayers to form a single organelle membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090257 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a muscle system process, a multicellular organismal process carried out by any of the organs or tissues in a muscle system." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090273 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, extent of the regulated release of somatostatin from secretory granules in the D cells of the pancreas." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090274 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, extent of the regulated release of somatostatin from secretory granules in the D cells of the pancreas." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090275 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, extent of the regulated release of somatostatin from secretory granules in the D cells of the pancreas." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090276 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the regulated release of a peptide hormone from secretory granules." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090277 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the regulated release of a peptide hormone from secretory granules." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090278 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of the regulated release of a peptide hormone from secretory granules." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090299 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of neural crest formation. Neural crest formation is the formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090300 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of neural crest formation. Neural crest formation is the formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090301 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of neural crest formation. Neural crest formation is the formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090304 ;
    owl:annotatedTarget "Any cellular metabolic process involving nucleic acids." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090316 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the directed movement of proteins within cells." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090317 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of the directed movement of proteins within cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090425 ;
    owl:annotatedTarget "The epithelial cell differentiation process in which a relatively unspecialized cell acquires specialized features of an acinar cell, a secretory cell that is grouped together with other cells of the same type to form grape-shaped clusters known as acini." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090435 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained at, a location within a nuclear envelope." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D004912" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000232 ;
    owl:annotatedTarget "A red blood cell. In mammals, mature erythrocytes are biconcave disks containing hemoglobin whose function is to transport oxygen." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090493 ;
    owl:annotatedTarget "The directed movement of catecholamine into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090497 ;
    owl:annotatedTarget "The orderly movement of a mesenchymal cell from one site to another, often during the development of a multicellular organism." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "ISBN:978-0199210893" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090596 ;
    owl:annotatedTarget "Morphogenesis of a sensory organ. A sensory organ is defined as a tissue or set of tissues that work together to receive and transmit signals from external or internal stimuli. Morphogenesis is the process in which anatomical structures are generated and organized. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." .

[]
    oboInOwl:hasDbXref "GOC:mah", "PMID:26305931" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090685 ;
    owl:annotatedTarget "A macromolecular localization process in which RNA is transported to and maintained in a location within the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0090685 ;
    owl:annotatedTarget "RNA localisation to nucleus" .

[]
    oboInOwl:hasDbXref "PMID:11294610" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0090741 ;
    owl:annotatedTarget "Any membrane that is part of a pigment granule." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:cilia", "GOC:dos", "PMID:17895364" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097014 ;
    owl:annotatedTarget "All of the contents of a cilium, excluding the plasma membrane surrounding the cilium." .

[]
    oboInOwl:hasDbXref "CL:0000100", "GOC:BHF", "GOC:mtg_apoptosis", "PMID:14523086" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097049 ;
    owl:annotatedTarget "Any apoptotic process in a motor neuron, an efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes movement." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "PMID:20410104" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097060 ;
    owl:annotatedTarget "A specialized area of membrane on either the presynaptic or the postsynaptic side of a synapse, the junction between a nerve fiber of one neuron and another neuron or muscle fiber or glial cell." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "PMID:20410104" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097061 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a dendritic spine. A dendritic spine is a specialized protrusion from a neuronal dendrite and is involved in synaptic transmission." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000255 ;
    owl:annotatedTarget "Any cell that in taxon some Eukaryota." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097084 ;
    owl:annotatedTarget "The process aimed at the progression of a vascular smooth muscle cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. A vascular smooth muscle cell is a non-striated, elongated, spindle-shaped cell found lining the blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:pr", "GOC:sl", "Wikipedia:Cranial_sutures", "Wikipedia:Head_and_neck_anatomy#Musculoskeletal_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097094 ;
    owl:annotatedTarget "The process in which any suture between cranial and/or facial bones is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:pr", "GOC:sl", "Wikipedia:Cranial_sutures", "Wikipedia:Head_and_neck_anatomy#Musculoskeletal_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097096 ;
    owl:annotatedTarget "The process in which any suture between facial bones is generated and organized." .

[]
    oboInOwl:hasDbXref "CL:0000134", "GOC:mtg_apoptosis", "GOC:yaf", "PMID:18231833" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097152 ;
    owl:annotatedTarget "Any apoptotic process in a mesenchymal cell. A mesenchymal cell is a loosely associated cell that is part of the connective tissue in an organism. Mesenchymal cells give rise to more mature connective tissue cell types." .

[]
    oboInOwl:hasDbXref "GOC:dhl", "GOC:tb", "PMID:14671018" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097164 ;
    owl:annotatedTarget "The chemical reactions and pathways involving the ammonium ion." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097190 ;
    owl:annotatedTarget "The series of molecular signals which triggers the apoptotic death of a cell. The pathway starts with reception of a signal, and ends when the execution phase of apoptosis is triggered." .

[]
    a owl:Axiom ;
    rdfs:label "Ceramide signalling" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0097190 ;
    owl:annotatedTarget "Reactome:R-HSA-193681" .

[]
    a owl:Axiom ;
    rdfs:label "Cell death signalling via NRAGE, NRIF and NADE" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0097190 ;
    owl:annotatedTarget "Reactome:R-HSA-204998" .

[]
    a owl:Axiom ;
    rdfs:label "FasL/ CD95L signaling" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0097190 ;
    owl:annotatedTarget "Reactome:R-HSA-75157" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0097190 ;
    owl:annotatedTarget "apoptotic signalling pathway" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "PMID:21760595" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097194 ;
    owl:annotatedTarget "A stage of the apoptotic process that starts with the controlled breakdown of the cell through the action of effector caspases or other effector molecules (e.g. cathepsins, calpains etc.). Key steps of the execution phase are rounding-up of the cell, retraction of pseudopodes, reduction of cellular volume (pyknosis), chromatin condensation, nuclear fragmentation (karyorrhexis), plasma membrane blebbing and fragmentation of the cell into apoptotic bodies. When the execution phase is completed, the cell has died." .

[]
    a owl:Axiom ;
    rdfs:label "Apoptotic execution phase" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0097194 ;
    owl:annotatedTarget "Reactome:R-HSA-75153" .

[]
    oboInOwl:hasDbXref "CL:0000128", "GOC:mtg_apoptosis", "GOC:yaf", "PMID:16723520" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097252 ;
    owl:annotatedTarget "Any apoptotic process in an oligodendrocyte. Oligodendrocytes belong to a class of large neuroglial (macroglial) cells in the central nervous system, where they form the insulating myelin sheath of axons." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097355 ;
    owl:annotatedTarget "Any process in which a protein is transported to, or maintained at, a part of a chromosome that is organized into heterochromatin." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0097355 ;
    owl:annotatedTarget "protein localisation to heterochromatin" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000287 ;
    owl:annotatedTarget "Any photoreceptor cell that is part of some eye." .

[]
    oboInOwl:hasDbXref "GOC:mc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097386 ;
    owl:annotatedTarget "A prolongation or process extending from a glial cell." .

[]
    oboInOwl:hasDbXref "CL:0000031", "GOC:jc", "PMID:15543145" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097402 ;
    owl:annotatedTarget "The orderly movement of a neuroblast from one site to another, often during the development of a multicellular organism or multicellular structure. A neuroblast is any cell that will divide and give rise to a neuron." .

[]
    oboInOwl:hasDbXref "TAIR:sr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000293 ;
    owl:annotatedTarget "A cell whose primary function is to provide structural support, to provide strength and physical integrity to the organism." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1872343973" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097427 ;
    owl:annotatedTarget "An arrangement of closely apposed microtubules running parallel to each other." .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097435 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a supramolecular fiber, a polymer consisting of an indefinite number of protein or protein complex subunits that have polymerised to form a fiber-shaped structure." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0097435 ;
    owl:annotatedTarget "extracellular fibril organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "NIF_Subcellular:sao172297168" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097447 ;
    owl:annotatedTarget "The entire complement of dendrites for a neuron, consisting of each primary dendrite and all its branches." .

[]
    oboInOwl:hasDbXref "CL:0000604", "GOC:jc", "PMID:17202487" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097473 ;
    owl:annotatedTarget "Any apoptotic process in a retinal rod cell, one of the two photoreceptor cell types of the vertebrate retina." .

[]
    oboInOwl:hasDbXref "CL:0000573", "GOC:jc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097474 ;
    owl:annotatedTarget "Any apoptotic process in a retinal cone cell, one of the two photoreceptor cell types of the vertebrate retina." .

[]
    oboInOwl:hasDbXref "CL:0000100", "GOC:yaf", "PMID:20711475" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097475 ;
    owl:annotatedTarget "The orderly movement of a motor neuron from one site to another. A motor neuron is an efferent neuron that passes from the central nervous system or a ganglion toward or to a muscle and conducts an impulse that causes movement." .

[]
    oboInOwl:hasDbXref "CL:0011001", "GOC:yaf", "PMID:20711475" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097476 ;
    owl:annotatedTarget "The orderly movement of a spinal cord motor neuron from one site to another. A spinal cord motor neuron is a motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "electron" .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:devbiol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097512 ;
    owl:annotatedTarget "A cardiac myofibril is a myofibril specific to cardiac muscle cells." .

[]
    oboInOwl:hasDbXref "GOC:cvs", "PMID:22342843", "PMID:24157461" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097529 ;
    owl:annotatedTarget "The movement of a myeloid leukocyte within or between different tissues and organs of the body." .

[]
    oboInOwl:hasDbXref "GOC:pr", "PMID:22342843" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097534 ;
    owl:annotatedTarget "The orderly movement of a lymphoid lineage cell from one site to another. A lymphoid lineage cell, also called a lymphoid lineage restricted progenitor cell, is a progenitor cell restricted to the lymphoid lineage." .

[]
    oboInOwl:hasDbXref "GOC:pr", "GOC:vw", "Wikipedia:Vacuole" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097576 ;
    owl:annotatedTarget "Merging of two or more vacuoles, or of vacuoles and vesicles within a cell to form a single larger vacuole." .

[]
    oboInOwl:hasDbXref "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097708 ;
    owl:annotatedTarget "Any vesicle that is part of the intracellular region." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "PMID:13978319", "PMID:23348840", "PMID:23530209", "PMID:25686250", "PMID:26981235" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097711 ;
    owl:annotatedTarget "The docking of a cytosolic centriole/basal body to the plasma membrane via the ciliary transition fibers. In some species this may happen via an intermediate step, by first docking to the ciliary vesicle via the ciliary transition fibers. The basal body-ciliary vesicle then relocates to the plasma membrane, followed by the ciliary vesicle fusing with the plasma membrane, effectively attaching the basal body to the plasma membrane." .

[]
    a owl:Axiom ;
    rdfs:label "Anchoring of the basal body to the plasma membrane" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0097711 ;
    owl:annotatedTarget "Reactome:R-HSA-5620912" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "PMID:20106869", "PMID:23351793", "PMID:24814148", "PMID:26485645" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097712 ;
    owl:annotatedTarget "The process in which vesicles formed at the trans-Golgi network are directed to the plasma membrane surrounding the base of the cilium, including the ciliary pocket, mediated by molecules at the vesicle membrane and target membrane surfaces." .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:bf", "PMID:19442504", "PMID:25392495" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097734 ;
    owl:annotatedTarget "The assembly and secretion of an extracellular exosome, a membrane-bounded vesicle that is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "PMID:25047614", "PMID:25291643" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0097742 ;
    owl:annotatedTarget "Centriole assembly in which a centriole arises de novo, rather than by replication from an existing centriole. This process may occur via different mechanisms. Examples include the deuterosome pathway in multicilated epithelial animal cells and formation of centrioles during parthenogenesis in some insects." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000300 ;
    owl:annotatedTarget "A mature sexual reproductive cell having a single set of unpaired chromosomes." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098523 ;
    owl:annotatedTarget "A neuromuscular junction in which the target muscle cell is a myotube." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098528 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a skeletal muscle fiber cell. Skeletal muscle fiber differentiation starts with myoblast fusion and the appearance of specific cell markers (this is the cell development step). Then individual skeletal muscle fibers fuse to form bigger myotubes and start to contract." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:24075808" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098534 ;
    owl:annotatedTarget "A cellular process that results in the assembly of one or more centrioles." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dos", "PMID:24075808", "PMID:5111878", "PMID:5661997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098535 ;
    owl:annotatedTarget "Centriole assembly in which a centriole arises de novo by a process involving an electron-dense structure known as a deuterosome, rather than by duplication of an existing centriole, and occurring as part of multi-ciliated epithelial cell differentiation." .

[]
    oboInOwl:hasDbXref "PMID:24075808" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0098535 ;
    owl:annotatedTarget "centriole amplification" .

[]
    oboInOwl:hasDbXref "PMID:25047614" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0098535 ;
    owl:annotatedTarget "deuterosome pathway" .

[]
    oboInOwl:hasDbXref "PMID:24075808" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0098535 ;
    owl:annotatedTarget "deuterosome-mediated centriole biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:dos", "PMID:24075808", "PMID:25047614", "PMID:5661997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098536 ;
    owl:annotatedTarget "A spherical, electron dense, cytoplasmic structure that is involved in de novo assembly of centrioles." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098542 ;
    owl:annotatedTarget "Reactions triggered in response to the presence of another organism that act to protect the cell or organism from damage caused by that organism." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098544 ;
    owl:annotatedTarget "Any process in which a protein complex is maintained in a location and prevented from moving elsewhere. These include sequestration, stabilization to prevent transport elsewhere and the active retrieval of protein complexes that move away." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098545 ;
    owl:annotatedTarget "Any process in which a protein complex is maintained in a specific location within the cytoplasm and is prevented from moving elsewhere." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098588 ;
    owl:annotatedTarget "The lipid bilayer that forms the outer-most layer of an organelle." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    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 "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "electron" .

[]
    oboInOwl:hasDbXref "PMID:21421911" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098642 ;
    owl:annotatedTarget "A collagen trimer that forms networks." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:21421911" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098643 ;
    owl:annotatedTarget "A supramolecular assembly of fibrillar collagen complexes in the form of a long fiber (fibril) with transverse striations (bands)." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098644 ;
    owl:annotatedTarget "A complex of collagen trimers such as a fibril or collagen network." .

[]
    oboInOwl:hasDbXref "PMID:19693541" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098644 ;
    owl:annotatedTarget "Supramolecular aggregate of collagen" .

[]
    oboInOwl:hasDbXref "PMID:21421911" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098644 ;
    owl:annotatedTarget "Supramolecular collagen assembly" .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:21421911" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098645 ;
    owl:annotatedTarget "A supramolecular complex that consists of collagen triple helices associated to form a network." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000307 ;
    owl:annotatedTarget "An epithelial cell found in the trachea." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0517223651", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000313 ;
    owl:annotatedTarget "Columnar glandular cell with irregular nucleus, copious granular endoplasmic reticulum and supranuclear granules. Secretes a watery fluid containing proteins known as serous fluid." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098657 ;
    owl:annotatedTarget "The directed movement of some substance from outside of a cell into a cell. This may occur via transport across the plasma membrane or via endocytosis." .

[]
    oboInOwl:hasDbXref "FB:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000325 ;
    owl:annotatedTarget "A cell that is specialised to accumulate a particular substance(s)." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098658 ;
    owl:annotatedTarget "The directed movement of inorganic anions from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098659 ;
    owl:annotatedTarget "The directed movement of inorganic cations from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098660 ;
    owl:annotatedTarget "The process in which an inorganic ion is transported across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098660 ;
    owl:annotatedTarget "transmembrane inorganic ion transport" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098661 ;
    owl:annotatedTarget "The process in which an inorganic anion is transported across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098661 ;
    owl:annotatedTarget "transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098662 ;
    owl:annotatedTarget "A process in which an inorganic cation is transported from one side of a membrane to the other by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098662 ;
    owl:annotatedTarget "transmembrane inorganic cation transport" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098704 ;
    owl:annotatedTarget "The directed movement of a carbohydrate from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:18513950" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098722 ;
    owl:annotatedTarget "Division of a stem cell during which it retains its identity and buds off a daughter cell with a new identity." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098723 ;
    owl:annotatedTarget "A myofibril of a skeletal muscle fiber." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000329 ;
    owl:annotatedTarget "Any cell that is capable of some oxygen transport." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098728 ;
    owl:annotatedTarget "The self-renewing division of a germline stem cell, to produce a daughter stem cell and a daughter germ cell which will divide to form one or more gametes." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "Elektron" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098739 ;
    owl:annotatedTarget "The directed movement of some substance from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098751 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a bone cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "doi:10.1016/j.stem.2015.02.017" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000333 ;
    owl:annotatedTarget "A cell derived from the specialized ectoderm flanking each side of the embryonic neural plate, which after the closure of the neural tube, forms masses of cells that migrate out from the dorsal aspect of the neural tube to spread throughout the body." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098773 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the skin epidermis over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:5025404" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000335 ;
    owl:annotatedTarget "A mesenchymal cell in embryonic development found in a contracting mass and that gives rise to osteoprogenitors." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098793 ;
    owl:annotatedTarget "The part of a synapse that is part of the presynaptic cell." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098794 ;
    owl:annotatedTarget "The part of a synapse that is part of the post-synaptic cell." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000339 ;
    owl:annotatedTarget "An early neural cell developing from the early ependymal cell of the neural tube." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    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 "GOC:dos" ;
    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 "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098813 ;
    owl:annotatedTarget "The process in which genetic material, in the form of nuclear chromosomes, is organized into specific structures and then physically separated and apportioned to two or more sets. Nuclear chromosome segregation begins with the condensation of chromosomes, includes chromosome separation, and ends when chromosomes have completed movement to the spindle poles." .

[]
    oboInOwl:hasDbXref "PMID:24854120" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098836 ;
    owl:annotatedTarget "The portion of the cytoskeleton that lies within a dendritic spine. The actin component of this cytoskeleton is involved in spine head remodeling in response to postsynaptic signaling." .

[]
    oboInOwl:hasDbXref "PMID:25987607" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098840 ;
    owl:annotatedTarget "The directed movement of a protein along a microtubule, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "PMID:26399686" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098867 ;
    owl:annotatedTarget "The increase in size or mass of an intramembranous bone that contributes to the shaping of the bone." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098868 ;
    owl:annotatedTarget "The increase in size or mass of a bone that contributes to the shaping of that bone." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098871 ;
    owl:annotatedTarget "The actin cytoskeleton that is part of a postsynapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098876 ;
    owl:annotatedTarget "The directed movement of substances to the plasma membrane in transport vesicles that fuse with the plasma membrane by exocytosis." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:12062020", "PMID:18083105", "PMID:22632716", "PMID:29844190" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098883 ;
    owl:annotatedTarget "A cellular process that results in the controlled breakdown of synapse. After it starts the process is continuous until the synapse has disappeared." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:22632716" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098883 ;
    owl:annotatedTarget "synapse clearance" .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:18083105", "PMID:29844190" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098883 ;
    owl:annotatedTarget "synapse elimination" .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:22632716" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0098883 ;
    owl:annotatedTarget "synapse removal" .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:dph", "GOC:go_curators", "GOC:tb", "ISBN:978-0-07-139011-8" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098900 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "beta" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000347 ;
    owl:annotatedTarget "A cell of the sclera of the eye." .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098901 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in a cardiac muscle cell. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098904 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in an atrioventricular node myocyte. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098906 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in a Purkinje myocyte. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098907 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in an SA node cardiac myocyte. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098908 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of action potential creation, propagation or termination in a neuron. This typically occurs via modulation of the activity or expression of voltage-gated ion channels." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0098908 ;
    owl:annotatedTarget "generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098916 ;
    owl:annotatedTarget "Cell-cell signaling from pre to post-synapse, across the synaptic cleft." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098917 ;
    owl:annotatedTarget "Cell-cell signaling from post to pre-synapse, across the synaptic cleft." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098920 ;
    owl:annotatedTarget "Cell-cell signaling from postsynapse to presynapse, across the synaptic cleft, mediated by a lipid ligand." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098926 ;
    owl:annotatedTarget "Signal transduction in which the initial step occurs in a postsynapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098928 ;
    owl:annotatedTarget "Signal transduction in which the initial step occurs in a presynapse." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000348 ;
    owl:annotatedTarget "A structural cell that is part of optic choroid." .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098930 ;
    owl:annotatedTarget "The directed movement of organelles or molecules along microtubules in axons." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098934 ;
    owl:annotatedTarget "The directed movement of organelles or molecules along microtubules in a dendrite from the postsynapse towards the cell body." .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098935 ;
    owl:annotatedTarget "The directed movement of organelles or molecules along microtubules in dendrites." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "beta(-)" .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098937 ;
    owl:annotatedTarget "The directed movement of organelles or molecules along microtubules from the cell body toward the postsynapse in dendrites." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098938 ;
    owl:annotatedTarget "The actin cytoskeleton that is part of a dendritic spine." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098961 ;
    owl:annotatedTarget "The directed movement of a ribonucleoprotein complex along microtubules in nerve cell dendrites." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098974 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins in the postsynaptic actin cytoskeleton." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000349 ;
    owl:annotatedTarget "Any cell that is part of some extraembryonic structure." .

[]
    oboInOwl:hasDbXref "GOC:dos", "Wikipedia:Neuromuscular_junction&oldid=723623502" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098975 ;
    owl:annotatedTarget "The postsynapse of a neuromuscular junction. In vertebrate muscles this includes the motor end-plate, consisting of postjunctional folds of the sarcolemma." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098981 ;
    owl:annotatedTarget "A synapse that uses acetylcholine as a neurotransmitter." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D014327", "PMID:37630754", "doi:10.1007/978-3-030-84725-8" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000351 ;
    owl:annotatedTarget "An extraembryonic cell that develops from a trophectodermal cell. This cell is found in the outer layer of the blastocyst and can invade other structures in the uterus once the blastocyst implants into the uterine wall. A trophoblast cell is involved in the implantation of the embryo into the uterine wall, placental formation, remodelling of maternal vasculature in the uterus, nutrient and gas exchange, hormone production, and immune modulation to support fetal development." .

[]
    oboInOwl:hasDbXref "GOC:dos", "ISBN:978-0-07-181001-2", "Wikipedia:Neuropeptide&oldid=713905176" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098992 ;
    owl:annotatedTarget "A dense core vesicle (granule) that is part of a neuron. These vesicles typically contain neuropeptides. They can be found in all parts of neurons, including the soma, dendrites, axonal swellings (varicosities) and synaptic terminals." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099003 ;
    owl:annotatedTarget "Any vesicle-mediated transport that occurs in a synapse." .

[]
    oboInOwl:hasDbXref "doi:10.1007/978-3-030-84725-8" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000351 ;
    owl:annotatedTarget "trophoblastic cell" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099012 ;
    owl:annotatedTarget "The lipid bilayer surrounding a neuronal dense core vesicle." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000352 ;
    owl:annotatedTarget "A cell of the outer layer of a blastula that gives rise to the ectoderm after gastrulation." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099014 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a neuronal dense core vesicle." .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:bf", "GOC:dos", "PMID:24449494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099054 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a presynapse." .

[]
    oboInOwl:hasDbXref "MESH:D001756" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000353 ;
    owl:annotatedTarget "An undifferentiated cell produced by early cleavages of the fertilized egg (zygote)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0099054 ;
    owl:annotatedTarget "presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "PMID:24449494" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0099054 ;
    owl:annotatedTarget "presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:dos", "GOCL:PARL" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099068 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a postsynapse." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0099068 ;
    owl:annotatedTarget "postsynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099080 ;
    owl:annotatedTarget "A cellular component that consists of an indeterminate number of proteins or macromolecular complexes, organized into a regular, higher-order structure such as a polymer, sheet, network or a fiber." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099081 ;
    owl:annotatedTarget "A polymeric supramolecular structure." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "beta-particle" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:bf", "GOC:dos", "PMID:19448629" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099082 ;
    owl:annotatedTarget "Cell-cell signaling from postsynapse to presynapse, across the synaptic cleft, mediated by a neuropeptide." .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:bf", "GOC:dos", "PMID:19448629" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099083 ;
    owl:annotatedTarget "Modulation of synaptic transmission by cell-cell signaling across the synaptic cleft from postsynapse to presynapse, mediated by a neuropeptide." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099098 ;
    owl:annotatedTarget "The movement of a cellular component as a result of microtubule polymerization." .

[]
    oboInOwl:hasDbXref "PMID:18282570" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000355 ;
    owl:annotatedTarget "A multifate stem cell found in skeletal muscle than can differentiate into many different cell types, including muscle. Distinct cell type from satellite cell." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099111 ;
    owl:annotatedTarget "A microtubule-based process that results in the transport of organelles, other microtubules, or other cellular components. Examples include motor-driven movement along microtubules and movement driven by polymerization or depolymerization of microtubules." .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:vw", "PMID:11018050" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099112 ;
    owl:annotatedTarget "The transport of a protein driven by polymerization of a microtubule to which it is attached." .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099118 ;
    owl:annotatedTarget "A microtubule-based process that results in the transport of proteins." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099140 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins in the presynaptic actin cytoskeleton." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099143 ;
    owl:annotatedTarget "The actin cytoskeleton that is part of a presynapse." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:19837038" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099156 ;
    owl:annotatedTarget "Cell-cell signaling in which the ligand is carried between cells by an exosome." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:19837038" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099157 ;
    owl:annotatedTarget "Transynaptic signaling in which the ligand is carried across the synapse by an exosome." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099170 ;
    owl:annotatedTarget "Any process, acting in the postsynapse that results in modulation of chemical synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099171 ;
    owl:annotatedTarget "Any process, acting in the presynapse that results in modulation of chemical synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099172 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a presynapse." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0099172 ;
    owl:annotatedTarget "presynapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dsd", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000359 ;
    owl:annotatedTarget "A smooth muscle cell associated with the vasculature." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0099172 ;
    owl:annotatedTarget "presynapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099173 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a postsynapse." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0099173 ;
    owl:annotatedTarget "postsynapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0099173 ;
    owl:annotatedTarget "postsynapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "e" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099174 ;
    owl:annotatedTarget "Any process that modulates the physical form of a presynapse." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0099174 ;
    owl:annotatedTarget "regulation of presynapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0099174 ;
    owl:annotatedTarget "regulation of presynapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099175 ;
    owl:annotatedTarget "Any process that modulates the physical form of a postsynapse." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0099175 ;
    owl:annotatedTarget "regulation of postsynapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0099175 ;
    owl:annotatedTarget "regulation of postsynapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099177 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of trans-synaptic signaling." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099187 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures and their associated proteins in the presynaptic cytoskeleton." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099188 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising cytoskeletal filaments and their associated proteins in the postsynaptic cytoskeleton." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "ISBN:0071120009", "PMID:18618940" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099500 ;
    owl:annotatedTarget "Fusion of the membrane of a vesicle with the plasma membrane, thereby releasing its contents into the extracellular space." .

[]
    oboInOwl:hasDbXref "Flybase:dsj", "MA:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000362 ;
    owl:annotatedTarget "An epithelial cell of the integument (the outer layer of an organism)." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099501 ;
    owl:annotatedTarget "The lipid bilayer surrounding an exocytic vesicle." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099503 ;
    owl:annotatedTarget "A cytoplasmic, membrane bound vesicle that is capable of fusing to the plasma membrane to release its contents into the extracellular space." .

[]
    oboInOwl:hasDbXref "FMA:62411" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000362 ;
    owl:annotatedTarget "cell of epidermis" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099512 ;
    owl:annotatedTarget "A polymer consisting of an indefinite number of protein or protein complex subunits that have polymerised to form a fiber-shaped structure." .

[]
    oboInOwl:hasDbXref "FMA:62411" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:CL_0000362 ;
    owl:annotatedTarget "epithelial cell of skin" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099513 ;
    owl:annotatedTarget "A component of the cytoskeleton consisting of a homo or heteropolymeric fiber constructed from an indeterminate number of protein subunits." .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:dph", "GOC:mah", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099515 ;
    owl:annotatedTarget "The transport of organelles or other particles from one location in the cell to another along actin filaments." .

[]
    oboInOwl:hasDbXref "GOC:ecd", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099518 ;
    owl:annotatedTarget "The directed movement of a vesicle along a cytoskeletal fiber such as a microtubule or and actin filament, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0099518 ;
    owl:annotatedTarget "cytoskeletal fiber-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099519 ;
    owl:annotatedTarget "The directed movement of dense core granules along cytoskeletal fibers, such as microtubules or actin filaments." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "e(-)" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099522 ;
    owl:annotatedTarget "Any (proper) part of the cytosol of a single cell of sufficient size to still be considered cytosol." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099523 ;
    owl:annotatedTarget "The region of the cytosol consisting of all cytosol that is part of the presynapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099524 ;
    owl:annotatedTarget "The region of the cytosol consisting of all cytosol that is part of the postsynapse." .

[]
    oboInOwl:hasDbXref "ISBN:0471245208" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000365 ;
    owl:annotatedTarget "Diploid cell produced by the fusion of sperm cell nucleus and egg cell." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099531 ;
    owl:annotatedTarget "The pathway leading to secretion of a neurotransmitter from the presynapse as part of synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099536 ;
    owl:annotatedTarget "Cell-cell signaling to, from or within a synapse." .

[]
    oboInOwl:hasDbXref "FB:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000393 ;
    owl:annotatedTarget "A cell whose function is determined by its response to an electric signal." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099537 ;
    owl:annotatedTarget "Cell-cell signaling in either direction across the synaptic cleft." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099538 ;
    owl:annotatedTarget "Cell-cell signaling to or from a synapse, mediated by a peptide." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099540 ;
    owl:annotatedTarget "Cell-cell signaling between presynapse and postsynapse mediated by a peptide ligand crossing the synaptic cleft." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099541 ;
    owl:annotatedTarget "Cell-cell signaling from post to pre-synapse, across the synaptic cleft, mediated by a lipid." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099547 ;
    owl:annotatedTarget "Any process that modulates synaptic transmission by regulating translation occurring at the synapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099550 ;
    owl:annotatedTarget "Cell-cell signaling between presynapse and postsynapse, across the synaptic cleft, that modulates the synaptic transmission properties of the synapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099551 ;
    owl:annotatedTarget "Cell-cell signaling between presynapse and postsynapse, via the vesicular release and reception of neuropeptide molecules, that modulates the synaptic transmission properties of the synapse." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:21531987" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099552 ;
    owl:annotatedTarget "Cell-cell signaling between presynapse and postsynapse, via the release and reception of lipid molecules, that modulates the synaptic transmission properties of the synapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099568 ;
    owl:annotatedTarget "Any (proper) part of the cytoplasm of a single cell of sufficient size to still be considered cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099569 ;
    owl:annotatedTarget "The portion of the cytoskeleton contained within the presynapse." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "e-" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000397 ;
    owl:annotatedTarget "Any interneuron that has its soma located in some ganglion." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:19889835" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099571 ;
    owl:annotatedTarget "The portion of the cytoskeleton contained within the postsynapse." .

[]
    oboInOwl:hasDbXref "FB:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000404 ;
    owl:annotatedTarget "A cell that initiates an electrical signal and passes that signal to another cell." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099577 ;
    owl:annotatedTarget "Any process that modulates synaptic transmission by regulating translation occurring at the presynapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099578 ;
    owl:annotatedTarget "Any process that modulates synaptic transmission by regulating translation occurring at the postsynapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099587 ;
    owl:annotatedTarget "The directed movement of inorganic ions from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:dos", "PMID:26157139" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099612 ;
    owl:annotatedTarget "A process in which a protein is transported to or maintained in a location within an axon." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099632 ;
    owl:annotatedTarget "A process in which protein is transported from one region of the plasma membrane to another." .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099640 ;
    owl:annotatedTarget "The directed movement of proteins along microtubules in neuron projections." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099641 ;
    owl:annotatedTarget "The directed movement of proteins along microtubules from the cell body toward the cell periphery in nerve cell axons." .

[]
    oboInOwl:hasDbXref "FB:ma", "PMID:32646579", "https://bio.libretexts.org/Bookshelves/Introductory_and_General_Biology/Biology_(Kimball)/07%3A_Cell_Division/7.04%3A_Polyploidy"^^xsd:anyURI ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000412 ;
    owl:annotatedTarget "A cell that contains more than two haploid sets of chromosomes." .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099642 ;
    owl:annotatedTarget "The directed movement of proteins along microtubules from the cell periphery toward the cell body in nerve cell axons." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099643 ;
    owl:annotatedTarget "Any signal release from a synapse." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0099738 ;
    owl:annotatedTarget "The complete extent of cell cortex that underlies some some region of the plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0100001 ;
    owl:annotatedTarget "Any action potential process that regulates skeletal muscle contraction." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_10545 ;
    owl:annotatedTarget "negatron" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:nc", "PMID:23201774" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0101023 ;
    owl:annotatedTarget "The multiplication or reproduction of blood vessel endothelial cells, resulting in the expansion of a cell population." .

[]
    oboInOwl:hasDbXref "GOC:vw", "PMID:15147872" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0101024 ;
    owl:annotatedTarget "A mitotic cell cycle process which results in the assembly, arrangement, or disassembly of the nuclear inner or outer membrane during mitosis." .

[]
    oboInOwl:hasDbXref "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0101025 ;
    owl:annotatedTarget "The process in which a nuclear membrane is synthesized, aggregates, and bonds together." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:11585923" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0106027 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a prolongation or process extending from a neuron, e.g. an axon, or a dendrite." .

[]
    oboInOwl:hasDbXref "GOC:se", "PMID:26195667" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0106214 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vesicle fusion with Golgi apparatus." .

[]
    oboInOwl:hasDbXref "FB:ma", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000413 ;
    owl:annotatedTarget "A cell whose nucleus contains a single haploid genome." .

[]
    oboInOwl:hasDbXref "GOC:se", "PMID:26195667" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0106215 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vesicle fustion with Golgi apparatus." .

[]
    oboInOwl:hasDbXref "GOC:se", "PMID:26195667" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0106216 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vesicle fusion with Golgi apparatus." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:27404358" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110011 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the assembly, disassembly or arrangement of constituent parts of the basement membrane." .

[]
    oboInOwl:hasDbXref "GOC:lf", "PMID:22790195" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110020 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures containing both actin and myosin or paramyosin." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:rph", "PMID:26512644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110021 ;
    owl:annotatedTarget "The multiplication or reproduction of cardiac muscle myoblasts, resulting in the expansion of a cardiac muscle myoblast cell population. A cardiac myoblast is a precursor cell that has been committed to a cardiac muscle cell fate but retains the ability to divide and proliferate throughout life." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:rph", "PMID:26512644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110022 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle myoblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:rph", "PMID:26512644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110023 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cardiac muscle myoblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:rph", "PMID:26512644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110024 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac muscle myoblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110053 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of actin filament organization." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:rph", "PMID:23072816" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110057 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of blood vessel endothelial cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:rph", "PMID:23072816" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110058 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of blood vessel endothelial cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:rph", "PMID:23072816" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110059 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of blood vessel endothelial cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:sp", "PMID:29328915", "PMID:29328916" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110077 ;
    owl:annotatedTarget "A cellular transport process in which transported substances are moved in extracellular vesicles between cells; transported substances are enclosed in the vesicle lumen or located in the extracellular vesicle membrane." .

[]
    oboInOwl:hasDbXref "GOC:DOS", "PMID:8720463" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000444 ;
    owl:annotatedTarget "A muscle cell in which the fibers are organised into sarcomeres but in which adjacent myofibrils are offset from each other, producing an oblique banding pattern." .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110110 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of animal organ morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110111 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of animal organ morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:16377567" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110116 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of compound eye photoreceptor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:16377567" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110117 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of compound eye photoreceptor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:16377567" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110118 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of compound eye photoreceptor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:29122742" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110122 ;
    owl:annotatedTarget "The orderly movement of a myotube cell from one site to another, often during the development of a multicellular organism. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate, and fuse." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:29122742" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110123 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of myotube cell migration." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:29122742" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110124 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of myotube cell migration." .

[]
    oboInOwl:hasDbXref "GOC:ha", "PMID:29122742" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110125 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of myotube cell migration." .

[]
    oboInOwl:hasDbXref "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110165 ;
    owl:annotatedTarget "A part of a cellular organism consisting of a material entity with granularity above the level of a protein complex but below that of an anatomical system. Note that cellular organisms exclude viruses." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    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 "GOC:tfm", "PMID:19630576" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000458 ;
    owl:annotatedTarget "A cell type that secretes 5-Hydroxytryptamine (serotonin)." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120031 ;
    owl:annotatedTarget "Formation of a prolongation or process extending and that is bounded by plasma membrane, e.g. a cilium, lamellipodium, or axon." .

[]
    oboInOwl:hasDbXref "GOC:krc", "GOC:rjd", "PMID:10328951", "PMID:9096956" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0120031 ;
    owl:annotatedTarget "eupodium" .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120032 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of plasma membrane bounded cell projection assembly." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120033 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of plasma membrane bounded cell projection assembly." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120034 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of plasma membrane bounded cell projection assembly." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120035 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of plasma membrane bounded cell projections." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_132153 ;
    owl:annotatedTarget "hyaluronan" .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120036 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a plasma membrane bounded prolongation or process extending from a cell, e.g. a cilium or axon." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120039 ;
    owl:annotatedTarget "The process in which the anatomical structures of a plasma membrane bounded cell projection are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:ha" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120111 ;
    owl:annotatedTarget "All of the contents of a plasma membrane bounded neuron projection, excluding the plasma membrane surrounding the projection." .

[]
    oboInOwl:hasDbXref "GOC:krc", "GOC:nln" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120178 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of any steroid hormone, naturally occurring substances secreted by specialized cells that affects the metabolism or behavior of other cells possessing functional receptors for the hormone." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:068340007X" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000459 ;
    owl:annotatedTarget "A cell capable of producting norepiniphrine. Norepiniphrine is a catecholamine with multiple roles including as a hormone and a neurotransmitter. In addition, epiniphrine is synthesized from norepiniphrine by the actions of the phenylethanolamine N-methyltransferase enzyme." .

[]
    oboInOwl:hasDbXref "PMID:20889714", "PMID:29899453" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120186 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of protein localization to chromatin." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0120186 ;
    owl:annotatedTarget "negative regulation of protein localisation to chromatin" .

[]
    oboInOwl:hasDbXref "PMID:20889714", "PMID:29899453" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120187 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to chromatin." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0120187 ;
    owl:annotatedTarget "positive regulation of protein localisation to chromatin" .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:29593216" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120222 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of blastocyst development." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:28177282" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120223 ;
    owl:annotatedTarget "The process in which the larynx is generated and organized. The larynx is a continuation of the pharynx that is involved in breathing, sound production, and protecting the trachea against food aspiration." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:28177282" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0120223 ;
    owl:annotatedTarget "laryngeal morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:28177282" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120224 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a larynx from an initial condition to its mature state. This process begins with the formation of the larynx and ends with the mature structure. A larynx is a continuation of the pharynx that is involved in breathing, sound production, and protecting the trachea against food aspiration." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:27486780" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120229 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a motile cilium." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:25397684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120275 ;
    owl:annotatedTarget "The flow of blood through the network of arteries and veins supplying the cerebrum, enabling the transport of nutrients to the tissues and the removal of waste products." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:25397684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120276 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cerebral blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:25397684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120277 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cerebral blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000488 ;
    owl:annotatedTarget "A photoreceptor cell that detects visible light." .

[]
    oboInOwl:hasDbXref "GOC:krc", "PMID:25397684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120278 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cerebral blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120305 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the deposition or modulates the distribution of coloring matter in an organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_132153 ;
    owl:annotatedTarget "hyaluronate polyanion" .

[]
    oboInOwl:hasDbXref "GOC:sl", "PMID:23239824" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120331 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of an endothelial tube." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D017154" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000499 ;
    owl:annotatedTarget "A connective tissue cell of an organ found in the loose connective tissue." .

[]
    oboInOwl:hasDbXref "PMID:37935903", "PMID:38386558", "PMID:39361745" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140001 ;
    owl:annotatedTarget "The initial formation of a spherical embryonic mass of blastomeres formed before the blastula and resulting from cleavage of the fertilized ovum." .

[]
    oboInOwl:hasDbXref "PMID:9334324" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140013 ;
    owl:annotatedTarget "One of the two nuclear divisions that occur as part of the meiotic cell cycle." .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140014 ;
    owl:annotatedTarget "A mitotic cell cycle process comprising the steps by which the nucleus of a eukaryotic cell divides; the process involves condensation of chromosomal DNA into a highly compacted form. Canonically, mitosis produces two daughter nuclei whose chromosome complement is identical to that of the mother cell." .

[]
    oboInOwl:hasDbXref "Wikipedia:Exocytosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140029 ;
    owl:annotatedTarget "The cellular processes that contribute to exocytosis." .

[]
    oboInOwl:hasDbXref "PMID:27875684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140056 ;
    owl:annotatedTarget "The process by which an organelle membrane interacts with another membrane via molecular tethers that physically bridge the two membranes and attach them to each other." .

[]
    oboInOwl:hasDbXref "PMID:28736435" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140112 ;
    owl:annotatedTarget "The assembly and secretion a set of components to form an extracellular vesicule, a membrane-bounded vesicle that is released into the extracellular region. Extracellular vesicles include exosomes, microvesicles and apoptotic bodies, based on the mechanism by which they are released from cells and differentiated based on their size and content." .

[]
    oboInOwl:hasDbXref "GOC:pg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140115 ;
    owl:annotatedTarget "The directed movement of some substance from inside of a cell, across the plasma membrane and into the extracellular region." .

[]
    oboInOwl:hasDbXref "GOC:vw", "PMID:16999738" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140157 ;
    owl:annotatedTarget "The directed movement of an ammonium ion from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "PMID:27321671" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140236 ;
    owl:annotatedTarget "Translation that occurs at the presynapse." .

[]
    oboInOwl:hasDbXref "PMID:27321671" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140237 ;
    owl:annotatedTarget "Translation that occurs at the presynapse, and that modulates chemical synaptic transmission." .

[]
    oboInOwl:hasDbXref "PMID:23083742" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140241 ;
    owl:annotatedTarget "Translation that occurs at the synapse." .

[]
    oboInOwl:hasDbXref "PMID:20427644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140242 ;
    owl:annotatedTarget "Translation that occurs at the postsynapse." .

[]
    oboInOwl:hasDbXref "PMID:20427644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140243 ;
    owl:annotatedTarget "Any process that regulates translation occurring at the synapse." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D032386" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000513 ;
    owl:annotatedTarget "A precursor cell destined to differentiate into cardiac muscle cell." .

[]
    oboInOwl:hasDbXref "PMID:20427644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140244 ;
    owl:annotatedTarget "Any process that regulates translation occurring at the presynapse." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_138103 ;
    owl:annotatedTarget "inorganic acids" .

[]
    oboInOwl:hasDbXref "PMID:20427644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140245 ;
    owl:annotatedTarget "Any process that regulates translation occurring at the postsynapse." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cell_fusion" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140253 ;
    owl:annotatedTarget "A cellular process in which two or more cells combine together, their plasma membrane fusing, producing a single cell. In some cases, nuclei fuse, producing a polyploid cell, while in other cases, nuclei remain separate, producing a syncytium." .

[]
    oboInOwl:hasDbXref "GOC:pg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140352 ;
    owl:annotatedTarget "The directed movement of some substance from a cell, into the extracellular region. This may occur via transport across the plasma membrane or via exocytosis." .

[]
    oboInOwl:hasDbXref "GOC:pg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140353 ;
    owl:annotatedTarget "The directed movement of a lipid from a cell, into the extracellular region." .

[]
    oboInOwl:hasDbXref "GOC:pg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140354 ;
    owl:annotatedTarget "The directed movement of a lipid from outside of a cell into a cell. This may occur via transport across the plasma membrane or via endocytosis." .

[]
    oboInOwl:hasDbXref "GOC:pg" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140513 ;
    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 in the nucleus." .

[]
    oboInOwl:hasDbXref "PMID:19643199" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140572 ;
    owl:annotatedTarget "The division of a vacuole within a cell to form two or more separate vacuoles." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D032390" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000514 ;
    owl:annotatedTarget "A precursor cell destined to differentiate into smooth muscle myocytes." .

[]
    oboInOwl:hasDbXref "PMID:3760547" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140650 ;
    owl:annotatedTarget "The radial migration of a pyramidal neuron along radial glial cells." .

[]
    oboInOwl:hasDbXref "MESH:D032390" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000514 ;
    owl:annotatedTarget "myoblast, smooth muscle" .

[]
    oboInOwl:hasDbXref "PMID:28225081" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140694 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a non-membrane-bounded organelle." .

[]
    oboInOwl:hasDbXref "PMID:28373556" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0140820 ;
    owl:annotatedTarget "The directed movement of substances from the cytosol into the Golgi apparatus of a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0141187 ;
    owl:annotatedTarget "The biosynthetic process resulting in the formation of a nucleic acid." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:16394100", "PMID:16672654", "PMID:28185854" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150052 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of postsynapse assembly, the aggregation, arrangement and bonding together of a set of components to form a postsynapse." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "GOC:krc", "PMID:15004427", "PMID:20647017", "PMID:22632727" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150063 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the visual system over time, from its formation to the mature structure, including the eye, parts of the central nervous system (CNS) involved in processing of visual inputs, and connecting nerve pathways." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:10981966", "PMID:11099416", "PMID:18164423" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150076 ;
    owl:annotatedTarget "The immediate defensive reaction by neural vertebrate tissue to infection or injury caused by chemical or physical agents." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:10981966", "PMID:11099416", "PMID:18164423" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150077 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neuroinflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150078 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuroinflammatory response." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_138103 ;
    owl:annotatedTarget "mineral acid" .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:11099416", "PMID:18164423" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150079 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of neuroinflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:14980203", "PMID:16144764", "PMID:16547515", "PMID:18685038", "PMID:27788368", "PMID:9459440" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150098 ;
    owl:annotatedTarget "Cell-cell signaling that mediates the transfer of information from a glial cell to a neuron. This signaling has been shown to be mediated by various molecules, depending on which glial cells release them, and in which tissues the signaling occurs, e.g. microglial cell-derived nerve growth factor (NGF) in the retina, or microglial cell-derived superoxide ions in the cerebellum." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:10195197", "PMID:10196584", "PMID:10377338", "PMID:10493741", "PMID:11356870", "PMID:11399439", "PMID:15252819", "PMID:27788368" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150099 ;
    owl:annotatedTarget "Cell-cell signaling that mediates the transfer of information from a neuron to a glial cell. This signaling has been shown to be mediated by various molecules released by different types of neurons, e.g. glutamate, gamma-amino butyric acid (GABA), noradrenaline, acetylcholine, dopamine and adenosine." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:26706435" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150105 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained, in a location within a cell-cell junction." .

[]
    oboInOwl:hasDbXref "SANBI:mhl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000515 ;
    owl:annotatedTarget "A myoblast that differentiates into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:26706435" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150106 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to cell-cell junction." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "PMID:26706435" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150107 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to cell-cell junction." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "PMID:27593915" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150111 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of transepithelial transport." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150119 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell-cell junction." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "PMID:25490267" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150146 ;
    owl:annotatedTarget "The disaggregation of a cell junction into its constituent components." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "PMID:25490267" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0150147 ;
    owl:annotatedTarget "The disaggregation of a cell-cell junction into its constituent components." .

[]
    oboInOwl:hasDbXref "PMID:25832476", "PMID:31399790" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0160038 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a somatic sensory system over time from its formation to the mature structure. Somatic sensory system is the sensory system for the sense of touch and pain." .

[]
    oboInOwl:hasDbXref "PMID:10191060" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0160043 ;
    owl:annotatedTarget "The regulated release of catecholamine by a cell in which the catecholamine acts as a neurotransmitter." .

[]
    oboInOwl:hasDbXref "PMID:33842480" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0160048 ;
    owl:annotatedTarget "The process of fusing together the edges of a craniofacial suture." .

[]
    oboInOwl:hasDbXref "PMID:23020903" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0160093 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of cordate pharynx over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0323052908" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000525 ;
    owl:annotatedTarget "A cell from the outer syncytial layer of the trophoblast of an early mammalian embryo, directly associated with the maternal blood supply. It secretes hCG in order to maintain progesterone secretion and sustain a pregnancy." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900006 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of dendrite development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1900006 ;
    owl:annotatedTarget "up regulation of dendrite development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_138103 ;
    owl:annotatedTarget "mineral acids" .

[]
    oboInOwl:hasDbXref "PMID:11787150" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000525 ;
    owl:annotatedTarget "syncytial trophoblast cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900015 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cytokine production involved in inflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900015 ;
    owl:annotatedTarget "regulation of cytokine production involved in acute inflammatory response" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900016 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cytokine production involved in inflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1900016 ;
    owl:annotatedTarget "down regulation of cytokine production involved in acute inflammatory response" .

[]
    oboInOwl:hasDbXref "PMID:21733368" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000525 ;
    owl:annotatedTarget "syncytiotrophoblastic cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900016 ;
    owl:annotatedTarget "negative regulation of cytokine production involved in acute inflammatory response" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1900016 ;
    owl:annotatedTarget "down regulation of cytokine production involved in inflammatory response" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900017 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cytokine production involved in inflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1900017 ;
    owl:annotatedTarget "up regulation of cytokine production involved in acute inflammatory response" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900017 ;
    owl:annotatedTarget "positive regulation of cytokine production involved in acute inflammatory response" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D009475" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000526 ;
    owl:annotatedTarget "A neuron which conveys sensory information centrally from the periphery." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1900017 ;
    owl:annotatedTarget "up regulation of cytokine production involved in inflammatory response" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:signaling" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900115 ;
    owl:annotatedTarget "Any regulation of signal transduction that takes place in the extracellular region." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900115 ;
    owl:annotatedTarget "regulation of signaling pathway in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900115 ;
    owl:annotatedTarget "regulation of signalling pathway in extracellular region" .

[]
    oboInOwl:hasDbXref "MESH:D009476" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000527 ;
    owl:annotatedTarget "A neuron which sends impulses peripherally to activate muscles or secretory cells." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:signaling" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "Any negative regulation of signal transduction that takes place in extracellular region." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "down regulation of signal transduction in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "down-regulation of signal transduction in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "downregulation of signal transduction in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "negative regulation of signaling pathway in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "negative regulation of signalling pathway in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "extracellular inhibition of signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900116 ;
    owl:annotatedTarget "inhibition of signal transduction in extracellular region" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900117 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of execution phase of apoptosis." .

[]
    oboInOwl:hasDbXref "MESH:D009474", "http://en.wikipedia.org/wiki/Neuron" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000540 ;
    owl:annotatedTarget "The basic cellular unit of nervous tissue. Each neuron consists of a body, an axon, and dendrites. Their purpose is to receive, conduct, and transmit impulses in the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900118 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of execution phase of apoptosis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900118 ;
    owl:annotatedTarget "down regulation of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900118 ;
    owl:annotatedTarget "down-regulation of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900118 ;
    owl:annotatedTarget "downregulation of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900118 ;
    owl:annotatedTarget "inhibition of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900119 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of execution phase of apoptosis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900119 ;
    owl:annotatedTarget "up regulation of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900119 ;
    owl:annotatedTarget "up-regulation of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900119 ;
    owl:annotatedTarget "upregulation of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900119 ;
    owl:annotatedTarget "activation of execution phase of apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900125 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of hyaluronan biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900125 ;
    owl:annotatedTarget "regulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900125 ;
    owl:annotatedTarget "regulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900125 ;
    owl:annotatedTarget "regulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900125 ;
    owl:annotatedTarget "regulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of hyaluronan biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down regulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down regulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down regulation of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down regulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down regulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down-regulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down-regulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down-regulation of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down-regulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "down-regulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "downregulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "downregulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "downregulation of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "downregulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "downregulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "inhibition of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "inhibition of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_138675 ;
    owl:annotatedTarget "gas molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "inhibition of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "inhibition of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "negative regulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "negative regulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "negative regulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "negative regulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900126 ;
    owl:annotatedTarget "inhibition of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of hyaluronan biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "activation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "activation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "activation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "activation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "positive regulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "positive regulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "positive regulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "positive regulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up regulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up regulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up regulation of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up regulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up regulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up-regulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up-regulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up-regulation of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up-regulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "up-regulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "upregulation of hyaluronan anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "upregulation of hyaluronan biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "upregulation of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "upregulation of hyaluronan formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "upregulation of hyaluronan synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900127 ;
    owl:annotatedTarget "activation of hyaluronan biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900141 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of oligodendrocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900141 ;
    owl:annotatedTarget "regulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of oligodendrocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "down regulation of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "down-regulation of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "downregulation of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "down regulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "down-regulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "downregulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "inhibition of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "inhibition of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900142 ;
    owl:annotatedTarget "negative regulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of oligodendrocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "up regulation of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "up-regulation of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "upregulation of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "activation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "activation of oligodendrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "positive regulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "up regulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "up-regulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900143 ;
    owl:annotatedTarget "upregulation of oligodendrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:sjw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900147 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of Schwann cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:sjw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900148 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of Schwann cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900148 ;
    owl:annotatedTarget "down regulation of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900148 ;
    owl:annotatedTarget "down-regulation of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900148 ;
    owl:annotatedTarget "downregulation of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900148 ;
    owl:annotatedTarget "inhibition of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:sjw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900149 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of Schwann cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900149 ;
    owl:annotatedTarget "up regulation of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900149 ;
    owl:annotatedTarget "up-regulation of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900149 ;
    owl:annotatedTarget "upregulation of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900149 ;
    owl:annotatedTarget "activation of Schwann cell migration" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_138675 ;
    owl:annotatedTarget "gaseous molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0683073696", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000542 ;
    owl:annotatedTarget "A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900180 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to nucleus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900180 ;
    owl:annotatedTarget "regulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900180 ;
    owl:annotatedTarget "regulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900180 ;
    owl:annotatedTarget "regulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to nucleus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down regulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down regulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down regulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down regulation of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down-regulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down-regulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down-regulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "down-regulation of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "downregulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "downregulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "downregulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "downregulation of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "negative regulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "negative regulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "negative regulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "inhibition of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "inhibition of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "inhibition of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900181 ;
    owl:annotatedTarget "inhibition of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to nucleus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "activation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "positive regulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "positive regulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "positive regulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up regulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up regulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up regulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up regulation of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up-regulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up-regulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up-regulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "up-regulation of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "upregulation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "upregulation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "upregulation of protein localization in nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "upregulation of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "activation of protein localisation to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "activation of protein localization in cell nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900182 ;
    owl:annotatedTarget "activation of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900193 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of oocyte maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900194 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of oocyte maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900194 ;
    owl:annotatedTarget "down regulation of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900194 ;
    owl:annotatedTarget "down-regulation of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900194 ;
    owl:annotatedTarget "downregulation of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900194 ;
    owl:annotatedTarget "inhibition of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900195 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of oocyte maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900195 ;
    owl:annotatedTarget "up regulation of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900195 ;
    owl:annotatedTarget "up-regulation of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900195 ;
    owl:annotatedTarget "upregulation of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900195 ;
    owl:annotatedTarget "activation of oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900247 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cytoplasmic translational elongation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900248 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cytoplasmic translational elongation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900248 ;
    owl:annotatedTarget "down regulation of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900248 ;
    owl:annotatedTarget "down-regulation of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900248 ;
    owl:annotatedTarget "downregulation of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_138675 ;
    owl:annotatedTarget "gaseous molecular entity" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900248 ;
    owl:annotatedTarget "inhibition of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900249 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cytoplasmic translational elongation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900249 ;
    owl:annotatedTarget "up regulation of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900249 ;
    owl:annotatedTarget "up-regulation of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900249 ;
    owl:annotatedTarget "upregulation of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900249 ;
    owl:annotatedTarget "activation of cytoplasmic translational elongation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:22474183" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of defense response to insect." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "down regulation of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "down regulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "down-regulation of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "down-regulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "downregulation of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "downregulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "negative regulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "inhibition of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900366 ;
    owl:annotatedTarget "inhibition of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:22474183" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of defense response to insect." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "positive regulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "up regulation of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "up regulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "up-regulation of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "up-regulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "upregulation of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "upregulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "activation of defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900367 ;
    owl:annotatedTarget "activation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:di" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900376 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of secondary metabolite biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900376 ;
    owl:annotatedTarget "regulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:di" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of secondary metabolite biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "down regulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "down regulation of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "down-regulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "down-regulation of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "downregulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "downregulation of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "inhibition of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "negative regulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900377 ;
    owl:annotatedTarget "inhibition of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:di" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of secondary metabolite biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "activation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "positive regulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "up regulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "up regulation of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "up-regulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "up-regulation of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "upregulation of secondary metabolite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "upregulation of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1900378 ;
    owl:annotatedTarget "activation of secondary metabolite biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900619 ;
    owl:annotatedTarget "The chemical reactions and pathways involving an acetate ester, any carboxylic ester where the carboxylic acid component is acetic acid." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900619 ;
    owl:annotatedTarget "acetate ester metabolism" .

[]
    oboInOwl:hasDbXref "CHEBI:47622" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900619 ;
    owl:annotatedTarget "acetyl ester metabolic process" .

[]
    oboInOwl:hasDbXref "CHEBI:47622" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900619 ;
    owl:annotatedTarget "acetyl ester metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:15042596" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1900620 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of an acetate esteran acetate ester, any carboxylic ester where the carboxylic acid component is acetic acid." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900620 ;
    owl:annotatedTarget "acetate ester anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900620 ;
    owl:annotatedTarget "acetate ester biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900620 ;
    owl:annotatedTarget "acetate ester formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900620 ;
    owl:annotatedTarget "acetate ester synthesis" .

[]
    oboInOwl:hasDbXref "CHEBI:47622" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900620 ;
    owl:annotatedTarget "acetyl ester biosynthesis" .

[]
    oboInOwl:hasDbXref "CHEBI:47622" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1900620 ;
    owl:annotatedTarget "acetyl ester biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901135 ;
    owl:annotatedTarget "The chemical reactions and pathways involving carbohydrate derivative." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901135 ;
    owl:annotatedTarget "carbohydrate derivative metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901137 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of carbohydrate derivative." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901137 ;
    owl:annotatedTarget "carbohydrate derivative anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901137 ;
    owl:annotatedTarget "carbohydrate derivative biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901137 ;
    owl:annotatedTarget "carbohydrate derivative formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901137 ;
    owl:annotatedTarget "carbohydrate derivative synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pg", "PMID:18668558" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901148 ;
    owl:annotatedTarget "Any gene expression that is involved in extracellular matrix organization. Gene expression includes both transcription to produce an RNA transcript, and the translation of that mRNA into protein. Protein maturation is included in gene expression when required to form an active form of a product from an inactive precursor form." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901148 ;
    owl:annotatedTarget "expression of extracellular matrix proteins" .

[]
    oboInOwl:hasDbXref "GOC:pg" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901148 ;
    owl:annotatedTarget "extracellular matrix protein production" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901160 ;
    owl:annotatedTarget "The chemical reactions and pathways involving primary amino compound." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901160 ;
    owl:annotatedTarget "primary amino compound metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901162 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of primary amino compound." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901162 ;
    owl:annotatedTarget "primary amino compound anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901162 ;
    owl:annotatedTarget "primary amino compound biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901162 ;
    owl:annotatedTarget "primary amino compound formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901162 ;
    owl:annotatedTarget "primary amino compound synthesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901163 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of trophoblast cell migration." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901164 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of trophoblast cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901164 ;
    owl:annotatedTarget "down regulation of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901164 ;
    owl:annotatedTarget "down-regulation of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901164 ;
    owl:annotatedTarget "downregulation of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901164 ;
    owl:annotatedTarget "inhibition of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901165 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of trophoblast cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901165 ;
    owl:annotatedTarget "up regulation of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901165 ;
    owl:annotatedTarget "up-regulation of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901165 ;
    owl:annotatedTarget "upregulation of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901165 ;
    owl:annotatedTarget "activation of trophoblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901166 ;
    owl:annotatedTarget "Any neural crest cell migration that is involved in autonomic nervous system development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901190 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of formation of translation initiation ternary complex." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901190 ;
    owl:annotatedTarget "regulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of formation of translation initiation ternary complex." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "down regulation of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "down regulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "down-regulation of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "down-regulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "downregulation of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "downregulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "inhibition of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "negative regulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901191 ;
    owl:annotatedTarget "inhibition of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_13941 ;
    owl:annotatedTarget "carbamate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of formation of translation initiation ternary complex." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "activation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "positive regulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "up regulation of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "up regulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "up-regulation of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "up-regulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "upregulation of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "upregulation of translation initiation ternary complex assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901192 ;
    owl:annotatedTarget "activation of formation of translation initiation ternary complex" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901201 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of extracellular matrix assembly." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901202 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of extracellular matrix assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901202 ;
    owl:annotatedTarget "down regulation of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901202 ;
    owl:annotatedTarget "down-regulation of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901202 ;
    owl:annotatedTarget "downregulation of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901202 ;
    owl:annotatedTarget "inhibition of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901203 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of extracellular matrix assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901203 ;
    owl:annotatedTarget "up regulation of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901203 ;
    owl:annotatedTarget "up-regulation of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901203 ;
    owl:annotatedTarget "upregulation of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901203 ;
    owl:annotatedTarget "activation of extracellular matrix assembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901210 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac chamber formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901210 ;
    owl:annotatedTarget "regulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac chamber formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "down regulation of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "down regulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "down-regulation of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "down-regulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "downregulation of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "downregulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "inhibition of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "negative regulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901211 ;
    owl:annotatedTarget "inhibition of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac chamber formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "activation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "positive regulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "up regulation of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "up regulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "up-regulation of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "up-regulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "upregulation of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "upregulation of heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901212 ;
    owl:annotatedTarget "activation of cardiac chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901219 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac chamber morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901219 ;
    owl:annotatedTarget "regulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac chamber morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "down regulation of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "down regulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "down-regulation of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "down-regulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "downregulation of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "downregulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "negative regulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "inhibition of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901220 ;
    owl:annotatedTarget "inhibition of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_13941 ;
    owl:annotatedTarget "Carbamat" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac chamber morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "positive regulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "up regulation of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "up regulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "up-regulation of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "up-regulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "upregulation of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "upregulation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "activation of cardiac chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901221 ;
    owl:annotatedTarget "activation of heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901246 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of lung ciliated cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901247 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of lung ciliated cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901247 ;
    owl:annotatedTarget "down regulation of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901247 ;
    owl:annotatedTarget "down-regulation of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901247 ;
    owl:annotatedTarget "downregulation of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901247 ;
    owl:annotatedTarget "inhibition of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901248 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of lung ciliated cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901248 ;
    owl:annotatedTarget "up regulation of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901248 ;
    owl:annotatedTarget "up-regulation of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901248 ;
    owl:annotatedTarget "upregulation of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901248 ;
    owl:annotatedTarget "activation of lung ciliated cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bf", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901264 ;
    owl:annotatedTarget "The directed movement of a carbohydrate derivative into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901342 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vasculature development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901342 ;
    owl:annotatedTarget "regulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vasculature development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "down regulation of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "down-regulation of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "downregulation of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "inhibition of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "down regulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "down-regulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "downregulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "inhibition of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901343 ;
    owl:annotatedTarget "negative regulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901374 ;
    owl:annotatedTarget "The directed movement of an acetate ester into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mengo_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901457 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of response to acetate." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mengo_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901458 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of response to acetate." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901458 ;
    owl:annotatedTarget "down regulation of response to acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901458 ;
    owl:annotatedTarget "down-regulation of response to acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901458 ;
    owl:annotatedTarget "downregulation of response to acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901458 ;
    owl:annotatedTarget "inhibition of response to acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mengo_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901459 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of response to acetate." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901459 ;
    owl:annotatedTarget "up regulation of response to acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901459 ;
    owl:annotatedTarget "up-regulation of response to acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901459 ;
    owl:annotatedTarget "upregulation of response to acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901459 ;
    owl:annotatedTarget "activation of response to acetate" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_13941 ;
    owl:annotatedTarget "Karbamat" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901509 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of endothelial tube morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901532 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of hematopoietic progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901532 ;
    owl:annotatedTarget "regulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464", "PMID:1638021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000547 ;
    owl:annotatedTarget "An immature, nucleated erythrocyte occupying the stage of erythropoeisis that follows formation of erythroid progenitor cells. This cell is CD71-positive, has both a nucleus and a nucleolus, and lacks hematopoeitic lineage markers." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901532 ;
    owl:annotatedTarget "regulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down regulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down regulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down regulation of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000547 ;
    owl:annotatedTarget "rubriblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down-regulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down-regulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down-regulation of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "downregulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "downregulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "downregulation of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "inhibition of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "inhibition of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "negative regulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "negative regulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "inhibition of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down regulation of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "down-regulation of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "downregulation of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901533 ;
    owl:annotatedTarget "inhibition of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of hematopoietic progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "activation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "activation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "positive regulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "positive regulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up regulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up regulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up regulation of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up-regulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up-regulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up-regulation of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "upregulation of haematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "upregulation of haemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "upregulation of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "activation of hemopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "activation of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up regulation of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "up-regulation of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1901534 ;
    owl:annotatedTarget "upregulation of hematopoietic progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr", "PMID:19470579" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901550 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of endothelial cell development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr", "PMID:19470579" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901551 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial cell development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901551 ;
    owl:annotatedTarget "down regulation of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901551 ;
    owl:annotatedTarget "down-regulation of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901551 ;
    owl:annotatedTarget "downregulation of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901551 ;
    owl:annotatedTarget "inhibition of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr", "PMID:19470579" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901552 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of endothelial cell development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901552 ;
    owl:annotatedTarget "up regulation of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901552 ;
    owl:annotatedTarget "up-regulation of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901552 ;
    owl:annotatedTarget "upregulation of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901552 ;
    owl:annotatedTarget "activation of endothelial cell development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "NIF_Subcellular:sao110773650" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901588 ;
    owl:annotatedTarget "Any microtubule in a dendrite, a neuron projection." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901588 ;
    owl:annotatedTarget "microtubule of dendrite" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901588 ;
    owl:annotatedTarget "microtubulus of dendrite" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_13941 ;
    owl:annotatedTarget "carbamate ion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "NIF_Subcellular:sao707332678" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901589 ;
    owl:annotatedTarget "An arrangement of closely apposed microtubules running parallel to each other in the axon hillock and initial segment." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901589 ;
    owl:annotatedTarget "microtubule bundle of axon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901589 ;
    owl:annotatedTarget "microtubule fascicle of axon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901605 ;
    owl:annotatedTarget "The chemical reactions and pathways involving an alpha-amino acid." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901605 ;
    owl:annotatedTarget "alpha-amino acid metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901607 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of an alpha-amino acid." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901607 ;
    owl:annotatedTarget "alpha-amino acid anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901607 ;
    owl:annotatedTarget "alpha-amino acid biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901607 ;
    owl:annotatedTarget "alpha-amino acid formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901607 ;
    owl:annotatedTarget "alpha-amino acid synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901608 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vesicle transport along microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901608 ;
    owl:annotatedTarget "regulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vesicle transport along microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "down regulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "down regulation of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "down-regulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "down-regulation of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "downregulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "downregulation of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "inhibition of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000549 ;
    owl:annotatedTarget "A nucleated immature erythrocyte, having cytoplasm generally similar to that of the earlier proerythroblast but sometimes even more basophilic, and usually regular in outline. The nucleus is still relatively large, but the chromatin strands are thicker and more deeply staining, giving a coarser appearance; the nucleoli have disappeared. This cell is CD71-positive and lacks hematopoeitic lineage markers." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "negative regulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901609 ;
    owl:annotatedTarget "inhibition of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vesicle transport along microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "activation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "positive regulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000549 ;
    owl:annotatedTarget "basophilic normoblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "up regulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "up regulation of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "up-regulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "up-regulation of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "upregulation of microtubule-based vesicle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "upregulation of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901610 ;
    owl:annotatedTarget "activation of vesicle transport along microtubule" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000549 ;
    owl:annotatedTarget "early erythroblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901652 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a peptide stimulus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_apoptosis", "PMID:12021768" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901692 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of compound eye retinal cell apoptotic process." .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000549 ;
    owl:annotatedTarget "early normoblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_apoptosis", "PMID:12021768" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901693 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of compound eye retinal cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901693 ;
    owl:annotatedTarget "down regulation of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901693 ;
    owl:annotatedTarget "down-regulation of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901693 ;
    owl:annotatedTarget "downregulation of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901693 ;
    owl:annotatedTarget "inhibition of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000549 ;
    owl:annotatedTarget "prorubricyte" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_apoptosis", "PMID:12021768" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901694 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of compound eye retinal cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901694 ;
    owl:annotatedTarget "up regulation of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901694 ;
    owl:annotatedTarget "up-regulation of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901694 ;
    owl:annotatedTarget "upregulation of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901694 ;
    owl:annotatedTarget "activation of compound eye retinal cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901698 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a nitrogen compound stimulus." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_13941 ;
    owl:annotatedTarget "carbamic acid, ion(1-)" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901700 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an oxygen-containing compound stimulus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:hjd", "PMID:21571217" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901706 ;
    owl:annotatedTarget "The process in which relatively unspecialized cells acquire specialized structural and/or functional features that characterize the mesenchymal cells of bone as it progresses from its formation to the mature state." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf", "PMID:23150719" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901861 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf", "PMID:23150719" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901862 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901862 ;
    owl:annotatedTarget "down regulation of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901862 ;
    owl:annotatedTarget "down-regulation of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901862 ;
    owl:annotatedTarget "downregulation of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901862 ;
    owl:annotatedTarget "inhibition of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:yaf", "PMID:23150719" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901863 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901863 ;
    owl:annotatedTarget "up regulation of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901863 ;
    owl:annotatedTarget "up-regulation of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901863 ;
    owl:annotatedTarget "upregulation of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901863 ;
    owl:annotatedTarget "activation of muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "PMID:12032137" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901879 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein depolymerization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901879 ;
    owl:annotatedTarget "regulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901879 ;
    owl:annotatedTarget "regulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901879 ;
    owl:annotatedTarget "regulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901879 ;
    owl:annotatedTarget "regulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "PMID:12032137" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein depolymerization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down regulation of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down regulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down regulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down regulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down regulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down-regulation of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down-regulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down-regulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down-regulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "down-regulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "downregulation of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "downregulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "downregulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "downregulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "downregulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "inhibition of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "inhibition of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "inhibition of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "inhibition of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "negative regulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "negative regulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "negative regulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "negative regulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901880 ;
    owl:annotatedTarget "inhibition of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "PMID:12032137" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein depolymerization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "activation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "activation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "activation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "activation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "positive regulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "positive regulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "positive regulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "positive regulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up regulation of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up regulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up regulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up regulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up regulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up-regulation of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up-regulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up-regulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up-regulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "up-regulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "upregulation of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "upregulation of protein polymer breakdown" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15339 ;
    owl:annotatedTarget "Acceptor" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "upregulation of protein polymer catabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "upregulation of protein polymer catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "upregulation of protein polymer degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901881 ;
    owl:annotatedTarget "activation of protein depolymerization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901888 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell junction assembly." .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000550 ;
    owl:annotatedTarget "A nucleated, immature erythrocyte in which the nucleus occupies a relatively smaller part of the cell than in its precursor, the basophilic erythroblast. The cytoplasm is beginning to acquire hemoglobin and thus is no longer a purely basophilic, but takes on acidophilic aspects, which becomes progressively more marked as the cell matures. The chromatin of the nucleus is arranged in coarse, deeply staining clumps. This cell is CD71-positive and lacks hematopoeitic lineage markers." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901889 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cell junction assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901889 ;
    owl:annotatedTarget "down regulation of cell junction assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901889 ;
    owl:annotatedTarget "down-regulation of cell junction assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901889 ;
    owl:annotatedTarget "downregulation of cell junction assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901889 ;
    owl:annotatedTarget "inhibition of cell junction assembly" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000550 ;
    owl:annotatedTarget "intermediate erythroblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901890 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell junction assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901890 ;
    owl:annotatedTarget "up regulation of cell junction assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901890 ;
    owl:annotatedTarget "up-regulation of cell junction assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901890 ;
    owl:annotatedTarget "upregulation of cell junction assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901890 ;
    owl:annotatedTarget "activation of cell junction assembly" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000550 ;
    owl:annotatedTarget "intermediate normoblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901950 ;
    owl:annotatedTarget "The directed movement a dense core granule within a cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901950 ;
    owl:annotatedTarget "dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000550 ;
    owl:annotatedTarget "polychromatic erythroblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901951 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of anterograde dense core granule transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901952 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of anterograde dense core granule transport." .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000550 ;
    owl:annotatedTarget "polychromatic normoblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901952 ;
    owl:annotatedTarget "down regulation of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901952 ;
    owl:annotatedTarget "down-regulation of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901952 ;
    owl:annotatedTarget "downregulation of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901952 ;
    owl:annotatedTarget "inhibition of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901953 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of anterograde dense core granule transport." .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000550 ;
    owl:annotatedTarget "polychromatophilic normoblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901953 ;
    owl:annotatedTarget "up regulation of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901953 ;
    owl:annotatedTarget "up-regulation of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901953 ;
    owl:annotatedTarget "upregulation of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901953 ;
    owl:annotatedTarget "activation of anterograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901954 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of retrograde dense core granule transport." .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000550 ;
    owl:annotatedTarget "rubricyte" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901955 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of retrograde dense core granule transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901955 ;
    owl:annotatedTarget "down regulation of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901955 ;
    owl:annotatedTarget "down-regulation of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901955 ;
    owl:annotatedTarget "downregulation of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901955 ;
    owl:annotatedTarget "inhibition of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901956 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of retrograde dense core granule transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901956 ;
    owl:annotatedTarget "up regulation of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901956 ;
    owl:annotatedTarget "up-regulation of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901956 ;
    owl:annotatedTarget "upregulation of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901956 ;
    owl:annotatedTarget "activation of retrograde dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:mtg_heart", "PMID:21419760" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901963 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell proliferation involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15339 ;
    owl:annotatedTarget "A" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:mtg_heart", "PMID:21419760" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1901964 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell proliferation involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901964 ;
    owl:annotatedTarget "up regulation of cell proliferation involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901964 ;
    owl:annotatedTarget "up-regulation of cell proliferation involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1901964 ;
    owl:annotatedTarget "upregulation of cell proliferation involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1901964 ;
    owl:annotatedTarget "activation of cell proliferation involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:dph", "PMID:17719545" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902017 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cilium assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902017 ;
    owl:annotatedTarget "regulation of ciliogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902017 ;
    owl:annotatedTarget "regulation of cilium biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:dph", "PMID:17719545" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cilium assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "down regulation of ciliogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "down regulation of cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "down-regulation of ciliogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "down-regulation of cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "downregulation of ciliogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "downregulation of cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "inhibition of ciliogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "negative regulation of ciliogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "inhibition of cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "down regulation of cilium biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "down-regulation of cilium biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "downregulation of cilium biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "inhibition of cilium biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902018 ;
    owl:annotatedTarget "negative regulation of cilium biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902019 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cilium-dependent cell motility." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902020 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cilium-dependent cell motility." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902020 ;
    owl:annotatedTarget "down regulation of ciliary cell motility" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902020 ;
    owl:annotatedTarget "down-regulation of ciliary cell motility" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902020 ;
    owl:annotatedTarget "downregulation of ciliary cell motility" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902020 ;
    owl:annotatedTarget "inhibition of ciliary cell motility" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:23403623" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902033 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of hematopoietic stem cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902033 ;
    owl:annotatedTarget "regulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:23403623" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic stem cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "down regulation of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "down regulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "down-regulation of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "down-regulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "downregulation of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "downregulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "negative regulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000552 ;
    owl:annotatedTarget "The final stage of the nucleated, immature erythrocyte, before nuclear loss. Typically the cytoplasm is described as acidophilic, but it still shows a faint polychromatic tint. The nucleus is small and initially may still have coarse, clumped chromatin, as in its precursor, the polychromatophilic erythroblast, but ultimately it becomes pyknotic, and appears as a deeply staining, blue-black, homogeneous structureless mass. The nucleus is often eccentric and sometimes lobulated." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "inhibition of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902034 ;
    owl:annotatedTarget "inhibition of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:23403623" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of hematopoietic stem cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "positive regulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "up regulation of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000552 ;
    owl:annotatedTarget "acidophilic erythroblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "up regulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "up-regulation of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "up-regulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "upregulation of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "upregulation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "activation of hematopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902035 ;
    owl:annotatedTarget "activation of hemopoietic stem cell proliferation" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000552 ;
    owl:annotatedTarget "eosinophilic erythroblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:23403623" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902036 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of hematopoietic stem cell differentiation." .

[]
    a owl:Axiom ;
    rdfs:label "RUNX1 regulates transcription of genes involved in differentiation of HSCs" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_1902036 ;
    owl:annotatedTarget "Reactome:R-HSA-8939236" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902036 ;
    owl:annotatedTarget "regulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902036 ;
    owl:annotatedTarget "regulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902036 ;
    owl:annotatedTarget "regulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15339 ;
    owl:annotatedTarget "Akzeptor" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000552 ;
    owl:annotatedTarget "orthochromatic normoblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:23403623" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic stem cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down regulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down regulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down regulation of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down regulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down-regulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down-regulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down-regulation of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000552 ;
    owl:annotatedTarget "pyknotic eto enrythroblast" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "down-regulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "downregulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "downregulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "downregulation of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "downregulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "negative regulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "negative regulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "negative regulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "inhibition of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "inhibition of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "inhibition of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902037 ;
    owl:annotatedTarget "inhibition of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:23403623" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of hematopoietic stem cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "positive regulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "positive regulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "positive regulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up regulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up regulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up regulation of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up regulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up-regulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up-regulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up-regulation of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "up-regulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "upregulation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "upregulation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "upregulation of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "upregulation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "activation of haematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "activation of haemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "activation of hematopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902038 ;
    owl:annotatedTarget "activation of hemopoietic stem cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902105 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of leukocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902105 ;
    owl:annotatedTarget "regulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902105 ;
    owl:annotatedTarget "regulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of leukocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "down regulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "down regulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "down regulation of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "down-regulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "down-regulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "down-regulation of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "downregulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "downregulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "downregulation of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "negative regulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "negative regulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "inhibition of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "inhibition of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902106 ;
    owl:annotatedTarget "inhibition of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of leukocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "positive regulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "positive regulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "up regulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "up regulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "up regulation of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "up-regulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "up-regulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "up-regulation of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "upregulation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "upregulation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "upregulation of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "activation of immune cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "activation of leucocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902107 ;
    owl:annotatedTarget "activation of leukocyte differentiation" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15339 ;
    owl:annotatedTarget "Hydrogen-acceptor" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902115 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of organelle assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902116 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of organelle assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902116 ;
    owl:annotatedTarget "down regulation of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902116 ;
    owl:annotatedTarget "down-regulation of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902116 ;
    owl:annotatedTarget "downregulation of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902116 ;
    owl:annotatedTarget "inhibition of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902117 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of organelle assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902117 ;
    owl:annotatedTarget "up regulation of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902117 ;
    owl:annotatedTarget "up-regulation of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902117 ;
    owl:annotatedTarget "upregulation of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902117 ;
    owl:annotatedTarget "activation of organelle assembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_apoptosis", "GOC:rl", "PMID:14569084" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902217 ;
    owl:annotatedTarget "Any apoptotic process in an erythrocyte." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902217 ;
    owl:annotatedTarget "RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902217 ;
    owl:annotatedTarget "red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902217 ;
    owl:annotatedTarget "RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902217 ;
    owl:annotatedTarget "erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902217 ;
    owl:annotatedTarget "red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_apoptosis", "GOC:rl", "PMID:14569084" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902250 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of erythrocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902250 ;
    owl:annotatedTarget "regulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902250 ;
    owl:annotatedTarget "regulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902250 ;
    owl:annotatedTarget "regulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902250 ;
    owl:annotatedTarget "regulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902250 ;
    owl:annotatedTarget "regulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_apoptosis", "GOC:rl", "PMID:14569084" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of erythrocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down regulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down regulation of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down regulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down-regulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down-regulation of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down-regulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "downregulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "downregulation of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "downregulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "negative regulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "negative regulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down regulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down regulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down regulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down-regulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down-regulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "down-regulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "downregulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "downregulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "downregulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "inhibition of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "inhibition of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "inhibition of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "inhibition of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "inhibition of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "inhibition of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "negative regulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "negative regulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902251 ;
    owl:annotatedTarget "negative regulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_apoptosis", "GOC:rl", "PMID:14569084" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of erythrocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "positive regulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "positive regulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up regulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up regulation of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up regulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up-regulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up-regulation of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up-regulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "upregulation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "upregulation of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "upregulation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "activation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "activation of RBC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "activation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "activation of erythrocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "activation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15339 ;
    owl:annotatedTarget "Oxidized donor" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "activation of red blood cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "positive regulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "positive regulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "positive regulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up regulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up regulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up regulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up-regulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up-regulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "up-regulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "upregulation of RBC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "upregulation of erythrocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902252 ;
    owl:annotatedTarget "upregulation of red blood cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:mtg_apoptosis", "PMID:16839542" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902256 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of apoptotic process involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902256 ;
    owl:annotatedTarget "regulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:mtg_apoptosis", "PMID:16839542" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic process involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "down regulation of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "down-regulation of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "downregulation of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "down regulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "down-regulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "downregulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "inhibition of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "inhibition of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902257 ;
    owl:annotatedTarget "negative regulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:mtg_apoptosis", "PMID:16839542" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of apoptotic process involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "up regulation of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "up-regulation of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "upregulation of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "activation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "activation of apoptotic process involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "positive regulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "up regulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "up-regulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902258 ;
    owl:annotatedTarget "upregulation of apoptosis involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:mtg_apoptosis", "PMID:16163358" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "Any apoptotic process that is involved in blood vessel morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "apoptotic cell death involved in patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "apoptotic programmed cell death involved in patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "programmed cell death by apoptosis involved in patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "apoptosis involved in patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "apoptotic program involved in patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "type I programmed cell death involved in patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902262 ;
    owl:annotatedTarget "signaling (initiator) caspase activity involved in patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bf", "GOC:vw", "GO_REF:0000058", "PMID:18314879" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902275 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of chromatin organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902275 ;
    owl:annotatedTarget "regulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902275 ;
    owl:annotatedTarget "regulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:sart", "PMID:12202035" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902337 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of apoptotic process involved in morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902337 ;
    owl:annotatedTarget "regulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902337 ;
    owl:annotatedTarget "regulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902337 ;
    owl:annotatedTarget "regulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:sart", "PMID:12202035" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic process involved in morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down regulation of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down-regulation of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "downregulation of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down regulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down-regulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "downregulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "inhibition of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "inhibition of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "negative regulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down regulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down regulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down-regulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "down-regulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15339 ;
    owl:annotatedTarget "accepteur" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "downregulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "downregulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "inhibition of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "inhibition of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "negative regulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902338 ;
    owl:annotatedTarget "negative regulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:sart", "PMID:12202035" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of apoptotic process involved in morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up regulation of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up-regulation of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "upregulation of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "activation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "activation of apoptotic process involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "positive regulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up regulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up-regulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "upregulation of apoptosis involved in morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "activation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "activation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "positive regulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "positive regulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up regulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up regulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up-regulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "up-regulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "upregulation of apoptosis involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902339 ;
    owl:annotatedTarget "upregulation of morphogenetic apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:23219725" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of chromosome condensation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "down regulation of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "down regulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "down regulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "down-regulation of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "down-regulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "down-regulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "downregulation of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "downregulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "downregulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "negative regulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "negative regulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "inhibition of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "inhibition of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902340 ;
    owl:annotatedTarget "inhibition of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "PMID:9055073" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902358 ;
    owl:annotatedTarget "The directed movement of sulfate across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:18332111" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902414 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a cell junction." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902414 ;
    owl:annotatedTarget "protein localisation in cell junction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902414 ;
    owl:annotatedTarget "protein localisation to cell junction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902414 ;
    owl:annotatedTarget "protein localization in cell junction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:14723223" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902434 ;
    owl:annotatedTarget "The directed movement of sulfate from outside of a cell, across the plasma membrane and into the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:lb", "PMID:21543326" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902463 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a cell leading edge." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902463 ;
    owl:annotatedTarget "protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902463 ;
    owl:annotatedTarget "protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902463 ;
    owl:annotatedTarget "protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:22588719" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902473 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to synapse." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902473 ;
    owl:annotatedTarget "regulation of protein localisation to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "PMID:22588719" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to synapse." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "positive regulation of protein localisation to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "up regulation of protein localisation to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "up regulation of protein localization to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "up-regulation of protein localisation to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "up-regulation of protein localization to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "upregulation of protein localisation to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "upregulation of protein localization to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "activation of protein localisation to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902474 ;
    owl:annotatedTarget "activation of protein localization to synapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "PMID:21147087" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902513 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of organelle transport along microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902513 ;
    owl:annotatedTarget "regulation of microtubule-based organelle localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:signaling", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902531 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of intracellular signal transduction." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902531 ;
    owl:annotatedTarget "regulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902531 ;
    owl:annotatedTarget "regulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902531 ;
    owl:annotatedTarget "regulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902531 ;
    owl:annotatedTarget "regulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902531 ;
    owl:annotatedTarget "regulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902531 ;
    owl:annotatedTarget "regulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GOC:signaling", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of intracellular signal transduction." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down regulation of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down regulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down-regulation of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down-regulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "downregulation of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "downregulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "negative regulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "negative regulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down regulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down regulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down regulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down-regulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "downregulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "downregulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "downregulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "inhibition of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "inhibition of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "inhibition of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "inhibition of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "inhibition of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "negative regulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "negative regulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down regulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down regulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down-regulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down-regulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down-regulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "down-regulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "downregulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "downregulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "inhibition of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "inhibition of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "negative regulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902532 ;
    owl:annotatedTarget "negative regulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:dsd", "GOC:tfm", "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000553 ;
    owl:annotatedTarget "The earliest cytologically identifiable precursor in the thrombocytic series. This cell is capable of endomitosis and lacks expression of hematopoieitic lineage markers (lin-negative)." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:dph", "GOC:signaling", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of intracellular signal transduction." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "positive regulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up regulation of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up regulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up-regulation of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up-regulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "upregulation of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "upregulation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "PMID:11722431", "PMID:12482498" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000553 ;
    owl:annotatedTarget "CFU-Meg" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "activation of intracellular signal transduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "activation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "activation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "activation of intracellular signaling chain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "activation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "positive regulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "positive regulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up regulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up regulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up-regulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "PMCID:PMC1794060" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000553 ;
    owl:annotatedTarget "Meg-CFC" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up-regulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "upregulation of intracellular signal transduction pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "upregulation of signal transmission via intracellular cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "activation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "activation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "positive regulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "positive regulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "positive regulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up regulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up regulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "PMID:21116988" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000553 ;
    owl:annotatedTarget "MkP" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up regulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up-regulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up-regulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "up-regulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "upregulation of intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "upregulation of intracellular signaling pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902533 ;
    owl:annotatedTarget "upregulation of signal transduction via intracellular signaling cascade" .

[]
    oboInOwl:hasDbXref "PMID:12482498" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000553 ;
    owl:annotatedTarget "megakaryocytic progenitor cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "PMID:22809626" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902570 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a nucleolus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902570 ;
    owl:annotatedTarget "protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902570 ;
    owl:annotatedTarget "protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902570 ;
    owl:annotatedTarget "protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GO:jl", "GOC:TermGenie", "GO_REF:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of RNA biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down regulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down regulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down regulation of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down regulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down regulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down-regulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down-regulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down-regulation of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down-regulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "down-regulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "downregulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "downregulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "downregulation of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "downregulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "downregulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "negative regulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "negative regulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "negative regulation of RNA formation" .

[]
    oboInOwl:hasDbXref "ISBN:0721601464", "MESH:D008533", "PMID:31043076", "http://en.wikipedia.org/wiki/Megakaryocyte" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000556 ;
    owl:annotatedTarget "A large hematopoietic cell (50 to 100 micron) with a lobated nucleus. Once mature, this cell undergoes multiple rounds of endomitosis and cytoplasmic restructuring to allow platelet formation and release." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "negative regulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "inhibition of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "inhibition of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "inhibition of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "inhibition of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902679 ;
    owl:annotatedTarget "inhibition of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GO:jl", "GOC:TermGenie", "GO_REF:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of RNA biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "positive regulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "positive regulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "positive regulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "positive regulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up regulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up regulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up regulation of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up regulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up regulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up-regulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up-regulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up-regulation of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up-regulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "up-regulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "upregulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "upregulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "upregulation of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "upregulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "upregulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "activation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "activation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "activation of RNA biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "activation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902680 ;
    owl:annotatedTarget "activation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:21168496" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902692 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neuroblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:8662546" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902738 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the process in which a chondroblast acquires specialized structural and/or functional features of a chondrocyte that will contribute to the development of a bone. A chondrocyte is a polymorphic cell that forms cartilage." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_apoptosis", "GOC:pg", "GO_REF:0000060" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "Any apoptotic process that is involved in anatomical structure development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902742 ;
    owl:annotatedTarget "signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16575901" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902761 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of chondrocyte development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902761 ;
    owl:annotatedTarget "up regulation of chondrocyte development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902761 ;
    owl:annotatedTarget "up-regulation of chondrocyte development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902761 ;
    owl:annotatedTarget "upregulation of chondrocyte development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902761 ;
    owl:annotatedTarget "activation of chondrocyte development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:17879321" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902809 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle fiber differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:17879321" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902810 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of skeletal muscle fiber differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902810 ;
    owl:annotatedTarget "down regulation of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902810 ;
    owl:annotatedTarget "down-regulation of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902810 ;
    owl:annotatedTarget "downregulation of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902810 ;
    owl:annotatedTarget "inhibition of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:17879321" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902811 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of skeletal muscle fiber differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902811 ;
    owl:annotatedTarget "up regulation of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902811 ;
    owl:annotatedTarget "up-regulation of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902811 ;
    owl:annotatedTarget "upregulation of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902811 ;
    owl:annotatedTarget "activation of skeletal muscle fiber differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:vw", "GO_REF:0000058", "PMID:23087209" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902816 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902816 ;
    owl:annotatedTarget "regulation of protein localisation to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:vw", "GO_REF:0000058", "PMID:23087209" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "down regulation of protein localisation to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "down regulation of protein localization to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "down-regulation of protein localisation to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "down-regulation of protein localization to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "downregulation of protein localisation to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "downregulation of protein localization to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "negative regulation of protein localisation to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "inhibition of protein localisation to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902817 ;
    owl:annotatedTarget "inhibition of protein localization to microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23087209" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of nuclear migration along microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of nuclear movement, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of nucleus migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902838 ;
    owl:annotatedTarget "regulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23087209" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of nuclear migration along microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down regulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "down-regulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "downregulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "negative regulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902839 ;
    owl:annotatedTarget "inhibition of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23087209" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of nuclear migration along microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "positive regulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up regulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "up-regulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "upregulation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of microtubule cytoskeleton-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of microtubule cytoskeleton-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of microtubule-dependent nuclear positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of microtubule-dependent nucleus positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of microtubule-mediated nuclear migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of nuclear migration along microtubule" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of nuclear migration, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of transport of nucleus by microtubules" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902840 ;
    owl:annotatedTarget "activation of transport of nucleus, microtubule-mediated" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000060", "PMID:18799626" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902850 ;
    owl:annotatedTarget "Any microtubule cytoskeleton organization that is involved in mitosis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902850 ;
    owl:annotatedTarget "microtubule cytoskeleton organisation involved in mitosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902850 ;
    owl:annotatedTarget "microtubule dynamics involved in mitosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902850 ;
    owl:annotatedTarget "microtubule cytoskeleton organization and biogenesis involved in mitosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902863 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of embryonic camera-type eye development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902863 ;
    owl:annotatedTarget "regulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of embryonic camera-type eye development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "down regulation of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "down regulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "down-regulation of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "down-regulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "downregulation of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "downregulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "negative regulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "inhibition of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902864 ;
    owl:annotatedTarget "inhibition of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of embryonic camera-type eye development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "positive regulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "up regulation of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "up regulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "up-regulation of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "up-regulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "upregulation of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "upregulation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "activation of embryonic camera-type eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902865 ;
    owl:annotatedTarget "activation of embryonic eye development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902866 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of retina development in camera-type eye." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902866 ;
    owl:annotatedTarget "regulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902866 ;
    owl:annotatedTarget "regulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of retina development in camera-type eye." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "down regulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "down regulation of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "down-regulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "down-regulation of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "downregulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "downregulation of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "negative regulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "inhibition of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "inhibition of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "down regulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "down-regulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "downregulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "inhibition of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902867 ;
    owl:annotatedTarget "negative regulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of retina development in camera-type eye." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "positive regulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "up regulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "up regulation of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "up-regulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "up-regulation of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "upregulation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "upregulation of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "activation of retina development in camera-style eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "activation of retina development in camera-type eye" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "activation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "positive regulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "up regulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "up-regulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902868 ;
    owl:annotatedTarget "upregulation of retinal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902875 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of embryonic pattern specification." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1902875 ;
    owl:annotatedTarget "regulation of embryonic pattern biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1902875 ;
    owl:annotatedTarget "regulation of embryonic pattern formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902875 ;
    owl:annotatedTarget "regulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of embryonic pattern specification." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "down regulation of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "down-regulation of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "downregulation of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "inhibition of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "down regulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "down-regulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "downregulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "inhibition of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902876 ;
    owl:annotatedTarget "negative regulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16872597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of embryonic pattern specification." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "up regulation of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "up-regulation of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "upregulation of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "activation of embryonic pattern specification" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "activation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "positive regulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "up regulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "up-regulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902877 ;
    owl:annotatedTarget "upregulation of ventral/lateral system" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:23921388" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902903 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of supramolecular fiber organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902903 ;
    owl:annotatedTarget "regulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:23921388" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of fibril organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "inhibition of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "inhibition of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "down regulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "down regulation of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "down-regulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "down-regulation of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "downregulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "downregulation of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902904 ;
    owl:annotatedTarget "negative regulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:23921388" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of supramolecular fiber organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "activation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "activation of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "positive regulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "up regulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "up regulation of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "up-regulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "up-regulation of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "upregulation of fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1902905 ;
    owl:annotatedTarget "upregulation of fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:16916506" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1902913 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuroepithelial cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm", "PMID:15946868", "PMID:2037622" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000558 ;
    owl:annotatedTarget "An immature erythrocyte that changes the protein composition of its plasma membrane by exosome formation and extrusion. The types of protein removed differ between species though removal of the transferrin receptor is apparent in mammals and birds." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902913 ;
    owl:annotatedTarget "up regulation of neuroepithelial cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902913 ;
    owl:annotatedTarget "up-regulation of neuroepithelial cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1902913 ;
    owl:annotatedTarget "upregulation of neuroepithelial cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1902913 ;
    owl:annotatedTarget "activation of neuroepithelial cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903008 ;
    owl:annotatedTarget "The disaggregation of an organelle into its constituent components." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:22510437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903010 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of bone development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:22510437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903011 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of bone development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903011 ;
    owl:annotatedTarget "down regulation of bone development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903011 ;
    owl:annotatedTarget "down-regulation of bone development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903011 ;
    owl:annotatedTarget "downregulation of bone development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903011 ;
    owl:annotatedTarget "inhibition of bone development" .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15355 ;
    owl:annotatedTarget "ACETYLCHOLINE" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:22510437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903012 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of bone development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903012 ;
    owl:annotatedTarget "up regulation of bone development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903012 ;
    owl:annotatedTarget "up-regulation of bone development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903012 ;
    owl:annotatedTarget "upregulation of bone development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903012 ;
    owl:annotatedTarget "activation of bone development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:23544079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903018 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of glycoprotein metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903018 ;
    owl:annotatedTarget "regulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:23544079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of glycoprotein metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "down regulation of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "down regulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "down-regulation of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "down-regulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "downregulation of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "downregulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "negative regulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "inhibition of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903019 ;
    owl:annotatedTarget "inhibition of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOc:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000562 ;
    owl:annotatedTarget "An erythrocyte having a nucleus." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:23544079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of glycoprotein metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "positive regulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "up regulation of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "up regulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "up-regulation of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "up-regulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "upregulation of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "upregulation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "activation of glycoprotein metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903020 ;
    owl:annotatedTarget "activation of glycoprotein metabolism" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000060", "PMID:19325129" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903045 ;
    owl:annotatedTarget "Any neural crest cell migration that is involved in sympathetic nervous system development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_cell_cycle", "GO_REF:0000060" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903046 ;
    owl:annotatedTarget "A process that is part of the meiotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mtg_cell_cycle", "GO_REF:0000060" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903047 ;
    owl:annotatedTarget "A process that is part of the mitotic cell cycle." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:22357537" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903053 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of extracellular matrix organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903053 ;
    owl:annotatedTarget "regulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903053 ;
    owl:annotatedTarget "regulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:22357537" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of extracellular matrix organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "down regulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "down regulation of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "down-regulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "down-regulation of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "downregulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "downregulation of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "negative regulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "inhibition of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "inhibition of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "down regulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "down-regulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "downregulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "inhibition of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903054 ;
    owl:annotatedTarget "negative regulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:22357537" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of extracellular matrix organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "positive regulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "up regulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "up regulation of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15355 ;
    owl:annotatedTarget "Acetylcholine" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "up-regulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "up-regulation of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "upregulation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "upregulation of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "activation of extracellular matrix organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "activation of extracellular matrix organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "activation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "positive regulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "up regulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "up-regulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903055 ;
    owl:annotatedTarget "upregulation of extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:11602640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903076 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903076 ;
    owl:annotatedTarget "regulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903076 ;
    owl:annotatedTarget "regulation of establishment of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903076 ;
    owl:annotatedTarget "regulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903076 ;
    owl:annotatedTarget "regulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:11602640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down regulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down regulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down regulation of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down-regulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down-regulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down-regulation of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "downregulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "downregulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "downregulation of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "negative regulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "inhibition of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "inhibition of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "inhibition of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "inhibition of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "inhibition of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down regulation of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down regulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down-regulation of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "down-regulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "downregulation of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "downregulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "negative regulation of establishment of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "negative regulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903077 ;
    owl:annotatedTarget "negative regulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:11602640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "positive regulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "positive regulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up regulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:dsd", "GOC:tfm", "PMID:12768659" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000566 ;
    owl:annotatedTarget "A mesenchymal stem cell capable of developing into blood vessel endothelium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up regulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up regulation of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up-regulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up-regulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up-regulation of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "upregulation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "upregulation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "upregulation of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "activation of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "activation of protein localization in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "activation of protein localization to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "activation of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "activation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "positive regulation of establishment of protein localisation in plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "positive regulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up regulation of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up regulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up-regulation of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "up-regulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "upregulation of protein targeting to plasma membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903078 ;
    owl:annotatedTarget "upregulation of protein-plasma membrane targeting" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24798735" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903115 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of actin filament-based movement." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24798735" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903116 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of actin filament-based movement." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903116 ;
    owl:annotatedTarget "up regulation of actin filament-based movement" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903116 ;
    owl:annotatedTarget "up-regulation of actin filament-based movement" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903116 ;
    owl:annotatedTarget "upregulation of actin filament-based movement" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903116 ;
    owl:annotatedTarget "activation of actin filament-based movement" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15355 ;
    owl:annotatedTarget "acetylcholine" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000087", "PMID:24798735" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903119 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, the location of an actin cytoskeleton." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903119 ;
    owl:annotatedTarget "protein localisation in actin cytoskeleton" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903119 ;
    owl:annotatedTarget "protein localisation to actin cytoskeleton" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903119 ;
    owl:annotatedTarget "protein localization in actin cytoskeleton" .

[]
    oboInOwl:hasDbXref "CL:0000842", "GOC:TermGenie", "GO_REF:0000086", "PMID:24759906" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903131 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a mononuclear cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:als", "GO_REF:0000058", "PMID:23154389" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903224 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of endodermal cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903224 ;
    owl:annotatedTarget "regulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "PMID:18816864" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000569 ;
    owl:annotatedTarget "A mesenchymal cell found in the developing heart and that develops into some part of the heart.  These cells derive from intra- and extra-cardiac sources, including the endocardium, epicardium, neural crest, and second heart field." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:als", "GO_REF:0000058", "PMID:23154389" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of endodermal cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "down regulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "down regulation of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "down-regulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "down-regulation of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "downregulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "downregulation of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "negative regulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "inhibition of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903225 ;
    owl:annotatedTarget "inhibition of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:als", "GO_REF:0000058", "PMID:23154389" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of endodermal cell differentiation." .

[]
    oboInOwl:hasDbXref "MESH:D017949" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000573 ;
    owl:annotatedTarget "One of the two photoreceptor cell types in the vertebrate retina. In cones the photopigment is in invaginations of the cell membrane of the outer segment. Cones are less sensitive to light than rods, but they provide vision with higher spatial and temporal acuity, and the combination of signals from cones with different pigments allows color vision." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "positive regulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "up regulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "up regulation of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "up-regulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "up-regulation of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "upregulation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "upregulation of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "activation of endoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903226 ;
    owl:annotatedTarget "activation of endodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "doi:10.1038/s41598-020-66092-9" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_0000573 ;
    owl:annotatedTarget "cone" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:sp", "GO_REF:0000086", "PMID:22231168", "PMID:24934224" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903251 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a multi-ciliated epithelial cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000087", "PMID:11378902" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903292 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a Golgi membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903292 ;
    owl:annotatedTarget "protein localisation in Golgi membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903292 ;
    owl:annotatedTarget "protein localisation to Golgi membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903292 ;
    owl:annotatedTarget "protein localization in Golgi membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:vw", "GO_REF:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903335 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vacuolar transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:vw", "GO_REF:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903336 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vacuolar transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903336 ;
    owl:annotatedTarget "down regulation of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903336 ;
    owl:annotatedTarget "down-regulation of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903336 ;
    owl:annotatedTarget "downregulation of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903336 ;
    owl:annotatedTarget "inhibition of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:vw", "GO_REF:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903337 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vacuolar transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903337 ;
    owl:annotatedTarget "up regulation of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903337 ;
    owl:annotatedTarget "up-regulation of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903337 ;
    owl:annotatedTarget "upregulation of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903337 ;
    owl:annotatedTarget "activation of vacuolar transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:16943282" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903353 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of nucleus organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903353 ;
    owl:annotatedTarget "regulation of nuclear organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903353 ;
    owl:annotatedTarget "regulation of nuclear organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903353 ;
    owl:annotatedTarget "regulation of nuclear morphology" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903353 ;
    owl:annotatedTarget "regulation of nuclear organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15355 ;
    owl:annotatedTarget "ACh" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903353 ;
    owl:annotatedTarget "regulation of nucleus organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:als", "GO_REF:0000058", "PMID:17562788" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903358 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of Golgi organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903358 ;
    owl:annotatedTarget "regulation of Golgi organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903358 ;
    owl:annotatedTarget "regulation of Golgi organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000575 ;
    owl:annotatedTarget "An epithelial cell of the cornea." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:9490640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903379 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mitotic chromosome condensation." .

[]
    oboInOwl:hasDbXref "FMA:70551" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000575 ;
    owl:annotatedTarget "epithelial cell of cornea" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:9490640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903380 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mitotic chromosome condensation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903380 ;
    owl:annotatedTarget "up regulation of mitotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903380 ;
    owl:annotatedTarget "up-regulation of mitotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903380 ;
    owl:annotatedTarget "upregulation of mitotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903380 ;
    owl:annotatedTarget "activation of mitotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17459944" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903429 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903429 ;
    owl:annotatedTarget "regulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17459944" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cell maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "down regulation of cell maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "down-regulation of cell maturation" .

[]
    oboInOwl:hasDbXref "MESH:D005854" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000586 ;
    owl:annotatedTarget "The reproductive cell in multicellular organisms." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "downregulation of cell maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "inhibition of cell maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "down regulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "down-regulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "downregulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "inhibition of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903430 ;
    owl:annotatedTarget "negative regulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17459944" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "up regulation of cell maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "up-regulation of cell maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "upregulation of cell maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "activation of cell maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "activation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "positive regulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "up regulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "up-regulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903431 ;
    owl:annotatedTarget "upregulation of functional differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000087", "PMID:22139371" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903441 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a ciliary membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903441 ;
    owl:annotatedTarget "protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903441 ;
    owl:annotatedTarget "protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903441 ;
    owl:annotatedTarget "protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:10659969" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903522 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903522 ;
    owl:annotatedTarget "regulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:10659969" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "down regulation of blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "down-regulation of blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "downregulation of blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "inhibition of blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "down regulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "down-regulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "downregulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "inhibition of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903523 ;
    owl:annotatedTarget "negative regulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:mr", "GO_REF:0000058", "PMID:10659969" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "up regulation of blood circulation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15355 ;
    owl:annotatedTarget "Azetylcholin" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000593 ;
    owl:annotatedTarget "A steroid hormone secreting cell that secretes androgen." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "up-regulation of blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "upregulation of blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "activation of blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "activation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "positive regulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "up regulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "up-regulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903524 ;
    owl:annotatedTarget "upregulation of hemolymph circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pm", "GO_REF:0000058", "PMID:12130530" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903530 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of secretion by cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903530 ;
    owl:annotatedTarget "regulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pm", "GO_REF:0000058", "PMID:12130530" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of secretion by cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "down regulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "down regulation of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "down-regulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "down-regulation of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "downregulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "downregulation of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "negative regulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "inhibition of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903531 ;
    owl:annotatedTarget "inhibition of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pm", "GO_REF:0000058", "PMID:12130530" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of secretion by cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "positive regulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "up regulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "up regulation of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "up-regulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "up-regulation of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "upregulation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "upregulation of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "activation of cellular secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903532 ;
    owl:annotatedTarget "activation of secretion by cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:jz", "GO_REF:0000060", "PMID:25212395" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903537 ;
    owl:annotatedTarget "Any meiotic cell cycle process that is involved in oocyte maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:jz", "GO_REF:0000058", "PMID:25212395" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903538 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of meiotic cell cycle process involved in oocyte maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1903538 ;
    owl:annotatedTarget "regulation of meiosis involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000595 ;
    owl:annotatedTarget "An erythrocyte lacking a nucleus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24105262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903541 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of exosomal secretion." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903541 ;
    owl:annotatedTarget "regulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903541 ;
    owl:annotatedTarget "regulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903541 ;
    owl:annotatedTarget "regulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903541 ;
    owl:annotatedTarget "regulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24105262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of exosomal secretion." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down regulation of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down regulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down regulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down regulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down-regulation of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down-regulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down-regulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down-regulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "downregulation of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "downregulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "downregulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "downregulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "negative regulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "negative regulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "negative regulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down regulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "down-regulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "downregulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "inhibition of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "inhibition of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "inhibition of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "inhibition of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "inhibition of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903542 ;
    owl:annotatedTarget "negative regulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15355 ;
    owl:annotatedTarget "O-Acetylcholine" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24105262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of exosomal secretion." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "positive regulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "positive regulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "positive regulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up regulation of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up regulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up regulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up regulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up-regulation of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up-regulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up-regulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up-regulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "upregulation of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "upregulation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "upregulation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "upregulation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "MESH:D017966" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000598 ;
    owl:annotatedTarget "Pyramidal neurons have a pyramid-shaped soma with a single axon, a large apical dendrite and multiple basal dendrites. The apex and an apical dendrite typically point toward the pial surface and other dendrites and an axon emerging from the base. The axons may have local collaterals but also project outside their region. Pyramidal neurons are found in the cerebral cortex, the hippocampus, and the amygdala." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "activation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "activation of exosomal secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "activation of exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "activation of extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "activation of secretion of exosome" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "positive regulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up regulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "up-regulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903543 ;
    owl:annotatedTarget "upregulation of exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24105262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903551 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of extracellular vesicular exosome assembly." .

[]
    oboInOwl:hasDbXref "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903551 ;
    owl:annotatedTarget "regulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "MESH:D017948" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000604 ;
    owl:annotatedTarget "One of the two photoreceptor cell types of the vertebrate retina. In rods the photopigment is in stacks of membranous disks separate from the outer cell membrane. Rods are more sensitive to light than cones, but rod mediated vision has less spatial and temporal resolution than cone vision." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24105262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903552 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of extracellular vesicular exosome assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903552 ;
    owl:annotatedTarget "down regulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903552 ;
    owl:annotatedTarget "down-regulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903552 ;
    owl:annotatedTarget "downregulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903552 ;
    owl:annotatedTarget "negative regulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903552 ;
    owl:annotatedTarget "inhibition of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "doi:10.1038/s41598-020-66092-9" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_0000604 ;
    owl:annotatedTarget "rod" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24105262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903553 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of extracellular vesicular exosome assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903553 ;
    owl:annotatedTarget "up regulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903553 ;
    owl:annotatedTarget "up-regulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903553 ;
    owl:annotatedTarget "upregulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903553 ;
    owl:annotatedTarget "activation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903553 ;
    owl:annotatedTarget "positive regulation of extracellular vesicular exosome assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pm", "GO_REF:0000064", "PMID:24769233" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903561 ;
    owl:annotatedTarget "Any vesicle that is part of the extracellular region." .

[]
    oboInOwl:hasDbXref "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903561 ;
    owl:annotatedTarget "microparticle" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:22072986" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903564 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to cilium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:22072986" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903565 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cilium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903565 ;
    owl:annotatedTarget "down regulation of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903565 ;
    owl:annotatedTarget "down-regulation of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903565 ;
    owl:annotatedTarget "downregulation of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903565 ;
    owl:annotatedTarget "inhibition of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:22072986" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903566 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to cilium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903566 ;
    owl:annotatedTarget "up regulation of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903566 ;
    owl:annotatedTarget "up-regulation of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903566 ;
    owl:annotatedTarget "upregulation of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903566 ;
    owl:annotatedTarget "activation of protein localization to cilium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:22072986" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903567 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to ciliary membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903567 ;
    owl:annotatedTarget "regulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903567 ;
    owl:annotatedTarget "regulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903567 ;
    owl:annotatedTarget "regulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15355 ;
    owl:annotatedTarget "choline acetate" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:22072986" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to ciliary membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down regulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down regulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down regulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down regulation of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down-regulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down-regulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down-regulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "down-regulation of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "downregulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "downregulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "downregulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "downregulation of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "negative regulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "negative regulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "negative regulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "http://www.copewithcytokines.de" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000622 ;
    owl:annotatedTarget "A secretory cell that is grouped together with other cells of the same type to form grape shaped clusters known as acini (singular acinus)." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "inhibition of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "inhibition of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "inhibition of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903568 ;
    owl:annotatedTarget "inhibition of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:22072986" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to ciliary membrane." .

[]
    oboInOwl:hasDbXref "FB:ma", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000630 ;
    owl:annotatedTarget "A cell whose primary function is to support other cell types." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "positive regulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "positive regulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "positive regulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up regulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up regulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up regulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up regulation of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up-regulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up-regulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up-regulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "up-regulation of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "upregulation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "upregulation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "upregulation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "upregulation of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "activation of protein localisation in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "activation of protein localisation to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "activation of protein localization in ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903569 ;
    owl:annotatedTarget "activation of protein localization to ciliary membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000094", "PMID:12556382" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903701 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a substantia propria of cornea over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903701 ;
    owl:annotatedTarget "corneal stroma development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903701 ;
    owl:annotatedTarget "stroma of cornea development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903701 ;
    owl:annotatedTarget "substantia propria development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000094", "ISBN:0-683-40008-8" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903702 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an esophagus over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "MGI:csmith" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903702 ;
    owl:annotatedTarget "esophageal development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903702 ;
    owl:annotatedTarget "gullet development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903702 ;
    owl:annotatedTarget "oesophagus development" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:pad", "GO_REF:0000058", "PMID:20080761" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903706 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of hemopoiesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903706 ;
    owl:annotatedTarget "regulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903706 ;
    owl:annotatedTarget "regulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903706 ;
    owl:annotatedTarget "regulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903706 ;
    owl:annotatedTarget "regulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:pad", "GO_REF:0000058", "PMID:20080761" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of hemopoiesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down regulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down regulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down regulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down regulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down regulation of hemopoiesis" .

[]
    oboInOwl:hasDbXref "DOI:10.1007/978-3-211-99390-3_133" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000666 ;
    owl:annotatedTarget "An endothelial cell that has small pores, or fenestrations, which allow for the efficient exchange of substances between the blood and surrounding tissues." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down-regulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down-regulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down-regulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down-regulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "down-regulation of hemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "downregulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "downregulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "downregulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "downregulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "downregulation of hemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000667 ;
    owl:annotatedTarget "An extracellular matrix secreting cell that secretes collagen." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "negative regulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "negative regulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "negative regulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "negative regulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "inhibition of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "inhibition of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "inhibition of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "inhibition of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903707 ;
    owl:annotatedTarget "inhibition of hemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:pad", "GO_REF:0000058", "PMID:20080761" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of hemopoiesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "positive regulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "positive regulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "positive regulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "positive regulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up regulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up regulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up regulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up regulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up regulation of hemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up-regulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up-regulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up-regulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up-regulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "up-regulation of hemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "upregulation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "upregulation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "upregulation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "upregulation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "upregulation of hemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "activation of blood cell biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "activation of blood cell formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "activation of haemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "activation of hematopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903708 ;
    owl:annotatedTarget "activation of hemopoiesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24514900" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903729 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of plasma membrane organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903729 ;
    owl:annotatedTarget "regulation of plasma membrane organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1903729 ;
    owl:annotatedTarget "regulation of plasma membrane organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000087", "PMID:25378562" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903778 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a vacuolar membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903778 ;
    owl:annotatedTarget "protein localisation in vacuolar membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903778 ;
    owl:annotatedTarget "protein localisation to vacuolar membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903778 ;
    owl:annotatedTarget "protein localization in vacuolar membrane" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_cardiac_conduct_nov11", "GOC:rph", "GO_REF:0000058", "PMID:12967627" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903779 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac conduction." .

[]
    a owl:Axiom ;
    rdfs:label "Physiological factors" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_1903779 ;
    owl:annotatedTarget "Reactome:R-HSA-5578768" .

[]
    a owl:Axiom ;
    rdfs:label "Ion homeostasis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_1903779 ;
    owl:annotatedTarget "Reactome:R-HSA-5578775" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_cardiac_conduct_nov11", "GOC:rph", "GO_REF:0000058", "PMID:12967627" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903780 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac conduction." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903780 ;
    owl:annotatedTarget "down regulation of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903780 ;
    owl:annotatedTarget "down-regulation of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903780 ;
    owl:annotatedTarget "downregulation of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903780 ;
    owl:annotatedTarget "inhibition of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_cardiac_conduct_nov11", "GOC:rph", "GO_REF:0000058", "PMID:12967627" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903781 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac conduction." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:1381289" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000670 ;
    owl:annotatedTarget "A primordial germ cell is a diploid germ cell precursors that transiently exist in the embryo before they enter into close association with the somatic cells of the gonad and become irreversibly committed as germ cells." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903781 ;
    owl:annotatedTarget "up regulation of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903781 ;
    owl:annotatedTarget "up-regulation of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903781 ;
    owl:annotatedTarget "upregulation of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903781 ;
    owl:annotatedTarget "activation of cardiac conduction" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:16115814" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903789 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of amino acid transmembrane transport." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000675 ;
    owl:annotatedTarget "A mature sexual reproductive cell of the female germline." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903789 ;
    owl:annotatedTarget "regulation of amino acid membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:11336802" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903795 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of inorganic anion transmembrane transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903795 ;
    owl:annotatedTarget "regulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903795 ;
    owl:annotatedTarget "regulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:11336802" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of inorganic anion transmembrane transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "down regulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "down regulation of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "down regulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "down-regulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "down-regulation of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "down-regulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "downregulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "downregulation of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "downregulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "negative regulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "negative regulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "inhibition of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "inhibition of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903796 ;
    owl:annotatedTarget "inhibition of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:11336802" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of inorganic anion transmembrane transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "positive regulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "positive regulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "up regulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "up regulation of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "up regulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "up-regulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "up-regulation of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "up-regulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "upregulation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "upregulation of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "upregulation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "activation of inorganic anion membrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "activation of inorganic anion transmembrane transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903797 ;
    owl:annotatedTarget "activation of transmembrane inorganic anion transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000069" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903825 ;
    owl:annotatedTarget "The process in which an organic acid is transported across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:vw", "GO_REF:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of a protein localization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "down regulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "down regulation of cellular protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "down-regulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "down-regulation of cellular protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "downregulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "downregulation of cellular protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "negative regulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "inhibition of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903828 ;
    owl:annotatedTarget "inhibition of cellular protein localization" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000680 ;
    owl:annotatedTarget "A non-terminally differentiated cell that is capable of developing into a muscle cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:vw", "GO_REF:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of a protein localization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "positive regulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "up regulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "up regulation of cellular protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "up-regulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "up-regulation of cellular protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "upregulation of cellular protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903829 ;
    owl:annotatedTarget "upregulation of cellular protein localization" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:22269326" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903847 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of aorta morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:22269326" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903848 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of aorta morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903848 ;
    owl:annotatedTarget "down regulation of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903848 ;
    owl:annotatedTarget "down-regulation of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903848 ;
    owl:annotatedTarget "downregulation of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903848 ;
    owl:annotatedTarget "inhibition of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:22269326" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903849 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of aorta morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903849 ;
    owl:annotatedTarget "up regulation of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903849 ;
    owl:annotatedTarget "up-regulation of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903849 ;
    owl:annotatedTarget "upregulation of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903849 ;
    owl:annotatedTarget "activation of aorta morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000094", "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903867 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an extraembryonic membrane over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000691 ;
    owl:annotatedTarget "Any interneuron that has characteristic some stellate morphology." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22819705" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903941 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of respiratory gaseous exchange." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903941 ;
    owl:annotatedTarget "down regulation of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903941 ;
    owl:annotatedTarget "down-regulation of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903941 ;
    owl:annotatedTarget "downregulation of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903941 ;
    owl:annotatedTarget "inhibition of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22819705" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903942 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of respiratory gaseous exchange." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903942 ;
    owl:annotatedTarget "up regulation of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903942 ;
    owl:annotatedTarget "up-regulation of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903942 ;
    owl:annotatedTarget "upregulation of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903942 ;
    owl:annotatedTarget "activation of respiratory gaseous exchange" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_cardiac_conduct_nov11", "GOC:nc", "GO_REF:0000058", "PMID:25281747" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of AV node cell action potential." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "down regulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "down regulation of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "down regulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "down-regulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "down-regulation of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "down-regulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "downregulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "downregulation of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "downregulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "negative regulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "negative regulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "inhibition of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "inhibition of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903950 ;
    owl:annotatedTarget "inhibition of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:mtg_cardiac_conduct_nov11", "GOC:nc", "GO_REF:0000058", "PMID:25281747" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of AV node cell action potential." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "positive regulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "positive regulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "up regulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "up regulation of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "up regulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "up-regulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "up-regulation of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "up-regulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "upregulation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "upregulation of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "upregulation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "activation of AV node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "activation of AV node cell action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903951 ;
    owl:annotatedTarget "activation of atrioventricular node cardiac muscle cell action potential" .

[]
    oboInOwl:hasDbXref "JB:jb", "PMID:17122314" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000693 ;
    owl:annotatedTarget "An interneuron that has spider-like appearance with a small round soma, a large number (7-10) of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:19100238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903975 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of glial cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903975 ;
    owl:annotatedTarget "regulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:19100238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of glial cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "down regulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "down regulation of glial cell migration" .

[]
    oboInOwl:hasDbXref "PMID:18568015" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000693 ;
    owl:annotatedTarget "NGF cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "down-regulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "down-regulation of glial cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "downregulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "downregulation of glial cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "negative regulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "inhibition of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903976 ;
    owl:annotatedTarget "inhibition of glial cell migration" .

[]
    oboInOwl:hasDbXref "PMID:3235828" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000693 ;
    owl:annotatedTarget "neuroglioform cell" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:19100238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of glial cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "positive regulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "up regulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "up regulation of glial cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "up-regulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "up-regulation of glial cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "upregulation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "upregulation of glial cell migration" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "JB:jb", "PMID:15153415" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000696 ;
    owl:annotatedTarget "A cell that stores and secretes pancreatic polypeptide hormone." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "activation of glia cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1903977 ;
    owl:annotatedTarget "activation of glial cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000071", "PMID:1505525" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904014 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a serotonin stimulus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:21472453" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vasculature development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "up regulation of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "up-regulation of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "upregulation of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "activation of vasculature development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "activation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "positive regulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "up regulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "up-regulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904018 ;
    owl:annotatedTarget "upregulation of vascular system development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000085", "PMID:19137015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904019 ;
    owl:annotatedTarget "Any apoptotic process in an epithelial cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904019 ;
    owl:annotatedTarget "epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904019 ;
    owl:annotatedTarget "epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904019 ;
    owl:annotatedTarget "epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:25451920" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904026 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of collagen fibril organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904026 ;
    owl:annotatedTarget "regulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904026 ;
    owl:annotatedTarget "regulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:25451920" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of collagen fibril organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "down regulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "down regulation of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "down regulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "down-regulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "down-regulation of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "down-regulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "downregulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "downregulation of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "downregulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "negative regulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "negative regulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "inhibition of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "inhibition of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904027 ;
    owl:annotatedTarget "inhibition of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000710 ;
    owl:annotatedTarget "Epithelial cells derived from neural plate and neural crest." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:25451920" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of collagen fibril organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "positive regulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "positive regulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "up regulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "up regulation of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "up regulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "up-regulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "up-regulation of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "up-regulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "upregulation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "upregulation of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "upregulation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "activation of collagen fibril organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "activation of collagen fibril organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904028 ;
    owl:annotatedTarget "activation of fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:19137015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904035 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epithelial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904035 ;
    owl:annotatedTarget "regulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904035 ;
    owl:annotatedTarget "regulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904035 ;
    owl:annotatedTarget "regulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:19137015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of epithelial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down regulation of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down regulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down-regulation of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down-regulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "downregulation of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "downregulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "negative regulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down regulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down regulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down-regulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "down-regulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "downregulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "downregulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "inhibition of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "inhibition of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "inhibition of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "inhibition of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "negative regulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904036 ;
    owl:annotatedTarget "negative regulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:19137015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of epithelial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GO:0048103" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000723 ;
    owl:annotatedTarget "A stem cell that can give rise to cell types of the body other than those of the germ-line." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "positive regulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up regulation of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up regulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up-regulation of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up-regulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "upregulation of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "upregulation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "activation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "activation of epithelial cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "activation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "activation of epitheliocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "positive regulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "positive regulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up regulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up regulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up-regulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "up-regulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "upregulation of epithelial cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904037 ;
    owl:annotatedTarget "upregulation of epitheliocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17167094" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of sensory perception of pain." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "down regulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "down regulation of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "down-regulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "down-regulation of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "downregulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "downregulation of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "negative regulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "down regulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "down-regulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "downregulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "inhibition of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "inhibition of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "inhibition of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904057 ;
    owl:annotatedTarget "negative regulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17167094" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of sensory perception of pain." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "positive regulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "up regulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "up regulation of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "up-regulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "up-regulation of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "upregulation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "upregulation of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "activation of nociception" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "activation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "activation of sensory perception of pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "positive regulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "up regulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "up-regulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904058 ;
    owl:annotatedTarget "upregulation of perception of physiological pain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24508636" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904073 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of trophectodermal cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904073 ;
    owl:annotatedTarget "regulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24508636" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of trophectodermal cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "down regulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "down regulation of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "down-regulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "down-regulation of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "downregulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "downregulation of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "negative regulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "inhibition of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "ACETIC ACID" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904074 ;
    owl:annotatedTarget "inhibition of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:24508636" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of trophectodermal cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "positive regulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "up regulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "up regulation of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000737 ;
    owl:annotatedTarget "Muscle cell which has as its direct parts myofilaments organized into sarcomeres." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "up-regulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "up-regulation of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "upregulation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "upregulation of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "activation of trophectoderm cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904075 ;
    owl:annotatedTarget "activation of trophectodermal cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000064", "PMID:18667152" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904115 ;
    owl:annotatedTarget "Any cytoplasm that is part of a axon." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22674394" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904145 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of meiotic cell cycle process involved in oocyte maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904145 ;
    owl:annotatedTarget "down regulation of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904145 ;
    owl:annotatedTarget "down-regulation of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904145 ;
    owl:annotatedTarget "downregulation of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904145 ;
    owl:annotatedTarget "inhibition of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22674394" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904146 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of meiotic cell cycle process involved in oocyte maturation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904146 ;
    owl:annotatedTarget "up regulation of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904146 ;
    owl:annotatedTarget "up-regulation of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904146 ;
    owl:annotatedTarget "upregulation of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904146 ;
    owl:annotatedTarget "activation of meiotic cell cycle process involved in oocyte maturation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:als", "GO_REF:0000058", "PMID:25651887" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904170 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of bleb assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904170 ;
    owl:annotatedTarget "regulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:als", "GO_REF:0000058", "PMID:25651887" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of bleb assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "down regulation of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "down regulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "down-regulation of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "down-regulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "downregulation of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "downregulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "negative regulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "inhibition of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904171 ;
    owl:annotatedTarget "inhibition of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:als", "GO_REF:0000058", "PMID:25651887" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of bleb assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "positive regulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "up regulation of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "up regulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "up-regulation of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "up-regulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "upregulation of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "upregulation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "activation of bleb assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904172 ;
    owl:annotatedTarget "activation of cell blebbing" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23081848" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904177 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of adipose tissue development." .

[]
    a owl:Axiom ;
    rdfs:label "Adipogenesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_1904177 ;
    owl:annotatedTarget "Reactome:R-HSA-9843745" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904177 ;
    owl:annotatedTarget "regulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23081848" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of adipose tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "down regulation of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "down-regulation of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "downregulation of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "inhibition of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "down regulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "down-regulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "downregulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "Acetic acid" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "inhibition of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904178 ;
    owl:annotatedTarget "negative regulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23081848" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of adipose tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "up regulation of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "up-regulation of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "upregulation of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "activation of adipose tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "activation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "positive regulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "up regulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "up-regulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904179 ;
    owl:annotatedTarget "upregulation of adipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm", "ISBN:978-0-323-05290-0" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000738 ;
    owl:annotatedTarget "An achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23470307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904204 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23470307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904205 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of skeletal muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904205 ;
    owl:annotatedTarget "down regulation of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904205 ;
    owl:annotatedTarget "down-regulation of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904205 ;
    owl:annotatedTarget "downregulation of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904205 ;
    owl:annotatedTarget "inhibition of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23470307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904206 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of skeletal muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904206 ;
    owl:annotatedTarget "up regulation of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000740 ;
    owl:annotatedTarget "The set of neurons that receives neural inputs via bipolar, horizontal and amacrine cells. The axons of these cells make up the optic nerve." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904206 ;
    owl:annotatedTarget "up-regulation of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904206 ;
    owl:annotatedTarget "upregulation of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904206 ;
    owl:annotatedTarget "activation of skeletal muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "GO_REF:0000064", "PMID:25843030" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "The cell cortex of the leading edge of a cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "cell cortex of cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "cell cortex of front of cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "cell cortex of leading edge of cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "cell periphery of cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "cell periphery of front of cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "cell periphery of leading edge of cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "peripheral cytoplasm of cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "peripheral cytoplasm of front of cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904269 ;
    owl:annotatedTarget "peripheral cytoplasm of leading edge of cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:10807413" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904344 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of gastric mucosal blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904344 ;
    owl:annotatedTarget "regulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:10807413" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of gastric mucosal blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "down regulation of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "down regulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "down-regulation of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "down-regulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "downregulation of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "downregulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "negative regulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "inhibition of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904345 ;
    owl:annotatedTarget "inhibition of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:10807413" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of gastric mucosal blood circulation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "positive regulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "up regulation of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "up regulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "up-regulation of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "up-regulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "upregulation of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "upregulation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "activation of gastric mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904346 ;
    owl:annotatedTarget "activation of stomach mucosal blood circulation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "AcOH" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18216290" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904375 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to cell periphery." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18216290" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904376 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell periphery." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904376 ;
    owl:annotatedTarget "down regulation of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904376 ;
    owl:annotatedTarget "down-regulation of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904376 ;
    owl:annotatedTarget "downregulation of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904376 ;
    owl:annotatedTarget "inhibition of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18216290" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904377 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to cell periphery." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904377 ;
    owl:annotatedTarget "up regulation of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904377 ;
    owl:annotatedTarget "up-regulation of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904377 ;
    owl:annotatedTarget "upregulation of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904377 ;
    owl:annotatedTarget "activation of protein localization to cell periphery" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:7722643" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904396 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neuromuscular junction development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904396 ;
    owl:annotatedTarget "regulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904396 ;
    owl:annotatedTarget "regulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904396 ;
    owl:annotatedTarget "regulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:7722643" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of neuromuscular junction development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down regulation of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down regulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down-regulation of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down-regulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "downregulation of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "downregulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "negative regulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "inhibition of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "inhibition of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down regulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down regulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down-regulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "down-regulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "downregulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "downregulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "inhibition of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "inhibition of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "negative regulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904397 ;
    owl:annotatedTarget "negative regulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:7722643" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuromuscular junction development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "positive regulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up regulation of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up regulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up-regulation of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up-regulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "upregulation of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "upregulation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "activation of neuromuscular junction development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "activation of neuromuscular junction organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "activation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "activation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "positive regulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "positive regulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up regulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up regulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up-regulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "up-regulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "upregulation of NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904398 ;
    owl:annotatedTarget "upregulation of neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardiacconduct_nov11", "GOC:tfm", "ISBN:0323052908", "PMID:22426062", "PMID:4711263" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000746 ;
    owl:annotatedTarget "Cardiac muscle cells are striated muscle cells that are responsible for heart contraction. In mammals, the contractile fiber resembles those of skeletal muscle but are only one third as large in diameter, are richer in sarcoplasm, and contain centrally located instead of peripheral nuclei." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15039777" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904409 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of secretory granule organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904409 ;
    owl:annotatedTarget "regulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904409 ;
    owl:annotatedTarget "regulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GO:0048739" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0000746 ;
    owl:annotatedTarget "cardiac muscle fiber" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15039777" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of secretory granule organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "down regulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "down regulation of secretory granule organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "down-regulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "down-regulation of secretory granule organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "downregulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "downregulation of secretory granule organization" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "CH3-COOH" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "negative regulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "inhibition of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "inhibition of secretory granule organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "down regulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "down-regulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "downregulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "inhibition of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904410 ;
    owl:annotatedTarget "negative regulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15039777" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of secretory granule organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "positive regulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "up regulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "up regulation of secretory granule organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "up-regulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "up-regulation of secretory granule organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "upregulation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "upregulation of secretory granule organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "activation of secretory granule organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "activation of secretory granule organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "activation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "positive regulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "up regulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "up-regulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904411 ;
    owl:annotatedTarget "upregulation of secretory granule organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:19590510" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904412 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac ventricle development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:19590510" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904413 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac ventricle development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904413 ;
    owl:annotatedTarget "down regulation of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904413 ;
    owl:annotatedTarget "down-regulation of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904413 ;
    owl:annotatedTarget "downregulation of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904413 ;
    owl:annotatedTarget "inhibition of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:19590510" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904414 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac ventricle development." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000763 ;
    owl:annotatedTarget "A cell of the monocyte, granulocyte, mast cell, megakaryocyte, or erythroid lineage." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904414 ;
    owl:annotatedTarget "up regulation of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904414 ;
    owl:annotatedTarget "up-regulation of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904414 ;
    owl:annotatedTarget "upregulation of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904414 ;
    owl:annotatedTarget "activation of cardiac ventricle development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:25126967" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of neuronal action potential." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000764 ;
    owl:annotatedTarget "A immature or mature cell in the lineage leading to and including erythrocytes." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "down regulation of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "down-regulation of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "downregulation of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "inhibition of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "down regulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "down-regulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "downregulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "inhibition of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904456 ;
    owl:annotatedTarget "negative regulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:25126967" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuronal action potential." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "up regulation of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "up-regulation of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "upregulation of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "activation of neuronal action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "activation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "positive regulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "up regulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "up-regulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904457 ;
    owl:annotatedTarget "upregulation of generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:kmv", "GO_REF:0000087", "PMID:21422230" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904491 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a ciliary transition zone." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904491 ;
    owl:annotatedTarget "protein localisation in ciliary transition zone" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904491 ;
    owl:annotatedTarget "protein localisation to ciliary transition zone" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904491 ;
    owl:annotatedTarget "protein localization in ciliary transition zone" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000071", "PMID:14597422" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904587 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a glycoprotein stimulus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "CH3CO2H" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000085", "PMID:17024416" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904606 ;
    owl:annotatedTarget "Any apoptotic process in a fat cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904606 ;
    owl:annotatedTarget "adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904606 ;
    owl:annotatedTarget "adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904606 ;
    owl:annotatedTarget "adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904606 ;
    owl:annotatedTarget "adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904606 ;
    owl:annotatedTarget "fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17024416" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904649 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of fat cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904649 ;
    owl:annotatedTarget "regulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904649 ;
    owl:annotatedTarget "regulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904649 ;
    owl:annotatedTarget "regulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904649 ;
    owl:annotatedTarget "regulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904649 ;
    owl:annotatedTarget "regulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17024416" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of fat cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down regulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down regulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down regulation of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down-regulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down-regulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down-regulation of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "downregulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "downregulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "downregulation of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "negative regulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "negative regulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down regulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down regulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down regulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down-regulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down-regulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "down-regulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "downregulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "downregulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "downregulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "inhibition of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "inhibition of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "inhibition of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "inhibition of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "inhibition of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "inhibition of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "negative regulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "negative regulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904650 ;
    owl:annotatedTarget "negative regulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17024416" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of fat cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "positive regulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "positive regulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up regulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up regulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up regulation of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up-regulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up-regulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up-regulation of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "upregulation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "upregulation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "upregulation of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "activation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "activation of adipocyte apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "activation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "activation of adipose cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "activation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "activation of fat cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "positive regulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "positive regulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "positive regulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up regulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up regulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up regulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up-regulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up-regulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "up-regulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "upregulation of adipocyte apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "upregulation of adipose cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904651 ;
    owl:annotatedTarget "upregulation of fat cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:19409607" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904675 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of somatic stem cell division." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904675 ;
    owl:annotatedTarget "regulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "E 260" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:19409607" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of somatic stem cell division." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "down regulation of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "down regulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "down-regulation of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "down-regulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "downregulation of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "downregulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "negative regulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "inhibition of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904676 ;
    owl:annotatedTarget "inhibition of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:19409607" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of somatic stem cell division." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "positive regulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "up regulation of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "up regulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "up-regulation of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "up-regulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "upregulation of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "upregulation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "activation of somatic stem cell division" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904677 ;
    owl:annotatedTarget "activation of somatic stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:12242291" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904688 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cytoplasmic translational initiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:12242291" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904689 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cytoplasmic translational initiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904689 ;
    owl:annotatedTarget "down regulation of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904689 ;
    owl:annotatedTarget "down-regulation of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904689 ;
    owl:annotatedTarget "downregulation of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904689 ;
    owl:annotatedTarget "inhibition of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:12242291" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904690 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cytoplasmic translational initiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904690 ;
    owl:annotatedTarget "up regulation of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904690 ;
    owl:annotatedTarget "up-regulation of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904690 ;
    owl:annotatedTarget "upregulation of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904690 ;
    owl:annotatedTarget "activation of cytoplasmic translational initiation" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000083", "PMID:21347250" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904693 ;
    owl:annotatedTarget "The developmental process by which a midbrain is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_1904693 ;
    owl:annotatedTarget "MB morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904693 ;
    owl:annotatedTarget "mesencephalon morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:9788538" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904697 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of acinar cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904697 ;
    owl:annotatedTarget "regulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904697 ;
    owl:annotatedTarget "regulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:9788538" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of acinar cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "down regulation of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "down regulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "down regulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "down-regulation of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "down-regulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "down-regulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "downregulation of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "downregulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "downregulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "negative regulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "negative regulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "inhibition of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "inhibition of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904698 ;
    owl:annotatedTarget "inhibition of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:9788538" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of acinar cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "positive regulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "E-260" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "positive regulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "up regulation of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "up regulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "up regulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "up-regulation of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "up-regulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "up-regulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "upregulation of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "upregulation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "upregulation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "activation of acinar cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "activation of acinic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904699 ;
    owl:annotatedTarget "activation of acinous cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23246467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904705 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vascular smooth muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904705 ;
    owl:annotatedTarget "regulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23246467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vascular smooth muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "down regulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "down regulation of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "down-regulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "down-regulation of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "downregulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "downregulation of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "negative regulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "inhibition of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904706 ;
    owl:annotatedTarget "inhibition of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23246467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vascular smooth muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "positive regulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "up regulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "up regulation of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "up-regulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "up-regulation of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "upregulation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "upregulation of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "activation of VSMC proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904707 ;
    owl:annotatedTarget "activation of vascular smooth muscle cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000091", "PMID:20693317" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904738 ;
    owl:annotatedTarget "The orderly movement of a vascular associated smooth muscle cell from one site to another." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22801495" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic process involved in development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "E260" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "down-regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "downregulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "inhibition of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "Essigsaeure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904746 ;
    owl:annotatedTarget "negative regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22801495" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of apoptotic process involved in development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0721601464", "PMID:18174176" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000765 ;
    owl:annotatedTarget "A nucleated precursor of an erythrocyte that lacks hematopoietic lineage markers." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic process involved in development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000766 ;
    owl:annotatedTarget "A cell of the monocyte, granulocyte, or mast cell lineage." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "Ethanoic acid" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "activation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "positive regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "up-regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904747 ;
    owl:annotatedTarget "upregulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22801495" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of apoptotic process involved in development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic process involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic process involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of programmed cell death by apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of programmed cell death by apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of activation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of activation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptosis signaling involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptosis signaling involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic program involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptotic program involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of type I programmed cell death involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of type I programmed cell death involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptosis activator activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of apoptosis activator activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of commitment to apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of commitment to apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of induction of apoptosis by p53 involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of induction of apoptosis by p53 involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of induction of apoptosis involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of induction of apoptosis involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of signaling (initiator) caspase activity involved in anatomical structure development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904748 ;
    owl:annotatedTarget "regulation of signaling (initiator) caspase activity involved in development of an anatomical structure" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:24415760" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904749 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to nucleolus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904749 ;
    owl:annotatedTarget "regulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904749 ;
    owl:annotatedTarget "regulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904749 ;
    owl:annotatedTarget "regulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "Ethylic acid" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:24415760" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to nucleolus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down regulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down regulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down regulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down regulation of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down-regulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down-regulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down-regulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "down-regulation of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "downregulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "downregulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "downregulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "downregulation of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "negative regulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "negative regulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "negative regulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "inhibition of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "inhibition of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "inhibition of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904750 ;
    owl:annotatedTarget "inhibition of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:24415760" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to nucleolus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "positive regulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "positive regulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "positive regulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up regulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up regulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up regulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up regulation of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up-regulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up-regulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up-regulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "up-regulation of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "upregulation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "upregulation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "upregulation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "upregulation of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "activation of protein localisation in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "activation of protein localisation to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "activation of protein localization in nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904751 ;
    owl:annotatedTarget "activation of protein localization to nucleolus" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:20693317" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904752 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vascular associated smooth muscle cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904752 ;
    owl:annotatedTarget "regulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:20693317" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vascular associated smooth muscle cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "down regulation of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "down regulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "down-regulation of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "down-regulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "downregulation of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "downregulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "negative regulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "inhibition of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904753 ;
    owl:annotatedTarget "inhibition of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:20693317" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vascular associated smooth muscle cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "positive regulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "up regulation of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "up regulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "up-regulation of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "up-regulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "upregulation of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "upregulation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "activation of vascular associated smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904754 ;
    owl:annotatedTarget "activation of vascular smooth muscle cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000083", "PMID:26399686" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904770 ;
    owl:annotatedTarget "The developmental process by which an intramembranous bone is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904770 ;
    owl:annotatedTarget "intramembranous bones morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904770 ;
    owl:annotatedTarget "membrane bone morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17115027" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904776 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to cell cortex." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "HOAc" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904776 ;
    owl:annotatedTarget "regulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17115027" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell cortex." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "down regulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "down regulation of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "down-regulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "down-regulation of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "downregulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "downregulation of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "negative regulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "inhibition of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904777 ;
    owl:annotatedTarget "inhibition of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17115027" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to cell cortex." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "positive regulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "up regulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "up regulation of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "up-regulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "up-regulation of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "upregulation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "upregulation of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "activation of protein localisation to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904778 ;
    owl:annotatedTarget "activation of protein localization to cell cortex" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22699897" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904809 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of dense core granule transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904809 ;
    owl:annotatedTarget "regulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22699897" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of dense core granule transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "down regulation of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "down regulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "down-regulation of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "down-regulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "downregulation of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "downregulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "negative regulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "inhibition of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904810 ;
    owl:annotatedTarget "inhibition of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22699897" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of dense core granule transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "positive regulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "up regulation of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "up regulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "up-regulation of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "up-regulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "upregulation of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "upregulation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "activation of dense core granule transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904811 ;
    owl:annotatedTarget "activation of dense core vesicle transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GO_REF:0000094", "PMID:15840053" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904817 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a serous membrane over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904817 ;
    owl:annotatedTarget "tunica serosa development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904817 ;
    owl:annotatedTarget "wall of serous sac development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904817 ;
    owl:annotatedTarget "serosa development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GO_REF:0000094", "PMID:15840053" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904818 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a visceral peritoneum over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GO_REF:0000094", "PMID:15840053" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904819 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a parietal peritoneum over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904819 ;
    owl:annotatedTarget "peritoneal cavity lining development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "INS No. 260" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:dph", "GO_REF:0000094", "PMID:15840053" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904820 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a peritoneum over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904820 ;
    owl:annotatedTarget "peritonaeum development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:22034194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904829 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of aortic smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:22034194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904830 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of aortic smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904830 ;
    owl:annotatedTarget "down regulation of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904830 ;
    owl:annotatedTarget "down-regulation of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904830 ;
    owl:annotatedTarget "downregulation of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904830 ;
    owl:annotatedTarget "inhibition of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:22034194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904831 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of aortic smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904831 ;
    owl:annotatedTarget "up regulation of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904831 ;
    owl:annotatedTarget "up-regulation of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904831 ;
    owl:annotatedTarget "upregulation of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904831 ;
    owl:annotatedTarget "activation of aortic smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000094", "PMID:11262227" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904888 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cranial skeletal system over time, from its formation to the mature structure. The cranial skeletal system is the skeletal subdivision of the head, and includes the skull (cranium plus mandible), pharyngeal and/or hyoid apparatus." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904888 ;
    owl:annotatedTarget "cranial skeleton development" .

[]
    oboInOwl:hasDbXref "PMID:11262227" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904888 ;
    owl:annotatedTarget "craniofacial development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904888 ;
    owl:annotatedTarget "osteocranium development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904888 ;
    owl:annotatedTarget "cranium development" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:18953410", "PMID:24431302" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904933 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell proliferation in midbrain." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904933 ;
    owl:annotatedTarget "regulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904933 ;
    owl:annotatedTarget "regulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:18953410", "PMID:24431302" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cell proliferation in midbrain." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "down regulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "down regulation of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "down-regulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "down-regulation of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "downregulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "downregulation of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "negative regulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "inhibition of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "inhibition of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "down regulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "down-regulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "downregulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "inhibition of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904934 ;
    owl:annotatedTarget "negative regulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:24431302" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell proliferation in midbrain." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "positive regulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "up regulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "up regulation of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "up-regulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "up-regulation of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "upregulation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "upregulation of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "activation of cell proliferation in mesencephalon" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "activation of cell proliferation in midbrain" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "activation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "positive regulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "up regulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "up-regulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1904935 ;
    owl:annotatedTarget "upregulation of mesencepahalic cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:ah", "GO_REF:0000091", "PMID:18622031" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904936 ;
    owl:annotatedTarget "The orderly movement of an interneuron from one site to another." .

[]
    oboInOwl:hasDbXref "GOC:ah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904936 ;
    owl:annotatedTarget "inter neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:ah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904936 ;
    owl:annotatedTarget "inter-neuron migration" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "MeCO2H" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:ah", "GO_REF:0000091", "PMID:18622031" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904937 ;
    owl:annotatedTarget "The orderly movement of a sensory neuron from one site to another." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:23575307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904942 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac ventricle formation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:23575307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904943 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac ventricle formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904943 ;
    owl:annotatedTarget "down regulation of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904943 ;
    owl:annotatedTarget "down-regulation of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904943 ;
    owl:annotatedTarget "downregulation of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904943 ;
    owl:annotatedTarget "inhibition of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:23575307" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904944 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac ventricle formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904944 ;
    owl:annotatedTarget "up regulation of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904944 ;
    owl:annotatedTarget "up-regulation of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904944 ;
    owl:annotatedTarget "upregulation of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904944 ;
    owl:annotatedTarget "activation of cardiac ventricle formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22761445" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of establishment of protein localization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down regulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down regulation of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down regulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down regulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down-regulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down-regulation of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down-regulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "down-regulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "downregulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "downregulation of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "downregulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "downregulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "negative regulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "negative regulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "negative regulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "inhibition of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "inhibition of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "inhibition of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904950 ;
    owl:annotatedTarget "inhibition of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:22761445" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of establishment of protein localization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "positive regulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm", "PMID:19022770" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000837 ;
    owl:annotatedTarget "A hematopoietic multipotent progenitor cell is multipotent, but not capable of long-term self-renewal. These cells are characterized as lacking lineage cell surface markers and being CD34-positive in both mice and humans." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "positive regulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "positive regulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up regulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up regulation of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up regulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up regulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up-regulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up-regulation of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up-regulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "up-regulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "upregulation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "upregulation of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "upregulation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "upregulation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "activation of establishment of protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "activation of establishment of protein localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "activation of protein positioning" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904951 ;
    owl:annotatedTarget "activation of protein recruitment" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:24255059" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904987 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of endothelial cell activation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:24255059" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904988 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial cell activation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904988 ;
    owl:annotatedTarget "down regulation of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904988 ;
    owl:annotatedTarget "down-regulation of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904988 ;
    owl:annotatedTarget "downregulation of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904988 ;
    owl:annotatedTarget "inhibition of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:24255059" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1904989 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of endothelial cell activation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "MeCOOH" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904989 ;
    owl:annotatedTarget "up regulation of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904989 ;
    owl:annotatedTarget "up-regulation of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1904989 ;
    owl:annotatedTarget "upregulation of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1904989 ;
    owl:annotatedTarget "activation of endothelial cell activation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:25954280" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905038 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of membrane lipid metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905038 ;
    owl:annotatedTarget "regulation of membrane lipid metabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000069", "PMID:10869563" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905039 ;
    owl:annotatedTarget "The process in which carboxylic acid is transported across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000838 ;
    owl:annotatedTarget "A progenitor cell restricted to the lymphoid lineage." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:19088079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905063 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vascular smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905063 ;
    owl:annotatedTarget "regulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905063 ;
    owl:annotatedTarget "regulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:19088079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vascular smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "down regulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "down regulation of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "down regulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "down-regulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "down-regulation of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "down-regulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "downregulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "downregulation of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "downregulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "negative regulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "negative regulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "inhibition of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "inhibition of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905064 ;
    owl:annotatedTarget "inhibition of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:19088079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vascular smooth muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "positive regulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "positive regulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "up regulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "up regulation of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "up regulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "up-regulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "up-regulation of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "up-regulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "upregulation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "upregulation of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "upregulation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "activation of VSMC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "activation of vascular associated smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905065 ;
    owl:annotatedTarget "activation of vascular smooth muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:20694152" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905126 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of axo-dendritic protein transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905126 ;
    owl:annotatedTarget "regulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:20694152" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of axo-dendritic protein transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "down regulation of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "down-regulation of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "downregulation of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:tfm", "PMID:19022770" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000839 ;
    owl:annotatedTarget "A progenitor cell restricted to the myeloid lineage." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "down regulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "down-regulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "downregulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "inhibition of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "inhibition of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905127 ;
    owl:annotatedTarget "negative regulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:20694152" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of axo-dendritic protein transport." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "up regulation of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "up-regulation of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "upregulation of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "activation of axo-dendritic protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "activation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "positive regulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "up regulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "up-regulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "Methanecarboxylic acid" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905128 ;
    owl:annotatedTarget "upregulation of axonal protein transport" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000081", "PMID:18359901", "PMID:9323126", "PMID:9596583" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905139 ;
    owl:annotatedTarget "The process that gives rise to the apical ectodermal ridge. This process pertains to the initial formation of a structure from unspecified parts." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905139 ;
    owl:annotatedTarget "apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905139 ;
    owl:annotatedTarget "AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905139 ;
    owl:annotatedTarget "crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18359901" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905140 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of apical ectodermal ridge formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905140 ;
    owl:annotatedTarget "regulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905140 ;
    owl:annotatedTarget "regulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905140 ;
    owl:annotatedTarget "regulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18359901" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of apical ectodermal ridge formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down regulation of apical ectodermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down regulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down-regulation of apical ectodermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000842 ;
    owl:annotatedTarget "A leukocyte with a single non-segmented nucleus in the mature form." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down-regulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "downregulation of apical ectodermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "downregulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "negative regulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "inhibition of apical ectodermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "inhibition of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down regulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down regulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down-regulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "down-regulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "downregulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "downregulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "inhibition of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "inhibition of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "negative regulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905141 ;
    owl:annotatedTarget "negative regulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18359901" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of apical ectodermal ridge formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "positive regulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up regulation of apical ectodermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up regulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up-regulation of apical ectodermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up-regulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "upregulation of apical ectodermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "upregulation of apical epidermal ridge formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "activation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "positive regulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "positive regulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up regulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up regulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up-regulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "up-regulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "upregulation of AER formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905142 ;
    owl:annotatedTarget "upregulation of crista ectodermalis apicalis formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000071", "PMID:21238497" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905144 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an acetylcholine stimulus." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:22161164" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905147 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of smooth muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:22161164" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905148 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of smooth muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905148 ;
    owl:annotatedTarget "down regulation of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905148 ;
    owl:annotatedTarget "down-regulation of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905148 ;
    owl:annotatedTarget "downregulation of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905148 ;
    owl:annotatedTarget "inhibition of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "SANBI:mhl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000850 ;
    owl:annotatedTarget "A neuron that releases serotonin as a neurotransmitter." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:22161164" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905149 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of smooth muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905149 ;
    owl:annotatedTarget "up regulation of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905149 ;
    owl:annotatedTarget "up-regulation of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905149 ;
    owl:annotatedTarget "upregulation of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905149 ;
    owl:annotatedTarget "activation of smooth muscle hypertrophy" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "acide acetique" .

[]
    oboInOwl:hasDbXref "GOC:add", "GO_REF:0000031" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0000988 ;
    owl:annotatedTarget "A cell of a hematopoietic lineage." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:23069713" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905207 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905207 ;
    owl:annotatedTarget "regulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905207 ;
    owl:annotatedTarget "regulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:23069713" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "down regulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "down regulation of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "down regulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "down-regulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "down-regulation of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "down-regulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "downregulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "downregulation of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "downregulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "negative regulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "negative regulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "inhibition of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "inhibition of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905208 ;
    owl:annotatedTarget "inhibition of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:23069713" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "positive regulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "positive regulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "up regulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "up regulation of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "up regulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "up-regulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "up-regulation of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "up-regulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "upregulation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "upregulation of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "upregulation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "activation of cardiac cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "activation of cardiocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905209 ;
    owl:annotatedTarget "activation of heart cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:23219725" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905213 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mitotic chromosome condensation." .

[]
    oboInOwl:hasDbXref "GOC:add", "GO_REF:0000034" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0001035 ;
    owl:annotatedTarget "A connective tissue cell found in bone." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000083", "PMID:18718461" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905223 ;
    owl:annotatedTarget "The developmental process by which an epicardium is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905223 ;
    owl:annotatedTarget "heart epicardium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905223 ;
    owl:annotatedTarget "visceral serous pericardium of heart morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905223 ;
    owl:annotatedTarget "visceral serous pericardium proper morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905223 ;
    owl:annotatedTarget "pericardium visceral mesothelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr", "GOC:vw", "GO_REF:0000058", "PMID:654321" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of chromatin organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "down regulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "down regulation of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "down regulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "down-regulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "down-regulation of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "down-regulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "downregulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "downregulation of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "downregulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "negative regulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "negative regulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "inhibition of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "inhibition of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905268 ;
    owl:annotatedTarget "inhibition of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:pr", "GOC:vw", "GO_REF:0000058", "PMID:654321" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of chromatin organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "positive regulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "positive regulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "up regulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "up regulation of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "up regulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "up-regulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "up-regulation of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "up-regulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "upregulation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15366 ;
    owl:annotatedTarget "ethoic acid" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "upregulation of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "upregulation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "activation of chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "activation of chromatin organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905269 ;
    owl:annotatedTarget "activation of establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:25745997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905276 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epithelial tube formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:25745997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905277 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of epithelial tube formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905277 ;
    owl:annotatedTarget "down regulation of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905277 ;
    owl:annotatedTarget "down-regulation of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905277 ;
    owl:annotatedTarget "downregulation of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905277 ;
    owl:annotatedTarget "inhibition of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:25745997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905278 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of epithelial tube formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905278 ;
    owl:annotatedTarget "up regulation of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905278 ;
    owl:annotatedTarget "up-regulation of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905278 ;
    owl:annotatedTarget "upregulation of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905278 ;
    owl:annotatedTarget "activation of epithelial tube formation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000085", "PMID:26493107" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905288 ;
    owl:annotatedTarget "Any apoptotic process in a vascular associated smooth muscle cell." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905288 ;
    owl:annotatedTarget "VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905288 ;
    owl:annotatedTarget "vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905288 ;
    owl:annotatedTarget "VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905288 ;
    owl:annotatedTarget "vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905288 ;
    owl:annotatedTarget "vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:15073157" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905292 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neural crest cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:15073157" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905293 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of neural crest cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905293 ;
    owl:annotatedTarget "down regulation of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905293 ;
    owl:annotatedTarget "down-regulation of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905293 ;
    owl:annotatedTarget "downregulation of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905293 ;
    owl:annotatedTarget "inhibition of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:15073157" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905294 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neural crest cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905294 ;
    owl:annotatedTarget "up regulation of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905294 ;
    owl:annotatedTarget "up-regulation of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905294 ;
    owl:annotatedTarget "upregulation of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905294 ;
    owl:annotatedTarget "activation of neural crest cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:16151019" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905304 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac myofibril assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905304 ;
    owl:annotatedTarget "regulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905304 ;
    owl:annotatedTarget "regulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905304 ;
    owl:annotatedTarget "regulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:16151019" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac myofibril assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down regulation of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down regulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down regulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down-regulation of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down-regulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down-regulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "downregulation of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "downregulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "downregulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "negative regulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "negative regulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "inhibition of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "inhibition of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "inhibition of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down regulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "down-regulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "downregulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "inhibition of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905305 ;
    owl:annotatedTarget "negative regulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:16151019" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac myofibril assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "positive regulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "positive regulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up regulation of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up regulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up regulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up-regulation of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up-regulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up-regulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "upregulation of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "upregulation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "upregulation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "activation of cardiac myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "activation of cardiac myofibril development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "activation of cardiac myofibril morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "activation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "positive regulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up regulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "up-regulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905306 ;
    owl:annotatedTarget "upregulation of heart myofibril assembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:17628518" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905310 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac neural crest cell migration involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:17628518" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905311 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac neural crest cell migration involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905311 ;
    owl:annotatedTarget "down regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905311 ;
    owl:annotatedTarget "down-regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905311 ;
    owl:annotatedTarget "downregulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905311 ;
    owl:annotatedTarget "inhibition of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000058", "PMID:17628518" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905312 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac neural crest cell migration involved in outflow tract morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905312 ;
    owl:annotatedTarget "up regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905312 ;
    owl:annotatedTarget "up-regulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905312 ;
    owl:annotatedTarget "upregulation of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905312 ;
    owl:annotatedTarget "activation of cardiac neural crest cell migration involved in outflow tract morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:TermGenie", "GOC:rl", "GO_REF:0000060", "PMID:20652948" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905315 ;
    owl:annotatedTarget "Any cell proliferation that is involved in endocardial cushion morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000091", "PMID:24924806", "PMID:25181476" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905319 ;
    owl:annotatedTarget "The orderly movement of a mesenchymal stem cell from one site to another." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26846297" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905320 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mesenchymal stem cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26846297" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905321 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mesenchymal stem cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905321 ;
    owl:annotatedTarget "down regulation of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905321 ;
    owl:annotatedTarget "down-regulation of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905321 ;
    owl:annotatedTarget "downregulation of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905321 ;
    owl:annotatedTarget "inhibition of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26846297" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905322 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mesenchymal stem cell migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905322 ;
    owl:annotatedTarget "up regulation of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905322 ;
    owl:annotatedTarget "up-regulation of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905322 ;
    owl:annotatedTarget "upregulation of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905322 ;
    owl:annotatedTarget "activation of mesenchymal stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:25745997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905330 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of morphogenesis of an epithelium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905330 ;
    owl:annotatedTarget "regulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:25745997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of morphogenesis of an epithelium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "down regulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "down regulation of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "down-regulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "down-regulation of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "downregulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "downregulation of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "negative regulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "inhibition of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905331 ;
    owl:annotatedTarget "inhibition of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:25745997" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of morphogenesis of an epithelium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "positive regulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "up regulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "up regulation of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "up-regulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "up-regulation of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "upregulation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "upregulation of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "activation of epithelium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905332 ;
    owl:annotatedTarget "activation of morphogenesis of an epithelium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GO_REF:0000079", "PMID:21725307", "PMID:23644468", "PMID:24448408", "PMID:26595381", "PMID:26982032" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905349 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a ciliary transition zone." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905349 ;
    owl:annotatedTarget "cilial transition zone assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905349 ;
    owl:annotatedTarget "cilial transition zone formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905349 ;
    owl:annotatedTarget "ciliary transition zone formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905349 ;
    owl:annotatedTarget "cilium transition zone assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905349 ;
    owl:annotatedTarget "cilium transition zone formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000087", "PMID:24449494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905383 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a presynapse." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905383 ;
    owl:annotatedTarget "protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905383 ;
    owl:annotatedTarget "protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905383 ;
    owl:annotatedTarget "protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "PMID:24449494" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905383 ;
    owl:annotatedTarget "recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:24449494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905384 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to presynapse." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905384 ;
    owl:annotatedTarget "regulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905384 ;
    owl:annotatedTarget "regulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905384 ;
    owl:annotatedTarget "regulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905384 ;
    owl:annotatedTarget "regulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:24449494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to presynapse." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down regulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down regulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down regulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down regulation of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down regulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down-regulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down-regulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down-regulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down-regulation of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "down-regulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "downregulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "downregulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "downregulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "downregulation of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "downregulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "negative regulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "negative regulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "negative regulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "negative regulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "inhibition of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "inhibition of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "inhibition of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "inhibition of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905385 ;
    owl:annotatedTarget "inhibition of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:24449494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to presynapse." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "positive regulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "positive regulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "positive regulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "positive regulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up regulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up regulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up regulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up regulation of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up regulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up-regulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up-regulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up-regulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up-regulation of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "up-regulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "upregulation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "upregulation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "upregulation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "upregulation of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "upregulation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "activation of protein localisation in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "activation of protein localisation to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "activation of protein localization in presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "activation of protein localization to presynapse" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905386 ;
    owl:annotatedTarget "activation of recruitment of presynaptic proteins" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:19448629" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905432 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of retrograde trans-synaptic signaling by neuropeptide." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905432 ;
    owl:annotatedTarget "regulation of neuropeptide-mediated retrograde trans-synaptic signaling" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:19448629" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905433 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of retrograde trans-synaptic signaling by neuropeptide." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905433 ;
    owl:annotatedTarget "down regulation of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905433 ;
    owl:annotatedTarget "down-regulation of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905433 ;
    owl:annotatedTarget "downregulation of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905433 ;
    owl:annotatedTarget "inhibition of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905433 ;
    owl:annotatedTarget "inhibition of neuropeptide-mediated retrograde trans-synaptic signaling" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905433 ;
    owl:annotatedTarget "negative regulation of neuropeptide-mediated retrograde trans-synaptic signaling" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bf", "GO_REF:0000058", "PMID:19448629" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905434 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of retrograde trans-synaptic signaling by neuropeptide." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905434 ;
    owl:annotatedTarget "up regulation of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905434 ;
    owl:annotatedTarget "up-regulation of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905434 ;
    owl:annotatedTarget "upregulation of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905434 ;
    owl:annotatedTarget "activation of retrograde trans-synaptic signaling by neuropeptide" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905434 ;
    owl:annotatedTarget "positive regulation of neuropeptide-mediated retrograde trans-synaptic signaling" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27010503" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905453 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of myeloid progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27010503" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905454 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of myeloid progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905454 ;
    owl:annotatedTarget "down regulation of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905454 ;
    owl:annotatedTarget "down-regulation of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905454 ;
    owl:annotatedTarget "downregulation of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905454 ;
    owl:annotatedTarget "inhibition of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:19022770" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0001060 ;
    owl:annotatedTarget "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities. Cell lacks hematopoeitic lineage markers." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27010503" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905455 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of myeloid progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905455 ;
    owl:annotatedTarget "up regulation of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905455 ;
    owl:annotatedTarget "up-regulation of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905455 ;
    owl:annotatedTarget "upregulation of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905455 ;
    owl:annotatedTarget "activation of myeloid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27010503" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905456 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of lymphoid progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27010503" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905457 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of lymphoid progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905457 ;
    owl:annotatedTarget "down regulation of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905457 ;
    owl:annotatedTarget "down-regulation of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905457 ;
    owl:annotatedTarget "downregulation of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905457 ;
    owl:annotatedTarget "inhibition of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27010503" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905458 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of lymphoid progenitor cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905458 ;
    owl:annotatedTarget "up regulation of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905458 ;
    owl:annotatedTarget "up-regulation of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905458 ;
    owl:annotatedTarget "upregulation of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905458 ;
    owl:annotatedTarget "activation of lymphoid progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:26493107" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905459 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vascular associated smooth muscle cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905459 ;
    owl:annotatedTarget "regulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905459 ;
    owl:annotatedTarget "regulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905459 ;
    owl:annotatedTarget "regulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905459 ;
    owl:annotatedTarget "regulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905459 ;
    owl:annotatedTarget "regulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:26493107" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vascular associated smooth muscle cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down regulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down regulation of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down regulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down-regulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down-regulation of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down-regulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "downregulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "downregulation of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "downregulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:cg", "GOC:wdd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0001061 ;
    owl:annotatedTarget "A cell found in an organism or derived from an organism exhibiting a phenotype that deviates from the expected phenotype of any native cell type of that organism. Abnormal cells are typically found in disease states or disease models." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "negative regulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "negative regulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down regulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down regulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down regulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down-regulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down-regulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "down-regulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "downregulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "downregulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "downregulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "inhibition of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "inhibition of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "inhibition of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "inhibition of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "inhibition of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "inhibition of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "negative regulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "negative regulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905460 ;
    owl:annotatedTarget "negative regulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:26493107" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vascular associated smooth muscle cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "positive regulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "positive regulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up regulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up regulation of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up regulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up-regulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up-regulation of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up-regulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "upregulation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "upregulation of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "upregulation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "activation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "activation of VSMC apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "activation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "activation of vascular associated smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "activation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "activation of vascular smooth muscle cell apoptotic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "positive regulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "positive regulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "positive regulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up regulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up regulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up regulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up-regulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up-regulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "up-regulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "upregulation of VSMC apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "upregulation of vascular associated smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905461 ;
    owl:annotatedTarget "upregulation of vascular smooth muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:cg", "GOC:wdd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0001063 ;
    owl:annotatedTarget "An abnormal cell exhibiting dysregulation of cell proliferation or programmed cell death and capable of forming a neoplasm, an aggregate of cells in the form of a tumor mass or an excess number of abnormal cells (liquid tumor) within an organism." .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:26911690" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905475 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905475 ;
    owl:annotatedTarget "regulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905475 ;
    owl:annotatedTarget "regulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:26911690" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "down regulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "down regulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "down regulation of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "down-regulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "down-regulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "down-regulation of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "downregulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "downregulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "downregulation of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "negative regulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "negative regulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "inhibition of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "inhibition of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905476 ;
    owl:annotatedTarget "inhibition of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:26911690" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to membrane." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "positive regulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "positive regulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "up regulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "up regulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "up regulation of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "up-regulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "up-regulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "up-regulation of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "upregulation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "upregulation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "upregulation of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "activation of protein localisation in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "activation of protein localization in membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905477 ;
    owl:annotatedTarget "activation of protein localization to membrane" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:16516839" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905483 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of motor neuron migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:16516839" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905484 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of motor neuron migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905484 ;
    owl:annotatedTarget "down regulation of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905484 ;
    owl:annotatedTarget "down-regulation of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905484 ;
    owl:annotatedTarget "downregulation of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905484 ;
    owl:annotatedTarget "inhibition of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:cg", "GOC:wdd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0001064 ;
    owl:annotatedTarget "A neoplastic cell that is capable of entering a surrounding tissue" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:16516839" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905485 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of motor neuron migration." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905485 ;
    owl:annotatedTarget "up regulation of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905485 ;
    owl:annotatedTarget "up-regulation of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905485 ;
    owl:annotatedTarget "upregulation of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905485 ;
    owl:annotatedTarget "activation of motor neuron migration" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:16516839" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905492 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of branching morphogenesis of a nerve." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905492 ;
    owl:annotatedTarget "up regulation of branching morphogenesis of a nerve" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905492 ;
    owl:annotatedTarget "up-regulation of branching morphogenesis of a nerve" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905492 ;
    owl:annotatedTarget "upregulation of branching morphogenesis of a nerve" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905492 ;
    owl:annotatedTarget "activation of branching morphogenesis of a nerve" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:25294941" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905503 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of motile cilium assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905503 ;
    owl:annotatedTarget "regulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905503 ;
    owl:annotatedTarget "regulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905503 ;
    owl:annotatedTarget "regulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905503 ;
    owl:annotatedTarget "regulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905503 ;
    owl:annotatedTarget "regulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:25294941" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of motile cilium assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "inhibition of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "inhibition of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "inhibition of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "inhibition of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down regulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down regulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down regulation of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down regulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down regulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down regulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down-regulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down-regulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down-regulation of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down-regulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down-regulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "down-regulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "downregulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "downregulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "downregulation of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "downregulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "downregulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "downregulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "inhibition of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "inhibition of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "negative regulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "negative regulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "negative regulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "negative regulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905504 ;
    owl:annotatedTarget "negative regulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:cilia", "GOC:krc", "GO_REF:0000058", "PMID:25294941" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of motile cilium assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "activation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "activation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "activation of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "activation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "activation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "activation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "positive regulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "positive regulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "positive regulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "positive regulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "positive regulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up regulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up regulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up regulation of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up regulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up regulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up regulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up-regulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up-regulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up-regulation of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up-regulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up-regulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "up-regulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "upregulation of motile primary cilia assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "upregulation of motile primary cilia formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "upregulation of motile primary cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "upregulation of motile primary cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "upregulation of nodal cilium assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905505 ;
    owl:annotatedTarget "upregulation of nodal cilium formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000087", "PMID:19001497" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905508 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a microtubule organizing center." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905508 ;
    owl:annotatedTarget "protein localisation in microtubule organizing center" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905508 ;
    owl:annotatedTarget "protein localisation to microtubule organizing center" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905508 ;
    owl:annotatedTarget "protein localization in microtubule organizing center" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:hbye", "GO_REF:0000058", "PMID:27564576" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of fertilization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "positive regulation of syngamy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "up regulation of fertilization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "up regulation of syngamy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "up-regulation of fertilization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "up-regulation of syngamy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "upregulation of fertilization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "upregulation of syngamy" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "activation of fertilization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905516 ;
    owl:annotatedTarget "activation of syngamy" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:23201774" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905553 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of blood vessel branching." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905553 ;
    owl:annotatedTarget "regulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:23201774" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of blood vessel branching." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "down regulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "down regulation of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "down-regulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "down-regulation of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "downregulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "downregulation of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "negative regulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "inhibition of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905554 ;
    owl:annotatedTarget "inhibition of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:23201774" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of blood vessel branching." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "positive regulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "up regulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "up regulation of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "up-regulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "up-regulation of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "upregulation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "upregulation of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "activation of branching involved in blood vessel morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905555 ;
    owl:annotatedTarget "activation of patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18765790" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905557 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mitotic nuclear envelope disassembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905557 ;
    owl:annotatedTarget "regulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905557 ;
    owl:annotatedTarget "regulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905557 ;
    owl:annotatedTarget "regulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18765790" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mitotic nuclear envelope disassembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down regulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down regulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down regulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down regulation of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down-regulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down-regulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down-regulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "down-regulation of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "downregulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "downregulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "downregulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "downregulation of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "negative regulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "negative regulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "negative regulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "inhibition of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "inhibition of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "inhibition of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905558 ;
    owl:annotatedTarget "inhibition of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:18765790" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mitotic nuclear envelope disassembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "positive regulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "positive regulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "positive regulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up regulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up regulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up regulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up regulation of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up-regulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up-regulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up-regulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "up-regulation of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "upregulation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "upregulation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "upregulation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "upregulation of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "activation of mitotic nuclear envelope breakdown" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "activation of mitotic nuclear envelope catabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "activation of mitotic nuclear envelope degradation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905559 ;
    owl:annotatedTarget "activation of mitotic nuclear envelope disassembly" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:23201774" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905562 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vascular endothelial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:23201774" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905563 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vascular endothelial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905563 ;
    owl:annotatedTarget "down regulation of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905563 ;
    owl:annotatedTarget "down-regulation of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905563 ;
    owl:annotatedTarget "downregulation of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905563 ;
    owl:annotatedTarget "inhibition of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_telomere", "GOC:TermGenie", "GOC:nc", "GO_REF:0000058", "PMID:23201774" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905564 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vascular endothelial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905564 ;
    owl:annotatedTarget "up regulation of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905564 ;
    owl:annotatedTarget "up-regulation of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905564 ;
    owl:annotatedTarget "upregulation of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905564 ;
    owl:annotatedTarget "activation of vascular endothelial cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:25533483" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905606 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of presynapse assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905606 ;
    owl:annotatedTarget "regulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905606 ;
    owl:annotatedTarget "regulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:25533483" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of presynapse assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "down regulation of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "down regulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "down regulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "down-regulation of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "down-regulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "down-regulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "downregulation of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "downregulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "downregulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "negative regulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "negative regulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "inhibition of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "inhibition of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905607 ;
    owl:annotatedTarget "inhibition of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:bc", "GO_REF:0000058", "PMID:25533483" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of presynapse assembly." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "positive regulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "positive regulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "up regulation of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "up regulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "up regulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "up-regulation of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "up-regulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "up-regulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "upregulation of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "upregulation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "upregulation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "activation of presynapse assembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "activation of presynapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905608 ;
    owl:annotatedTarget "activation of presynaptic terminal assembly" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:pad", "GO_REF:0000058", "PMID:25642596" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905627 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of serotonin biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905627 ;
    owl:annotatedTarget "regulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905627 ;
    owl:annotatedTarget "regulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905627 ;
    owl:annotatedTarget "regulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905627 ;
    owl:annotatedTarget "regulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:pad", "GO_REF:0000058", "PMID:25642596" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of serotonin biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down regulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down regulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down regulation of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down regulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down regulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down-regulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down-regulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down-regulation of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down-regulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "down-regulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "downregulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "downregulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "downregulation of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "downregulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "downregulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "negative regulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "negative regulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "negative regulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "negative regulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "inhibition of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "inhibition of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "inhibition of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "inhibition of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905628 ;
    owl:annotatedTarget "inhibition of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:PARL", "GOC:TermGenie", "GOC:pad", "GO_REF:0000058", "PMID:25642596" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of serotonin biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "positive regulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "positive regulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "positive regulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "positive regulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up regulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up regulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up regulation of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up regulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up regulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up-regulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "Disauerstoff" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up-regulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up-regulation of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up-regulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "up-regulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "upregulation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "upregulation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "upregulation of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "upregulation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "upregulation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "activation of serotonin anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "activation of serotonin biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "activation of serotonin biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "activation of serotonin formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905629 ;
    owl:annotatedTarget "activation of serotonin synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:20889714" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905634 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to chromatin." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905634 ;
    owl:annotatedTarget "regulation of protein localisation to chromatin" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:27389411" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905651 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of artery morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905651 ;
    owl:annotatedTarget "regulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905651 ;
    owl:annotatedTarget "regulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:27389411" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of artery morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "down regulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "down regulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "down regulation of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "down-regulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "down-regulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "down-regulation of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "downregulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "downregulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "downregulation of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "negative regulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "negative regulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "inhibition of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "inhibition of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905652 ;
    owl:annotatedTarget "inhibition of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:27389411" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of artery morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "positive regulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "positive regulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "up regulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "up regulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "up regulation of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "up-regulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "up-regulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "up-regulation of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "upregulation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "upregulation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "upregulation of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "activation of arterial morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "activation of arteriogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905653 ;
    owl:annotatedTarget "activation of artery morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0001066 ;
    owl:annotatedTarget "A progenitor cell committed to the erythroid lineage. This cell is ter119-positive but lacks expression of other hematopoietic lineage markers (lin-negative)." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:autophagy", "GOC:pr", "GO_REF:0000079" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905690 ;
    owl:annotatedTarget "The disaggregation of a nucleus into its constituent components." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905690 ;
    owl:annotatedTarget "cell nucleus disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000064", "PMID:11007487", "PMID:26124291" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905720 ;
    owl:annotatedTarget "Any microtubule bundle that is part of a cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905720 ;
    owl:annotatedTarget "microtubule bundle of cytoplasm" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905720 ;
    owl:annotatedTarget "microtubule fascicle of cytoplasm" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000087", "PMID:15177031" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905755 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, a location within a cytoplasmic microtubule." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905755 ;
    owl:annotatedTarget "protein localisation to cytoplasmic microtubule" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:23765923" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905770 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mesodermal cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905770 ;
    owl:annotatedTarget "regulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "E 948" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:23765923" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mesodermal cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "down regulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "down regulation of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "down-regulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "down-regulation of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "downregulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "downregulation of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "negative regulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "inhibition of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905771 ;
    owl:annotatedTarget "inhibition of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:23765923" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mesodermal cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "positive regulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "up regulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "up regulation of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "up-regulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "up-regulation of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "upregulation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "upregulation of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "activation of mesoderm cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905772 ;
    owl:annotatedTarget "activation of mesodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27779093" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905806 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of synapse pruning." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27779093" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905807 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of synapse pruning." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:19022770" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002031 ;
    owl:annotatedTarget "A hematopoietic progenitor cell that is capable of developing into only one lineage of hematopoietic cells." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905807 ;
    owl:annotatedTarget "down regulation of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905807 ;
    owl:annotatedTarget "down-regulation of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905807 ;
    owl:annotatedTarget "downregulation of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905807 ;
    owl:annotatedTarget "inhibition of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27779093" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905808 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of synapse pruning." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905808 ;
    owl:annotatedTarget "up regulation of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905808 ;
    owl:annotatedTarget "up-regulation of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905808 ;
    owl:annotatedTarget "upregulation of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905808 ;
    owl:annotatedTarget "activation of synapse disassembly" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27779093" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of synapse organization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down regulation of synapse development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down regulation of synapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down regulation of synapse organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down-regulation of synapse development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down-regulation of synapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down-regulation of synapse organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "downregulation of synapse development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "downregulation of synapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "downregulation of synapse organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "negative regulation of synapse development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "negative regulation of synapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "inhibition of synapse development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "inhibition of synapse organisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "inhibition of synapse organization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down regulation of synapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down regulation of synapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down-regulation of synapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "down-regulation of synapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "downregulation of synapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "downregulation of synapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "inhibition of synapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "inhibition of synapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "negative regulation of synapse morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_1905809 ;
    owl:annotatedTarget "negative regulation of synapse organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:17268547" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of chromosome condensation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "positive regulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "positive regulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "up regulation of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "up regulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "up regulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "up-regulation of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "up-regulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "up-regulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "upregulation of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "upregulation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "E-948" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "upregulation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "activation of chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "activation of eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905821 ;
    owl:annotatedTarget "activation of nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:27689799" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905833 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of microtubule nucleation." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:19022770", "https://orcid.org/0000-0001-5208-3432" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002032 ;
    owl:annotatedTarget "A hematopoietic oligopotent progenitor cell that has the ability to differentiate into limited cell types but lacks lineage cell markers and self renewal capabilities." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905833 ;
    owl:annotatedTarget "down regulation of microtubule nucleation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905833 ;
    owl:annotatedTarget "down-regulation of microtubule nucleation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905833 ;
    owl:annotatedTarget "downregulation of microtubule nucleation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905833 ;
    owl:annotatedTarget "inhibition of microtubule nucleation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26324884" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905871 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of protein localization to cell leading edge." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905871 ;
    owl:annotatedTarget "regulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905871 ;
    owl:annotatedTarget "regulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905871 ;
    owl:annotatedTarget "regulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26324884" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of protein localization to cell leading edge." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down regulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down regulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down regulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down regulation of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down-regulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down-regulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down-regulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "down-regulation of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "downregulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "downregulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "downregulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "downregulation of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "negative regulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "negative regulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "negative regulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "inhibition of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "inhibition of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "inhibition of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905872 ;
    owl:annotatedTarget "inhibition of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26324884" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of protein localization to cell leading edge." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "positive regulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "positive regulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "positive regulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up regulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up regulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up regulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0412046911" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002067 ;
    owl:annotatedTarget "An enteroendocrine cell that produces glucagon." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up regulation of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up-regulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up-regulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up-regulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "up-regulation of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "upregulation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "upregulation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "upregulation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "upregulation of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "activation of protein localisation in cell leading edge" .

[]
    oboInOwl:hasDbXref "FMA:0412046911", "GOC:tfm", "PMID:19939742" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002068 ;
    owl:annotatedTarget "Specialized cardiac myocyte that is subendocardially interspersed with the regular cardiac muscle cell. They are uninucleate cylindrical cells, associated end-to-end in long rows, continue from the node to the atrioventricular bundle; relatively short compared to ordinary myocytes but are nearly twice their diameter." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "activation of protein localisation to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "activation of protein localization in cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905873 ;
    owl:annotatedTarget "activation of protein localization to cell leading edge" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26434723" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905879 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of oogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905879 ;
    owl:annotatedTarget "regulation of ovum development" .

[]
    oboInOwl:hasDbXref "FMA:67101", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002072 ;
    owl:annotatedTarget "A specialized cardiac myocyte in the sinoatrial and atrioventricular nodes. The cell is slender and fusiform confined to the nodal center, circumferentially arranged around the nodal artery." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26434723" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of oogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "down regulation of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "down regulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "down-regulation of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "down-regulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0002072 ;
    owl:annotatedTarget "cardiac pacemaker cell" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "downregulation of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "downregulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "negative regulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "inhibition of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905880 ;
    owl:annotatedTarget "inhibition of ovum development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "E948" .

[]
    oboInOwl:hasDbXref "FMA:67142", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002073 ;
    owl:annotatedTarget "Specialized cardiac myocyte which is in the internodal tract and atrioventricular node. The cell is more slender than ordinary atrial myocytes and has more myofibrils than nodal myocytes." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:26434723" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of oogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "positive regulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "up regulation of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "up regulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "up-regulation of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "up-regulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "upregulation of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "upregulation of ovum development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "activation of oogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905881 ;
    owl:annotatedTarget "activation of ovum development" .

[]
    oboInOwl:hasDbXref "FMA:67111", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002074 ;
    owl:annotatedTarget "The myoendocrine cellis a specialized myocyte localized mainly in the right and left atrial appendages, and also scattered within other areas of the atria and along the conductive system in the ventricular septum. The most conspicuous feature distinguishing myoendocrine cells from other atrial myoctyes is the presence of membane-bounded secretory granules (these granules contain precursor of cardiodilatins or atrial natriuretic polypeptides)." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:14709716" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905899 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of smooth muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:14709716" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905900 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of smooth muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905900 ;
    owl:annotatedTarget "down regulation of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905900 ;
    owl:annotatedTarget "down-regulation of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905900 ;
    owl:annotatedTarget "downregulation of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905900 ;
    owl:annotatedTarget "inhibition of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:bhm", "GO_REF:0000058", "PMID:14709716" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905901 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of smooth muscle tissue development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905901 ;
    owl:annotatedTarget "up regulation of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905901 ;
    owl:annotatedTarget "up-regulation of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905901 ;
    owl:annotatedTarget "upregulation of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905901 ;
    owl:annotatedTarget "activation of smooth muscle tissue development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:23939491" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905902 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mesoderm formation." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:23939491" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905903 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mesoderm formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905903 ;
    owl:annotatedTarget "down regulation of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905903 ;
    owl:annotatedTarget "down-regulation of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905903 ;
    owl:annotatedTarget "downregulation of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905903 ;
    owl:annotatedTarget "inhibition of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:23939491" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905904 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mesoderm formation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905904 ;
    owl:annotatedTarget "up regulation of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905904 ;
    owl:annotatedTarget "up-regulation of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905904 ;
    owl:annotatedTarget "upregulation of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905904 ;
    owl:annotatedTarget "activation of mesoderm formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:aruk", "GOC:bc", "GO_REF:0000058", "PMID:20164328" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905921 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of acetylcholine biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905921 ;
    owl:annotatedTarget "regulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905921 ;
    owl:annotatedTarget "regulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "FMA:69075", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002076 ;
    owl:annotatedTarget "An epithelial cell derived from endoderm." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905921 ;
    owl:annotatedTarget "regulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905921 ;
    owl:annotatedTarget "regulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:aruk", "GOC:bc", "GO_REF:0000058", "PMID:20164328" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of acetylcholine biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down regulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down regulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down regulation of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down regulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down regulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down-regulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down-regulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down-regulation of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down-regulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "down-regulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "downregulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "downregulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "downregulation of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "downregulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "downregulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "negative regulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "negative regulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "negative regulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "negative regulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "inhibition of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "inhibition of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "inhibition of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "O2" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "inhibition of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905922 ;
    owl:annotatedTarget "inhibition of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GOC:aruk", "GOC:bc", "GO_REF:0000058", "PMID:20164328" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of acetylcholine biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "positive regulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "positive regulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "positive regulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "positive regulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up regulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up regulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up regulation of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up regulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up regulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up-regulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up-regulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up-regulation of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up-regulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "up-regulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "upregulation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "upregulation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "upregulation of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "upregulation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "upregulation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "activation of acetylcholine anabolism" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "activation of acetylcholine biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "activation of acetylcholine biosynthetic process" .

[]
    oboInOwl:hasDbXref "FMA:69074", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002077 ;
    owl:annotatedTarget "An epithelial cell derived from ectoderm." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "activation of acetylcholine formation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905923 ;
    owl:annotatedTarget "activation of acetylcholine synthesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15342467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905936 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of germ cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15342467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905937 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of germ cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905937 ;
    owl:annotatedTarget "down regulation of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905937 ;
    owl:annotatedTarget "down-regulation of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905937 ;
    owl:annotatedTarget "downregulation of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905937 ;
    owl:annotatedTarget "inhibition of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15342467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905938 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of germ cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905938 ;
    owl:annotatedTarget "up regulation of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905938 ;
    owl:annotatedTarget "up-regulation of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905938 ;
    owl:annotatedTarget "upregulation of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905938 ;
    owl:annotatedTarget "activation of germ cell proliferation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15342467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905939 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of gonad development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905939 ;
    owl:annotatedTarget "regulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15342467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of gonad development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "down regulation of gonad development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "down regulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "down-regulation of gonad development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "down-regulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "downregulation of gonad development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "downregulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "negative regulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "inhibition of gonad development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905940 ;
    owl:annotatedTarget "inhibition of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:15342467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of gonad development." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "positive regulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "up regulation of gonad development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "up regulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "up-regulation of gonad development" .

[]
    oboInOwl:hasDbXref "FMA:69076", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002078 ;
    owl:annotatedTarget "Epithelial cell derived from mesoderm or mesenchyme." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "up-regulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "upregulation of gonad development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "upregulation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "activation of gonad development" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905941 ;
    owl:annotatedTarget "activation of gonadogenesis" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "O2" .

[]
    oboInOwl:hasDbXref "FMA:67968", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002086 ;
    owl:annotatedTarget "A cardiac myocyte that is an excitable cells in the myocardium, specifically in the conducting system of heart." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17564681" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905952 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of lipid localization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905952 ;
    owl:annotatedTarget "regulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17564681" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of lipid localization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "down regulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "down regulation of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "down-regulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "down-regulation of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "downregulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "downregulation of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "negative regulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "inhibition of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905953 ;
    owl:annotatedTarget "inhibition of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "GO_REF:0000058", "PMID:17564681" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of lipid localization." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "positive regulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "up regulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "up regulation of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "up-regulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "up-regulation of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "upregulation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "upregulation of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "activation of lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905954 ;
    owl:annotatedTarget "activation of lipid localization" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:25961718" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905955 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial tube morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905955 ;
    owl:annotatedTarget "down regulation of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905955 ;
    owl:annotatedTarget "down-regulation of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905955 ;
    owl:annotatedTarget "downregulation of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905955 ;
    owl:annotatedTarget "inhibition of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:BHF_miRNA", "GOC:TermGenie", "GOC:rph", "GO_REF:0000058", "PMID:25961718" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1905956 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of endothelial tube morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905956 ;
    owl:annotatedTarget "up regulation of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905956 ;
    owl:annotatedTarget "up-regulation of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1905956 ;
    owl:annotatedTarget "upregulation of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1905956 ;
    owl:annotatedTarget "activation of endothelial tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "PMID:15558487", "PMID:24664675" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990009 ;
    owl:annotatedTarget "Any apoptotic process in a retinal cell." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002087 ;
    owl:annotatedTarget "A leukocyte that lacks granules." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "PMID:12021768" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990010 ;
    owl:annotatedTarget "Any apoptotic process in a compound eye retinal cell." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "PMID:23358451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990048 ;
    owl:annotatedTarget "The directed movement of substances in neuronal dense core vesicles along axonal microtubules towards the presynapse." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "PMID:23358451", "PMID:24762653" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990049 ;
    owl:annotatedTarget "The directed movement of neuronal dense core vesicles along axonal microtubules towards the cell body." .

[]
    oboInOwl:hasDbXref "GOC:hjd", "PMID:10572093", "PMID:12154376", "PMID:16773132", "PMID:18617898" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990182 ;
    owl:annotatedTarget "The process whereby a membrane-bounded vesicle is released into the extracellular region by fusion of the limiting endosomal membrane of a multivesicular body with the plasma membrane." .

[]
    oboInOwl:hasDbXref "PMID:18617898" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1990182 ;
    owl:annotatedTarget "exosomal secretory pathway" .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1990182 ;
    owl:annotatedTarget "extracellular vesicular exosome secretion" .

[]
    oboInOwl:hasDbXref "PMID:18617898" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_1990182 ;
    owl:annotatedTarget "secretion of exosome" .

[]
    oboInOwl:hasDbXref "PMID:18617898" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_1990182 ;
    owl:annotatedTarget "exosomal protein secretion" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "O2" .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:mah", "PMID:22582262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990280 ;
    owl:annotatedTarget "A process in which RNA is transported to and maintained in a part of a chromosome that is organized into chromatin." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "PMID:22654674" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990502 ;
    owl:annotatedTarget "Steps required to transform a dense core granule generated at the trans-Golgi network into a fully formed and transmissible dense core granule. Dense core granule maturation proceeds through clathrin-mediated membrane remodeling events and is essential for efficient processing of cargo within dense core granules as well as for removing factors that might otherwise interfere with dense core granule trafficking and exocytosis." .

[]
    oboInOwl:hasDbXref "PMID:11570975" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990580 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cytoplasmic translational termination." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002092 ;
    owl:annotatedTarget "A cell found in the bone marrow. This can include fibroblasts, macrophages, adipocytes, osteoblasts, osteoclasts, endothelial cells and hematopoietic cells." .

[]
    oboInOwl:hasDbXref "PMID:10807413" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990768 ;
    owl:annotatedTarget "The flow of blood through the gastric mucosa of an animal, enabling the transport of nutrients and the removal of waste products." .

[]
    oboInOwl:hasDbXref "PMID:18216290" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990778 ;
    owl:annotatedTarget "A process in which a protein is transported to, or maintained in, the cell periphery." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:068340007X" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002095 ;
    owl:annotatedTarget "A cell in the hilum of the ovary that produces androgens." .

[]
    oboInOwl:hasDbXref "PMID:26283797" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990849 ;
    owl:annotatedTarget "Any process in which the vacuole is transported to, and/or maintained in, a specific location within the cell." .

[]
    oboInOwl:hasDbXref "PMID:9788538" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990863 ;
    owl:annotatedTarget "The multiplication or reproduction of acinar cells, resulting in the expansion of a cell population. An acinar cell is a secretory cell that is grouped together with other cells of the same type to form grape-shaped clusters known as acini (singular acinus)." .

[]
    oboInOwl:hasDbXref "PMID:23246467" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990874 ;
    owl:annotatedTarget "The multiplication or reproduction of vascular smooth muscle cells, resulting in the expansion of a cell population. A vascular smooth muscle cell is a non-striated, elongated, spindle-shaped cell found lining the blood vessels." .

[]
    oboInOwl:hasDbXref "GOC:krc", "GOC:vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990904 ;
    owl:annotatedTarget "A macromolecular complex that contains both RNA and protein molecules." .

[]
    oboInOwl:hasDbXref "PMID:19022436" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_1990917 ;
    owl:annotatedTarget "The cytoplasm of an ovum." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000026 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of multicellular organismal development." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000027 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of animal organ morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000027 ;
    owl:annotatedTarget "regulation of histogenesis and organogenesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000035 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of stem cell division." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000035 ;
    owl:annotatedTarget "regulation of stem cell renewal" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000068 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of defense response to insect." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000068 ;
    owl:annotatedTarget "regulation of physiological defense response to insect" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000106 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of leukocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002132 ;
    owl:annotatedTarget "A stomal cell of the ovary" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000107 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of leukocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "OXYGEN MOLECULE" .

[]
    oboInOwl:hasDbXref "GOC:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0002132 ;
    owl:annotatedTarget "ovarian stromal cell" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000108 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of leukocyte apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000114 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of establishment of cell polarity." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000114 ;
    owl:annotatedTarget "regulation of cell polarization" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000114 ;
    owl:annotatedTarget "regulation of bud site selection/establishment of cell polarity" .

[]
    oboInOwl:hasDbXref "GOC:dsd", "GOC:tfm", "PMID:12768659" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002139 ;
    owl:annotatedTarget "An endothelial cell of the vascular tree, which includes blood vessels and lymphatic vessels." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000136 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell proliferation involved in heart morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000137 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell proliferation involved in heart morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000138 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell proliferation involved in heart morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000145 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell motility." .

[]
    a owl:Axiom ;
    rdfs:label "ERBB2 Regulates Cell Motility" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_2000145 ;
    owl:annotatedTarget "Reactome:R-HSA-6785631" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000145 ;
    owl:annotatedTarget "regulation of cell locomotion" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000145 ;
    owl:annotatedTarget "regulation of movement of a cell" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000145 ;
    owl:annotatedTarget "regulation of cell movement" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000146 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell motility." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000146 ;
    owl:annotatedTarget "negative regulation of cell locomotion" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000146 ;
    owl:annotatedTarget "negative regulation of movement of a cell" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000146 ;
    owl:annotatedTarget "negative regulation of cell movement" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000147 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell motility." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000147 ;
    owl:annotatedTarget "positive regulation of cell locomotion" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000147 ;
    owl:annotatedTarget "positive regulation of movement of a cell" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000147 ;
    owl:annotatedTarget "positive regulation of cell movement" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000155 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cilium-dependent cell motility." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000171 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of dendrite development." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002144 ;
    owl:annotatedTarget "An endothelial cell found in capillaries." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000172 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of branching morphogenesis of a nerve." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000173 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of branching morphogenesis of a nerve." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000177 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neural precursor cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000178 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of neural precursor cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000179 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neural precursor cell proliferation." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "Oxygen" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000181 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of blood vessel morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000194 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of female gonad development." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000194 ;
    owl:annotatedTarget "regulation of ovarian development" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000194 ;
    owl:annotatedTarget "regulation of ovary development" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000195 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of female gonad development." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000195 ;
    owl:annotatedTarget "negative regulation of ovarian development" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000195 ;
    owl:annotatedTarget "negative regulation of ovary development" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000196 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of female gonad development." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000196 ;
    owl:annotatedTarget "positive regulation of ovarian development" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000196 ;
    owl:annotatedTarget "positive regulation of ovary development" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000241 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of reproductive process." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000242 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of reproductive process." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000243 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of reproductive process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000248 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of establishment or maintenance of neuroblast polarity." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000248 ;
    owl:annotatedTarget "negative regulation of establishment and/or maintenance of neuroblast cell polarity" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000269 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of fibroblast apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000270 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of fibroblast apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol", "GOC:yaf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000271 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of fibroblast apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000282 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cellular amino acid biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000282 ;
    owl:annotatedTarget "regulation of cellular amino acid anabolism" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000282 ;
    owl:annotatedTarget "regulation of cellular amino acid biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000282 ;
    owl:annotatedTarget "regulation of cellular amino acid biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000282 ;
    owl:annotatedTarget "regulation of cellular amino acid formation" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:28400610" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002145 ;
    owl:annotatedTarget "A multi-ciliated epithelial cell located in the trachea and bronchi, characterized by a columnar shape and motile cilia on its apical surface. These cilia facilitate mucociliary clearance by moving mucus and trapped particles toward the pharynx." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000282 ;
    owl:annotatedTarget "regulation of cellular amino acid synthesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000283 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of an amino acid biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000283 ;
    owl:annotatedTarget "negative regulation of amino acid anabolism" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000283 ;
    owl:annotatedTarget "negative regulation of amino acid biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000283 ;
    owl:annotatedTarget "negative regulation of amino acid formation" .

[]
    oboInOwl:hasDbXref "https://doi.org/10.5281/zenodo.11165918" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0002145 ;
    owl:annotatedTarget "The marker set C1orf194, MS4A8 can identify the Human cell type ciliated columnar cell of tracheobronchial tree in the Lung with a confidence of 0.86 (NS-Forest FBeta value)." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000283 ;
    owl:annotatedTarget "negative regulation of amino acid synthesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000283 ;
    owl:annotatedTarget "negative regulation of cellular amino acid biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000284 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cellular amino acid biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000284 ;
    owl:annotatedTarget "positive regulation of amino acid anabolism" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000284 ;
    owl:annotatedTarget "positive regulation of amino acid biosynthesis" .

[]
    oboInOwl:hasDbXref "MolBase" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "[OO]" .

[]
    oboInOwl:hasDbXref <https://doi.org/10.1016/B978-032304048-8.50071-2>, "PMID:25386990" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0002145 ;
    owl:annotatedTarget "These cells possess numerous cilia on their surface, typically ranging from 200 to 300 per cell. The cilia vary in length, measuring between 6 to 7 μm in the upper airways (trachea) and becoming shorter, around 4 μm, in the smaller airways (terminal bronchioles). These cells form a two-layered 'coat' in the airway: the lower 'sol' layer is watery, allowing the cilia to beat in coordinated waves, while the upper 'gel' layer is thick and sticky, trapping inhaled particles." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000284 ;
    owl:annotatedTarget "positive regulation of amino acid formation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000284 ;
    owl:annotatedTarget "positive regulation of amino acid synthesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000284 ;
    owl:annotatedTarget "positive regulation of cellular amino acid biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000287 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of myotome development." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002159 ;
    owl:annotatedTarget "Epithelial cells derived from general body ectoderm and ectoderm placodes." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000288 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of myoblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000290 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of myotome development." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000291 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of myoblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000351 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of endothelial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000351 ;
    owl:annotatedTarget "regulation of apoptosis of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000351 ;
    owl:annotatedTarget "regulation of endothelial cell programmed cell death by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000351 ;
    owl:annotatedTarget "regulation of killing of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000351 ;
    owl:annotatedTarget "regulation of programmed cell death of endothelial cells by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000351 ;
    owl:annotatedTarget "regulation of programmed cell death, endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000352 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of endothelial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000352 ;
    owl:annotatedTarget "negative regulation of apoptosis of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000352 ;
    owl:annotatedTarget "negative regulation of endothelial cell programmed cell death by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000352 ;
    owl:annotatedTarget "negative regulation of killing of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000352 ;
    owl:annotatedTarget "negative regulation of programmed cell death of endothelial cells by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000352 ;
    owl:annotatedTarget "negative regulation of programmed cell death, endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000353 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of endothelial cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000353 ;
    owl:annotatedTarget "positive regulation of apoptosis of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000353 ;
    owl:annotatedTarget "positive regulation of endothelial cell programmed cell death by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000353 ;
    owl:annotatedTarget "positive regulation of killing of endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000353 ;
    owl:annotatedTarget "positive regulation of programmed cell death of endothelial cells by apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000353 ;
    owl:annotatedTarget "positive regulation of programmed cell death, endothelial cells" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000374 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of oxygen metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000374 ;
    owl:annotatedTarget "regulation of diatomic oxygen metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000374 ;
    owl:annotatedTarget "regulation of oxygen metabolism" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002178 ;
    owl:annotatedTarget "An epithelial cell found in the lining of the stomach." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000375 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of oxygen metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000375 ;
    owl:annotatedTarget "negative regulation of diatomic oxygen metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000375 ;
    owl:annotatedTarget "negative regulation of oxygen metabolism" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000376 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of oxygen metabolic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000376 ;
    owl:annotatedTarget "positive regulation of diatomic oxygen metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000376 ;
    owl:annotatedTarget "positive regulation of oxygen metabolism" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000380 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mesoderm development." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000381 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mesoderm development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "dioxygene" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000382 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mesoderm development." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000383 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of ectoderm development." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000384 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of ectoderm development." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000385 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of ectoderm development." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000401 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of lymphocyte migration." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0517223651" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002183 ;
    owl:annotatedTarget "A stomach epithelial cell that is olumnar in form with a few short apical microvilli; relatively undifferentiated mitotic cell from which other types of gland are derived; few in number, situated in the isthmus region of the gland and base of the gastric pit." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000402 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of lymphocyte migration." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000403 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of lymphocyte migration." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000471 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of hematopoietic stem cell migration." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000471 ;
    owl:annotatedTarget "regulation of hemopoietic stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000472 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of hematopoietic stem cell migration." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000472 ;
    owl:annotatedTarget "negative regulation of hemopoietic stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000473 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of hematopoietic stem cell migration." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000473 ;
    owl:annotatedTarget "positive regulation of hemopoietic stem cell migration" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000495 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell proliferation involved in compound eye morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000496 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cell proliferation involved in compound eye morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000497 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell proliferation involved in compound eye morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000542 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of gastrulation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000543 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of gastrulation." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002202 ;
    owl:annotatedTarget "An epithelial cell of the tracheobronchial tree." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000647 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of stem cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15379 ;
    owl:annotatedTarget "molecular oxygen" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0517223651" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002209 ;
    owl:annotatedTarget "An epithelial cell present in the trachea and bronchi; columnar in shape; generally lack cilia; immature forms of ciliated or secretory cells which have been formed from stem cells." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000648 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of stem cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000671 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of motor neuron apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000671 ;
    owl:annotatedTarget "regulation of motoneuron apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000672 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of motor neuron apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000672 ;
    owl:annotatedTarget "negative regulation of motoneuron apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002222 ;
    owl:annotatedTarget "A cell comprising the transparent, biconvex body separating the posterior chamber and vitreous body, and constituting part of the refracting mechanism of the mammalian eye." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000673 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of motor neuron apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000673 ;
    owl:annotatedTarget "positive regulation of motoneuron apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000690 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle cell myoblast differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000690 ;
    owl:annotatedTarget "regulation of myocardial precursor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000690 ;
    owl:annotatedTarget "regulation of cardiac myoblast differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000691 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac muscle cell myoblast differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000691 ;
    owl:annotatedTarget "negative regulation of myocardial precursor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000691 ;
    owl:annotatedTarget "negative regulation of cardiac myoblast differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000700 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac muscle cell myoblast differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000700 ;
    owl:annotatedTarget "positive regulation of myocardial precursor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000700 ;
    owl:annotatedTarget "positive regulation of cardiac myoblast differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000725 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cardiac muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000725 ;
    owl:annotatedTarget "regulation of cardiomyocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000725 ;
    owl:annotatedTarget "regulation of heart muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000726 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cardiac muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000726 ;
    owl:annotatedTarget "negative regulation of cardiomyocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000726 ;
    owl:annotatedTarget "negative regulation of heart muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000727 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cardiac muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2000727 ;
    owl:annotatedTarget "positive regulation of cardiomyocyte differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000727 ;
    owl:annotatedTarget "positive regulation of heart muscle cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000736 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of stem cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544", "http://en.wikipedia.org/wiki/Lens_%28anatomy%29#Lens_epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002224 ;
    owl:annotatedTarget "A cell of the cuboidal epithelium that covers the lens. The cells of the lens epithelium regulate most of the homeostatic functions of the lens. As ions, nutrients, and liquid enter the lens from the aqueous humor, Na+/K+ ATPase pumps in the lens epithelial cells pump ions out of the lens to maintain appropriate lens osmolarity and volume, with equatorially positioned lens epithelium cells contributing most to this current. The activity of the Na+/K+ ATPases keeps water and current flowing through the lens from the poles and exiting through the equatorial regions. The cells of the lens epithelium also serve as the progenitors for new lens fibers. It constantly lays down fibers in the embryo, fetus, infant, and adult, and continues to lay down fibers for lifelong growth." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000737 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of stem cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000738 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of stem cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000765 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cytoplasmic translation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000766 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of cytoplasmic translation." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15841 ;
    owl:annotatedTarget "Polypeptide" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000767 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cytoplasmic translation." .

[]
    oboInOwl:hasDbXref "PMID:21513708" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000790 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mesenchymal cell proliferation involved in lung development." .

[]
    oboInOwl:hasDbXref "PMID:21513708" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000791 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mesenchymal cell proliferation involved in lung development." .

[]
    oboInOwl:hasDbXref "PMID:21513708" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000792 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mesenchymal cell proliferation involved in lung development." .

[]
    oboInOwl:hasDbXref "PMID:21513708" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000794 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epithelial cell proliferation involved in lung morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002240 ;
    owl:annotatedTarget "A fibroblast in the bone marrow." .

[]
    oboInOwl:hasDbXref "PMID:21513708" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000795 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of epithelial cell proliferation involved in lung morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000818 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of myoblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:BHF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000826 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of heart morphogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2000826 ;
    owl:annotatedTarget "regulation of cardiac morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000831 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of steroid hormone secretion." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000832 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of steroid hormone secretion." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000833 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of steroid hormone secretion." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000834 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of androgen secretion." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000835 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of androgen secretion." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000836 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of androgen secretion." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002242 ;
    owl:annotatedTarget "A cell containing at least one nucleus." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000977 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of forebrain neuron differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000978 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of forebrain neuron differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15841 ;
    owl:annotatedTarget "Polypeptid" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2000979 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of forebrain neuron differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001014 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001015 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of skeletal muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001016 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of skeletal muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001017 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of retrograde axon cargo transport." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001017 ;
    owl:annotatedTarget "regulation of retrograde axonal transport" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001018 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of retrograde axon cargo transport." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001018 ;
    owl:annotatedTarget "negative regulation of retrograde axonal transport" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001019 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of retrograde axon cargo transport." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001019 ;
    owl:annotatedTarget "positive regulation of retrograde axonal transport" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001035 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of tongue muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002246 ;
    owl:annotatedTarget "A hematopoeitic stem cell found in the blood. Normally found in very limited numbers in the peripheral circulation (less than 0.1% of all nucleated cells)." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001036 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of tongue muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001037 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of tongue muscle cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001053 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mesenchymal cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001054 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of mesenchymal cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001055 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of mesenchymal cell apoptotic process." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001141 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of RNA biosynthetic process." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001141 ;
    owl:annotatedTarget "regulation of RNA anabolism" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001141 ;
    owl:annotatedTarget "regulation of RNA biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001141 ;
    owl:annotatedTarget "regulation of RNA formation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001141 ;
    owl:annotatedTarget "regulation of RNA synthesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001212 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of vasculogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001212 ;
    owl:annotatedTarget "regulation of vascular morphogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15841 ;
    owl:annotatedTarget "polipeptido" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001213 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of vasculogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001213 ;
    owl:annotatedTarget "negative regulation of vascular morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001214 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of vasculogenesis." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001214 ;
    owl:annotatedTarget "positive regulation of vascular morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002251 ;
    owl:annotatedTarget "An epithelial cell of the musculomembranous digestive tube extending from the mouth to the anus." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001222 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neuron migration." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001222 ;
    owl:annotatedTarget "regulation of neuron chemotaxis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001222 ;
    owl:annotatedTarget "regulation of neuronal migration" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001222 ;
    owl:annotatedTarget "regulation of neuron guidance" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001223 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of neuron migration." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001223 ;
    owl:annotatedTarget "negative regulation of neuron chemotaxis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001223 ;
    owl:annotatedTarget "negative regulation of neuronal migration" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001223 ;
    owl:annotatedTarget "negative regulation of neuron guidance" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001224 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuron migration." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001224 ;
    owl:annotatedTarget "positive regulation of neuron chemotaxis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001224 ;
    owl:annotatedTarget "positive regulation of neuronal migration" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001224 ;
    owl:annotatedTarget "positive regulation of neuron guidance" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001233 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of apoptotic signaling pathway." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001233 ;
    owl:annotatedTarget "regulation of apoptotic signalling pathway" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001234 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of apoptotic signaling pathway." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001234 ;
    owl:annotatedTarget "negative regulation of apoptotic signalling pathway" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001235 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of apoptotic signaling pathway." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001235 ;
    owl:annotatedTarget "positive regulation of apoptotic signalling pathway" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001251 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency, rate or extent of chromosome organization." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001251 ;
    owl:annotatedTarget "negative regulation of chromosome organisation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001251 ;
    owl:annotatedTarget "negative regulation of chromosome organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001251 ;
    owl:annotatedTarget "negative regulation of maintenance of genome integrity" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001251 ;
    owl:annotatedTarget "negative regulation of nuclear genome maintenance" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002252 ;
    owl:annotatedTarget "An epithelial cell of the lining of the esophagus." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_2001252 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of chromosome organization." .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_2001252 ;
    owl:annotatedTarget "positive regulation of chromosome organisation" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001252 ;
    owl:annotatedTarget "positive regulation of chromosome organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001252 ;
    owl:annotatedTarget "positive regulation of maintenance of genome integrity" .

[]
    oboInOwl:hasDbXref "GOC:obol" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_2001252 ;
    owl:annotatedTarget "positive regulation of nuclear genome maintenance" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Velocity" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/concentration" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/frequency" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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)." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Trophic_level" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "https://libguides.macalester.edu/c.php?g=527786&p=3608639", "https://www.ncbi.nlm.nih.gov/books/NBK470395/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000068 ;
    owl:annotatedTarget "A quality of an entity that is descriptive or observational, typically not represented numerically." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0000077 ;
    owl:annotatedTarget "reactivity" .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths" ;
    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." .

[]
    oboInOwl:hasDbXref "reference.com:reference.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Weight", "https://en.wikipedia.org/wiki/Mass#Weight_vs._mass" ;
    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. Important usage note: Note that this ontology has a class for a similar concept, mass (PATO:0000125). Mass and weight are not equivalent. For most use cases, the class mass is strongly preferred over weight." .

[]
    oboInOwl:hasDbXref "PATOC:JE" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM", "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "VT:1000738" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:PATO_0000141 ;
    owl:annotatedTarget "conformation" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002262 ;
    owl:annotatedTarget "An endothelial cell that lines any of the venous cavities through which blood passes in various glands and organs such as the spleen and liver." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:melissa" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000165 ;
    owl:annotatedTarget "A quality in which events occur in sequence." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000167 ;
    owl:annotatedTarget "A limited, often assigned period of activity." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Fecundity" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000303 ;
    owl:annotatedTarget "A speed which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000304 ;
    owl:annotatedTarget "A speed which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000308 ;
    owl:annotatedTarget "An age which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000309 ;
    owl:annotatedTarget "An age which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000317 ;
    owl:annotatedTarget "A color that lacks any hues as parts." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000319 ;
    owl:annotatedTarget "A color consisting of green and blue hue." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Magenta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000321 ;
    owl:annotatedTarget "A color consisting of red and blue hues." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000327 ;
    owl:annotatedTarget "A color brightness which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000328 ;
    owl:annotatedTarget "A color saturation which is of low purity." .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002264 ;
    owl:annotatedTarget "A type of enteroendocrine cell found in the stomach that secretes glucagon." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000380 ;
    owl:annotatedTarget "A frequency which is relatively high." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_15986 ;
    owl:annotatedTarget "Polynucleotide" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000381 ;
    owl:annotatedTarget "A frequency which is relatively low." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000387 ;
    owl:annotatedTarget "A hardness quality of giving little resistance to pressure." .

[]
    oboInOwl:hasDbXref "dictionary:reference" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "web:http://www.merriam-webster.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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)." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Auxotrophic" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Prototrophic" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:MAH", "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002308 ;
    owl:annotatedTarget "An epithelial cell of a skin gland." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM", "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.:thefreedictionary." ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000462 ;
    owl:annotatedTarget "A quality denoting the lack of an entity." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000470 ;
    owl:annotatedTarget "An amount which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000501 ;
    owl:annotatedTarget "A phase which occurs during dark cycle." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000503 ;
    owl:annotatedTarget "A phase which occurs during the light cycle." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000569 ;
    owl:annotatedTarget "A height which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000570 ;
    owl:annotatedTarget "A height which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000573 ;
    owl:annotatedTarget "A length quality which is relatively large." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_15986 ;
    owl:annotatedTarget "polynucleotides" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002319 ;
    owl:annotatedTarget "A cell that is part of the nervous system." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000574 ;
    owl:annotatedTarget "A length quality which is relatively small." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000582 ;
    owl:annotatedTarget "A weight which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000583 ;
    owl:annotatedTarget "A weight which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000586 ;
    owl:annotatedTarget "A size quality which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000587 ;
    owl:annotatedTarget "A size quality which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000591 ;
    owl:annotatedTarget "A thickness which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000592 ;
    owl:annotatedTarget "A thickness which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000595 ;
    owl:annotatedTarget "A volume which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000596 ;
    owl:annotatedTarget "A volume which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000599 ;
    owl:annotatedTarget "A width which is relatively small." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000600 ;
    owl:annotatedTarget "A width which is relatively large." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002320 ;
    owl:annotatedTarget "A cell of the supporting or framework tissue of the body, arising chiefly from the embryonic mesoderm and including adipose tissue, cartilage, and bone." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000615 ;
    owl:annotatedTarget "An anteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally anterior structures." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:melissa" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "sdvc:sdvc" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "FMA:0618947256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002321 ;
    owl:annotatedTarget "A cell of the embryo." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "NDI:NDI" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000630 ;
    owl:annotatedTarget "A posteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally posterior structures." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015", "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "spinalstenosis:spinalstenosis" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:Hyperplasia" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000644 ;
    owl:annotatedTarget "A physical quality inhering in an organ or tissue by virtue of the bearer's exhibiting an increased number of cells, typically associated with an increase in size." .

[]
    oboInOwl:hasDbXref "PATOC:GVG", "Wikipedia:Hypoplasia" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000645 ;
    owl:annotatedTarget "A physical quality inhering in an organ or tissue by virtue of the bearer's exhibiting a decreased number of cells, typically associated with a decrease in size." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Necrotic" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000665 ;
    owl:annotatedTarget "A color brightness which is relatively high." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000706 ;
    owl:annotatedTarget "A threshold which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000708 ;
    owl:annotatedTarget "A threshold which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:flybase" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000762 ;
    owl:annotatedTarget "Diminished, damaged, or weakened." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002328 ;
    owl:annotatedTarget "An epithelial cell of the bronchus." .

[]
    oboInOwl:hasDbXref "www.answers.com:www.answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000767 ;
    owl:annotatedTarget "A consumption which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000768 ;
    owl:annotatedTarget "A consumption which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000911 ;
    owl:annotatedTarget "A rate which is relatively low." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000912 ;
    owl:annotatedTarget "A rate which is relatively high." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "http://en.wikipedia.org/wiki/Grey" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000950 ;
    owl:annotatedTarget "A color between white and black colors." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Brown" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Orange" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Answers.com:Answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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)." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000992 ;
    owl:annotatedTarget "A physical quality of a fluid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Energy" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.wikipremed.com/home_resources/010104_momentum_concepts.pdf" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Power" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Work" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Acceleration" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001051 ;
    owl:annotatedTarget "An angle which is less than 90 degrees." .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths" ;
    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." .

[]
    oboInOwl:hasDbXref "maths.org:maths.org" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001161 ;
    owl:annotatedTarget "A concentration which relatively low." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:18757316" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002332 ;
    owl:annotatedTarget "A multi-ciliated epithelial cell located in the bronchus epithelium, characterized by a columnar shape and motile cilia on its apical surface." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Larval" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001229 ;
    owl:annotatedTarget "A color saturation which is of high purity." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001236 ;
    owl:annotatedTarget "A quality which inheres in an process." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001241 ;
    owl:annotatedTarget "A quality which inheres in a continuant." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001243 ;
    owl:annotatedTarget "A color consisting of blue hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001244 ;
    owl:annotatedTarget "A color consisting of blue hue and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001245 ;
    owl:annotatedTarget "A color consisting of brown hue and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001246 ;
    owl:annotatedTarget "A color consisting of brown hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001247 ;
    owl:annotatedTarget "A color consisting of cyan hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001248 ;
    owl:annotatedTarget "A color consisting of cyan hue and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001249 ;
    owl:annotatedTarget "A color consisting of green hue and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001250 ;
    owl:annotatedTarget "A color consisting of green hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001251 ;
    owl:annotatedTarget "A color consisting of grey color and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001252 ;
    owl:annotatedTarget "A color consisting of grey color and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001253 ;
    owl:annotatedTarget "A color consisting of magenta color and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001254 ;
    owl:annotatedTarget "A color consisting of magenta with low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001255 ;
    owl:annotatedTarget "A color consisting of orange hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001256 ;
    owl:annotatedTarget "A color consisting of orange color and low brightness." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:17507398" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002333 ;
    owl:annotatedTarget "An adipocyte derived from a neural crest cell." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001257 ;
    owl:annotatedTarget "Pink color having high brightness and moderate saturation." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001258 ;
    owl:annotatedTarget "Pink color having medium brightness and moderate saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001259 ;
    owl:annotatedTarget "A color consisting of purple color and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001260 ;
    owl:annotatedTarget "A color consisting of purple color and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001261 ;
    owl:annotatedTarget "A color consisting of red hue and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001262 ;
    owl:annotatedTarget "A color consisting of red hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001263 ;
    owl:annotatedTarget "A color consisting of yellow hue and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001264 ;
    owl:annotatedTarget "A color consisting of yellow hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001265 ;
    owl:annotatedTarget "A color consisting of blue hue and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001266 ;
    owl:annotatedTarget "A color consisting of blue hue and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001267 ;
    owl:annotatedTarget "A color consisting of brown hue and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001268 ;
    owl:annotatedTarget "A color consisting of brown hue and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001269 ;
    owl:annotatedTarget "A color consisting of cyan colour and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001270 ;
    owl:annotatedTarget "A color consisting of cyan colour and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001271 ;
    owl:annotatedTarget "A color consisting of green hue and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001272 ;
    owl:annotatedTarget "A color consisting of green hue and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001273 ;
    owl:annotatedTarget "A color consisting of grey color and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001274 ;
    owl:annotatedTarget "A color consisting of grey color and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001275 ;
    owl:annotatedTarget "A color consisting of magenta color and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001276 ;
    owl:annotatedTarget "A color consisting of magenta color and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001277 ;
    owl:annotatedTarget "A color consisting of orange hue and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001278 ;
    owl:annotatedTarget "A color consisting of orange hue and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001280 ;
    owl:annotatedTarget "Pink color having medium brightness and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001281 ;
    owl:annotatedTarget "A color consisting of purple color and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001282 ;
    owl:annotatedTarget "A color consisting of purple color and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001283 ;
    owl:annotatedTarget "A color consisting of red hue and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001284 ;
    owl:annotatedTarget "A color consisting of red hue and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001285 ;
    owl:annotatedTarget "A color consisting of yellow hue and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001286 ;
    owl:annotatedTarget "A color consisting of yellow hue and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001287 ;
    owl:annotatedTarget "A color consisting of red and brown hue." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "web:www.thefreedictionary.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Electromagnetic_radiation" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001291 ;
    owl:annotatedTarget "OBSOLETE A radiation quality that inheres in a bearer by virtue of how that bearer interacts with electromagnetic radiation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001295 ;
    owl:annotatedTarget "A reflective quality restricted to a particular wavelength." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001305 ;
    owl:annotatedTarget "A temperature which is relatively high." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISSN:0452-3458" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002350 ;
    owl:annotatedTarget "An endothelial cell that lines the intracavitary lumen of the heart, separating the circulating blood from the underlying myocardium. This cell type releases a number of vasoactive substances including prostacyclin, nitrous oxide and endothelin." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001306 ;
    owl:annotatedTarget "A temperature which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001307 ;
    owl:annotatedTarget "A variability of temperature which is relatively low." .

[]
    oboInOwl:hasDbXref "FMA:75621" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0002350 ;
    owl:annotatedTarget "endothelial cell of endocardium" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001308 ;
    owl:annotatedTarget "A variability of temperature which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:mellybelly" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001315 ;
    owl:annotatedTarget "A temperature which is increased by a low degree." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001316 ;
    owl:annotatedTarget "A temperature which is increased by a medium degree." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001317 ;
    owl:annotatedTarget "A temperature which is increased by a high degree." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thesaurus.math:thesaurus.math" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001321 ;
    owl:annotatedTarget "An angle which is 90 degrees to another entity." .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001322 ;
    owl:annotatedTarget "An angle which is 180 degrees to another entity." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Area" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Bilateral_symmetry" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432", "https://orcid.org/0000-0002-2908-3327" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0001324 ;
    owl:annotatedTarget "pennate" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432", "https://orcid.org/0000-0002-2908-3327" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PATO_0001325 ;
    owl:annotatedTarget "centric" .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:melissa" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Diameter" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001337 ;
    owl:annotatedTarget "A yeast mating type." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001342 ;
    owl:annotatedTarget "A S. cerevisiae mating type." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "MGED:MGED" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Angular_acceleration" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Area_density" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Linear_density" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Mass_density" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:978-60327-246-6" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002352 ;
    owl:annotatedTarget "A hematopoietic stem cell that exists during embryogenesis." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001370 ;
    owl:annotatedTarget "A coating quality which is sticky or clammy." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Ploidy" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Haploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Monoploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Polyploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Autopolyploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Allopolyploidy" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Paleopolyploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Triploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Tetraploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Pentaploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Hexaploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Aneuploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Monosomy" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Disomy" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Uniparental_disomy" ;
    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)." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Trisomy" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Partial_trisomy" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Endopolyploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Euploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Diploid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Haplodiploid" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Totipotent" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Unipotent" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Multipotent" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Pluripotent" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:36924208", "wikipedia:Cilium" ;
    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 one or more cilia as a part." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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." .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Angular_velocity" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:melissa" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:9780702029585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002363 ;
    owl:annotatedTarget "A keratocyte is a specialized fibroblast residing in the cornea stroma that has a flattened, dendritic morphology; located between the lamellae with a large flattened nucleus, and lengthy processes which communicate with neighboring cells. This corneal layer, representing about 85-90% of corneal thickness, is built up from highly regular collagenous lamellae and extracellular matrix components. Keratocytes play the major role in keeping it transparent, healing its wounds, and synthesizing its components. This cell type secretes collagen I, V, VI, and keratan sulfate." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "biology-online:biology-online" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Violet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Maroon" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001426 ;
    owl:annotatedTarget "A color consisting of purple and brown hue." .

[]
    oboInOwl:hasDbXref "chemicool:chemicool" ;
    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." .

[]
    oboInOwl:hasDbXref "chemicool:chemicool" ;
    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." .

[]
    oboInOwl:hasDbXref "chemicool:chemicool" ;
    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." .

[]
    oboInOwl:hasDbXref "chemicool:chemicool" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Medical-dictionary:Medical-dictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sessility_(botany)" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sessile_(zoology)" ;
    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." .

[]
    oboInOwl:hasDbXref "MedTerms:MedTerms" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "GO:GO" ;
    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." .

[]
    oboInOwl:hasDbXref "GO:GO" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4606-0597" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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)." .

[]
    oboInOwl:hasDbXref "MAMMALOGY:MAMMALOGY" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Cartilaginous" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Surface_tension" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Membrane_potential" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Action_potential" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Electric_potential" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    terms:contributor "https://orcid.org/0000-0001-8314-2140" ;
    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 proportion to the magnitude of another entity." .

[]
    terms:contributor "https://orcid.org/0000-0001-8314-2140" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:PATO_0001470 ;
    owl:annotatedTarget "Examples: height to weight; brain size to body size; root to shoot ratio; urinary sodium to potassium ratio. waist-hip ratio." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001472 ;
    owl:annotatedTarget "A depth which is relatively low." .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "bdid:bdid" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002368 ;
    owl:annotatedTarget "An epithelial cell of the respiratory tract epithelium.  These cells have an endodermal origin." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001475 ;
    owl:annotatedTarget "A position which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001476 ;
    owl:annotatedTarget "A positional which is relatively low." .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "Answers.com:Answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG", "PATOC:PortlandMeetingFeb2015" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:Wordnet" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-9900-7880", "https://orcid.org/0000-0003-4606-0597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001492 ;
    owl:annotatedTarget "The rate or speed of the change in size of an individual entity or change in number of a population." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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)." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATC:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "medical-dictionary:medical-dictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:NC" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Focus_(optics)" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:NC" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sound_quality" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001520 ;
    owl:annotatedTarget "The frequency of transmitted vibrations." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sound_speed" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sound_wavelength" ;
    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." .

[]
    oboInOwl:hasDbXref "studyphysics:studyphysics" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.studyphysics.ca/" ;
    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." .

[]
    oboInOwl:hasDbXref "studyphysics:studyphysics" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001527 ;
    owl:annotatedTarget "A sound amplitude which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001528 ;
    owl:annotatedTarget "A sound amplitude which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001529 ;
    owl:annotatedTarget "A spatiotemporal quality inhering in a cell." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster.:merriam-webster." ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster.:merriam-webster." ;
    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." .

[]
    oboInOwl:hasDbXref "edp:edp" ;
    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." .

[]
    oboInOwl:hasDbXref "edp:edp" ;
    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." .

[]
    oboInOwl:hasDbXref "edp:edp" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "TO:TO" ;
    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." .

[]
    oboInOwl:hasDbXref "TO:TO" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001542 ;
    owl:annotatedTarget "A phase which starts later than natural start point." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "Chemistry:http://chemistry.about.com/od/chemistryglossary/a/soliddefinition.htm" ;
    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." .

[]
    oboInOwl:hasDbXref "Chemistry:http://chemistry.about.com/od/chemistryglossary/a/gasdefinition.htm", "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.chemistry-dictionary.com/definition/liquid.php" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:tfm", "ISBN:0323052908", "PMID:22274696" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002372 ;
    owl:annotatedTarget "A transversely striated, multinucleated syncytial muscle cell, formed by the fusion of myoblasts during muscle development." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "FBbt:00005812" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0002372 ;
    owl:annotatedTarget "myofiber" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "FBbt:00005812" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0002372 ;
    owl:annotatedTarget "myofibril" .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001562 ;
    owl:annotatedTarget "A mass which is lower than normal or average." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001563 ;
    owl:annotatedTarget "A mass which is higher than normal or average." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001575 ;
    owl:annotatedTarget "A pressure which is relatively low." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001576 ;
    owl:annotatedTarget "A pressure which is relatively high." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001577 ;
    owl:annotatedTarget "A permeability which is relatively high." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001578 ;
    owl:annotatedTarget "A permeability which is relatively low." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001580 ;
    owl:annotatedTarget "A contractility which is relatively high." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:15580626", "PMID:30971890", "PMID:35815410" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002375 ;
    owl:annotatedTarget "A multipotent progenitor cell that develops from a migratory neural crest cell. The schwann cell precursor is embedded among axons, with minimal extracellular space separating them from nerve cell membranes. This cell lacks a basal lamina, which distinguishes it from more mature Schwann cells. In rodents, cadherin-19 (Cdh19) serves as a specific marker for this developmental stage." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001581 ;
    owl:annotatedTarget "A contractility which is relatively low." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:35815410" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0002375 ;
    owl:annotatedTarget "Schwann cell precursor are capable of differentiating into Schwann cells and other cell types such as melanocytes, neurons, and mesenchymal cells." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001583 ;
    owl:annotatedTarget "A variability which is relatively low." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001584 ;
    owl:annotatedTarget "A variability which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001587 ;
    owl:annotatedTarget "A variability of rate which is relatively high." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001588 ;
    owl:annotatedTarget "A variability of rate which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001589 ;
    owl:annotatedTarget "Increased, intensified." .

[]
    oboInOwl:hasDbXref "GOC:cvs", "GOC:tfm", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002377 ;
    owl:annotatedTarget "A glial cell that develops from a Schwann cell precursor. The immature Schwann cell is embedded among neurons (axons) with minimal extracellular spaces separating them from nerve cell membranes and has a basal lamina. Cells can survive without an axon present. Immature Schwann cell can be found communally ensheathing large groups of axons." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001592 ;
    owl:annotatedTarget "A curvature which is relatively high." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001593 ;
    owl:annotatedTarget "A curvature which is relatively low." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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 dimension." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001596 ;
    owl:annotatedTarget "A depth quality which is relatively high." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001603 ;
    owl:annotatedTarget "A life span which is relatively high." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001604 ;
    owl:annotatedTarget "A life span which is relatively low." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref ".answers.com:.answers.com" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001606 ;
    owl:annotatedTarget "A coating which is oily and slippery." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster" ;
    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." .

[]
    oboInOwl:hasDbXref "biology.lsu:biology.lsu" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001612 ;
    owl:annotatedTarget "A variability of color which is relatively high." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:18182572", "PMID:9011180", "PMID:9046052" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002421 ;
    owl:annotatedTarget "A reticulocyte that retains the nucleus and other organelles. Found in birds, fish, amphibians and reptiles." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001613 ;
    owl:annotatedTarget "A variability of color which is relatively low." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001618 ;
    owl:annotatedTarget "A tonicity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001619 ;
    owl:annotatedTarget "A tonicity which is relatively low." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001621 ;
    owl:annotatedTarget "A turgor which is relatively low." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001622 ;
    owl:annotatedTarget "A turgor which is relatively high." .

[]
    oboInOwl:hasDbXref "Wiikipedia:Wasting", "Wikipedia:Atrophy" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATO:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nw" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nc" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:nc" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001650 ;
    owl:annotatedTarget "A resistance to a stimulus which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001651 ;
    owl:annotatedTarget "A resistance to a stimulus which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Osmolarity" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001656 ;
    owl:annotatedTarget "A osmolarity which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001657 ;
    owl:annotatedTarget "A osmolarity which is relatively high." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0-12203-052-4", "ISBN:0721601464" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002422 ;
    owl:annotatedTarget "A reticulocyte lacking a nucleus and showing a basophilic reticulum under vital staining due to the presence of ribosomes." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001658 ;
    owl:annotatedTarget "A rotation quality inhering in a bearer by virtue of being rotated towards the back or upper surface of an organism." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001660 ;
    owl:annotatedTarget "An action potential which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001661 ;
    owl:annotatedTarget "An action potential which is relatively high." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001663 ;
    owl:annotatedTarget "A solubility which is relatively high." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001664 ;
    owl:annotatedTarget "A solubility which is relatively low." .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:10704434", "PMID:11756508", "PMID:20142420", "PMID:2182078", "PMID:24133281", "PMID:9826671" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002453 ;
    owl:annotatedTarget "A progenitor cell of the central nervous system that can differentiate into oligodendrocytes or type-2 astrocytes. This cell originates from multiple structures within the developing brain including the medial ganglion eminence and the lateral ganglionic eminence. These cells migrate throughout the central nervous system and persist into adulthood where they play an important role in remyelination of injured neurons." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001671 ;
    owl:annotatedTarget "A distribution which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001672 ;
    owl:annotatedTarget "A distribution which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001673 ;
    owl:annotatedTarget "Structure quality that is the presence of at least one sac-like closed membranous structure containing one or more liquid or solid organism substances." .

[]
    oboInOwl:hasDbXref "IUPAC:IUPAC" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:2253328" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:CL_0002453 ;
    owl:annotatedTarget "oligodendrocyte-type 2 astrocyte (O-2A) progenitor cell" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001675 ;
    owl:annotatedTarget "An efficiency which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001676 ;
    owl:annotatedTarget "An efficiency which is relatively high." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "AMMONIA" .

[]
    terms:contributor <https://orcid.org/0000-0002-0819-0473> ;
    oboInOwl:hasDbXref "PMID:24133281" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:CL_0002453 ;
    owl:annotatedTarget "oligodendrocyte/type-2 astrocyte progenitor cell" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Specific_volume" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Molar_volume" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Molar_mass" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Magnetism" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001683 ;
    owl:annotatedTarget "A magnetism which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001684 ;
    owl:annotatedTarget "A magnetism which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Trailillustrated:Trailillustrated" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001688 ;
    owl:annotatedTarget "An elevation which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001689 ;
    owl:annotatedTarget "An elevation which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001693 ;
    owl:annotatedTarget "A viscosity which relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001694 ;
    owl:annotatedTarget "A viscosity which relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001695 ;
    owl:annotatedTarget "A fecundity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001696 ;
    owl:annotatedTarget "A fecundity which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001697 ;
    owl:annotatedTarget "A photosensitivity which is relatively low." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002494 ;
    owl:annotatedTarget "A cell located in the heart, including both muscle and non muscle cells." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001698 ;
    owl:annotatedTarget "A photosensitivity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001702 ;
    owl:annotatedTarget "A color consisting of violet hue and high saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001703 ;
    owl:annotatedTarget "A color consisting of violet hue and low saturation." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001704 ;
    owl:annotatedTarget "A color consisting of violet hue and high brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001705 ;
    owl:annotatedTarget "A color consisting of violet hue and low brightness." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Perimeter" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001712 ;
    owl:annotatedTarget "A perimeter which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001713 ;
    owl:annotatedTarget "A perimeter which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001714 ;
    owl:annotatedTarget "A diameter which is relatively large." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001715 ;
    owl:annotatedTarget "A diameter which is relatively small." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Luminance" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "GO:GO" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "Ammonia" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001723 ;
    owl:annotatedTarget "A female receptivity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001724 ;
    owl:annotatedTarget "A female receptivity which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001725 ;
    owl:annotatedTarget "A male receptivity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001726 ;
    owl:annotatedTarget "A male receptivity which is relatively low." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002503 ;
    owl:annotatedTarget "A cell of the adventitial layer of ductal structures such as the uterer, defent duct, biliary duct, etc" .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001728 ;
    owl:annotatedTarget "A disposition inhering in a multi-cellular organism." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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 entity by natural process." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "DOI:10.20348/STOREDB/1173/1250", "https://orcid.org/0000-0002-5111-7263" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001739 ;
    owl:annotatedTarget "A quality of radiation that reflects the fluence spectrum of charged and neutral particles within the material or medium where dose is being deposited." .

[]
    oboInOwl:hasDbXref "DOI:10.2307/3570787" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:PATO_0001739 ;
    owl:annotatedTarget "Radiation quality is often expressed in terms of the linear energy transfer of the ionising particles that deliver the absorbed dose, but this is an over simplification." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001742 ;
    owl:annotatedTarget "A radioactivity which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001743 ;
    owl:annotatedTarget "A radioactivity which is relatively high." .

[]
    oboInOwl:hasDbXref "ISSN:9781496335418", "https://orcid.org/0000-0002-5111-7263" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001744 ;
    owl:annotatedTarget "A quality of a substance inhering in a bearer by virtue of it being currently or previously exposed to electromagnetic radiation," .

[]
    oboInOwl:hasDbXref "arpansa:arpansa" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001745 ;
    owl:annotatedTarget "OBSOLETE A radiation exposure quality inhering in a substance by virtue of the radiation energy \"deposited\" in a kilogram of a substance." .

[]
    oboInOwl:hasDbXref "arpansa:arpansa" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001746 ;
    owl:annotatedTarget "OBSOLETE 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." .

[]
    oboInOwl:hasDbXref "arpansa:arpansa" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001747 ;
    owl:annotatedTarget "OBSOLETE 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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001751 ;
    owl:annotatedTarget "A paedomorphic growth quality which is due to an earlier offset." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Heat_conduction" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Electrical_conduction" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0001769 ;
    owl:annotatedTarget "cellular polarity" .

[]
    oboInOwl:hasDbXref "PATOC:CVC" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "hefreedictionary.com:hefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002521 ;
    owl:annotatedTarget "An adipocyte that is part of subcutaneous adipose tissue." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001776 ;
    owl:annotatedTarget "A flexibility which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001777 ;
    owl:annotatedTarget "A flexibility which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001778 ;
    owl:annotatedTarget "A strength which is relatively high." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "Ammoniak" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001779 ;
    owl:annotatedTarget "A strength which is relatively low." .

[]
    oboInOwl:hasDbXref "Wiikipedia:Wiikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001781 ;
    owl:annotatedTarget "A thickness quality which lacks pattern." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001782 ;
    owl:annotatedTarget "An intensity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001783 ;
    owl:annotatedTarget "An intensity which is relatively low." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "die.net:die.net" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Online_Dictionary:Online_Dictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001795 ;
    owl:annotatedTarget "A coiling which is relatively high." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002539 ;
    owl:annotatedTarget "A smooth muscle cell of the aorta." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001796 ;
    owl:annotatedTarget "A coiling which is relatively low." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref ".thefreedictionary.com:.thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Dehydrated" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001807 ;
    owl:annotatedTarget "A sensitivity to irradiation which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001808 ;
    owl:annotatedTarget "A sensitivity to irradiation which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/wrinkled" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001811 ;
    owl:annotatedTarget "A relaxation which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001812 ;
    owl:annotatedTarget "A relaxation which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001816 ;
    owl:annotatedTarget "A fatigability which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001817 ;
    owl:annotatedTarget "A fatigability which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "wordreference.com:wordreference.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001825 ;
    owl:annotatedTarget "A wetness quality that is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001826 ;
    owl:annotatedTarget "A wetness quality that is relatively low." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002540 ;
    owl:annotatedTarget "A mesenchymal stem cell that is part of the bone marrow." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001830 ;
    owl:annotatedTarget "A female fertility which is relatively low." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "NH3" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001831 ;
    owl:annotatedTarget "A female fertility which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001832 ;
    owl:annotatedTarget "A male fertility which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001833 ;
    owl:annotatedTarget "A male fertility which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001834 ;
    owl:annotatedTarget "A fertility which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001835 ;
    owl:annotatedTarget "A fertility which is relatively high." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001838 ;
    owl:annotatedTarget "A flow that is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001839 ;
    owl:annotatedTarget "A fluid flow that is relatively high." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "biology-online:biology-online" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001843 ;
    owl:annotatedTarget "An acidity which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001844 ;
    owl:annotatedTarget "An acidity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002543 ;
    owl:annotatedTarget "An endothelial cell that is part of the vein." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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 due to it being physically moved from the normal location." .

[]
    oboInOwl:hasDbXref "PATOC:mh" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "die.net:die.net" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001859 ;
    owl:annotatedTarget "A coordination which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001860 ;
    owl:annotatedTarget "A coordination which is relatively low." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Spheroid" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Prolate" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Rectangular" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Crescent" ;
    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)." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "wordreference:wordreference" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214", "RKC:RKC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "MP:0000576" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "WordNet:WordNet" ;
    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." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "NH3" .

[]
    oboInOwl:hasDbXref "Chemicool:Chemicool" ;
    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." .

[]
    oboInOwl:hasDbXref "Oxford:EnglishDictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "InfoVisual:InfoVisual" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mc" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001892 ;
    owl:annotatedTarget "An odor quality of having decreased odor." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002547 ;
    owl:annotatedTarget "A fibroblast of the aortic adventitia." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001893 ;
    owl:annotatedTarget "An odor quality of having increased odor." .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001898 ;
    owl:annotatedTarget "A circumference which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001899 ;
    owl:annotatedTarget "A circumference which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cvs" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:wd" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:wd" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:wd" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:wd" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mb" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001926 ;
    owl:annotatedTarget "A fluorescence which is higher than normal." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001927 ;
    owl:annotatedTarget "A fluorescence which is lower than normal." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002548 ;
    owl:annotatedTarget "A fibroblast that is part of the heart." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "wordreference:wordreference" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:UMH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001941 ;
    owl:annotatedTarget "A color consisting of yellow and green hues." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001942 ;
    owl:annotatedTarget "A color consisting of brown and green hues." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001944 ;
    owl:annotatedTarget "A color consisting of yellow and orange hue." .

[]
    oboInOwl:hasDbXref "wordreference:wordreference" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001945 ;
    owl:annotatedTarget "A moderate yellow-orange to orange color." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JE" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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)." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "wordreference:wordreference" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001957 ;
    owl:annotatedTarget "A variability of size which is relatively low." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "R-717" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001958 ;
    owl:annotatedTarget "A variability of size which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:mw" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:wdahdul" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:wdahdul" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "Hickey:1988" ;
    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." .

[]
    oboInOwl:hasDbXref "Hickey:1988" ;
    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." .

[]
    oboInOwl:hasDbXref "Hickey:1988" ;
    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." .

[]
    oboInOwl:hasDbXref "Hickey:1988" ;
    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." .

[]
    oboInOwl:hasDbXref "Hickey:1988" ;
    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." .

[]
    oboInOwl:hasDbXref "Hickey:1988" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/auriculate" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/attenuate" ;
    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." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002551 ;
    owl:annotatedTarget "Any skin fibroblast that is part of some dermis." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214" ;
    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." .

[]
    oboInOwl:hasDbXref "OBI:OBI" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.oed.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001997 ;
    owl:annotatedTarget "An amount which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.wordreference.com/definition/loose" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:http://www.answers.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002020 ;
    owl:annotatedTarget "Pink color having high brightness and low saturation." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Cone_(geometry)" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:PEM" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "http://en.wikipedia.org/wiki/Internal_angle" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Osmolarity" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002028 ;
    owl:annotatedTarget "An osmolality which is relatively low." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002553 ;
    owl:annotatedTarget "A fibroblast that is part of lung." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002029 ;
    owl:annotatedTarget "An osmolality which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:mc" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cjm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mc" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mc" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "MolBase" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "[NH3]" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/biconvexity" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002041 ;
    owl:annotatedTarget "A diameter that is along the anterior-posterior axis." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002042 ;
    owl:annotatedTarget "An anterior-posterior diameter quality which is relatively small." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002043 ;
    owl:annotatedTarget "An anterior-posterior diameter quality which is relatively large." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:cvs" ;
    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." .

[]
    oboInOwl:hasDbXref "medical-dictionary:http://medical-dictionary.thefreedictionary.com/abaxial" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/adaxial" ;
    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." .

[]
    oboInOwl:hasDbXref "Medline:http://www.nlm.nih.gov/medlineplus" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002050 ;
    owl:annotatedTarget "An amount which normal." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002051 ;
    owl:annotatedTarget "An occurrence which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002052 ;
    owl:annotatedTarget "An occurrence which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:MSP" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:msp" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002055 ;
    owl:annotatedTarget "A fragility which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002056 ;
    owl:annotatedTarget "A fragility which is relatively low." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002557 ;
    owl:annotatedTarget "A fibroblast of pulmonary artery." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002057 ;
    owl:annotatedTarget "An area which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002058 ;
    owl:annotatedTarget "An area which is relatively low." .

[]
    oboInOwl:hasDbXref "web:http://www.expertglossary.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:me" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:me" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:me" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Crystal" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002071 ;
    owl:annotatedTarget "An affinity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002072 ;
    owl:annotatedTarget "An affinity which is relatively low." .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002074 ;
    owl:annotatedTarget "An avidity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002075 ;
    owl:annotatedTarget "An avidity which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.merriam-webster.com/dictionary/hollow" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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 separated into two contiguous wholes." .

[]
    oboInOwl:hasDbXref "PATOC:GJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002083 ;
    owl:annotatedTarget "Having extra or fewer parts." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002084 ;
    owl:annotatedTarget "The period after death of the organism." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002085 ;
    owl:annotatedTarget "The period before death of the organism." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "mondofacto:mondofacto" ;
    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 containing one cyst - a formation of a sac-like closed membranous structure not associated with neoplasia." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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 sac-like closed membranous structures not associated with neoplasia." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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 exhibiting the morphological characteristics of a glandular epithelial cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "ammoniac" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002094 ;
    owl:annotatedTarget "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for basic dyes under specific pH conditions." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002570 ;
    owl:annotatedTarget "A mesenchymal stem cell of adipose tissue." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "answers.com:answers.com" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002113 ;
    owl:annotatedTarget "Perforated like a sieve." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:16807057" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002573 ;
    owl:annotatedTarget "A glial cell that myelinates or ensheathes axons in the peripheral nervous system." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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 structure resembling an irregular meshwork with cross-linking struts." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002123 ;
    owl:annotatedTarget "Being smallest in amount, extent or degree." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:32119275", "PMID:38638689" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0002573 ;
    owl:annotatedTarget "neurolemmocyte" .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002137 ;
    owl:annotatedTarget "A radiopacity quality inhering in a bearer by virtue of the bearer's prevention of the passage of electromagnetic radiation." .

[]
    oboInOwl:hasDbXref "PATOC:VO" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:VO" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:VO" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:16807057" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0002573 ;
    owl:annotatedTarget "A myelinating Schwann cell wraps around a single axon. Myelination occurs in larger diameter axons, while a process called ensheathment occurs on smaller diameter axons in which a single cell wraps around multiple small, unmyelinated axons separating them with a thin layer of cytoplasm. The structure formed is called a Remak bundle." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002141 ;
    owl:annotatedTarget "A density quality which lacks pattern." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002144 ;
    owl:annotatedTarget "A radiopacity that is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002145 ;
    owl:annotatedTarget "A radiopacity that is relatively low." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432", "https://orcid.org/0000-0001-8941-3984" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002147 ;
    owl:annotatedTarget "A virulence that is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002148 ;
    owl:annotatedTarget "A virulence that is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "mondofacto:mondofacto" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002161 ;
    owl:annotatedTarget "Having two horns or horn-shaped branches." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.:thefreedictionary." ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002165 ;
    owl:annotatedTarget "To bent or hang downwards." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "amoniaco" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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)." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002585 ;
    owl:annotatedTarget "A blood vessel endothelial cell that is part of the retina." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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 ." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JH" ;
    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." .

[]
    oboInOwl:hasDbXref "birnlex:2178" ;
    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." .

[]
    oboInOwl:hasDbXref "birnlex:2038" ;
    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." .

[]
    oboInOwl:hasDbXref "birnlex:2184" ;
    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." .

[]
    oboInOwl:hasDbXref "birnlex:2042" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/spoon-shaped" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/incisiform" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/recurved" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/slender" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/bilobed" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/falciform" ;
    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." .

[]
    oboInOwl:hasDbXref "neurolex:http://neurolex.org/" ;
    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." .

[]
    oboInOwl:hasDbXref "neurolex:http://neurolex.org/wiki/Category:Nitrated_Molecular_Quality" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/demyelinated" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/fan-shaped" ;
    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." .

[]
    oboInOwl:hasDbXref "wikipedia:en.wikipedia.org/wiki/Phosphorylated" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wiktionary.org/wiki/hyperphosphorylated" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wiktionary.org/wiki/hypophosphorylated" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wiktionary.org/wiki/oxidized" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:JE" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JE" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/Subcylindrical" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/cup-shaped" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/acuminate" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://dictionary.reference.com/browse/subrectangular?qsrc=2446&o=100074" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/Subtriangular" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/multifid" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/semicircle" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:PM" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/emarginate" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JE" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/aliform" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/retrorse" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002589 ;
    owl:annotatedTarget "A smooth muscle cell of the bachiocephalic vasculature." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/antrorse" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Hourglass-shaped" ;
    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." .

[]
    oboInOwl:hasDbXref "url:wordnetweb.princeton.edu/perl/webwn" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/trilobed" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Velocity" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Volumetric_flow_rate" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Mass_flow_rate" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002245 ;
    owl:annotatedTarget "A force which relative high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002246 ;
    owl:annotatedTarget "A force which is relative low." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Biological_pigment" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002250 ;
    owl:annotatedTarget "A degree of pigmentation quality that is relatively high." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16134 ;
    owl:annotatedTarget "spirit of hartshorn" .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002251 ;
    owl:annotatedTarget "A degree of pigmentation quality that is relative low." .

[]
    oboInOwl:hasDbXref "PATOC:JC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JE" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:http://www.merriam-webster.com/dictionary/pointed" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Phosphorylation" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Dephosphorylation" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:OREGON" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002266 ;
    owl:annotatedTarget "A shape that inheres in a 3 dimensional entity." .

[]
    oboInOwl:hasDbXref "PATOC:OREGON" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002271 ;
    owl:annotatedTarget "An accumulation which is relative low." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://www.oed.com/" ;
    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,." .

[]
    oboInOwl:hasDbXref "url:http://www.oed.com/" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Iridescence" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002590 ;
    owl:annotatedTarget "A vascular associated smooth muscle cell of the brain vasculature." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002282 ;
    owl:annotatedTarget "A mobility which is relative high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002283 ;
    owl:annotatedTarget "A mobility which is relative low." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002287 ;
    owl:annotatedTarget "An elasticity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002288 ;
    owl:annotatedTarget "An elasticity which is relatively low." .

[]
    oboInOwl:hasDbXref "ISBN:0913424137" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4606-0597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002290 ;
    owl:annotatedTarget "Decreased size or absence of organ, tissue or cell due to a reduction in cell numbers." .

[]
    oboInOwl:hasDbXref "PATO:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "Book:Book" ;
    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." .

[]
    oboInOwl:hasDbXref "Book:Book" ;
    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." .

[]
    oboInOwl:hasDbXref "Book:Book" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002299 ;
    owl:annotatedTarget "A cylindrical shape that is hollow." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002591 ;
    owl:annotatedTarget "A smooth muscle of the pulmonary artery." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JB" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JB" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JB" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:BF" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:WS" ;
    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." .

[]
    oboInOwl:hasDbXref "OED:" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:BF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002313 ;
    owl:annotatedTarget "Having or resembling the shape of a telescope." .

[]
    oboInOwl:hasDbXref "PATOC:BF" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:BF" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002316 ;
    owl:annotatedTarget "Being separate or discrete from other skeletal elements." .

[]
    oboInOwl:hasDbXref "wikipedia:Parallelogram" ;
    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.""" .

[]
    oboInOwl:hasDbXref "wiktionary:superellipse" ;
    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" .

[]
    oboInOwl:hasDbXref "wikipedia:Squircle" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:WC" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002320 ;
    owl:annotatedTarget "A superelliptic shape inhering in a bearer by virtue of the bearer's shape resembling a diamond." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0002324 ;
    owl:annotatedTarget "completeness" .

[]
    oboInOwl:hasDbXref "GOC:CJM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0002324 ;
    owl:annotatedTarget "extent" .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002327 ;
    owl:annotatedTarget "An angle which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002328 ;
    owl:annotatedTarget "An angle which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:PG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002333 ;
    owl:annotatedTarget "A adhesivity which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002334 ;
    owl:annotatedTarget "A adhesivity which is relatively low." .

[]
    oboInOwl:hasDbXref "PATOC:dd" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002595 ;
    owl:annotatedTarget "A smooth muscle cell of the subclavian artery." .

[]
    oboInOwl:hasDbXref "PATOC:DD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DD" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002340 ;
    owl:annotatedTarget "A quality of being minutely hispid." .

[]
    oboInOwl:hasDbXref "thefreedictionary:www.thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DD" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:www.thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MH" ;
    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" .

[]
    oboInOwl:hasDbXref "PATOC:MH" ;
    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." .

[]
    oboInOwl:hasDbXref "wiktionary:http://en.wiktionary.org/wiki/obconical" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/ligneous" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/basal" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/cauline" ;
    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." .

[]
    oboInOwl:hasDbXref "wiktionary:http://en.wiktionary.org/wiki/fleshy" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:PG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:RH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:RH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:RH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:RH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:AE" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002358 ;
    owl:annotatedTarget "An elongated raised margin or border." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:RH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002361 ;
    owl:annotatedTarget "A tendency which is relatively high." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002362 ;
    owl:annotatedTarget "A tendency which is relatively low." .

[]
    oboInOwl:hasDbXref "PATO:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002365 ;
    owl:annotatedTarget "Female quality of having complete, unaltered reproductive organs" .

[]
    oboInOwl:hasDbXref "PATOC:MF" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002366 ;
    owl:annotatedTarget "Male quality of having complete, unaltered reproductive organs." .

[]
    oboInOwl:hasDbXref "PATOC:MF" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:mf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002368 ;
    owl:annotatedTarget "A viviparous organism having never given birth." .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)" ;
    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." .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)" ;
    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." .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002371 ;
    owl:annotatedTarget "A viviparous organism having given birth one time." .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002374 ;
    owl:annotatedTarget "Recurrent and often more or less cyclic alteration." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CVS" ;
    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." .

[]
    oboInOwl:hasDbXref "wikipedia:https://en.wikipedia.org/wiki/Acinus" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MF" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MF" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:lm" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002382 ;
    owl:annotatedTarget "A waxiness which is relatively high." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002596 ;
    owl:annotatedTarget "Smooth muscle cell of the carotid artery." .

[]
    oboInOwl:hasDbXref "PATOC:lm" ;
    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." .

[]
    oboInOwl:hasDbXref "FNA:FNA" ;
    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" .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:PNS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002387 ;
    owl:annotatedTarget "Extremely acute and aggressive onset of a pathological process." .

[]
    oboInOwl:hasDbXref "PATOC:GV" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002388 ;
    owl:annotatedTarget "Being supported by a peduncle or stalk." .

[]
    oboInOwl:hasDbXref "PATO:PG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002389 ;
    owl:annotatedTarget "Growing horizontal to the ground without setting roots." .

[]
    oboInOwl:hasDbXref "PATO:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JI" ;
    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." .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002401 ;
    owl:annotatedTarget "characterised by an unidentifiable pattern." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002402 ;
    owl:annotatedTarget "Multiple lesions some interconnecting with each other." .

[]
    oboInOwl:hasDbXref "PATOC:MPTH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002403 ;
    owl:annotatedTarget "Affecting all regions without specificity of distribution." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002404 ;
    owl:annotatedTarget "Affecting a segment or segments." .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Friability" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002406 ;
    owl:annotatedTarget "Easily reduced to powder or easily fragmentable or crumbly." .

[]
    oboInOwl:hasDbXref "mw:http://www.merriam-webster.com/dictionary/indurated" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002408 ;
    owl:annotatedTarget "Having the consistency of water." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002409 ;
    owl:annotatedTarget "Bounded structure filled with fluid." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002410 ;
    owl:annotatedTarget "A colour that is very pale yellowish brown." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002411 ;
    owl:annotatedTarget "A color consisting of yellow and brown hue." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002415 ;
    owl:annotatedTarget "Single lesion with expansion into surrounding tissue." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002418 ;
    owl:annotatedTarget "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for acidic dyes under specific pH conditions." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002419 ;
    owl:annotatedTarget "OBSOLETE. An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for eosin dye." .

[]
    oboInOwl:hasDbXref "wikipedia:http://en.wiktionary.org/wiki/amphiphilic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002420 ;
    owl:annotatedTarget "Having both hydrophilic and hydrophobic (or lipophilic) groups." .

[]
    oboInOwl:hasDbXref "mw:http://www.merriam-webster.com/dictionary/cicatricial" ;
    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." .

[]
    oboInOwl:hasDbXref "wikipedia:https://en.wikipedia.org/wiki/Acinus" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MPATH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002423 ;
    owl:annotatedTarget "A round or lobulated protruding form resembling a nipple." .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002425 ;
    owl:annotatedTarget "Open to view or not covered by another entity." .

[]
    oboInOwl:hasDbXref "wordnetweb:wordnetweb" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002428 ;
    owl:annotatedTarget "A 3-D shape with three supports or legs." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002598 ;
    owl:annotatedTarget "Any smooth muscle cell that is part of some bronchus." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster" ;
    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." .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:NI" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "freedictionary:freedictionary" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:CM" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002450 ;
    owl:annotatedTarget "A hardness quality of giving significant resistance to pressure." .

[]
    oboInOwl:hasDbXref "PATOC:WC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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 loosely packed." .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:JL" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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," .

[]
    oboInOwl:hasDbXref "PATOC:JL" ;
    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, especially due to loss of moisture." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002469 ;
    owl:annotatedTarget "Structural quality inhering in a bearer in which a joint has apposed bony surfaces united by fibrous tissue, permitting no movement; found only between bones." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:NV" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:NV" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:NV" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:LC" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "wikipedia:http://en.wikipedia.org/wiki/Brittleness" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:AD" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-wester:http://www.merriam-webster.com/dictionary/oblique" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DS" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002599 ;
    owl:annotatedTarget "A smooth muscle cell of the esophagus." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:GVG" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:DOS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "Merriam-Webster:hexagonal" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "Merriam-Webster:confluent" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "WordReference:flush" ;
    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." .

[]
    oboInOwl:hasDbXref "TheFreeDictionary:cancellous" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/subovoid" ;
    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." .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/concavo-convex" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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)." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "GO:0042592" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002629 ;
    owl:annotatedTarget "An intensity which is characterized by being very severe." .

[]
    oboInOwl:hasDbXref "PATO:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATO:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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" .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005004 ;
    owl:annotatedTarget "A shape that is almost an ellipse." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002600 ;
    owl:annotatedTarget "A smooth muscle cell of the trachea." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "DOI:10.1111/j.1469-185X.2011.00176.x" ;
    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." .

[]
    oboInOwl:hasDbXref "DOI:10.1111/j.1469-185X.2011.00176.x" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "www.oxforddictionaries.com:http://www.oxforddictionaries.com/us/definition/american_english/plumose" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:WD" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-7073-9172" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-7073-9172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010003 ;
    owl:annotatedTarget "A propagation velocity that is higher than normal." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-7073-9172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010004 ;
    owl:annotatedTarget "A propagation velocity that is lower than normal." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-7073-9172" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-7073-9172" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:36924208" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010007 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of the bearer's having multiple cilia." .

[]
    oboInOwl:hasDbXref "PMID:36924208" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010008 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of the bearer's having only one cilium." .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015001 ;
    owl:annotatedTarget "Absence due to a degenerative process." .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015002 ;
    owl:annotatedTarget "The ability of a process to produce its output." .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015" ;
    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." .

[]
    oboInOwl:hasDbXref "https://en.wiktionary.org/wiki/tendril" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015005 ;
    owl:annotatedTarget "Slender and spirally coiled." .

[]
    oboInOwl:hasDbXref "GOC:DOS", "https://github.com/pato-ontology/pato/issues/78" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:CJM" ;
    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." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/90" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002610 ;
    owl:annotatedTarget "A neuron of the raphe nuclei." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/90" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015010 ;
    owl:annotatedTarget "An increase in humidity." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/90" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015011 ;
    owl:annotatedTarget "An decrease in humidity." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/88" ;
    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." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/89" ;
    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." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/89" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015014 ;
    owl:annotatedTarget "An increase in illumination." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/89" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015015 ;
    owl:annotatedTarget "An decrease in illumination." .

[]
    oboInOwl:hasDbXref "http://www.thefreedictionary.com/stepped", "https://github.com/pato-ontology/pato/issues/82" ;
    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)." .

[]
    oboInOwl:hasDbXref "ENVO:pb", "https://github.com/pato-ontology/pato/issues/91", "https://goldbook.iupac.org/html/C/C01172.html" ;
    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." .

[]
    oboInOwl:hasDbXref "ENVO:pb", "https://github.com/pato-ontology/pato/issues/91" ;
    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." .

[]
    oboInOwl:hasDbXref "github:mah11", "https://github.com/pato-ontology/pato/issues/96" ;
    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." .

[]
    oboInOwl:hasDbXref "github:mah11", "https://github.com/pato-ontology/pato/issues/96" ;
    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." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Combustibility", "https://github.com/EnvironmentOntology/envo/issues/384" ;
    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." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/110" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015024 ;
    owl:annotatedTarget "An increase in porosity." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/110" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015025 ;
    owl:annotatedTarget "An decrease in porosity." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/113" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015026 ;
    owl:annotatedTarget "quality, state, or degree of being stable." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/113" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015027 ;
    owl:annotatedTarget "An increase in stability." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "Sulfate" .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/113" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015028 ;
    owl:annotatedTarget "A decrease in stability." .

[]
    oboInOwl:hasDbXref "ENVO:pb", "https://github.com/pato-ontology/pato/issues/91" ;
    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." .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/122" ;
    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." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Contamination", "https://github.com/pato-ontology/pato/issues/420" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015031 ;
    owl:annotatedTarget "The presence of a constituent, impurity, or some other undesirable element that spoils, corrupts, infects, makes unfit, or makes inferior a material, physical body, natural environment, place of human occupancy, or other material entity." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002612 ;
    owl:annotatedTarget "A neuron of the ventral spinal cord." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Contamination", "https://github.com/pato-ontology/pato/issues/420" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015032 ;
    owl:annotatedTarget "An increase in contamination." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Contamination", "https://github.com/pato-ontology/pato/issues/420" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015033 ;
    owl:annotatedTarget "A decrease in contamination." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Drinking_water" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Drinking_water" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Drinking_water" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030004 ;
    owl:annotatedTarget "An anteriorized 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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030006 ;
    owl:annotatedTarget "A posteriorized 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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    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." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030008 ;
    owl:annotatedTarget "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorso-anterior structures and missing some or all of what are normally ventro-posterior structures." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030009 ;
    owl:annotatedTarget "A dorso-anteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorso-anterior structures and missing some but not all of what are normally ventro-posterior structures." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030010 ;
    owl:annotatedTarget "A dorso-anteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally dorso-anterior structures." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030011 ;
    owl:annotatedTarget "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventro-posterior structures and missing some or all of what are normally dorso-anterior structures." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030012 ;
    owl:annotatedTarget "A ventro-posteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventro-posterior structures and missing some but not all of what are normally dorso-anterior structures." .

[]
    oboInOwl:hasDbXref "PATOC:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030013 ;
    owl:annotatedTarget "A ventro-posteriorized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally ventro-posterior structures." .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/heterotaxic" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-8941-3984" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432", "https://orcid.org/0000-0003-4606-0597" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490", "https://www.merriam-webster.com/dictionary/fringe" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040010 ;
    owl:annotatedTarget "Mobility relative to a second entity." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040011 ;
    owl:annotatedTarget "Immobility relative to a second entity." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490", "https://www.merriam-webster.com/dictionary/band" ;
    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." .

[]
    oboInOwl:hasDbXref "http://www.dictionary.com/browse/trough", "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490", "https://www.merriam-webster.com/dictionary/pentagonal" ;
    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." .

[]
    oboInOwl:hasDbXref "https://www.cancer.gov/publications/dictionaries/cancer-terms/def/dysplasia" ;
    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." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Fibrosis" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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.." .

[]
    oboInOwl:hasDbXref "https://en.wiktionary.org/wiki/distomedial" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490" ;
    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." .

[]
    oboInOwl:hasDbXref "NCIT:C3824" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Doubled_haploidy" ;
    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." .

[]
    oboInOwl:hasDbXref "EFO:0002947" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040028 ;
    owl:annotatedTarget "An organismal quality of having successfully reproduced." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-4366-3088" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-2244-7917" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-2244-7917" ;
    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." .

[]
    oboInOwl:hasDbXref "https://medlineplus.gov/fractures.html" ;
    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." .

[]
    oboInOwl:hasDbXref "https://radiopaedia.org/articles/transverse-fracture?lang=us" ;
    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." .

[]
    oboInOwl:hasDbXref "https://www.dictionary.com/browse/impacted-fracture" ;
    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." .

[]
    oboInOwl:hasDbXref "https://www.dictionary.com/browse/linear-fracture" ;
    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." .

[]
    oboInOwl:hasDbXref "https://radiopaedia.org/articles/oblique-fracture?lang=us" ;
    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." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Spiral_fracture" ;
    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." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002620 ;
    owl:annotatedTarget "A fibroblast of skin." .

[]
    oboInOwl:hasDbXref "https://www.mayoclinic.org/diseases-conditions/osteoporosis/multimedia/compression-fractures/img-20008995" ;
    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." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Avulsion_fracture" ;
    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." .

[]
    terms:contributor "https://orcid.org/0000-0001-5208-3432", "https://orcid.org/0000-0001-8314-2140" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040042 ;
    owl:annotatedTarget "A decreased quality inhering in a bearer by virtue of the bearer's decreased magnitude in proportion to the magnitude of another entity." .

[]
    terms:contributor "https://orcid.org/0000-0001-5208-3432", "https://orcid.org/0000-0001-8314-2140" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040043 ;
    owl:annotatedTarget "An increased quality inhering in a bearer by virtue of the bearer's increased magnitude in proportion to the magnitude of another entity." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4606-0597" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-9900-7880", "https://orcid.org/0000-0003-4606-0597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040045 ;
    owl:annotatedTarget "The rate or speed of the change in in number of a population." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-9900-7880", "https://orcid.org/0000-0003-4606-0597" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040046 ;
    owl:annotatedTarget "The rate or speed of the change in size of an individual entity." .

[]
    oboInOwl:hasDbXref "https://www.dictionary.com/browse/unfragmented" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-0736-9199" ;
    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." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-2908-3327" ;
    a owl:Axiom ;
    rdfs:comment "https://orcid.org/0000-0001-8815-0078" ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040050 ;
    owl:annotatedTarget "A phenotypic sex quality inhering in a  plant organism or a population of plants in which the flowers have two stamens." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-2908-3327", "https://orcid.org/0000-0001-8815-0078" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040051 ;
    owl:annotatedTarget "A phenotypic sex quality inhering in a  plant organism or a population of plants in which the flowers have only one stamen." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Sequential_hermaphroditism" ;
    a owl:Axiom ;
    rdfs:comment "http://orcid.org/0000-0002-2908-3327" ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040052 ;
    owl:annotatedTarget "A sequential hermaphroditic quality whereby organisms start out as female and change to male at a later life stage." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-2908-3327", "https://en.wikipedia.org/wiki/Sequential_hermaphroditism" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040053 ;
    owl:annotatedTarget "A sequential hermaphroditic quality whereby organisms start out as male and change to female at a later life stage." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Sequential_hermaphroditism" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040054 ;
    owl:annotatedTarget "A protogynous quality whereby organisms start out as female and change to hermaphrodite at a later life stage." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Sequential_hermaphroditism" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040055 ;
    owl:annotatedTarget "A protandrous quality whereby organisms start out as male and change to hermaphrodite at a later life stage." .

[]
    oboInOwl:hasDbXref "https://www.alliancegenome.org/glossary" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040057 ;
    owl:annotatedTarget "A quality inhering in a process by virtue of that process having a population or part of a population, where population is defined as a collection of individuals from the same taxonomic class distinguished by one or more characteristics, as participants." .

[]
    oboInOwl:hasDbXref "thefreedictionary.:thefreedictionary." ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040058 ;
    owl:annotatedTarget "A quality denoting the lack of a physical entity or object, such as a chemical." .

[]
    oboInOwl:hasDbXref "thefreedictionary.:thefreedictionary." ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040060 ;
    owl:annotatedTarget "A quality denoting the lack of an anatomical entity or cellular component." .

[]
    oboInOwl:hasDbXref "http://www.gesamp.org/publications/guidelines-for-the-monitoring-and-assessment-of-plastic-litter-in-the-ocean", "https://orcid.org/0000-0002-8166-0486" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040070 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to deform by heating." .

[]
    oboInOwl:hasDbXref "Wikipedia:NC_ratio&oldid=931936284" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040071 ;
    owl:annotatedTarget "A quality inhering in a cell by virtue of the ratio between the volume of its nucleus and the volume of its cytoplasm." .

[]
    oboInOwl:hasDbXref "Wikipedia:NC_ratio&oldid=931936284", "http://lymerick.net/blood-cells.pdf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040072 ;
    owl:annotatedTarget "A quality inhering in a cell by virtue of the cell having a high nuclear/cytoplasmic ratio." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "sulfate" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002632 ;
    owl:annotatedTarget "Any epithelial cell that is part of some lower respiratory tract epithelium." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002653 ;
    owl:annotatedTarget "A squamous shaped endothelial cell." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002657 ;
    owl:annotatedTarget "A glandular epithelial cell of the esophagus." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "SO4(2-)" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002659 ;
    owl:annotatedTarget "A glandular epithelial cell that is part of the stomach." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "SULFATE ION" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002663 ;
    owl:annotatedTarget "A myocardial endocrine cell that is part of the atrium." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:19745164" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002664 ;
    owl:annotatedTarget "A stem cell that can give rise to multiple cell types (i.e. smooth muscle, endothelial) in the developing heart." .

[]
    oboInOwl:hasDbXref "PMID:17519333", "PMID:19745164" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0002664 ;
    owl:annotatedTarget "cardiovascular progenitor cell" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:20959166", "PMID:21148186" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002672 ;
    owl:annotatedTarget "A multi-fate stem cell that can give rise to different retinal cell types including rod and cone cells." .

[]
    oboInOwl:hasDbXref "HMDB" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "Sulfate anion(2-)" .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:18816858" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002673 ;
    owl:annotatedTarget "A skeletal muscle cell that is part of the tongue." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "PMID:17407019" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0002676 ;
    owl:annotatedTarget "A neuroblast derived from a neural crest cell." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Cardinal_direction" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/North" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/East" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/South" ;
    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." .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/West" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-9943-9018" ;
    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)" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-9943-9018" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606" ;
    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." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055003 ;
    owl:annotatedTarget "A rate of occurrence that is relatively high." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055004 ;
    owl:annotatedTarget "A rate of occurrence that is relatively low." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606" ;
    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." .

[]
    oboInOwl:hasDbXref "HMDB" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "Sulfate dianion" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606" ;
    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." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-1373-1705" ;
    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." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-1373-1705" ;
    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." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-1373-1705" ;
    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." .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Lysis" ;
    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." .

[]
    oboInOwl:hasDbXref "https://medlineplus.gov/ency/article/003224.htm" ;
    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." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-2908-3327", "https://en.wikipedia.org/wiki/Sequential_hermaphroditism", "https://orcid.org/0000-0001-8815-0078" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070000 ;
    owl:annotatedTarget "A hermaphroditic quality that inheres in a population or organism where an organism changes is a different sexes during different life stages." .

[]
    oboInOwl:hasDbXref "PMID:17122314" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070001 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which have a small round soma, a large number of short, smooth, or slightly beaded primary dendrites that give rise to only a few secondary branches, and a branched axon that establishes a dense axonal mesh with thin shafts." .

[]
    oboInOwl:hasDbXref "WikipediaVersioned:Basket_cell&oldid=951703880", "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070002 ;
    owl:annotatedTarget "A cell morphology that inheres in multipolar neurons with densely branched terminal axonal arborizations that form basket-like structures surrounding and synapsing to the somas of target cells." .

[]
    oboInOwl:hasDbXref "PMID:11884355" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070003 ;
    owl:annotatedTarget "A basket cell morphology that inheres in neurons with axonal arbors composed of frequent, short, curvy axonal branches that tend to be near their somata and within the same layer." .

[]
    oboInOwl:hasDbXref "PMID:11884355" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070004 ;
    owl:annotatedTarget "A basket cell morphology that inheres in neurons that are large, and typically ascend to give rise to many long horizontally and vertically projecting axon collaterals that traverse neighboring columns and can extend through all cortical layers." .

[]
    oboInOwl:hasDbXref "PMID:11884355" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070005 ;
    owl:annotatedTarget "A basket cell morphology that inheres in neurons which have simpler dendritic arbors (compared to small or large basket cell morphology), and an axonal plexus of intermediate density, composed of a few long, smooth axonal branches." .

[]
    oboInOwl:hasDbXref "PMID:18568015", "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070006 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which have two principal dendrites that emerge from the soma and begin to branch some distance from it, have few spines, and branch in narrow fields. This is in contrast to bitufted morphology where branching occurs close to the soma." .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070007 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which are large and non-spiny, with dendrites radiating in a multipolar or bitufted pattern, often favouring the descending side, and axons that ascend directly from the superficial side of the soma, and travel upward without branching." .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070008 ;
    owl:annotatedTarget "A Martinotti cell morphology that inheres in neurons which have axons that form a horizontal ramification, making it T-shaped." .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070009 ;
    owl:annotatedTarget "A Martinotti cell morphology that inheres in neurons which have axons that form a fan-like plexus." .

[]
    oboInOwl:hasDbXref "ISBN:9780123973481" ;
    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." .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070011 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which are small and round, and make highly specialized synapses with the axon initial segments of pyramidal neurons, wrapping them with candle-shaped synaptic 'cartridges'." .

[]
    oboInOwl:hasDbXref "DOI:10.1016/B978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:PATO_0070011 ;
    owl:annotatedTarget "Chandelier cells can be bitufted or multipolar." .

[]
    oboInOwl:hasDbXref "PMID:15378039", "PMID:18568015", "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070012 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which have two clusters of primary dendrites that originate directly and extend from opposite ends of the soma, and axons that form a plexus which spreads widely. Compared to the narrow vertical axonal projection of bipolar morphology, and the 'horse-tail' axonal cluster of double boquet cells, bitufted morphology has wide horizontal axonal spans, and branching that occur close to the soma. Their vertical projection is also less extensive and crosses mostly to neighboring layers." .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070013 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which have spiny basal dendrites and resemble pyramidal cells but lose their apical dendrites as they mature. Their axons nearly always emerge from the descending side of the soma, but often recurve and ascend with arc-like collaterals." .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    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." .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    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." .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    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." .

[]
    oboInOwl:hasDbXref "WikipediaVersioned:Unipolar_neuron&oldid=994458581" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070025 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons with only one process, a neurite, that extends from the cell body. The neurite then branches to form dendritic and axonal processes." .

[]
    oboInOwl:hasDbXref "WikipediaVersioned:Multipolar_neuron&oldid=1022942606" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070026 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which possess three or more neurites, usually a single axon and many dendrites and dendritic branches." .

[]
    oboInOwl:hasDbXref "PMID:18568015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070027 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons with dendrites that are bidirectional, emerging from opposite ends of the soma, with the two arbors extending in radial or tangential directions." .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2020.10.19.343129" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070028 ;
    owl:annotatedTarget "A neuron projection quality that is a characteristic of neurons whose soma is located in the telencephalon and that project to structures outside the telencephalon" .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2020.10.19.343129" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070029 ;
    owl:annotatedTarget "A neuron projection quality that is a characteristic of neurons with soma in the cerebral cortex and projections to the thalamus." .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2020.10.19.343129" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070030 ;
    owl:annotatedTarget "A neuron projection quality that is a characteristic of neurons with projections that terminate locally rather than distantly." .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2020.10.19.343129" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070031 ;
    owl:annotatedTarget "A neuron projection quality that is a characteristic of neurons that project to the medulla oblongata from other brain regions." .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2020.10.19.343129" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070033 ;
    owl:annotatedTarget "A physical quality inhering in a neuron by virtue of the relative location of its soma and the regions to which it projects and makes synaptic contacts in." .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2020.10.19.343129" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070034 ;
    owl:annotatedTarget "A neuron projection quality that is a characteristic of neurons with both soma and projections entirely within the telencephalon." .

[]
    oboInOwl:hasDbXref "ILX:0112065" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070039 ;
    owl:annotatedTarget "A dendrite quality inhering in a neuron by virtue of the bearer's dendrite having a terminal tuft." .

[]
    oboInOwl:hasDbXref "ILX:0100932" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070040 ;
    owl:annotatedTarget "A dendrite quality inhering in a neuron by virtue of the bearer's dendrite having few or no recognizable dendritic spines." .

[]
    oboInOwl:hasDbXref "ILX:0112263" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070041 ;
    owl:annotatedTarget "A dendrite quality inhering in a neuron by virtue of the bearer's dendrite having numerous swellings or varicosities along their length." .

[]
    oboInOwl:hasDbXref "PMID:9620701" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0004246 ;
    owl:annotatedTarget "A central nervous system neuron that stratifies at one and only one location." .

[]
    oboInOwl:hasDbXref "WikipediaVersioned:Retina_bipolar_cell&oldid=1033254616" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070042 ;
    owl:annotatedTarget "A cell morphology that inheres in retinal neurons which have two principal fibres, an axon and a dendrite, that emerge from opposite end the soma." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070046 ;
    owl:annotatedTarget "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction that stains and colors, pale-pink, with Wright-Giemsa stain." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070047 ;
    owl:annotatedTarget "An affinity inhering in an anatomical structure by virtue of the bearer exhibiting a molecular interaction for both basic and acid stains under specific pH conditions." .

[]
    oboInOwl:hasDbXref "WikipediaVersioned:Rust&oldid=1072363937" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070059 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's being covered by iron oxide as a result of oxidation." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-5111-7263" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070060 ;
    owl:annotatedTarget "A quality of a substance on which or through which electromagnetic radiation impinges or traverses with respect to radiation. This substance quality changes the quality of the incident radiation with respect to any of: intensity, direction, scatter and wavelength." .

[]
    oboInOwl:hasDbXref "PMID:15378039" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070061 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons with bitufted dendritic morphology but with the special feature of a tight fascicular axonal cylinder that resembles a 'horse tail'." .

[]
    oboInOwl:hasDbXref "PMID:34093409" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070062 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons with dendrites that stratify at two and only two locations." .

[]
    oboInOwl:hasDbXref "PMID:34093409" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070063 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons with dendrites that stratify at one and only one location." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-7258-9596", "https://orcid.org/0000-0002-1373-1705", "https://orcid.org/0000-0002-5260-9315" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070064 ;
    owl:annotatedTarget "A 3-D extent quality inhering in a bearer by virtue of the spatial region that is defined by the maximal span of the bearer's dendritic arbor." .

[]
    oboInOwl:hasDbXref "WikipediaVersioned:Fluid&oldid=1049126570" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0080001 ;
    owl:annotatedTarget "A physical quality inhering in an entity exhibiting the physical charachteristics of a material that flows under applied force." .

[]
    oboInOwl:hasDbXref "http://db0nus869y26v.cloudfront.net/en/Salinity", "https://en.wikipedia.org/wiki/Salinity", "https://rwu.pressbooks.pub/webboceanography/chapter/5-3-salinity-patterns/", "https://www.sciencedirect.com/referencework/9780080983004/treatise-on-geochemistry", "https://www.sciencedirect.com/science/article/pii/B9780857096807500012" ;
    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." .

[]
    oboInOwl:hasDbXref "https://libguides.macalester.edu/c.php?g=527786&p=3608639", "https://www.nnlm.gov/guides/data-glossary/quantitative-data" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0103000 ;
    owl:annotatedTarget "A quality of an entity that can be represented numerically, including anything that can be counted, measured, or given a numerical value." .

[]
    oboInOwl:hasDbXref "PRO:DAN", "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000000001 ;
    owl:annotatedTarget "An amino acid chain that is produced de novo by ribosome-mediated translation of a genetically-encoded mRNA, and any derivatives thereof." .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_000000001 ;
    owl:annotatedTarget "natural protein" .

[]
    oboInOwl:hasDbXref "IEDB:BP" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:PR_000000001 ;
    owl:annotatedTarget "native protein" .

[]
    oboInOwl:hasDbXref "PMID:15778510" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001002 ;
    owl:annotatedTarget "A protein that is a translation product of the human CD19 gene or a 1:1 ortholog thereof. It is composed of an N-terminal extracellular domain containing two Ig-like C2-type (immunoglobulin-like) domains, followed by a single-pass transmembrane segment and a cytoplasmic C-terminal tail. CD19 expression is restricted to members of the B cell lineage. It functions as a co-receptor for B-cell antigen receptor (BCR), regulating signal transduction." .

[]
    oboInOwl:hasDbXref "PMID:16720896", "PMID:8983065" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001003 ;
    owl:annotatedTarget "A protein that is a translation product of the human CD34 gene or a 1:1 ortholog thereof. It is a leukocyte membrane protein expressed specifically by lymphohematopoietic progenitor cells. It contains a single-pass transmembrane domain and that show distinct expression on early hematopoietic precursors and vascular-associated tissue. Acts as a scaffold that presents selectin carbohydrate ligands in a clustered, tissue specific manner to allow for higher avidity interactions between leukocytes and endothelial cells during the inflammatory process. In common with related sialomucins (endoglycan and podocalyxin), the extracellular region is dominated by an N-terminal mucin-like domain, which is densely substituted with sialylated O-linked carbohydrates. The mucin-like region is followed by a cysteine-containing and presumably globular domain. This domain may fold into an immunoglobulin-like structure as the positions of 2 of the cysteines are conserved in the C2 set of the immunoglobulin superfamily. The cytoplasmic domain is around 73-76 residues long and highly conserved." .

[]
    oboInOwl:hasDbXref "PMID:15326605" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001004 ;
    owl:annotatedTarget "A protein that is a translation product of the human CD4 gene or a 1:1 ortholog thereof. CD4 is an accessory protein for MHC class-II antigen/T-cell receptor interaction. It is the primary receptor for HIV-1. CD4 has four immunoglobulin-like domains in its extracellular region that share the same structure, but can differ in sequence." .

[]
    oboInOwl:hasDbXref "PIRSF:PIRSF002497" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001005 ;
    owl:annotatedTarget "An integrin alpha that contains an A domain. A hallmark of this class is the presence of a von Willebrand factor type A domain (Pfam:PF00092) (I-domain) of approximately 200 amino acid residues at the N terminus, which confers divalent cation binding properties. Unlike other integrin alpha proteins, they do not undergo proteolytic cleavage." .

[]
    oboInOwl:hasDbXref "UniProtKB:P11215" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001012 ;
    owl:annotatedTarget "An integrin alpha with A domain that is a translation product of the human ITGAM gene or a 1:1 ortholog thereof. They constitute subunits of the integrin alpha-M/beta-2 receptor. This receptor is implicated in various adhesive interactions of monocytes, macrophages and granulocytes as well as in mediating the uptake of complement-coated particles. It is also a receptor for fibrinogen, factor X and ICAM1." .

[]
    oboInOwl:hasDbXref "PMID:16473826", "PMID:1724736" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001018 ;
    owl:annotatedTarget "A protein that has a core domain composition consisting of an extracellular N-terminal domain that adopts an immunoglobulin fold, a transmembrane domain, and an intracellular C-terminal domain with a single copy of the Immunoreceptor tyrosine-based activation motif (Pfam:PF02189) (ITAM). It constitutes the invariant subunit of the T cell antigen receptor (TCR). TCR is a surface receptor on T cells responsible for recognizing MHC-restricted antigens and initiating the cellular immune response." .

[]
    oboInOwl:hasDbXref "PRO:CNA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001020 ;
    owl:annotatedTarget "A CD3 subunit with immunoglobulin domain that is a translation product of the human CD3E gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:CNA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001022 ;
    owl:annotatedTarget "A protein with a domain composition consisting of a large extracellular domain, including five Ig-like C2-type domains followed by two copies of the Fibronectin type-III domain (Pfam:PF00041), a single-pass transmembrane domain and a short cytoplasmic C-terminal domain." .

[]
    oboInOwl:hasDbXref "PMID:17975827" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001023 ;
    owl:annotatedTarget "A neural cell adhesion molecule that is involved in neuronal development, synaptic plasticity, and regeneration." .

[]
    oboInOwl:hasDbXref "PRO:CNA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001024 ;
    owl:annotatedTarget "A neural cell adhesion molecule NCAM that is a translation product of the human NCAM1 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "HMDB" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "Sulfate(2-)" .

[]
    oboInOwl:hasDbXref "PMID:9620701", "https://orcid.org/0000-0002-5260-9315" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0004247 ;
    owl:annotatedTarget "A neuron that stratifies dendrites at two and only two locations." .

[]
    oboInOwl:hasDbXref "PRO:CNA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001083 ;
    owl:annotatedTarget "A protein that is a translation product of the human CD2 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PMID:11114424", "PRO:CNA", "Wikipedia:CD8" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001084 ;
    owl:annotatedTarget "A protein that is a translation product of the human CD8A gene or a 1:1 ortholog thereof. CD8 is a transmembrane that is a co-receptor for MHC class-I antigen/T-cell receptor interaction. The most common form of CD8 is composed of a CD8 alpha and a CD8 beta chain." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001289 ;
    owl:annotatedTarget "A protein that is a translation product of the human MS4A1 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001327 ;
    owl:annotatedTarget "A protein that has a core domain structure of signal sequence, propeptide, five Cadherin domains (Pfam:PF00028), a transmembrane region, and a Cadherin cytoplasmic region (Pfam:PF01049). Cadherins function as adhesion molecules that mediate Ca2+-dependent cell-cell adhesion in solid tissues." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001444 ;
    owl:annotatedTarget "A cadherin that is a translation product of the human CDH5 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001839 ;
    owl:annotatedTarget "A protein that is a translation product of the human CD5 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001869 ;
    owl:annotatedTarget "A protein that is a translation product of the human IL7R gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001889 ;
    owl:annotatedTarget "A protein that is a translation product of the human CD14 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001945 ;
    owl:annotatedTarget "A protein that is a translation product of the human TFRC gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:PR_000001945 ;
    owl:annotatedTarget "p90" .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000001971 ;
    owl:annotatedTarget "A protein with core architecture consisting of a signal sequence, followed by 7 Ig-like domains (Pfam:PF00047, Pfam:PF07679, or Pfam:PF07686), a transmembrane region, and a cytoplasmic Protein tyrosine kinase domain." .

[]
    oboInOwl:hasDbXref "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000002112 ;
    owl:annotatedTarget "A vascular endothelial growth factor receptor that is a translation product of the human KDR gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:CNA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000002976 ;
    owl:annotatedTarget "A protein that is the translation product of any of the LY6 genes (LY6A-LY6I)." .

[]
    oboInOwl:hasDbXref "PRO:CNA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000002978 ;
    owl:annotatedTarget "An Ly-6-like protein that is a translation product of the mouse Ly6g gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PMID:10848813", "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000002981 ;
    owl:annotatedTarget "A protein that is a translation product of the Ly76 gene in mouse." .

[]
    oboInOwl:hasDbXref "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000007499 ;
    owl:annotatedTarget "A protein that is a translation product of the human FGF8 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000014841 ;
    owl:annotatedTarget "A protein that is a translation product of the human SHH gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000016043 ;
    owl:annotatedTarget "A protein that is a translation product of the human TAL1 gene or a 1:1 ortholog thereof." .

[]
    oboInOwl:hasDbXref "PRO:DAN", "PRO:JSG" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000018263 ;
    owl:annotatedTarget "An organic amino compound that consists of amino acid residues (unmodified amino-acid residues and/or modified amino-acid residues) linked by peptide bonds or derivatives of such bonds." .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:PR_000018263 ;
    owl:annotatedTarget "peptide" .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:PR_000018263 ;
    owl:annotatedTarget "polypeptide" .

[]
    oboInOwl:hasDbXref "PMID:19693543" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000025796 ;
    owl:annotatedTarget "A protein that is composed of a long N-terminal extracellular domain, a transmembrane domain and a short cytoplasmic C-terminal domain. The N-terminal domain contains beta-propeller repeats (interrupted by an A domain in a subset of integrins alpha), while the C-terminal domain contains a GFFxR motif." .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000029032 ;
    owl:annotatedTarget "A protein that is encoded in the genome of Mus musculus." .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000036194 ;
    owl:annotatedTarget "A protein that is encoded in the genome of some Eukaryota." .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_000036194 ;
    owl:annotatedTarget "Eukaryota protein" .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_000064867 ;
    owl:annotatedTarget "A molecular entity that minimally consists of a protein." .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:PR_000064867 ;
    owl:annotatedTarget "protein" .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:PR_000064867 ;
    owl:annotatedTarget "protein aggregate" .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:PR_000064867 ;
    owl:annotatedTarget "protein complex" .

[]
    oboInOwl:hasDbXref "PRO:DAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:PR_000064867 ;
    owl:annotatedTarget "protein-containing complex" .

[]
    oboInOwl:hasDbXref "OMA:P01731", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P01731 ;
    owl:annotatedTarget "A T-cell surface glycoprotein CD8 alpha chain that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P01731" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P01731 ;
    owl:annotatedTarget "CD8a (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P01731" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P01731 ;
    owl:annotatedTarget "T-cell surface glycoprotein Lyt-2 (mouse)" .

[]
    oboInOwl:hasDbXref "PRO:DNx", "UniProtKB:P05555" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P05555 ;
    owl:annotatedTarget "An integrin alpha-M that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P05555" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P05555 ;
    owl:annotatedTarget "CD11 antigen-like family member B (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P05555" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P05555 ;
    owl:annotatedTarget "CD11b (mouse)" .

[]
    oboInOwl:hasDbXref "CL:CVS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0005000 ;
    owl:annotatedTarget "A CNS interneuron located in the spinal cord." .

[]
    oboInOwl:hasDbXref "UniProtKB:P05555" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P05555 ;
    owl:annotatedTarget "CR-3 alpha chain (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P05555" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P05555 ;
    owl:annotatedTarget "cell surface glycoprotein MAC-1 subunit alpha (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P05555" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P05555 ;
    owl:annotatedTarget "leukocyte adhesion receptor MO1 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P06332", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P06332 ;
    owl:annotatedTarget "A CD4 molecule that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P06332" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P06332 ;
    owl:annotatedTarget "CD4 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P06332" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P06332 ;
    owl:annotatedTarget "T-cell differentiation antigen L3T4 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P06332" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P06332 ;
    owl:annotatedTarget "T-cell surface antigen T4/Leu-3 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P08920", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P08920 ;
    owl:annotatedTarget "A CD2 molecule that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P08920" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P08920 ;
    owl:annotatedTarget "CD2 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P08920" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P08920 ;
    owl:annotatedTarget "LFA-2 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P08920" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P08920 ;
    owl:annotatedTarget "LFA-3 receptor (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P08920" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P08920 ;
    owl:annotatedTarget "T-cell surface antigen T11/Leu-5 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P08920" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P08920 ;
    owl:annotatedTarget "lymphocyte antigen 37 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P10810", "PRO:WCB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P10810 ;
    owl:annotatedTarget "A CD14 molecule that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P10810" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P10810 ;
    owl:annotatedTarget "CD14 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P10810" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P10810 ;
    owl:annotatedTarget "myeloid cell-specific leucine-rich glycoprotein (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P13379", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P13379 ;
    owl:annotatedTarget "A T-cell surface glycoprotein CD5 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P13379" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P13379 ;
    owl:annotatedTarget "CD5 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P13379" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P13379 ;
    owl:annotatedTarget "Lyt-1 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P13379" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P13379 ;
    owl:annotatedTarget "lymphocyte antigen 1 (mouse)" .

[]
    oboInOwl:hasDbXref "HMDB" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "Sulfuric acid ion(2-)" .

[]
    oboInOwl:hasDbXref "OMA:P13595", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P13595 ;
    owl:annotatedTarget "A neural cell adhesion molecule 1 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P13595" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P13595 ;
    owl:annotatedTarget "CD56 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P13595" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P13595 ;
    owl:annotatedTarget "N-CAM-1 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P13595" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P13595 ;
    owl:annotatedTarget "NCAM-1 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P16872", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P16872 ;
    owl:annotatedTarget "An interleukin-7 receptor subunit alpha that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P16872" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P16872 ;
    owl:annotatedTarget "CD127 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P16872" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P16872 ;
    owl:annotatedTarget "IL-7 receptor subunit alpha (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P16872" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P16872 ;
    owl:annotatedTarget "IL-7R subunit alpha (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P16872" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P16872 ;
    owl:annotatedTarget "IL-7R-alpha (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P16872" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P16872 ;
    owl:annotatedTarget "IL-7RA (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P19437", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P19437 ;
    owl:annotatedTarget "A membrane-spanning 4-domains subfamily A member 1 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P19437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P19437 ;
    owl:annotatedTarget "B-cell differentiation antigen Ly-44 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P19437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P19437 ;
    owl:annotatedTarget "CD20 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P19437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P19437 ;
    owl:annotatedTarget "lymphocyte antigen 44 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P19437" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P19437 ;
    owl:annotatedTarget "membrane-spanning 4-domains subfamily A member 1 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P22091", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P22091 ;
    owl:annotatedTarget "A T-cell acute lymphocytic leukemia protein 1 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P22091" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P22091 ;
    owl:annotatedTarget "Stem cell protein (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P22091" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P22091 ;
    owl:annotatedTarget "TAL-1 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P22646", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P22646 ;
    owl:annotatedTarget "A CD3 epsilon that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P22646" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P22646 ;
    owl:annotatedTarget "CD3e (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P22646" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P22646 ;
    owl:annotatedTarget "T-cell surface antigen T3/Leu-4 epsilon chain (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P25918", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P25918 ;
    owl:annotatedTarget "A CD19 molecule that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P25918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P25918 ;
    owl:annotatedTarget "CD19 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P25918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P25918 ;
    owl:annotatedTarget "differentiation antigen CD19 (mouse)" .

[]
    oboInOwl:hasDbXref "PRO:CNA", "UniProtKB:P35461" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P35461 ;
    owl:annotatedTarget "A lymphocyte antigen 6G that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P35461" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35461 ;
    owl:annotatedTarget "Ly-6G (mouse)" .

[]
    oboInOwl:hasDbXref "CL:CVS", "PMID:28400610", "PMID:30422572", "PMID:38032388" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0005012 ;
    owl:annotatedTarget "A columnar/cuboidal epithelial cell with multiple motile cilia on its apical surface. These cells facilitate the movement of liquids such as mucus or cerebrospinal fluid across the epithelial surface." .

[]
    oboInOwl:hasDbXref "UniProtKB:P35461" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35461 ;
    owl:annotatedTarget "Ly-6G.1 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P35918", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P35918 ;
    owl:annotatedTarget "A vascular endothelial growth factor receptor 2 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P35918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35918 ;
    owl:annotatedTarget "CD309 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P35918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35918 ;
    owl:annotatedTarget "FLK-1 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P35918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35918 ;
    owl:annotatedTarget "VEGFR-2 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P35918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35918 ;
    owl:annotatedTarget "fetal liver kinase 1 (mouse)" .

[]
    oboInOwl:hasDbXref "PMID:22118931", "PMID:23959957", "PMID:25729351", "PMID:26378583" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0005012 ;
    owl:annotatedTarget "While the term 'multi-ciliated epithelial cell' refers to cells with multiple motile cilia, there are exceptions where epithelial cells may have multiple non-motile cilia. Examples include olfactory sensory neurons, which have non-motile cilia for sensory detection, and choroid plexus epithelial cells, which possess multiple non-motile cilia with transient motility during development. Multiciliated cells are essential for human health, and their dysfunction can lead to various diseases known as ciliopathies, such as primary ciliary dyskinesia. This condition affects the respiratory system, brain ventricles, and reproductive system, leading to chronic respiratory infections, hydrocephalus, and infertility" .

[]
    oboInOwl:hasDbXref "UniProtKB:P35918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35918 ;
    owl:annotatedTarget "kinase NYK (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P35918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P35918 ;
    owl:annotatedTarget "protein-tyrosine kinase receptor flk-1 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P37237", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P37237 ;
    owl:annotatedTarget "A fibroblast growth factor 8 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P37237" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P37237 ;
    owl:annotatedTarget "AIGF (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P37237" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P37237 ;
    owl:annotatedTarget "FGF-8 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P37237" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P37237 ;
    owl:annotatedTarget "androgen-induced growth factor (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P37237" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PR_P37237 ;
    owl:annotatedTarget "HBGF-8 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P37237" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PR_P37237 ;
    owl:annotatedTarget "heparin-binding growth factor 8 (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:P55284", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_P55284 ;
    owl:annotatedTarget "A cadherin-5 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:P55284" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P55284 ;
    owl:annotatedTarget "CD144 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P55284" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P55284 ;
    owl:annotatedTarget "VE-cadherin (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:P55284" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_P55284 ;
    owl:annotatedTarget "vascular endothelial cadherin (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:Q62226", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_Q62226 ;
    owl:annotatedTarget "A sonic hedgehog protein that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62226" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q62226 ;
    owl:annotatedTarget "HHG-1 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62226" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q62226 ;
    owl:annotatedTarget "SHH (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62226" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q62226 ;
    owl:annotatedTarget "Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62226" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q62226 ;
    owl:annotatedTarget "ShhNC (mouse)" .

[]
    oboInOwl:hasDbXref "OMA:Q62351", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_Q62351 ;
    owl:annotatedTarget "A transferrin receptor protein 1 that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62351" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q62351 ;
    owl:annotatedTarget "CD71 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62351" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q62351 ;
    owl:annotatedTarget "TfR (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62351" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q62351 ;
    owl:annotatedTarget "TfR1 (mouse)" .

[]
    oboInOwl:hasDbXref "UniProtKB:Q62351" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PR_Q62351 ;
    owl:annotatedTarget "TR (mouse)" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "[SO4](2-)" .

[]
    oboInOwl:hasDbXref "OMA:Q64314", "PRO:DNx" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PR_Q64314 ;
    owl:annotatedTarget "A CD34 molecule that is encoded in the genome of mouse." .

[]
    oboInOwl:hasDbXref "UniProtKB:Q64314" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PR_Q64314 ;
    owl:annotatedTarget "CD34 (mouse)" .

[]
    oboInOwl:hasDbXref "span:ProcessualEntity" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000000 ;
    owl:annotatedTarget "An occurrent [span:Occurrent] that exists in time by occurring or happening, has temporal parts and always involves and depends on some entity." .

[]
    oboInOwl:hasDbXref "FBbt:00005157" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000005 ;
    owl:annotatedTarget "chemosensory sensory organ" .

[]
    oboInOwl:hasDbXref "Wikipedia:Submucosa" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000009 ;
    owl:annotatedTarget "A layer of dense irregular connective tissue that lines organs and supports the mucosa, as well as joins the mucosa to the bulk of underlying smooth muscle. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:85391" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000009 ;
    owl:annotatedTarget "organ submucosa" .

[]
    oboInOwl:hasDbXref "FMA:85392" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000009 ;
    owl:annotatedTarget "region of submucosa" .

[]
    oboInOwl:hasDbXref "FMA:85391" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000009 ;
    owl:annotatedTarget "submucosa of organ" .

[]
    oboInOwl:hasDbXref "ZFIN:CVS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0005024 ;
    owl:annotatedTarget "A motor neuron that innervates a skeletal muscle.  These motor neurons are all excitatory and cholinergic." .

[]
    oboInOwl:hasDbXref "FMA:85392" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000009 ;
    owl:annotatedTarget "submucosa of region of organ" .

[]
    oboInOwl:hasDbXref "BTO:0002107" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000009 ;
    owl:annotatedTarget "submucous layer" .

[]
    oboInOwl:hasDbXref "BTO:0002107" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000009 ;
    owl:annotatedTarget "tela submucosa" .

[]
    oboInOwl:hasDbXref "GO:0007422" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000010 ;
    owl:annotatedTarget "A major division of the nervous system that contains nerves which connect the central nervous system (CNS) with sensory organs, other organs, muscles, blood vessels and glands." .

[]
    oboInOwl:hasDbXref "GO:0048486" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000011 ;
    owl:annotatedTarget "The parasympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system. Parasympathetic nerves emerge cranially as pre ganglionic fibers from oculomotor, facial, glossopharyngeal and vagus and from the sacral region of the spinal cord. Most neurons are cholinergic and responses are mediated by muscarinic receptors. The parasympathetic system innervates, for example: salivary glands, thoracic and abdominal viscera, bladder and genitalia[GO]." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0007001 ;
    owl:annotatedTarget "Cell that has the potential to form a skeletal cell type (e.g. cells in periosteum, cells in marrow) and produce extracellular matrix (often mineralized) and skeletal tissue (often mineralized)." .

[]
    oboInOwl:hasDbXref "NLXANAT:100301" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000012 ;
    owl:annotatedTarget "Part of peripheral nervous system that includes the somatic parts of the cranial and spinal nerves and their ganglia and the peripheral sensory receptors." .

[]
    oboInOwl:hasDbXref "NLXANAT:100301" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000012 ;
    owl:annotatedTarget "somatic nervous system, somatic division" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000012 ;
    owl:annotatedTarget "somatic part of peripheral nervous system" .

[]
    oboInOwl:hasDbXref "NLXANAT:100301" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000012 ;
    owl:annotatedTarget "somatic peripheral nervous system" .

[]
    oboInOwl:hasDbXref "GO:0048485" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000013 ;
    owl:annotatedTarget "The sympathetic nervous system is one of the two divisions of the vertebrate autonomic nervous system (the other being the parasympathetic nervous system). The sympathetic preganglionic neurons have their cell bodies in the thoracic and lumbar regions of the spinal cord and connect to the paravertebral chain of sympathetic ganglia. Innervate heart and blood vessels, sweat glands, viscera and the adrenal medulla. Most sympathetic neurons, but not all, use noradrenaline as a post-ganglionic neurotransmitter [GO]." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_0007001 ;
    owl:annotatedTarget "scleroblast" .

[]
    oboInOwl:hasDbXref "Wikipedia:Skin", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000014 ;
    owl:annotatedTarget "Any portion of the organ that covers that body and consists of a layer of epidermis and a layer of dermis." .

[]
    oboInOwl:hasDbXref "MA:0000151" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000014 ;
    owl:annotatedTarget "skin" .

[]
    oboInOwl:hasDbXref "CARO:0000010" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000015 ;
    owl:annotatedTarget "A non-material anatomical entity of two dimensions. Anatomical boundaries are contiguous structures." .

[]
    oboInOwl:hasDbXref "CARO:0000010" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000015 ;
    owl:annotatedTarget "anatomical boundary" .

[]
    oboInOwl:hasDbXref "FB:gg", "Wikipedia:Compound_eye" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000018 ;
    owl:annotatedTarget "A light sensing organ composed of ommatidia." .

[]
    oboInOwl:hasDbXref "BTO:0001921" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000018 ;
    owl:annotatedTarget "Facettenauge" .

[]
    oboInOwl:hasDbXref "BTO:0001921" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000018 ;
    owl:annotatedTarget "Komplexauge" .

[]
    oboInOwl:hasDbXref "BTO:0001921" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000018 ;
    owl:annotatedTarget "zusammengesetztes Auge" .

[]
    oboInOwl:hasDbXref "GO:0043010", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000019 ;
    owl:annotatedTarget "An organ of sight that includes the camera-type eyeball and supporting structures such as the lacrimal apparatus, the conjunctiva, the eyelid." .

[]
    oboInOwl:hasDbXref "FMA:54448" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000019 ;
    owl:annotatedTarget "eye" .

[]
    oboInOwl:hasDbXref "FMA:54448" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000019 ;
    owl:annotatedTarget "orbital part of face" .

[]
    oboInOwl:hasDbXref "FMA:54448" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000019 ;
    owl:annotatedTarget "orbital region" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000002" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0007004 ;
    owl:annotatedTarget "Cell that is part of the neural crest region of the neuroepithelium, prior to migration. Note that not all premigratory neural crest cells may become migratory neural crest cells." .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/549", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "An organ that is capable of transducing sensory stimulus to the nervous system." .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "organ of sense organ system" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "organ of sensory organ system" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "organ of sensory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "sense organ system organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "sensory organ system organ" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "sensory system organ" .

[]
    oboInOwl:hasDbXref "WBbt:0006929" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "sensillum" .

[]
    oboInOwl:hasDbXref "BTO:0000202" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000020 ;
    owl:annotatedTarget "Sinnesorgan" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0007009 ;
    owl:annotatedTarget "Skeletogenic cell that has the potential to develop into a chondroblast; and arises from neural crest, meseosdermal and notochordal and connective tissue cells." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000023 ;
    owl:annotatedTarget "Appendage that is shaped in order to produce lift for flight through the air." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000023 ;
    owl:annotatedTarget "aliform appendage" .

[]
    oboInOwl:hasDbXref "GOC:DOS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008000 ;
    owl:annotatedTarget "Any muscle cell in which the fibers are not organised into sarcomeres." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000025 ;
    owl:annotatedTarget "Any hollow cylindrical anatomical structure containing a lumen through which substances are transported." .

[]
    oboInOwl:hasDbXref "CARO:DOS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000026 ;
    owl:annotatedTarget "Major subdivision of an organism that protrudes from the body[DOS, CARO]." .

[]
    oboInOwl:hasDbXref "BTO:0001492" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000026 ;
    owl:annotatedTarget "extremitaet" .

[]
    oboInOwl:hasDbXref "MP:0000001" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000026 ;
    owl:annotatedTarget "limbs/digits/tail" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "sulphate" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008001 ;
    owl:annotatedTarget "Any hematopoietic cell that is a precursor of some other hematopoietic cell type." .

[]
    oboInOwl:hasDbXref "Wikipedia:Lamina_propria" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000030 ;
    owl:annotatedTarget "A thin layer of loose connective tissue which lies beneath the epithelium and together with the epithelium constitutes the mucosa[WP]. The lamina propria contains capillaries and a central lacteal (lymph vessel) in the small intestine, as well as lymphoid tissue. Lamina propria also contains glands with the ducts opening on to the mucosal epithelium, that secrete mucus and serous secretions." .

[]
    oboInOwl:hasDbXref "BTO:0002330" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000030 ;
    owl:annotatedTarget "tunica propria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "A lamina propria that is part of a respiratory airway." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "lamina propria mucosa of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "lamina propria mucosa of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "lamina propria mucosae of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "lamina propria mucosae of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "lamina propria of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "trachea lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "trachea lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "windpipe lamina propria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "windpipe lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000031 ;
    owl:annotatedTarget "windpipe lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "GO:0060322", "Wikipedia:Head" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000033 ;
    owl:annotatedTarget "The head is the anterior-most division of the body [GO]." .

[]
    oboInOwl:hasDbXref "FMA:7154" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000033 ;
    owl:annotatedTarget "head (volume)" .

[]
    oboInOwl:hasDbXref "SPD:0000016" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000033 ;
    owl:annotatedTarget "cephalic area" .

[]
    oboInOwl:hasDbXref "Wikipedia:Serous_membrane", "https://github.com/obophenotype/uberon/issues/86" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000042 ;
    owl:annotatedTarget "Multi-tissue structure that is comprised of a secretory epithelial layer (mesothelium) and a connective tissue layer." .

[]
    oboInOwl:hasDbXref "FMA:9581" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000042 ;
    owl:annotatedTarget "wall of serous sac" .

[]
    oboInOwl:hasDbXref "Wikipedia:Serous_membrane" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000042 ;
    owl:annotatedTarget "serosa" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "VSAO:0000073", "Wikipedia:Tendon", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000043 ;
    owl:annotatedTarget "Dense regular connective tissue that connects muscle to bone[VSAO]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Tendon" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000043 ;
    owl:annotatedTarget "sinew" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ganglion", "https://github.com/obophenotype/uberon/issues/300" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000045 ;
    owl:annotatedTarget "A biological tissue mass, most commonly a mass of nerve cell bodies." .

[]
    oboInOwl:hasDbXref "BTO:0000497" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000045 ;
    owl:annotatedTarget "neural ganglion" .

[]
    oboInOwl:hasDbXref "Wikipedia:Eye#Simple_eyes" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000047 ;
    owl:annotatedTarget "An eye with one concave chamber. Note that 'simple' does not imply a reduced level of complexity or acuity." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000055 ;
    owl:annotatedTarget "A tubular structure that contains, conveys body fluid, such as blood or lymph." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "http://www.siumed.edu/~dking2/intro/glands.htm#ducts" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000058 ;
    owl:annotatedTarget "A tubular structure that transports secreted or excreted substances." .

[]
    oboInOwl:hasDbXref "FMA:82482" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000060 ;
    owl:annotatedTarget "Organ component adjacent to an organ cavity and which consists of a maximal aggregate of organ component layers." .

[]
    oboInOwl:hasDbXref "FMA:82482" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000060 ;
    owl:annotatedTarget "wall of organ" .

[]
    oboInOwl:hasDbXref "FMA:82482" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000060 ;
    owl:annotatedTarget "organ wall" .

[]
    oboInOwl:hasDbXref "CARO:0000003" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000061 ;
    owl:annotatedTarget "Material anatomical entity that is a single connected structure with inherent 3D shape generated by coordinated expression of the organism's own genome." .

[]
    oboInOwl:hasDbXref "CARO:0000003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000061 ;
    owl:annotatedTarget "connected biological structure" .

[]
    oboInOwl:hasDbXref "Wikipedia:Organ_(anatomy)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000062 ;
    owl:annotatedTarget "Anatomical structure that performs a specific function or group of functions [WP]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000062 ;
    owl:annotatedTarget "element" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000063 ;
    owl:annotatedTarget "A part of an organ that constitutes a distinct modular sub-unit. In some cases, the organ may also contain other sub-units of identical or similar types, in other cases this may be a distinct entity." .

[]
    oboInOwl:hasDbXref "FMA:86140" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000063 ;
    owl:annotatedTarget "organ region with fixed fiat boundary" .

[]
    oboInOwl:hasDbXref "FMA:86140" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000063 ;
    owl:annotatedTarget "organ segment" .

[]
    oboInOwl:hasDbXref "FMA:86140" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000063 ;
    owl:annotatedTarget "segment of organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000064 ;
    owl:annotatedTarget "A multicellular structure that is a part of an organ." .

[]
    oboInOwl:hasDbXref "FMA:82472" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000064 ;
    owl:annotatedTarget "cardinal organ part" .

[]
    oboInOwl:hasDbXref "BIRNLEX:16" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000064 ;
    owl:annotatedTarget "regional part of organ" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000065 ;
    owl:annotatedTarget "Anatomical structure that is part of the respiratory system. In mammals consists of upper and lower tracts." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000066 ;
    owl:annotatedTarget "The stage of development at which the animal is fully formed, including immaturity and maturity. Includes both sexually immature stage, and adult stage." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000068 ;
    owl:annotatedTarget "A life cycle stage that starts with fertilization and ends with the fully formed embryo." .

[]
    oboInOwl:hasDbXref "XAO:0000437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000071 ;
    owl:annotatedTarget "End of the life of an organism." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000072 ;
    owl:annotatedTarget "An section of a respiratory tract." .

[]
    oboInOwl:hasDbXref "MA:0000434" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000072 ;
    owl:annotatedTarget "respiratory tract" .

[]
    oboInOwl:hasDbXref "BIRNLEX:1157" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000073 ;
    owl:annotatedTarget "Any part or collection of parts of the central or peripheral nervous system. Parts may span both CNS and PNS." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1157" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000073 ;
    owl:annotatedTarget "part of nervous system" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16189 ;
    owl:annotatedTarget "sulphate ion" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000075 ;
    owl:annotatedTarget "Anatomical cluster consisting of the skeletal elements and articular elements that are part of an individual subdivision of the organism." .

[]
    oboInOwl:hasDbXref "FMA:85544" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000075 ;
    owl:annotatedTarget "skeletal system subdivision" .

[]
    oboInOwl:hasDbXref "MGI:anna", "MP:0012532" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000076 ;
    owl:annotatedTarget "The surface (external) layer of ectoderm which begins to proliferate shortly after separation from the neuroectoderm." .

[]
    oboInOwl:hasDbXref "MP:0012532" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000076 ;
    owl:annotatedTarget "surface ectoderm" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000077 ;
    owl:annotatedTarget "An anatomical structure that develops from the endoderm and the mesoderm." .

[]
    oboInOwl:hasDbXref "GOC:tfm", "ISBN:0323052908" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008002 ;
    owl:annotatedTarget "A transversely striated, synctial cell of skeletal muscle. It is formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000078 ;
    owl:annotatedTarget "An anatomical structure that develops from the ectoderm, mesoderm and endoderm." .

[]
    oboInOwl:hasDbXref "MP:0012130" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000085 ;
    owl:annotatedTarget "A spherical embryonic mass of blastomeres formed before the blastula and resulting from cleavage of the fertilized ovum." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000085 ;
    owl:annotatedTarget "morula (2-16 cells)" .

[]
    oboInOwl:hasDbXref "Wikipedia:Zona_pellucida" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000086 ;
    owl:annotatedTarget "A glycoprotein membrane surrounding the plasma membrane of an oocyte. It is a vital constitutive part of the latter, external but not extraneous to it. The zona pellucida first appears in multilaminar primary oocytes." .

[]
    oboInOwl:hasDbXref "VHOG:0000720" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000086 ;
    owl:annotatedTarget "zona pellucida - vitelline membrane" .

[]
    oboInOwl:hasDbXref "BTO:0003135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000086 ;
    owl:annotatedTarget "oolemma" .

[]
    oboInOwl:hasDbXref "BTO:0003135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000086 ;
    owl:annotatedTarget "pellucid zone" .

[]
    oboInOwl:hasDbXref "BTO:0003135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000086 ;
    owl:annotatedTarget "striated membrane" .

[]
    oboInOwl:hasDbXref "BTO:0003135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000086 ;
    owl:annotatedTarget "zona radiata" .

[]
    oboInOwl:hasDbXref "BTO:0003135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000086 ;
    owl:annotatedTarget "zona striata" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MGI:pvb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000087 ;
    owl:annotatedTarget "A mass of cells that develop into the body of the embryo and some extraembryonic tissues." .

[]
    oboInOwl:hasDbXref "VHOG:0000742" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000087 ;
    owl:annotatedTarget "ICM" .

[]
    oboInOwl:hasDbXref "FMA:86557" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000087 ;
    owl:annotatedTarget "early embryoblast" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0005031" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000088 ;
    owl:annotatedTarget "The mesectodermal cell layer arising from the trophectoderm that erodes the uterine mucosa and contributes to the formation of the placenta." .

[]
    oboInOwl:hasDbXref "MP:0005031" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000088 ;
    owl:annotatedTarget "trophoblast layer" .

[]
    oboInOwl:hasDbXref "BTO:0001079" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000088 ;
    owl:annotatedTarget "trophoderm" .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000091 ;
    owl:annotatedTarget "A flattened, almost circular bilaminar plate of cells formed when the inner cell mass (aka embryoblast) forms two epithelial layers, each of a distinct lineage, separated by an extracellular basement membrane: the external (dorsal) layer is called the epiblast and the internal (ventral) layer is called the hypoblast (aka primitive endoderm); together, they compose the bilaminar embryonic disc." .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000091 ;
    owl:annotatedTarget "embryonic disc" .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000091 ;
    owl:annotatedTarget "embryonic shield" .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000091 ;
    owl:annotatedTarget "germinal disc" .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000091 ;
    owl:annotatedTarget "germinal disk" .

[]
    oboInOwl:hasDbXref "ISBN:9780878932504" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000091 ;
    owl:annotatedTarget "bilaminary germ disc" .

[]
    oboInOwl:hasDbXref "Wikipedia:Bilaminar_disc" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000091 ;
    owl:annotatedTarget "bilaminar disk" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000092 ;
    owl:annotatedTarget "Stage succeeding embryo, including mature structure." .

[]
    oboInOwl:hasDbXref "FMA:7145" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000094 ;
    owl:annotatedTarget "Nonparenchymatous organ that primarily consists of dense connective tissue organized into a sheet which interconnects two or more organs, separates two or more body spaces from one another, or surrounds an organ or body part. Examples: interosseous membrane of forearm, obturator membrane, tympanic membrane, fibrous pericardium, fascia lata, dura mater. [FMA]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cardiac_neural_crest" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000095 ;
    owl:annotatedTarget "Portion of neural crest that develops from the dorsal neural tube. It overlaps the vagal neural crest and migrates to populate the pharyngeal arches 3, 4 and 6 (producing structures in the head) and to the heart, forming connective tissue that separates the great vessels of the heart. [Wikipedia]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cardiac_neural_crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000095 ;
    owl:annotatedTarget "cardiac neural crest complex" .

[]
    oboInOwl:hasDbXref "Wikipedia:Cardiac_neural_crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000095 ;
    owl:annotatedTarget "complexus cristae neuralis cardiacus" .

[]
    oboInOwl:hasDbXref "GOC:GO" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000102 ;
    owl:annotatedTarget "The lung vasculature is composed of the tubule structures that carry blood or lymph in the lungs[GO]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000102 ;
    owl:annotatedTarget "lung vascular network" .

[]
    oboInOwl:hasDbXref "FMA:73750" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000102 ;
    owl:annotatedTarget "pulmonary vasculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000102 ;
    owl:annotatedTarget "vascular network of lung" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000102 ;
    owl:annotatedTarget "vasculature of lung" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008007 ;
    owl:annotatedTarget "A muscle cell that is part of some visceral muscle." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000104 ;
    owl:annotatedTarget "An entire span of an organism's life. In metazoans, commences with the zygote stage and ends with the death of the organism." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000105 ;
    owl:annotatedTarget "A spatiotemporal region encompassing some part of the life cycle of an organism." .

[]
    oboInOwl:hasDbXref "Wikipedia:Zygote" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000106 ;
    owl:annotatedTarget "A stage at which the organism is a single cell produced by means of sexual reproduction." .

[]
    oboInOwl:hasDbXref "BTO:0000854" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000106 ;
    owl:annotatedTarget "fertilized egg stage" .

[]
    oboInOwl:hasDbXref "VHOG:0000745" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000106 ;
    owl:annotatedTarget "one-cell stage" .

[]
    oboInOwl:hasDbXref "VHOG:0000745" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000106 ;
    owl:annotatedTarget "zygote" .

[]
    oboInOwl:hasDbXref "GO:0040016", "Wikipedia:Cleavage_(embryo)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000107 ;
    owl:annotatedTarget "The first few specialized divisions of an activated animal egg; Stage consisting of division of cells in the early embryo. The zygotes of many species undergo rapid cell cycles with no significant growth, producing a cluster of cells the same size as the original zygote. The different cells derived from cleavage are called blastomeres and form a compact mass called the morula. Cleavage ends with the formation of the blastula." .

[]
    oboInOwl:hasDbXref "Wikipedia:Blastula" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000108 ;
    owl:annotatedTarget "An early stage of embryonic development in animals. It is produced by cleavage of a fertilized ovum and consists of a spherical layer of around 128 cells surrounding a central fluid-filled cavity called the blastocoel. The blastula follows the morula and precedes the gastrula in the developmental sequence." .

[]
    oboInOwl:hasDbXref "GO:0007369" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000109 ;
    owl:annotatedTarget "A stage defined by complex and coordinated series of cellular movements that occurs at the end of cleavage during embryonic development of most animals. The details of gastrulation vary from species to species, but usually result in the formation of the three primary germ layers, ectoderm, mesoderm and endoderm." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000109 ;
    owl:annotatedTarget "blastocystis trilaminaris stage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000109 ;
    owl:annotatedTarget "trilaminar blastocyst stage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000109 ;
    owl:annotatedTarget "trilaminar blastoderm stage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000109 ;
    owl:annotatedTarget "trilaminar disk stage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000109 ;
    owl:annotatedTarget "trilaminar germ stage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000109 ;
    owl:annotatedTarget "trilaminar stage" .

[]
    oboInOwl:hasDbXref "GO:0001841" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000110 ;
    owl:annotatedTarget "A chordate developmental stage defined by the formation of a tube from the flat layer of ectodermal cells known as the neural plate. This will give rise to the central nervous system." .

[]
    oboInOwl:hasDbXref "Wikipedia:Organogenesis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000111 ;
    owl:annotatedTarget "A stage at which the ectoderm, endoderm, and mesoderm develop into the internal organs of the organism." .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MGI:anna", "MP:0002276", "PMID:14635660" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000114 ;
    owl:annotatedTarget "The connective tissue located between the respiratory (airway and alveolar) epithelium, the capillary endothelium and pleural mesothelium; it contains basement membrane composed of collagen, elastin, proteoglycans, and fibronectin." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000114 ;
    owl:annotatedTarget "connective tissue of lung" .

[]
    oboInOwl:hasDbXref "FMA:27533" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000114 ;
    owl:annotatedTarget "pulmonary interstitium" .

[]
    oboInOwl:hasDbXref "MA:0001782" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000114 ;
    owl:annotatedTarget "lung interstitial tissue" .

[]
    oboInOwl:hasDbXref "EMAPA:35521" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000114 ;
    owl:annotatedTarget "pulmonary connective tissue" .

[]
    oboInOwl:hasDbXref "MP:0006382" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000115 ;
    owl:annotatedTarget "The epithelial layer of the lung." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000115 ;
    owl:annotatedTarget "epithelial tissue of lung" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000115 ;
    owl:annotatedTarget "epithelium of lung" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000115 ;
    owl:annotatedTarget "lung epithelial tissue" .

[]
    oboInOwl:hasDbXref "BTO:0001653" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000115 ;
    owl:annotatedTarget "pulmonary epithelium" .

[]
    oboInOwl:hasDbXref "GO:0030323", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000117 ;
    owl:annotatedTarget "A tube in the respiratory system. Examples: bronchus, bronchiole, trachea." .

[]
    oboInOwl:hasDbXref "FMA:12224" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000117 ;
    owl:annotatedTarget "segment of tracheobronchial tree" .

[]
    oboInOwl:hasDbXref "MP:0004391" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0000117 ;
    owl:annotatedTarget "respiratory conducting tube" .

[]
    oboInOwl:hasDbXref "FMA:12224" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0000117 ;
    owl:annotatedTarget "segment of tracheobronchial tree" .

[]
    oboInOwl:hasDbXref "FMA:12224" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0000117 ;
    owl:annotatedTarget "tracheobronchial tree segment" .

[]
    oboInOwl:hasDbXref "GO:0060431", "Wikipedia:Respiratory_bud" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000118 ;
    owl:annotatedTarget "Structure derived from foregut that becomes a lung[GO]." .

[]
    oboInOwl:hasDbXref "GO:0060572" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000118 ;
    owl:annotatedTarget "primary lung bud" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lung_buds" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000118 ;
    owl:annotatedTarget "respiratory diverticulum" .

[]
    oboInOwl:hasDbXref "CARO:0001001", "FBC:DOS", "FBbt:00005099" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000122 ;
    owl:annotatedTarget "A fasciculated bundle of neuron projections (GO:0043005), largely or completely lacking synapses." .

[]
    oboInOwl:hasDbXref "FBbt:00005099" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000122 ;
    owl:annotatedTarget "nerve fiber bundle" .

[]
    oboInOwl:hasDbXref "NLX:28443" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000125 ;
    owl:annotatedTarget "A spatially aggregated collection of nerve cell bodies in the CNS, consisting of one or more subpopulations that share cell type, chemical phenotype, and connections, and including nearby cells that share the same cell type, chemical phenotype, and connections. (CUMBO)." .

[]
    oboInOwl:hasDbXref "FMA:83686" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000125 ;
    owl:annotatedTarget "neuraxis nucleus" .

[]
    oboInOwl:hasDbXref "AEO:0000136" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000125 ;
    owl:annotatedTarget "neuronal nucleus" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008008 ;
    owl:annotatedTarget "A visceral muscle cell that is striated.  Examples include the visceral muscle cells of arhtropods." .

[]
    oboInOwl:hasDbXref "NLX:28443" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000125 ;
    owl:annotatedTarget "nucleus of CNS" .

[]
    oboInOwl:hasDbXref "NLX:28532" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000126 ;
    owl:annotatedTarget "Nucleus that receives projections from or contains neurons that send projections through one of the cranial nerves." .

[]
    oboInOwl:hasDbXref "FMA:54501" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000126 ;
    owl:annotatedTarget "cranial neural nucleus" .

[]
    oboInOwl:hasDbXref "FMA:82500" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000158 ;
    owl:annotatedTarget "membranous organ component" .

[]
    oboInOwl:hasDbXref "FMA:3724" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000161 ;
    owl:annotatedTarget "Anatomical conduit that connects two adjacent body spaces (or a body space with the space surrounding the organism)[FMA,modified]." .

[]
    oboInOwl:hasDbXref "FMA:3724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000161 ;
    owl:annotatedTarget "anatomical ostium" .

[]
    oboInOwl:hasDbXref "FMA:3724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000161 ;
    owl:annotatedTarget "anatomical orifice" .

[]
    oboInOwl:hasDbXref "Wikipedia:Mouth", "https://github.com/obophenotype/uberon/wiki/The-digestive-tract" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "The proximal portion of the digestive tract, containing the oral cavity and bounded by the oral opening. In vertebrates, this extends to the pharynx and includes gums, lips, tongue and parts of the palate. Typically also includes the teeth, except where these occur elsewhere (e.g. pharyngeal jaws) or protrude from the mouth (tusks)." .

[]
    oboInOwl:hasDbXref "BTO:0001090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "cavitas oris" .

[]
    oboInOwl:hasDbXref "BTO:0001090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "cavum oris" .

[]
    oboInOwl:hasDbXref "BTO:0001090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "mouth cavity" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001326" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "oral region" .

[]
    oboInOwl:hasDbXref "BTO:0001090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "oral vestibule" .

[]
    oboInOwl:hasDbXref "BTO:0001090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "rima oris" .

[]
    oboInOwl:hasDbXref "VHOG:0000812" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "stomatodaeum" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "trophic apparatus" .

[]
    oboInOwl:hasDbXref "BTO:0001090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "vestibule of mouth" .

[]
    oboInOwl:hasDbXref "BTO:0001090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000165 ;
    owl:annotatedTarget "vestibulum oris" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-digestive-tract" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000166 ;
    owl:annotatedTarget "The orifice that connects the mouth to the exterior of the body." .

[]
    oboInOwl:hasDbXref "FMA:59806" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000166 ;
    owl:annotatedTarget "oral fissure" .

[]
    oboInOwl:hasDbXref "FMA:59806" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000166 ;
    owl:annotatedTarget "oral orifice" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "https://github.com/obophenotype/uberon/wiki/The-digestive-tract", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000167 ;
    owl:annotatedTarget "Anatomical cavity at the start of the digestive tract that that is enclosed by the mouth. The boundaries and contents vary depending on the species. In vertebrates, the boundaries are the oral opening, the cheeks, the palate and (if present) the palatoglossal arch - if this is not present then the mouth and pharynx form the oropharyngeal cavity. The buccal cavity contains the teeth, tongue and palate (when present)." .

[]
    oboInOwl:hasDbXref "FMA:20292", "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000167 ;
    owl:annotatedTarget "buccal cavity" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000170 ;
    owl:annotatedTarget "The pair of anatomical structures comprised of a left lung and right lung." .

[]
    oboInOwl:hasDbXref "GO:0007585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000171 ;
    owl:annotatedTarget "Organ that functions in gaseous exchange between an organism and its environment. In plants, microorganisms, and many small animals, air or water makes direct contact with the organism's cells or tissue fluids, and the processes of diffusion supply the organism with dioxygen (O2) and remove carbon dioxide (CO2). In larger animals the efficiency of gaseous exchange is improved by specialized respiratory organs, such as lungs and gills, which are ventilated by breathing mechanisms." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000171 ;
    owl:annotatedTarget "apparatus respiratorius organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000171 ;
    owl:annotatedTarget "organ of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000171 ;
    owl:annotatedTarget "organ of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000171 ;
    owl:annotatedTarget "respiratory system organ" .

[]
    oboInOwl:hasDbXref "FMA:9670", "Wikipedia:Blood", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/9" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000178 ;
    owl:annotatedTarget "A fluid that is composed of blood plasma and erythrocytes." .

[]
    oboInOwl:hasDbXref "BTO:0000089" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000178 ;
    owl:annotatedTarget "whole blood" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000179 ;
    owl:annotatedTarget "Circulating fluid that is part of the hemolymphoid system. Blood, lymph, interstitial fluid or its analogs." .

[]
    oboInOwl:hasDbXref "GO:0021543", "ISBN:0471888893", "Wikipedia:Pallium_(neuroanatomy)", "https://github.com/obophenotype/uberon/issues/287" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000203 ;
    owl:annotatedTarget "Dorsal part (roof region) of the telencephalon[GO]." .

[]
    oboInOwl:hasDbXref "ZFA:0000505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000203 ;
    owl:annotatedTarget "area dorsalis telencephali" .

[]
    oboInOwl:hasDbXref "ISBN:0471888893" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000203 ;
    owl:annotatedTarget "dorsal part of telencephalon" .

[]
    oboInOwl:hasDbXref "ZFA:0000505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000203 ;
    owl:annotatedTarget "dorsal telencephalic area" .

[]
    oboInOwl:hasDbXref "ZFA:0000505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000203 ;
    owl:annotatedTarget "dorsal telencephalon" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tendon_sheath" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000304 ;
    owl:annotatedTarget "A layer of membrane around a tendon. It has 2 layers: synovial sheath + fibrous tendon sheath." .

[]
    oboInOwl:hasDbXref "FMA:45087" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000304 ;
    owl:annotatedTarget "synovial tendon sheath" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008009 ;
    owl:annotatedTarget "A visceral muscle that is transversely striated.  Examples include the visceral muscle cells of arthropods." .

[]
    oboInOwl:hasDbXref "Wikipedia:Blastula" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000307 ;
    owl:annotatedTarget "Organism at the blastula stage - an early stage of embryonic development in animals. It is produced by cleavage of a fertilized ovum and consists of a spherical layer of around 128 cells surrounding a central fluid-filled cavity called the blastocoel. The blastula follows the morula and precedes the gastrula in the developmental sequence." .

[]
    oboInOwl:hasDbXref "BILA:0000059" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000307 ;
    owl:annotatedTarget "blastula embryo" .

[]
    oboInOwl:hasDbXref "Wikipedia:Blastula" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000307 ;
    owl:annotatedTarget "blastosphere" .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000325 ;
    owl:annotatedTarget "The branched tubular glands found in the mucosa of the fundus and body of the stomach which contain parietal cells that secrete hydrochloric acid and zymogenic cells that produce pepsin." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000328 ;
    owl:annotatedTarget "The wall of the digestive tract. This encompasses all parts of the digestive tract with the exception of the lumen (cavity)." .

[]
    oboInOwl:hasDbXref "FMA:45653" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000328 ;
    owl:annotatedTarget "wall of gut" .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/Yellow+Marrow" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000332 ;
    owl:annotatedTarget "Bone marrow in which the fat cells predominate in the meshes of the reticular network." .

[]
    oboInOwl:hasDbXref "BTO:0000635" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000332 ;
    owl:annotatedTarget "yellow marrow" .

[]
    oboInOwl:hasDbXref "BTO:0000635" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000332 ;
    owl:annotatedTarget "fat marrow" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_16336 ;
    owl:annotatedTarget "Hyaluronic acid" .

[]
    oboInOwl:hasDbXref "Wikipedia:Mucous_membrane" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000344 ;
    owl:annotatedTarget "A lining of mostly endodermal origin, covered in epithelium, which is involved in absorption and secretion. They line various body cavities that are exposed to the external environment and internal organs. It is at several places continuous with skin: at the nostrils, the lips, the ears, the genital area, and the anus. The sticky, thick fluid secreted by the mucous membranes and gland is termed mucus. The term mucous membrane refers to where they are found in the body and not every mucous membrane secretes mucus[WP]." .

[]
    oboInOwl:hasDbXref "FMA:85355" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000344 ;
    owl:annotatedTarget "mucosa of organ" .

[]
    oboInOwl:hasDbXref "FMA:85358" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000344 ;
    owl:annotatedTarget "mucosa of organ part" .

[]
    oboInOwl:hasDbXref "FMA:85358" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000344 ;
    owl:annotatedTarget "mucosal region" .

[]
    oboInOwl:hasDbXref "FMA:85355" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000344 ;
    owl:annotatedTarget "mucous membrane" .

[]
    oboInOwl:hasDbXref "FMA:85355" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000344 ;
    owl:annotatedTarget "organ mucosa" .

[]
    oboInOwl:hasDbXref "FMA:85358" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000344 ;
    owl:annotatedTarget "region of mucosa" .

[]
    oboInOwl:hasDbXref "Wikipedia:Parenchyma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000353 ;
    owl:annotatedTarget "Functional part of an organ in the body. This is in contrast to the stroma, which refers to the structural tissue of organs, being exactly, connective tissues." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "A mucosa that is part of a pharynx [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "mucosa of organ of pharynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "mucosa of pharynx" .

[]
    oboInOwl:hasDbXref "FMA:55031", "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "mucous membrane of pharynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "organ mucosa of pharynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "pharynx mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "pharynx mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "pharynx mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "pharynx organ mucosa" .

[]
    oboInOwl:hasDbXref "BTO:0001047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000355 ;
    owl:annotatedTarget "mucous membrane of the pharynx" .

[]
    oboInOwl:hasDbXref "GO:0001824", "Wikipedia:Blastocyst" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000358 ;
    owl:annotatedTarget "The mammalian blastocyst is a hollow ball of cells containing two cell types, the inner cell mass and the trophectoderm[GO]." .

[]
    oboInOwl:hasDbXref "FMA:83041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000358 ;
    owl:annotatedTarget "blastula" .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/red+marrow" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000361 ;
    owl:annotatedTarget "The red vascular substance consisting of connective tissue and blood vessels, containing primitive blood cells, macrophages, megakaryocytes, and fat cells. Red marrow is found in the cavities of many bones. It manufactures and releases leukocytes and erythrocytes into the bloodstream." .

[]
    oboInOwl:hasDbXref "PMID:23303905" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008017 ;
    owl:annotatedTarget "A skeletal muscle myoblast that is part of a skeletal mucle.  These cells are formed following acivation and division of skeletal muscle satellite cells. They form a transient population that is lost when they fuse to form skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000361 ;
    owl:annotatedTarget "parenchymal red marrow" .

[]
    oboInOwl:hasDbXref "BTO:0001160" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000361 ;
    owl:annotatedTarget "red marrow" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000361 ;
    owl:annotatedTarget "parenchyma of none marrow marrow" .

[]
    oboInOwl:hasDbXref "Wikipedia:Syncytiotrophoblast", "http://embryology.med.unsw.edu.au/Notes/placenta5.htm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000371 ;
    owl:annotatedTarget "Extraembryonic cells of trophoblastic shell surrounding embryo, outside the cytotrophoblast layer, involved with implantation of the blastocyst by eroding extracellular matrix surrounding maternal endometrial cells at site of implantation, also contribute to villi. (dark staining, multinucleated)." .

[]
    oboInOwl:hasDbXref "FMA:83040" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000371 ;
    owl:annotatedTarget "syncytial trophoblast" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000371 ;
    owl:annotatedTarget "syntrophoblast layer" .

[]
    oboInOwl:hasDbXref "MP:0009800", "Wikipedia:Mandibular_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "The motor and sensory nerve subdivision of the trigeminal nerve that transmits sensory information from the auricle, the external acoustic meatus, tympanic membrane, temporal region, the cheek, the skin overlying the mandible, the anterior portion of the tongue, the floor of the mouth, lower teeth and gingiva and transmits motor information from the muscles of mastication, the mylohyoid muscle and digastric muscle and the muscles tensor tympani and tensor veli palatini." .

[]
    oboInOwl:hasDbXref "PMID:23303905" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:CL_0008017 ;
    owl:annotatedTarget "myogenic precursor cell" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "inferior maxillary nerve" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "mandibular division [V3]" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "mandibular division [Vc]" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "mandibular division of fifth cranial nerve" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "mandibular division of trigeminal nerve [Vc; V3]" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "mandibular nerve [V3]" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "mandibular nerve [Vc]" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "nervus mandibularis [Vc; V3]" .

[]
    oboInOwl:hasDbXref "AAO:0010688" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "ramus mandibularis (ramus V3)" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "third division of fifth cranial nerve" .

[]
    oboInOwl:hasDbXref "FMA:52996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "third division of trigeminal nerve" .

[]
    oboInOwl:hasDbXref "MA:0001101" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "trigeminal V nerve mandibular division" .

[]
    oboInOwl:hasDbXref "BTO:0001375" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "nervus mandibularis" .

[]
    oboInOwl:hasDbXref "EMAPA:17798" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000375 ;
    owl:annotatedTarget "trigeminal nerve mandibular division" .

[]
    oboInOwl:hasDbXref "MP:0009799", "Wikipedia:Maxillary_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "The sensory nerve subdivision of the trigeminal nerve that transmits sensory information from the palate, upper teeth and gingiva, the skin between the palpebral fissure and the mouth, and from the nasal cavity and maxillary sinuses." .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "maxillary division [V2]" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "maxillary division [Vb]" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "maxillary division of fifth cranial nerve" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "maxillary division of trigeminal nerve (Vb; V2)" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "maxillary nerve [V2]" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "maxillary nerve [Vb]" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "nervus maxillaris (Vb; V2)" .

[]
    oboInOwl:hasDbXref "AAO:0010670" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "ramus maxillaris (ramus V2)" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "second division of fifth cranial nerve" .

[]
    oboInOwl:hasDbXref "FMA:52724" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "second division of trigeminal nerve" .

[]
    oboInOwl:hasDbXref "MA:0001103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "trigeminal V nerve maxillary division" .

[]
    oboInOwl:hasDbXref "BTO:0001378" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "nervus maxillaris" .

[]
    oboInOwl:hasDbXref "EMAPA:17799" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000377 ;
    owl:annotatedTarget "trigeminal nerve maxillary division" .

[]
    oboInOwl:hasDbXref "MP:0004136", "Wikipedia:Muscles_of_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000378 ;
    owl:annotatedTarget "The muscular portion of the tongue." .

[]
    oboInOwl:hasDbXref "FMA:46689" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000378 ;
    owl:annotatedTarget "muscle of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000378 ;
    owl:annotatedTarget "muscle organ of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000378 ;
    owl:annotatedTarget "skeletal muscle tissue of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000378 ;
    owl:annotatedTarget "tongue skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000378 ;
    owl:annotatedTarget "tongue skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16336 ;
    owl:annotatedTarget "Hyaluronsaeure" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "A mucosa that is part of a respiratory airway." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "mucosa of organ of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "mucosa of organ of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "mucosa of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "mucosa of windpipe" .

[]
    oboInOwl:hasDbXref "FMA:7471", "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "mucous membrane of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "mucous membrane of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "organ mucosa of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "organ mucosa of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "trachea mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "trachea mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "trachea mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "trachea organ mucosa" .

[]
    oboInOwl:hasDbXref "FMA:7471" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "tracheal mucous membrane" .

[]
    oboInOwl:hasDbXref "FMA:7471" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "tunica mucosa (tracheae)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "windpipe mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "windpipe mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "windpipe mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000379 ;
    owl:annotatedTarget "windpipe organ mucosa" .

[]
    oboInOwl:hasDbXref "VSAO:0000033" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000383 ;
    owl:annotatedTarget "The subdivision of the musculoskeletal system that consists of all the muscles of the body[VSAO, modified]." .

[]
    oboInOwl:hasDbXref "FMA:72954" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000383 ;
    owl:annotatedTarget "muscular system" .

[]
    oboInOwl:hasDbXref "BILA:0000088" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000383 ;
    owl:annotatedTarget "musculature system" .

[]
    oboInOwl:hasDbXref "PMID:18816864" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008022 ;
    owl:annotatedTarget "A mesenchymal cell of the endocardial cushion.   These cells develop via an epithelial to mesenchymal transition when endocardial cells break cell-to-cell contacts and migrate into the cardiac jelly. Cells from this population form the heart septa and valves." .

[]
    oboInOwl:hasDbXref "FMA:72954" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000383 ;
    owl:annotatedTarget "set of all muscles" .

[]
    oboInOwl:hasDbXref "FMA:72954" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000383 ;
    owl:annotatedTarget "set of muscles of body" .

[]
    oboInOwl:hasDbXref "BTO:0001369" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000383 ;
    owl:annotatedTarget "vertebrate muscular system" .

[]
    oboInOwl:hasDbXref "BTO:0001485" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000383 ;
    owl:annotatedTarget "muskelsystem" .

[]
    oboInOwl:hasDbXref "http://www.thefreedictionary.com/lens+cortex" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000389 ;
    owl:annotatedTarget "Tissue that surrounds the lens nucleus." .

[]
    oboInOwl:hasDbXref "FMA:58970" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000389 ;
    owl:annotatedTarget "cortex of lens" .

[]
    oboInOwl:hasDbXref "BTO:0001633" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000390 ;
    owl:annotatedTarget "The core of the crystalline lens, surrounded by the cortex." .

[]
    oboInOwl:hasDbXref "FMA:58971" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000390 ;
    owl:annotatedTarget "nucleus of lens" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "http://www.siumed.edu/~dking2/intro/glands.htm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000409 ;
    owl:annotatedTarget "A gland in which the principal secretory cells are serous secreting cells." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "A mucosa that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchi mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchi mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchi mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchi organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchial trunk mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchial trunk mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchial trunk mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchial trunk organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchus mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchus mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchus mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "bronchus organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucosa of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucosa of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucosa of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucosa of organ of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucosa of organ of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucosa of organ of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucous membrane of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucous membrane of bronchial trunk" .

[]
    oboInOwl:hasDbXref "FMA:62652", "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "mucous membrane of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "organ mucosa of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "organ mucosa of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000410 ;
    owl:annotatedTarget "organ mucosa of bronchus" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008025 ;
    owl:annotatedTarget "A neuron that release noradrenaline (noriphinephrine) as a neurotransmitter." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000415 ;
    owl:annotatedTarget "An anatomical wall that is part of an artery [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:14155" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000415 ;
    owl:annotatedTarget "arterial wall" .

[]
    oboInOwl:hasDbXref "FMA:14155" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000415 ;
    owl:annotatedTarget "wall of artery" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16336 ;
    owl:annotatedTarget "[beta-D-glucopyranuronosyl-(1->3)-2-(acetylamino)-2-deoxy-beta-D-glucopyranosyl-(1->4)]n" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000456 ;
    owl:annotatedTarget "A portion of organism substance that is produced by exocrine glands." .

[]
    oboInOwl:hasDbXref "FMA:9675" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000456 ;
    owl:annotatedTarget "secretion" .

[]
    oboInOwl:hasDbXref "MESH:D012634" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000456 ;
    owl:annotatedTarget "bodily secretion" .

[]
    oboInOwl:hasDbXref "MA:0002504" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000456 ;
    owl:annotatedTarget "exocrine gland fluid/secretion" .

[]
    oboInOwl:hasDbXref "BTO:0002977" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000456 ;
    owl:annotatedTarget "external secretion" .

[]
    oboInOwl:hasDbXref "BTO:0002996" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000457 ;
    owl:annotatedTarget "Any of several small branches of the internal carotid artery that supply the trigeminal ganglion and the walls of the cavernous and petrosal sinuses." .

[]
    oboInOwl:hasDbXref "FMA:70527" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000457 ;
    owl:annotatedTarget "cavernous branch of cavernous part of internal carotid artery" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000463 ;
    owl:annotatedTarget "Material anatomical entity in a gaseous, liquid, semisolid or solid state; produced by anatomical structures or derived from inhaled and ingested substances that have been modified by anatomical structures as they pass through the body." .

[]
    oboInOwl:hasDbXref "MA:0002450" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000463 ;
    owl:annotatedTarget "body fluid or substance" .

[]
    oboInOwl:hasDbXref "FMA:9669" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000463 ;
    owl:annotatedTarget "body substance" .

[]
    oboInOwl:hasDbXref "CARO:0000004" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000463 ;
    owl:annotatedTarget "organism substance" .

[]
    oboInOwl:hasDbXref "FMA:9669" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000463 ;
    owl:annotatedTarget "portion of body substance" .

[]
    oboInOwl:hasDbXref "ZFA:0001487" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000463 ;
    owl:annotatedTarget "portion of organism substance" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000464 ;
    owl:annotatedTarget "Non-material anatomical entity of three dimensions, that is generated by morphogenetic or other physiologic processes; is surrounded by one or more anatomical structures; contains one or more organism substances or anatomical structures." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000465 ;
    owl:annotatedTarget "Anatomical entity that has mass." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000466 ;
    owl:annotatedTarget "Anatomical entity that has no mass." .

[]
    oboInOwl:hasDbXref "FMA:67112" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000466 ;
    owl:annotatedTarget "immaterial physical anatomical entity" .

[]
    oboInOwl:hasDbXref "CARO:0000011" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000467 ;
    owl:annotatedTarget "Multicellular, connected anatomical structure that has multiple organs as parts and whose parts work together to achieve some shared function." .

[]
    oboInOwl:hasDbXref "GO:0048731" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000467 ;
    owl:annotatedTarget "system" .

[]
    oboInOwl:hasDbXref "BIRNLEX:14" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000467 ;
    owl:annotatedTarget "body system" .

[]
    oboInOwl:hasDbXref "CARO:0000011" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000467 ;
    owl:annotatedTarget "connected anatomical system" .

[]
    oboInOwl:hasDbXref "CARO:0000012", "Wikipedia:Multi-cellular_organism", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000468 ;
    owl:annotatedTarget "Anatomical structure that is an individual member of a species and consists of more than one cell." .

[]
    oboInOwl:hasDbXref "FBbt:00000001", "VHOG:0000671", "WBbt:0007833" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000468 ;
    owl:annotatedTarget "organism" .

[]
    oboInOwl:hasDbXref "CARO:0000012" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000468 ;
    owl:annotatedTarget "multi-cellular organism" .

[]
    oboInOwl:hasDbXref "BTO:0001489" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000468 ;
    owl:annotatedTarget "Koerper" .

[]
    oboInOwl:hasDbXref "AEO:0000103", "BIRNLEX:18", "FMA:256135", "NCIT:C13041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000468 ;
    owl:annotatedTarget "body" .

[]
    oboInOwl:hasDbXref "BTO:0001489" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000468 ;
    owl:annotatedTarget "whole body" .

[]
    oboInOwl:hasDbXref "FBbt:00000001" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000468 ;
    owl:annotatedTarget "whole organism" .

[]
    oboInOwl:hasDbXref "MP:0001119", "Wikipedia:Female_genitalia", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "The organs and associated structures associated with bearing offspring in a female animal." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008028 ;
    owl:annotatedTarget "Any neuron that is capable of part of some visual perception." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "female organism genitalia" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "female organism reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "genitalia of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "reproductive system of female organism" .

[]
    oboInOwl:hasDbXref "MA:0000381" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "female reproductive tract" .

[]
    oboInOwl:hasDbXref "BTO:0000083" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "gynaecological tissue" .

[]
    oboInOwl:hasDbXref "BTO:0000083" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000474 ;
    owl:annotatedTarget "systema genitale femininum" .

[]
    oboInOwl:hasDbXref "CARO:0000032", "CARO:DOS", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000475 ;
    owl:annotatedTarget "Anatomical structure which is a subdivision of a whole organism, consisting of components of multiple anatomical systems, largely surrounded by a contiguous region of integument." .

[]
    oboInOwl:hasDbXref "MA:0002433" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000475 ;
    owl:annotatedTarget "anatomic region" .

[]
    oboInOwl:hasDbXref "FMA:7153" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000475 ;
    owl:annotatedTarget "body region" .

[]
    oboInOwl:hasDbXref "FMA:7153" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000475 ;
    owl:annotatedTarget "cardinal body part" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000476 ;
    owl:annotatedTarget "Anatomical structure that consists of cell parts and cell substances and together does not constitute a cell or a tissue." .

[]
    oboInOwl:hasDbXref "FBbt:00007277" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000477 ;
    owl:annotatedTarget "Anatomical group whose component anatomical structures lie in close proximity to each other." .

[]
    oboInOwl:hasDbXref "CARO:DOS", "http://orcid.org/0000-0001-9114-8737", "https://cedar.bio.indiana.edu/trac/env/ontologies/ticket/279" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000478 ;
    owl:annotatedTarget "A multicellular anatomical structure that is associated with an embryo and derived from the zygote from which it develops, but which does not contribute to the embryo proper or to structures that are part of the same organism after embryogenesis." .

[]
    oboInOwl:hasDbXref "CARO:0000043" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000479 ;
    owl:annotatedTarget "Multicellular anatomical structure that consists of many cells of one or a few types, arranged in an extracellular matrix such that their long-range organisation is at least partly a repetition of their short-range organisation." .

[]
    oboInOwl:hasDbXref "CARO:0000043" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000479 ;
    owl:annotatedTarget "portion of tissue" .

[]
    oboInOwl:hasDbXref "AEO:0000043" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0000479 ;
    owl:annotatedTarget "simple tissue" .

[]
    oboInOwl:hasDbXref "CARO:0000055", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000481 ;
    owl:annotatedTarget "Anatomical structure that has as its parts two or more portions of tissue of at least two different types and which through specific morphogenetic processes forms a single distinct structural unit demarcated by bona-fide boundaries from other distinct structural units of different types." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000482 ;
    owl:annotatedTarget "Acellular anatomical structure that consists of a thin sheet of fibrous proteins that underlie and support the cells of an epithelium. It separates the cells of an epithelium from any underlying tissue." .

[]
    oboInOwl:hasDbXref "FMA:62918" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000482 ;
    owl:annotatedTarget "basal lamina of connective tissue" .

[]
    oboInOwl:hasDbXref "CARO:0000065" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000482 ;
    owl:annotatedTarget "basal lamina" .

[]
    oboInOwl:hasDbXref "Wikipedia:Epithelium", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000483 ;
    owl:annotatedTarget "Portion of tissue, that consists of one or more layers of epithelial cells connected to each other by cell junctions and which is underlain by a basal lamina. Examples: simple squamous epithelium, glandular cuboidal epithelium, transitional epithelium, myoepithelium[CARO]." .

[]
    oboInOwl:hasDbXref "FMA:9639" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000483 ;
    owl:annotatedTarget "portion of epithelium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Simple_cuboidal_epithelium", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000484 ;
    owl:annotatedTarget "Unilaminar epithelium that consists of a single layer of cuboidal cells." .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Simple_columnar_epithelium", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000485 ;
    owl:annotatedTarget "Unilaminar epithelium, which consists of a single layer of columnar cells. Examples: ciliated columnar epithelium, gastric epithelium, microvillus columnar epithelium.[FMA]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0003068" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000485 ;
    owl:annotatedTarget "columnar epithelium" .

[]
    oboInOwl:hasDbXref "AEO:0000068" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000485 ;
    owl:annotatedTarget "columnar epithlium" .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Stratified_epithelium", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000486 ;
    owl:annotatedTarget "Epithelium which consists of more than one layer of epithelial cells that may or may not be in contact with a basement membrane. Examples: keratinized stratified squamous epithelium, ciliated stratified columnar epithelium.[FMA]." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16336 ;
    owl:annotatedTarget "[beta-N-Acetyl-D-glucosaminyl(1,4)beta-D-glucuronosyl(1,3)]n" .

[]
    oboInOwl:hasDbXref "Wiki:Mural_cell&oldid=930603194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008034 ;
    owl:annotatedTarget "Mural cells are pericytes and the vascular smooth muscle cells (vSMCs) of the microcirculation." .

[]
    oboInOwl:hasDbXref "BTO:0002074" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000486 ;
    owl:annotatedTarget "laminated epithelium" .

[]
    oboInOwl:hasDbXref "FMA:45565", "Wikipedia:Simple_squamous_epithelium", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000487 ;
    owl:annotatedTarget "Unilaminar epithelium which consists of a single layer of squamous cells. Examples: pulmonary alveolar epithelium, endothelium.[FMA]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000488 ;
    owl:annotatedTarget "Epithelium that consists of epithelial cells not arranged in one ore more layers." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000489 ;
    owl:annotatedTarget "Compound organ that contains one or more macroscopic anatomical spaces." .

[]
    oboInOwl:hasDbXref "FMA:55671" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000489 ;
    owl:annotatedTarget "cavitated organ" .

[]
    oboInOwl:hasDbXref "FMA:45561", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000490 ;
    owl:annotatedTarget "Epithelium which consists of a single layer of epithelial cells. Examples: endothelium, mesothelium, glandular squamous epithelium.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:45561" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000490 ;
    owl:annotatedTarget "simple epithelium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000915 ;
    owl:annotatedTarget "Subdivision of trunk that lies between the head and the abdomen." .

[]
    oboInOwl:hasDbXref "MA:0000022" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000915 ;
    owl:annotatedTarget "thorax" .

[]
    oboInOwl:hasDbXref "FMA:259209" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000915 ;
    owl:annotatedTarget "upper trunk" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000916 ;
    owl:annotatedTarget "The subdivision of the vertebrate body between the thorax and pelvis. The ventral part of the abdomen contains the abdominal cavity and visceral organs. The dorsal part includes the abdominal section of the vertebral column." .

[]
    oboInOwl:hasDbXref "FMA:9577" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000916 ;
    owl:annotatedTarget "abdominopelvic region" .

[]
    oboInOwl:hasDbXref "FMA:9577" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000916 ;
    owl:annotatedTarget "abdominopelvis" .

[]
    oboInOwl:hasDbXref "BTO:0000379", "FB:FBrf0039741", "FB:FBrf0041814", "GO:0009790", "Wikipedia:Embryo" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000922 ;
    owl:annotatedTarget "Anatomical entity that comprises the organism in the early stages of growth and differentiation that are characterized by cleavage, the laying down of fundamental tissues, and the formation of primitive organs and organ systems. For example, for mammals, the process would begin with zygote formation and end with birth. For insects, the process would begin at zygote formation and end with larval hatching. For plant zygotic embryos, this would be from zygote formation to the end of seed dormancy. For plant vegetative embryos, this would be from the initial determination of the cell or group of cells to form an embryo until the point when the embryo becomes independent of the parent plant." .

[]
    oboInOwl:hasDbXref "BILA:0000056" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000922 ;
    owl:annotatedTarget "embryonic organism" .

[]
    oboInOwl:hasDbXref "BILA:0000056" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000922 ;
    owl:annotatedTarget "developing organism" .

[]
    oboInOwl:hasDbXref "Wikipedia:Germ_layer", "https://github.com/obophenotype/uberon/issues/203" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000923 ;
    owl:annotatedTarget "A layer of cells produced during the process of gastrulation during the early development of the animal embryo, which is distinct from other such layers of cells, as an early step of cell differentiation. The three types of germ layers are the endoderm, ectoderm, and mesoderm." .

[]
    oboInOwl:hasDbXref "FMA:69069" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000923 ;
    owl:annotatedTarget "embryonic tissue" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Germinal_Layer" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000923 ;
    owl:annotatedTarget "germinal layer" .

[]
    oboInOwl:hasDbXref "GO:0001704", "ZFA:0001122" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0000923 ;
    owl:annotatedTarget "primary germ layer" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ectoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000924 ;
    owl:annotatedTarget "Primary germ layer that is the outer of the embryo's three germ layers and gives rise to epidermis and neural tissue." .

[]
    oboInOwl:hasDbXref "VHOG:0000153" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000924 ;
    owl:annotatedTarget "embryonic ectoderm" .

[]
    oboInOwl:hasDbXref "Wikipedia:Endoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000925 ;
    owl:annotatedTarget "Primary germ layer that lies remote from the surface of the embryo and gives rise to internal tissues such as gut." .

[]
    oboInOwl:hasDbXref "Wikipedia:Mesoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000926 ;
    owl:annotatedTarget "The middle germ layer of the embryo, between the endoderm and ectoderm." .

[]
    oboInOwl:hasDbXref "VHOG:0000152" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000926 ;
    owl:annotatedTarget "embryonic mesoderm" .

[]
    oboInOwl:hasDbXref "SCTID:362854004", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000926 ;
    owl:annotatedTarget "entire mesoderm" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008035 ;
    owl:annotatedTarget "Any vascular associated smooth muscle cell that is part of some microcirculatory vessel." .

[]
    oboInOwl:hasDbXref "Wikipedia:Stomodeum", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/326" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "Anterior part of the embryonic digestive tract that develops into a mouth. The stomodeum includes as parts an invagination of the ectoderm and the stomodeal cavity." .

[]
    oboInOwl:hasDbXref "XAO:0000269" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "stomodeal-hypophyseal primordium" .

[]
    oboInOwl:hasDbXref "XAO:0000269" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "mouth primordium" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "primitive oral cavity" .

[]
    oboInOwl:hasDbXref "Wikipedia:Stomodeum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "stomatodeum" .

[]
    oboInOwl:hasDbXref "EMAPA:16263" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "mouth pit" .

[]
    oboInOwl:hasDbXref "ZFA:0001290", "ZFIN:ZDB-PUB-100726-23" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "oral ectoderm" .

[]
    oboInOwl:hasDbXref "EMAPA:16263" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000930 ;
    owl:annotatedTarget "oral pit" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Stomach", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000945 ;
    owl:annotatedTarget "An expanded region of the vertebrate alimentary tract that serves as a food storage compartment and digestive organ. A stomach is lined, in whole or in part by a glandular epithelium." .

[]
    oboInOwl:hasDbXref "BTO:0001307" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000945 ;
    owl:annotatedTarget "gaster" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MESH:A07.231.114.056", "MP:0000272", "Wikipedia:Aorta", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000947 ;
    owl:annotatedTarget "The main trunk of the systemic arterial system that carries blood from the heart to all the organs and other structures of the body, bringing oxygenated blood to all parts of the body in the systemic circulation." .

[]
    oboInOwl:hasDbXref "Wikipedia:Heart", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000948 ;
    owl:annotatedTarget "A myogenic muscular circulatory organ found in the vertebrate cardiovascular system composed of chambers of cardiac muscle. It is the primary circulatory organ." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000948 ;
    owl:annotatedTarget "chambered heart" .

[]
    oboInOwl:hasDbXref "EMAPA:16105" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000948 ;
    owl:annotatedTarget "cardium" .

[]
    oboInOwl:hasDbXref "NLM:endocrine+system", "Wikipedia:Endocrine_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000949 ;
    owl:annotatedTarget "Anatomical system that consists of the glands and parts of glands that produce endocrine secretions and help to integrate and control bodily metabolic activity." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002224" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000949 ;
    owl:annotatedTarget "endocrine glandular system" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16336 ;
    owl:annotatedTarget "acide hyaluronique" .

[]
    oboInOwl:hasDbXref "Wikipedia:Brain", "https://github.com/obophenotype/uberon/issues/300" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000955 ;
    owl:annotatedTarget "The brain is the center of the nervous system in all vertebrate, and most invertebrate, animals. Some primitive animals such as jellyfish and starfish have a decentralized nervous system without a brain, while sponges lack any nervous system at all. In vertebrates, the brain is located in the head, protected by the skull and close to the primary sensory apparatus of vision, hearing, balance, taste, and smell[WP]." .

[]
    oboInOwl:hasDbXref "BTO:0000142" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000955 ;
    owl:annotatedTarget "encephalon" .

[]
    oboInOwl:hasDbXref "NeuroNames:21" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000955 ;
    owl:annotatedTarget "suprasegmental levels of nervous system" .

[]
    oboInOwl:hasDbXref "NeuroNames:21" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000955 ;
    owl:annotatedTarget "suprasegmental structures" .

[]
    oboInOwl:hasDbXref "NeuroNames:21" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000955 ;
    owl:annotatedTarget "the brain" .

[]
    oboInOwl:hasDbXref "DOI:10.1038/s41591-023-02327-2." ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0008055 ;
    owl:annotatedTarget "A secretory epithelial cell of the respiratory tract epithelium.  These cells have an endodermal origin." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000956 ;
    owl:annotatedTarget "The thin layer of gray matter on the surface of the cerebral hemisphere that develops from the telencephalon. It consists of the neocortex (6 layered cortex or isocortex), the hippocampal formation and the olfactory cortex." .

[]
    oboInOwl:hasDbXref "BTO:0000233", "FMA:61830" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000956 ;
    owl:annotatedTarget "cortex of cerebral hemisphere" .

[]
    oboInOwl:hasDbXref "BTO:0000233" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000956 ;
    owl:annotatedTarget "brain cortex" .

[]
    oboInOwl:hasDbXref "NeuroNames:39" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000956 ;
    owl:annotatedTarget "cortical plate (CTXpl)" .

[]
    oboInOwl:hasDbXref "NeuroNames:39" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000956 ;
    owl:annotatedTarget "cortical plate (areas)" .

[]
    oboInOwl:hasDbXref "BTO:0000233" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000956 ;
    owl:annotatedTarget "pallium of the brain" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lamina_of_the_vertebral_arch" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000957 ;
    owl:annotatedTarget "Any thin layer or plate." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cervical_nerves" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000962 ;
    owl:annotatedTarget "The cervical nerves are the spinal nerves from the cervical vertebrae. Although there are seven cervical vertebrae (C1-C7), there are eight cervical nerves (C1-C8). All nerves except C8 emerge above their corresponding vertebrae, while the C8 nerve emerges below the C7 vertebra. (In the other portions of the spine, the nerve emerges below the vertebra with the same name. Dorsal (posterior) distribution includes the greater occipital (C2) and third occipital (C3). Ventral (anterior) distribution includes the cervical plexus (C1-C4) and brachial plexus (C5-C8) [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:5859" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000962 ;
    owl:annotatedTarget "cervical nerve" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MESH:A09.371.060.217", "MP:0001312" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000964 ;
    owl:annotatedTarget "The transparent anterior portion of the fibrous coat of the eye that serves as the chief refractory structure." .

[]
    oboInOwl:hasDbXref "GO:0061303" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000964 ;
    owl:annotatedTarget "cornea of camera-type eye" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lens_(anatomy)", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000965 ;
    owl:annotatedTarget "A transparent and refractive lens located posterior to the iris. The lens of camera-type eye refracts light to be focused on the retina." .

[]
    oboInOwl:hasDbXref "GO:0002088" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000965 ;
    owl:annotatedTarget "camera-type eye lens" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lens_(anatomy)" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000965 ;
    owl:annotatedTarget "lens crystallina" .

[]
    oboInOwl:hasDbXref "BTO:0000723", "PMID:36055924" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000965 ;
    owl:annotatedTarget "crystalline lens" .

[]
    oboInOwl:hasDbXref "BTO:0000723" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000965 ;
    owl:annotatedTarget "ocular lens" .

[]
    oboInOwl:hasDbXref "Wikipedia:Retina", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000966 ;
    owl:annotatedTarget "The retina is the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates." .

[]
    oboInOwl:hasDbXref "GO:0060041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000966 ;
    owl:annotatedTarget "retina of camera-type eye" .

[]
    oboInOwl:hasDbXref "BTO:0001175" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000966 ;
    owl:annotatedTarget "Netzhaut" .

[]
    oboInOwl:hasDbXref "GOC:nv", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0009000 ;
    owl:annotatedTarget "A sensory neuron of the spinal nerve that senses body position and sends information about how much the muscle is stretched to the spinal cord." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000970 ;
    owl:annotatedTarget "An organ that detects light." .

[]
    oboInOwl:hasDbXref "EV:0100336" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000970 ;
    owl:annotatedTarget "visual apparatus" .

[]
    oboInOwl:hasDbXref "PMID:21062451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000971 ;
    owl:annotatedTarget "The smallest morphological and functional unit of the compound eye that consists of a usually limited and often constant number of rhabdomeric photoreceptor cells, cornea-secreting epithelial cells, and interommatidial pigment cells, and may additionally contain crystalline cone cells." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000974 ;
    owl:annotatedTarget "An organism subdivision that extends from the head to the pectoral girdle, encompassing the cervical vertebral column." .

[]
    oboInOwl:hasDbXref "FMA:7155" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000974 ;
    owl:annotatedTarget "neck (volume)" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0010820", "UBERON:cjm", "Wikipedia:Pulmonary_pleurae", "https://github.com/obophenotype/uberon/issues/1231" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000977 ;
    owl:annotatedTarget "The invaginated serous membrane that surrounds the lungs (the visceral portion) and lines the walls of the pleural cavity (parietal portion)." .

[]
    oboInOwl:hasDbXref "BTO:0001791", "NCIT:C12469" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000977 ;
    owl:annotatedTarget "pleural tissue" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16336 ;
    owl:annotatedTarget "acido hialuronico" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "VSAO:0000101", "Wikipedia:Joint", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000982 ;
    owl:annotatedTarget "Anatomical structure that consists of two or more adjacent skeletal structures, which may be interconnected by various types of tissue[VSAO]." .

[]
    oboInOwl:hasDbXref "VSAO:0000101" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000982 ;
    owl:annotatedTarget "articulation" .

[]
    oboInOwl:hasDbXref "FMA:7490", "VSAO:0000101" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0000982 ;
    owl:annotatedTarget "joint" .

[]
    oboInOwl:hasDbXref "BTO:0001686" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000982 ;
    owl:annotatedTarget "articular joint" .

[]
    oboInOwl:hasDbXref "VHOG:0001176" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000988 ;
    owl:annotatedTarget "The part of the central nervous system lying between the medulla oblongata and the midbrain, ventral to the cerebellum." .

[]
    oboInOwl:hasDbXref "ncithesaurus:Pons_Varolii" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000988 ;
    owl:annotatedTarget "pons Varolii" .

[]
    oboInOwl:hasDbXref "Wikipedia:Reproductive_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000990 ;
    owl:annotatedTarget "Anatomical system that has as its parts the organs concerned with reproduction." .

[]
    oboInOwl:hasDbXref "BTO:0000081" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000990 ;
    owl:annotatedTarget "Geschlechtsorgan" .

[]
    oboInOwl:hasDbXref "BTO:0000081" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000990 ;
    owl:annotatedTarget "animal reproductive system" .

[]
    oboInOwl:hasDbXref "BTO:0000081" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000990 ;
    owl:annotatedTarget "organa genitalia" .

[]
    oboInOwl:hasDbXref "BTO:0000081" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0000990 ;
    owl:annotatedTarget "reproductive tissue" .

[]
    oboInOwl:hasDbXref "ISBN:0140512888", "Wikipedia:Gonad", "ZFA:0000413", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000991 ;
    owl:annotatedTarget "Reproductive organ that produces and releases eggs (ovary) or sperm (testis)." .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0001126", "Wikipedia:Ovary" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "The gonad of a female organism which contains germ cells." .

[]
    oboInOwl:hasDbXref "EFO:0000973" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "animal ovary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "female organism genitalia gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "female organism genitalia gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "female organism reproductive system gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "female organism reproductive system gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "female reproductive system gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "female reproductive system gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "genitalia of female organism gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "genitalia of female organism gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonad of female organism genitalia" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonad of female organism reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonad of female reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonad of genitalia of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonad of reproductive system of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonada of female organism genitalia" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonada of female organism reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonada of female reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonada of genitalia of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "gonada of reproductive system of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "reproductive system of female organism gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0000992 ;
    owl:annotatedTarget "reproductive system of female organism gonada" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001003 ;
    owl:annotatedTarget "The outer epithelial layer of the skin that is superficial to the dermis." .

[]
    oboInOwl:hasDbXref "Wikipedia:Respiratory_system", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001004 ;
    owl:annotatedTarget "Functional system which consists of structures involved in respiration." .

[]
    oboInOwl:hasDbXref "BTO:0000203" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001004 ;
    owl:annotatedTarget "Atmungssystem" .

[]
    oboInOwl:hasDbXref "BTO:0000203" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001004 ;
    owl:annotatedTarget "apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "Wikipedia:Trachea" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001005 ;
    owl:annotatedTarget "An airway through which respiratory air passes in organisms." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001005 ;
    owl:annotatedTarget "airway" .

[]
    oboInOwl:hasDbXref "FB:gg", "NLM:alimentary+system", "Wikipedia:Digestive_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001007 ;
    owl:annotatedTarget "Anatomical system that has as its parts the organs devoted to the ingestion, digestion, and assimilation of food and the discharge of residual wastes." .

[]
    oboInOwl:hasDbXref "Wikipedia:Circulatory_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001009 ;
    owl:annotatedTarget "Organ system that passes nutrients (such as amino acids and electrolytes), gases, hormones, blood cells, etc. to and from cells in the body to help fight diseases and help stabilize body temperature and pH to maintain homeostasis[WP]." .

[]
    oboInOwl:hasDbXref "MESH:A10.165.114", "MGI:cwg", "MP:0000003", "Wikipedia:Adipose_tissue", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001013 ;
    owl:annotatedTarget "Portion of connective tissue composed of adipocytes enmeshed in areolar tissue." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16336 ;
    owl:annotatedTarget "hyaluronan" .

[]
    oboInOwl:hasDbXref "MA:0000009" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001013 ;
    owl:annotatedTarget "fat" .

[]
    oboInOwl:hasDbXref "BTO:0001487" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001013 ;
    owl:annotatedTarget "adipose" .

[]
    oboInOwl:hasDbXref "BTO:0001487" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001013 ;
    owl:annotatedTarget "bodyfat" .

[]
    oboInOwl:hasDbXref "Wikipedia:Muscular_system", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001015 ;
    owl:annotatedTarget "A subdivision of the muscular system corresponding to a subdisivision of an organism." .

[]
    oboInOwl:hasDbXref "FMA:32558" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001015 ;
    owl:annotatedTarget "set of muscles" .

[]
    oboInOwl:hasDbXref "MA:0000165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001015 ;
    owl:annotatedTarget "set of skeletal muscles" .

[]
    oboInOwl:hasDbXref "BIRNLEX:844", "ISBN:0-14-051288-8", "ISBN:3110148986", "NLM:nervous+system", "WB:rynl", "Wikipedia:Nervous_system", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001016 ;
    owl:annotatedTarget "The nervous system is an organ system containing predominantly neuron and glial cells. In bilaterally symmetrical organism, it is arranged in a network of tree-like structures connected to a central body. The main functions of the nervous system are to regulate and control body functions, and to receive sensory input, process this information, and generate behavior [CUMBO]." .

[]
    oboInOwl:hasDbXref "GO:0050877" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001016 ;
    owl:annotatedTarget "neurological system" .

[]
    oboInOwl:hasDbXref "Wikipedia:Nerve_net" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0001016 ;
    owl:annotatedTarget "nerve net" .

[]
    oboInOwl:hasDbXref "GO:0021551", "http://www.frontiersinzoology.com/content/7/1/29", "https://sourceforge.net/p/geneontology/ontology-requests/11422/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001017 ;
    owl:annotatedTarget "The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the neural tube derivatives: the brain and spinal cord. In invertebrates it includes central ganglia plus nerve cord." .

[]
    oboInOwl:hasDbXref "FMA:55675" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0001017 ;
    owl:annotatedTarget "cerebrospinal axis" .

[]
    oboInOwl:hasDbXref "FMA:55675" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001017 ;
    owl:annotatedTarget "neuraxis" .

[]
    oboInOwl:hasDbXref "BIRNLEX:872", "FBbt:00005101" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001019 ;
    owl:annotatedTarget "A slender neuron projection bundle[FBbt]; A bundle of anatomical fibers, as of muscle or nerve (American Heritage Dictionary 4th ed)." .

[]
    oboInOwl:hasDbXref "FBbt:00005101" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001019 ;
    owl:annotatedTarget "fascicle" .

[]
    oboInOwl:hasDbXref "FMA:12235" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001019 ;
    owl:annotatedTarget "nerve bundle" .

[]
    oboInOwl:hasDbXref "FMA:12235" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001019 ;
    owl:annotatedTarget "nerve fasciculus" .

[]
    oboInOwl:hasDbXref "FMA:12235" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001019 ;
    owl:annotatedTarget "neural fasciculus" .

[]
    oboInOwl:hasDbXref "BTO:0002191" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001019 ;
    owl:annotatedTarget "nerve fiber tract" .

[]
    oboInOwl:hasDbXref "FBbt:00005105", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001021 ;
    owl:annotatedTarget "An enclosed, cable-like bundle of axons in the peripheral nervous system originating in a nerve root in the central nervous system (or a condensed nervous structure) connecting with peripheral structures." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001021 ;
    owl:annotatedTarget "peripheral nerve" .

[]
    oboInOwl:hasDbXref "FMA:65132" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001021 ;
    owl:annotatedTarget "neural subtree" .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Sensory_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001027 ;
    owl:annotatedTarget "A nerve that transmits from sensory receptors on the surface of the body to the central nervous system." .

[]
    oboInOwl:hasDbXref "Wikipedia:Sensory_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001032 ;
    owl:annotatedTarget "Anatomical system that overlaps the nervous system and is responsible for receiving and processing sensory information." .

[]
    oboInOwl:hasDbXref "FMA:75259" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001032 ;
    owl:annotatedTarget "sense organs" .

[]
    oboInOwl:hasDbXref "FMA:75259" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001032 ;
    owl:annotatedTarget "sense organs set" .

[]
    oboInOwl:hasDbXref "FMA:75259" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001032 ;
    owl:annotatedTarget "set of sense organs" .

[]
    oboInOwl:hasDbXref "NLXANAT:090803" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001033 ;
    owl:annotatedTarget "The sensory system for the sense of taste." .

[]
    oboInOwl:hasDbXref "Wikipedia:Yolk_sac" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001040 ;
    owl:annotatedTarget "A sac-like expansion of the ventral wall of the intestine, narrowed into a yolk stalk near the body[Hyman's]. Membranous sac attached to an embryo, providing early nourishment in the form of yolk in bony fishes, sharks, reptiles, birds, and primitive mammals. It functions as the developmental circulatory system of the human embryo, before internal circulation begins. In the mouse, the yolk sac is the first site of blood formation, generating primitive macrophages and erythrocytes[WP]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001041 ;
    owl:annotatedTarget "Anterior subdivision of a digestive tract." .

[]
    oboInOwl:hasDbXref "http://www.feedexp.org" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001042 ;
    owl:annotatedTarget "A portion of the respiratory and digestive tracts; its distal limit is the superior part of the esophagus and it connects the nasal and oral cavities with the esophagus and larynx; it contains the valleculae and the pyriform recesses; its upper limits are the nasal cavity and cranial base.[FEED]." .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0009004 ;
    owl:annotatedTarget "Any cell in the retina, the innermost layer or coating at the back of the eyeball, which is sensitive to light and in which the optic nerve terminates." .

[]
    oboInOwl:hasDbXref "Wikipedia:Esophagus", "http://www.rivm.nl/interspeciesinfo/inter/oesophagus/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001043 ;
    owl:annotatedTarget "Tube that connects the pharynx to the stomach. In mammals, the oesophagus connects the buccal cavity with the stomach. The stratified squamous non-keratinised epithelium lining the buccal cavity is continued through the pharynx down into the oesophagus. The lowest part of the oesophagus (ca. 2 cm) is lined with gastric mucosa and covered by peritoneum. The main body of the oesophagus is lined with small, simple mucous glands. Each gland opens into the lumen by a long duct which pierces the muscularis mucosae (Wilson and Washington, 1989). A sphincter is situated at the point where the oesophagus enters the stomach to prevent gastro-oesophageal reflux, i.e. to prevent acidic gastric contents from reaching stratified epithelia of the oesophagus, where they can cause inflammation and irritation (Wilson and Washington, 1989; Brown et al., 1993)." .

[]
    oboInOwl:hasDbXref "BTO:0001886", "FB:DJS", "FB:FBrf0089570", "http://flybase.org/reports/FBrf0178740.html" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001048 ;
    owl:annotatedTarget "Primordia are populations of contiguous cells that are morphologically distinct and already correspond in extent to a later organ/tissue[FBbt, Hartenstein, V. (2004)]." .

[]
    oboInOwl:hasDbXref "FBbt:00005495" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001048 ;
    owl:annotatedTarget "placode" .

[]
    oboInOwl:hasDbXref "Wikipedia:Neural_tube" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001049 ;
    owl:annotatedTarget "In the developing vertebrate, the neural tube is the embryo's precursor to the central nervous system, which comprises the brain and spinal cord. The neural groove gradually deepens as the neural folds become elevated, and ultimately the folds meet and coalesce in the middle line and convert the groove into a closed tube, the neural tube or neural canal (which strictly speaking is the center of the neural tube), the ectodermal wall of which forms the rudiment of the nervous system. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:62955", "http://orcid.org/0000-0001-9114-8737" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001062 ;
    owl:annotatedTarget "Biological entity that is either an individual member of a biological species or constitutes the structural organization of an individual member of a biological species." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001068 ;
    owl:annotatedTarget "A zone of skin that is part of a back [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001068 ;
    owl:annotatedTarget "back zone of skin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001068 ;
    owl:annotatedTarget "skin, dorsal region" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001068 ;
    owl:annotatedTarget "zone of skin of back" .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001070 ;
    owl:annotatedTarget "A terminal branch of the left or right common carotid artery which supplies oxygenated blood to to the throat, neck glands, tongue, face, mouth, ear, scalp and dura mater of the meninges[MP]." .

[]
    oboInOwl:hasDbXref "AAO:0010218" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001070 ;
    owl:annotatedTarget "external carotid" .

[]
    oboInOwl:hasDbXref "Wikipedia:Superficial_part_of_transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001071 ;
    owl:annotatedTarget "It ascends beneath the anterior margin of the trapezius, distributing branches to it, and to the neighboring muscles and lymph glands in the neck, and anastomosing with the superficial branch of the descending branch of the occipital artery." .

[]
    oboInOwl:hasDbXref "Wikipedia:Superficial_part_of_transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001071 ;
    owl:annotatedTarget "superficial branch of transverse cervical artery" .

[]
    oboInOwl:hasDbXref "Wikipedia:Inferior_vena_cava", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001072 ;
    owl:annotatedTarget "A vein that carries deoxygenated blood from the lower half of the body into the right atrium of the heart." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001072 ;
    owl:annotatedTarget "inferior caval vein" .

[]
    oboInOwl:hasDbXref "PMID:21154280" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001072 ;
    owl:annotatedTarget "posterior vena cava" .

[]
    oboInOwl:hasDbXref "VHOG:0001194" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001072 ;
    owl:annotatedTarget "caudal vena cava" .

[]
    oboInOwl:hasDbXref "Wikipedia:Pericardium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001074 ;
    owl:annotatedTarget "A potential space between the visceral and parietal layers of the pericardium." .

[]
    oboInOwl:hasDbXref "Wikipedia:Pericardial_cavity" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001074 ;
    owl:annotatedTarget "pericardial space" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "Endocardium that is part of the cardiac ventricle." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "cardiac ventricle endocardium" .

[]
    oboInOwl:hasDbXref "PMID:32094117", "PMID:7196501", "http://orcid.org/0000-0003-2034-601X" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0009097 ;
    owl:annotatedTarget "A skeletal muscle fiber found in an embryo. In mammalian embryos, skeletal muscle expresses myosin heavy chain-embryonic (MyHC-emb, encoded by the MYH3 gene), which regulates skeletal muscle development." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "endocardium of cardiac ventricle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "endocardium of heart ventricle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "endocardium of lower chamber of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "endocardium of ventricle of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "heart ventricle endocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "lower chamber of heart endocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "ventricle of heart endocardium" .

[]
    oboInOwl:hasDbXref "VHOG:0000607" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001081 ;
    owl:annotatedTarget "ventricle endocardial tissue" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001082 ;
    owl:annotatedTarget "An epicardial layer that lines a cardiac ventricle." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001082 ;
    owl:annotatedTarget "cardiac ventricle epicardium" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001083 ;
    owl:annotatedTarget "Muscular layer of the cardiac ventricle composed of a compact myocardial layer surrounding the trabecular layer." .

[]
    oboInOwl:hasDbXref "VHOG:0000604" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001083 ;
    owl:annotatedTarget "ventricle cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001084 ;
    owl:annotatedTarget "A zone of skin that is part of a head [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001084 ;
    owl:annotatedTarget "adult head zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001084 ;
    owl:annotatedTarget "head zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001084 ;
    owl:annotatedTarget "zone of skin of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001084 ;
    owl:annotatedTarget "zone of skin of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001085 ;
    owl:annotatedTarget "A zone of skin that is part of a trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001085 ;
    owl:annotatedTarget "torso zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001085 ;
    owl:annotatedTarget "trunk zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001085 ;
    owl:annotatedTarget "zone of skin of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001085 ;
    owl:annotatedTarget "zone of skin of trunk" .

[]
    oboInOwl:hasDbXref "FMA:12273" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001087 ;
    owl:annotatedTarget "Transudate contained in the pleural cavity." .

[]
    oboInOwl:hasDbXref "https://www.ncbi.nlm.nih.gov/books/NBK274/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001090 ;
    owl:annotatedTarget "Joint fluid is a transudate of plasma that is actively secreted by synovial cells." .

[]
    oboInOwl:hasDbXref "https://www.ncbi.nlm.nih.gov/books/NBK274/" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001090 ;
    owl:annotatedTarget "joint fluid" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "An anatomical wall that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "anatomical wall of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "anatomical wall of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "anatomical wall of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "esophagus anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "gullet anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "gullet wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "oesophagus anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "oesophagus wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "wall of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001096 ;
    owl:annotatedTarget "wall of oesophagus" .

[]
    oboInOwl:hasDbXref "MP:0002279" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001103 ;
    owl:annotatedTarget "A thin musculomebranous barrier that separates the abdominal and thoracic cavities. Often used for breathing control." .

[]
    oboInOwl:hasDbXref "BTO:0000341" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001103 ;
    owl:annotatedTarget "diaphragm muscle" .

[]
    oboInOwl:hasDbXref "BTO:0000341" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001103 ;
    owl:annotatedTarget "midriff" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16541 ;
    owl:annotatedTarget "Protein" .

[]
    oboInOwl:hasDbXref "BTO:0000341" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001103 ;
    owl:annotatedTarget "phren" .

[]
    oboInOwl:hasDbXref "ZFA:0005280" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "Muscle tissue composed of cardiac muscle cells, forming the muscles of the heart[ZFA,modified]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "cardiac muscle muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "cardiac muscle textus muscularis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "heart muscle muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "heart muscle textus muscularis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "heart myocardium muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "heart myocardium textus muscularis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "muscle of heart muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "muscle of heart textus muscularis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "muscle tissue of cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "muscle tissue of heart muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "muscle tissue of heart myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "muscle tissue of muscle of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "muscle tissue of myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "myocardium muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "myocardium textus muscularis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "textus muscularis of cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "textus muscularis of heart muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "textus muscularis of heart myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "textus muscularis of muscle of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "textus muscularis of myocardium" .

[]
    oboInOwl:hasDbXref "BILA:0000134" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001133 ;
    owl:annotatedTarget "cardiac musculature" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/324" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001134 ;
    owl:annotatedTarget "Muscle tissue that consists primarily of skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "BTO:0001103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001134 ;
    owl:annotatedTarget "skeletal muscle system" .

[]
    oboInOwl:hasDbXref "BTO:0001103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001134 ;
    owl:annotatedTarget "somatic muscle" .

[]
    oboInOwl:hasDbXref "GO:0006939", "Wikipedia:Smooth_muscle_tissue" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001135 ;
    owl:annotatedTarget "Muscle tissue which is unstriated, composed primarily of smooth muscle fibers surrounded by a reticulum of collagen and elastic fibers. Smooth muscle differs from striated muscle in the much higher actin/myosin ratio, the absence of conspicuous sarcomeres and the ability to contract to a much smaller fraction of its resting length[GO]." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010006 ;
    owl:annotatedTarget "Any blood vessel endothelial cell that is part of some heart." .

[]
    oboInOwl:hasDbXref "FMA:14074", "Wikipedia:Mesothelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001136 ;
    owl:annotatedTarget "Simple squamous epithelium of mesodermal origin which lines serous membranes. Examples: mesothelium of pleura, mesothelium of peritoneum[FMA]. Wikipedia: The mesothelium is a membrane that forms the lining of several body cavities: the pleura (thoracal cavity), peritoneum (abdominal cavity including the mesentery) and pericardium (heart sac). Mesothelial tissue also surrounds the male internal reproductive organs (the tunica vaginalis testis) and covers the internal reproductive organs of women (the tunica serosa uteri)." .

[]
    oboInOwl:hasDbXref "BSPO:0000063", "UBERONREF:0000006", "Wikipedia:Dorsum_(anatomy)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001137 ;
    owl:annotatedTarget "A major subdivision of an organism that is the entire part of the organism dorsal to a horizontal plane and bounded on one side by the same transverse plane. In vertebrares this includes the vertebral column.." .

[]
    oboInOwl:hasDbXref "FMA:14181" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001137 ;
    owl:annotatedTarget "back" .

[]
    oboInOwl:hasDbXref "FMA:14181" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001137 ;
    owl:annotatedTarget "back of body proper" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ovarian_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "A vein that carries deoxygenated blood from its corresponding ovary to inferior vena cava or one of its tributaries." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "female reproductive system gonad vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "female reproductive system gonada vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "gonad of female reproductive system vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "gonada of female reproductive system vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "ovary vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "vein of female reproductive system gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "vein of female reproductive system gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "vein of gonad of female reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "vein of gonada of female reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001145 ;
    owl:annotatedTarget "vein of ovary" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0010783" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001167 ;
    owl:annotatedTarget "The layered structure that makes up the stomach, typiclly consists of a serous coat, a muscular coat, a mucous membrane, and other tissue layers in between." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001167 ;
    owl:annotatedTarget "anatomical wall of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001167 ;
    owl:annotatedTarget "anatomical wall of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001167 ;
    owl:annotatedTarget "stomach anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001167 ;
    owl:annotatedTarget "ventriculus anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001167 ;
    owl:annotatedTarget "ventriculus wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001167 ;
    owl:annotatedTarget "wall of ventriculus" .

[]
    oboInOwl:hasDbXref "Wikipedia:Peritoneum#Types", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001178 ;
    owl:annotatedTarget "The inner layer of peritoneum that is wrapped around organs located inside the intraperitoneal space." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001178 ;
    owl:annotatedTarget "visceral serous membrane of peritoneum" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16541 ;
    owl:annotatedTarget "a protein" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010007 ;
    owl:annotatedTarget "Any cell that is part of some His-Purkinje system." .

[]
    oboInOwl:hasDbXref "Wikipedia:Peritoneal_cavity", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/86" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001179 ;
    owl:annotatedTarget "Anatomical cavity bounded by visceral and parietal peritoneum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001190 ;
    owl:annotatedTarget "An artery that supplies an ovary." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "The mucosal layer that lines the stomach." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "mucosa of organ of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "mucosa of organ of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "mucosa of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "mucous membrane of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "organ mucosa of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "organ mucosa of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "stomach mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "stomach mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "stomach organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "ventriculus mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "ventriculus mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "ventriculus mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "ventriculus organ mucosa" .

[]
    oboInOwl:hasDbXref "BTO:0001308" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001199 ;
    owl:annotatedTarget "Magenschleimhaut" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0010794" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001200 ;
    owl:annotatedTarget "The fibrous connective tissue layer beneath the stomach mucosa." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001200 ;
    owl:annotatedTarget "submucosa of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001200 ;
    owl:annotatedTarget "ventriculus submucosa" .

[]
    oboInOwl:hasDbXref "BTO:0002110" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001200 ;
    owl:annotatedTarget "submucous layer of stomach" .

[]
    oboInOwl:hasDbXref "BTO:0002110" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001200 ;
    owl:annotatedTarget "tela submucosa ventriculi" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0010793" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "The outermost layer of the stomach wall, consisting of layers of connective tissue continuous with the peritoneum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "anatomical wall of stomach serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "anatomical wall of stomach serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "anatomical wall of ventriculus serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "anatomical wall of ventriculus serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "gastric wall serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "gastric wall serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of anatomical wall of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of anatomical wall of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of gastric wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of stomach anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of stomach wall" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010008 ;
    owl:annotatedTarget "Any endothelial cell that is part of some heart." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of ventriculus anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of ventriculus wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of wall of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serosa of wall of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of anatomical wall of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of anatomical wall of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of gastric wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of stomach anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of stomach wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of ventriculus anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of ventriculus wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of wall of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "serous membrane of wall of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "stomach anatomical wall serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "stomach anatomical wall serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "stomach wall serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "stomach wall serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "ventriculus anatomical wall serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "ventriculus anatomical wall serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "ventriculus wall serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "ventriculus wall serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "wall of stomach serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "wall of stomach serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "wall of ventriculus serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001201 ;
    owl:annotatedTarget "wall of ventriculus serous membrane" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16541 ;
    owl:annotatedTarget "polypeptide chain" .

[]
    oboInOwl:hasDbXref "FMA:16515" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001268 ;
    owl:annotatedTarget "Transudate contained in the peritoneal cavity." .

[]
    oboInOwl:hasDbXref "MP:0000471" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "The epithelial layer of the stomach ." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "epithelial tissue of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "epithelial tissue of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "epithelium of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "stomach epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "stomach epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "ventriculus epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "ventriculus epithelium" .

[]
    oboInOwl:hasDbXref "BTO:0000500" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001276 ;
    owl:annotatedTarget "gastric epithelium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Peritoneum#Types", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001366 ;
    owl:annotatedTarget "The outer layer of peritoneum that is attached to the abdominal and pelvic walls." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001366 ;
    owl:annotatedTarget "parietal serous membrane of peritoneum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001416 ;
    owl:annotatedTarget "A zone of skin that is part of an abdomen [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010009 ;
    owl:annotatedTarget "Any photoreceptor cell that is part of some camera-type eye." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001416 ;
    owl:annotatedTarget "abdomen zone of skin" .

[]
    oboInOwl:hasDbXref "FMA:22988" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001416 ;
    owl:annotatedTarget "skin of abdomen proper" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001416 ;
    owl:annotatedTarget "zone of skin of abdomen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001417 ;
    owl:annotatedTarget "A zone of skin that is part of a neck [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001417 ;
    owl:annotatedTarget "neck (volume) zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001417 ;
    owl:annotatedTarget "neck zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001417 ;
    owl:annotatedTarget "zone of skin of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001417 ;
    owl:annotatedTarget "zone of skin of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001418 ;
    owl:annotatedTarget "A zone of skin that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001418 ;
    owl:annotatedTarget "thorax zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001418 ;
    owl:annotatedTarget "zone of skin of thorax" .

[]
    oboInOwl:hasDbXref "FMA:23217", "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001421 ;
    owl:annotatedTarget "An organism subdivision that includes the pectoral girdle skeleton and associated soft tissue. Note that this includes both the skeletal elements and associated tissues (integument, muscle, etc). Examples: There are only two instances in an organism, right and left pectoral girdle regions." .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0001421 ;
    owl:annotatedTarget "cingulum membri superioris" .

[]
    oboInOwl:hasDbXref "FMA:23217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0001421 ;
    owl:annotatedTarget "shoulder girdle" .

[]
    oboInOwl:hasDbXref "FMA:23217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0001421 ;
    owl:annotatedTarget "upper limb girdle" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "VSAO:0000027", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001434 ;
    owl:annotatedTarget "Anatomical system that is a multi-element, multi-tissue anatomical cluster that consists of the skeleton and the articular system." .

[]
    oboInOwl:hasDbXref "BTO:0001486" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001434 ;
    owl:annotatedTarget "Skelettsystem" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001456 ;
    owl:annotatedTarget "A subdivision of the head that has as parts the layers deep to the surface of the anterior surface, including the mouth, eyes, and nose (when present). In vertebrates, this includes the facial skeleton and structures superficial to the facial skeleton (cheeks, mouth, eyeballs, skin of face, etc)." .

[]
    oboInOwl:hasDbXref "BTO:0003369" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001456 ;
    owl:annotatedTarget "visage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001458 ;
    owl:annotatedTarget "A zone of skin that is part of a lip [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001458 ;
    owl:annotatedTarget "lip zone of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001458 ;
    owl:annotatedTarget "zone of skin of lip" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010012 ;
    owl:annotatedTarget "A CNS neuron of the cerebral cortex." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000057", "http://dx.plos.org/10.1371/journal.pone.0051070", "https://github.com/obophenotype/uberon/issues/277" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001474 ;
    owl:annotatedTarget "Skeletal element that is composed of bone tissue." .

[]
    oboInOwl:hasDbXref "FMA:5018" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001474 ;
    owl:annotatedTarget "bone organ" .

[]
    oboInOwl:hasDbXref "AEO:0000082", "BTO:0000140", "MA:0001459", "VHOG:0001190" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001474 ;
    owl:annotatedTarget "bone" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16541 ;
    owl:annotatedTarget "protein polypeptide chains" .

[]
    oboInOwl:hasDbXref "Wikipedia:Articular_capsule" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001484 ;
    owl:annotatedTarget "An articular capsule (or joint capsule) is an envelope surrounding a synovial joint. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "GO:0035905", "Wikipedia:Ascending_aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001496 ;
    owl:annotatedTarget "The ascending aorta is the portion of the aorta in a two-pass circulatory system that lies between the heart and the arch of aorta[GO]. A portion of the aorta commencing at the upper part of the base of the left ventricle, on a level with the lower border of the third costal cartilage behind the left half of the sternum; it passes obliquely upward, forward, and to the right, in the direction of the heart's axis, as high as the upper border of the second right costal cartilage, describing a slight curve in its course, and being situated, about 6 cm behind the posterior surface of the sternum. The total length is about 5 cm in length [Wikipedia]." .

[]
    oboInOwl:hasDbXref "EMAPA:17014" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001496 ;
    owl:annotatedTarget "ascending thoracic aorta" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0004113" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001508 ;
    owl:annotatedTarget "The convex portion of the aorta between the ascending and descending parts of the aorta; branches from it include the brachiocephalic trunk, the left common carotid artery, and the left subclavian artery; the brachiocephalic trunk further splits to form the right subclavian artery and the right common carotid artery." .

[]
    oboInOwl:hasDbXref "FMA:3768" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001508 ;
    owl:annotatedTarget "aortic arch" .

[]
    oboInOwl:hasDbXref "GAID:471" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001508 ;
    owl:annotatedTarget "thoracic aorta" .

[]
    oboInOwl:hasDbXref "GO:0035906", "Wikipedia:Descending_aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001514 ;
    owl:annotatedTarget "The descending aorta is the portion of the aorta in a two-pass circulatory system from the arch of aorta to the point where it divides into the common iliac arteries[GO]. The descending aorta is part of the aorta, the largest artery in the body. The descending aorta is the part of the aorta beginning at the aortic arch that runs down through the chest and abdomen. The descending aorta is divided into two portions, the thoracic and abdominal, in correspondence with the two great cavities of the trunk in which it is situated. Within the abdomen, the descending aorta branches into the two common iliac arteries which serve the legs. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:3784" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001514 ;
    owl:annotatedTarget "pars descendens aortae" .

[]
    oboInOwl:hasDbXref "MP:0010468", "http://www.medterms.com" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001515 ;
    owl:annotatedTarget "The part of the aorta that extends from the origin at the heart to the diaphragm, and from which arises numerous branches that supply oxygenated blood to the chest cage and the organs within the chest." .

[]
    oboInOwl:hasDbXref "BTO:0002976", "Wikipedia:Abdominal_aorta" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001516 ;
    owl:annotatedTarget "Abdominal part of aorta: the distal part of the descending aorta, which is the continuation of the thoracic part and gives rise to the inferior phrenic, lumbar, median sacral, superior and inferior mesenteric, middle suprarenal, renal, and testicular or ovarian arteries, and celiac trunk[BTO]. The abdominal aorta is the largest artery in the abdominal cavity. As part of the aorta, it is a direct continuation of descending aorta(of the thorax). [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:3789" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001516 ;
    owl:annotatedTarget "abdominal part of aorta" .

[]
    oboInOwl:hasDbXref "FMA:3789" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001516 ;
    owl:annotatedTarget "descending abdominal aorta" .

[]
    oboInOwl:hasDbXref "FMA:3789" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001516 ;
    owl:annotatedTarget "pars abdominalis aortae" .

[]
    oboInOwl:hasDbXref "BTO:0002976" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001516 ;
    owl:annotatedTarget "abdominal part of aorta" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0010663" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001529 ;
    owl:annotatedTarget "The short first aortic arch branch and divides into the right subclavian artery and the right common carotid artery." .

[]
    oboInOwl:hasDbXref "Wikipedia:Brachiocephalic_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001529 ;
    owl:annotatedTarget "innominate" .

[]
    oboInOwl:hasDbXref "MA:0001922" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001529 ;
    owl:annotatedTarget "brachiocephalic trunk" .

[]
    oboInOwl:hasDbXref "Wikipedia:Brachiocephalic_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001529 ;
    owl:annotatedTarget "innominate artery" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010020 ;
    owl:annotatedTarget "Any glial cell that is part of some heart." .

[]
    oboInOwl:hasDbXref "Wikipedia:Common_carotid_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001530 ;
    owl:annotatedTarget "A bilaterally paired branched artery that originates from the aortic arches and divides into and includes as parts the internal and external carotid arteries[cjm]." .

[]
    oboInOwl:hasDbXref "FMA:3939" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001530 ;
    owl:annotatedTarget "carotid artery" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001530 ;
    owl:annotatedTarget "carotid artery system" .

[]
    oboInOwl:hasDbXref "FMA:3939" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001530 ;
    owl:annotatedTarget "trunk of common carotid tree" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001531 ;
    owl:annotatedTarget "The rightmost of the two common carotid arteries, originating from in the neck from the brachiocephalic trunk." .

[]
    oboInOwl:hasDbXref "MA:0001928" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001531 ;
    owl:annotatedTarget "right common carotid artery" .

[]
    oboInOwl:hasDbXref "FMA:3941" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001531 ;
    owl:annotatedTarget "trunk of right common carotid tree" .

[]
    oboInOwl:hasDbXref "FMA:3941" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001531 ;
    owl:annotatedTarget "right common carotid artery" .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001532 ;
    owl:annotatedTarget "A terminal branch of the left or right common carotid artery which supplies oxygenated blood to the brain and eyes[MP]." .

[]
    oboInOwl:hasDbXref "ZFA:0005081" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001532 ;
    owl:annotatedTarget "cranial carotid artery" .

[]
    oboInOwl:hasDbXref "AAO:0010219" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001532 ;
    owl:annotatedTarget "internal carotid" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001533 ;
    owl:annotatedTarget "One of two laterally paired arteries that supplies the pectoral appendages, usually branching from the dorsal aorta." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001534 ;
    owl:annotatedTarget "The subclavian artery that supplies the right pectoral appendage." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001536 ;
    owl:annotatedTarget "The leftmost of the two common carotid arteries, originating from the aortic arch in the thorax." .

[]
    oboInOwl:hasDbXref "MA:0001927" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001536 ;
    owl:annotatedTarget "left common carotid artery" .

[]
    oboInOwl:hasDbXref "FMA:4058" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001536 ;
    owl:annotatedTarget "trunk of left common carotid tree" .

[]
    oboInOwl:hasDbXref "FMA:4058" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001536 ;
    owl:annotatedTarget "left common carotid artery" .

[]
    oboInOwl:hasDbXref "Wikipedia:Talk:Human_gastrointestinal_tract", "https://github.com/geneontology/go-ontology/issues/7549" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001555 ;
    owl:annotatedTarget "A tube extending from the mouth to the anus." .

[]
    oboInOwl:hasDbXref "ZFA:0000112" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001555 ;
    owl:annotatedTarget "enteric tract" .

[]
    oboInOwl:hasDbXref "BTO:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001555 ;
    owl:annotatedTarget "digestive canal" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lower_respiratory_tract", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001558 ;
    owl:annotatedTarget "The segment of the respiratory tract that starts proximally with the trachea and includes all distal structures including the lungs[WP,modified]." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "Kohlenhydrat" .

[]
    oboInOwl:hasDbXref "MP:0002263" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001568 ;
    owl:annotatedTarget "The muscles associated with the larynx." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001568 ;
    owl:annotatedTarget "larynx muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001568 ;
    owl:annotatedTarget "muscle organ of larynx" .

[]
    oboInOwl:hasDbXref "VHOG:0000847", "Wikipedia:Genioglossus_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001571 ;
    owl:annotatedTarget "Either of a pair of lingual muscles with origin in the mandible, with insertion to the lingual fascia below the mucous membrane and epiglottis, with nerve supply from the hypoglossal nerve, and whose action depresses and protrudes the tongue." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010021 ;
    owl:annotatedTarget "Any myoblast that develops into some cardiac muscle cell." .

[]
    oboInOwl:hasDbXref "FEED:rd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001572 ;
    owl:annotatedTarget "A muscle that attaches to the hyopid bone and to the tongue and is innervated by cranial nerve XII." .

[]
    oboInOwl:hasDbXref "Wikipedia:Hyoglossus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001572 ;
    owl:annotatedTarget "hyoglossus" .

[]
    oboInOwl:hasDbXref "Wikipedia:Muscles_of_tongue", "https://github.com/obophenotype/uberon/issues/331" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001575 ;
    owl:annotatedTarget "A muscle organ that attaches the tongue to some other structure." .

[]
    oboInOwl:hasDbXref "http://www.feedexp.org/wiki/Mammalian_Muscle_Ontology_Workshop" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001576 ;
    owl:annotatedTarget "The intrinsic tongue muscles are an integral part of the tongue and completely contained within the tongue that are innervated by Cranial Nerve XII." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001584 ;
    owl:annotatedTarget "The subclavian artery that supplies the left pectoral appendage." .

[]
    oboInOwl:hasDbXref "Wikipedia:Superior_vena_cava", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001585 ;
    owl:annotatedTarget "A vein that carries deoxygenated blood from the upper half of the body into the right atrium of the heart." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001585 ;
    owl:annotatedTarget "superior caval vein" .

[]
    oboInOwl:hasDbXref "FMA:4720" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001585 ;
    owl:annotatedTarget "superior vena cava" .

[]
    oboInOwl:hasDbXref "VHOG:0001195" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001585 ;
    owl:annotatedTarget "cranial vena cava" .

[]
    oboInOwl:hasDbXref "Wikipedia:Internal_jugular_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001586 ;
    owl:annotatedTarget "One of two jugular veins that collect the blood from the brain, the superficial parts of the face, and the neck. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000877" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001586 ;
    owl:annotatedTarget "internal jugular" .

[]
    oboInOwl:hasDbXref "PMID:12486170", "PMID:29265764" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0010022 ;
    owl:annotatedTarget "A neuron that has its soma in the heart." .

[]
    oboInOwl:hasDbXref "Wikipedia:Bronchial_veins" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001592 ;
    owl:annotatedTarget "The bronchial veins are small vessels that return blood from the larger bronchi and structures at the roots of the lungs. The right side drains into the azygos vein, while the left side drains into the left superior intercostal vein or the accessory hemiazygos vein. The bronchial veins are counterparts to the bronchial arteries. The veins, however, do not return all of the blood supplied by the arteries; much of the blood that is carried in the bronchial arteries is returned to the heart via the pulmonary veins. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Ciliary_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001605 ;
    owl:annotatedTarget "The ciliary muscle is a ring of smooth muscle in the middle layer of the eye that controls the eye's accommodation for viewing objects at varying distances and regulates the flow of aqueous humour through Schlemm's canal. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "BTO:0000654" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001605 ;
    owl:annotatedTarget "musculus ciliarus" .

[]
    oboInOwl:hasDbXref "BTO:0000654" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001605 ;
    owl:annotatedTarget "Bowman`s muscles" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ciliary_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001605 ;
    owl:annotatedTarget "ciliaris" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001606 ;
    owl:annotatedTarget "iris muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001606 ;
    owl:annotatedTarget "muscle organ of iris" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lingual_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001610 ;
    owl:annotatedTarget "The lingual artery arises from the external carotid between the superior thyroid and facial artery[WP]." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "Kohlenhydrate" .

[]
    oboInOwl:hasDbXref "Wikipedia:Facial_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001612 ;
    owl:annotatedTarget "A branch of the external carotid artery that supplies structures of the face. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Maxillary_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001616 ;
    owl:annotatedTarget "An artery that supplies deep structures of the face. It comes just out behind the neck of the mandible. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Posterior_communicating_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001628 ;
    owl:annotatedTarget "One of a pair of right-sided and left-sided blood vessels in the circle of Willis. It connects the three cerebral arteries of the same side. Anteriorly, it is one portion of the terminal trifurcation of the internal carotid artery. The anterior cerebral artery and the middle cerebral artery are the other two branches of the trifurcation. Posteriorly, it communicates with the posterior cerebral artery." .

[]
    oboInOwl:hasDbXref "ZFA:0005001" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001628 ;
    owl:annotatedTarget "caudal communicating segment" .

[]
    oboInOwl:hasDbXref "ZFA:0005001" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001628 ;
    owl:annotatedTarget "posterior communicating segment of the basilar artery" .

[]
    oboInOwl:hasDbXref "GO:0007517" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001630 ;
    owl:annotatedTarget "Organ consisting of a tissue made up of various elongated cells that are specialized to contract and thus to produce movement and mechanical work[GO]." .

[]
    oboInOwl:hasDbXref "ZFA:0005145" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001630 ;
    owl:annotatedTarget "muscle" .

[]
    oboInOwl:hasDbXref "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001637 ;
    owl:annotatedTarget "An epithelial tube or tree of tibes that transports blood away from the heart[modified from AEO definition]." .

[]
    oboInOwl:hasDbXref "GOC:nv" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0011001 ;
    owl:annotatedTarget "A motor neuron that passes from the spinal cord toward or to a muscle and conducts an impulse that causes movement." .

[]
    oboInOwl:hasDbXref "Wikipedia:Vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001638 ;
    owl:annotatedTarget "Any of the tubular branching vessels that carry blood from the capillaries toward the heart." .

[]
    oboInOwl:hasDbXref "EMAPA:th" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001638 ;
    owl:annotatedTarget "vascular element" .

[]
    oboInOwl:hasDbXref "ISBN:0471209627", "Wikipedia:Trigeminal_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001645 ;
    owl:annotatedTarget "Cranial nerve that has three branches - the ophthalmic (supplying the skin of the nose and upper jaw), the maxillary and the mandibular (supplying the lower jaw)." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002084" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001645 ;
    owl:annotatedTarget "trigeminal V" .

[]
    oboInOwl:hasDbXref "NeuroNames:549" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001645 ;
    owl:annotatedTarget "nerve V" .

[]
    oboInOwl:hasDbXref "BTO:0001072" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001645 ;
    owl:annotatedTarget "nervus trigeminus" .

[]
    oboInOwl:hasDbXref "BTO:0001072" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001645 ;
    owl:annotatedTarget "trigeminus" .

[]
    oboInOwl:hasDbXref "ISBN:0471209627", "Wikipedia:Glossopharyngeal_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001649 ;
    owl:annotatedTarget "Cranial nerve that branches into the ramus communicans (to the skin), the pretrematic (to the walls of the pharynx and mouth, viscero-sensory fibers), and the larval post-trematic branch (lost in the adult)." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000709" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001649 ;
    owl:annotatedTarget "glossopharyngeal IX" .

[]
    oboInOwl:hasDbXref "ZFA:0000668" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001649 ;
    owl:annotatedTarget "nervus glossopharyngeus" .

[]
    oboInOwl:hasDbXref "NeuroNames:701" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001649 ;
    owl:annotatedTarget "nerve IX" .

[]
    oboInOwl:hasDbXref "ISBN:080184780X", "VHOG:0000693", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001650 ;
    owl:annotatedTarget "Cranial nerve that innervates the muscles of the tongue." .

[]
    oboInOwl:hasDbXref "BIRNLEX:820" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001650 ;
    owl:annotatedTarget "cranial nerve XII" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000798" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001650 ;
    owl:annotatedTarget "hypoglossal XII" .

[]
    oboInOwl:hasDbXref "VHOG:0000693" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001650 ;
    owl:annotatedTarget "CN-XII" .

[]
    oboInOwl:hasDbXref "BAMS:12n" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001650 ;
    owl:annotatedTarget "hypoglossal nerve/ root" .

[]
    oboInOwl:hasDbXref "NeuroNames:704" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001650 ;
    owl:annotatedTarget "nerve XII" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001651 ;
    owl:annotatedTarget "The pulmonary artery that supplies the right lung." .

[]
    oboInOwl:hasDbXref "GOC:NV", "PMID:11687492" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0011007 ;
    owl:annotatedTarget "A cell in the area of mesoderm in the neurulating embryo that flanks and forms simultaneously with the neural tube. The cells of this region give rise to somites." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001652 ;
    owl:annotatedTarget "The pulmonary artery that supplies the left lung." .

[]
    oboInOwl:hasDbXref "Wikipedia:Facial_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001653 ;
    owl:annotatedTarget "The anterior facial vein (facial vein) commences at the side of the root of the nose, and is a direct continuation of the angular vein where it also receives a small nasal branch. It lies behind the facial artery and follows a less tortuous course. It receives blood from the external palatine vein before it either joins the anterior branch of the retromandibular vein to form the common facial vein, or drains directly into the internal jugular vein. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "a carbohydrate" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432", "https://orcid.org/0000-0002-9900-7880" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0011012 ;
    owl:annotatedTarget "A cell of the neural crest. Neural crest cells are multipotent. Premigratory neural crest cells are found at the neural plate boarder, some of which will undergo ectomesynchymal transition and delamination to form migratory neural crest cells." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001653 ;
    owl:annotatedTarget "face vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001653 ;
    owl:annotatedTarget "vein of face" .

[]
    oboInOwl:hasDbXref "Wikipedia:Cerebral_veins" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001663 ;
    owl:annotatedTarget "The cerebral veins are divisible into external and internal groups according to the outer surfaces or the inner parts of the hemispheres they drain into. The external veins are the superior cerebral veins, inferior cerebral veins, and middle cerebral vein. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "http://www.ncbi.nlm.nih.gov/books/NBK53171", "https://github.com/obophenotype/uberon/issues/693" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "The cranial ganglion that is associated with and extends fibers into the trigeminal nerve." .

[]
    oboInOwl:hasDbXref "ZFA:0000295" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "5th ganglion" .

[]
    oboInOwl:hasDbXref "Wikipedia:Trigeminal_ganglion" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "Gasserian ganglion" .

[]
    oboInOwl:hasDbXref "ZFA:0000295" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "fifth ganglion" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "ganglion of trigeminal complex" .

[]
    oboInOwl:hasDbXref "ISBN:0471888893" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "semilunar ganglion" .

[]
    oboInOwl:hasDbXref "MA:0001080" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "trigeminal V ganglion" .

[]
    oboInOwl:hasDbXref "BTO:0001231" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "Gasser's ganglion" .

[]
    oboInOwl:hasDbXref "BTO:0001231" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001675 ;
    owl:annotatedTarget "ganglion of trigeminal nerve" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0005269" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001676 ;
    owl:annotatedTarget "The bone at the lower, posterior part of the skull." .

[]
    oboInOwl:hasDbXref "http://palaeos.com/vertebrates/bones/braincase/occiput.html" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001676 ;
    owl:annotatedTarget "occipital complex" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0005272" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001678 ;
    owl:annotatedTarget "The large, irregular bone located at the base and side of the skull; consists of three parts at birth: squamous, tympanic, and petrous." .

[]
    oboInOwl:hasDbXref "Wikipedia:Hyoid_bone" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001685 ;
    owl:annotatedTarget "A horseshoe shaped bone situated in the anterior midline of the neck between the chin and the thyroid cartilage. The hyoid bone provides attachment to the muscles of the floor of the mouth and the tongue above, the larynx below, and the epiglottis and pharynx behind. [WP,modified]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Hyoid_bone" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001685 ;
    owl:annotatedTarget "hyoid" .

[]
    oboInOwl:hasDbXref "Wikipedia:Hyoid_bone" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001685 ;
    owl:annotatedTarget "hyoid bone" .

[]
    oboInOwl:hasDbXref "Wikipedia:Hyoid_bone" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001685 ;
    owl:annotatedTarget "hyoideum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Hyoid_bone" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001685 ;
    owl:annotatedTarget "lingual bone" .

[]
    oboInOwl:hasDbXref "MP:0001096" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001701 ;
    owl:annotatedTarget "The group of neuron cell bodies associated with the ninth cranial nerve." .

[]
    oboInOwl:hasDbXref "FMA:53471" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001701 ;
    owl:annotatedTarget "ganglion of glosspharyngeal nerve" .

[]
    oboInOwl:hasDbXref "MA:0001077" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001701 ;
    owl:annotatedTarget "glossopharyngeal IX ganglion" .

[]
    oboInOwl:hasDbXref "ZFA:0001301" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0001701 ;
    owl:annotatedTarget "petrosal ganglion" .

[]
    oboInOwl:hasDbXref "PMID:11523816", "TAO:MAH", "Wikipedia:Neuroranium", "ZFA:0001580" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001703 ;
    owl:annotatedTarget "Subdivision of skeletal system that surrounds and protects the brain. Includes the skull base, sensory capsules and the central part of the skull roof." .

[]
    oboInOwl:hasDbXref "ZFA:0001580" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001703 ;
    owl:annotatedTarget "brain case" .

[]
    oboInOwl:hasDbXref "http://www.thefreedictionary.com/braincase" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001703 ;
    owl:annotatedTarget "brain pan" .

[]
    oboInOwl:hasDbXref "ZFA:0001580" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001703 ;
    owl:annotatedTarget "braincase" .

[]
    oboInOwl:hasDbXref "Wikipedia:Jaw", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001708 ;
    owl:annotatedTarget "Subdivision of skeleton which includes upper and lower jaw skeletons." .

[]
    oboInOwl:hasDbXref "MA:0001905" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001708 ;
    owl:annotatedTarget "jaw" .

[]
    oboInOwl:hasDbXref "ZFA:0001227" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001708 ;
    owl:annotatedTarget "jaw cartilage" .

[]
    oboInOwl:hasDbXref "ZFA:0001227" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001708 ;
    owl:annotatedTarget "mandibular arch skeleton" .

[]
    oboInOwl:hasDbXref "TAO:0001227" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001708 ;
    owl:annotatedTarget "mandibular arch" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lower_jaw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001710 ;
    owl:annotatedTarget "Subdivision of head that consists of the lower jaw skeletal elements plus associated soft tissue (skin, lips, muscle)[cjm]." .

[]
    oboInOwl:hasDbXref "FMA:59398" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001710 ;
    owl:annotatedTarget "mandibular part of mouth" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MGI:csmith", "MP:0001081", "PMID:9362461" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001714 ;
    owl:annotatedTarget "The groups of nerve cell bodies associated with the twelve cranial nerves." .

[]
    oboInOwl:hasDbXref "BIRNLEX:2597" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001714 ;
    owl:annotatedTarget "cranial ganglion part of peripheral nervous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001714 ;
    owl:annotatedTarget "cranial neural tree organ ganglion" .

[]
    oboInOwl:hasDbXref "FMA:54502" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001714 ;
    owl:annotatedTarget "ganglion of cranial nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001714 ;
    owl:annotatedTarget "ganglion of cranial neural tree organ" .

[]
    oboInOwl:hasDbXref "ZFA:0000013" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001714 ;
    owl:annotatedTarget "presumptive cranial ganglia" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "carbohidrato" .

[]
    oboInOwl:hasDbXref "FEED:rd", "https://github.com/obophenotype/uberon/issues/256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001723 ;
    owl:annotatedTarget "A muscular organ in the floor of the mouth." .

[]
    oboInOwl:hasDbXref "Wikipedia:Tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001723 ;
    owl:annotatedTarget "glossus" .

[]
    oboInOwl:hasDbXref "http://www.medilexicon.com/medicaldictionary.php?t=87514" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001725 ;
    owl:annotatedTarget "The cartilaginous joints of the skull; these include sphenoethmoidal synchondrosis, sphenooccipital synchondrosis, sphenopetrosal synchondrosis, petrooccipital synchondrosis, anterior intraoccipital synchondrosis and posterior intraoccipital synchondrosis." .

[]
    oboInOwl:hasDbXref "http://periowiki.wikispot.org/Taste_bud_histology" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001727 ;
    owl:annotatedTarget "A specialized receptor organ that is a collection of cells spanning the gustatory epithelium." .

[]
    oboInOwl:hasDbXref "Wikipedia:Taste_bud" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001727 ;
    owl:annotatedTarget "tastebud" .

[]
    oboInOwl:hasDbXref "Wikipedia:Taste_bud" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001727 ;
    owl:annotatedTarget "taste-bud" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001731 ;
    owl:annotatedTarget "An anatomical space that is enclosed by a pharynx." .

[]
    oboInOwl:hasDbXref "BTO:0002097" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001731 ;
    owl:annotatedTarget "cavitas pharyngis" .

[]
    oboInOwl:hasDbXref "Wikipedia:Larynx", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001737 ;
    owl:annotatedTarget "A continuation of the pharynx that is involved in breathing, sound production, and protecting the trachea against food aspiration." .

[]
    oboInOwl:hasDbXref "MP:0002256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001739 ;
    owl:annotatedTarget "The cartilaginous structures that support the larynx." .

[]
    oboInOwl:hasDbXref "FMA:55108" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001739 ;
    owl:annotatedTarget "cartilage of larynx" .

[]
    oboInOwl:hasDbXref "VHOG:0001550" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001739 ;
    owl:annotatedTarget "larynx cartilage" .

[]
    oboInOwl:hasDbXref "ISBN:0471209627", "Wikipedia:Vagus_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001759 ;
    owl:annotatedTarget "Cranial nerve that branches into the lateral (to body sense organs) and the intestino-accessorial (to the skin, muscles of shoulder, hyoid, larynx, gut, lungs, and heart)." .

[]
    oboInOwl:hasDbXref "MA:0001106" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001759 ;
    owl:annotatedTarget "vagus X nerve" .

[]
    oboInOwl:hasDbXref "NeuroNames:702" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001759 ;
    owl:annotatedTarget "nerve X" .

[]
    oboInOwl:hasDbXref "BTO:0003472" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001759 ;
    owl:annotatedTarget "pneuomgastric nerve" .

[]
    oboInOwl:hasDbXref "BAMS:10n" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001759 ;
    owl:annotatedTarget "vagus nerve or its root" .

[]
    oboInOwl:hasDbXref "MESH:A09.371.060.067", "MP:0005205" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001766 ;
    owl:annotatedTarget "The space in the eye, filled with aqueous humor, and bounded anteriorly by the cornea and a small portion of the sclera and posteriorly by a small portion of the ciliary body, the iris, and part of the crystalline lens." .

[]
    oboInOwl:hasDbXref "HP:0000593", "MP:0010709" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001766 ;
    owl:annotatedTarget "anterior chamber" .

[]
    oboInOwl:hasDbXref "BTO:0002084" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001766 ;
    owl:annotatedTarget "camera anterior bulbi" .

[]
    oboInOwl:hasDbXref "BTO:0002084" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001766 ;
    owl:annotatedTarget "camera oculi anterior" .

[]
    oboInOwl:hasDbXref "MP:0005197", "Wikipedia:Uvea" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001768 ;
    owl:annotatedTarget "The pigmented middle of the three concentric layers that make up an eye, consisting of the iris, ciliary body and choroid[WP,edited]." .

[]
    oboInOwl:hasDbXref "FMA:58103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001768 ;
    owl:annotatedTarget "tunica vasculosa of eyeball" .

[]
    oboInOwl:hasDbXref "FMA:58103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001768 ;
    owl:annotatedTarget "uvea" .

[]
    oboInOwl:hasDbXref "FMA:58103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001768 ;
    owl:annotatedTarget "uveal tract" .

[]
    oboInOwl:hasDbXref "Wikipedia:Uvea" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001768 ;
    owl:annotatedTarget "pars iridica retinae" .

[]
    oboInOwl:hasDbXref "Wikipedia:Uvea" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001768 ;
    owl:annotatedTarget "tunica vasculatis oculi" .

[]
    oboInOwl:hasDbXref "FMA:58103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001768 ;
    owl:annotatedTarget "vascular layer of eyeball" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0001322" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001769 ;
    owl:annotatedTarget "The adjustable membrane, composed of the stroma and pigmented epithelium, located just in front of the crystalline lens within the eye." .

[]
    oboInOwl:hasDbXref "MESH:A09.371.060.217.325", "MGI:smb", "MP:0006000" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "The smooth stratified squamous epithelium that covers the outer surface of the cornea." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "cornea epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "cornea epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "epithelial tissue of cornea" .

[]
    oboInOwl:hasDbXref "BTO:0000287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "anterior endothelium of cornea" .

[]
    oboInOwl:hasDbXref "BTO:0000287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "endothelium anterius corneae" .

[]
    oboInOwl:hasDbXref "BTO:0000287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "endothelium camerae anterioris bulbi" .

[]
    oboInOwl:hasDbXref "BTO:0000287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "endothelium corneale" .

[]
    oboInOwl:hasDbXref "BTO:0000287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001772 ;
    owl:annotatedTarget "epithelium posterius corneae" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "carbohidratos" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sclera", "ZFIN:ZDB-PUB-050701-15" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001773 ;
    owl:annotatedTarget "Opaque fibrous outer layer of the eyeball[ZFA,Kardong,WP]." .

[]
    oboInOwl:hasDbXref "ISBN:978-1-62808-994-3", "https://doi.org/10.1016/B978-0-12-409503-8.00002-0" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0011026 ;
    owl:annotatedTarget "A precursor cell that has a tendency to differentiate into a specific type of cell. They are descendants of stem cells, only they are more constrained in their differentiation potential or capacity for self-renewal, and are often more limited in both senses." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001774 ;
    owl:annotatedTarget "A skeletal muscle organ that is part of the trunk region." .

[]
    oboInOwl:hasDbXref "ZFA:0000473" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001774 ;
    owl:annotatedTarget "body musculature" .

[]
    oboInOwl:hasDbXref "FMA:58274" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001774 ;
    owl:annotatedTarget "muscle of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001774 ;
    owl:annotatedTarget "muscle organ of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001774 ;
    owl:annotatedTarget "muscle organ of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001774 ;
    owl:annotatedTarget "torso muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001774 ;
    owl:annotatedTarget "trunk muscle organ" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0005099", "Wikipedia:Ciliary_body" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001775 ;
    owl:annotatedTarget "The thickened portion of the vascular tunic, which lies between the choroid and the iris, composed of ciliary muscle and ciliary processes." .

[]
    oboInOwl:hasDbXref "Wikipedia:Choroid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "Vascular layer containing connective tissue, of the eye lying between the retina and the sclera. The choroid provides oxygen and nourishment to the outer layers of the retina. Along with the ciliary body and iris, the choroid forms the uveal tract[WP]." .

[]
    oboInOwl:hasDbXref "MA:0000263" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "choroid" .

[]
    oboInOwl:hasDbXref "Wikipedia:Choroid" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "choroid coat" .

[]
    oboInOwl:hasDbXref "Wikipedia:Choroid" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "choroidea" .

[]
    oboInOwl:hasDbXref "VHOG:0001568" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "eye choroid" .

[]
    oboInOwl:hasDbXref "Wikipedia:Uvea#Regions" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "posterior uvea" .

[]
    oboInOwl:hasDbXref "BTO:0001829" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "chorioid" .

[]
    oboInOwl:hasDbXref "ZFA:0005229" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001776 ;
    owl:annotatedTarget "optic choroid" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MESH:A09.371.060.217.228", "MP:0005300" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001777 ;
    owl:annotatedTarget "The lamellated connective tissue of the cornea between the Bowman and Descemet membranes." .

[]
    oboInOwl:hasDbXref "MA:0001245" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001777 ;
    owl:annotatedTarget "corneal stroma" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ciliary_body#Ciliary_epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001778 ;
    owl:annotatedTarget "A double layer covering the ciliary body that produces aqueous humor." .

[]
    oboInOwl:hasDbXref "FMA:58464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001778 ;
    owl:annotatedTarget "ciliary body epithelium" .

[]
    oboInOwl:hasDbXref "FMA:58464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001778 ;
    owl:annotatedTarget "epithelium of ciliary body" .

[]
    oboInOwl:hasDbXref "PMID:28369879", "https://orcid.org/0000-0001-6164-0667" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0011027 ;
    owl:annotatedTarget "Any fibroblast that is part of skeletal muscle tissue." .

[]
    oboInOwl:hasDbXref "Wikipedia:Iris_stroma", "http://www.drugs.com/dict/stroma-of-iris.html" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001779 ;
    owl:annotatedTarget "The delicate vascular connective tissue that lies between the anterior surface of the iris and the pars iridica retinae." .

[]
    oboInOwl:hasDbXref "MESH:A08.800.800.720", "MP:0001077" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "The any of the paired peripheral nerves formed by the union of the dorsal and ventral spinal roots from each spinal cord segment[MP,modified]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "backbone nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "nerve of backbone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "nerve of spinal column" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "nerve of spine" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "nerve of vertebral column" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "spinal column nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "spine nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001780 ;
    owl:annotatedTarget "vertebral column nerve" .

[]
    oboInOwl:hasDbXref "MP:0003727" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001781 ;
    owl:annotatedTarget "Any of the layers that make up the retina[MP]." .

[]
    oboInOwl:hasDbXref "MP:0006069" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001781 ;
    owl:annotatedTarget "retina neuronal layer" .

[]
    oboInOwl:hasDbXref "MP:0006069" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001781 ;
    owl:annotatedTarget "retinal neuronal layer" .

[]
    oboInOwl:hasDbXref "Wikipedia:Cranial_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001785 ;
    owl:annotatedTarget "Cranial nerves are nerves that emerge directly from the brain, in contrast to spinal nerves, which emerge from segments of the spinal cord." .

[]
    oboInOwl:hasDbXref "Wikipedia:Aqueous_humor" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001796 ;
    owl:annotatedTarget "A thick watery refractive medium that fills the space between the lens and the cornea[WP]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001796 ;
    owl:annotatedTarget "aqueous humour" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "glucide" .

[]
    oboInOwl:hasDbXref "MP:0000960" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001800 ;
    owl:annotatedTarget "The clusters of neurons in the somatic peripheral nervous system which contain the cell bodies of sensory nerve axons, interneurons and non-neuronal supporting cells." .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MESH:A09.371.060", "MP:0005193" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001801 ;
    owl:annotatedTarget "Any of the parts of the eye that lie in front of, or ventral to, the lens (inclusive)." .

[]
    oboInOwl:hasDbXref "ZFA:0005566" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001801 ;
    owl:annotatedTarget "anterior segment eye" .

[]
    oboInOwl:hasDbXref "BTO:0004574", "CL:patterns/cellPartOfAnatomicalEntity" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0011030 ;
    owl:annotatedTarget "Any microvascular endothelial cell that is part of the dermis." .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0005195" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001802 ;
    owl:annotatedTarget "Any of the parts of the eye that lie in back of, or dorsal to, the lens (but not inclusive)." .

[]
    oboInOwl:hasDbXref "ZFA:0005567" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001802 ;
    owl:annotatedTarget "posterior segment eye" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001803 ;
    owl:annotatedTarget "A layer of epithelial cells that is part of the eye." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001803 ;
    owl:annotatedTarget "epithelial tissue of eye lens" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001803 ;
    owl:annotatedTarget "epithelial tissue of lens" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001803 ;
    owl:annotatedTarget "epithelium of eye lens" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001803 ;
    owl:annotatedTarget "eye lens epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001803 ;
    owl:annotatedTarget "eye lens epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001803 ;
    owl:annotatedTarget "lens epithelial tissue" .

[]
    oboInOwl:hasDbXref "MGI:smb", "MP:0003236", "PMID:15483628" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001804 ;
    owl:annotatedTarget "The elastic, clear, membrane-like structure, that is outer most layer of the lens." .

[]
    oboInOwl:hasDbXref "Wikipedia:Autonomic_ganglion" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001805 ;
    owl:annotatedTarget "Ganglion that has dendrites that form a junction between autonomic nerves originating from the central nervous system and autonomic nerves innervating their target organs in the periphery. There are two subtypes, sympathetic ganglion and parasympathetic ganglion." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001805 ;
    owl:annotatedTarget "autonomic nervous system ganglion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001805 ;
    owl:annotatedTarget "ganglion of autonomic nervous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001805 ;
    owl:annotatedTarget "ganglion of visceral nervous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001805 ;
    owl:annotatedTarget "visceral nervous system ganglion" .

[]
    oboInOwl:hasDbXref "MP:0001008", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001806 ;
    owl:annotatedTarget "A ganglion of the sympathetic nervous system. Examples: paravertebral and the prevertebral ganglia, which include the sympathetic chain ganglia, the superior, middle, and inferior cervical ganglia, and the aorticorenal, celiac, and stellate ganglia." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001806 ;
    owl:annotatedTarget "ganglion of sympathetic nervous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001806 ;
    owl:annotatedTarget "ganglion of sympathetic part of autonomic division of nervous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001806 ;
    owl:annotatedTarget "sympathetic nervous system ganglion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001806 ;
    owl:annotatedTarget "sympathetic part of autonomic division of nervous system ganglion" .

[]
    oboInOwl:hasDbXref "NLXANAT:100303" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001808 ;
    owl:annotatedTarget "Ganglion containing neurons that receive innervation from parasympathetic neurons in the central nervous system and subserves parasympathetic functions through innervation of smooth muscle, cardiac muscle and glands." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0011115 ;
    owl:annotatedTarget "A cell that, by division or terminal differentiation, can give rise to other cell types." .

[]
    oboInOwl:hasDbXref "MP:0002261" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001824 ;
    owl:annotatedTarget "The mucous lining of the larynx, which is composed of squamous epithelium in the upper larynx and ciliated columnar epithelium in the lower larynx." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001824 ;
    owl:annotatedTarget "larynx mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001824 ;
    owl:annotatedTarget "larynx mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001824 ;
    owl:annotatedTarget "larynx organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001824 ;
    owl:annotatedTarget "mucosa of organ of larynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001824 ;
    owl:annotatedTarget "organ mucosa of larynx" .

[]
    oboInOwl:hasDbXref "EMAPA:18334" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001824 ;
    owl:annotatedTarget "laryngeal mucous membrane" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lip", "http://www.medterms.com/script/main/art.asp?articlekey=9458" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001833 ;
    owl:annotatedTarget "One of the two fleshy folds which surround the opening of the mouth." .

[]
    oboInOwl:hasDbXref "TAO:0002060", "Wikipedia:Lower_lip" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001835 ;
    owl:annotatedTarget "Lip that covers the lower portion of the mouth.[TAO]." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001835 ;
    owl:annotatedTarget "lower jaw lip" .

[]
    oboInOwl:hasDbXref "FMA:61817", "Wikipedia:Cerebral_hemisphere" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001869 ;
    owl:annotatedTarget "One of two bilateral, largely symmetrical organ subdivisions within the telencephalon which contain the cerebral cortex and cerebral white matter.[FMA]." .

[]
    oboInOwl:hasDbXref "MA:0000133", "VHOG:0001639", "https://github.com/obophenotype/uberon/issues/1208" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001869 ;
    owl:annotatedTarget "cerebrum" .

[]
    oboInOwl:hasDbXref "VHOG:0001639" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001869 ;
    owl:annotatedTarget "hemisphere" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "glucides" .

[]
    oboInOwl:hasDbXref "BAMS:HEM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001869 ;
    owl:annotatedTarget "hemispheric regions" .

[]
    oboInOwl:hasDbXref "NeuroNames:241" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001869 ;
    owl:annotatedTarget "medial amygdalar nucleus" .

[]
    oboInOwl:hasDbXref "VHOG:0000728" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001884 ;
    owl:annotatedTarget "A nerve that arises from the caudal cervical nerves and is primarily the motor nerve of the diaphragm but also sends sensory fibers to the pericardium." .

[]
    oboInOwl:hasDbXref "BTO:0001063" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001884 ;
    owl:annotatedTarget "diaphragmatic nerve" .

[]
    oboInOwl:hasDbXref "BTO:0001063" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001884 ;
    owl:annotatedTarget "phrenic" .

[]
    oboInOwl:hasDbXref "Wikipedia:Forebrain", "ZFIN:ZDB-PUB-961014-576" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001890 ;
    owl:annotatedTarget "The most anterior region of the brain including both the telencephalon and diencephalon." .

[]
    oboInOwl:hasDbXref "GO:0030901" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001891 ;
    owl:annotatedTarget "The midbrain is the middle division of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes a ventral part containing the cerebral peduncles and a dorsal tectum containing the corpora quadrigemina and that surrounds the aqueduct of Sylvius connecting the third and fourth ventricles)[GO]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Rhombomere", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001892 ;
    owl:annotatedTarget "A segment of the developing hindbrain[ZFA]. In the vertebrate embryo, a rhombomere is a transiently divided segment of the developing neural tube, within the hindbrain region (a neuromere) in the area that will eventually become the rhombencephalon. The rhombomeres appear as a series of slightly constricted swellings in the neural tube, caudal to the cephalic flexure.[WP]." .

[]
    oboInOwl:hasDbXref "ZFA:0001064" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001892 ;
    owl:annotatedTarget "hindbrain segment" .

[]
    oboInOwl:hasDbXref "ZFA:0001064" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001892 ;
    owl:annotatedTarget "segment of hindbrain" .

[]
    oboInOwl:hasDbXref "MIAA:0000272" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001892 ;
    owl:annotatedTarget "future rhombencephalon" .

[]
    oboInOwl:hasDbXref "AAO:0010479", "XAO:0000012" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001893 ;
    owl:annotatedTarget "Part of the forebrain consisting of paired olfactory bulbs and cerebral hemispheres." .

[]
    oboInOwl:hasDbXref "Wikipedia:Tentorium_cerebelli" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001893 ;
    owl:annotatedTarget "supratentorial region" .

[]
    oboInOwl:hasDbXref "BTO:0000239", "EMAPA:16910", "FMA:62000", "Wikipedia:Talk:Cerebrum/Archive_1", "https://github.com/obophenotype/uberon/issues/1208" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001893 ;
    owl:annotatedTarget "cerebrum" .

[]
    oboInOwl:hasDbXref "Swanson:2004", "neuronames:31" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001893 ;
    owl:annotatedTarget "endbrain" .

[]
    oboInOwl:hasDbXref "Wikipedia:Diencephalon" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001894 ;
    owl:annotatedTarget "The division of the forebrain that develops from the foremost primary cerebral vesicle." .

[]
    oboInOwl:hasDbXref "Swanson:2004" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001894 ;
    owl:annotatedTarget "interbrain" .

[]
    oboInOwl:hasDbXref "FMA:62001" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001894 ;
    owl:annotatedTarget "mature diencephalon" .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001894 ;
    owl:annotatedTarget "thalamencephalon" .

[]
    oboInOwl:hasDbXref "BTO:0000342" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001894 ;
    owl:annotatedTarget "betweenbrain" .

[]
    oboInOwl:hasDbXref "Wikipedia:Metencephalon", "https://github.com/obophenotype/uberon/issues/300" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001895 ;
    owl:annotatedTarget "Rostral segment of the hindbrain that has as its parts the pons (where present) and the cerebellum[WP,modified]." .

[]
    oboInOwl:hasDbXref "FMA:62003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001895 ;
    owl:annotatedTarget "epencephalon-2" .

[]
    oboInOwl:hasDbXref "FMA:62004", "GO:0021550", "Wikipedia:Bone_marrow_of_ovary_oblongata" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001896 ;
    owl:annotatedTarget "Organ component of neuraxis that has as its parts the medullary reticular formation, inferior olivary complex and cochlear nuclear complex, among other structures[FMA]. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate[GO]." .

[]
    oboInOwl:hasDbXref "ABA:MY" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001896 ;
    owl:annotatedTarget "medulla" .

[]
    oboInOwl:hasDbXref "FMA:62004" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001896 ;
    owl:annotatedTarget "metepencephalon" .

[]
    oboInOwl:hasDbXref "ISBN:0-397-51047-0", "MGI:cwg", "MP:0002285" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001901 ;
    owl:annotatedTarget "The epithelial lining of the trachea which contains numerous ciliated cells." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001901 ;
    owl:annotatedTarget "epithelial tissue of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001901 ;
    owl:annotatedTarget "epithelial tissue of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001901 ;
    owl:annotatedTarget "epithelium of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001901 ;
    owl:annotatedTarget "trachea epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001901 ;
    owl:annotatedTarget "windpipe epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001901 ;
    owl:annotatedTarget "windpipe epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001915 ;
    owl:annotatedTarget "An endothelium that is part of a capillary [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001915 ;
    owl:annotatedTarget "blood capillary endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001915 ;
    owl:annotatedTarget "capillary vessel endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001915 ;
    owl:annotatedTarget "endothelium of blood capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001915 ;
    owl:annotatedTarget "endothelium of capillary vessel" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0017500 ;
    owl:annotatedTarget "Cytoplasm that exhibits a characteristic staining and color, pale-pink, with Wright-Giemsa stain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001916 ;
    owl:annotatedTarget "An endothelium that is part of an arteriole [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001917 ;
    owl:annotatedTarget "An endothelium that is part of an artery [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001918 ;
    owl:annotatedTarget "An endothelium that is part of a venule [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "glucido" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001919 ;
    owl:annotatedTarget "An endothelium that is part of a vein [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "VHOG:0001216" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001919 ;
    owl:annotatedTarget "veinous endothelium" .

[]
    oboInOwl:hasDbXref "FMA:FMA", "ISBN:0471888893", "Wikipedia:Midbrain_tegmentum" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001943 ;
    owl:annotatedTarget "Ventral part of the midbrain, separated from the hindbrain by the isthmus[ISBN:0471888893]. Subdivision of the midbrain lying anterior to the tectum and posterior to the substantia nigra and cerebral peduncle[FMA] The part of the midbrain extending from the substantia nigra to the cerebral aqueduct in a horizontal section of the midbrain. It forms the floor of the midbrain that surrounds the cerebral aqueduct[WP]." .

[]
    oboInOwl:hasDbXref "ISBN:0471888893" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001943 ;
    owl:annotatedTarget "tegmentum" .

[]
    oboInOwl:hasDbXref "VHOG:0001367" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001943 ;
    owl:annotatedTarget "mesencephalic tegmentum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001948 ;
    owl:annotatedTarget "A multi-tissue structure that is part of a spinal cord." .

[]
    oboInOwl:hasDbXref "BIRNLEX:2547", "OldNeuroNames:754" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001950 ;
    owl:annotatedTarget "An area of cerebral cortex defined on the basis of cytoarchitecture that have six layers. Starting from the cortical surface the layers are: molecular layer (I), external granular layer (II), external pyramidal layer (III), internal granular layer (IV), internal pyramidal layer (V), and multiform layer (VI). Neocortex is most prominent in the frontal lobe, the parietal lobe, the temporal lobe and the occipital lobe, less so in the cingulate gyrus, the parahippocampal gyrus and the insula. It is composed of two subdivisions: true isocortex and proisocortex (Carpenter-83)(NN)." .

[]
    oboInOwl:hasDbXref "BIRNLEX:2547" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001950 ;
    owl:annotatedTarget "homotypical cortex" .

[]
    oboInOwl:hasDbXref "FMA:62429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001950 ;
    owl:annotatedTarget "isocortex (sensu lato)" .

[]
    oboInOwl:hasDbXref "DHBA:10160" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001950 ;
    owl:annotatedTarget "neocortex (isocortex)" .

[]
    oboInOwl:hasDbXref "BRAINSPAN:BRAINSPAN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0001950 ;
    owl:annotatedTarget "isocortex" .

[]
    oboInOwl:hasDbXref "BAMS:iso-cortex" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001950 ;
    owl:annotatedTarget "iso-cortex" .

[]
    oboInOwl:hasDbXref "BTO:0000920" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001950 ;
    owl:annotatedTarget "nonolfactory cortex" .

[]
    oboInOwl:hasDbXref "MP:0010988" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001956 ;
    owl:annotatedTarget "The hyaline cartilaginous structures that support the bronchi, present as irregular rings in the larger bronchi (and not as regular as in the trachea), and as small plates and islands in the smaller bronchi; as the branching continues through the bronchial tree, the amount of hyaline cartilage in the walls decreases until it is absent in the smallest bronchioles[MP]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001956 ;
    owl:annotatedTarget "bronchi cartilage" .

[]
    oboInOwl:hasDbXref "MP:0010988" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001956 ;
    owl:annotatedTarget "bronchial cartilage ring" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001956 ;
    owl:annotatedTarget "bronchial trunk cartilage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001956 ;
    owl:annotatedTarget "cartilage of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001956 ;
    owl:annotatedTarget "cartilage of bronchial trunk" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0017502 ;
    owl:annotatedTarget "Cytoplasm that exhibits a characteristic staining and color, red or pink, with Eosin stain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001957 ;
    owl:annotatedTarget "A submucosa that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001957 ;
    owl:annotatedTarget "bronchi submucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001957 ;
    owl:annotatedTarget "bronchial trunk submucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001957 ;
    owl:annotatedTarget "submucosa of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001957 ;
    owl:annotatedTarget "submucosa of bronchial trunk" .

[]
    oboInOwl:hasDbXref "BTO:0002108" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001957 ;
    owl:annotatedTarget "submucous layer of bronchi" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001969 ;
    owl:annotatedTarget "The liquid component of blood, in which erythrocytes are suspended." .

[]
    oboInOwl:hasDbXref "MA:0002501" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001969 ;
    owl:annotatedTarget "plasma" .

[]
    oboInOwl:hasDbXref "FMA:62970" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001969 ;
    owl:annotatedTarget "portion of plasma" .

[]
    oboInOwl:hasDbXref "BTO:0000501" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001971 ;
    owl:annotatedTarget "succus gastricus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001972 ;
    owl:annotatedTarget "A submucosa that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001972 ;
    owl:annotatedTarget "gullet submucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001972 ;
    owl:annotatedTarget "oesophagus submucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001972 ;
    owl:annotatedTarget "submucosa of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001972 ;
    owl:annotatedTarget "submucosa of oesophagus" .

[]
    oboInOwl:hasDbXref "BTO:0002109" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001972 ;
    owl:annotatedTarget "submucous layer of esophagus" .

[]
    oboInOwl:hasDbXref "BTO:0002109" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001972 ;
    owl:annotatedTarget "tela submucosa oesophagi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "A lamina propria that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "esophagus lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "esophagus lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "gullet lamina propria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "gullet lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "gullet lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "lamina propria mucosa of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "lamina propria mucosa of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "lamina propria mucosa of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "lamina propria mucosae of gullet" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "glucidos" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0017503 ;
    owl:annotatedTarget "Cytoplasm that exhibits molecular interaction for basic dyes under specific pH conditions." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "lamina propria mucosae of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "lamina propria of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "lamina propria of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "oesophagus lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "oesophagus lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "EMAPA:26987" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001974 ;
    owl:annotatedTarget "esophageal lamina propria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "A serous membrane that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "esophagus serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "gullet serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "gullet serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "oesophagus serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "serosa of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "serous membrane of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "serous membrane of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001975 ;
    owl:annotatedTarget "serous membrane of oesophagus" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0000468" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "The epithelial layer that lines the luminal space of the esophagus." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "epithelial tissue of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "epithelial tissue of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "epithelial tissue of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "epithelium of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "epithelium of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "esophagus epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "gullet epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "gullet epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001976 ;
    owl:annotatedTarget "oesophagus epithelial tissue" .

[]
    oboInOwl:hasDbXref "MESH:A07.231.432.952", "MP:0004125" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001979 ;
    owl:annotatedTarget "One of the minute vessels that collect deoxygenated blood from the capillary plexuses returns it to the veins." .

[]
    oboInOwl:hasDbXref "GO:0014830" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001980 ;
    owl:annotatedTarget "The smallest division of the artery located between the muscular arteries and the capillaries[GO]." .

[]
    oboInOwl:hasDbXref "BTO:0001102", "Wikipedia:Blood_vessel" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001981 ;
    owl:annotatedTarget "A vessel through which blood circulates in the body." .

[]
    oboInOwl:hasDbXref "EMAPA:35993" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0001981 ;
    owl:annotatedTarget "vascular element" .

[]
    oboInOwl:hasDbXref "FMA:50722" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001981 ;
    owl:annotatedTarget "region of vascular tree organ" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0017504 ;
    owl:annotatedTarget "Cytoplasm that exhibits affinity for both basic and acid stains under specific pH conditions." .

[]
    oboInOwl:hasDbXref "FMA:50722" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001981 ;
    owl:annotatedTarget "vascular tree organ region" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Capillary", "https://github.com/obophenotype/uberon/issues/137" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001982 ;
    owl:annotatedTarget "Any of the smallest blood vessels connecting arterioles with venules." .

[]
    oboInOwl:hasDbXref "Wikipedia:Corneal_endothelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001985 ;
    owl:annotatedTarget "A monolayer of specialized, flattened, mitochondria-rich cells that lines the posterior surface of the cornea and faces the anterior chamber of the eye[WP]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001985 ;
    owl:annotatedTarget "cornea endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001985 ;
    owl:annotatedTarget "endothelium of cornea" .

[]
    oboInOwl:hasDbXref "FMA:63916", "MESH:A10.272.491", "https://github.com/obophenotype/uberon/issues/225" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001986 ;
    owl:annotatedTarget "A layer of epithelium that lines the heart, blood vessels (endothelium, vascular), lymph vessels (endothelium, lymphatic), and the serous cavities of the body[MESH]. Simple squamous epithelium which lines blood and lymphatic vessels and the heart[FMA]." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000094", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0001994 ;
    owl:annotatedTarget "Cartilage tissue primarily composed of type II collagen (thin fibrils) and a glassy appearance." .

[]
    oboInOwl:hasDbXref "MA:0000109" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0001994 ;
    owl:annotatedTarget "hyaline cartilage" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0001994 ;
    owl:annotatedTarget "chondroid cartilage" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "hydrates de carbone" .

[]
    oboInOwl:hasDbXref "Wikipedia:Pulmonary_artery", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002012 ;
    owl:annotatedTarget "An artery that carries deoxygenated blood from heart to the lungs. They are the only arteries (other than umbilical arteries in the fetus) that carry deoxygenated blood.." .

[]
    oboInOwl:hasDbXref "FMA:66326" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002012 ;
    owl:annotatedTarget "pulmonary arterial tree" .

[]
    oboInOwl:hasDbXref "FMA:66326" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002012 ;
    owl:annotatedTarget "pulmonary arterial tree organ part" .

[]
    oboInOwl:hasDbXref "FMA:66326" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002012 ;
    owl:annotatedTarget "pulmonary arterial subtree" .

[]
    oboInOwl:hasDbXref "GO:0060577" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002016 ;
    owl:annotatedTarget "Pulmonary veins are blood vessels that transport blood from the lungs to the heart[GO]." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0017507 ;
    owl:annotatedTarget "A concave nucleus shape where the indentation is smaller than half of the distance to the farthest nuclear margin." .

[]
    oboInOwl:hasDbXref "BIRNLEX:812", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002019 ;
    owl:annotatedTarget "A cranial nerve that originates from neurons in the medulla and in the cervical spinal cord." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000106" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002019 ;
    owl:annotatedTarget "accessory XI" .

[]
    oboInOwl:hasDbXref "BIRNLEX:812" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002019 ;
    owl:annotatedTarget "cranial nerve XI" .

[]
    oboInOwl:hasDbXref "BIRNLEX:812" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002019 ;
    owl:annotatedTarget "eleventh cranial nerve" .

[]
    oboInOwl:hasDbXref "FMA:6720" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002019 ;
    owl:annotatedTarget "spinal accessory nerve" .

[]
    oboInOwl:hasDbXref "VHOG:0000699" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002019 ;
    owl:annotatedTarget "CN-XI" .

[]
    oboInOwl:hasDbXref "BAMS:XIn" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002019 ;
    owl:annotatedTarget "accessory spinal nerve" .

[]
    oboInOwl:hasDbXref "Wikipedia:Gray_matter", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002020 ;
    owl:annotatedTarget "A nervous system structure composed primarily of nerve cell bodies (somas). May also include dendrites and the initial unmyelinated portion of axons." .

[]
    oboInOwl:hasDbXref "FMA:67242" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002020 ;
    owl:annotatedTarget "gray matter of neuraxis" .

[]
    oboInOwl:hasDbXref "AEO:0001012" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002020 ;
    owl:annotatedTarget "neuronal grey matter" .

[]
    oboInOwl:hasDbXref "ZFA:0001681" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002020 ;
    owl:annotatedTarget "gray mater" .

[]
    oboInOwl:hasDbXref "Wikipedia:Rhombencephalon", "ZFA:0000029", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002028 ;
    owl:annotatedTarget "The most posterior of the three principal regions of the brain. In mammals and birds the hindbrain is divided into a rostral metencephalon and a caudal myelencephalon. In zebrafish, with the exception of the cerebellum, the ventral remainder of the metencephalon can be separated only arbitrarily from the more caudal myelencephalic portion of the medulla oblongata (From: Neuroanatomy of the Zebrafish Brain)[ZFA]. Organ component of neuraxis that has as its parts the pons, cerebellum and medulla oblongata[FMA]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "An epithelium that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "bronchi epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "bronchi epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "bronchial trunk epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "bronchial trunk epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "bronchus epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "epithelial tissue of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "epithelial tissue of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "epithelial tissue of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "epithelium of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002031 ;
    owl:annotatedTarget "epithelium of bronchial trunk" .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:dph", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002036 ;
    owl:annotatedTarget "Muscle tissue that contains fibers that are divided by transverse bands into striations." .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Bronchial_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002040 ;
    owl:annotatedTarget "A systemic artery that supplies the lung with with oxygenated blood." .

[]
    oboInOwl:hasDbXref "Wikipedia:Pontine_raphe_nucleus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002047 ;
    owl:annotatedTarget "The pontine raphe nucleus is one of the raphe nuclei. It is located in the pontine tegmentum. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0017509 ;
    owl:annotatedTarget "Any nucleus that has characteristic some alobate." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002048 ;
    owl:annotatedTarget "Respiration organ that develops as an outpocketing of the esophagus." .

[]
    oboInOwl:hasDbXref "ZFA:0005249" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002049 ;
    owl:annotatedTarget "An interconnected tubular multi-tissue structure contains fluid that is actively transported around the organism[ZFA]. Examples: vasculature of lung, vasculature of face." .

[]
    oboInOwl:hasDbXref "FMA:69050" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002049 ;
    owl:annotatedTarget "vascular network" .

[]
    oboInOwl:hasDbXref "BTO:0000174", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002050 ;
    owl:annotatedTarget "Anatomical structure that is part of an embryo." .

[]
    oboInOwl:hasDbXref "FBbt:00004208" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002050 ;
    owl:annotatedTarget "developing embryonic structure" .

[]
    oboInOwl:hasDbXref "RETIRED_EHDAA2:0003169" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002050 ;
    owl:annotatedTarget "embryonic anatomical structure" .

[]
    oboInOwl:hasDbXref "BTO:0000174" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002050 ;
    owl:annotatedTarget "embryonale Struktur" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "saccharide" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002057 ;
    owl:annotatedTarget "An artery that supplies the diaphragm." .

[]
    oboInOwl:hasDbXref "Wikipedia:Truncus_arteriosus_(embryology)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002061 ;
    owl:annotatedTarget "The truncus arteriosus and bulbus cordis are divided by the aorticopulmonary septum. The truncus arteriosus gives rise to the ascending aorta and the pulmonary trunk. The bulbus cordis gives rise to the smooth parts (outflow tract) of the left and right ventricles." .

[]
    oboInOwl:hasDbXref "GO:0003197", "Wikipedia:Atrioventricular_cushions", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002062 ;
    owl:annotatedTarget "The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves[GO]. Swellings of tissue present between the endocardial and myocardial cell layers that will give rise to the interstitial cells of the cardiac valves[ZFA]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Endocardial_cushion" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002062 ;
    owl:annotatedTarget "atrioventricular cushion" .

[]
    oboInOwl:hasDbXref "PMID:15797462" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002062 ;
    owl:annotatedTarget "cardiac cushion" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000434" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002062 ;
    owl:annotatedTarget "endocardial cushion tissue" .

[]
    oboInOwl:hasDbXref "FMA:70302" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002062 ;
    owl:annotatedTarget "atrioventricular canal cushion" .

[]
    oboInOwl:hasDbXref "PMID:20735616", "Wikipedia:Sinus_venosus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002063 ;
    owl:annotatedTarget "The sinus venosus is a large cardiac chamber at the inflow tract that receives venous blood from systemic circulation. precedes the atrium on the venous side of the chordate heart." .

[]
    oboInOwl:hasDbXref "ZFA:0000154" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0002063 ;
    owl:annotatedTarget "inflow tract" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sinus_venosus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002063 ;
    owl:annotatedTarget "sinus venarum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sinus_venosus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002063 ;
    owl:annotatedTarget "venarum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sinus_venosus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002063 ;
    owl:annotatedTarget "venarum sinus" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sinus_venosus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002063 ;
    owl:annotatedTarget "venosus" .

[]
    oboInOwl:hasDbXref "Wikipedia:Dermis", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002067 ;
    owl:annotatedTarget "The dermis is a layer of skin between the epidermis (with which it makes up the skin) and subcutaneous tissues, and is composed of two layers, the papillary and reticular dermis[WP]." .

[]
    oboInOwl:hasDbXref "BTO:0000294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002067 ;
    owl:annotatedTarget "cutis" .

[]
    oboInOwl:hasDbXref "Wikipedia:Hypodermis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002072 ;
    owl:annotatedTarget "Lowermost layer of the integumentary system in vertebrates. Types of cells that are found in the hypodermis are fibroblasts, adipose cells, and macrophages. It is derived from the mesoderm, but unlike the dermis, it is not derived from the dermatome region of the mesoderm. The hypodermis is used mainly for fat storage[WP]." .

[]
    oboInOwl:hasDbXref "BTO:0004525" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002072 ;
    owl:annotatedTarget "sub-tegumental tissue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Hypodermis" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002072 ;
    owl:annotatedTarget "subcutaneous tissue" .

[]
    oboInOwl:hasDbXref "BTO:0004525" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002072 ;
    owl:annotatedTarget "subtegumental tissue" .

[]
    oboInOwl:hasDbXref "BTO:0001491", "Wikipedia:Viscus", "https://github.com/obophenotype/mouse-anatomy-ontology/issues/14" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002075 ;
    owl:annotatedTarget "An organ that is located within the body cavity (or in its extension, in the scrotum); it consists of organ parts that are embryologically derived from endoderm, splanchnic mesoderm or intermediate mesoderm; together with other organs, the viscus constitutes the respiratory, gastrointestinal, urinary, reproductive and immune systems, or is the central organ of the cardiovascular system. Examples: heart, lung, esophagus, kidney, ovary, spleen." .

[]
    oboInOwl:hasDbXref "RETIRED_EHDAA2:0002201" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002075 ;
    owl:annotatedTarget "visceral organ" .

[]
    oboInOwl:hasDbXref "MA:0000019" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002075 ;
    owl:annotatedTarget "visceral organ system" .

[]
    oboInOwl:hasDbXref "BTO:0001491" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002075 ;
    owl:annotatedTarget "splanchnic tissue" .

[]
    oboInOwl:hasDbXref "BTO:0001491" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002075 ;
    owl:annotatedTarget "visceral tissue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Right_atrium", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002078 ;
    owl:annotatedTarget "A cardiac atrium that is in the right side of the heart. It receives deoxygenated blood. In mammals, this comes from the superior and inferior vena cava and the coronary sinus, and pumps it into the right ventricle through the tricuspid valve." .

[]
    oboInOwl:hasDbXref "MA:0000075" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002078 ;
    owl:annotatedTarget "heart right atrium" .

[]
    oboInOwl:hasDbXref "VHOG:0000328" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002078 ;
    owl:annotatedTarget "right atrium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Left_atrium", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002079 ;
    owl:annotatedTarget "A cardiac atrium that is in the left side of the heart. It receives oxygenated blood from the pulmonary veins, In mammals this is pumped into the left ventricle, via the Mitral valve." .

[]
    oboInOwl:hasDbXref "MA:0000074" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002079 ;
    owl:annotatedTarget "heart left atrium" .

[]
    oboInOwl:hasDbXref "VHOG:0000369" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002079 ;
    owl:annotatedTarget "left atrium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002080 ;
    owl:annotatedTarget "A cardiac ventricle that is in the right side of the heart." .

[]
    oboInOwl:hasDbXref "FMA:7098" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002080 ;
    owl:annotatedTarget "right ventricle" .

[]
    oboInOwl:hasDbXref "EMAPA:17340" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002080 ;
    owl:annotatedTarget "right cardiac ventricle" .

[]
    oboInOwl:hasDbXref "Wikipedia:Heart_atrium", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002081 ;
    owl:annotatedTarget "Cardiac chamber in which blood enters the heart." .

[]
    oboInOwl:hasDbXref "ZFA:0000471" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002081 ;
    owl:annotatedTarget "atrium" .

[]
    oboInOwl:hasDbXref "BTO:0000903" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002081 ;
    owl:annotatedTarget "atrial tissue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ventricle_(heart)", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002082 ;
    owl:annotatedTarget "Cardiac chamber through which blood leaves the heart." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002084 ;
    owl:annotatedTarget "A cardiac ventricle that is in the left side of the heart." .

[]
    oboInOwl:hasDbXref "FMA:7101" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002084 ;
    owl:annotatedTarget "left ventricle" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "saccharides" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002085 ;
    owl:annotatedTarget "A cardiac septum that divides the left and right atria of the heart." .

[]
    oboInOwl:hasDbXref "ZFA:0000317", "https://sourceforge.net/tracker/?func=detail&aid=2983975&group_id=76834&atid=974957", "https://sourceforge.net/tracker/?func=detail&atid=1205376&aid=2983977&group_id=76834" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002090 ;
    owl:annotatedTarget "The postcranial subdivision of skeleton structural components forming the long axis of the vertebrate body; in Danio, consisting of the notochord, vertebrae, ribs, supraneurals, intermuscular bones, and unpaired median fins; in human consists of the bones of the vertebral column, the thoracic cage and the pelvis[ZFA+FMA]." .

[]
    oboInOwl:hasDbXref "FMA:71221", "https://github.com/obophenotype/uberon/wiki/The-axial-skeleton" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0002090 ;
    owl:annotatedTarget "axial skeleton" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "Wikipedia:Appendicular_skeleton", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002091 ;
    owl:annotatedTarget "Subdivision of skeleton which which consists of all the skeletal elements in in the pectoral and pelvic appendage complexes[cjm]." .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/59" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002091 ;
    owl:annotatedTarget "entire appendicular skeleton" .

[]
    oboInOwl:hasDbXref "MP:0009025" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002092 ;
    owl:annotatedTarget "The fibrous membrane forming the outer of the three coverings that surrounds the brain within the cranial cavity; consists of two layers including the periosteal layer and the meningeal layer." .

[]
    oboInOwl:hasDbXref "FMA:71236" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002092 ;
    owl:annotatedTarget "cranial dura mater" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002093 ;
    owl:annotatedTarget "A dura mater that is part of a spinal cord [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002093 ;
    owl:annotatedTarget "dura mater of neuraxis of spinal cord" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002093 ;
    owl:annotatedTarget "spinal cord dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "FMA:7133" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "Cardiac septum which separates the right ventricle from the left ventricle.[FMA]." .

[]
    oboInOwl:hasDbXref "MA:0000085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "heart interventricular septum" .

[]
    oboInOwl:hasDbXref "MA:0000085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "heart ventricular septum" .

[]
    oboInOwl:hasDbXref "BTO:0002483" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "interventricular septum of heart" .

[]
    oboInOwl:hasDbXref "BTO:0002483" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "interventriculare cordis" .

[]
    oboInOwl:hasDbXref "Wikipedia:Interventricular_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "intraventricular septum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Interventricular_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "septum inferius" .

[]
    oboInOwl:hasDbXref "PMID:9108778" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0019018 ;
    owl:annotatedTarget "A smooth muscle cell that is part of any blood vessel." .

[]
    oboInOwl:hasDbXref "Wikipedia:Interventricular_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "septum membranaceum" .

[]
    oboInOwl:hasDbXref "MA:0000085", "Wikipedia:Interventricular_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002094 ;
    owl:annotatedTarget "ventricular septum" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002097 ;
    owl:annotatedTarget "The organ covering the body that consists of the dermis and epidermis." .

[]
    oboInOwl:hasDbXref "MESH:A07.541.459" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002099 ;
    owl:annotatedTarget "The thin membranous structure between the two heart atria or the thick muscular structure between the two heart ventricles." .

[]
    oboInOwl:hasDbXref "TAO:0001115", "UBERONREF:0000006", "Wikipedia:Torso" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002100 ;
    owl:annotatedTarget "Organism subdivision which is the part of the body posterior to the cervical region (or head, when cervical region not present) and anterior to the caudal region. Includes the sacrum when present." .

[]
    oboInOwl:hasDbXref "XAO:0000054" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002100 ;
    owl:annotatedTarget "trunk region" .

[]
    oboInOwl:hasDbXref "BTO:0001493" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002100 ;
    owl:annotatedTarget "Rumpf" .

[]
    oboInOwl:hasDbXref "NIFSTD:FMAID_7191" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002104 ;
    owl:annotatedTarget "The sensory system subserving the sense of vision." .

[]
    oboInOwl:hasDbXref "BILA:0000140" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002104 ;
    owl:annotatedTarget "photosensory system" .

[]
    oboInOwl:hasDbXref "ZFA:0001138" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002105 ;
    owl:annotatedTarget "Sensory system responsible for the perception of spatial orientation and auditory stimuli." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002111 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of an artery [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "BTO:0000087" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002111 ;
    owl:annotatedTarget "arterial smooth muscle" .

[]
    oboInOwl:hasDbXref "FMA:72024" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002111 ;
    owl:annotatedTarget "smooth muscle of artery" .

[]
    oboInOwl:hasDbXref "BTO:0000087" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002111 ;
    owl:annotatedTarget "arterial smooth muscle cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "esophagus involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "esophagus non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "esophagus smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "gullet involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "gullet non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "gullet smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "gullet smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "involuntary muscle of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "involuntary muscle of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "involuntary muscle of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "non-striated muscle of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "non-striated muscle of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "non-striated muscle of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "oesophagus involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "oesophagus non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "oesophagus smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "smooth muscle of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "smooth muscle of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "smooth muscle tissue of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "smooth muscle tissue of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002112 ;
    owl:annotatedTarget "smooth muscle tissue of oesophagus" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16646 ;
    owl:annotatedTarget "saccharidum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002118 ;
    owl:annotatedTarget "An ovary that is part of a right side of organism [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "PMID:10853867" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_0019019 ;
    owl:annotatedTarget "A smooth muscle cell that is part of the tracheobronchial tree." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002119 ;
    owl:annotatedTarget "An ovary that is part of a left side of organism [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ISBN:0-19-502694-2", "Wikipedia:Superior_olivary_complex" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002128 ;
    owl:annotatedTarget "A collection of brainstem nuclei that functions in multiple aspects of hearing and is an important component of the ascending and descending auditory pathways of the auditory system." .

[]
    oboInOwl:hasDbXref "FMA:72247" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002128 ;
    owl:annotatedTarget "superior olivary nuclei" .

[]
    oboInOwl:hasDbXref "NeuroNames:569" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002128 ;
    owl:annotatedTarget "superior olivary nucleus (Barr & Kiernan)" .

[]
    oboInOwl:hasDbXref "GAID:577", "GO:0021703", "Wikipedia:Locus_ceruleus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "The locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic[GO]. Bluish region in the superior angle of the fourth ventricle floor, corresponding to melanin-like pigmented nerve cells which lie lateral to the ponto-mesencephalic central gray (griseum centrale). It is also known as nucleus pigmentosus pontis[GAID]." .

[]
    oboInOwl:hasDbXref "https://doi.org/10.5281/zenodo.11165918" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_0019019 ;
    owl:annotatedTarget "The marker set ACTA2, TAGLN can identify the Human cell type tracheobronchial smooth muscle cell in the Lung with a confidence of 0.69 (NS-Forest FBeta value)." .

[]
    oboInOwl:hasDbXref "Noradrenergic_cell_group_A6&oldid=981960774" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "Noradrenergic cell group A6" .

[]
    oboInOwl:hasDbXref "BIRNLEX:905" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "blue nucleus" .

[]
    oboInOwl:hasDbXref "BIRNLEX:905" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "locus caeruleus" .

[]
    oboInOwl:hasDbXref "BIRNLEX:905" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "nucleus pigmentosus pontis" .

[]
    oboInOwl:hasDbXref "BIRNLEX:905" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "substantia ferruginea" .

[]
    oboInOwl:hasDbXref "BTO:0001408" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "locus cinereus" .

[]
    oboInOwl:hasDbXref "NeuroNames:583" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002148 ;
    owl:annotatedTarget "locus coeruleus (Vicq d'Azyr)" .

[]
    oboInOwl:hasDbXref "BIRNLEX:1131" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002149 ;
    owl:annotatedTarget "Nucleus containing parasympathetic neurons giving rise to the parasympathetic division of the facial nerve, innervating the salivary glands (Brodal, Neurological Anatomy, 3rd ed., 1981, pg 703)." .

[]
    oboInOwl:hasDbXref "GO:0021753" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002149 ;
    owl:annotatedTarget "superior salivary nucleus" .

[]
    oboInOwl:hasDbXref "GO:0003157" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002165 ;
    owl:annotatedTarget "The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers[GO]." .

[]
    oboInOwl:hasDbXref "EMAPA:32686" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002165 ;
    owl:annotatedTarget "endocardial lining" .

[]
    oboInOwl:hasDbXref "EMAPA:17868" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002165 ;
    owl:annotatedTarget "endocardial tissue" .

[]
    oboInOwl:hasDbXref "VHOG:0000084" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002165 ;
    owl:annotatedTarget "heart endocardial tissue" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "Endocardium that is part of the atrium." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "Cardiac atria endocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "atrium of heart endocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "cardiac atrium endocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "endocardium of Cardiac atria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "endocardium of atrium of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "endocardium of cardiac atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "endocardium of heart atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "heart atrium endocardium" .

[]
    oboInOwl:hasDbXref "VHOG:0000606" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002166 ;
    owl:annotatedTarget "atrium endocardial tissue" .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Right_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002167 ;
    owl:annotatedTarget "Lung which consists of the right upper lobe, middle lobe and right lower lobe.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Left_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002168 ;
    owl:annotatedTarget "Lung which consists of the left upper lobe and left lower lobe.[FMA]." .

[]
    oboInOwl:hasDbXref "ISBN:0-397-51047-0", "MESH:A04.411.125", "MGI:cwg", "MP:0002264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002185 ;
    owl:annotatedTarget "The upper conducting airways of the lung; these airways arise from the terminus of the trachea." .

[]
    oboInOwl:hasDbXref "FMA:7409" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002185 ;
    owl:annotatedTarget "bronchial trunk" .

[]
    oboInOwl:hasDbXref "BTO:0001340" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002185 ;
    owl:annotatedTarget "bronchial tissue" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002190 ;
    owl:annotatedTarget "A portion of adipose tissue that is part of the hypodermis, beneath the dermis." .

[]
    oboInOwl:hasDbXref "MP:0011156" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0002190 ;
    owl:annotatedTarget "panniculus adiposus" .

[]
    oboInOwl:hasDbXref "FMA:74315" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002190 ;
    owl:annotatedTarget "fatty layer of subcutaneous tissue" .

[]
    oboInOwl:hasDbXref "MP:0011156" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002190 ;
    owl:annotatedTarget "hypodermis fat layer" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000042 ;
    owl:annotatedTarget "Any neuroblast (sensu Vertebrata) that is part of some forebrain." .

[]
    oboInOwl:hasDbXref "MP:0011156" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002190 ;
    owl:annotatedTarget "subcutaneous fat layer" .

[]
    oboInOwl:hasDbXref "FMA:74315" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002190 ;
    owl:annotatedTarget "fatty layer of superficial fascia" .

[]
    oboInOwl:hasDbXref "BTO:0004042" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002190 ;
    owl:annotatedTarget "subcutaneous fat" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002193 ;
    owl:annotatedTarget "Anatomical cluster consisting of the hematopoietic system and the lymphoid system, or its analogs." .

[]
    oboInOwl:hasDbXref "Wikipedia:Integument" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002199 ;
    owl:annotatedTarget "The dermis, epidermis and hypodermis." .

[]
    oboInOwl:hasDbXref "FMA:74657" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002199 ;
    owl:annotatedTarget "the integument" .

[]
    oboInOwl:hasDbXref "BTO:0000634" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002199 ;
    owl:annotatedTarget "dermal system" .

[]
    oboInOwl:hasDbXref "BTO:0000634" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002199 ;
    owl:annotatedTarget "dermoid system" .

[]
    oboInOwl:hasDbXref "BTO:0000634" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002199 ;
    owl:annotatedTarget "tegument" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002200 ;
    owl:annotatedTarget "Vasculature that is part of a head [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002200 ;
    owl:annotatedTarget "adult head vascular network" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002200 ;
    owl:annotatedTarget "adult head vasculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002200 ;
    owl:annotatedTarget "head vascular network" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002200 ;
    owl:annotatedTarget "vascular network of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002200 ;
    owl:annotatedTarget "vascular network of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002200 ;
    owl:annotatedTarget "vasculature of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002201 ;
    owl:annotatedTarget "A vasculature that is part of a trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002201 ;
    owl:annotatedTarget "torso vascular network" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002201 ;
    owl:annotatedTarget "torso vasculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002201 ;
    owl:annotatedTarget "trunk vascular network" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002201 ;
    owl:annotatedTarget "vascular network of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002201 ;
    owl:annotatedTarget "vascular network of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002201 ;
    owl:annotatedTarget "vasculature of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002202 ;
    owl:annotatedTarget "A submucosa that is part of a trachea." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002202 ;
    owl:annotatedTarget "submucosa of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002202 ;
    owl:annotatedTarget "windpipe submucosa" .

[]
    oboInOwl:hasDbXref "BTO:0002115" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002202 ;
    owl:annotatedTarget "submucous layer of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic", "https://sourceforge.net/tracker/?func=detail&aid=3489658&group_id=76834&atid=994726" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002203 ;
    owl:annotatedTarget "Vasculature that is part of the eye region." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002203 ;
    owl:annotatedTarget "eye vascular network" .

[]
    oboInOwl:hasDbXref "ZFA:0007057" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002203 ;
    owl:annotatedTarget "ocular blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002203 ;
    owl:annotatedTarget "vascular network of eye" .

[]
    oboInOwl:hasDbXref "PMID:15153415" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000222 ;
    owl:annotatedTarget "A specialised neuroendocrine cell located in the gastric mucosa that regulates digestive processes including acid secretion and gut motility. This cell stores hormones in large dense core vesicles and synaptic-like microvesicles." .

[]
    oboInOwl:hasDbXref "VSAO:0000031", "VSAO:curator", "https://github.com/obophenotype/uberon/issues/77" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002204 ;
    owl:annotatedTarget "Anatomical system that consists of the muscular and skeletal systems." .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Fibrous_joint" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002209 ;
    owl:annotatedTarget "Nonsynovial joint in which the articulating bones or cartilages are connected by ligaments. Examples: sagittal suture, inferior tibiofibular syndesmosis, gomphosis.[FMA]." .

[]
    oboInOwl:hasDbXref "PMID:15153415" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:CL_1000222 ;
    owl:annotatedTarget "DES cell" .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Cartilaginous_joint" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002213 ;
    owl:annotatedTarget "Nonsynovial joint in which the articulating bones or cartilages are connected by cartilage. Examples: Spheno-occipital synchondrosis, first sternocostal joint, pubic symphysis.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Synchondrosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002215 ;
    owl:annotatedTarget "Cartilaginous joint in which the articulating bones or cartilages are connected by hyaline cartilage. Examples: spheno-occipital synchondrosis, first sternocostal joint.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:7497" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002215 ;
    owl:annotatedTarget "primary cartilaginous joint" .

[]
    oboInOwl:hasDbXref "FMA:7497" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002215 ;
    owl:annotatedTarget "epiphysial cartilage" .

[]
    oboInOwl:hasDbXref "PMID:15153415" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:CL_1000222 ;
    owl:annotatedTarget "diffuse endocrine system cell" .

[]
    oboInOwl:hasDbXref "FMA:FMA", "Wikipedia:Symphysis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002216 ;
    owl:annotatedTarget "Cartilaginous joint in which the articulating bones or cartilages are connected by fibrocartilage. Examples: pubic symphysis, intervertebral symphysis, manubriosternal joint.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:7498" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002216 ;
    owl:annotatedTarget "secondary cartilaginous joint" .

[]
    oboInOwl:hasDbXref "FMA:7501", "Wikipedia:Synovial_joint" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002217 ;
    owl:annotatedTarget "Joint in which the articulating bones or cartilages are connected by an articular capsule which encloses a synovial membrane and a synovial cavity. Examples: Temporomandibular joint, knee joint.[FMA]." .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Thoracic_cavity" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002224 ;
    owl:annotatedTarget "The part of the coelemic cavity lumen that is enclosed by the walls of the thorax." .

[]
    oboInOwl:hasDbXref "FMA:7565" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002224 ;
    owl:annotatedTarget "space of thoracic compartment" .

[]
    oboInOwl:hasDbXref "BIRNLEX:1709" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002240 ;
    owl:annotatedTarget "Part of the central nervous system located in the vertebral canal continuous with and caudal to the brain; demarcated from brain by plane of foramen magnum. It is composed of an inner core of gray matter in which nerve cells predominate, and an outer layer of white matter in which myelinated nerve fibers predominate, and surrounds the central canal. (CUMBO)." .

[]
    oboInOwl:hasDbXref "NeuroNames:22" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002240 ;
    owl:annotatedTarget "cerebro-cerebellar fissure" .

[]
    oboInOwl:hasDbXref "NeuroNames:22" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002240 ;
    owl:annotatedTarget "cerebrocerebellar fissure" .

[]
    oboInOwl:hasDbXref "ZFA:0000075" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002240 ;
    owl:annotatedTarget "spinal cord structure" .

[]
    oboInOwl:hasDbXref "BTO:0001279" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002240 ;
    owl:annotatedTarget "spinal medulla" .

[]
    oboInOwl:hasDbXref "Wikipedia:Chondrocranium", "http://medical-dictionary.thefreedictionary.com/chondrocranium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002241 ;
    owl:annotatedTarget "Endoskeletal elements that encase the brain, nose, inner ear[cjm]. that part of the neurocranium formed by endochondral ossification and comprising the bones of the base of the skull[TFD]." .

[]
    oboInOwl:hasDbXref "MA:0000317" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002241 ;
    owl:annotatedTarget "calvarium" .

[]
    oboInOwl:hasDbXref "GO:0021517", "MP:0005112", "Wikipedia:Anterior_horn_of_spinal_cord", "https://sourceforge.net/tracker/?group_id=36855&atid=440764" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "The ventral grey column of the spinal cord[MP]. The neurons of the ventral region of the mature spinal cord participate in motor output[GO]." .

[]
    oboInOwl:hasDbXref "FMA:256541" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "anterior gray column of spinal cord" .

[]
    oboInOwl:hasDbXref "FMA:256541" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "anterior gray horn of spinal cord" .

[]
    oboInOwl:hasDbXref "BIRNLEX:2668" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "anterior horn" .

[]
    oboInOwl:hasDbXref "BIRNLEX:2668" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "spinal cord anterior horn" .

[]
    oboInOwl:hasDbXref "FMA:256541" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "ventral gray column of spinal cord" .

[]
    oboInOwl:hasDbXref "FMA:256541" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "ventral gray matter of spinal cord" .

[]
    oboInOwl:hasDbXref "BIRNLEX:2668" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "ventral grey horn" .

[]
    oboInOwl:hasDbXref "ZFA:0000702" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "ventral horn spinal cord" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_horn_of_spinal_cord" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "anterior column" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_horn_of_spinal_cord" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "anterior column of the spinal cord" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_horn_of_spinal_cord" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "anterior horn (spinal cord)" .

[]
    oboInOwl:hasDbXref "BAMS:VH" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002257 ;
    owl:annotatedTarget "ventral horn of the spinal cord" .

[]
    oboInOwl:hasDbXref "NeuroNames:1223" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002275 ;
    owl:annotatedTarget "A composite substructure of the brainstem that consists of the midbrain reticular formation, the pontine reticular formation and the medullary reticular formation ( Carpenter-1983 )." .

[]
    oboInOwl:hasDbXref "NeuroNames:1223" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002275 ;
    owl:annotatedTarget "brain stem reticular formation" .

[]
    oboInOwl:hasDbXref "MA:0003185", "NeuroNames:1223" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002275 ;
    owl:annotatedTarget "brainstem reticular formation" .

[]
    oboInOwl:hasDbXref "NeuroNames:1223" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002275 ;
    owl:annotatedTarget "reticular formation (classical)" .

[]
    oboInOwl:hasDbXref "NeuroNames:1223" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002275 ;
    owl:annotatedTarget "reticular formation of the brainstem" .

[]
    oboInOwl:hasDbXref "ISBN:0471888893", "MP:0005277", "Wikipedia:Brainstem", "ZFA:0001707" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002298 ;
    owl:annotatedTarget "Stalk-like part of the brain that includes amongst its parts the medulla oblongata of the hindbrain and the tegmentum of the midbrain[ZFA,MP,generalized]." .

[]
    oboInOwl:hasDbXref "ABA:BS" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002298 ;
    owl:annotatedTarget "brain stem" .

[]
    oboInOwl:hasDbXref "NeuroNames:236" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002298 ;
    owl:annotatedTarget "accessory medullary lamina of pallidum" .

[]
    oboInOwl:hasDbXref "ISBN-10:0-87893-742-0", "PMID:29081739", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002301 ;
    owl:annotatedTarget "One of the layers of the neocortex. These layers are defined by distinctive populations of cells based on somata size, shape, or density, that are aligned into sheets." .

[]
    oboInOwl:hasDbXref "FMA:83138" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002301 ;
    owl:annotatedTarget "layer of neocortex" .

[]
    oboInOwl:hasDbXref "MA:0000186" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002301 ;
    owl:annotatedTarget "neocortex layer" .

[]
    oboInOwl:hasDbXref "MA:0000186" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002301 ;
    owl:annotatedTarget "cerebral cortex layer" .

[]
    oboInOwl:hasDbXref "FMA:83138" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002301 ;
    owl:annotatedTarget "lamina of neocortex" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0010493" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002302 ;
    owl:annotatedTarget "The atrial part of middle layer of the heart, comprised of involuntary muscle." .

[]
    oboInOwl:hasDbXref "ZFA:0001374" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002302 ;
    owl:annotatedTarget "atrial myocardium" .

[]
    oboInOwl:hasDbXref "VHOG:0000602" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002302 ;
    owl:annotatedTarget "atrium cardiac muscle" .

[]
    oboInOwl:hasDbXref "PMID:33355253", "doi:10.3109/01902148209069653", "doi:10.7554/eLife.78216" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000223 ;
    owl:annotatedTarget "A neuroendocrine cell that is part of respiratory epithelium of the lung and is involved in the sensory detection of environmental stimuli, including hypoxia, nicotine and air pressure. Ultrastructurally, this cell type is characterized by the presence of cytoplasmic dense core granules, which are considered the storage sites of amine and peptide hormones. Pulmonary neuroendocrine cells are innervated and appear as solitary cells or as clustered masses, localized at airway bifurcation sites, called neuroepithelial bodies that can release serotonin in response to hypoxia and interact with sensory nerve terminals. Pulmonary neuroendocrine cells also function as reserve stem cells that repair the surrounding epithelium after injury." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002308 ;
    owl:annotatedTarget "A neural nucleus that is part of the brain." .

[]
    oboInOwl:hasDbXref "PMID:15018448" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000223 ;
    owl:annotatedTarget "lung neuroendocrine cell" .

[]
    oboInOwl:hasDbXref "MP:0008503" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002315 ;
    owl:annotatedTarget "The ridge-shaped grey matter of the spinal cord that extends longitudunally through the center of each half of the spinal cord, and are largely or entirely composed of nerve cell bodies and their dendrites and some supportive tissue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002315 ;
    owl:annotatedTarget "gray matter of spinal cord" .

[]
    oboInOwl:hasDbXref "FMA:256580" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002315 ;
    owl:annotatedTarget "gray substance of spinal cord" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002315 ;
    owl:annotatedTarget "spinal cord gray matter" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002315 ;
    owl:annotatedTarget "spinal cord grey substance" .

[]
    oboInOwl:hasDbXref "Wikipedia:White_matter", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002316 ;
    owl:annotatedTarget "Neural tissue consisting of myelinated axons connecting grey matter areas of the central nervous system." .

[]
    oboInOwl:hasDbXref "ZFA:0001682" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002316 ;
    owl:annotatedTarget "CNS tract/commissure" .

[]
    oboInOwl:hasDbXref "https://doi.org/10.5281/zenodo.11165918" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_1000223 ;
    owl:annotatedTarget "The marker set CHGA, GRP can identify the Human cell type lung neuroendocrine cell in the Lung with a confidence of 0.94 (NS-Forest FBeta value)." .

[]
    oboInOwl:hasDbXref "AEO:0001011" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002316 ;
    owl:annotatedTarget "neuronal white matter" .

[]
    oboInOwl:hasDbXref "FMA:83929" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002316 ;
    owl:annotatedTarget "white matter of neuraxis" .

[]
    oboInOwl:hasDbXref "TAO:0000145" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002316 ;
    owl:annotatedTarget "CNS tracts and commissures" .

[]
    oboInOwl:hasDbXref "TAO:0002143" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002316 ;
    owl:annotatedTarget "CNS white matter" .

[]
    oboInOwl:hasDbXref "VHOG:0001764" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002316 ;
    owl:annotatedTarget "white mater" .

[]
    oboInOwl:hasDbXref "MP:0008027" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002318 ;
    owl:annotatedTarget "The regions of the spinal cord that are largely or entirely composed of myelinated nerve cell axons and contain few or no neural cell bodies or dendrites." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002318 ;
    owl:annotatedTarget "spinal cord white matter of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002318 ;
    owl:annotatedTarget "spinal cord white substance" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002318 ;
    owl:annotatedTarget "white matter of neuraxis of spinal cord" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002318 ;
    owl:annotatedTarget "white substance of spinal cord" .

[]
    oboInOwl:hasDbXref "BTO:0001707" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "The cavity within the body of all animals higher than the coelenterates and certain primitive worms, formed by the splitting of the embryonic mesoderm into two layers. In mammals it forms the peritoneal, pleural, and pericardial cavities." .

[]
    oboInOwl:hasDbXref "BTO:0001707" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "body cavity" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000267" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "coelomic cavity" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000267" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "coelomic cavity lumen" .

[]
    oboInOwl:hasDbXref "FMA:85006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "space of body compartment" .

[]
    oboInOwl:hasDbXref "NCBITaxon:7742" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "ventral body cavity" .

[]
    oboInOwl:hasDbXref "BTO:0001707" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "celom" .

[]
    oboInOwl:hasDbXref "BTO:0001707" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "coelome" .

[]
    oboInOwl:hasDbXref "FBbt:00005060" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002323 ;
    owl:annotatedTarget "hemocoel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002324 ;
    owl:annotatedTarget "Any muscle organ that is part of a back [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002324 ;
    owl:annotatedTarget "back muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002324 ;
    owl:annotatedTarget "muscle organ of back" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_16670 ;
    owl:annotatedTarget "Peptide" .

[]
    oboInOwl:hasDbXref "ISBN:0815318960", "Wikipedia:Notochord", "http://tolweb.org/Chordata/2499", "https://github.com/obophenotype/uberon/issues/25", "https://github.com/obophenotype/uberon/issues/271" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002328 ;
    owl:annotatedTarget "A flexible rod-shaped body found in embryos of all chordates. It is composed of cells derived from the mesoderm and defines the primitive axis of the embryo. In some chordates, it persists throughout life as the main axial support of the body, while in most vertebrates it becomes the nucleus pulposus of the intervertebral disc. The notochord is found ventral to the neural tube." .

[]
    oboInOwl:hasDbXref "ZFA:0000135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002328 ;
    owl:annotatedTarget "notocord" .

[]
    oboInOwl:hasDbXref "DOI:10.1111/j.1439-0426.2012.01987.x", "Wikipedia:Somite" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002329 ;
    owl:annotatedTarget "Somites are spheres of epithelial cells that form sequentially along the anterior-posterior axis of the embryo through mesenchymal to epithelial transition of the presomitic mesoderm." .

[]
    oboInOwl:hasDbXref "GO:0001756" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0002329 ;
    owl:annotatedTarget "mesodermal cluster" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002329 ;
    owl:annotatedTarget "epimere" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-neural-crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002329 ;
    owl:annotatedTarget "epithelial somite" .

[]
    oboInOwl:hasDbXref "Wikipedia:Exocrine_gland" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002330 ;
    owl:annotatedTarget "Anatomical system that consists of the glands and parts of glands that produce exocrine secretions and help to integrate and control bodily metabolic activity. Exocrine glands are glands that secrete their products (hormones) into ducts (duct glands). They are the counterparts to endocrine glands, which secrete their products (hormones) directly into the bloodstream (ductless glands) or release hormones (paracrines) that affect only target cells nearby the release site. [Wikipedia]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002225" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002330 ;
    owl:annotatedTarget "exocrine glandular system" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002333 ;
    owl:annotatedTarget "An arterial trunk which is continuous with the heart and branches into the pulmonary arteries." .

[]
    oboInOwl:hasDbXref "Wikipedia:Pulmonary_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002333 ;
    owl:annotatedTarget "main pulmonary artery" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "A lamina propria that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchi lamina propria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchi lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchi lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchial trunk lamina propria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchial trunk lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchial trunk lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchus lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchus lamina propria mucosae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria mucosa of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria mucosa of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria mucosa of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria mucosae of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria mucosae of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria mucosae of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "lamina propria of bronchial trunk" .

[]
    oboInOwl:hasDbXref "EMAPA:35194" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002338 ;
    owl:annotatedTarget "bronchial lamina propria" .

[]
    oboInOwl:hasDbXref "PMID:27864314" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000271 ;
    owl:annotatedTarget "An epithelial cell that is part of the lung epithelium. This cell is characterised by the presence of cilia on its apical surface." .

[]
    oboInOwl:hasDbXref "MP:0009846" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002342 ;
    owl:annotatedTarget "A specialized region of ectoderm found between the neural ectoderm (neural plate) and non-neural ectoderm and composed of highly migratory pluripotent cells that delaminate in early embryonic development from the dorsal neural tube and give rise to an astounding variety of differentiated cell types[MP]." .

[]
    oboInOwl:hasDbXref "VHOG:0000057" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002342 ;
    owl:annotatedTarget "neural crest material" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002343 ;
    owl:annotatedTarget "Set of all muscles in abdomen." .

[]
    oboInOwl:hasDbXref "FMA:71294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002343 ;
    owl:annotatedTarget "muscle group of abdomen" .

[]
    oboInOwl:hasDbXref "FMA:71294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002343 ;
    owl:annotatedTarget "muscles of abdomen" .

[]
    oboInOwl:hasDbXref "FMA:86917" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002343 ;
    owl:annotatedTarget "musculature of abdominal wall" .

[]
    oboInOwl:hasDbXref "FMA:71294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002343 ;
    owl:annotatedTarget "set of muscles of abdomen" .

[]
    oboInOwl:hasDbXref "MP:0009868" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002345 ;
    owl:annotatedTarget "The part of the aorta that extends from the arch of the aorta to the diaphragm, and from which arises numerous branches that supply oxygenated blood to the chest cage and the organs within the chest." .

[]
    oboInOwl:hasDbXref "Wikipedia:Neuroectoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002346 ;
    owl:annotatedTarget "Embryonic ectoderm that gives rise to nervous tissue." .

[]
    oboInOwl:hasDbXref "VHOG:0000150" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002346 ;
    owl:annotatedTarget "ventral neurogenic region" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002348 ;
    owl:annotatedTarget "A region of the serous membrane that forms the innermost layer of the pericardium and the outer surface of the heart." .

[]
    oboInOwl:hasDbXref "FMA:9461" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002348 ;
    owl:annotatedTarget "visceral serous pericardium of heart" .

[]
    oboInOwl:hasDbXref "FMA:9461" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002348 ;
    owl:annotatedTarget "visceral serous pericardium proper" .

[]
    oboInOwl:hasDbXref "EMAPA:16589" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002348 ;
    owl:annotatedTarget "pericardium visceral mesothelium" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0005329" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002349 ;
    owl:annotatedTarget "The middle layer of the heart, comprised mainly of striated cardiac muscle fibers." .

[]
    oboInOwl:hasDbXref "FMA:9462" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002349 ;
    owl:annotatedTarget "muscle of heart" .

[]
    oboInOwl:hasDbXref "ZFA:0001319" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002349 ;
    owl:annotatedTarget "cardiac muscle" .

[]
    oboInOwl:hasDbXref "FMA:9462", "ZFA:0001319" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002349 ;
    owl:annotatedTarget "heart muscle" .

[]
    oboInOwl:hasDbXref "GO:0003161" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002350 ;
    owl:annotatedTarget "The cardiac conduction system consists of specialized cardiomyocytes that regulate the frequency of heart beat[GO]." .

[]
    oboInOwl:hasDbXref "VHOG:0001271" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002350 ;
    owl:annotatedTarget "cardiac conducting system" .

[]
    oboInOwl:hasDbXref "GO:0003161" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002350 ;
    owl:annotatedTarget "cardiac impulse conducting system" .

[]
    oboInOwl:hasDbXref "GO:0003161" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002350 ;
    owl:annotatedTarget "heart conduction system" .

[]
    oboInOwl:hasDbXref "MA:0000094" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002350 ;
    owl:annotatedTarget "impulse conducting system" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16670 ;
    owl:annotatedTarget "Peptid" .

[]
    oboInOwl:hasDbXref "GO:0003163", "Wikipedia:Sinoatrial_node" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "The part of the cardiac conduction system that controls the timing of heart muscle contraction. It relays electrical signals to the AV node[GO]. Subdivision of conducting system of heart at the junction of the right atrium and the superior vena cava, around the sinoatrial nodal branch of right coronary artery and is continuous with the internodal tract[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "Koch's node" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "SA nodal muscle tissue" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "SA node" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "cardiac pacemaker" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000272 ;
    owl:annotatedTarget "Any secretory cell that is part of some lung." .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "node of Keith-Flack" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "sinoatrial node" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "sinu-atrial node" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "sinuatrial nodal muscle tissue" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "sinuatrial node" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "sinus node" .

[]
    oboInOwl:hasDbXref "FMA:9477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002351 ;
    owl:annotatedTarget "sinus node of Keith and Flack" .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Atrioventricular_node" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "An area of conducting tissue between the atria and the ventricles of the heart that conducts the normal electrical impulse from the atria to the ventricles." .

[]
    oboInOwl:hasDbXref "FMA:9478" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "AV nodal muscle tissue" .

[]
    oboInOwl:hasDbXref "FMA:9478", "MA:0000095" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "AV node" .

[]
    oboInOwl:hasDbXref "FMA:9478" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "Aschoff-Tawara node" .

[]
    oboInOwl:hasDbXref "FMA:9478" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "atrioventricular nodal muscle tissue" .

[]
    oboInOwl:hasDbXref "FMA:9478" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "node of Tawara" .

[]
    oboInOwl:hasDbXref "EMAPA:35153" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "A-V node" .

[]
    oboInOwl:hasDbXref "EMAPA:35153" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "atrio-ventricular node" .

[]
    oboInOwl:hasDbXref "TAO:0005070" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "atriovetricular node" .

[]
    oboInOwl:hasDbXref "ZFA:0005070" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002352 ;
    owl:annotatedTarget "downstream pacemaker" .

[]
    oboInOwl:hasDbXref "GO:0003165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002354 ;
    owl:annotatedTarget "The cardiac Purkinje fiber is part of the cardiac conduction system that receives signals from the bundle of His and innervates the ventricular cardiac muscle." .

[]
    oboInOwl:hasDbXref "FMA:9492", "MA:0000096" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002354 ;
    owl:annotatedTarget "Purkinje fiber" .

[]
    oboInOwl:hasDbXref "BTO:0001735", "GO:0003165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002354 ;
    owl:annotatedTarget "cardiac Purkinje fiber" .

[]
    oboInOwl:hasDbXref "Wikipedia:Purkinje_fiber" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002354 ;
    owl:annotatedTarget "subendocardial branch" .

[]
    oboInOwl:hasDbXref "BTO:0001735" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002354 ;
    owl:annotatedTarget "heart Purkinje fiber" .

[]
    oboInOwl:hasDbXref "Wikipedia:Serous_pericardium", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002357 ;
    owl:annotatedTarget "Serous membrane which is divided into parietal and visceral serous pericardium." .

[]
    oboInOwl:hasDbXref "FMA:9582" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002357 ;
    owl:annotatedTarget "serous portion of pericardium" .

[]
    oboInOwl:hasDbXref "VHOG:0001257" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002358 ;
    owl:annotatedTarget "A serous membrane that lines the peritoneal cavity[VHOG,modified]." .

[]
    oboInOwl:hasDbXref "VHOG:0001257" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002358 ;
    owl:annotatedTarget "peritonaeum" .

[]
    oboInOwl:hasDbXref "FMA:9586" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002359 ;
    owl:annotatedTarget "Membrane organ which is attached to the pericardial sac proper and the central tendon of diaphragm and is continuous with the pretracheal fascia.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:9589", "Wikipedia:Meninx", "http://www.shsu.edu/~bio_mlt/Chap15.html" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002360 ;
    owl:annotatedTarget "Membrane organ that surrounds the brain and the spinal cord." .

[]
    oboInOwl:hasDbXref "VHOG:0001295" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0002360 ;
    owl:annotatedTarget "meninx primitiva" .

[]
    oboInOwl:hasDbXref "NLXANAT:090206" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002363 ;
    owl:annotatedTarget "Thick, fibrous meningeal covering surrounding the brain and spinal cord. It is the outermost of the three meningeal coverings. It consists of two layers: the periosteal dura linking the inner surface of the skull and the meningeal dura that lies above the arachnoid dural membrane. The meningeal layer draws away from the periosteal layer and certain locations to form the dural reflections." .

[]
    oboInOwl:hasDbXref "NLXANAT:090206" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002363 ;
    owl:annotatedTarget "pachymeninges" .

[]
    oboInOwl:hasDbXref "BTO:0001637" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002363 ;
    owl:annotatedTarget "dura" .

[]
    oboInOwl:hasDbXref "Wikipedia:Exocrine_gland" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002365 ;
    owl:annotatedTarget "A gland that secretes products (excluding hormones and other chemical messengers) into ducts (duct glands) which lead directly into the external environment[WP]. Typical exocrine glands include sweat glands, salivary glands, mammary glands, stomach, liver, pancreas." .

[]
    oboInOwl:hasDbXref "AEO:0000097" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002365 ;
    owl:annotatedTarget "ducted gland" .

[]
    oboInOwl:hasDbXref "PMID:22918806" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000274 ;
    owl:annotatedTarget "An extraembryonic cell that is part of the trophectoderm, representing the first lineage to differentiate in the embryo. This cell is crucial for implantation into the uterine wall and differentiates into trophoblast cells, which contribute to placenta formation and facilitate maternal-fetal nutrient and signal exchange." .

[]
    oboInOwl:hasDbXref "Wikipedia:Endocrine_gland" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002368 ;
    owl:annotatedTarget "Endocrine glands are glands of the endocrine system that secrete their products directly into the circulatory system rather than through a duct.[WP, modified]." .

[]
    oboInOwl:hasDbXref "AEO:0000098" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002368 ;
    owl:annotatedTarget "ductless gland" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ductless_gland" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002368 ;
    owl:annotatedTarget "ductless gland" .

[]
    oboInOwl:hasDbXref "MGI:cwg", "MP:0002397" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002371 ;
    owl:annotatedTarget "The soft tissue that fills the cavities of bones." .

[]
    oboInOwl:hasDbXref "BTO:0000141" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002371 ;
    owl:annotatedTarget "medulla of bone" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16670 ;
    owl:annotatedTarget "peptido" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "Any skeletal muscle that is part of the head region." .

[]
    oboInOwl:hasDbXref "ZFA:0001652" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "cephalic muscle" .

[]
    oboInOwl:hasDbXref "MA:0000578" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "head muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "head muscle organ" .

[]
    oboInOwl:hasDbXref "FMA:9616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "muscle of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "muscle organ of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "muscle organ of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "adult head muscle organ" .

[]
    oboInOwl:hasDbXref "ZFA:0001652" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002376 ;
    owl:annotatedTarget "cranial muscle" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002377 ;
    owl:annotatedTarget "Any muscle that is part of the cervical (neck) region." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002377 ;
    owl:annotatedTarget "muscle organ of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002377 ;
    owl:annotatedTarget "muscle organ of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002377 ;
    owl:annotatedTarget "neck (volume) muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002377 ;
    owl:annotatedTarget "neck muscle organ" .

[]
    oboInOwl:hasDbXref "Wikipedia:Abdominal_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002378 ;
    owl:annotatedTarget "Muscle (organ) which is a part of the abdomen. Examples: external oblique, rectus abdominis." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002378 ;
    owl:annotatedTarget "abdomen muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002378 ;
    owl:annotatedTarget "muscle organ of abdomen" .

[]
    oboInOwl:hasDbXref "EMAPA:35103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002378 ;
    owl:annotatedTarget "abdominal wall musculature" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000017", "http://dx.plos.org/10.1371/journal.pone.0051070", "https://github.com/obophenotype/uberon/issues/23" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002384 ;
    owl:annotatedTarget "Tissue with cells that deposit non-polarized extracellular matrix including connective tissue fibers and ground substance." .

[]
    oboInOwl:hasDbXref "FMA:9640" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002384 ;
    owl:annotatedTarget "portion of connective tissue" .

[]
    oboInOwl:hasDbXref "BTO:0000421" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002384 ;
    owl:annotatedTarget "Bindegewebe" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000298 ;
    owl:annotatedTarget "A mesothelial cell that is part of the dura mater." .

[]
    oboInOwl:hasDbXref "GO:0060537", "Wikipedia:Muscle_tissue", "https://sourceforge.net/tracker/index.php?func=detail&aid=2801266&group_id=36855&atid=440764" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002385 ;
    owl:annotatedTarget "Muscle tissue is a contractile tissue made up of actin and myosin fibers[GO]." .

[]
    oboInOwl:hasDbXref "FMA:9641" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002385 ;
    owl:annotatedTarget "portion of muscle tissue" .

[]
    oboInOwl:hasDbXref "FMA:256516" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000298 ;
    owl:annotatedTarget "squamous mesothelial cell of dura mater" .

[]
    oboInOwl:hasDbXref "Wikipedia:Haematopoiesis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002390 ;
    owl:annotatedTarget "Anatomical system that is involved in the production of hematopoietic cells." .

[]
    oboInOwl:hasDbXref "BTO:0000570" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002390 ;
    owl:annotatedTarget "Blutbildungssystem" .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Pulmonary_pleurae" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002400 ;
    owl:annotatedTarget "The outer serous membrane of the pulmonary pleural." .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Pulmonary_pleurae" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002401 ;
    owl:annotatedTarget "The inner serous membrane of the pulmonary pleural. The visceral pleura lines the lungs." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002205" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002401 ;
    owl:annotatedTarget "lung mesothelium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Pleural_cavity", "https://github.com/obophenotype/uberon/issues/86" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002402 ;
    owl:annotatedTarget "The fluid-filled cavity that lies between the visceral and parietal pleurae." .

[]
    oboInOwl:hasDbXref "Wikipedia:Immune_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002405 ;
    owl:annotatedTarget "Anatomical system that protects the body from foreign substances, cells, and tissues by producing the immune response and that includes especially the thymus, spleen, lymphoid tissue, lymphocytes including the B cells and T cells, and antibodies." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16670 ;
    owl:annotatedTarget "peptidos" .

[]
    oboInOwl:hasDbXref "Wikipedia:Pericardium", "https://github.com/obophenotype/uberon/issues/86" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002406 ;
    owl:annotatedTarget "A double-walled sac containing the heart and the roots of the great vessels." .

[]
    oboInOwl:hasDbXref "Wikipedia:Pericardium", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002407 ;
    owl:annotatedTarget "The combination of pericardial sac (a double-walled sac containing the heart and the roots of the great vessels) plus fibrous pericardium." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000303 ;
    owl:annotatedTarget "A fibroblast that is part of the areolar connective tissue." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002408 ;
    owl:annotatedTarget "Parietal serous membrane which is part of the pericardium and forms the outer layer of the pericardial sac." .

[]
    oboInOwl:hasDbXref "VHOG:0000537" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002408 ;
    owl:annotatedTarget "parietal pericardium" .

[]
    oboInOwl:hasDbXref "FMA:9887", "Wikipedia:Pericardial_fluid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002409 ;
    owl:annotatedTarget "Transudate contained in the pericardial cavity.[FMA]." .

[]
    oboInOwl:hasDbXref "GO:0048483" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002410 ;
    owl:annotatedTarget "The autonomic nervous system is composed of neurons that are not under conscious control, and is comprised of two antagonistic components, the sympathetic and parasympathetic nervous systems. The autonomic nervous system regulates key functions including the activity of the cardiac (heart) muscle, smooth muscles (e.g. of the gut), and glands[GO]." .

[]
    oboInOwl:hasDbXref "FMA:65553" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002410 ;
    owl:annotatedTarget "autonomic division of peripheral nervous system" .

[]
    oboInOwl:hasDbXref "FMA:65553" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002410 ;
    owl:annotatedTarget "autonomic part of peripheral nervous system" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002410 ;
    owl:annotatedTarget "divisio autonomica systematis nervosi peripherici" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002410 ;
    owl:annotatedTarget "pars autonomica systematis nervosi peripherici" .

[]
    oboInOwl:hasDbXref "FMA:65553" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002410 ;
    owl:annotatedTarget "peripheral autonomic nervous system" .

[]
    oboInOwl:hasDbXref "CARO:0002001", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/29" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002416 ;
    owl:annotatedTarget "Connected anatomical system that forms a barrier between an animal and its environment. In vertebrates, the integumental system consists of the epidermis, dermis plus associated glands and adnexa such as hair and scales. In invertebrates, the integumental system may include cuticle." .

[]
    oboInOwl:hasDbXref "FMA:72979" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002416 ;
    owl:annotatedTarget "integumentary system" .

[]
    oboInOwl:hasDbXref "MIAA:0000033" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002416 ;
    owl:annotatedTarget "dermal system" .

[]
    oboInOwl:hasDbXref "EHDAA2:0003154" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002416 ;
    owl:annotatedTarget "organism surface" .

[]
    oboInOwl:hasDbXref "BILA:0000118" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002416 ;
    owl:annotatedTarget "surface" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lumbar" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002417 ;
    owl:annotatedTarget "The abdominal segment of the torso." .

[]
    oboInOwl:hasDbXref "MA:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002417 ;
    owl:annotatedTarget "abdomen/pelvis/perineum" .

[]
    oboInOwl:hasDbXref "MA:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002417 ;
    owl:annotatedTarget "lower body" .

[]
    oboInOwl:hasDbXref "FMA:259211" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002417 ;
    owl:annotatedTarget "lower trunk" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002417 ;
    owl:annotatedTarget "lumbar region" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000040", "http://dx.plos.org/10.1371/journal.pone.0051070", "https://github.com/obophenotype/uberon/issues/37", "https://sourceforge.net/p/obo/vertebrate-skeletal-anatomy-vsao-term-requests/5" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002418 ;
    owl:annotatedTarget "Skeletal tissue that is avascular, rich in glycosaminoglycans (GAGs) and typically includes chondrocytes within isolated lacunae. Cartilage tissue is deposited by chondroblasts." .

[]
    oboInOwl:hasDbXref "FMA:37377" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002418 ;
    owl:annotatedTarget "cartilage tissue" .

[]
    oboInOwl:hasDbXref "VSAO:0000040" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002418 ;
    owl:annotatedTarget "chondrogenic tissue" .

[]
    oboInOwl:hasDbXref "VHOG:0001207" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002418 ;
    owl:annotatedTarget "cartilages" .

[]
    oboInOwl:hasDbXref "FMA:37377" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002418 ;
    owl:annotatedTarget "portion of cartilage tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002419 ;
    owl:annotatedTarget "A gland that is part of a skin of body [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:71878" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002419 ;
    owl:annotatedTarget "set of skin glands" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002424 ;
    owl:annotatedTarget "An epithelium that is part of the mouth and lines the oral cavity, typically stratified squamous, and may be para-, ortho- or non- keratinized. Primary barrier between oral environment and deeper tissues." .

[]
    oboInOwl:hasDbXref "FMA:265152" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002424 ;
    owl:annotatedTarget "epithelium of mucosa of mouth" .

[]
    oboInOwl:hasDbXref "FMA:265152" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002424 ;
    owl:annotatedTarget "epithelium of oral mucosa" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000306 ;
    owl:annotatedTarget "A fibroblast that is part of the tunica adventitia of artery." .

[]
    oboInOwl:hasDbXref "Wikipedia:Visceral_pericardium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002425 ;
    owl:annotatedTarget "Visceral serous membrane which is continuous with the parietal serous pericardium and is attached to the myocardium[FMA]." .

[]
    oboInOwl:hasDbXref "VHOG:0000538" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002425 ;
    owl:annotatedTarget "visceral pericardium" .

[]
    oboInOwl:hasDbXref "MA:0000484" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002425 ;
    owl:annotatedTarget "epicardium" .

[]
    oboInOwl:hasDbXref "EMAPA:16589" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002425 ;
    owl:annotatedTarget "pericardium visceral mesothelium" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002437 ;
    owl:annotatedTarget "White matter that is part of a cerebral hemisphere." .

[]
    oboInOwl:hasDbXref "MA:0000945" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002437 ;
    owl:annotatedTarget "cerebral white matter" .

[]
    oboInOwl:hasDbXref "FMA:61822" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002437 ;
    owl:annotatedTarget "white matter structure of cerebral hemisphere" .

[]
    oboInOwl:hasDbXref "FMA:256174" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002437 ;
    owl:annotatedTarget "region of cerebral white matter" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "A blood vessel that is part of a choroid [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "blood vessel of choroid" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "blood vessel of choroid coat" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "blood vessel of choroidea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "blood vessel of posterior uvea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "choroid blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "choroid coat blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "choroidea blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "posterior uvea blood vessel" .

[]
    oboInOwl:hasDbXref "FMA:76550" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002443 ;
    owl:annotatedTarget "set of choroid blood vessels" .

[]
    oboInOwl:hasDbXref "MP:0010662" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002457 ;
    owl:annotatedTarget "The small branching sprouts of the dorsal aorta that grow across the medial surface of the somite, turn right angles to grow over that surface and then fuse with other sprouts and form the vertebral arteries adjacent to the neural tube; the intersomitic arteries supply the body wall and persist in the adult as the posterior intercostal, subcostal and the lumbar arteries." .

[]
    oboInOwl:hasDbXref "ZFA:0001061" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002457 ;
    owl:annotatedTarget "intersegmental artery" .

[]
    oboInOwl:hasDbXref "Wikipedia:Spinal_artery", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002458 ;
    owl:annotatedTarget "Arteries that supply the spinal cord." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "A mucosa that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:62996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "esophagus mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "esophagus mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "mucosa of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "mucosa of oesophagus" .

[]
    oboInOwl:hasDbXref "FMA:62996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "mucous membrane of oesophagus" .

[]
    oboInOwl:hasDbXref "FMA:62996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "oesophageal mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "oesophagus mucous membrane" .

[]
    oboInOwl:hasDbXref "BTO:0002859" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002469 ;
    owl:annotatedTarget "tunica mucosa oesophagi" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000047", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002481 ;
    owl:annotatedTarget "Skeletal tissue with a collagen-rich extracellular matrix vascularized, mineralized with hydroxyapatite and typically including osteocytes located in lacunae that communicate with one another by cell processes (in canaliculi). Bone is deposited by osteoblasts." .

[]
    oboInOwl:hasDbXref "VSAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002481 ;
    owl:annotatedTarget "osteogenic tissue" .

[]
    oboInOwl:hasDbXref "XAO:0004040" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0002481 ;
    owl:annotatedTarget "mineralized bone tissue" .

[]
    oboInOwl:hasDbXref "MESH:A02.835.232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002481 ;
    owl:annotatedTarget "bone" .

[]
    oboInOwl:hasDbXref "FMA:224804" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002481 ;
    owl:annotatedTarget "portion of bone tissue" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000307 ;
    owl:annotatedTarget "A fibroblast that is part of the dense regular elastic tissue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "An epithelium that is part of a iris [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "epithelial tissue of iris" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "epithelium of iris" .

[]
    oboInOwl:hasDbXref "FMA:58517" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "epithelium pigmentosum (iris)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "iris epithelial tissue" .

[]
    oboInOwl:hasDbXref "FMA:58517" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "iris epithelium" .

[]
    oboInOwl:hasDbXref "FMA:58517" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "pigmented epithelium of iris" .

[]
    oboInOwl:hasDbXref "MA:0002826" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002506 ;
    owl:annotatedTarget "iris pigmented epithelium" .

[]
    oboInOwl:hasDbXref "GO:0001958", "GO_REF:0000034", "VSAO:0000145", "http://dx.plos.org/10.1371/journal.pone.0051070", "https://github.com/obophenotype/uberon/issues/54" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002513 ;
    owl:annotatedTarget "Replacement bone that forms within cartilage." .

[]
    oboInOwl:hasDbXref "VSAO:0000145" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002513 ;
    owl:annotatedTarget "ossified chondrogenic bone" .

[]
    oboInOwl:hasDbXref "BTO:0002157" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002513 ;
    owl:annotatedTarget "cartilaginous bone" .

[]
    oboInOwl:hasDbXref "GO:0001957", "Wikipedia:Intramembranous_ossification", "https://github.com/obophenotype/uberon/issues/267" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002514 ;
    owl:annotatedTarget "Bone tissue forms directly within mesenchyme, and does not replace other tissues[TAO]. Intramembranous ossification is the formation of bone in which osteoblasts secrete a collagen-proteoglycan matrix that binds calcium salts and becomes calcified[GO]. Intramembranous ossification is the way flat bones and the shell of a turtle are formed[GO]. Unlike endochondral ossification, cartilage is not present during intramembranous ossification[WP]." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000309 ;
    owl:annotatedTarget "An adipocyte that is part of the epicardial fat." .

[]
    oboInOwl:hasDbXref "AEO:0000085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002514 ;
    owl:annotatedTarget "membrane bone" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002521 ;
    owl:annotatedTarget "Connective tissue composed of elastic fibers." .

[]
    oboInOwl:hasDbXref "FMA:261293" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000309 ;
    owl:annotatedTarget "adipocyte of epicardial fat" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tunica_media" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002522 ;
    owl:annotatedTarget "The middle layer of an artery or vein. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "NCIT:C33820", "Wikipedia:Tunica_intima" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002523 ;
    owl:annotatedTarget "The innermost layer of a blood vessel which is a lining of endothelial cells facing the lumen[Kardong]." .

[]
    oboInOwl:hasDbXref "BTO:0002012" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002523 ;
    owl:annotatedTarget "Bichat's tunic" .

[]
    oboInOwl:hasDbXref "BTO:0002012" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002523 ;
    owl:annotatedTarget "intima" .

[]
    oboInOwl:hasDbXref "BTO:0002012" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002523 ;
    owl:annotatedTarget "tunica intima vasorum" .

[]
    oboInOwl:hasDbXref "FMA:261293" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000309 ;
    owl:annotatedTarget "epicardial fat cell" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0002163" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002530 ;
    owl:annotatedTarget "An organ that functions as a secretory or excretory organ." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002530 ;
    owl:annotatedTarget "glandular organ" .

[]
    oboInOwl:hasDbXref "BTO:0000522" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002530 ;
    owl:annotatedTarget "Druese" .

[]
    oboInOwl:hasDbXref "Wikipedia:Epiblast", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002532 ;
    owl:annotatedTarget "In amniote animal embryology, the epiblast is a tissue type derived either from the inner cell mass in mammals or the blastodisc in birds and reptiles. It lies above the hypoblast. In mammalian embryogenesis, the columnar cells of the epiblast are adjacent to the trophoblast, while the cuboidal cells of the hypoblast are closer to the blastocoele. The epiblast, whilst referred to as the primary ectoderm, differentiates to form all three layers of the trilaminar germ disc in a process called gastrulation[WP]. The outer of the two layers of the blastoderm that form during gastrulation, corresponding to primitive ectoderm during gastrulation and to the definitive ectoderm after gastrulation[ZFA]." .

[]
    oboInOwl:hasDbXref "VHOG:0000243" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002532 ;
    owl:annotatedTarget "epiblast" .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002532 ;
    owl:annotatedTarget "ectoblast" .

[]
    oboInOwl:hasDbXref "VHOG:0000243" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002532 ;
    owl:annotatedTarget "primitive ectoderm" .

[]
    oboInOwl:hasDbXref "FBbt:00007152", "Wikipedia:Sensillum" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002536 ;
    owl:annotatedTarget "Sense organ embedded in the integument and consisting of one or a cluster of sensory neurons and associated sensory structures, support cells and glial cells forming a single organised unit with a largely bona-fide boundary.[FBbt]." .

[]
    oboInOwl:hasDbXref "FBbt:00007152", "HAO:0000933" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002536 ;
    owl:annotatedTarget "sensillum" .

[]
    oboInOwl:hasDbXref "PMID:16313389", "ZFA:yb", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002539 ;
    owl:annotatedTarget "One of a series of paired bulges that develop along the lateral walls of the foregut. The pharyngeal arches have developmental contributions from endoderm, mesoderm, and neural crest cells and are separated by anterior lateral endoderm out-pockets known as pharyngeal pouches." .

[]
    oboInOwl:hasDbXref "BTO:0001785", "MP:0002884" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0002539 ;
    owl:annotatedTarget "branchial arch" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_166902 ;
    owl:annotatedTarget "noradrenaline" .

[]
    oboInOwl:hasDbXref "http://www.ncbi.nlm.nih.gov/books/NBK53175/", "https://github.com/obophenotype/uberon/issues/135", "https://github.com/seger/aao/issues/4", "https://orcid.org/0000-0002-6601-2165", "https://sourceforge.net/p/obo/xenopus-anatomy-xao-term-requests/11/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002546 ;
    owl:annotatedTarget "Ectodermal placode that develops in the head into a part of the sensory nervous system. With a few exceptions (lens, adenohypophyseal), cranial placodes are neurogenic." .

[]
    oboInOwl:hasDbXref "Wikipedia:Placode" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0002546 ;
    owl:annotatedTarget "placode" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002546 ;
    owl:annotatedTarget "ectodermal cranial placode" .

[]
    oboInOwl:hasDbXref "FMA:67552" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002553 ;
    owl:annotatedTarget "Anatomical space which contains portions of one or more body substances and is bounded by the internal surface of one maximally connected anatomical structure. Examples: cranial cavity, pharyngeal recess space, nasal cavity, tooth socket, cavity of serous sac, lumen of stomach, lumen of artery, fornix of vagina." .

[]
    oboInOwl:hasDbXref "FMA:12237" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002558 ;
    owl:annotatedTarget "cavity of organ" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002561 ;
    owl:annotatedTarget "The cavity that is enclosed by the central nervous system. In vertebrates this is the cavity that includes as parts ventricular cavities and the central canal of the spinal cord that develops from the lumen of the neura tube." .

[]
    oboInOwl:hasDbXref "FMA:75007" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002561 ;
    owl:annotatedTarget "cavity of neuraxis" .

[]
    oboInOwl:hasDbXref "FMA:75007" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002561 ;
    owl:annotatedTarget "cavity of ventricular system of neuraxis" .

[]
    oboInOwl:hasDbXref "FMA:75007" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002561 ;
    owl:annotatedTarget "neuraxis cavity" .

[]
    oboInOwl:hasDbXref "BIRNLEX:1167" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002616 ;
    owl:annotatedTarget "Anatomical divisons of the brain according to one or more criteria, e.g. cytoarchitectural, gross anatomy. Parts may be contiguous in 3D or not, e.g., basal ganglia." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002616 ;
    owl:annotatedTarget "anatomical structure of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002616 ;
    owl:annotatedTarget "biological structure of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002616 ;
    owl:annotatedTarget "brain anatomical structure" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002616 ;
    owl:annotatedTarget "brain biological structure" .

[]
    oboInOwl:hasDbXref "FMA:55676" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002616 ;
    owl:annotatedTarget "neuraxis segment" .

[]
    oboInOwl:hasDbXref "BIRNLEX:1167" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002616 ;
    owl:annotatedTarget "segment of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002726 ;
    owl:annotatedTarget "A spinal cord segment that adjacent_to a cervical region." .

[]
    oboInOwl:hasDbXref "FMA:71166" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002726 ;
    owl:annotatedTarget "cervical segment of spinal cord" .

[]
    oboInOwl:hasDbXref "FMA:71166" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002726 ;
    owl:annotatedTarget "cervical segments of spinal cord [1-8]" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000310 ;
    owl:annotatedTarget "An adipocyte that is part of the epicardial fat of right ventricle." .

[]
    oboInOwl:hasDbXref "FMA:71166" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002726 ;
    owl:annotatedTarget "cervical spinal cord" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002812 ;
    owl:annotatedTarget "A cerebral hemisphere that is in the left side of a brain." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1795" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002812 ;
    owl:annotatedTarget "left hemisphere" .

[]
    oboInOwl:hasDbXref "FMA:261297" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000310 ;
    owl:annotatedTarget "epicardial adipocyte of right ventricle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002813 ;
    owl:annotatedTarget "A cerebral hemisphere that is in the right side of a brain." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1797" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002813 ;
    owl:annotatedTarget "right hemisphere" .

[]
    oboInOwl:hasDbXref "FMA:261297" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000310 ;
    owl:annotatedTarget "epicardial fat cell of right ventricle" .

[]
    oboInOwl:hasDbXref "BIRNLEX:2644" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002871 ;
    owl:annotatedTarget "Nucleus forming a longitudinal cell column in the medulla, close beneath the floor of the 4th ventricle, containing motor neurons that innervate the muscles of the tongue (Brodal, Neurological Anatomy, 3rd ed., 1981, pg 453)." .

[]
    oboInOwl:hasDbXref "MA:0001039" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002871 ;
    owl:annotatedTarget "hypoglossal XII nucleus" .

[]
    oboInOwl:hasDbXref "FMA:54505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002871 ;
    owl:annotatedTarget "hypoglossal nerve nucleus" .

[]
    oboInOwl:hasDbXref "FMA:54505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002871 ;
    owl:annotatedTarget "hypoglossal nucleus" .

[]
    oboInOwl:hasDbXref "FMA:54505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002871 ;
    owl:annotatedTarget "nucleus of hypoglossal nerve" .

[]
    oboInOwl:hasDbXref "FMA:54505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002871 ;
    owl:annotatedTarget "twelfth cranial nerve nucleus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "A nucleus of brain that is part of a trigeminal nuclear complex." .

[]
    oboInOwl:hasDbXref "FMA:71247" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "nucleus of trigeminal nuclear complex" .

[]
    oboInOwl:hasDbXref "MA:0001028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "trigeminal V nucleus" .

[]
    oboInOwl:hasDbXref "FMA:71247" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "trigeminal nuclear complex nucleus" .

[]
    oboInOwl:hasDbXref "FMA:71248" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "trigeminal nucleus" .

[]
    oboInOwl:hasDbXref "BTO:0001074" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "nucleus mesencephalicus nervi trigemini" .

[]
    oboInOwl:hasDbXref "BTO:0001074" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "nucleus mesencephalicus trigeminalis" .

[]
    oboInOwl:hasDbXref "BTO:0001074" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0002925 ;
    owl:annotatedTarget "nucleus tractus mesencephali nervi trigeminalis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0002926 ;
    owl:annotatedTarget "A sensory epithelium that is part of a gustatory system." .

[]
    oboInOwl:hasDbXref "BIRNLEX:923" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003023 ;
    owl:annotatedTarget "Dorsal portion of the pons, containing cranial nervee nuclei, ascending and descending tracts and reticular nuclei. It is continuous with the reticular formation of the medulla (Carpenter, A Core Text of Neuroanatomy, 3rd ed, 1985, pg 133)." .

[]
    oboInOwl:hasDbXref "FMA:71108" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003023 ;
    owl:annotatedTarget "dorsal portion of pons" .

[]
    oboInOwl:hasDbXref "FMA:71108" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003023 ;
    owl:annotatedTarget "tegmental portion of pons" .

[]
    oboInOwl:hasDbXref "FMA:71108" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003023 ;
    owl:annotatedTarget "tegmentum of pons" .

[]
    oboInOwl:hasDbXref "Wikipedia:Septum" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003037 ;
    owl:annotatedTarget "A wall, dividing a cavity or structure into smaller ones[WP]." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_167559 ;
    owl:annotatedTarget "glycans" .

[]
    oboInOwl:hasDbXref "Wikipedia:Thoracic_spinal_cord" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003038 ;
    owl:annotatedTarget "The thoracic nerves are the spinal nerves emerging from the thoracic vertebrae. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:71167" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003038 ;
    owl:annotatedTarget "thoracic region of spinal cord" .

[]
    oboInOwl:hasDbXref "FMA:71167" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003038 ;
    owl:annotatedTarget "thoracic segment of spinal cord" .

[]
    oboInOwl:hasDbXref "FMA:71167" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003038 ;
    owl:annotatedTarget "thoracic segments of spinal cord [1-12]" .

[]
    oboInOwl:hasDbXref "FMA:71167" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003038 ;
    owl:annotatedTarget "thoracic spinal cord" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003041 ;
    owl:annotatedTarget "A nerve fiber that is part of a trigeminal nerve." .

[]
    oboInOwl:hasDbXref "FMA:72501" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003041 ;
    owl:annotatedTarget "central part of trigeminal nerve" .

[]
    oboInOwl:hasDbXref "FMA:72501" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003041 ;
    owl:annotatedTarget "trigeminal nerve fibers" .

[]
    oboInOwl:hasDbXref "FMA:72501" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003041 ;
    owl:annotatedTarget "trigeminal nerve tract" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000311 ;
    owl:annotatedTarget "An adipocyte that is part of the epicardial fat of left ventricle." .

[]
    oboInOwl:hasDbXref "GO:0021555" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003052 ;
    owl:annotatedTarget "The part of the brain that is the morphological boundary between the midbrain and hindbrain and that is the location of an organizing center which patterns the midbrain and hindbrain primordia of the neural plate." .

[]
    oboInOwl:hasDbXref "XAO:0000016" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003052 ;
    owl:annotatedTarget "isthmic organizer territory" .

[]
    oboInOwl:hasDbXref "VHOG:0000649" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003052 ;
    owl:annotatedTarget "isthmo-cerebellar region" .

[]
    oboInOwl:hasDbXref "FMA:261300" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000311 ;
    owl:annotatedTarget "epicardial adipocyte of left ventricle" .

[]
    oboInOwl:hasDbXref "Geisha:syn", "NCBITaxon:8782" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003052 ;
    owl:annotatedTarget "isthmus/MHB" .

[]
    oboInOwl:hasDbXref "ISBN:9780878932504", "PMID:25133425", "PMID:35582825" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003055 ;
    owl:annotatedTarget "The outermost layer (or layers, depending on the species) of embryonic skin, essential for the development of the epidermis and establishment of the barrier functions. The periderm derives from the outer layer of the ectoderm." .

[]
    oboInOwl:hasDbXref "ZFA:0001185" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003055 ;
    owl:annotatedTarget "enveloping layer" .

[]
    oboInOwl:hasDbXref "MP:0013530", "PMID:28722897" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003055 ;
    owl:annotatedTarget "epitrichium" .

[]
    oboInOwl:hasDbXref "XB:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003056 ;
    owl:annotatedTarget "The portion of neural plate anterior to the mid-hindbrain junction." .

[]
    oboInOwl:hasDbXref "XB:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003057 ;
    owl:annotatedTarget "The portion of neural plate posterior to the mid-hindbrain junction." .

[]
    oboInOwl:hasDbXref "FMA:261300" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000311 ;
    owl:annotatedTarget "epicardial fat cell of left ventricle" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003059 ;
    owl:annotatedTarget "Unsegmented field of paraxial mesoderm present posterior to the most recently formed somite pair, from which somites will form." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003059 ;
    owl:annotatedTarget "unsegmented paraxial mesoderm" .

[]
    oboInOwl:hasDbXref "GO:0002075" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003059 ;
    owl:annotatedTarget "somitomeric mesoderm" .

[]
    oboInOwl:hasDbXref "VHOG:0000559" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003059 ;
    owl:annotatedTarget "unsegmented mesenchyme" .

[]
    oboInOwl:hasDbXref "Wikipedia:Blood_island_of_umbilical_vesicle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003061 ;
    owl:annotatedTarget "Blood islands are structures in the developing embryo which lead to many different parts of the circulatory system. They primarily derive from plexuses formed from angioblasts. Within them, vacuoles appear through liquefaction of the central part of the syncytium into plasma. The lumen of the blood vessels thus formed is probably intracellular. The flattened cells at the periphery form the endothelium. The nucleated red blood corpuscles develop either from small masses of the original angioblast left attached to the inner wall of the lumen or directly from the flat endothelial cells. In either case the syncytial mass thus formed projects from and is attached to the wall of the vessel. Such a mass is known as a blood island and hemoglobin gradually accumulates within it. Later the cells on the surface round up, giving the mass a mulberry-like appearance. Then the red blood cells break loose and are carried away in the plasma. Such free blood cells continue to divide. Blood islands have been seen in the area vasculosa in the omphalomesenteric vein and arteries, and in the dorsal aorta[WP, unvetted]." .

[]
    oboInOwl:hasDbXref "ISBN:0838580343", "MP:0004387" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003063 ;
    owl:annotatedTarget "A horseshoe-shaped thickening of the endoderm at the cranial (rostral) end of the primitive streak formed by the involution of Spemann's organizer cells which, together with the notochord, induces the formation of the neural plate from the overlying ectodermal cells and contributes mesodermal type cells to the surrounding tissue." .

[]
    oboInOwl:hasDbXref "XAO:0000079" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003063 ;
    owl:annotatedTarget "head mesenchyme" .

[]
    oboInOwl:hasDbXref "XAO:0000079" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003063 ;
    owl:annotatedTarget "head mesoderm" .

[]
    oboInOwl:hasDbXref "GOC:curators", "Wikipedia:Intermediate_mesoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003064 ;
    owl:annotatedTarget "The intermediate mesoderm is located between the lateral mesoderm and the paraxial mesoderm. It develops into the kidney and gonads." .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-neural-crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003064 ;
    owl:annotatedTarget "intermediate mesenchyme" .

[]
    oboInOwl:hasDbXref "EMAPA:16178" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003064 ;
    owl:annotatedTarget "intermediate plate" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003064 ;
    owl:annotatedTarget "intermediate plate mesoderm" .

[]
    oboInOwl:hasDbXref "PMID:12784288", "ZFIN:yb", "https://github.com/obophenotype/uberon/issues/258" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003066 ;
    owl:annotatedTarget "The second pharyngeal arch will form the hyoid apparatus. The cranial neural crest cells that populate the second pharyngeal arch emerge primarily from rhombomere 4 and will form skeletal elements." .

[]
    oboInOwl:hasDbXref "XAO:0000098" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003066 ;
    owl:annotatedTarget "hyoid arch" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000050" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003066 ;
    owl:annotatedTarget "2nd arch" .

[]
    oboInOwl:hasDbXref "VHOG:0000297" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003066 ;
    owl:annotatedTarget "2nd visceral arch" .

[]
    oboInOwl:hasDbXref "VHOG:0000297" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003066 ;
    owl:annotatedTarget "pharyngeal arches 2" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003067 ;
    owl:annotatedTarget "Lateral neurogenic placodes positioned dorsal of the epibranchial placodes." .

[]
    oboInOwl:hasDbXref "GO:0048318", "Wikipedia:Chordamesoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003068 ;
    owl:annotatedTarget "The axial mesoderm includes the prechordal mesoderm and the chordamesoderm. It gives rise to the prechordal plate and to the notochord." .

[]
    oboInOwl:hasDbXref "Wikipedia:Chordamesoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003068 ;
    owl:annotatedTarget "chordamesoderm" .

[]
    oboInOwl:hasDbXref "PMID:22512454", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/693" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003070 ;
    owl:annotatedTarget "A neurogenic placode that arises at the level of the midbrain-hindbrain boundary and develops into a trigeminal ganglion." .

[]
    oboInOwl:hasDbXref "EHDAA2:0004209", "VHOG:0000109", "XAO:0000225", "ZFA:0000162" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003070 ;
    owl:annotatedTarget "trigeminal placode" .

[]
    oboInOwl:hasDbXref "GO:0046619", "ZFA:0000570" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003071 ;
    owl:annotatedTarget "Portion of tissue that is part of the anterior neural keel and will form the optic vesicle[ZFA]. A paired ectodermal placode that becomes invaginated to form the embryonic lens vesicles." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003071 ;
    owl:annotatedTarget "eye placode" .

[]
    oboInOwl:hasDbXref "GO:0046619" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003071 ;
    owl:annotatedTarget "optic placode" .

[]
    oboInOwl:hasDbXref "GO:0046619", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003071 ;
    owl:annotatedTarget "optic placode of camera-type eye" .

[]
    oboInOwl:hasDbXref "XAO:0000227" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003071 ;
    owl:annotatedTarget "eye anlage" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000330 ;
    owl:annotatedTarget "A serous secreting cell that is part of the epithelium of trachea." .

[]
    oboInOwl:hasDbXref "MP:0004269", "Wikipedia:Optic_cup_(embryology)", "ZFA:0001202" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003072 ;
    owl:annotatedTarget "Multi-tissue structure that is comprised of neural and non-neural epithelial layers which will form the retina and retinal pigmented epithelium of the mature eye[ZFA]. double walled structured formed by expansion and invagination of the distal end of the optic vesicle that develops into the pigmented and sensory layers of the retina while the mouth of the optic cup eventually forms the pupil of the eye[MP]." .

[]
    oboInOwl:hasDbXref "BTO:0005351" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003072 ;
    owl:annotatedTarget "eyecup" .

[]
    oboInOwl:hasDbXref "VHOG:0000167" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003072 ;
    owl:annotatedTarget "ocular cup" .

[]
    oboInOwl:hasDbXref "BTO:0005351" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003072 ;
    owl:annotatedTarget "ophtalmic cup" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lens_placode", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003073 ;
    owl:annotatedTarget "A thickened portion of ectoderm which serves as the precursor to the lens. SOX2 and Pou2f1 are involved in its development[WP]." .

[]
    oboInOwl:hasDbXref "ISBN:0815318960", "OMD:neural+plate", "Wikipedia:Neural_plate", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003075 ;
    owl:annotatedTarget "A region of embryonic ectodermal cells that lie directly above the notochord. During neurulation, they change shape and produce an infolding of the neural plate (the neural fold) that then seals to form the neural tube[XAO]. The earliest recognizable dorsal ectodermal primordium of the central nervous system present near the end of gastrulation before infolding to form the neural keel; consists of a thickened pseudostratified epithelium[ZFA]." .

[]
    oboInOwl:hasDbXref "GO:0048339", "https://github.com/obophenotype/uberon/issues/30" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003077 ;
    owl:annotatedTarget "The paraxial mesoderm is the mesoderm located bilaterally adjacent to the notochord and neural tube[GO]." .

[]
    oboInOwl:hasDbXref "ZFA:0000255", "https://github.com/obophenotype/uberon/issues/30", "https://github.com/obophenotype/uberon/wiki/The-neural-crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003077 ;
    owl:annotatedTarget "paraxial mesenchyme" .

[]
    oboInOwl:hasDbXref "ISBN:9780878932504" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003077 ;
    owl:annotatedTarget "somitic mesoderm" .

[]
    oboInOwl:hasDbXref "VHOG:0000117" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003078 ;
    owl:annotatedTarget "Focal thickenings of the embryonic ectoderm that form immediately dorsal and caudal of the clefts between the pharyngeal arches and that produce the neuroblasts that migrate and condense to form the distal cranial ganglia." .

[]
    oboInOwl:hasDbXref "ISBN:0471888893" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003078 ;
    owl:annotatedTarget "ventrolateral placode" .

[]
    oboInOwl:hasDbXref "MP:0010117", "Wikipedia:Lateral_plate_mesoderm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003081 ;
    owl:annotatedTarget "Portion of the middle of the three primary germ layers of the embryo that resides on the periphery of the embryo, is continuous with the extra-embryonic mesoderm, splits into two layers enclosing the intra-embryonic coelom, and gives rise to body wall structures[MP]." .

[]
    oboInOwl:hasDbXref "GO:0048368" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003081 ;
    owl:annotatedTarget "lateral mesoderm" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000919" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003081 ;
    owl:annotatedTarget "lateral plate mesenchyme" .

[]
    oboInOwl:hasDbXref "AEO:0001018" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003082 ;
    owl:annotatedTarget "A transitional population of migrating mesenchymal cells that derive from somites and that will become muscle cells." .

[]
    oboInOwl:hasDbXref "ISBN:0815318960", "Wikipedia:Trunk_neural_crest" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003083 ;
    owl:annotatedTarget "Trunk portion of the neural crest. The trunk neural crest lies between the vagal and sacral neural crest and gives rise to two groups of cells. One group migrates dorsolateral and populates the skin, forming pigment cells and the other migrates ventrolateral through the anterior sclerotome to become the epinephrine-producing cells of the adrenal gland and the neurons of the sympathetic nervous system. Some cells remain in the sclerotome to form the dorsal root ganglia [Wikipedia]." .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003084 ;
    owl:annotatedTarget "Bilateral groups of cells consisting of three rows: one row of endocardial precursors medially and two rows of myocardical precursors laterally. The two populations fuse at the midline to form the heart rudiment or cone." .

[]
    oboInOwl:hasDbXref "ZFA:0000028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003084 ;
    owl:annotatedTarget "cardiac field" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sclerotome", "XB:curator", "https://github.com/obophenotype/uberon/issues/316" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003089 ;
    owl:annotatedTarget "Ventral somitic compartment that is a precursor of the axial skeleton[XAO]. Sclerotomes eventually differentiate into the vertebrae and most of the skull. The caudal (posterior) half of one sclerotome fuses with the rostral (anterior) half of the adjacent one to form each vertebra. From their initial location within the somite, the sclerotome cells migrate medially towards the notochord. These cells meet the sclerotome cells from the other side to form the vertebral body. From this vertebral body, sclerotome cells move dorsally and surround the developing spinal cord, forming the vertebral arch[WP]." .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003099 ;
    owl:annotatedTarget "Neural crest cells (NCCs) originating in the anterior part of the developing embryo and residing between the mid-diencephalon and the forming hindbrain; cranial NCCs migrate dorsolaterally to form the craniofacial mesenchyme that differentiates into various craniofacial cartilages and bones, cranial neurons, glia, and connective tissues of the face; these cells enter the pharyngeal pouches and arches where they give rise to thymic cells, bones of the middle ear and jaw (mandible), and the odontoblasts of the tooth primordia; like their counterparts in the trunk, cranial NCCs also contribute to the developing peripheral nervous system, along with the pigmented cell (i.e. melanocyte) lineage." .

[]
    oboInOwl:hasDbXref "EMAPA:16091" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003099 ;
    owl:annotatedTarget "cephalic neural crest" .

[]
    oboInOwl:hasDbXref "CARO:0000028" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003100 ;
    owl:annotatedTarget "Gonochoristic organism that can produce female gametes." .

[]
    oboInOwl:hasDbXref "TAO:0000303" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003100 ;
    owl:annotatedTarget "female" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/24" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003102 ;
    owl:annotatedTarget "Anatomical structure that overlaps the outer epithelial layer and is adjacent to the space surrounding the organism." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000331 ;
    owl:annotatedTarget "A serous secreting cell that is part of the epithelium of bronchus." .

[]
    oboInOwl:hasDbXref "EHDAA2:0003010" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003102 ;
    owl:annotatedTarget "anatomical surface feature" .

[]
    oboInOwl:hasDbXref "CARO:0000024" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003103 ;
    owl:annotatedTarget "Anatomical structure that has as its parts two or more multi-tissue structures of at least two different types and which through specific morphogenetic processes forms a single distinct structural unit demarcated by bona fide boundaries from other distinct anatomical structures of different types." .

[]
    oboInOwl:hasDbXref "https://archive.org/details/invertebratesnde00brus/page/n240/mode/2up", "https://en.wikipedia.org/wiki/Mesenchyme", "https://github.com/obophenotype/uberon/issues/1641" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003104 ;
    owl:annotatedTarget "Portion of tissue composed of mesenchymal cells (motile cells that develop from epthelia via an epithelial to mesenchymal transition) and surrounding extracellular material. Mesenchyme has different embryological origins in different metazoan taxa - in many invertebrates it derives in whole or part from ectoderm. In vertebrates it derives largely from mesoderm, and sometimes the terms are used interchangeably, e.g. lateral plate mesoderm/mesenchyme." .

[]
    oboInOwl:hasDbXref "Wikipedia:Skull_roof", "ZFA:0000863" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "Subdivision of skeleton that includes all dermal bones in the cranial skeleton[ZFA,modified]." .

[]
    oboInOwl:hasDbXref "TAO:0000863" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "dendrocranium" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000007" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "exocranium" .

[]
    oboInOwl:hasDbXref "PMID:11523816", "Wikipedia:Skull_roof" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "dermal skull roof" .

[]
    oboInOwl:hasDbXref "Wikipedia:Skull_roof" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "roof of skull" .

[]
    oboInOwl:hasDbXref "PMID:11523816", "Wikipedia:Skull_roof" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "skull roof" .

[]
    oboInOwl:hasDbXref "ZFA:0000863" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "dermal bone cranium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Skull_roof" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003113 ;
    owl:annotatedTarget "roofing bones of the skull" .

[]
    oboInOwl:hasDbXref "MP:0006339" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003114 ;
    owl:annotatedTarget "The third branchial arch contributes to the development of the hyoid bone, stylopharyngeus muscle, inferior parathyroid gland, and thymus." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000069" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003114 ;
    owl:annotatedTarget "3rd arch" .

[]
    oboInOwl:hasDbXref "VHOG:0000298" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003114 ;
    owl:annotatedTarget "3rd visceral arch" .

[]
    oboInOwl:hasDbXref "MP:0006340" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003115 ;
    owl:annotatedTarget "Contributes to development of the cartilage of the larynx, laryngeal, pharyngeal, and soft palate muscles, superior parathyroid gland, and C-cells of the thymus." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000086" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003115 ;
    owl:annotatedTarget "4th arch" .

[]
    oboInOwl:hasDbXref "VHOG:0000299" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003115 ;
    owl:annotatedTarget "fourth visceral arch" .

[]
    oboInOwl:hasDbXref "MP:0006347" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "The 6th pharyngeal arch. contributes to the development of the sternocleidomastoid and trapezius muscles." .

[]
    oboInOwl:hasDbXref "EHDAA2:0004075" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "6th arch" .

[]
    oboInOwl:hasDbXref "ZFA:0001609" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "gill arch 4" .

[]
    oboInOwl:hasDbXref "ZFA:0001609" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "visceral arch 6" .

[]
    oboInOwl:hasDbXref "VHOG:0001205" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "6th pharyngeal arch" .

[]
    oboInOwl:hasDbXref "VHOG:0001205" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "6th visceral arch" .

[]
    oboInOwl:hasDbXref "VHOG:0001205" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "sixth pharyngeal arch" .

[]
    oboInOwl:hasDbXref "XAO:0000453" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003117 ;
    owl:annotatedTarget "sixth visceral arch" .

[]
    oboInOwl:hasDbXref "MP:0010355" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "The vessels formed within the first pair of branchial arches in embryogenesis." .

[]
    oboInOwl:hasDbXref "EMAPA:16685" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "1st arch artery" .

[]
    oboInOwl:hasDbXref "ZFA:0005005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "AA1" .

[]
    oboInOwl:hasDbXref "ZFA:0005005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "aortic arch 1" .

[]
    oboInOwl:hasDbXref "XAO:0000342" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "first aortic arch" .

[]
    oboInOwl:hasDbXref "ZFA:0005005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "mandibular aortic arch" .

[]
    oboInOwl:hasDbXref "EMAPA:16685" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "1st aortic arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16685" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "1st branchial arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16685" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "1st pharyngeal arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16685" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003118 ;
    owl:annotatedTarget "first arch artery" .

[]
    oboInOwl:hasDbXref "MP:0010356" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "The vessels formed within the second pair of branchial arches in embryogenesis." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000051" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "2nd arch artery" .

[]
    oboInOwl:hasDbXref "ZFA:0005006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "AA2" .

[]
    oboInOwl:hasDbXref "ZFA:0005006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "aortic arch 2" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000361 ;
    owl:annotatedTarget "A transitional myocyte that is part of the interatrial septum." .

[]
    oboInOwl:hasDbXref "ZFA:0005006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "hyoid aortic arch" .

[]
    oboInOwl:hasDbXref "XAO:0000343" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "second aortic arch" .

[]
    oboInOwl:hasDbXref "EMAPA:16686" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "2nd aortic arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16686" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "2nd branchial arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16686" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003119 ;
    owl:annotatedTarget "2nd pharyngeal arch artery" .

[]
    oboInOwl:hasDbXref "MP:0006356" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "The vessels formed within the third pair of branchial arches in embryogenesis." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000070" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "3rd arch artery" .

[]
    oboInOwl:hasDbXref "ZFA:0005007" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "AA3" .

[]
    oboInOwl:hasDbXref "ZFA:0005007" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "aortic arch 3" .

[]
    oboInOwl:hasDbXref "Wikipedia:Aortic_arches#Arch_3" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "carotid arch" .

[]
    oboInOwl:hasDbXref "XAO:0000344" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "third aortic arch" .

[]
    oboInOwl:hasDbXref "EMAPA:16687" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "3rd aortic arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16687" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "3rd branchial arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16687" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003120 ;
    owl:annotatedTarget "3rd pharyngeal arch artery" .

[]
    oboInOwl:hasDbXref "MP:0006354" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "The vessels formed within the fourth pair of branchial arches in embryogenesis." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000087" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "4th arch artery" .

[]
    oboInOwl:hasDbXref "ZFA:0005008" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "AA4" .

[]
    oboInOwl:hasDbXref "ZFA:0005008" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "aortic arch 4" .

[]
    oboInOwl:hasDbXref "XAO:0000355" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "fourth aortic arch" .

[]
    oboInOwl:hasDbXref "EMAPA:17004" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "4th aortic arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:17004" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "4th branchial arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:17004" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "4th pharyngeal arch artery" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "XAO:0000355" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003121 ;
    owl:annotatedTarget "systemic arch" .

[]
    oboInOwl:hasDbXref "MP:0006355" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "The vessels formed within the sixth pair of branchial arches in embryogenesis." .

[]
    oboInOwl:hasDbXref "EMAPA:17005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "6th arch artery" .

[]
    oboInOwl:hasDbXref "ZFA:0005016" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "AA6" .

[]
    oboInOwl:hasDbXref "ZFA:0005016" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "aortic arch 6" .

[]
    oboInOwl:hasDbXref "XAO:0000353" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "sixth aortic arch" .

[]
    oboInOwl:hasDbXref "EMAPA:17005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "6th aortic arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:17005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "6th branchial arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:17005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "6th pharyngeal arch artery" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003123 ;
    owl:annotatedTarget "pulmonary arch" .

[]
    oboInOwl:hasDbXref "GO:0060438", "Wikipedia:Vertebrate_trachea" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003126 ;
    owl:annotatedTarget "The trachea is the portion of the airway that attaches to the bronchi as it branches [GO:dph]." .

[]
    oboInOwl:hasDbXref "BTO:0001388" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003126 ;
    owl:annotatedTarget "tracheal tubule" .

[]
    oboInOwl:hasDbXref "Wikipedia:Cranium_(anatomy)", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003128 ;
    owl:annotatedTarget "Upper portion of the skull that excludes the mandible (when present in the organism)." .

[]
    oboInOwl:hasDbXref "FMA:71325" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003128 ;
    owl:annotatedTarget "bones of cranium" .

[]
    oboInOwl:hasDbXref "FMA:71325" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003128 ;
    owl:annotatedTarget "set of bones of cranium" .

[]
    oboInOwl:hasDbXref "BTO:0001328" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003128 ;
    owl:annotatedTarget "calvarium" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000362 ;
    owl:annotatedTarget "A transitional myocyte that is part of the interventricular septum." .

[]
    oboInOwl:hasDbXref "PMID:11523816", "Wikipedia:Skull", "http://sourceforge.net/tracker/?func=detail&aid=2962656&group_id=76834&atid=1205376" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003129 ;
    owl:annotatedTarget "Anatomical structure that is part of the head consisting entirely of cranium and mandible[WP]." .

[]
    oboInOwl:hasDbXref "UBERON:xp" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003133 ;
    owl:annotatedTarget "An organ involved in reproduction." .

[]
    oboInOwl:hasDbXref "UBERON:xp" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "A female organ involved in reproduction." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "female organism reproductive organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "female organism reproductive structure" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "female organism reproductive system organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "female organism sex organ" .

[]
    oboInOwl:hasDbXref "MA:0000544" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "female reproductive gland/organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "reproductive organ of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "reproductive structure of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "reproductive system organ of female organism" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003134 ;
    owl:annotatedTarget "sex organ of female organism" .

[]
    oboInOwl:hasDbXref "FBC:auto_generated_definition" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003212 ;
    owl:annotatedTarget "Any sense organ that functions in (some) detection of chemical stimulus involved in sensory perception of taste (GO:0050912)." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003212 ;
    owl:annotatedTarget "gustatory organ system organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003212 ;
    owl:annotatedTarget "gustatory system organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003212 ;
    owl:annotatedTarget "organ of gustatory organ system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003212 ;
    owl:annotatedTarget "organ of gustatory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003212 ;
    owl:annotatedTarget "organ of taste system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003212 ;
    owl:annotatedTarget "taste system organ" .

[]
    oboInOwl:hasDbXref "GO:0080126" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003218 ;
    owl:annotatedTarget "Septum that divides the ovary, the basal portion of a carpel or group of fused carpels, that encloses the ovule(s)[GO]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "An epithelium that is part of a lower jaw [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "epithelial tissue of lower jaw" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "epithelial tissue of ventral mandibular arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "epithelium of ventral mandibular arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "lower jaw epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "lower jaw epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "ventral mandibular arch epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003236 ;
    owl:annotatedTarget "ventral mandibular arch epithelium" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000376 ;
    owl:annotatedTarget "A Purkinje myocyte that is part of the interventricular septum." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003257 ;
    owl:annotatedTarget "The portion of the yolk sac that is derived from endoderm and lines the yolk sac." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003258 ;
    owl:annotatedTarget "An endoderm that is part of a foregut [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003258 ;
    owl:annotatedTarget "foregut endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003269 ;
    owl:annotatedTarget "A portion of skeletal muscle tissue that is part of a eye [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003269 ;
    owl:annotatedTarget "eye skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003269 ;
    owl:annotatedTarget "eye skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003269 ;
    owl:annotatedTarget "skeletal muscle tissue of eye" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000486" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003269 ;
    owl:annotatedTarget "eye skeletal muscle group" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003278 ;
    owl:annotatedTarget "A subdivision of the skeleton that corresponds to the lower part of the mouth. The lower jaw skeleton includes the following elements, when present: lower jaw teeth, the mandible and other lower jaw bones, and Meckel's cartilage." .

[]
    oboInOwl:hasDbXref "MA:0001906", "ZFA:0001273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003278 ;
    owl:annotatedTarget "lower jaw" .

[]
    oboInOwl:hasDbXref "ZFA:0001273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003278 ;
    owl:annotatedTarget "mandible" .

[]
    oboInOwl:hasDbXref "AAO:0000274" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003278 ;
    owl:annotatedTarget "lower jaw skeleton" .

[]
    oboInOwl:hasDbXref "ZFA:0001273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003278 ;
    owl:annotatedTarget "mandibular series" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003279 ;
    owl:annotatedTarget "An endothelium that is part of a trachea." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003279 ;
    owl:annotatedTarget "endothelium of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003279 ;
    owl:annotatedTarget "trachea endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003279 ;
    owl:annotatedTarget "windpipe endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003288 ;
    owl:annotatedTarget "A meninx that is part of a midbrain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003288 ;
    owl:annotatedTarget "midbrain meninx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003289 ;
    owl:annotatedTarget "A meninx that is part of a telencephalon [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003289 ;
    owl:annotatedTarget "telencephalon meninx" .

[]
    oboInOwl:hasDbXref "FMA:67102", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000409 ;
    owl:annotatedTarget "A muscle cell that is part of the sinoatrial node." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "A meninx that is part of a diencephalon [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "between brain meninges" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "between brain meninx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "diencephalon meninges" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "diencephalon meninx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "interbrain meninges" .

[]
    oboInOwl:hasDbXref "FMA:67102" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000409 ;
    owl:annotatedTarget "SA nodal myocyte" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "interbrain meninx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "mature diencephalon meninges" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "mature diencephalon meninx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "meninges of between brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "meninges of diencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "meninges of interbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "meninges of mature diencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "meninx of between brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "meninx of interbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003290 ;
    owl:annotatedTarget "meninx of mature diencephalon" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000409 ;
    owl:annotatedTarget "SA node cardiac muscle cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003291 ;
    owl:annotatedTarget "A meninx that is part of a hindbrain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003291 ;
    owl:annotatedTarget "hindbrain meninges" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003291 ;
    owl:annotatedTarget "hindbrain meninx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003291 ;
    owl:annotatedTarget "meninges of hindbrain" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000409 ;
    owl:annotatedTarget "sinoatrial node cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003292 ;
    owl:annotatedTarget "A meninx that is part of a spinal cord [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003292 ;
    owl:annotatedTarget "meninges of spinal cord" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003292 ;
    owl:annotatedTarget "spinal cord meninges" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003292 ;
    owl:annotatedTarget "spinal cord meninx" .

[]
    oboInOwl:hasDbXref "FMA:67102" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000409 ;
    owl:annotatedTarget "sinuatrial node myocyte" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003294 ;
    owl:annotatedTarget "A gland that is part of a foregut [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003294 ;
    owl:annotatedTarget "foregut gland" .

[]
    oboInOwl:hasDbXref "http://www.biology-online.org/dictionary/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003295 ;
    owl:annotatedTarget "Racemose mucous glands beneath the mucous membrane of the pharynx." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001461" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003295 ;
    owl:annotatedTarget "pharynx gland" .

[]
    oboInOwl:hasDbXref "BTO:0004849" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003295 ;
    owl:annotatedTarget "glandulae pharyngeae" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003296 ;
    owl:annotatedTarget "Any gland that is part of the diencephalon. Examples: pineal gland, neurohypophysis." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003296 ;
    owl:annotatedTarget "diencephalon gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003296 ;
    owl:annotatedTarget "interbrain gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003297 ;
    owl:annotatedTarget "A gland that is part of a integumental system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003297 ;
    owl:annotatedTarget "integumental gland" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003297 ;
    owl:annotatedTarget "integumental system gland" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003297 ;
    owl:annotatedTarget "integumentary gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003304 ;
    owl:annotatedTarget "A blood island that is part of a mesoderm." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003304 ;
    owl:annotatedTarget "mesenchyme blood island" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003314 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing camera-type eye." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003314 ;
    owl:annotatedTarget "mesenchyme of eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing ovary [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "female reproductive system gonad mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "female reproductive system gonada mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "gonad of female reproductive system mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "gonada of female reproductive system mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "mesenchyme of female reproductive system gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "mesenchyme of female reproductive system gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "mesenchyme of gonad of female reproductive system" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_16765 ;
    owl:annotatedTarget "Tryptamine" .

[]
    oboInOwl:hasDbXref "FMA:67106", "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000410 ;
    owl:annotatedTarget "A muscle cell that is part of the atrioventricular node." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "mesenchyme of gonada of female reproductive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003315 ;
    owl:annotatedTarget "ovary mesenchyme" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003316 ;
    owl:annotatedTarget "The portion of the yolk sac that is derived from mesoderm and consists of mesenchyme." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003316 ;
    owl:annotatedTarget "yolk sac mesenchyme" .

[]
    oboInOwl:hasDbXref "FMA:67106" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000410 ;
    owl:annotatedTarget "AV nodal myocyte" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003324 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing lower jaw [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003324 ;
    owl:annotatedTarget "lower jaw mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003324 ;
    owl:annotatedTarget "mesenchyme of ventral mandibular arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003324 ;
    owl:annotatedTarget "ventral mandibular arch mesenchyme" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000410 ;
    owl:annotatedTarget "AV node cardiac muscle cell" .

[]
    oboInOwl:hasDbXref "BIRNLEX:2548" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003338 ;
    owl:annotatedTarget "A spatially aggregated collection of nerve cell bodies in the PNS, consisting of one or more subpopulations that share cell type, chemical phenotype, and connections. (CUMBO)." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003338 ;
    owl:annotatedTarget "peripheral nervous system ganglion" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000410 ;
    owl:annotatedTarget "AV node cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003339 ;
    owl:annotatedTarget "A ganglion that is part of a central nervous system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003339 ;
    owl:annotatedTarget "central nervous system ganglion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003339 ;
    owl:annotatedTarget "ganglion of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003339 ;
    owl:annotatedTarget "neuraxis ganglion" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000410 ;
    owl:annotatedTarget "atrioventricular node cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "A mucosa that is part of a oral opening [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucosa of oral opening" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucosa of oral part of face" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucosa of organ of oral opening" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucosa of organ of oral part of face" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucosa of organ of oral region" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucosa of organ of subdivision of mouth" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucosa of subdivision of mouth" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucous membrane of oral opening" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucous membrane of oral part of face" .

[]
    oboInOwl:hasDbXref "FMA:67106" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000410 ;
    owl:annotatedTarget "atrioventricular node myocyte" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucous membrane of oral region" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "mucous membrane of subdivision of mouth" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral opening mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral opening mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral opening mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral opening organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral part of face mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral part of face mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral part of face mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral part of face organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral region mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral region mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral region mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "oral region organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "organ mucosa of oral opening" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "organ mucosa of oral part of face" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "organ mucosa of oral region" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "organ mucosa of subdivision of mouth" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "subdivision of mouth mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "subdivision of mouth mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "subdivision of mouth mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003343 ;
    owl:annotatedTarget "subdivision of mouth organ mucosa" .

[]
    oboInOwl:hasDbXref "BTO:0003752" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003350 ;
    owl:annotatedTarget "A layer of epithelial cells on the surface of the mucosa." .

[]
    oboInOwl:hasDbXref "BTO:0003752" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003350 ;
    owl:annotatedTarget "lamina epithelialis mucosa" .

[]
    oboInOwl:hasDbXref "BTO:0003752" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003350 ;
    owl:annotatedTarget "lamina epithelialis mucosae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003351 ;
    owl:annotatedTarget "An epithelium that is part of a pharynx [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003351 ;
    owl:annotatedTarget "epithelial tissue of pharynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003351 ;
    owl:annotatedTarget "epithelium of pharynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003351 ;
    owl:annotatedTarget "pharynx epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003351 ;
    owl:annotatedTarget "pharynx epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003357 ;
    owl:annotatedTarget "An epithelium that is part of a tongue [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003357 ;
    owl:annotatedTarget "epithelial tissue of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003357 ;
    owl:annotatedTarget "tongue epithelial tissue" .

[]
    oboInOwl:hasDbXref "NIST_Chemistry_WebBook" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16765 ;
    owl:annotatedTarget "1H-indole-3-ethanamine" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003357 ;
    owl:annotatedTarget "tongue epithelium" .

[]
    oboInOwl:hasDbXref "BTO:0000992" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003357 ;
    owl:annotatedTarget "lingual epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003364 ;
    owl:annotatedTarget "An epithelium that is part of a right lung [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003364 ;
    owl:annotatedTarget "epithelial tissue of right lung" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003364 ;
    owl:annotatedTarget "right lung epithelial tissue" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000412 ;
    owl:annotatedTarget "An endothelial cell that is part of the arteriole." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003364 ;
    owl:annotatedTarget "right lung epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003365 ;
    owl:annotatedTarget "An epithelium that is part of a left lung [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003365 ;
    owl:annotatedTarget "epithelial tissue of left lung" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003365 ;
    owl:annotatedTarget "left lung epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003365 ;
    owl:annotatedTarget "left lung epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003372 ;
    owl:annotatedTarget "An unilaminar epithelium that surrounds a pectoral appendage bud." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003372 ;
    owl:annotatedTarget "arm ectoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of a right atrium [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "cardiac muscle of cardiac right atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "cardiac muscle of heart right atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "cardiac muscle tissue of heart right atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "cardiac muscle tissue of right atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "cardiac muscle tissue of right atrium of heart" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004155" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "right atrium heart muscle" .

[]
    oboInOwl:hasDbXref "VHOG:0001227" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "right atrium myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "textus muscularis of myocardium of right atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "textus muscularis of myocardium of right atrium of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003379 ;
    owl:annotatedTarget "textus muscularis of myocardium of right cardiac atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of a left atrium [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "cardiac left atrium cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "cardiac left atrium cardiac muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "cardiac muscle of cardiac left atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "cardiac muscle of heart left atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "cardiac muscle of left atrium of heart" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004154" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "left atrium heart muscle" .

[]
    oboInOwl:hasDbXref "VHOG:0001225" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "left atrium myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "textus muscularis of myocardium of cardiac left atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "textus muscularis of myocardium of heart left atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "textus muscularis of myocardium of left atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "textus muscularis of myocardium of left atrium of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003380 ;
    owl:annotatedTarget "textus muscularis of myocardium of left cardiac atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003381 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of a right ventricle [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000413 ;
    owl:annotatedTarget "A blood vessel endothelial cell that is part of an arterial endothelium." .

[]
    oboInOwl:hasDbXref "FMA:83452" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003381 ;
    owl:annotatedTarget "cardiac muscle tissue of right ventricle" .

[]
    oboInOwl:hasDbXref "GO:0003221" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003381 ;
    owl:annotatedTarget "right ventricular cardiac muscle tissue" .

[]
    oboInOwl:hasDbXref "VHOG:0001236" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003381 ;
    owl:annotatedTarget "right ventricle cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003382 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of a left ventricle [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:83453" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003382 ;
    owl:annotatedTarget "cardiac muscle tissue of left ventricle" .

[]
    oboInOwl:hasDbXref "GO:0003220" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003382 ;
    owl:annotatedTarget "left ventricular cardiac muscle tissue" .

[]
    oboInOwl:hasDbXref "VHOG:0001234" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003382 ;
    owl:annotatedTarget "left ventricle cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003383 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of an interventricular septum [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:84084" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003383 ;
    owl:annotatedTarget "cardiac muscle tissue of interventricular septum" .

[]
    oboInOwl:hasDbXref "VHOG:0000999" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003383 ;
    owl:annotatedTarget "interventricular septum cardiac muscle" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004158" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003383 ;
    owl:annotatedTarget "interventricular septum heart muscle" .

[]
    oboInOwl:hasDbXref "VHOG:0000999" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003383 ;
    owl:annotatedTarget "interventricular septum myocardium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003383 ;
    owl:annotatedTarget "interventricular septum muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003384 ;
    owl:annotatedTarget "A portion of skeletal muscle tissue that is part of a pharynx [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003384 ;
    owl:annotatedTarget "pharynx skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003384 ;
    owl:annotatedTarget "pharynx skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16765 ;
    owl:annotatedTarget "2-(1H-INDOL-3-YL)ETHANAMINE" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003384 ;
    owl:annotatedTarget "skeletal muscle tissue of pharynx" .

[]
    oboInOwl:hasDbXref "MGI:cwg", "MP:0005247" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003386 ;
    owl:annotatedTarget "Any of the striated muscles that move the eye and include: superior rectus, inferior rectus, medial rectus, lateral rectus, superior oblique, inferior oblique, retractor bulbi." .

[]
    oboInOwl:hasDbXref "MA:0001268" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003386 ;
    owl:annotatedTarget "ocular smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003387 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a trachea [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "MA:0001863" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003387 ;
    owl:annotatedTarget "trachea smooth muscle" .

[]
    oboInOwl:hasDbXref "BTO:0001391" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003387 ;
    owl:annotatedTarget "tracheal smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "A mesothelium that is part of a pericardium [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "cavity of pericardial sac meso-epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "cavity of pericardial sac mesothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "meso-epithelium of cavity of pericardial sac" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "meso-epithelium of pericardial cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "mesothelium of cavity of pericardial sac" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "pericardial cavity meso-epithelium" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000414 ;
    owl:annotatedTarget "An endothelial cell that is part of the venule." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003388 ;
    owl:annotatedTarget "pericardial cavity mesothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "A mesothelium that is part of a diaphragm [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "diaphragm meso-epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "diaphragm mesothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "meso-epithelium of diaphragm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "meso-epithelium of thoracic diaphragm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "mesothelium of thoracic diaphragm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "thoracic diaphragm meso-epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003389 ;
    owl:annotatedTarget "thoracic diaphragm mesothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003390 ;
    owl:annotatedTarget "A mesothelium that is part of a pleural cavity [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003390 ;
    owl:annotatedTarget "meso-epithelium of pleural cavity" .

[]
    oboInOwl:hasDbXref "FMA:18148" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003390 ;
    owl:annotatedTarget "mesothelium of pleura" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003390 ;
    owl:annotatedTarget "pleural cavity meso-epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003390 ;
    owl:annotatedTarget "pleural cavity mesothelium" .

[]
    oboInOwl:hasDbXref "EMAPA:16775" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003390 ;
    owl:annotatedTarget "pleural mesothelium" .

[]
    oboInOwl:hasDbXref "EMAPA:16775" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003390 ;
    owl:annotatedTarget "pleura" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003406 ;
    owl:annotatedTarget "A cartilage element that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003406 ;
    owl:annotatedTarget "apparatus respiratorius cartilage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003406 ;
    owl:annotatedTarget "cartilage of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003406 ;
    owl:annotatedTarget "respiratory system cartilage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003408 ;
    owl:annotatedTarget "A gland that is part of a digestive tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003408 ;
    owl:annotatedTarget "digestive tract gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003408 ;
    owl:annotatedTarget "gland of digestive tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003408 ;
    owl:annotatedTarget "gland of lower gastrointestinal tract" .

[]
    oboInOwl:hasDbXref "MA:0003202" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003408 ;
    owl:annotatedTarget "gut gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003408 ;
    owl:annotatedTarget "lower gastrointestinal tract gland" .

[]
    oboInOwl:hasDbXref "http://www.merriam-webster.com/medical/lingual%20gland" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003409 ;
    owl:annotatedTarget "Any of the mucous, serous, or mixed glands that empty their secretions onto the surface of the tongue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003409 ;
    owl:annotatedTarget "lingual gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003409 ;
    owl:annotatedTarget "tongue gland" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000428 ;
    owl:annotatedTarget "A somatic stem cell that is part of the epidermis." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003413 ;
    owl:annotatedTarget "Mesenchyme that is part of a pectoral appendage bud." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003413 ;
    owl:annotatedTarget "arm mesenchyme" .

[]
    oboInOwl:hasDbXref "EHDAA2:0002135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003413 ;
    owl:annotatedTarget "upper limb bud mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003413 ;
    owl:annotatedTarget "wing mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003416 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing tongue [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16765 ;
    owl:annotatedTarget "2-(3-indolyl)ethylamine" .

[]
    oboInOwl:hasDbXref "FMA:70541" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000428 ;
    owl:annotatedTarget "epidermal stem cell" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004614" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003416 ;
    owl:annotatedTarget "tongue mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003426 ;
    owl:annotatedTarget "An adipose tissue that is part of a dermis [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003426 ;
    owl:annotatedTarget "adipose tissue of dermis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003426 ;
    owl:annotatedTarget "dermis fat tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003426 ;
    owl:annotatedTarget "dermis fatty tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003426 ;
    owl:annotatedTarget "fat tissue of dermis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003426 ;
    owl:annotatedTarget "fatty tissue of dermis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003429 ;
    owl:annotatedTarget "A nerve that is part of an abdomen [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003429 ;
    owl:annotatedTarget "nerve of abdomen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003430 ;
    owl:annotatedTarget "A nerve that is part of a neck [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003430 ;
    owl:annotatedTarget "neck (volume) nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003430 ;
    owl:annotatedTarget "nerve of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003430 ;
    owl:annotatedTarget "nerve of neck (volume)" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003438 ;
    owl:annotatedTarget "Any nerve that innervates the iris." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003438 ;
    owl:annotatedTarget "nerve of iris" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003439 ;
    owl:annotatedTarget "A nerve that is part of the trunk region of the body (not to be confused with a nerve trunk)." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003439 ;
    owl:annotatedTarget "nerve of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003439 ;
    owl:annotatedTarget "nerve of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003439 ;
    owl:annotatedTarget "torso nerve" .

[]
    oboInOwl:hasDbXref "MA:0000515" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003439 ;
    owl:annotatedTarget "trunk nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "A nerve that is located in a thoracic cavity [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "cavity of chest nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "cavity of thorax nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "chest cavity nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "nerve of cavity of chest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "nerve of cavity of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "nerve of chest cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "nerve of pectoral cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "nerve of thoracic cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003443 ;
    owl:annotatedTarget "pectoral cavity nerve" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000443 ;
    owl:annotatedTarget "A smooth muscle cell that is part of the ciliary body." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "A bone that is part of a head [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "adult head bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "adult head bone organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "bone of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "bone of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "bone organ of adult head" .

[]
    oboInOwl:hasDbXref "FMA:70610" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000443 ;
    owl:annotatedTarget "smooth muscle cell of ciliary body" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "bone organ of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "head bone organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003457 ;
    owl:annotatedTarget "craniofacial bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "A bone that is part of a neck [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "bone of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "bone of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "bone organ of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "bone organ of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "neck (volume) bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "neck (volume) bone organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003458 ;
    owl:annotatedTarget "neck bone organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003462 ;
    owl:annotatedTarget "A bone that is part of a facial skeleton [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003462 ;
    owl:annotatedTarget "bone of facial skeleton" .

[]
    oboInOwl:hasDbXref "EMAPA:19019" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003462 ;
    owl:annotatedTarget "facial bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003462 ;
    owl:annotatedTarget "facial skeleton bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003462 ;
    owl:annotatedTarget "bone of viscerocranium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003462 ;
    owl:annotatedTarget "viscerocranium bone" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_16765 ;
    owl:annotatedTarget "3-(2-Aminoethyl)indole" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "A bone that is part of a trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "bone of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "bone of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "bone organ of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "bone organ of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "torso bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "torso bone organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003463 ;
    owl:annotatedTarget "trunk bone organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003469 ;
    owl:annotatedTarget "An artery that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Inferior_labial_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003471 ;
    owl:annotatedTarget "The inferior labial artery (inferior labial branch of facial artery) arises near the angle of the mouth; it passes upward and forward beneath the Triangularis and, penetrating the Orbicularis oris, runs in a tortuous course along the edge of the lower lip between this muscle and the mucous membrane. It supplies the labial glands, the mucous membrane, and the muscles of the lower lip; and anastomoses with the artery of the opposite side, and with the mental branch of the inferior alveolar artery." .

[]
    oboInOwl:hasDbXref "FMA:49567" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003471 ;
    owl:annotatedTarget "inferior labial artery" .

[]
    oboInOwl:hasDbXref "FMA:49567" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003471 ;
    owl:annotatedTarget "inferior labial branch of facial artery" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003471 ;
    owl:annotatedTarget "ramus labialis inferior (arteria facialis)" .

[]
    oboInOwl:hasDbXref "https://sourceforge.net/tracker/index.php?func=detail&aid=3317815&group_id=76834&atid=1205376" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003473 ;
    owl:annotatedTarget "An artery that is part of a thoracic cavity[cjm]." .

[]
    oboInOwl:hasDbXref "MESH:A07.231.114.891" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003473 ;
    owl:annotatedTarget "thoracic artery" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000444 ;
    owl:annotatedTarget "A mesothelial cell that is part of the anterior chamber of eyeball." .

[]
    oboInOwl:hasDbXref "Wikipedia:Meningeal_arteries" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003474 ;
    owl:annotatedTarget "One of the arteries supplying a meninix[Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003476 ;
    owl:annotatedTarget "A vein that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003476 ;
    owl:annotatedTarget "apparatus respiratorius vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003476 ;
    owl:annotatedTarget "respiratory system vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003476 ;
    owl:annotatedTarget "vein of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003476 ;
    owl:annotatedTarget "vein of respiratory system" .

[]
    oboInOwl:hasDbXref "Wikipedia:Inferior_labial_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003478 ;
    owl:annotatedTarget "The inferior labial vein is the vein receiving blood from the lower lip." .

[]
    oboInOwl:hasDbXref "FMA:52541" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003478 ;
    owl:annotatedTarget "inferior labial vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003478 ;
    owl:annotatedTarget "lower lip vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "A vein that is part of a thoracic cavity [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "cavity of chest vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "cavity of thorax vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "chest cavity vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "pectoral cavity vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "vein of cavity of chest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "vein of cavity of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "vein of chest cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "vein of pectoral cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003479 ;
    owl:annotatedTarget "vein of thoracic cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "An endothelium of capillary that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "apparatus respiratorius blood capillary endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "apparatus respiratorius capillary endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "apparatus respiratorius capillary vessel endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "apparatus respiratorius endothelium of blood capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "apparatus respiratorius endothelium of capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "apparatus respiratorius endothelium of capillary vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "blood capillary endothelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "blood capillary endothelium of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "capillary endothelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "capillary endothelium of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "capillary vessel endothelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "capillary vessel endothelium of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "endothelium of blood capillary of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "endothelium of blood capillary of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "endothelium of capillary of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "endothelium of capillary of respiratory system" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000456 ;
    owl:annotatedTarget "A mesothelial cell that is part of the parietal peritoneum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "endothelium of capillary vessel of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "endothelium of capillary vessel of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "respiratory system blood capillary endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "respiratory system capillary vessel endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "respiratory system endothelium of blood capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "respiratory system endothelium of capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003489 ;
    owl:annotatedTarget "respiratory system endothelium of capillary vessel" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "Glycoprotein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003494 ;
    owl:annotatedTarget "A venule that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003494 ;
    owl:annotatedTarget "apparatus respiratorius venule" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003494 ;
    owl:annotatedTarget "venule of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003494 ;
    owl:annotatedTarget "venule of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003495 ;
    owl:annotatedTarget "An arteriole that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003496 ;
    owl:annotatedTarget "A blood vessel that is part of a head [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003496 ;
    owl:annotatedTarget "adult head blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003496 ;
    owl:annotatedTarget "blood vessel of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003496 ;
    owl:annotatedTarget "blood vessel of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003497 ;
    owl:annotatedTarget "A blood vessel that is part of an abdomen [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003497 ;
    owl:annotatedTarget "blood vessel of abdomen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003498 ;
    owl:annotatedTarget "A blood vessel that is part of a heart [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003498 ;
    owl:annotatedTarget "blood vessel of heart" .

[]
    oboInOwl:hasDbXref "EMAPA:35397" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003498 ;
    owl:annotatedTarget "cardiac blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003499 ;
    owl:annotatedTarget "A blood vessel that is part of a brain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003499 ;
    owl:annotatedTarget "blood vessel of brain" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165", "https://sourceforge.net/tracker/index.php?func=detail&aid=3564332&group_id=36855&atid=440764" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003500 ;
    owl:annotatedTarget "A blood vessel that is part of a cornea [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003500 ;
    owl:annotatedTarget "blood vessel of cornea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003500 ;
    owl:annotatedTarget "cornea blood vessel" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000457 ;
    owl:annotatedTarget "A mesothelial cell that is part of the visceral peritoneum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003501 ;
    owl:annotatedTarget "A blood vessel that is part of a retina [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003501 ;
    owl:annotatedTarget "blood vessel of inner layer of eyeball" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003501 ;
    owl:annotatedTarget "blood vessel of retina" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003501 ;
    owl:annotatedTarget "blood vessel of tunica interna of eyeball" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003501 ;
    owl:annotatedTarget "inner layer of eyeball blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003501 ;
    owl:annotatedTarget "retinal blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003501 ;
    owl:annotatedTarget "tunica interna of eyeball blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003502 ;
    owl:annotatedTarget "A blood vessel that is part of a neck [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003502 ;
    owl:annotatedTarget "blood vessel of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003502 ;
    owl:annotatedTarget "blood vessel of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003502 ;
    owl:annotatedTarget "neck (volume) blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003504 ;
    owl:annotatedTarget "A blood vessel that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003504 ;
    owl:annotatedTarget "apparatus respiratorius blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003504 ;
    owl:annotatedTarget "blood vessel of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003504 ;
    owl:annotatedTarget "blood vessel of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003505 ;
    owl:annotatedTarget "A blood vessel that is part of a trachea." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003505 ;
    owl:annotatedTarget "blood vessel of trachea" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003509 ;
    owl:annotatedTarget "A blood vessel that is part of the arterial system. Includes artery, arteriole and aorta." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003511 ;
    owl:annotatedTarget "A blood vessel that is part of a iris [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "Glykoprotein" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000478 ;
    owl:annotatedTarget "A transitional myocyte that is part of the sinoatrial node." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003511 ;
    owl:annotatedTarget "blood vessel of iris" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003512 ;
    owl:annotatedTarget "A blood vessel that is part of a lung [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003512 ;
    owl:annotatedTarget "blood vessel of lung" .

[]
    oboInOwl:hasDbXref "EMAPA:32867" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003512 ;
    owl:annotatedTarget "pulmonary vascular element" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003513 ;
    owl:annotatedTarget "A blood vessel that is part of a trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003513 ;
    owl:annotatedTarget "blood vessel of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003513 ;
    owl:annotatedTarget "blood vessel of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003513 ;
    owl:annotatedTarget "torso blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "A blood vessel that is part of a thoracic cavity [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "blood vessel of cavity of chest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "blood vessel of cavity of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "blood vessel of chest cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "blood vessel of pectoral cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "blood vessel of thoracic cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "cavity of chest blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "cavity of thorax blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "chest cavity blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003519 ;
    owl:annotatedTarget "pectoral cavity blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "A capillary that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "apparatus respiratorius blood capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "apparatus respiratorius capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "apparatus respiratorius capillary vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "blood capillary of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "blood capillary of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "capillary of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "capillary of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "capillary vessel of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "capillary vessel of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "respiratory system blood capillary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003526 ;
    owl:annotatedTarget "respiratory system capillary vessel" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000479 ;
    owl:annotatedTarget "A Purkinje myocyte that is part of the atrioventricular node." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003528 ;
    owl:annotatedTarget "A gray matter that is part of a brain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "MA:0000810" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003528 ;
    owl:annotatedTarget "brain grey matter" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003528 ;
    owl:annotatedTarget "brain grey substance" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003528 ;
    owl:annotatedTarget "gray matter of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003528 ;
    owl:annotatedTarget "grey matter of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003528 ;
    owl:annotatedTarget "grey substance of brain" .

[]
    oboInOwl:hasDbXref "MP:0008026" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003544 ;
    owl:annotatedTarget "The regions of the brain that are largely or entirely composed of myelinated nerve cell axons and contain few or no neural cell bodies or dendrites." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003544 ;
    owl:annotatedTarget "brain white matter of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003544 ;
    owl:annotatedTarget "brain white substance" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003544 ;
    owl:annotatedTarget "white matter of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003544 ;
    owl:annotatedTarget "white matter of neuraxis of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003544 ;
    owl:annotatedTarget "white substance of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003547 ;
    owl:annotatedTarget "A meninx that is part of a brain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003547 ;
    owl:annotatedTarget "brain meninges" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003547 ;
    owl:annotatedTarget "meninges of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003547 ;
    owl:annotatedTarget "meninx of brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003548 ;
    owl:annotatedTarget "A meninx that is part of a forebrain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003548 ;
    owl:annotatedTarget "forebrain meninx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003548 ;
    owl:annotatedTarget "meninges of forebrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003548 ;
    owl:annotatedTarget "meninx of forebrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003561 ;
    owl:annotatedTarget "A dura mater that is part of a forebrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003561 ;
    owl:annotatedTarget "dura mater of forebrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003561 ;
    owl:annotatedTarget "dura mater of neuraxis of forebrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003561 ;
    owl:annotatedTarget "forebrain dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "Glykoproteine" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003562 ;
    owl:annotatedTarget "A dura mater that is part of a midbrain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003562 ;
    owl:annotatedTarget "dura mater of midbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003562 ;
    owl:annotatedTarget "dura mater of neuraxis of midbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003562 ;
    owl:annotatedTarget "midbrain dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "VHOG:0000410" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003562 ;
    owl:annotatedTarget "mesencephalon dura mater" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000482 ;
    owl:annotatedTarget "A myocardial endocrine cell that is part of the interventricular septum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003563 ;
    owl:annotatedTarget "A dura mater that is part of a telencephalon [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003563 ;
    owl:annotatedTarget "dura mater of neuraxis of telencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003563 ;
    owl:annotatedTarget "dura mater of telencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003563 ;
    owl:annotatedTarget "telencephalon dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "A dura mater that is part of a diencephalon [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "between brain dura mater" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "between brain dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "diencephalon dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of between brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of diencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of interbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of mature diencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of neuraxis of between brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of neuraxis of diencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of neuraxis of interbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "dura mater of neuraxis of mature diencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "interbrain dura mater" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "interbrain dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "mature diencephalon dura mater" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003564 ;
    owl:annotatedTarget "mature diencephalon dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003565 ;
    owl:annotatedTarget "A dura mater that is part of a hindbrain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003565 ;
    owl:annotatedTarget "dura mater of hindbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003565 ;
    owl:annotatedTarget "dura mater of neuraxis of hindbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003565 ;
    owl:annotatedTarget "hindbrain dura mater of neuraxis" .

[]
    oboInOwl:hasDbXref "VHOG:0000409" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003565 ;
    owl:annotatedTarget "rhombencephalon dura mater" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a head [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "adult head connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "adult head portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "adult head textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "connective tissue of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "connective tissue of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "head portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "head textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "portion of connective tissue of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "portion of connective tissue of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "textus connectivus of adult head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003566 ;
    owl:annotatedTarget "textus connectivus of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003567 ;
    owl:annotatedTarget "A portion of connective tissue that is part of an abdomen [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003567 ;
    owl:annotatedTarget "abdomen portion of connective tissue" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000490 ;
    owl:annotatedTarget "A mesothelial cell that is part of the peritoneum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003567 ;
    owl:annotatedTarget "abdomen textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003567 ;
    owl:annotatedTarget "connective tissue of abdomen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003567 ;
    owl:annotatedTarget "portion of connective tissue of abdomen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003567 ;
    owl:annotatedTarget "textus connectivus of abdomen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a neck [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:86736" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000490 ;
    owl:annotatedTarget "peritoneal mesothelial cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "connective tissue of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "connective tissue of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "neck (volume) connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "neck (volume) portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "neck (volume) textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "neck portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "neck textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "portion of connective tissue of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "portion of connective tissue of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "textus connectivus of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003568 ;
    owl:annotatedTarget "textus connectivus of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "apparatus respiratorius connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "apparatus respiratorius portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "apparatus respiratorius textus connectivus" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "a glycoprotein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "connective tissue of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "connective tissue of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "portion of connective tissue of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "portion of connective tissue of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "respiratory system portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "respiratory system textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "textus connectivus of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003570 ;
    owl:annotatedTarget "textus connectivus of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003571 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a trachea." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003571 ;
    owl:annotatedTarget "connective tissue of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003571 ;
    owl:annotatedTarget "connective tissue of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003580 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a lower respiratory tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003580 ;
    owl:annotatedTarget "connective tissue of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003580 ;
    owl:annotatedTarget "lower respiratory tract portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003580 ;
    owl:annotatedTarget "lower respiratory tract textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003580 ;
    owl:annotatedTarget "portion of connective tissue of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003580 ;
    owl:annotatedTarget "textus connectivus of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003583 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a larynx [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003583 ;
    owl:annotatedTarget "connective tissue of larynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003583 ;
    owl:annotatedTarget "larynx portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003583 ;
    owl:annotatedTarget "larynx textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003583 ;
    owl:annotatedTarget "portion of connective tissue of larynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003583 ;
    owl:annotatedTarget "textus connectivus of larynx" .

[]
    oboInOwl:hasDbXref "EMAPA:35471" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003583 ;
    owl:annotatedTarget "laryngeal connective tissue" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000491 ;
    owl:annotatedTarget "A mesothelial cell that is part of the pleura." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003585 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a dermis [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003585 ;
    owl:annotatedTarget "connective tissue of dermis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003585 ;
    owl:annotatedTarget "dermis portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003585 ;
    owl:annotatedTarget "dermis textus connectivus" .

[]
    oboInOwl:hasDbXref "FMA:86737" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_1000491 ;
    owl:annotatedTarget "pleural mesothelial cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003585 ;
    owl:annotatedTarget "portion of connective tissue of dermis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003585 ;
    owl:annotatedTarget "textus connectivus of dermis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "connective tissue of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "connective tissue of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "portion of connective tissue of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "portion of connective tissue of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "textus connectivus of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "textus connectivus of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "torso connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "torso portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "torso textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "trunk portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003586 ;
    owl:annotatedTarget "trunk textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchi connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchi portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchi textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchial trunk connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchial trunk portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchial trunk textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchus portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchus textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "connective tissue of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "connective tissue of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "connective tissue of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "portion of connective tissue of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "portion of connective tissue of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "portion of connective tissue of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "textus connectivus of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "textus connectivus of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "textus connectivus of bronchus" .

[]
    oboInOwl:hasDbXref "EMAPA:35193" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchial connective tissue" .

[]
    oboInOwl:hasDbXref "EMAPA:32690" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003592 ;
    owl:annotatedTarget "bronchial mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a thoracic cavity [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "glicoproteina" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "cavity of chest connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "cavity of chest portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "cavity of chest textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "cavity of thorax connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "cavity of thorax portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "cavity of thorax textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "chest cavity connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "chest cavity portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "chest cavity textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "connective tissue of cavity of chest" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000492 ;
    owl:annotatedTarget "A mesothelial cell that is part of the parietal pleura." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "connective tissue of cavity of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "connective tissue of chest cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "connective tissue of pectoral cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "connective tissue of thoracic cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "pectoral cavity connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "pectoral cavity portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "pectoral cavity textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "portion of connective tissue of cavity of chest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "portion of connective tissue of cavity of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "portion of connective tissue of chest cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "portion of connective tissue of pectoral cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "portion of connective tissue of thoracic cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "textus connectivus of cavity of chest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "textus connectivus of cavity of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "textus connectivus of chest cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "textus connectivus of pectoral cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "textus connectivus of thoracic cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "thoracic cavity portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003593 ;
    owl:annotatedTarget "thoracic cavity textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003601 ;
    owl:annotatedTarget "A cartilage that is part of a neck [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003601 ;
    owl:annotatedTarget "cartilage of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003601 ;
    owl:annotatedTarget "cartilage of neck (volume)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003601 ;
    owl:annotatedTarget "neck (volume) cartilage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003603 ;
    owl:annotatedTarget "A cartilage that is part of a lower respiratory tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003603 ;
    owl:annotatedTarget "cartilage of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "J:97123", "MGI:smb", "MP:0003120", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "The ring-shaped cartilaginous structures that support the trachea." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "cartilage of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "cartilage of windpipe" .

[]
    oboInOwl:hasDbXref "EMAPA:18699" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "cartilaginous ring of trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "cartilaginous trachea cartilage" .

[]
    oboInOwl:hasDbXref "FMA:7434" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "cartilago trachealis" .

[]
    oboInOwl:hasDbXref "FMA:7434" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "tracheal cartilage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "windpipe cartilage" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tracheal_rings" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "cartilage of the trachea" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tracheal_rings" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "ring of the trachea" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tracheal_rings" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003604 ;
    owl:annotatedTarget "tracheal ring" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "A skin gland that is part of a camera-type eye [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "camera-type eye skin gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "camera-type eye skin glands" .

[]
    oboInOwl:hasDbXref "GOC:tfm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1000493 ;
    owl:annotatedTarget "A mesothelial cell that is part of the visceral pleura." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "camera-type eye skin glands set" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "skin gland of camera-type eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "skin gland of vertebrate eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "skin glands of camera-type eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "skin glands of vertebrate eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "skin glands set of camera-type eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "skin glands set of vertebrate eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "vertebrate eye skin gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "vertebrate eye skin glands" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003605 ;
    owl:annotatedTarget "vertebrate eye skin glands set" .

[]
    oboInOwl:hasDbXref "MP:0009862" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "The dense connective tissue which contains predominantly elastic fibers and is found in the tunica media of the aorta wall." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "adult aorta elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "adult aorta elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "adult aorta textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "aorta elastic connective tissue" .

[]
    oboInOwl:hasDbXref "MP:0009862" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "aorta elastic lamina" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "aorta textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "dorsal aorta elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "dorsal aorta elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "dorsal aorta textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic connective tissue of adult aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic connective tissue of aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic connective tissue of dorsal aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic connective tissue of trunk of aortic tree" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic tissue of adult aorta" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "glicoproteinas" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic tissue of aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic tissue of dorsal aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "elastic tissue of trunk of aortic tree" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "textus connectivus elasticus of adult aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "textus connectivus elasticus of aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "textus connectivus elasticus of dorsal aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "textus connectivus elasticus of trunk of aortic tree" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "trunk of aortic tree elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "trunk of aortic tree elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003609 ;
    owl:annotatedTarget "trunk of aortic tree textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "MP:0009863" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003610 ;
    owl:annotatedTarget "The type of heart connective tissue found in the endocardial layer that consists mainly of elastic fibers." .

[]
    oboInOwl:hasDbXref "MP:0009863" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003610 ;
    owl:annotatedTarget "cardiac elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003610 ;
    owl:annotatedTarget "elastic connective tissue of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003610 ;
    owl:annotatedTarget "elastic tissue of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003610 ;
    owl:annotatedTarget "heart elastic connective tissue" .

[]
    oboInOwl:hasDbXref "MP:0010803" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001517 ;
    owl:annotatedTarget "The various hormone- or neurotransmitter-secreting cells present throughout the mucosa of the stomach." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003610 ;
    owl:annotatedTarget "heart textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003610 ;
    owl:annotatedTarget "textus connectivus elasticus of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "An elastic tissue that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "apparatus respiratorius elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "apparatus respiratorius elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "apparatus respiratorius textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "elastic connective tissue of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "elastic connective tissue of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "elastic tissue of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "elastic tissue of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "respiratory system elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "respiratory system textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "textus connectivus elasticus of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003611 ;
    owl:annotatedTarget "textus connectivus elasticus of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "An elastic tissue that is part of a circulatory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "cardiovascular system elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "cardiovascular system textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "circulatory system elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "circulatory system elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "circulatory system textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "elastic connective tissue of cardiovascular system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "elastic connective tissue of circulatory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "elastic tissue of cardiovascular system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "elastic tissue of circulatory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "textus connectivus elasticus of cardiovascular system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003613 ;
    owl:annotatedTarget "textus connectivus elasticus of circulatory system" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "https://sourceforge.net/p/obo/mammalian-phenotype-requests/2026/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "Elastic tissue layer that lines a blood vessel layer." .

[]
    oboInOwl:hasDbXref "MP:0006083" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "elastic lamina" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "blood vessel elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "blood vessel textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "elastic connective tissue of blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "elastic tissue of blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "textus connectivus elasticus of blood vessel" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "vascular elastic lamina" .

[]
    oboInOwl:hasDbXref "MP:0006083" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003614 ;
    owl:annotatedTarget "vascular elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003615 ;
    owl:annotatedTarget "Elastic tissue that is part of a lung [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003615 ;
    owl:annotatedTarget "elastic connective tissue of lung" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003615 ;
    owl:annotatedTarget "elastic tissue of lung" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003615 ;
    owl:annotatedTarget "lung elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003615 ;
    owl:annotatedTarget "lung textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003615 ;
    owl:annotatedTarget "textus connectivus elasticus of lung" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001567 ;
    owl:annotatedTarget "Any endothelial cell of vascular tree that is part of some lung." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003615 ;
    owl:annotatedTarget "pulmonary elastic fiber" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "An elastic tissue that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchi elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchi elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchi textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchial trunk elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchial trunk elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchial trunk textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchus elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "bronchus textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "elastic connective tissue of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "elastic connective tissue of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "elastic connective tissue of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "elastic tissue of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "elastic tissue of bronchial trunk" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "glycoproteine" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "elastic tissue of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "textus connectivus elasticus of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "textus connectivus elasticus of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003616 ;
    owl:annotatedTarget "textus connectivus elasticus of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "An elastic tissue that is part of a trachea [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "cartilaginous trachea elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "cartilaginous trachea elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "cartilaginous trachea textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "elastic connective tissue of cartilaginous trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "elastic connective tissue of vertebrate trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "elastic connective tissue of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "elastic tissue of cartilaginous trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "elastic tissue of vertebrate trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "elastic tissue of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "textus connectivus elasticus of cartilaginous trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "textus connectivus elasticus of vertebrate trachea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "textus connectivus elasticus of windpipe" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "vertebrate trachea elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "vertebrate trachea elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "vertebrate trachea textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "windpipe elastic connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "windpipe elastic tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003617 ;
    owl:annotatedTarget "windpipe textus connectivus elasticus" .

[]
    oboInOwl:hasDbXref "MP:0009873" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "The middle layer of the aorta wall, containing the smooth muscle layer and elastic fibers." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "adult aorta tunica media" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "dorsal aorta tunica media" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "trunk of aortic tree tunica media" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "tunica media of adult aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "tunica media of aorta" .

[]
    oboInOwl:hasDbXref "FBC:Autogenerated" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001568 ;
    owl:annotatedTarget "Any endothelial cell of vascular tree that is part of some pulmonary artery." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "tunica media of dorsal aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003618 ;
    owl:annotatedTarget "tunica media of trunk of aortic tree" .

[]
    oboInOwl:hasDbXref "MP:0009872" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "The innermost layer of the aorta, containing the endothelium and an inner elastic membrane." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "adult aorta tunica intima" .

[]
    oboInOwl:hasDbXref "BTO:0001141" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001568 ;
    owl:annotatedTarget "PAEC cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "dorsal aorta tunica intima" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "trunk of aortic tree tunica intima" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "tunica intima of adult aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "tunica intima of aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "tunica intima of dorsal aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003619 ;
    owl:annotatedTarget "tunica intima of trunk of aortic tree" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003643 ;
    owl:annotatedTarget "An arterial blood vessel that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003684 ;
    owl:annotatedTarget "The part of the ventral body cavity that is within the abdomen proper (excluding the pelvic cavity)." .

[]
    oboInOwl:hasDbXref "FMA:12266" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003684 ;
    owl:annotatedTarget "cavity of abdominal compartment" .

[]
    oboInOwl:hasDbXref "FMA:12266" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003684 ;
    owl:annotatedTarget "cavity of compartment of abdomen" .

[]
    oboInOwl:hasDbXref "FMA:12266" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003684 ;
    owl:annotatedTarget "space of abdominal compartment" .

[]
    oboInOwl:hasDbXref "FMA:71385", "ISBN:3110148986", "Wikipedia:Suture_(joint)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003685 ;
    owl:annotatedTarget "Fibrous joint in which the articulating bones or cartilages of the skull are connected by sutural ligaments (scant amount of collagenous dense connective tissue). Examples: sagittal suture, frontal suture." .

[]
    oboInOwl:hasDbXref "FMA:71385" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003685 ;
    owl:annotatedTarget "suture" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003685 ;
    owl:annotatedTarget "cranium suture" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003685 ;
    owl:annotatedTarget "suture of cranium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Foramen_magnum" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003687 ;
    owl:annotatedTarget "In anatomy, in the occipital bone, the foramen magnum is one of the several oval or circular apertures in the base of the skull, through which the medulla oblongata (an extension of the spinal cord) enters and exits the skull vault. Apart from the transmission of the medulla oblongata and its membranes, the foramen magnum transmits the Spinal Accessory nerve, vertebral arteries, the anterior and posterior spinal arteries, the membrana tectoria and alar ligaments. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "ncithesaurus:Abdominal_Wall" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003697 ;
    owl:annotatedTarget "The tissues that surround the organs that are present within the abdominal cavity. The abdominal wall tissue is composed of layers of fat, parietal peritoneum, fascia, and muscles." .

[]
    oboInOwl:hasDbXref "Wikipedia:Abdominal_wall" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003697 ;
    owl:annotatedTarget "paries abdominalis" .

[]
    oboInOwl:hasDbXref "FMA:259054" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003697 ;
    owl:annotatedTarget "wall of abdomen" .

[]
    oboInOwl:hasDbXref "FMA:10429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003697 ;
    owl:annotatedTarget "wall of abdomen proper" .

[]
    oboInOwl:hasDbXref "FMA:10429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003697 ;
    owl:annotatedTarget "abdominal wall proper" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17089 ;
    owl:annotatedTarget "glycoproteines" .

[]
    oboInOwl:hasDbXref "Wikipedia:Abdominal_wall" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003697 ;
    owl:annotatedTarget "layers of the abdominal wall" .

[]
    oboInOwl:hasDbXref "Wikipedia:Circle_of_Willis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003709 ;
    owl:annotatedTarget "A circle of arteries that supply blood to the brain. The Circle of Willis comprises the following arteries: Anterior cerebral artery (left and right); Anterior communicating artery; Internal carotid artery (left and right); Posterior cerebral artery (left and right); Posterior communicating artery (left and right).The basilar artery and middle cerebral arteries, supplying the brain, are also considered part of the circle." .

[]
    oboInOwl:hasDbXref "Wikipedia:Circle_of_Willis" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003709 ;
    owl:annotatedTarget "arterial circle" .

[]
    oboInOwl:hasDbXref "GAID:486" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003709 ;
    owl:annotatedTarget "cerebral arterial circle" .

[]
    oboInOwl:hasDbXref "GAID:486" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003709 ;
    owl:annotatedTarget "Willis circle" .

[]
    oboInOwl:hasDbXref "Wikipedia:Brachiocephalic_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003711 ;
    owl:annotatedTarget "The left and right brachiocephalic veins in the upper chest are formed by the union of each corresponding internal jugular vein and subclavian vein. This is at the level of the sternoclavicular joint. These great vessels merge to form the superior vena cava. The brachiocephalic veins are the major veins returning blood to the superior vena cava." .

[]
    oboInOwl:hasDbXref "NPX:PDR" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001576 ;
    owl:annotatedTarget "Squamous cell of oral epithelium." .

[]
    oboInOwl:hasDbXref "FMA:4723" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003711 ;
    owl:annotatedTarget "brachiocephalic venous tree" .

[]
    oboInOwl:hasDbXref "FMA:4723" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003711 ;
    owl:annotatedTarget "innominate vein" .

[]
    oboInOwl:hasDbXref "Wikipedia:Brachiocephalic_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003711 ;
    owl:annotatedTarget "innomiate vein" .

[]
    oboInOwl:hasDbXref "Wikipedia:Brachiocephalic_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003711 ;
    owl:annotatedTarget "innominate trunk" .

[]
    oboInOwl:hasDbXref "GAID:529", "Wikipedia:Brachiocephalic_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003711 ;
    owl:annotatedTarget "innominate vein" .

[]
    oboInOwl:hasDbXref "Wikipedia:Brachiocephalic_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003711 ;
    owl:annotatedTarget "innominate veins" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-1252" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001576 ;
    owl:annotatedTarget "oral cavity mucosa squamous cell" .

[]
    oboInOwl:hasDbXref "FMA:9642" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003714 ;
    owl:annotatedTarget "Portion of tissue in the nervous system which consists of neurons and glial cells, and may also contain parts of the vasculature." .

[]
    oboInOwl:hasDbXref "FMA:9642" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003714 ;
    owl:annotatedTarget "nerve tissue" .

[]
    oboInOwl:hasDbXref "FMA:9642" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003714 ;
    owl:annotatedTarget "nervous tissue" .

[]
    oboInOwl:hasDbXref "FMA:9642" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003714 ;
    owl:annotatedTarget "portion of neural tissue" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-1252" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001576 ;
    owl:annotatedTarget "oral cavity mucosa squamous epithelial cell" .

[]
    oboInOwl:hasDbXref "MP:0008318" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003715 ;
    owl:annotatedTarget "The major nerves supplying sympathetic innervation to the abdomen, including the greater, lesser, and lowest (or smallest) splanchnic nerves that are formed by preganglionic fibers from the spinal cord which pass through the paravertebral ganglia and then to the celiac ganglia and plexuses and the lumbar splanchnic nerves carry fibers which pass through the lumbar paravertebral ganglia to the mesenteric and hypogastric ganglia." .

[]
    oboInOwl:hasDbXref "BAMS:spn" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003715 ;
    owl:annotatedTarget "splanchnic nerves" .

[]
    oboInOwl:hasDbXref "Wikipedia:Splanchnic_nerves" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003715 ;
    owl:annotatedTarget "visceral nerve" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-1252" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001576 ;
    owl:annotatedTarget "oral mucosa squamous epithelial cell" .

[]
    oboInOwl:hasDbXref "Wikipedia:Recurrent_laryngeal_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003716 ;
    owl:annotatedTarget "A branch of the vagus nerve that supplies motor function and sensation to the larynx (voice box). It travels within the endoneurium. It is the nerve of the 6th Branchial Arch." .

[]
    oboInOwl:hasDbXref "Wikipedia:Recurrent_laryngeal_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003716 ;
    owl:annotatedTarget "recurrent nerve" .

[]
    oboInOwl:hasDbXref "VHOG:0001347" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003716 ;
    owl:annotatedTarget "vagus X nerve recurrent laryngeal branch" .

[]
    oboInOwl:hasDbXref "GAID:804" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003716 ;
    owl:annotatedTarget "inferior laryngeal nerve" .

[]
    oboInOwl:hasDbXref "AAO:0010754" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003716 ;
    owl:annotatedTarget "ramus recurrens" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-1252" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001576 ;
    owl:annotatedTarget "oral mucosa squamous epithelial cells" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lingual_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003721 ;
    owl:annotatedTarget "The lingual nerve is a branch of the mandibular nerve (CN V3), itself a branch of the trigeminal nerve, which supplies sensory innervation to the tongue. It also carries fibers from the facial nerve, which return taste information from the anterior two thirds of the tongue." .

[]
    oboInOwl:hasDbXref "MA:0001102" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003721 ;
    owl:annotatedTarget "trigeminal V nerve lingual branch" .

[]
    oboInOwl:hasDbXref "MESH:A08.800.800.720.800" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003726 ;
    owl:annotatedTarget "The twelve spinal nerves on each side of the thorax. They include eleven INTERCOSTAL NERVES and one subcostal nerve. Both sensory and motor, they supply the muscles and skin of the thoracic and abdominal walls." .

[]
    oboInOwl:hasDbXref "FMA:5860" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003726 ;
    owl:annotatedTarget "thoracic spinal nerve" .

[]
    oboInOwl:hasDbXref "GAID:857" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003726 ;
    owl:annotatedTarget "pectoral nerve" .

[]
    oboInOwl:hasDbXref "Wikipedia:Intercostal_nerves" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003727 ;
    owl:annotatedTarget "The intercostal nerves are the anterior divisions (rami anteriores; ventral divisions) of the thoracic spinal nerves from T1 to T11. Each nerve is connected with the adjoining ganglion of the sympathetic trunk by a gray and a white ramus communicans. The intercostal nerves are distributed chiefly to the thoracic pleura and abdominal peritoneum and differ from the anterior divisions of the other spinal nerves in that each pursues an independent course without plexus formation. The first two nerves supply fibers to the upper limb in addition to their thoracic branches; the next four are limited in their distribution to the parietes of the thorax; the lower five supply the parietes of the thorax and abdomen. The 7th intercostal nerve terminates at the xyphoid process, at the lower end of the sternum. The 10th intercostal nerve terminates at the umbilicus. The twelfth thoracic is distributed to the abdominal wall and groin. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:6028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003727 ;
    owl:annotatedTarget "anterior ramus of thoracic nerve" .

[]
    oboInOwl:hasDbXref "FMA:6028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003727 ;
    owl:annotatedTarget "anterior ramus of thoracic spinal nerve" .

[]
    oboInOwl:hasDbXref "FMA:6028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003727 ;
    owl:annotatedTarget "ramus anterior, nervus thoracicus" .

[]
    oboInOwl:hasDbXref "FMA:6028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003727 ;
    owl:annotatedTarget "thoracic anterior ramus" .

[]
    oboInOwl:hasDbXref "FMA:6028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003727 ;
    owl:annotatedTarget "ventral ramus of thoracic spinal nerve" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "A mucous membrane that lines the mouth." .

[]
    oboInOwl:hasDbXref "FMA:59660" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "mouth mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "mouth mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "mouth organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "mucosa of mouth" .

[]
    oboInOwl:hasDbXref "FMA:59660" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "mucous membrane of mouth" .

[]
    oboInOwl:hasDbXref "FMA:59660" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "oral part of viscerocranial mucosa" .

[]
    oboInOwl:hasDbXref "GAID:951" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "buccal mucosa" .

[]
    oboInOwl:hasDbXref "MA:0002794" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "mucosal lining of mouth" .

[]
    oboInOwl:hasDbXref "GAID:951" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003729 ;
    owl:annotatedTarget "oral mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003824 ;
    owl:annotatedTarget "A nerve that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003824 ;
    owl:annotatedTarget "nerve of thorax" .

[]
    oboInOwl:hasDbXref "MA:0000562" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003824 ;
    owl:annotatedTarget "thoracic segment nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003824 ;
    owl:annotatedTarget "thorax nerve" .

[]
    oboInOwl:hasDbXref "MA:0000562" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003824 ;
    owl:annotatedTarget "upper body nerve" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_17891 ;
    owl:annotatedTarget "Donor" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003825 ;
    owl:annotatedTarget "A nerve that is part of an abdominal segment of trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "MA:0000528" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003825 ;
    owl:annotatedTarget "abdominal segment nerve" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003827 ;
    owl:annotatedTarget "A bone that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003827 ;
    owl:annotatedTarget "bone of thorax" .

[]
    oboInOwl:hasDbXref "NPX:PDR" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001579 ;
    owl:annotatedTarget "Glial cell of cerebral cortex." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003827 ;
    owl:annotatedTarget "bone organ of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003827 ;
    owl:annotatedTarget "thorax bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003827 ;
    owl:annotatedTarget "thorax bone organ" .

[]
    oboInOwl:hasDbXref "MA:0000559" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003827 ;
    owl:annotatedTarget "upper body bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003828 ;
    owl:annotatedTarget "A bone that is part of an abdominal segment of trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003828 ;
    owl:annotatedTarget "abdominal segment of trunk bone" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-1256" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001579 ;
    owl:annotatedTarget "brain cortex glial cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003828 ;
    owl:annotatedTarget "abdominal segment of trunk bone organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003828 ;
    owl:annotatedTarget "bone of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003828 ;
    owl:annotatedTarget "bone organ of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003830 ;
    owl:annotatedTarget "Any muscle organ that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003830 ;
    owl:annotatedTarget "muscle organ of thorax" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-1256" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001579 ;
    owl:annotatedTarget "cerebral cortex glial cells" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003830 ;
    owl:annotatedTarget "thorax muscle organ" .

[]
    oboInOwl:hasDbXref "MA:0000561" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003830 ;
    owl:annotatedTarget "upper body muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003831 ;
    owl:annotatedTarget "Any muscle organ that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003831 ;
    owl:annotatedTarget "apparatus respiratorius muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003831 ;
    owl:annotatedTarget "muscle organ of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-1256" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001579 ;
    owl:annotatedTarget "cerebrum cortex glial cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003831 ;
    owl:annotatedTarget "muscle organ of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003831 ;
    owl:annotatedTarget "respiratory system muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003832 ;
    owl:annotatedTarget "Any muscle organ that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003832 ;
    owl:annotatedTarget "esophagus muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003832 ;
    owl:annotatedTarget "gullet muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003832 ;
    owl:annotatedTarget "muscle organ of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003832 ;
    owl:annotatedTarget "muscle organ of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003832 ;
    owl:annotatedTarget "muscle organ of oesophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003832 ;
    owl:annotatedTarget "oesophagus muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003833 ;
    owl:annotatedTarget "A muscle organ that is part of an abdominal segment of trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003833 ;
    owl:annotatedTarget "abdominal segment of trunk muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003833 ;
    owl:annotatedTarget "muscle organ of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003834 ;
    owl:annotatedTarget "A blood vessel that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003834 ;
    owl:annotatedTarget "blood vessel of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003834 ;
    owl:annotatedTarget "thorax blood vessel" .

[]
    oboInOwl:hasDbXref "MA:0000558" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003834 ;
    owl:annotatedTarget "upper body blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003835 ;
    owl:annotatedTarget "A blood vessel that is part of an abdominal segment of trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003835 ;
    owl:annotatedTarget "abdominal segment of trunk blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003835 ;
    owl:annotatedTarget "blood vessel of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003836 ;
    owl:annotatedTarget "A skin of body that is part of an abdominal segment of trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003836 ;
    owl:annotatedTarget "abdominal segment of trunk skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003836 ;
    owl:annotatedTarget "skin of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "connective tissue of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "portion of connective tissue of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "textus connectivus of thorax" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "thorax connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "thorax portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "thorax textus connectivus" .

[]
    oboInOwl:hasDbXref "MA:0000560" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003837 ;
    owl:annotatedTarget "upper body connective tissue" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17891 ;
    owl:annotatedTarget "Donator" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003838 ;
    owl:annotatedTarget "A portion of connective tissue that is part of an abdominal segment of trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003838 ;
    owl:annotatedTarget "abdominal segment of trunk connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003838 ;
    owl:annotatedTarget "abdominal segment of trunk portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003838 ;
    owl:annotatedTarget "abdominal segment of trunk textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003838 ;
    owl:annotatedTarget "connective tissue of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003838 ;
    owl:annotatedTarget "portion of connective tissue of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "NPX:PDR" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001602 ;
    owl:annotatedTarget "A distinct endothelial cell forming the walls of the capillaries within the cerebral cortex." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003838 ;
    owl:annotatedTarget "textus connectivus of abdominal segment of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003842 ;
    owl:annotatedTarget "An anatomical space that surrounded_by a neural tube." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003842 ;
    owl:annotatedTarget "cavity of neural tube" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003842 ;
    owl:annotatedTarget "lumen of neural tube" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-2372" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001602 ;
    owl:annotatedTarget "cerebral cortex endothelial cells" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001269" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003842 ;
    owl:annotatedTarget "neural tube neural lumen" .

[]
    oboInOwl:hasDbXref "EHDAA:2889" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003842 ;
    owl:annotatedTarget "neural lumen" .

[]
    oboInOwl:hasDbXref "VHOG:0001119" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003842 ;
    owl:annotatedTarget "neurocoel" .

[]
    oboInOwl:hasDbXref "Wikipedia:Gonadal_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003848 ;
    owl:annotatedTarget "In medicine, gonadal vein refers to the blood vessel that carrying blood away from the gonad (testis, ovary) toward the heart. Females : ovarian vein Males : testicular vein [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003848 ;
    owl:annotatedTarget "gonad vein" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-2372" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001602 ;
    owl:annotatedTarget "endothelial cells of cerebral cortex" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003848 ;
    owl:annotatedTarget "gonada vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003848 ;
    owl:annotatedTarget "vein of gonad" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003848 ;
    owl:annotatedTarget "vein of gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003849 ;
    owl:annotatedTarget "A neural crest that has_potential_to_developmentally_contribute_to a midbrain." .

[]
    oboInOwl:hasDbXref "ZFA:0000935" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003849 ;
    owl:annotatedTarget "mesencephalic neural crest" .

[]
    oboInOwl:hasDbXref "ZFA:0000935" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003849 ;
    owl:annotatedTarget "neural crest midbrain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003850 ;
    owl:annotatedTarget "A neural crest that has_potential_to_developmentally_contribute_to a telencephalon." .

[]
    oboInOwl:hasDbXref "ZFA:0000812" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003850 ;
    owl:annotatedTarget "neural crest telencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003851 ;
    owl:annotatedTarget "A neural crest that has_potential_to_developmentally_contribute_to a diencephalon." .

[]
    oboInOwl:hasDbXref "ZFA:0000811" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003851 ;
    owl:annotatedTarget "diencephalic neural crest" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000603" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003851 ;
    owl:annotatedTarget "future diencephalon neural crest" .

[]
    oboInOwl:hasDbXref "ZFA:0000811" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003851 ;
    owl:annotatedTarget "neural crest diencephalon" .

[]
    oboInOwl:hasDbXref "EMAPA:16518" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003851 ;
    owl:annotatedTarget "neural crest of future diencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003852 ;
    owl:annotatedTarget "A neural crest that has_potential_to_developmentally_contribute_to a hindbrain." .

[]
    oboInOwl:hasDbXref "ZFA:0007063" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003852 ;
    owl:annotatedTarget "neural crest hindbrain" .

[]
    oboInOwl:hasDbXref "ZFA:0007063" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003852 ;
    owl:annotatedTarget "rhombencephalic neural crest" .

[]
    oboInOwl:hasDbXref "EMAPA:35747" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003852 ;
    owl:annotatedTarget "rhombomere neural crest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003853 ;
    owl:annotatedTarget "A neural crest that has_potential_to_developmentally_contribute_to a spinal cord." .

[]
    oboInOwl:hasDbXref "VHOG:0001006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003853 ;
    owl:annotatedTarget "neural crest spinal cord" .

[]
    oboInOwl:hasDbXref "VHOG:0001006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003853 ;
    owl:annotatedTarget "spinal neural crest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003854 ;
    owl:annotatedTarget "A neural plate that develops_from a future spinal cord." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003854 ;
    owl:annotatedTarget "neural plate of spinal cord" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003855 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing gonad [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003855 ;
    owl:annotatedTarget "gonada mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003855 ;
    owl:annotatedTarget "mesenchyme of gonad" .

[]
    oboInOwl:hasDbXref "NPX:PDR" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001609 ;
    owl:annotatedTarget "Fibroblast from muscle organ." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003855 ;
    owl:annotatedTarget "mesenchyme of gonada" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003869 ;
    owl:annotatedTarget "A presumptive structure that has the potential to develop into a ganglion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_17891 ;
    owl:annotatedTarget "donneur" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003886 ;
    owl:annotatedTarget "An anatomical cavity that has the potential to develop into a coelemic cavity lumen." .

[]
    oboInOwl:hasDbXref "MGI:anna", "MP:0012187" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003887 ;
    owl:annotatedTarget "The part of the coelom in the embryo between the somatopleuric and splanchnopleuric mesoderm; the principal body cavities of the trunk (thoracic, abdominal, and pelvic) arise from this embryonic part of the coelom." .

[]
    oboInOwl:hasDbXref "Wikipedia:Intraembryonic_coelom" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003887 ;
    owl:annotatedTarget "somatic coelom" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003891 ;
    owl:annotatedTarget "Connective, non-functional supportive framework of a biological cell, tissue, or organ. Contrast with parenchyma." .

[]
    oboInOwl:hasDbXref "HP:0003327" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003897 ;
    owl:annotatedTarget "One of the skeletal muscles of the head and neck, spine, and ribs." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "A portion of skeletal muscle tissue in the trunk." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "skeletal muscle of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "skeletal muscle tissue of torso" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "skeletal muscle tissue of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "torso skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "torso skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "trunk skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003898 ;
    owl:annotatedTarget "trunk skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "GO:0003407" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003902 ;
    owl:annotatedTarget "The part of the retina that contains neurons and photoreceptor cells[GO]." .

[]
    oboInOwl:hasDbXref "FMA:58628" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003902 ;
    owl:annotatedTarget "neural layer of retina" .

[]
    oboInOwl:hasDbXref "XAO:0003216", "ZFA:0000046" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003902 ;
    owl:annotatedTarget "neural retina" .

[]
    oboInOwl:hasDbXref "ZFA:0000046" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003902 ;
    owl:annotatedTarget "neuroretina" .

[]
    oboInOwl:hasDbXref "FMA:58628" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003902 ;
    owl:annotatedTarget "stratum nervosum (retina)" .

[]
    oboInOwl:hasDbXref "MA:000027" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003902 ;
    owl:annotatedTarget "neural retinal epithelium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sinusoid_(blood_vessel)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003909 ;
    owl:annotatedTarget "Small blood vessel similar to a capillary but with a fenestrated endothelium. Sinusoids are found in the liver, lymphoid tissue, endocrine organs, and hematopoietic organs such as the bone marrow and the spleen. Sinusoids found within terminal villi of the placenta are not comparable to these; they possess a continuous endothelium and complete basal lamina[WP]." .

[]
    oboInOwl:hasDbXref "NPX:PDR" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1001610 ;
    owl:annotatedTarget "Hematopoietic cells resident in the bone marrow. Include: hematopoietic stem cells (lymphoid stem cells and myeloid stem cells) and the precursor cells for thrombocytes, erythrocytes, basophils, neutrophils, eosinophils, monocytes and lymphocytes." .

[]
    oboInOwl:hasDbXref "ZFA:0005261" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003909 ;
    owl:annotatedTarget "sinusoidal blood vessel endothelium" .

[]
    oboInOwl:hasDbXref "http://www.medilexicon.com/medicaldictionary.php?t=13986" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003909 ;
    owl:annotatedTarget "sinusoidal capillary" .

[]
    oboInOwl:hasDbXref "GO:0060562", "PMID:12526790" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003914 ;
    owl:annotatedTarget "Epithelial tubes transport gases, liquids and cells from one site to another and form the basic structure of many organs and tissues, with tube shape and organization varying from the single-celled excretory organ in Caenorhabditis elegans to the branching trees of the mammalian kidney and insect tracheal system." .

[]
    oboInOwl:hasDbXref "CALOHA:TS-2109" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001610 ;
    owl:annotatedTarget "bone marrow hematopoietic cells" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003915 ;
    owl:annotatedTarget "Any endothelium that has the quality of being cylindrical [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "http://www.thefreedictionary.com/venous+blood+vessel" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003920 ;
    owl:annotatedTarget "A blood vessel that carries blood from the capillaries toward the heart." .

[]
    oboInOwl:hasDbXref "FMA:86188" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003920 ;
    owl:annotatedTarget "segment of venous tree organ" .

[]
    oboInOwl:hasDbXref "FMA:86188" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003920 ;
    owl:annotatedTarget "venous tree organ segment" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-2109" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_1001610 ;
    owl:annotatedTarget "bone marrow poietic cells" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003928 ;
    owl:annotatedTarget "A duct that is part of a digestive system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003928 ;
    owl:annotatedTarget "duct of digestive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003928 ;
    owl:annotatedTarget "duct of gastrointestinal system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003928 ;
    owl:annotatedTarget "gastrointestinal system duct" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "An epithelium that lines the lumen of the digestive tract." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "digestive tract epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "epithelial tissue of digestive tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "epithelial tissue of gut" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "epithelium of digestive tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "epithelium of gut" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "gut epithelial tissue" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004567", "MA:0003201", "ZFA:0005123" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "gut epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003929 ;
    owl:annotatedTarget "alimentary tract epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003931 ;
    owl:annotatedTarget "White matter that is part of a diencephalon [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ZFA:0000338" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003931 ;
    owl:annotatedTarget "diencephalic tract/commissure" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_18059 ;
    owl:annotatedTarget "Lipid" .

[]
    oboInOwl:hasDbXref "BIRNLEX:1678" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003931 ;
    owl:annotatedTarget "predominantly white regional part of diencephalon" .

[]
    oboInOwl:hasDbXref "FMA:83931" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003931 ;
    owl:annotatedTarget "white matter of diencephalon" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003932 ;
    owl:annotatedTarget "A cartilage element of chondrocranium. Example: neurocranial trabecula." .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003932 ;
    owl:annotatedTarget "cartilage of chondrocranium" .

[]
    oboInOwl:hasDbXref "OBOL:accepted" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003932 ;
    owl:annotatedTarget "cartilaginous element of chondrocranium" .

[]
    oboInOwl:hasDbXref <https://orcid.org/0000-0002-7073-9172> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_1100001 ;
    owl:annotatedTarget "An epithelial cell that is specialised for the synthesis and secretion of specific biomolecules." .

[]
    oboInOwl:hasDbXref "ZFA:0001461" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003932 ;
    owl:annotatedTarget "chondrocranium cartilage" .

[]
    oboInOwl:hasDbXref "ZFA:0001461" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003932 ;
    owl:annotatedTarget "neurocranium cartilage" .

[]
    oboInOwl:hasDbXref "ZFA:0001458", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003933 ;
    owl:annotatedTarget "A cartilage element that is part of the cranial skeleton." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003933 ;
    owl:annotatedTarget "cartilage of cranium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003933 ;
    owl:annotatedTarget "cranium cartilage" .

[]
    oboInOwl:hasDbXref "MP:0000653" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003937 ;
    owl:annotatedTarget "Any of the organized aggregations of cells that function as secretory or excretory organs and are associated with reproduction." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003937 ;
    owl:annotatedTarget "genitalia gland" .

[]
    oboInOwl:hasDbXref "MP:0000653" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003937 ;
    owl:annotatedTarget "gland of genitalia" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003937 ;
    owl:annotatedTarget "gland of reproductive system" .

[]
    oboInOwl:hasDbXref "MA:0001751" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003937 ;
    owl:annotatedTarget "reproductive gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003937 ;
    owl:annotatedTarget "reproductive system gland" .

[]
    oboInOwl:hasDbXref "MP:0000653" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003937 ;
    owl:annotatedTarget "sex gland" .

[]
    oboInOwl:hasDbXref "NLXANAT:090818" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003942 ;
    owl:annotatedTarget "The sensory system for the sense of touch and pain." .

[]
    oboInOwl:hasDbXref "MP:0003093" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003952 ;
    owl:annotatedTarget "The anterior segment of the lamellated connective tissue layer of the cornea." .

[]
    oboInOwl:hasDbXref "MP:0003093" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003952 ;
    owl:annotatedTarget "anterior stroma" .

[]
    oboInOwl:hasDbXref "MP:0003093" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003952 ;
    owl:annotatedTarget "cornea anterior stroma" .

[]
    oboInOwl:hasDbXref "MP:0003094" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003953 ;
    owl:annotatedTarget "The posterior segment of the lamellated connective tissue layer of the cornea." .

[]
    oboInOwl:hasDbXref "MP:0003094" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0003953 ;
    owl:annotatedTarget "posterior stroma" .

[]
    oboInOwl:hasDbXref "MP:0003094" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003953 ;
    owl:annotatedTarget "cornea posterior stroma" .

[]
    oboInOwl:hasDbXref "MP:0008418" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003967 ;
    owl:annotatedTarget "The slender connective tissue fiber in the extracellular matrix of skin tissue that is composed of microfibrils and amorphous elastin and is characterized by great elasticity." .

[]
    oboInOwl:hasDbXref "MP:0008418" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003967 ;
    owl:annotatedTarget "cutaneous elastic fiber" .

[]
    oboInOwl:hasDbXref "MP:0008418" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0003967 ;
    owl:annotatedTarget "dermal elastic fiber" .

[]
    oboInOwl:hasDbXref "MP:0009209" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0003975 ;
    owl:annotatedTarget "The internal feminine genital organs, including the ovaries, uterine tubes, uterus, uterine cervix, and vagina." .

[]
    oboInOwl:hasDbXref "FMA:45654" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003975 ;
    owl:annotatedTarget "female internal genitalia" .

[]
    oboInOwl:hasDbXref "BTO:0003099" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003975 ;
    owl:annotatedTarget "internal female genital organ" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000001 ;
    owl:annotatedTarget "A leukocyte with a single non-segmented nucleus in the mature form found in the circulatory pool of blood." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0003975 ;
    owl:annotatedTarget "internal genitalia of female reproductive system" .

[]
    oboInOwl:hasDbXref "BTO:0003099" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0003975 ;
    owl:annotatedTarget "organa genitalia feminina interna" .

[]
    oboInOwl:hasDbXref "MP:0003890" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004015 ;
    owl:annotatedTarget "The connection between the embryo proper and extraembryonic tissues." .

[]
    oboInOwl:hasDbXref "AEO:0001017", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004016 ;
    owl:annotatedTarget "A transitional population of migrating mesenchymal cells that derive from somites and that will become dermal cells." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cutis_plate" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004016 ;
    owl:annotatedTarget "cutis plate" .

[]
    oboInOwl:hasDbXref "Wikipedia:Cutis_plate" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004016 ;
    owl:annotatedTarget "dermatomal mesenchyme" .

[]
    oboInOwl:hasDbXref "MP:0004261", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004022 ;
    owl:annotatedTarget "The single layer of epithelial cells that lines the early neural tube and develops into the nervous system and into the neural crest cells." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004022 ;
    owl:annotatedTarget "germinal neuroepithelial layer" .

[]
    oboInOwl:hasDbXref "NCBIBook:NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004022 ;
    owl:annotatedTarget "germinal neuroepithelium" .

[]
    oboInOwl:hasDbXref "NCBIBook:NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004022 ;
    owl:annotatedTarget "original neural tube" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_18085 ;
    owl:annotatedTarget "Glycosaminoglycan" .

[]
    oboInOwl:hasDbXref "MP:0008440", "Wikipedia:Subplate", "https://github.com/obophenotype/mouse-anatomy-ontology/issues/1" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004035 ;
    owl:annotatedTarget "The transient outer neural tube region that contains the first generated post-mitotic neurons that receive synaptic input from thalamic axons and in turn project axons to the developing cortical plate." .

[]
    oboInOwl:hasDbXref "EMAPA:32833" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004035 ;
    owl:annotatedTarget "cerebral cortex subplate" .

[]
    oboInOwl:hasDbXref "DHBA:10522" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004035 ;
    owl:annotatedTarget "subplate zone" .

[]
    oboInOwl:hasDbXref "MP:0008457" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004040 ;
    owl:annotatedTarget "The region of the developing mammalian cortex that extends between the ventricular zone and the cortical plate (CP); normally, the IZ is a region of tangential migration of cells, and at midgestation, the lower part of the IZ develops into the subventricular zone." .

[]
    oboInOwl:hasDbXref "EMAPA:17545" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004040 ;
    owl:annotatedTarget "cerebral cortex mantle layer" .

[]
    oboInOwl:hasDbXref "MP:0009689", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004060 ;
    owl:annotatedTarget "The layer of undifferentiated, proliferating cells that line the neural tube lumen that is the immediate transformation of the germinal neuroepithelium." .

[]
    oboInOwl:hasDbXref "NCBIBook:NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0004060 ;
    owl:annotatedTarget "ependymal layer" .

[]
    oboInOwl:hasDbXref "NCBIBook:NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004060 ;
    owl:annotatedTarget "neural tube ependymal layer" .

[]
    oboInOwl:hasDbXref "NCBIBook:NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004060 ;
    owl:annotatedTarget "neural tube ventricular germinal zone" .

[]
    oboInOwl:hasDbXref "MP:0009689" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004060 ;
    owl:annotatedTarget "neural tube ventricular zone" .

[]
    oboInOwl:hasDbXref "MP:0009689" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004060 ;
    owl:annotatedTarget "neural tube ependymal zone" .

[]
    oboInOwl:hasDbXref "MP:0009690", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004061 ;
    owl:annotatedTarget "The layer of glia and differentiating neurons that forms as a second layer around the germinal neuroepithium; as this develops it comes to lie between the ventricular and marginal layers and includes the basal and alar plates. Develops into neurons and glia forming a gray matter layer." .

[]
    oboInOwl:hasDbXref "MP:0009690", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004061 ;
    owl:annotatedTarget "neural tube intermediate zone" .

[]
    oboInOwl:hasDbXref "EMAPA:35360" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004061 ;
    owl:annotatedTarget "future brain marginal layer" .

[]
    oboInOwl:hasDbXref "MP:0009691", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004062 ;
    owl:annotatedTarget "The outermost layer of the neural tube that consists of axons from the developing mantle layer and will form the white matter." .

[]
    oboInOwl:hasDbXref "MP:0009691" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004062 ;
    owl:annotatedTarget "neural tube marginal zone" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000005 ;
    owl:annotatedTarget "Any macroglial cell that is part of a brain." .

[]
    oboInOwl:hasDbXref "MP:0009693", "Wikipedia:Basal_plate_(neural_tube)", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004064 ;
    owl:annotatedTarget "The region of the mantle layer of the neural tube that lies ventral to the sulcus limitans and contains primarily motor neurons and interneurons." .

[]
    oboInOwl:hasDbXref "Wikipedia:Basal_plate_(neural_tube)" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004064 ;
    owl:annotatedTarget "basal plate of neural tube" .

[]
    oboInOwl:hasDbXref "MP:0009693" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004064 ;
    owl:annotatedTarget "spinal cord basal plate" .

[]
    oboInOwl:hasDbXref "Wikipedia:Venae_cavae", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004087 ;
    owl:annotatedTarget "Any of the veins that carries deoxygenated blood from a part of the body into the right atrium of the heart." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004088 ;
    owl:annotatedTarget "The subdivision of the face that includes the eye (eyeball plus adnexa such as eyelids) and the orbit of the skull and associated parts of the face such as the eyebrows, if present." .

[]
    oboInOwl:hasDbXref "FMA:260119" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004088 ;
    owl:annotatedTarget "content of orbital part of eye" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004088 ;
    owl:annotatedTarget "eye region" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004088 ;
    owl:annotatedTarget "orbital part of face" .

[]
    oboInOwl:hasDbXref "FMA:260119" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004088 ;
    owl:annotatedTarget "orbital content" .

[]
    oboInOwl:hasDbXref "FMA:72951" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004088 ;
    owl:annotatedTarget "orbital part of eye" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004111 ;
    owl:annotatedTarget "Any tube, opening or passage that connects two distinct anatomical spaces." .

[]
    oboInOwl:hasDbXref "EHDAA2:0003080" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004111 ;
    owl:annotatedTarget "foramen" .

[]
    oboInOwl:hasDbXref "PMID:23020903", "ZFA:0001106", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004117 ;
    owl:annotatedTarget "An internal pocketing of pharyngeal endoderm that contacts a region of ectoderm (a pharyngeal cleft) and interdigitates in the anterior and posterior directions with the pharyngeal arches." .

[]
    oboInOwl:hasDbXref "Wikipedia:Branchial_pouch" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004117 ;
    owl:annotatedTarget "branchial pouch" .

[]
    oboInOwl:hasDbXref "VHOG:0001203" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004117 ;
    owl:annotatedTarget "pharyngeal pouches" .

[]
    oboInOwl:hasDbXref "VHOG:0001203" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004117 ;
    owl:annotatedTarget "visceral pouches" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004118 ;
    owl:annotatedTarget "A vasculature that is part of a iris [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ZFA:0005568" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004118 ;
    owl:annotatedTarget "iris blood vessels" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004118 ;
    owl:annotatedTarget "iris vascular network" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004118 ;
    owl:annotatedTarget "vascular network of iris" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004119 ;
    owl:annotatedTarget "An anatomical structure that develops (entirely or partially) from the endoderm." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004120 ;
    owl:annotatedTarget "An anatomical structure that develops (entirely or partially) from the mesoderm." .

[]
    oboInOwl:hasDbXref "FBbt:00025998" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004120 ;
    owl:annotatedTarget "mesodermal derivative" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000008 ;
    owl:annotatedTarget "Any blood vessel endothelial cell that is part of a microvascular endothelium." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004121 ;
    owl:annotatedTarget "An anatomical structure that develops (entirely or partially) from the ectoderm." .

[]
    oboInOwl:hasDbXref "FBbt:00025990" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004121 ;
    owl:annotatedTarget "ectodermal deriviative" .

[]
    oboInOwl:hasDbXref "GO:0003404", "Wikipedia:Optic_vesicles" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004128 ;
    owl:annotatedTarget "The optic vesicle is the evagination of neurectoderm that precedes formation of the optic cup[GO]. Portion of tissue that is comprised of neuroepitheium which has pinched off from the anterior neural keel and will form the optic cup[ZFA]." .

[]
    oboInOwl:hasDbXref "XAO:0000228" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004128 ;
    owl:annotatedTarget "eye vesicle" .

[]
    oboInOwl:hasDbXref "VHOG:0000165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004128 ;
    owl:annotatedTarget "ocular vesicle" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18085 ;
    owl:annotatedTarget "Glykosaminoglykan" .

[]
    oboInOwl:hasDbXref "GO:0021751" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004133 ;
    owl:annotatedTarget "Missing definition for term UBERON:0004133. Please replace it using linked reference." .

[]
    oboInOwl:hasDbXref "GO:0021751" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004133 ;
    owl:annotatedTarget "salivary nucleus" .

[]
    oboInOwl:hasDbXref "GO:0003142" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004139 ;
    owl:annotatedTarget "The first recognizable structure derived from the heart field." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000215" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004139 ;
    owl:annotatedTarget "myocardial plate" .

[]
    oboInOwl:hasDbXref "EMAPA:16106" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004139 ;
    owl:annotatedTarget "cardiac crescent" .

[]
    oboInOwl:hasDbXref "GO:0003142" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004139 ;
    owl:annotatedTarget "cardiogenic crescent" .

[]
    oboInOwl:hasDbXref "GO:0003138", "GOC:mtg_heart", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004140 ;
    owl:annotatedTarget "A specific region of the lateral mesoderm that will form the primary beating heart tube. In mammals the primary heart field gives rise to the left ventricle." .

[]
    oboInOwl:hasDbXref "XAO:0004185" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004140 ;
    owl:annotatedTarget "first heart field" .

[]
    oboInOwl:hasDbXref "PMID:17276708", "XAO:0004185" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004140 ;
    owl:annotatedTarget "primary heart field" .

[]
    oboInOwl:hasDbXref "XAO:0004185" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004140 ;
    owl:annotatedTarget "heart field" .

[]
    oboInOwl:hasDbXref "GO:0003143", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004141 ;
    owl:annotatedTarget "An epithelial tube that will give rise to the mature heart." .

[]
    oboInOwl:hasDbXref "GO:0003143" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004141 ;
    owl:annotatedTarget "embryonic heart tube" .

[]
    oboInOwl:hasDbXref "MP:0012700" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004141 ;
    owl:annotatedTarget "endocardial heart tube" .

[]
    oboInOwl:hasDbXref "XAO:0000337" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004141 ;
    owl:annotatedTarget "endocardial tube" .

[]
    oboInOwl:hasDbXref "GO:0003148" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004142 ;
    owl:annotatedTarget "The outflow tract septum is a partition in the outflow tract." .

[]
    oboInOwl:hasDbXref "GO:0003151" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004145 ;
    owl:annotatedTarget "The outflow tract is the portion of the heart through which blood flows into the arteries." .

[]
    oboInOwl:hasDbXref "PMID:20735616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004145 ;
    owl:annotatedTarget "cardiac outflow tract" .

[]
    oboInOwl:hasDbXref "PMID:20735616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004145 ;
    owl:annotatedTarget "arterial (outflow) pole" .

[]
    oboInOwl:hasDbXref "GO:0003164", "https://github.com/geneontology/go-ontology/issues/12451" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004146 ;
    owl:annotatedTarget "The His-Purkinje system receives signals from the AV node and is composed of the fibers that regulate cardiac muscle contraction in the ventricles." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004148 ;
    owl:annotatedTarget "Vein of heart that drains the myocardium." .

[]
    oboInOwl:hasDbXref "FMA:12846" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004148 ;
    owl:annotatedTarget "cardiac vein" .

[]
    oboInOwl:hasDbXref "ZFA:0005814" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004148 ;
    owl:annotatedTarget "coronary vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004148 ;
    owl:annotatedTarget "heart vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004148 ;
    owl:annotatedTarget "vein of heart" .

[]
    oboInOwl:hasDbXref "Wikipedia:Coronary_circulation" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004148 ;
    owl:annotatedTarget "coronary vein" .

[]
    oboInOwl:hasDbXref "GO:0003205" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004151 ;
    owl:annotatedTarget "A cardiac chamber surrounds an enclosed cavity within the heart." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000010 ;
    owl:annotatedTarget "Any blood vessel endothelial cell that is part of a dermis." .

[]
    oboInOwl:hasDbXref "GO:0003342", "http://en.wiktionary.org/wiki/proepicardium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004160 ;
    owl:annotatedTarget "An embryonic group of progenitor cells that forms from an outpouching of the septum transversum near the venous pole of the heart and gives rise to the epicardium." .

[]
    oboInOwl:hasDbXref "ZFA:0005808" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004160 ;
    owl:annotatedTarget "proepicardial cluster" .

[]
    oboInOwl:hasDbXref "ZFIN:ZDB-PUB-080218-16" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004160 ;
    owl:annotatedTarget "proepicardial organ" .

[]
    oboInOwl:hasDbXref "VHOG:0000019", "Wikipedia:Septum_transversum" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004161 ;
    owl:annotatedTarget "A thick plate of mesodermal tissue that occupies the space between the thoracic cavity and yolk stalk in the early embryo, forming a transverse partition partially separating the coelomic cavity into thoracic and abdominal portions. It gives rise to the central tendon of the diaphragm[VHOG]." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004161 ;
    owl:annotatedTarget "transverse septum" .

[]
    oboInOwl:hasDbXref "GO:0035260" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004175 ;
    owl:annotatedTarget "The internal genitalia are the internal sex organs such as the uterine tube, the uterus and the vagina in female mammals, and the testis, seminal vesicle, ejaculatory duct and prostate in male mammals." .

[]
    oboInOwl:hasDbXref "GO:0035261" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004176 ;
    owl:annotatedTarget "The external genitalia are the outer sex organs, such as the penis or vulva in mammals." .

[]
    oboInOwl:hasDbXref "GOC:Obol" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "Organ that is part of the hematopoietic system." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "haematological system organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "haemopoietic system organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "hematopoietic system organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "organ of haematological system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "organ of haemopoietic system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "organ of hematopoietic system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "organ of organa haemopoietica" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "organa haemopoietica organ" .

[]
    oboInOwl:hasDbXref "MA:0000747" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "lymph organ" .

[]
    oboInOwl:hasDbXref "BTO:0004605", "FMA:7143" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004177 ;
    owl:annotatedTarget "lymphoid organ" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0009865" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004178 ;
    owl:annotatedTarget "The nonstriated, involuntary muscle tissue located in the wall of the aorta." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004178 ;
    owl:annotatedTarget "aorta non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004178 ;
    owl:annotatedTarget "aorta smooth muscle" .

[]
    oboInOwl:hasDbXref "BTO:0001685" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004178 ;
    owl:annotatedTarget "aortic smooth muscle" .

[]
    oboInOwl:hasDbXref "GO:0061031" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004185 ;
    owl:annotatedTarget "A portions of the gut that is derived from endoderm." .

[]
    oboInOwl:hasDbXref "EMAPA:32930" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004185 ;
    owl:annotatedTarget "gut endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004215 ;
    owl:annotatedTarget "A nerve that is part of a back [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18085 ;
    owl:annotatedTarget "glicosaminoglicano" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004215 ;
    owl:annotatedTarget "nerve of back" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a stomach [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "involuntary muscle of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "involuntary muscle of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "non-striated muscle of stomach" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000013 ;
    owl:annotatedTarget "Any skin fibroblast that is part of a skin of abdomen." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "non-striated muscle of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "smooth muscle of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "smooth muscle of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "smooth muscle tissue of stomach" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "smooth muscle tissue of ventriculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "stomach involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "stomach non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "stomach smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "ventriculus involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "ventriculus non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "ventriculus smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "ventriculus smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "BTO:0001818" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "gastric muscle" .

[]
    oboInOwl:hasDbXref "MA:0001627" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "gastric smooth muscle" .

[]
    oboInOwl:hasDbXref "BTO:0001818" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004222 ;
    owl:annotatedTarget "stomach muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004225 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "BTO:0001660" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004225 ;
    owl:annotatedTarget "respiratory smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004225 ;
    owl:annotatedTarget "smooth muscle of respiratory system" .

[]
    oboInOwl:hasDbXref "BTO:0001660" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004225 ;
    owl:annotatedTarget "airway smooth muscle" .

[]
    oboInOwl:hasDbXref "BTO:0001660" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004225 ;
    owl:annotatedTarget "airway smooth muscle cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004226 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a digestive system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004226 ;
    owl:annotatedTarget "smooth muscle tissue of gastrointestinal system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a lower respiratory tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "involuntary muscle of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "lower respiratory tract involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "lower respiratory tract non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "lower respiratory tract smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "non-striated muscle of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "smooth muscle of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004233 ;
    owl:annotatedTarget "smooth muscle tissue of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000016 ;
    owl:annotatedTarget "Any lung endothelial cell that is part of a microvascular endothelium." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a iris [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "involuntary muscle of iris" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "iridial smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "iris involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "iris non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "iris smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "non-striated muscle of iris" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "smooth muscle of iris" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004234 ;
    owl:annotatedTarget "smooth muscle tissue of iris" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004236 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of an arteriole [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Vascular_smooth_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "Smooth muscle found within, and composing the majority of the wall of blood vessels." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "blood vessel involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "blood vessel non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "blood vessel smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "involuntary muscle of blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "non-striated muscle of blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "smooth muscle of blood vessel" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "smooth muscle tissue of blood vessel" .

[]
    oboInOwl:hasDbXref "ZFA:0005321" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004237 ;
    owl:annotatedTarget "vascular smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchi involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchi non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchi smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchi smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18085 ;
    owl:annotatedTarget "glycosaminoglycane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchial trunk involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchial trunk non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchial trunk smooth muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchial trunk smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchus involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchus non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchus smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "involuntary muscle of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "involuntary muscle of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "involuntary muscle of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "non-striated muscle of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "non-striated muscle of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "non-striated muscle of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "smooth muscle of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "smooth muscle of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "smooth muscle of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "smooth muscle tissue of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "smooth muscle tissue of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "smooth muscle tissue of bronchus" .

[]
    oboInOwl:hasDbXref "EMAPA:35195" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004242 ;
    owl:annotatedTarget "bronchial smooth muscle" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000019 ;
    owl:annotatedTarget "Any photoreceptor cell that is part of a compound eye." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a outflow tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "involuntary muscle of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "non-striated muscle of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "outflow tract involuntary muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "outflow tract non-striated muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "outflow tract smooth muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "smooth muscle of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004246 ;
    owl:annotatedTarget "smooth muscle tissue of outflow tract" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004247 ;
    owl:annotatedTarget "A bone that is part of the dorsal region of an animal." .

[]
    oboInOwl:hasDbXref "MA:0000494" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004247 ;
    owl:annotatedTarget "back bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004247 ;
    owl:annotatedTarget "bone of back" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004247 ;
    owl:annotatedTarget "dorsal region bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004253 ;
    owl:annotatedTarget "Any muscle organ that is part of a skin of body [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "MA:0003139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004253 ;
    owl:annotatedTarget "integumental system muscle" .

[]
    oboInOwl:hasDbXref "EMAPA:18187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004253 ;
    owl:annotatedTarget "muscle of integumental system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004253 ;
    owl:annotatedTarget "muscle organ of skin" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004253 ;
    owl:annotatedTarget "skin muscle organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004258 ;
    owl:annotatedTarget "A blood vessel that is part of a back [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004258 ;
    owl:annotatedTarget "blood vessel of back" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "A myocardium that is part of a outflow tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "cardiac muscle of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "heart muscle of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "heart myocardium of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "muscle of heart of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "myocardium of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "outflow tract cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "outflow tract heart muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "outflow tract heart myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004265 ;
    owl:annotatedTarget "outflow tract muscle of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004267 ;
    owl:annotatedTarget "A portion of connective tissue that is part of a back [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000020 ;
    owl:annotatedTarget "Any native cell that is part of a inner cell mass." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004267 ;
    owl:annotatedTarget "mesenchyne of back" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004271 ;
    owl:annotatedTarget "A pericardium that is part of a outflow tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004271 ;
    owl:annotatedTarget "pericardium of outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "A cranial suture that is part of a cartilaginous joint [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "articulatio cartilaginea cranial suture" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "articulatio cartilaginea cranial sutures" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "articulatio cartilaginea cranial sutures set" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "articulatio cartilaginea cranium suture" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "articulatio cartilaginea suture of cranium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cartilaginous joint cranial suture" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18085 ;
    owl:annotatedTarget "glycosaminoglycans" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cartilaginous joint cranial sutures" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cartilaginous joint cranial sutures set" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cartilaginous joint cranium suture" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cartilaginous joint suture of cranium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranial suture of articulatio cartilaginea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranial suture of cartilaginous joint" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranial sutures of articulatio cartilaginea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranial sutures of cartilaginous joint" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranial sutures set of articulatio cartilaginea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranial sutures set of cartilaginous joint" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranium suture of articulatio cartilaginea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "cranium suture of cartilaginous joint" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "suture of cranium of articulatio cartilaginea" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004273 ;
    owl:annotatedTarget "suture of cranium of cartilaginous joint" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004277 ;
    owl:annotatedTarget "A muscle that is part of the eye region." .

[]
    oboInOwl:hasDbXref "VSAO:0000026" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004288 ;
    owl:annotatedTarget "Anatomical cluster that consists of all the skeletal elements (eg., bone, cartilage, and teeth) of the body." .

[]
    oboInOwl:hasDbXref "AEO:0000214" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004290 ;
    owl:annotatedTarget "The bilaminar epithelium formed from the myotome and dermatome." .

[]
    oboInOwl:hasDbXref "VHOG:0000676" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004290 ;
    owl:annotatedTarget "dermamyotome" .

[]
    oboInOwl:hasDbXref "GO:0003313" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004291 ;
    owl:annotatedTarget "A cone-like structure that is formed when myocardial progenitor cells of the heart field fuse at the midline. The heart rudiment is the first structure of the heart tube." .

[]
    oboInOwl:hasDbXref "GO:0003313" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004291 ;
    owl:annotatedTarget "heart cone" .

[]
    oboInOwl:hasDbXref "ZFA:0000115" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004291 ;
    owl:annotatedTarget "rudimentary heart" .

[]
    oboInOwl:hasDbXref "GO:0003204", "Wikipedia:Cardiac_skeleton" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004292 ;
    owl:annotatedTarget "Dense connective tissue that separates the atria from the ventricles and provides physical support for the heart." .

[]
    oboInOwl:hasDbXref "EMAPA:36645" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004292 ;
    owl:annotatedTarget "cardiac fibrous skeleton" .

[]
    oboInOwl:hasDbXref "GO:0003204" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004292 ;
    owl:annotatedTarget "heart fibrous skeleton" .

[]
    oboInOwl:hasDbXref "FMA:9496" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004292 ;
    owl:annotatedTarget "skeleton of heart" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000022 ;
    owl:annotatedTarget "Any native cell that is part of a cardiac septum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004293 ;
    owl:annotatedTarget "A nerve that is part of a parasympathetic nervous system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004293 ;
    owl:annotatedTarget "nerve of parasympathetic nervous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004297 ;
    owl:annotatedTarget "A blood vessel smooth muscle that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004297 ;
    owl:annotatedTarget "smooth muscle tissue of blood vessel of respiratory system" .

[]
    oboInOwl:hasDbXref "MP:0005028" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004345 ;
    owl:annotatedTarget "Outermost layer of cells in the blastodermic vesicle, which will develop into the trophoblast layer and then contact the endometrium and take part in establishing the embryo's means of nutrition." .

[]
    oboInOwl:hasDbXref "MP:0006305" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004348 ;
    owl:annotatedTarget "The embryonic structure that gives rise to the corneal ectoderm." .

[]
    oboInOwl:hasDbXref "MP:0001676", "Wikipedia:Apical_ectodermal_ridge" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004356 ;
    owl:annotatedTarget "Multilayered ectodermal region at the distal tip of a limb or fin bud necessary for the proper development of the underlying mesenchyme[MP,modified]. Along with the zone of polarizing activity, it is a crucial organizing region during limb development[WP]." .

[]
    oboInOwl:hasDbXref "XAO:0004121" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004356 ;
    owl:annotatedTarget "apical epidermal ridge" .

[]
    oboInOwl:hasDbXref "MP:0001676" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004356 ;
    owl:annotatedTarget "AER" .

[]
    oboInOwl:hasDbXref "ISBN:9780878932504", "MP:0005650", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004357 ;
    owl:annotatedTarget "An outgrowth on the lateral trunk of the embryo that develops into a limb or paired fin. The limb/fin bud is divided into ectoderm and mesenchyme[cjm, modified from MP]." .

[]
    oboInOwl:hasDbXref "VHOG:0001258" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004357 ;
    owl:annotatedTarget "limb - fin bud" .

[]
    oboInOwl:hasDbXref "VHOG:0001258" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004357 ;
    owl:annotatedTarget "paired limb/fin bud" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004362 ;
    owl:annotatedTarget "The first of the series of pharyngeal arches that develop into jaw bones or their homologs, and their associated nerves and arteries." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004362 ;
    owl:annotatedTarget "1st arch" .

[]
    oboInOwl:hasDbXref "VHOG:0000296" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004362 ;
    owl:annotatedTarget "1st visceral arch" .

[]
    oboInOwl:hasDbXref "MP:0002672" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004363 ;
    owl:annotatedTarget "One of a series of paired embryological vascular structures formed within a pharyngeal arch; in the adult, some of these vessels give rise to the great vessels[MP]." .

[]
    oboInOwl:hasDbXref "ZFA:0005004" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004363 ;
    owl:annotatedTarget "aortic arch" .

[]
    oboInOwl:hasDbXref "EMAPA:16684" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004363 ;
    owl:annotatedTarget "branchial arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16684", "MP:0002672" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004363 ;
    owl:annotatedTarget "embryonic aortic arch artery" .

[]
    oboInOwl:hasDbXref "MP:0002672" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004363 ;
    owl:annotatedTarget "pharyngeal arch artery" .

[]
    oboInOwl:hasDbXref "EMAPA:16684" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004363 ;
    owl:annotatedTarget "aortic arch artery" .

[]
    oboInOwl:hasDbXref "VHOG:0000122" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004363 ;
    owl:annotatedTarget "pharyngeal arch artery" .

[]
    oboInOwl:hasDbXref "MP:0001717", "PMID:19829370" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004364 ;
    owl:annotatedTarget "Thickened trophoblast of the blastocyst in rodents that becomes the fetal portion of the placenta." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004365 ;
    owl:annotatedTarget "Blood vessel that is connected to the yolk sac." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "Polysaccharide" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000025 ;
    owl:annotatedTarget "Any oligodendrocyte that is part of a spinal cord." .

[]
    oboInOwl:hasDbXref "MP:0004285", "https://github.com/obophenotype/uberon/issues/15" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004367 ;
    owl:annotatedTarget "A transparent homogeneous acellular layer found between the substantia propria and the endothelial layer of the cornea[MP]." .

[]
    oboInOwl:hasDbXref "FMA:58309" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004367 ;
    owl:annotatedTarget "Descemet's posterior elastic lamina" .

[]
    oboInOwl:hasDbXref "FMA:58309" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004367 ;
    owl:annotatedTarget "lamina limitans posterior" .

[]
    oboInOwl:hasDbXref "MA:0001246" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004367 ;
    owl:annotatedTarget "posterior limiting lamina" .

[]
    oboInOwl:hasDbXref "FMA:58309" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004367 ;
    owl:annotatedTarget "posterior limiting lamina of cornea" .

[]
    oboInOwl:hasDbXref "ZFA:0001686" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004367 ;
    owl:annotatedTarget "posterior limiting membrane" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Bowman_s_Membrane" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "A transparent homogeneous acellular layer, 6 to 9 um thick, lying between the basal lamina of the outer layer of stratified epithelium and the substantia propria of the cornea; it is considered to be a basement membrane." .

[]
    oboInOwl:hasDbXref "FMA:58273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "Bowman's anterior elastic lamina" .

[]
    oboInOwl:hasDbXref "FMA:58273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "Bowman's layer" .

[]
    oboInOwl:hasDbXref "FMA:58273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "Bowman's membrane" .

[]
    oboInOwl:hasDbXref "ZFA:0001684" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "anterior elastic lamina" .

[]
    oboInOwl:hasDbXref "MA:0001240" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "anterior limiting lamina" .

[]
    oboInOwl:hasDbXref "FMA:58273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "anterior limiting lamina of cornea" .

[]
    oboInOwl:hasDbXref "FMA:58273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "lamina limitans anterior (cornea)" .

[]
    oboInOwl:hasDbXref "ZFA:0001684" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004370 ;
    owl:annotatedTarget "anterior limiting membrane" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004374 ;
    owl:annotatedTarget "Vascular network that is connected to the yolk sac." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004374 ;
    owl:annotatedTarget "omphalomesenteric system" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004374 ;
    owl:annotatedTarget "vitelline bloos vessel system" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004374 ;
    owl:annotatedTarget "vitelline system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004375 ;
    owl:annotatedTarget "A bone that is part of an appendage [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cerebral_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004449 ;
    owl:annotatedTarget "One of three main pairs of arteries and their branches, which irrigate the cerebrum of the brain." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000029 ;
    owl:annotatedTarget "Any neuron that is part of a central nervous system." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004455 ;
    owl:annotatedTarget "An embryo at the neurula stage." .

[]
    oboInOwl:hasDbXref "BTO:0001766" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004455 ;
    owl:annotatedTarget "neurula" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004456 ;
    owl:annotatedTarget "Sum of all sensory systems in an organism." .

[]
    oboInOwl:hasDbXref "FMA:78499" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004456 ;
    owl:annotatedTarget "sense organ system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004461 ;
    owl:annotatedTarget "Any collection of skeletal muscles that is part of a head [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:71287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004461 ;
    owl:annotatedTarget "head musculature" .

[]
    oboInOwl:hasDbXref "FMA:71287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004461 ;
    owl:annotatedTarget "muscle group of head" .

[]
    oboInOwl:hasDbXref "FMA:71287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004461 ;
    owl:annotatedTarget "muscles of head" .

[]
    oboInOwl:hasDbXref "FMA:71287" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004461 ;
    owl:annotatedTarget "set of muscles of head" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004464 ;
    owl:annotatedTarget "Any collection of muscles that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:71293" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004464 ;
    owl:annotatedTarget "muscle group of thorax" .

[]
    oboInOwl:hasDbXref "FMA:71293" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004464 ;
    owl:annotatedTarget "muscles of thorax" .

[]
    oboInOwl:hasDbXref "FMA:71293" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004464 ;
    owl:annotatedTarget "set of muscles of thorax" .

[]
    oboInOwl:hasDbXref "FMA:71293" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004464 ;
    owl:annotatedTarget "thoracic musculature" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "Glycan" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004465 ;
    owl:annotatedTarget "Any collection of muscles that is part of a neck [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "AAO:0000091" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004465 ;
    owl:annotatedTarget "cervical muscles" .

[]
    oboInOwl:hasDbXref "FMA:71290" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004465 ;
    owl:annotatedTarget "muscle group of neck" .

[]
    oboInOwl:hasDbXref "FMA:71290" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004465 ;
    owl:annotatedTarget "muscles of neck" .

[]
    oboInOwl:hasDbXref "FMA:71290" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004465 ;
    owl:annotatedTarget "neck musculature" .

[]
    oboInOwl:hasDbXref "FMA:71290" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004465 ;
    owl:annotatedTarget "set of muscles of neck" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004469 ;
    owl:annotatedTarget "Any collection of muscles that is part of a back [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:71291" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004469 ;
    owl:annotatedTarget "muscle group of back" .

[]
    oboInOwl:hasDbXref "FMA:71291" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004469 ;
    owl:annotatedTarget "muscles of back" .

[]
    oboInOwl:hasDbXref "FMA:71291" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004469 ;
    owl:annotatedTarget "set of muscles of back" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000032 ;
    owl:annotatedTarget "A neuron that is part of a peripheral nervous system." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004471 ;
    owl:annotatedTarget "A subdivision of the musculature of the body in the pectoral girdle region. Includes pectoral and shoulder muscles." .

[]
    oboInOwl:hasDbXref "FMA:33519" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004471 ;
    owl:annotatedTarget "muscle group of pectoral girdle" .

[]
    oboInOwl:hasDbXref "AAO:0000423" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004471 ;
    owl:annotatedTarget "pectoral girdle muscles" .

[]
    oboInOwl:hasDbXref "FMA:33519" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004471 ;
    owl:annotatedTarget "pectoral girdle musculature" .

[]
    oboInOwl:hasDbXref "FMA:33519" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004471 ;
    owl:annotatedTarget "set of muscles of pectoral girdle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004473 ;
    owl:annotatedTarget "Any collection of muscles that is part of a face." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004473 ;
    owl:annotatedTarget "entire facial musculature" .

[]
    oboInOwl:hasDbXref "FMA:71288" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004473 ;
    owl:annotatedTarget "facial muscles" .

[]
    oboInOwl:hasDbXref "FMA:71288" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004473 ;
    owl:annotatedTarget "muscle group of face" .

[]
    oboInOwl:hasDbXref "FMA:71288" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004473 ;
    owl:annotatedTarget "set of facial muscles" .

[]
    oboInOwl:hasDbXref "FMA:71288" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004473 ;
    owl:annotatedTarget "set of muscles of face" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004478 ;
    owl:annotatedTarget "The collection of muscles that are part of the larynx." .

[]
    oboInOwl:hasDbXref "FMA:46616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004478 ;
    owl:annotatedTarget "laryngeal muscles" .

[]
    oboInOwl:hasDbXref "FMA:46616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004478 ;
    owl:annotatedTarget "laryngeal muscles set" .

[]
    oboInOwl:hasDbXref "FMA:46616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004478 ;
    owl:annotatedTarget "muscle group of larynx" .

[]
    oboInOwl:hasDbXref "FMA:46616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004478 ;
    owl:annotatedTarget "set of laryngeal muscles" .

[]
    oboInOwl:hasDbXref "FMA:264611" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004478 ;
    owl:annotatedTarget "set of muscles of larynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004479 ;
    owl:annotatedTarget "Any collection of muscles that is part of a trunk [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:50187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004479 ;
    owl:annotatedTarget "muscle group of trunk" .

[]
    oboInOwl:hasDbXref "FMA:50187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004479 ;
    owl:annotatedTarget "set of muscles of trunk" .

[]
    oboInOwl:hasDbXref "FMA:50187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004479 ;
    owl:annotatedTarget "muscular system of trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004490 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of an atrium [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GO:0055009" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004490 ;
    owl:annotatedTarget "atrial cardiac muscle tissue" .

[]
    oboInOwl:hasDbXref "GO:0055009" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004490 ;
    owl:annotatedTarget "atrial heart muscle" .

[]
    oboInOwl:hasDbXref "GO:0055009" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004490 ;
    owl:annotatedTarget "cardiac atrium muscle" .

[]
    oboInOwl:hasDbXref "GO:0055009", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004490 ;
    owl:annotatedTarget "atrial myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004491 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of a interatrial septum [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004491 ;
    owl:annotatedTarget "interatrial septum cardiac muscle tissue" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004491 ;
    owl:annotatedTarget "interatrial septum heart muscle" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004491 ;
    owl:annotatedTarget "interatrial septum muscle" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004491 ;
    owl:annotatedTarget "interatrial septum myocardium" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000042 ;
    owl:annotatedTarget "Any fibroblast that is part of a embryo." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004492 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of a cardiac septum [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004492 ;
    owl:annotatedTarget "cardiac septum cardiac muscle tissue" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004492 ;
    owl:annotatedTarget "cardiac septum heart muscle" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004492 ;
    owl:annotatedTarget "cardiac septum muscle" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004492 ;
    owl:annotatedTarget "cardiac septum myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004493 ;
    owl:annotatedTarget "A portion of cardiac muscle tissue that is part of a myocardium [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004495 ;
    owl:annotatedTarget "A portion of skeletal muscle tissue that is part of a diaphragm [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "Glycane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004521 ;
    owl:annotatedTarget "A vasculature that is part of a muscle organ [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:87123" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004521 ;
    owl:annotatedTarget "muscular organ vasculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004522 ;
    owl:annotatedTarget "A vasculature that is part of a musculoskeletal system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "BTO:0000088" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004535 ;
    owl:annotatedTarget "Anatomical system that has as its parts the heart and blood vessels." .

[]
    oboInOwl:hasDbXref "BTO:0000088" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004535 ;
    owl:annotatedTarget "CV system" .

[]
    oboInOwl:hasDbXref "BTO:0000088" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004535 ;
    owl:annotatedTarget "Herz und Gefaesssystem" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004537 ;
    owl:annotatedTarget "A vascular network consisting of blood vessels." .

[]
    oboInOwl:hasDbXref "TAO:0001079" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004537 ;
    owl:annotatedTarget "blood vessels" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004548 ;
    owl:annotatedTarget "An eye that is part of a left side of organism [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:12515" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004548 ;
    owl:annotatedTarget "left eyeball" .

[]
    oboInOwl:hasDbXref "FMA:54450" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004548 ;
    owl:annotatedTarget "left orbital part of face" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000044 ;
    owl:annotatedTarget "Any microvascular endothelial cell that is part of a brain." .

[]
    oboInOwl:hasDbXref "FMA:54450" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004548 ;
    owl:annotatedTarget "left orbital region" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004549 ;
    owl:annotatedTarget "An eye that is part of a right side of organism [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:12514" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004549 ;
    owl:annotatedTarget "right eyeball" .

[]
    oboInOwl:hasDbXref "FMA:54449" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004549 ;
    owl:annotatedTarget "right orbital part of face" .

[]
    oboInOwl:hasDbXref "FMA:54449" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004549 ;
    owl:annotatedTarget "right orbital region" .

[]
    oboInOwl:hasDbXref "Wikipedia:Systemic_circulation#Arteries", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004571 ;
    owl:annotatedTarget "The part of the arterial system which carries oxygenated blood away from the heart to the body, and returns deoxygenated blood back to the heart." .

[]
    oboInOwl:hasDbXref "FMA:45623" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004571 ;
    owl:annotatedTarget "systemic arterial circulatory system" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004572 ;
    owl:annotatedTarget "The part of the cardiovascular system consisting of all arteries." .

[]
    oboInOwl:hasDbXref "Wikipedia:Artery#Systemic_arteries", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004573 ;
    owl:annotatedTarget "An artery of the systemic circulation, which is the part of the cardiovascular system which carries oxygenated blood away from the heart, to the body, and returns deoxygenated blood back to the heart." .

[]
    oboInOwl:hasDbXref "FMA:66464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004573 ;
    owl:annotatedTarget "systemic arterial subtree" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Systemic_venous_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004581 ;
    owl:annotatedTarget "The part of the venous system that drains the general body tissues[Kardong]." .

[]
    oboInOwl:hasDbXref "FMA:45626" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004581 ;
    owl:annotatedTarget "systemic venous circulatory system" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004582 ;
    owl:annotatedTarget "The part of the cardiovascular system consisting of all venous vessels. In vertebrates with a double circulation, this can be divided into systemic and pulmonary portions." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004638 ;
    owl:annotatedTarget "An endothelium that lines the blood vasculature. Other endothelia may line lymph vessels, the heart." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004663 ;
    owl:annotatedTarget "An anatomical wall that is part of an aorta, enclosing the luminal space." .

[]
    oboInOwl:hasDbXref "FMA:14156" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004663 ;
    owl:annotatedTarget "aortic wall" .

[]
    oboInOwl:hasDbXref "FMA:14156" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004663 ;
    owl:annotatedTarget "wall of aorta" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0009871" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004664 ;
    owl:annotatedTarget "The outermost layer of the aorta wall, containing connective tissue and collagen and elastic fibers." .

[]
    oboInOwl:hasDbXref "FMA:14283" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004664 ;
    owl:annotatedTarget "tunica adventitia of aorta" .

[]
    oboInOwl:hasDbXref "MP:0008823" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "The membranous portion of the wall between the two lower chambers of the heart." .

[]
    oboInOwl:hasDbXref "GO:0003149" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "membranous septum" .

[]
    oboInOwl:hasDbXref "VT:0000018" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "ventricle membranous septum" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "Glykan" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000046 ;
    owl:annotatedTarget "Any cardiac muscle cell that is part of a cardiac ventricle." .

[]
    oboInOwl:hasDbXref "MP:0008823" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "ventricular membranous septum" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "cardiac ventricular membranous septum" .

[]
    oboInOwl:hasDbXref "FMA:7135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "membranous interventricular septum" .

[]
    oboInOwl:hasDbXref "VHOG:0000927" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "membranous part interventricular septum" .

[]
    oboInOwl:hasDbXref "FMA:7135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "membranous part of interventricular septum" .

[]
    oboInOwl:hasDbXref "FMA:7135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "membranous portion of interventricular septum" .

[]
    oboInOwl:hasDbXref "FMA:7135" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "pars membranacea (septi interventricularis)" .

[]
    oboInOwl:hasDbXref "MA:0002939" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004666 ;
    owl:annotatedTarget "membranous interventricular septum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Interventricular_septum#Portions", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004667 ;
    owl:annotatedTarget "The muscular portion of the wall between the two lower chambers of the heart." .

[]
    oboInOwl:hasDbXref "GO:0003150" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0004667 ;
    owl:annotatedTarget "muscular septum" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004667 ;
    owl:annotatedTarget "cardiac ventricular muscular septum" .

[]
    oboInOwl:hasDbXref "FMA:7134" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004667 ;
    owl:annotatedTarget "muscular interventricular septum" .

[]
    oboInOwl:hasDbXref "FMA:7134" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004667 ;
    owl:annotatedTarget "muscular part of interventricular septum" .

[]
    oboInOwl:hasDbXref "FMA:7134" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004667 ;
    owl:annotatedTarget "pars muscularis (septi interventricularis)" .

[]
    oboInOwl:hasDbXref "MA:0002940" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004667 ;
    owl:annotatedTarget "muscular interventricular septum" .

[]
    oboInOwl:hasDbXref "NLXANAT:20090205", "https://sourceforge.net/tracker/?func=detail&aid=3248146&group_id=36855&atid=440764" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004684 ;
    owl:annotatedTarget "The raphe nuclei are thin plates of cells in and immediately adjacent to the sagittal plane." .

[]
    oboInOwl:hasDbXref "FMA:84017", "NLXANAT:20090205" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004684 ;
    owl:annotatedTarget "raphe nuclei" .

[]
    oboInOwl:hasDbXref "FMA:84017" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004684 ;
    owl:annotatedTarget "raphe nuclei set" .

[]
    oboInOwl:hasDbXref "Wikipedia:Raphe_nuclei" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004684 ;
    owl:annotatedTarget "raphe cluster" .

[]
    oboInOwl:hasDbXref "ZFA:0001429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004684 ;
    owl:annotatedTarget "raphe nucleus" .

[]
    oboInOwl:hasDbXref "BAMS:RA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004684 ;
    owl:annotatedTarget "raphe of mesenchephalon" .

[]
    oboInOwl:hasDbXref "FMA:84017" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004684 ;
    owl:annotatedTarget "set of raphe nuclei" .

[]
    oboInOwl:hasDbXref "Wikipedia:Costocervical_trunk" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004688 ;
    owl:annotatedTarget "The costocervical trunk arises from the upper and back part of the subclavian artery, behind the scalenus anterior on the right side, and medial to that muscle on the left side. Passing backward, it splits into the deep cervical artery and the supreme intercostal artery (or the Highest intercostal artery), which descends behind the pleura in front of the necks of the first and second ribs, and anastomoses with the first aortic intercostal (3rd posterior intercostal artery). As it crosses the neck of the first rib it lies medial to the anterior division of the first thoracic nerve, and lateral to the first thoracic ganglion of the sympathetic trunk. In the first intercostal space, it gives off a branch which is distributed in a manner similar to the distribution of the aortic intercostals. The branch for the second intercostal space usually joins with one from the highest aortic intercostal artery. This branch is not constant, but is more commonly found on the right side; when absent, its place is supplied by an intercostal branch from the aorta. Each intercostal gives off a posterior branch which goes to the posterior vertebral muscles, and sends a small spinal branch through the corresponding intervertebral foramen to the medulla spinalis and its membranes. [WP,unvetted]." .

[]
    oboInOwl:hasDbXref "FMA:10636" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004688 ;
    owl:annotatedTarget "costocervical trunk" .

[]
    oboInOwl:hasDbXref "FMA:10636" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004688 ;
    owl:annotatedTarget "trunk of costocervical artery" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004695 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of an arterial system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004696 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of a venous system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004698 ;
    owl:annotatedTarget "An endothelium that is part of a vena cava [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004699 ;
    owl:annotatedTarget "An endothelium that is part of a outflow tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000047 ;
    owl:annotatedTarget "Any motor neuron that is part of a brainstem." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004700 ;
    owl:annotatedTarget "An endothelium that is part of an arterial system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004701 ;
    owl:annotatedTarget "An endothelium that is part of a venous system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004702 ;
    owl:annotatedTarget "A blood vessel endothelium that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0010568" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004706 ;
    owl:annotatedTarget "A transient fetal dilation of the distal (or cranial) heart tube located where the arterial trunk joins the ventral roots of the aortic arches." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000197" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004706 ;
    owl:annotatedTarget "primitive right ventricle endocardium" .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "https://github.com/geneontology/go-ontology/issues/9029" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "An appendage that is part of an appendage girdle complex." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "girdle-associated appendage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "limb or fin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "limb/fin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "pectoral or pelvic appendage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "pelvic/pectoral appendage" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "jointed paired lateral appendage" .

[]
    oboInOwl:hasDbXref "VSAO:0000067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0004708 ;
    owl:annotatedTarget "paired appendage" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "Glykane" .

[]
    oboInOwl:hasDbXref "VSAO:0000150-modified" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004710 ;
    owl:annotatedTarget "Paired appendage that consists of the anterior appendicular skeleton and associated soft and hard tissues, but excludes the pectoral girdle and its associated soft and hard tissues." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004710 ;
    owl:annotatedTarget "anterior limb/fin" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000063 ;
    owl:annotatedTarget "Any fibroblast that is part of a female gonad." .

[]
    oboInOwl:hasDbXref "VSAO:0000148" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004710 ;
    owl:annotatedTarget "anterior paired appendage" .

[]
    oboInOwl:hasDbXref "VHOG:0001753" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004710 ;
    owl:annotatedTarget "forelimb - pectoral fin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004710 ;
    owl:annotatedTarget "forelimb or pectoral fin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004710 ;
    owl:annotatedTarget "forelimb/pectoral fin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004710 ;
    owl:annotatedTarget "pectoral limb/fin" .

[]
    oboInOwl:hasDbXref "Wikipedia:Jugular_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004711 ;
    owl:annotatedTarget "The jugular veins are veins that bring deoxygenated blood from the head back to the heart via the superior vena cava." .

[]
    oboInOwl:hasDbXref "BTO:0001744" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004711 ;
    owl:annotatedTarget "vena jugularis" .

[]
    oboInOwl:hasDbXref "BTO:0003834", "Wikipedia:Conceptus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004716 ;
    owl:annotatedTarget "The embryo and its adnexa (appendages or adjunct parts) or associated membranes (i.e. the products of conception) The conceptus includes all structures that develop from the zygote, both embryonic and extraembryonic. It includes the embryo as well as the embryonic part of the placenta and its associated membranes - amnion, chorion (gestational sac), and yolk sac[WP]." .

[]
    oboInOwl:hasDbXref "DOI:10.1016/j.tins.2013.06.004", "https://github.com/obophenotype/uberon/issues/318" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004731 ;
    owl:annotatedTarget "A transverse unitary subdivision of the neural tube that shares a common dorsoventral structure (floor, basal, alar, and roof plates), but each having differential molecular identities and fates; they comprise the secondary prosencephalon, diencephalon (prosomeres), the midbrain (mesomeres), and the hindbrain (rhombomeres)." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004731 ;
    owl:annotatedTarget "neural tube metameric segment" .

[]
    oboInOwl:hasDbXref "FBbt:00005140", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004732 ;
    owl:annotatedTarget "Any segmental subdivision of a nervous system. Includes metameric developmental segments, such as vertebrates neuromeres." .

[]
    oboInOwl:hasDbXref "FBbt:00005140" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004732 ;
    owl:annotatedTarget "neuromere" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004733 ;
    owl:annotatedTarget "An organ subunit that is part of a hindbrain [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:61998" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004733 ;
    owl:annotatedTarget "hindbrain segment" .

[]
    oboInOwl:hasDbXref "FMA:61998" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004733 ;
    owl:annotatedTarget "segment of hindbrain" .

[]
    oboInOwl:hasDbXref "Wikipedia:Gastrula", "Wikipedia:Trilaminar_blastocyst" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "Organism at the gastrula stage." .

[]
    oboInOwl:hasDbXref "BILA:0000060" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "gastrula embryo" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "blastocystis trilaminaris" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "tri-laminar disc" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "tri-laminar disk" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "trilaminar blastocyst" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "trilaminar blastoderm" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "trilaminar disc" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "trilaminar disk" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004734 ;
    owl:annotatedTarget "trilaminar germ" .

[]
    oboInOwl:hasDbXref "VHOG:0001022" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004742 ;
    owl:annotatedTarget "The dentary is a dermal bone that forms the antero-lateral part of the lower jaw in fishes and amphibians, extending to the whole lower jaw in mammals[VHOG,modified]." .

[]
    oboInOwl:hasDbXref "ZFA:0000191" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004742 ;
    owl:annotatedTarget "dentary bone" .

[]
    oboInOwl:hasDbXref "AAO:0000124" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004742 ;
    owl:annotatedTarget "dentale" .

[]
    oboInOwl:hasDbXref "AAO:0000124" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004742 ;
    owl:annotatedTarget "os dentale" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000066 ;
    owl:annotatedTarget "Any fibroblast that is part of a cardiac ventricle." .

[]
    oboInOwl:hasDbXref "AAO:0000124" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004742 ;
    owl:annotatedTarget "sur-angulaire" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000015", "http://dx.plos.org/10.1371/journal.pone.0051070", "https://github.com/obophenotype/uberon/issues/134" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004755 ;
    owl:annotatedTarget "A specialized form of connective tissue in which the extracellular matrix is firm, providing the tissue with resilience, and/or mineralized and that functions in mechanical and structural support.[VSAO]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/206" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004756 ;
    owl:annotatedTarget "Dermis-derived entity that is made of skeletal tissue." .

[]
    oboInOwl:hasDbXref "VSAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004756 ;
    owl:annotatedTarget "dermal element" .

[]
    oboInOwl:hasDbXref "Wikipedia:Chondrocranium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004761 ;
    owl:annotatedTarget "The primitive cartilagionous skeletal structure of the fetal skull that grows to envelop the rapidly growing embyonic brain. In humans, the chondrocranium begins forming at 28 days from mesenchymal condensations and is fully formed between week 7 and 9 of fetal development. While the majority of the chondrocranium is succeeded by the bony skull in most higher vertebrates, some components do persist into adulthood.[1] In Cartilagious fishes and Agnathans, the chondrocranium persist throughout life.[2] Embryologically, the chondrocranium represent the basal cranial structure, and lay the base for the formation of the endocranium in higher vertebrates[WP]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Chondrocranium" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004761 ;
    owl:annotatedTarget "chondocranium" .

[]
    oboInOwl:hasDbXref "GO:0001957", "Wikipedia:Intramembranous_ossification" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004764 ;
    owl:annotatedTarget "Bone tissue that forms directly within mesenchyme, and does not replace other tissues[TAO]. Intramembranous ossification is the formation of bone in which osteoblasts secrete a collagen-proteoglycan matrix that binds calcium salts and becomes calcified[GO]. Intramembranous ossification is the way flat bones and the shell of a turtle are formed[GO]. Unlike endochondral ossification, cartilage is not present during intramembranous ossification[WP]." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004765 ;
    owl:annotatedTarget "Organ consisting of skeletal tissue. Encompasses whole bones, fused bones, cartilaginious elements, teeth, dermal denticles." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "glycans" .

[]
    oboInOwl:hasDbXref "UBERON:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004766 ;
    owl:annotatedTarget "A bone that is part of a cranium." .

[]
    oboInOwl:hasDbXref "UBERON:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004766 ;
    owl:annotatedTarget "cranium bone" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004768 ;
    owl:annotatedTarget "Any bone that is part of the lower jaw skeleton. This includes (when present): the dentary/mandible, the articular, the splenial, the suprangular." .

[]
    oboInOwl:hasDbXref "VSAO:0000181" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004770 ;
    owl:annotatedTarget "Anatomical system that consists of all the joints of the body." .

[]
    oboInOwl:hasDbXref "FMA:23878" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004770 ;
    owl:annotatedTarget "joint system" .

[]
    oboInOwl:hasDbXref "FMA:23878" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004770 ;
    owl:annotatedTarget "set of all joints of body" .

[]
    oboInOwl:hasDbXref "FMA:23878" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004770 ;
    owl:annotatedTarget "set of joints of body" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000067 ;
    owl:annotatedTarget "Any fibroblast that is part of a cardiac atrium." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004777 ;
    owl:annotatedTarget "A submucosa that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004777 ;
    owl:annotatedTarget "apparatus respiratorius submucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004777 ;
    owl:annotatedTarget "submucosa of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004777 ;
    owl:annotatedTarget "submucosa of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004778 ;
    owl:annotatedTarget "A submucosa that is part of a larynx [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004778 ;
    owl:annotatedTarget "submucosa of larynx" .

[]
    oboInOwl:hasDbXref "EMAPA:35474" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004778 ;
    owl:annotatedTarget "laryngeal submucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "A lamina propria that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "apparatus respiratorius lamina propria" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "apparatus respiratorius lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "lamina propria mucosa of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "lamina propria mucosa of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "lamina propria of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "lamina propria of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004779 ;
    owl:annotatedTarget "respiratory system lamina propria mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004780 ;
    owl:annotatedTarget "A lamina propria that is part of a gastrointestinal system." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "A serous membrane that is part of a digestive system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "digestive system serosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "digestive system serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "gastrointestinal system serous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "serosa of digestive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "serosa of gastrointestinal system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "serous membrane of digestive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004782 ;
    owl:annotatedTarget "serous membrane of gastrointestinal system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "An anatomical wall that is part of a cardiac ventricle [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "anatomical wall of cardiac ventricle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "anatomical wall of heart ventricle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "anatomical wall of lower chamber of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "anatomical wall of ventricle of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "cardiac ventricle anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "cardiac ventricle wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "heart ventricle anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "lower chamber of heart anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "lower chamber of heart wall" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000068 ;
    owl:annotatedTarget "Any fibroblast that is part of a pericardium." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "ventricle of heart anatomical wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "ventricle of heart wall" .

[]
    oboInOwl:hasDbXref "FMA:13884" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "ventricular wall" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "wall of cardiac ventricle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "wall of heart ventricle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "wall of lower chamber of heart" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "wall of ventricle of heart" .

[]
    oboInOwl:hasDbXref "MA:0002791" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004784 ;
    owl:annotatedTarget "wall of ventricle" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "polisacarido" .

[]
    oboInOwl:hasDbXref "MESH:A04.760", "MGI:cwg", "MP:0002277" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "The mucous membrane lining the respiratory tract." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "apparatus respiratorius mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "apparatus respiratorius mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "apparatus respiratorius mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "mucosa of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "mucosa of organ of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "mucosa of organ of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "mucosa of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "mucous membrane of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "mucous membrane of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "respiratory system mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "respiratory system mucous membrane" .

[]
    oboInOwl:hasDbXref "EMAPA:18334" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "laryngeal mucous membrane" .

[]
    oboInOwl:hasDbXref "BTO:0000973" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004785 ;
    owl:annotatedTarget "respiratory mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004786 ;
    owl:annotatedTarget "A mucosa that is part of a gastrointestinal system." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004786 ;
    owl:annotatedTarget "digestive tract mucosa" .

[]
    oboInOwl:hasDbXref "BTO:0000546" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004786 ;
    owl:annotatedTarget "gut mucosa" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004786 ;
    owl:annotatedTarget "gut mucuous membrane" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004786 ;
    owl:annotatedTarget "mucosa of gut" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004794 ;
    owl:annotatedTarget "A secretion that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:79662" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004794 ;
    owl:annotatedTarget "esophageal secretion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004794 ;
    owl:annotatedTarget "gullet secretion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004794 ;
    owl:annotatedTarget "oesophagus secretion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004794 ;
    owl:annotatedTarget "secretion of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004794 ;
    owl:annotatedTarget "secretion of gullet" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004794 ;
    owl:annotatedTarget "secretion of oesophagus" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004797 ;
    owl:annotatedTarget "Any of the tissue layers that comprise a blood vessel. Examples: tunica media, tunica adventitia." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000070 ;
    owl:annotatedTarget "Any fibroblast that is part of a optic choroid." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "A basal lamina that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "apparatus respiratorius basal lamina" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "apparatus respiratorius basal lamina of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "basal lamina of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "basal lamina of connective tissue of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "basal lamina of connective tissue of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "basal lamina of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004798 ;
    owl:annotatedTarget "respiratory system basal lamina of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004799 ;
    owl:annotatedTarget "A basal lamina that is part of a respiratory airway [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004799 ;
    owl:annotatedTarget "basal lamina of connective tissue of respiratory airway" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "A basal lamina that is part of a bronchus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "basal lamina of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "basal lamina of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "basal lamina of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "basal lamina of connective tissue of bronchi" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "basal lamina of connective tissue of bronchial trunk" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "basal lamina of connective tissue of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "bronchi basal lamina" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "bronchi basal lamina of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "bronchial trunk basal lamina" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "bronchial trunk basal lamina of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004800 ;
    owl:annotatedTarget "bronchus basal lamina of connective tissue" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MGI:anna", "MP:0010942" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004802 ;
    owl:annotatedTarget "The pseudostratified ciliated epithelium that lines much of the conducting portion of the airway, including part of the nasal cavity and larynx, the trachea, and bronchi." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004802 ;
    owl:annotatedTarget "epithelial tissue of respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004802 ;
    owl:annotatedTarget "epithelium of respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004802 ;
    owl:annotatedTarget "respiratory tract epithelial tissue" .

[]
    oboInOwl:hasDbXref "BTO:0000419" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004802 ;
    owl:annotatedTarget "airway epithelium" .

[]
    oboInOwl:hasDbXref "BTO:0000419" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004802 ;
    owl:annotatedTarget "respiratory epithelium" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18154 ;
    owl:annotatedTarget "polisacaridos" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "An epithelium that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "apparatus respiratorius epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "apparatus respiratorius epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "epithelial tissue of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "epithelial tissue of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "epithelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000072 ;
    owl:annotatedTarget "Any microvascular endothelial cell that is part of a adipose tissue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "epithelium of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004807 ;
    owl:annotatedTarget "respiratory system epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "An epithelium that is part of a digestive system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "digestive system epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "digestive system epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "epithelial tissue of digestive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "epithelial tissue of gastrointestinal system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "epithelium of digestive system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "epithelium of gastrointestinal system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004808 ;
    owl:annotatedTarget "gastrointestinal system epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004815 ;
    owl:annotatedTarget "An epithelium that is part of a lower respiratory tract [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004815 ;
    owl:annotatedTarget "epithelial tissue of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004815 ;
    owl:annotatedTarget "epithelium of lower respiratory tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004815 ;
    owl:annotatedTarget "lower respiratory tract epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004816 ;
    owl:annotatedTarget "An epithelium that is part of a larynx [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004816 ;
    owl:annotatedTarget "epithelial tissue of larynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004816 ;
    owl:annotatedTarget "epithelium of larynx" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004816 ;
    owl:annotatedTarget "laryngeal epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004816 ;
    owl:annotatedTarget "larynx epithelial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004830 ;
    owl:annotatedTarget "A portion of skeletal muscle tissue that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004830 ;
    owl:annotatedTarget "respiratory system skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004830 ;
    owl:annotatedTarget "skeletal muscle of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004830 ;
    owl:annotatedTarget "skeletal muscle of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004830 ;
    owl:annotatedTarget "skeletal muscle tissue of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004830 ;
    owl:annotatedTarget "skeletal muscle tissue of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004831 ;
    owl:annotatedTarget "A portion of skeletal muscle tissue that is part of a esophagus [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004831 ;
    owl:annotatedTarget "esophagus skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004831 ;
    owl:annotatedTarget "skeletal muscle of esophagus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004833 ;
    owl:annotatedTarget "A portion of skeletal muscle tissue that is part of a lip [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000073 ;
    owl:annotatedTarget "Any migratory neural crest cell that is part of a cardiac neural crest." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004833 ;
    owl:annotatedTarget "lip skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004833 ;
    owl:annotatedTarget "skeletal muscle of lip" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004833 ;
    owl:annotatedTarget "skeletal muscle tissue of lip" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "An endothelium of artery that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "apparatus respiratorius arterial endothelium" .

[]
    oboInOwl:hasDbXref "PMID:33060096" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_2000073 ;
    owl:annotatedTarget "cardiac neural crest cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "apparatus respiratorius artery endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "apparatus respiratorius endothelium of artery" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "arterial endothelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "arterial endothelium of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "artery endothelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "artery endothelium of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "endothelium of artery of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "endothelium of artery of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "respiratory system artery endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004848 ;
    owl:annotatedTarget "respiratory system endothelium of artery" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "An endothelium of vein that is part of a respiratory system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "apparatus respiratorius endothelium of vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "apparatus respiratorius vein endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "apparatus respiratorius venous endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "endothelium of vein of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18282 ;
    owl:annotatedTarget "Base" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "endothelium of vein of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "respiratory system endothelium of vein" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "respiratory system vein endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "vein endothelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "vein endothelium of respiratory system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "venous endothelium of apparatus respiratorius" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004849 ;
    owl:annotatedTarget "venous endothelium of respiratory system" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0009864" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "The thin layer of flat cells that line the aorta and form a barrier between circulating blood in the lumen and the rest of the vessel wall." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "adult aorta endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "endothelium of adult aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "endothelium of aorta" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "endothelium of trunk of aortic tree" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "endothelium of trunk of systemic arterial tree" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "trunk of aortic tree endothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "trunk of systemic arterial tree endothelium" .

[]
    oboInOwl:hasDbXref "BTO:0000394" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004851 ;
    owl:annotatedTarget "aortic endothelium" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004852 ;
    owl:annotatedTarget "An endothelium that is part of the cardiovascular system." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "A connective tissue that surrounds a skeletal muscle tissue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "connective tissue of skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "connective tissue of skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "portion of connective tissue of skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "portion of connective tissue of skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "skeletal muscle portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "skeletal muscle textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "skeletal muscle tissue connective tissue" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000080 ;
    owl:annotatedTarget "Any mesenchymal stem cell of adipose tissue that is part of an abdomen." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "skeletal muscle tissue portion of connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "skeletal muscle tissue textus connectivus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "textus connectivus of skeletal muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "textus connectivus of skeletal muscle tissue" .

[]
    oboInOwl:hasDbXref "MA:0002868" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "skeletal muscle interstitial tissue" .

[]
    oboInOwl:hasDbXref "MA:0002868" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004857 ;
    owl:annotatedTarget "skeletal muscle interstitum" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004859 ;
    owl:annotatedTarget "A gland that is part of a eye. The eye is a compound unit which depending on the species may consist of an eyeballs plus associated ducts and integumentary structures. Eye glands therefore include the various types of lacrimal gland, the various types of apocrine and sebaceous glands associated with the eyelid." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004859 ;
    owl:annotatedTarget "eye-associated gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004859 ;
    owl:annotatedTarget "gland of eye" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "A vasculature that is part of a retina [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GO:0061298" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "retina vasculature" .

[]
    oboInOwl:hasDbXref "GO:0061298" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "retina vasculature of camera-type eye" .

[]
    oboInOwl:hasDbXref "FMA:76552" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "retinal blood vessels" .

[]
    oboInOwl:hasDbXref "FMA:76552" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "retinal blood vessels set" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "retinal vasculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "set of blood vessels of retina" .

[]
    oboInOwl:hasDbXref "FMA:76552" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004864 ;
    owl:annotatedTarget "set of retinal blood vessels" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lateral_plate_mesoderm#Division_into_layers" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004872 ;
    owl:annotatedTarget "Layer of lateral plate mesoderm that forms the circulatory system and future gut wall - overlies endoderm[WP]." .

[]
    oboInOwl:hasDbXref "BILA:0000044", "http://www.drugs.com/dict/visceral-mesoderm.html", "http://www.stedmans.com/" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0004872 ;
    owl:annotatedTarget "visceral mesoderm" .

[]
    oboInOwl:hasDbXref "ISBN:9780878932504" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004872 ;
    owl:annotatedTarget "splanchnic mesoderm" .

[]
    oboInOwl:hasDbXref "Wikipedia:Splanchnopleure" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004873 ;
    owl:annotatedTarget "A structure created during embryogenesis when the lateral mesoderm splits into two layers - the inner (or splanchnic) layer adheres to the endoderm, and with it forms the splanchnopleure[WP]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Intraembryonic_coelom" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004873 ;
    owl:annotatedTarget "ventral splanchnic mesoderm" .

[]
    oboInOwl:hasDbXref "Wikipedia:Somatopleure" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004874 ;
    owl:annotatedTarget "A structure created during embryogenesis when the lateral mesoderm splits into two layers - the outer (or somatic) layer becomes applied to the inner surface of the ectoderm, and with it forms the somatopleure.[WP]." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004880 ;
    owl:annotatedTarget "The central region of trunk mesoderm. This tissue forms the notochord." .

[]
    oboInOwl:hasDbXref "ZFA:0000091" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004880 ;
    owl:annotatedTarget "axial chorda mesoderm" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-neural-crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004880 ;
    owl:annotatedTarget "dorsal mesoderm" .

[]
    oboInOwl:hasDbXref "ZFA:0000091" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004880 ;
    owl:annotatedTarget "presumptive notochord" .

[]
    oboInOwl:hasDbXref "GO:0060484" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004883 ;
    owl:annotatedTarget "The mass of tissue made up of mesenchymal cells in the lung." .

[]
    oboInOwl:hasDbXref "GO:0060484" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004883 ;
    owl:annotatedTarget "lung-associated mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004883 ;
    owl:annotatedTarget "mesenchyme of lung" .

[]
    oboInOwl:hasDbXref "GO:0060484" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004883 ;
    owl:annotatedTarget "pulmonary mesenchyme" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18282 ;
    owl:annotatedTarget "nucleobases" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_2000093 ;
    owl:annotatedTarget "Any fibroblast of lung that is part of a bronchus." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004904 ;
    owl:annotatedTarget "A neuron projection bundle that connects the retina or its analog in the eye with the brain. This includes the vertebrate optic nerve (not truly a nerve) as well as analogous structures such as the Bolwig nerve in Drosophila." .

[]
    oboInOwl:hasDbXref "BTO:0000966" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0004904 ;
    owl:annotatedTarget "optic nerve" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004905 ;
    owl:annotatedTarget "Anatomical structure that connects two or more adjacent skeletal elements or hardened body parts." .

[]
    oboInOwl:hasDbXref "GO:0007439" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004906 ;
    owl:annotatedTarget "A portion of the gut that is derived from ectoderm." .

[]
    oboInOwl:hasDbXref "EMAPA:32930" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004906 ;
    owl:annotatedTarget "gut ectoderm" .

[]
    oboInOwl:hasDbXref "Wikipedia:Alimentary_canal#Upper_gastrointestinal_tract" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004908 ;
    owl:annotatedTarget "The region of the digestive tract extending from the mouth cavity through pharynx esophagus stomach and duodenum." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004909 ;
    owl:annotatedTarget "An epithelium surrounding a gonad." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004909 ;
    owl:annotatedTarget "gonad epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004909 ;
    owl:annotatedTarget "gonadal epithelium" .

[]
    oboInOwl:hasDbXref "FBbt:00004859" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004909 ;
    owl:annotatedTarget "gonadal sheath" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004911 ;
    owl:annotatedTarget "An epithelium surrounding an ovary." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004911 ;
    owl:annotatedTarget "ovarian epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004911 ;
    owl:annotatedTarget "ovary epithelium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004921 ;
    owl:annotatedTarget "A proximal-distal subdivision of the digestive tract." .

[]
    oboInOwl:hasDbXref "FMA:71131" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004921 ;
    owl:annotatedTarget "alimentary system subdivision" .

[]
    oboInOwl:hasDbXref "FBbt:00100315" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004921 ;
    owl:annotatedTarget "gut section" .

[]
    oboInOwl:hasDbXref "FMA:71131" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004921 ;
    owl:annotatedTarget "subdivision of alimentary system" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004923 ;
    owl:annotatedTarget "A part of a wall of an organ that forms a layer." .

[]
    oboInOwl:hasDbXref "GOC:CellBLAST", "PMID:30096314", "PMID:31554486", "PMID:35858549", "Wikipedia:Sensory_neuron", "https://www.britannica.com/science/sensory-neuron", "https://www.ncbi.nlm.nih.gov/books/NBK539846/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_3000004 ;
    owl:annotatedTarget "A neuron type that is located in a peripheral nervous system and it transmits sensory information from the peripheral (PNS) to the central nervous system (CNS). A sensory neuron converts physical (light, sound, touch) or chemical (such as taste and smell) stimuli into an electrical signal through a process known as sensory transduction. The function of a sensory neuron is to carry informations from the external environment and internal body conditions to the central nervous system for further processing." .

[]
    oboInOwl:hasDbXref "BTO:0002113" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0004924 ;
    owl:annotatedTarget "The tissue underlying the tunica mucosa of the pharynx." .

[]
    oboInOwl:hasDbXref "FMA:75144" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004924 ;
    owl:annotatedTarget "pharyngeal submucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0004924 ;
    owl:annotatedTarget "pharynx submucosa" .

[]
    oboInOwl:hasDbXref "BTO:0002113" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004924 ;
    owl:annotatedTarget "submucous coat of pharynx" .

[]
    oboInOwl:hasDbXref "BTO:0002113" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0004924 ;
    owl:annotatedTarget "submucous layer of pharynx" .

[]
    oboInOwl:hasDbXref "Wikipedia:Sensory_neuron" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_3000004 ;
    owl:annotatedTarget "Typically, a sensory neuron has a pseudounipolar morphology." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "A mucosa that is part of a tongue [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:54807" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "lingual mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "mucosa of organ of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "mucous membrane of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "organ mucosa of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "tongue mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "tongue mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "tongue mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005020 ;
    owl:annotatedTarget "tongue organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "A mucosa that is part of a lower lip [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "lower labial mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "lower lip mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "lower lip mucosa of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "lower lip mucous membrane" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "lower lip organ mucosa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "mucosa of organ of lower lip" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "mucous membrane of lower lip" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005032 ;
    owl:annotatedTarget "organ mucosa of lower lip" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005056 ;
    owl:annotatedTarget "An external genitalia that is part of a female reproductive system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "BTO:0003100" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005056 ;
    owl:annotatedTarget "external female genital organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005056 ;
    owl:annotatedTarget "external genitalia of female reproductive system" .

[]
    oboInOwl:hasDbXref "FMA:45649" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005056 ;
    owl:annotatedTarget "female external genitalia" .

[]
    oboInOwl:hasDbXref "BTO:0003100" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005056 ;
    owl:annotatedTarget "organa genitalia feminina externa" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005057 ;
    owl:annotatedTarget "An organ that is part of a immune system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005058 ;
    owl:annotatedTarget "A gland that is part of a hemolymphoid system [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GO:0048534" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0005058 ;
    owl:annotatedTarget "hemopoietic or lymphoid organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005058 ;
    owl:annotatedTarget "hemopoietic or lymphoid gland" .

[]
    oboInOwl:hasDbXref "EMAPA:18766" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005058 ;
    owl:annotatedTarget "haemolymphoid system gland" .

[]
    oboInOwl:hasDbXref "GO:0001842", "Wikipedia:Neural_groove", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005061 ;
    owl:annotatedTarget "The median dorsal longitudinal groove formed in the embryo by the neural plate after the appearance of the neural folds." .

[]
    oboInOwl:hasDbXref "GO:0001842", "MP:0011256", "Wikipedia:Neural_fold" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005062 ;
    owl:annotatedTarget "One of the two elevated edges of the neural groove[GO,MP]." .

[]
    oboInOwl:hasDbXref "MP:0011256" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005062 ;
    owl:annotatedTarget "medullary fold" .

[]
    oboInOwl:hasDbXref "GO:0014024", "ZFA:0000133" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005068 ;
    owl:annotatedTarget "A solid rod of neurectoderm derived from the neural keel. The neural rod is roughly circular in cross section. Neural rod formation occurs during primary neurulation in teleosts[GO]. An intermediate stage in the development of the central nervous system present during the segmentation period; the neural rod is roughly cylindrical in shape, forms from the neural keel, and is not yet hollowed out into the neural tube[ZFIN]." .

[]
    oboInOwl:hasDbXref "GO:0014027" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005068 ;
    owl:annotatedTarget "neural tube rod" .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023066 ;
    owl:annotatedTarget "A pyramidal neuron which has an apical tree which is oriented parallel to the pia. This is unlike typical pyramidal neurons which have its apical dendrite aligned vertically." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005075 ;
    owl:annotatedTarget "An anatomical boundary that adjacent_to a forebrain and adjacent_to a midbrain." .

[]
    oboInOwl:hasDbXref "ZFA:0001367" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005075 ;
    owl:annotatedTarget "diencephalic-mesencephalic boundary" .

[]
    oboInOwl:hasDbXref "ZFA:0001367" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005075 ;
    owl:annotatedTarget "forebrain midbrain boundary" .

[]
    oboInOwl:hasDbXref "EMAPA:36449" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005075 ;
    owl:annotatedTarget "forebrain-midbrain boundary region" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005076 ;
    owl:annotatedTarget "An anatomical boundary that adjacent_to a hindbrain and adjacent_to a spinal cord." .

[]
    oboInOwl:hasDbXref "GO:0060609" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005082 ;
    owl:annotatedTarget "A hole in a tube[GO]." .

[]
    oboInOwl:hasDbXref "GO:0060788" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005085 ;
    owl:annotatedTarget "An ectodermal placode is a thickening of the ectoderm that is the primordium of many structures derived from the ectoderm[GO]." .

[]
    oboInOwl:hasDbXref "AEO:0000112" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005085 ;
    owl:annotatedTarget "epithelial placode" .

[]
    oboInOwl:hasDbXref "GO:0061061" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005090 ;
    owl:annotatedTarget "Muscle structures are contractile cells, tissues or organs that are found in multicellular organisms[GO]." .

[]
    oboInOwl:hasDbXref "FMA:30316" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005090 ;
    owl:annotatedTarget "musculus" .

[]
    oboInOwl:hasDbXref "VHOG:0000489" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005092 ;
    owl:annotatedTarget "sinus venosus right horn" .

[]
    oboInOwl:hasDbXref "GO:0060572" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005153 ;
    owl:annotatedTarget "A bud is a protrusion that forms from an epithelial sheet by localized folding." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005156 ;
    owl:annotatedTarget "Any anatomical structure that is part of the reproductive system." .

[]
    oboInOwl:hasDbXref "GO:0060571" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005157 ;
    owl:annotatedTarget "An epithelial sheet bent on a linear axis." .

[]
    oboInOwl:hasDbXref "CL:tm", "https://github.com/obophenotype/uberon/issues/8" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005158 ;
    owl:annotatedTarget "The functional tissue of the central nervous system consisting of neurons and glial cells." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005158 ;
    owl:annotatedTarget "CNS parenchyma" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005158 ;
    owl:annotatedTarget "central nervous system parenchyma" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005158 ;
    owl:annotatedTarget "parenchyma of CNS" .

[]
    oboInOwl:hasDbXref "PATOC:MAH" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005160 ;
    owl:annotatedTarget "A remnant structure from earlier development or evolution." .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2022.10.12.511898" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023072 ;
    owl:annotatedTarget "A cell that is part of the brain vasculature." .

[]
    oboInOwl:hasDbXref "CARO:0001000" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005162 ;
    owl:annotatedTarget "A structure consisting of multiple cell components but which is not itself a cell and does not have (complete) cells as a part." .

[]
    oboInOwl:hasDbXref "CARO:0001000" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005162 ;
    owl:annotatedTarget "multi-cell-component structure" .

[]
    oboInOwl:hasDbXref "CARO:0001000" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005162 ;
    owl:annotatedTarget "multi-cell-part structure" .

[]
    oboInOwl:hasDbXref "FMA:83115" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005162 ;
    owl:annotatedTarget "cell part cluster" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005172 ;
    owl:annotatedTarget "An organ or element that is in the abdomen. Examples: spleen, intestine, kidney, abdominal mammary gland." .

[]
    oboInOwl:hasDbXref "MA:0000522" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005172 ;
    owl:annotatedTarget "abdomen organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005173 ;
    owl:annotatedTarget "An organ or element that is part of the adbominal segment of the organism. This region can be further subdivided into the abdominal cavity and the pelvic region." .

[]
    oboInOwl:hasDbXref "MA:0000529" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005173 ;
    owl:annotatedTarget "abdominal segment organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005174 ;
    owl:annotatedTarget "An organ or element that part of the dorsum of the organism. Examples: spinal cord, vertebrae, muscles of back." .

[]
    oboInOwl:hasDbXref "MA:0001901" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005174 ;
    owl:annotatedTarget "back organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005177 ;
    owl:annotatedTarget "An organ or element that part of the trunk region. The trunk region can be further subdividied into thoracic (including chest and thoracic cavity) and abdominal (including abdomen and pelbis) regions." .

[]
    oboInOwl:hasDbXref "MA:0000516" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005177 ;
    owl:annotatedTarget "trunk organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005178 ;
    owl:annotatedTarget "An organ or element that is in the thoracic cavity. Examples: lung, heart, longus colli." .

[]
    oboInOwl:hasDbXref "MA:0000557" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005178 ;
    owl:annotatedTarget "thoracic cavity organ" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005181 ;
    owl:annotatedTarget "An organ that part of the thoracic segment region. This region can be further subdividied chest and thoracic cavity regions." .

[]
    oboInOwl:hasDbXref "MA:0000563" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005181 ;
    owl:annotatedTarget "upper body organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005194 ;
    owl:annotatedTarget "A vein that is part of a thorax [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005204 ;
    owl:annotatedTarget "A gland that is part of a larynx submucosa [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "EMAPA:35475" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005204 ;
    owl:annotatedTarget "laryngeal submucosa gland" .

[]
    oboInOwl:hasDbXref "PMID:18568015" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023077 ;
    owl:annotatedTarget "A type of interneuron that has two clusters of dendritic branches that originate directly from the soma and extend in opposite directions and axons that form a plexus which spreads widely. Compared to bipolar neurons, bitufted neurons have branching that occur close to the soma." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005234 ;
    owl:annotatedTarget "An ectoderm that is part of a optic eminence [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001154" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005239 ;
    owl:annotatedTarget "metencephalon basal plate" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005243 ;
    owl:annotatedTarget "An endocardium that is part of a interventricular septum [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:83584" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005243 ;
    owl:annotatedTarget "endocardium of interventricular septum" .

[]
    oboInOwl:hasDbXref "VHOG:0000615" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005243 ;
    owl:annotatedTarget "interventricular septum endocardial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005248 ;
    owl:annotatedTarget "A myocardium that is part of a bulbus cordis [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "VHOG:0000609" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005248 ;
    owl:annotatedTarget "bulbus cordis cardiac muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005250 ;
    owl:annotatedTarget "A gland that is part of a stomodeum." .

[]
    oboInOwl:hasDbXref "VHOG:0000658" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005250 ;
    owl:annotatedTarget "stomatodaeum gland" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005251 ;
    owl:annotatedTarget "An anatomical cavity that is part of a yolk sac [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "FMA:63942" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005251 ;
    owl:annotatedTarget "cavity of yolk sac" .

[]
    oboInOwl:hasDbXref "FMA:63942" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005251 ;
    owl:annotatedTarget "yolk sac space" .

[]
    oboInOwl:hasDbXref "ISBN:0683400088", "MP:0011260" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005253 ;
    owl:annotatedTarget "Portion of primordial embryonic connective tissue of the developing head, consisting of mesenchymal cells supported in interlaminar jelly, that derive mostly from the mesoderm and contribute to head connective tissue, bone and musculature in conjunction with cranial neural crest cells." .

[]
    oboInOwl:hasDbXref "MP:0011260" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005253 ;
    owl:annotatedTarget "cephalic mesenchyme" .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005253 ;
    owl:annotatedTarget "cranial mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005256 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing trunk." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002092" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005256 ;
    owl:annotatedTarget "trunk and cervical mesenchyme" .

[]
    oboInOwl:hasDbXref "BTO:0000758", "Wikipedia:Myelencephalon" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005290 ;
    owl:annotatedTarget "The posterior part of the developing vertebrate hindbrain or the corresponding part of the adult brain composed of the medulla oblongata and a portion of the fourth ventricle; as well as the glossopharyngeal nerve (CN IX), vagus nerve (CN X), accessory nerve (CN XI), hypoglossal nerve (CN XII), and a portion of the vestibulocochlear nerve (CN VIII).[BTO,WP]." .

[]
    oboInOwl:hasDbXref "DHBA:10662" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005290 ;
    owl:annotatedTarget "myelencephalon (medulla oblongata)" .

[]
    oboInOwl:hasDbXref "DOI:10.1101/2022.10.12.511898" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023079 ;
    owl:annotatedTarget "A GABAergic inhibitory neuron that is derived from the midbrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005291 ;
    owl:annotatedTarget "A portion of tissue that is part of an embryo." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005291 ;
    owl:annotatedTarget "portion of embryonic tissue" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005292 ;
    owl:annotatedTarget "Portion of tissue that is contiguous with the embryo and is comprised of portions of tissue or cells that will not contribute to the embryo." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005316 ;
    owl:annotatedTarget "The endothelial lining of the endocardium." .

[]
    oboInOwl:hasDbXref "FMA:83596" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005316 ;
    owl:annotatedTarget "endocardium endothelium" .

[]
    oboInOwl:hasDbXref "FMA:83596" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005316 ;
    owl:annotatedTarget "endothelium of endocardium" .

[]
    oboInOwl:hasDbXref "GO:0061155" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005317 ;
    owl:annotatedTarget "An pulmonary artery endothelium is an epithelium that lines the pulmonary artery[GO]." .

[]
    oboInOwl:hasDbXref "GO:0061155" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005317 ;
    owl:annotatedTarget "pulmonary artery endothelial tube" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005334 ;
    owl:annotatedTarget "A lamina propria that is part of a mucosa of oral region." .

[]
    oboInOwl:hasDbXref "Wikipedia:Ventricular_outflow_tract" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005337 ;
    owl:annotatedTarget "A ventricular outflow tract is a portion of either the left ventricle or right ventricle of the heart through which blood passes in order to enter the great arteries. The right ventricular outflow tract (RVOT) is an infundibular extension of the ventricular cavity which connects to the pulmonary artery. The left ventricular outflow tract (LVOT), which connects to the aorta, is nearly indistinguishable from the rest of the ventricle[WP]." .

[]
    oboInOwl:hasDbXref "MP:0010224" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005337 ;
    owl:annotatedTarget "heart ventricle outflow tract" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ventricular_outflow_tract" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005337 ;
    owl:annotatedTarget "ventricular outflow tract" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005338 ;
    owl:annotatedTarget "An outflow tract that is part of a aorta." .

[]
    oboInOwl:hasDbXref "MP:0008439", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005343 ;
    owl:annotatedTarget "The outer neural tube region in which post-mitotic neuroblasts migrate along radial glia to form the adult cortical layers[MP]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005343 ;
    owl:annotatedTarget "future cortical layers II-VI" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005343 ;
    owl:annotatedTarget "future neocortex" .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0001100" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005362 ;
    owl:annotatedTarget "The group of sensory neuron cell bodies associated with the vagus nerve." .

[]
    oboInOwl:hasDbXref "ZFA:0007067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0005362 ;
    owl:annotatedTarget "gX" .

[]
    oboInOwl:hasDbXref "FMA:53472" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005362 ;
    owl:annotatedTarget "ganglion of vagus nerve" .

[]
    oboInOwl:hasDbXref "FMA:53472" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005362 ;
    owl:annotatedTarget "right glossopharyngeal ganglion" .

[]
    oboInOwl:hasDbXref "ZFA:0007067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005362 ;
    owl:annotatedTarget "vagal ganglion" .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023092 ;
    owl:annotatedTarget "A pyramidal neuron which has an apical tree which is oriented towards the white matter." .

[]
    oboInOwl:hasDbXref "FMA:53472" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005362 ;
    owl:annotatedTarget "vagus neural ganglion" .

[]
    oboInOwl:hasDbXref "EMAPA:16798" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005362 ;
    owl:annotatedTarget "vagus X" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005388 ;
    owl:annotatedTarget "An array of photoreceptors and any supporting cells found in an eye." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005389 ;
    owl:annotatedTarget "A transparent structure that is part of a visual sense organ, the function of which is to direct or focus light onto a photoreceptor array." .

[]
    oboInOwl:hasDbXref "Wikipedia:Carotid_artery", "https://sourceforge.net/tracker/?func=detail&aid=3486870&group_id=76834&atid=994764" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005396 ;
    owl:annotatedTarget "One of: the common carotid artery, or its branches, the external and internal carotid arteries." .

[]
    oboInOwl:hasDbXref "AAO:0010217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005396 ;
    owl:annotatedTarget "carotid" .

[]
    oboInOwl:hasDbXref "MA:0001925" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005396 ;
    owl:annotatedTarget "carotid artery" .

[]
    oboInOwl:hasDbXref "FMA:70504" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005396 ;
    owl:annotatedTarget "subdivision of common carotid artery" .

[]
    oboInOwl:hasDbXref "FMA:70504" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005396 ;
    owl:annotatedTarget "common carotid arterial subdivision" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005398 ;
    owl:annotatedTarget "A sex gland that is part of a female reproductive system." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005401 ;
    owl:annotatedTarget "A gray matter that is part of a cerebral hemisphere." .

[]
    oboInOwl:hasDbXref "BTO:0000823" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005401 ;
    owl:annotatedTarget "cerebral gray matter" .

[]
    oboInOwl:hasDbXref "MA:0000944" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005401 ;
    owl:annotatedTarget "cerebral grey matter" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "The part of the digestive system that excludes the hepatobiliary system." .

[]
    oboInOwl:hasDbXref "GAID:294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "GI tract" .

[]
    oboInOwl:hasDbXref "MA:0000323" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "alimentary system" .

[]
    oboInOwl:hasDbXref "MA:0000323" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "alimentary tract" .

[]
    oboInOwl:hasDbXref "FMA:71132" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "gastro-intestinal system" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "gastroenterological system" .

[]
    oboInOwl:hasDbXref "GAID:294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "gastrointestinal (GI) tract" .

[]
    oboInOwl:hasDbXref "FMA:71132" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005409 ;
    owl:annotatedTarget "gastrointestinal system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005419 ;
    owl:annotatedTarget "A limb bud that develops into a forelimb or pectoral fin." .

[]
    oboInOwl:hasDbXref "VHOG:0001754" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005419 ;
    owl:annotatedTarget "forelimb - pectoral fin bud" .

[]
    oboInOwl:hasDbXref "TAO:0000141" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005419 ;
    owl:annotatedTarget "pectoral fin bud" .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023093 ;
    owl:annotatedTarget "A pyramidal neuron which lacks a tuft formation but extends small radial distances forming a star-like shape." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "An apical ectodermal ridge that is part of a pectoral appendage bud." .

[]
    oboInOwl:hasDbXref "VHOG:0001064" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "AER forelimb" .

[]
    oboInOwl:hasDbXref "VHOG:0001064" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "apical ectodermal ridge forelimb" .

[]
    oboInOwl:hasDbXref "ZFA:0000085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "apical ectodermal ridge pectoral fin bud" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000138" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "upper limb bud apical ectodermal ridge" .

[]
    oboInOwl:hasDbXref "TAO:0000085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "aer pectoral fin" .

[]
    oboInOwl:hasDbXref "TAO:0000085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "apical ectodermal ridge pectoral fin" .

[]
    oboInOwl:hasDbXref "TAO:0000085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005421 ;
    owl:annotatedTarget "apical fold pectoral fin" .

[]
    oboInOwl:hasDbXref "MIAA:0000019" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005423 ;
    owl:annotatedTarget "developmental tissue" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005425 ;
    owl:annotatedTarget "Portion of tissue that is the inner layer of the optic cup and will become the neural retina." .

[]
    oboInOwl:hasDbXref "ZFA:0001071" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005425 ;
    owl:annotatedTarget "inner layer optic cup" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001304" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005425 ;
    owl:annotatedTarget "optic cup inner layer" .

[]
    oboInOwl:hasDbXref "EMAPA:16675" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005425 ;
    owl:annotatedTarget "future neural epithelium" .

[]
    oboInOwl:hasDbXref "EMAPA:16675" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005425 ;
    owl:annotatedTarget "future neural layer" .

[]
    oboInOwl:hasDbXref "TAO:0001071" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005425 ;
    owl:annotatedTarget "presumptive retina" .

[]
    oboInOwl:hasDbXref "ZFIN:curator", "https://sourceforge.net/tracker/?func=detail&atid=994726&aid=3514998&group_id=76834" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005426 ;
    owl:annotatedTarget "Portion of tissue that gives rise to the lens." .

[]
    oboInOwl:hasDbXref "ZFA:0001679" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005426 ;
    owl:annotatedTarget "immature lens" .

[]
    oboInOwl:hasDbXref "ZFA:0001679", "ZFIN:ZDB-PUB-091023-49" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005426 ;
    owl:annotatedTarget "lens mass" .

[]
    oboInOwl:hasDbXref "ZFA:0001679" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005426 ;
    owl:annotatedTarget "presumptive lens" .

[]
    oboInOwl:hasDbXref "ZFIN:ZDB-PUB-061010-3" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005427 ;
    owl:annotatedTarget "Portion of tissue that is part of the eye and gives rise to the mature, fully layered cornea." .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005428 ;
    owl:annotatedTarget "Vagal neural crest is adjacent to the first seven somites gives rise to both ganglionic and ectomesenchymal derivatives[ZFA]." .

[]
    oboInOwl:hasDbXref "ZFA:0000818" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005428 ;
    owl:annotatedTarget "post-otic neural crest" .

[]
    oboInOwl:hasDbXref "MP:0012510" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005432 ;
    owl:annotatedTarget "The dilated structure that is lined by endothelial cells and located at the arterial pole of the heart just above (distal to) the truncus arteriosus in mammalian embryos; it is the primordial vascular channel from which the aortic arches (and eventually the dorsal aortae) arise; the aortic sac is homologous to the ventral aorta of gill-bearing vertebrates." .

[]
    oboInOwl:hasDbXref "FMA:24219" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005434 ;
    owl:annotatedTarget "cervical region" .

[]
    oboInOwl:hasDbXref "FMA:24219" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005434 ;
    owl:annotatedTarget "neck subdivision" .

[]
    oboInOwl:hasDbXref "FMA:24219" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005434 ;
    owl:annotatedTarget "region of neck" .

[]
    oboInOwl:hasDbXref "FMA:24219" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005434 ;
    owl:annotatedTarget "subdivision of neck" .

[]
    oboInOwl:hasDbXref "Wikipedia:Jugular_foramen" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005456 ;
    owl:annotatedTarget "The jugular foramen is a large aperture in the base of the skull. It is located behind the carotid canal and is formed in front by the petrous portion of the temporal, and behind by the occipital; it is generally larger on the right than on the left side." .

[]
    oboInOwl:hasDbXref "FMA:56432" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005456 ;
    owl:annotatedTarget "Posterior lacerate foramen" .

[]
    oboInOwl:hasDbXref "Wikipedia:Jugular_foramen" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005456 ;
    owl:annotatedTarget "foramen jugulare" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005460 ;
    owl:annotatedTarget "A vitelline vein that is in the left side of a multicellular organism." .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023094 ;
    owl:annotatedTarget "A pyramidal neuron which has a distinctive tuft formation, distal from the soma." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005472 ;
    owl:annotatedTarget "A vitelline vein that is in the right side of a multicellular organism." .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/Sulcus+limitans", "http://www.ncbi.nlm.nih.gov/books/NBK10047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005478 ;
    owl:annotatedTarget "A longitudinal groove in the neural tube wall that divides the neural tube into dorsal (alar) and ventral (basal) halves (dorsal receives input from sensory neurons, ventral effects motor functions); stretches from the mesencephalon caudad[TMD]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001265" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005478 ;
    owl:annotatedTarget "neural tube lateral wall sulcus limitans" .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0010666" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005487 ;
    owl:annotatedTarget "The paired veins that carry blood from the yolk sac back to the embryo." .

[]
    oboInOwl:hasDbXref "VHOG:0000401" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005487 ;
    owl:annotatedTarget "embryonic vitelline vein" .

[]
    oboInOwl:hasDbXref "XAO:0004147" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005487 ;
    owl:annotatedTarget "vascular vitelline network" .

[]
    oboInOwl:hasDbXref "EMAPA:16244" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005487 ;
    owl:annotatedTarget "omphalomesenteric vein" .

[]
    oboInOwl:hasDbXref "ZFA:0007066" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005491 ;
    owl:annotatedTarget "Cranial neural crest which gives rise to the glossopharyngeal ganglion." .

[]
    oboInOwl:hasDbXref "ZFA:0001435" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005496 ;
    owl:annotatedTarget "Portion of tissue on the side of the lumen of the neural tube." .

[]
    oboInOwl:hasDbXref "ZFA:0001435" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005496 ;
    owl:annotatedTarget "lateral wall neural tube" .

[]
    oboInOwl:hasDbXref "ZFA:0001178" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005497 ;
    owl:annotatedTarget "non neural ectoderm" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-neural-crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005497 ;
    owl:annotatedTarget "epidermal ectoderm" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-neural-crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005497 ;
    owl:annotatedTarget "epithelial ectoderm" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-neural-crest" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005497 ;
    owl:annotatedTarget "surface ectoderm" .

[]
    oboInOwl:hasDbXref "ZFA:0001178" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005497 ;
    owl:annotatedTarget "ventral ectoderm" .

[]
    oboInOwl:hasDbXref "ZFA:0000149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005498 ;
    owl:annotatedTarget "Multi-tissue structure that arises from the heart rudiment and will become the heart tube." .

[]
    oboInOwl:hasDbXref "EMAPA:16215" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005498 ;
    owl:annotatedTarget "primitive heart tube" .

[]
    oboInOwl:hasDbXref "EMAPA:16208" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005498 ;
    owl:annotatedTarget "early primitive heart tube" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005501 ;
    owl:annotatedTarget "A neural tube lateral wall that is part of a rhombomere." .

[]
    oboInOwl:hasDbXref "EMAPA:35364" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005501 ;
    owl:annotatedTarget "future hindbrain lateral wall" .

[]
    oboInOwl:hasDbXref "ZFA:0000080" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005563 ;
    owl:annotatedTarget "Cranial neural crest which gives rise to the trigeminal ganglion." .

[]
    oboInOwl:hasDbXref "ZFA:0001262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005564 ;
    owl:annotatedTarget "Portion of tissue that gives rise to the immature gonad." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005564 ;
    owl:annotatedTarget "future gonad" .

[]
    oboInOwl:hasDbXref "ZFA:0001262" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005564 ;
    owl:annotatedTarget "gonadal primordium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005564 ;
    owl:annotatedTarget "primitive gonad" .

[]
    oboInOwl:hasDbXref "ZFA:0001262" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005564 ;
    owl:annotatedTarget "undifferentiated gonad" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005564 ;
    owl:annotatedTarget "immature gonad" .

[]
    oboInOwl:hasDbXref "PMID:11830559" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005594 ;
    owl:annotatedTarget "Somite located in the head region, caudal to the otic vesicle." .

[]
    oboInOwl:hasDbXref "PMID:11830559", "XAO:0000313" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005594 ;
    owl:annotatedTarget "occipital somite" .

[]
    oboInOwl:hasDbXref "XAO:0000313" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005594 ;
    owl:annotatedTarget "cranial somite" .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023095 ;
    owl:annotatedTarget "A pyramidal neuron which lacks a clear tuft formation but extends to large radial distances." .

[]
    oboInOwl:hasDbXref "XAO:0001002" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005597 ;
    owl:annotatedTarget "A pair of lateral diverticula just over the liver rudiment representing the primordia of the lungs, formed by the floor of the foregut just anterior to the liver diverticulum." .

[]
    oboInOwl:hasDbXref "XAO:0001002" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005597 ;
    owl:annotatedTarget "lateral diverticula" .

[]
    oboInOwl:hasDbXref "AAO:3010717" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005597 ;
    owl:annotatedTarget "lung diverticulum" .

[]
    oboInOwl:hasDbXref "EFO:0002578" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005597 ;
    owl:annotatedTarget "lung endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005598 ;
    owl:annotatedTarget "A somite that is part of a trunk." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005614 ;
    owl:annotatedTarget "A layer of cuboidal epithelial cells bounded anteriorly by the capsule of the lens and posteriorly by the lens cortex." .

[]
    oboInOwl:hasDbXref "http://www.lab.anhb.uwa.edu.au/mb140/corepages/eye/eye.htm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005614 ;
    owl:annotatedTarget "lens subcapsular epithelium" .

[]
    oboInOwl:hasDbXref "FMA:70612" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005614 ;
    owl:annotatedTarget "subcapsular lens epithelium" .

[]
    oboInOwl:hasDbXref "EMAPA:17304" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005614 ;
    owl:annotatedTarget "anterior epithelium of lens vesicle" .

[]
    oboInOwl:hasDbXref "FMA:58889" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005614 ;
    owl:annotatedTarget "anterior surface of lens" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005631 ;
    owl:annotatedTarget "Intrinsic membrane that arises from embryonic germ layers and grow to surround the developing embryo." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005638 ;
    owl:annotatedTarget "An epithelium that is part of a anterior chamber of eyeball." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005656 ;
    owl:annotatedTarget "An epithelium that is part of a lens vesicle." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005660 ;
    owl:annotatedTarget "An ectoderm that is part of a pharyngeal arch 2." .

[]
    oboInOwl:hasDbXref "VHOG:0001062" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005660 ;
    owl:annotatedTarget "2nd pharyngeal arch ectoderm" .

[]
    oboInOwl:hasDbXref "PMID:30715238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023111 ;
    owl:annotatedTarget "A pyramidal neuron with soma located in the cerebral cortex." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005661 ;
    owl:annotatedTarget "An ectoderm that is part of a pharyngeal arch 3." .

[]
    oboInOwl:hasDbXref "VHOG:0000946" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005661 ;
    owl:annotatedTarget "3rd pharyngeal arch ectoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005662 ;
    owl:annotatedTarget "An ectoderm that is part of a pharyngeal arch 4." .

[]
    oboInOwl:hasDbXref "VHOG:0001095" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005662 ;
    owl:annotatedTarget "4th pharyngeal arch ectoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005664 ;
    owl:annotatedTarget "An endoderm that is part of a pharyngeal arch 2." .

[]
    oboInOwl:hasDbXref "VHOG:0001108" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005664 ;
    owl:annotatedTarget "2nd pharyngeal arch endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005665 ;
    owl:annotatedTarget "An endoderm that is part of a pharyngeal arch 3." .

[]
    oboInOwl:hasDbXref "VHOG:0001081" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005665 ;
    owl:annotatedTarget "3rd pharyngeal arch endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005666 ;
    owl:annotatedTarget "An endoderm that is part of a pharyngeal arch 4." .

[]
    oboInOwl:hasDbXref "VHOG:0001092" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005666 ;
    owl:annotatedTarget "4th pharyngeal arch endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005669 ;
    owl:annotatedTarget "A mesothelium that is part of a peritoneal cavity." .

[]
    oboInOwl:hasDbXref "EMAPA:16139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005669 ;
    owl:annotatedTarget "mesothelium of peritoneal component" .

[]
    oboInOwl:hasDbXref "FMA:18147" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005669 ;
    owl:annotatedTarget "mesothelium of peritoneum" .

[]
    oboInOwl:hasDbXref "BTO:0003156", "EMAPA:16139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005669 ;
    owl:annotatedTarget "peritoneal mesothelium" .

[]
    oboInOwl:hasDbXref "FMA:18147" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005669 ;
    owl:annotatedTarget "peritoneum mesothelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005672 ;
    owl:annotatedTarget "An endothelium that is part of a right lung." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005673 ;
    owl:annotatedTarget "An endothelium that is part of a left lung." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005688 ;
    owl:annotatedTarget "An anatomical cavity that is part of a lens vesicle." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000986" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0005688 ;
    owl:annotatedTarget "lens cavity" .

[]
    oboInOwl:hasDbXref "DOI:10.1007/3-540-29623-9_3240" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023154 ;
    owl:annotatedTarget "A glial cell that myelinates axonal processes." .

[]
    oboInOwl:hasDbXref "EMAPA:17164" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005688 ;
    owl:annotatedTarget "cavity of lens vesicle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005689 ;
    owl:annotatedTarget "Mesenchyme that is part of a pharyngeal arch 2." .

[]
    oboInOwl:hasDbXref "VHOG:0001102" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005689 ;
    owl:annotatedTarget "2nd pharyngeal arch mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005690 ;
    owl:annotatedTarget "Mesenchyme that is part of a pharyngeal arch 3." .

[]
    oboInOwl:hasDbXref "VHOG:0001083" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005690 ;
    owl:annotatedTarget "3rd pharyngeal arch mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005691 ;
    owl:annotatedTarget "Mesenchyme that is part of a pharyngeal arch 4." .

[]
    oboInOwl:hasDbXref "VHOG:0001052" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005691 ;
    owl:annotatedTarget "4th pharyngeal arch mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005702 ;
    owl:annotatedTarget "Mesenchyme that is part of a optic eminence." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005720 ;
    owl:annotatedTarget "A venous system that is part of a hindbrain." .

[]
    oboInOwl:hasDbXref "VHOG:0001322" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005720 ;
    owl:annotatedTarget "rhombencephalon venous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005729 ;
    owl:annotatedTarget "A limb/fin field that has the potential to develop into a pectoral appendage bud mesenchyme." .

[]
    oboInOwl:hasDbXref "ISBN:9780878932504" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005732 ;
    owl:annotatedTarget "A ring of cells capable of forming a limb or paired fin[Gilbert,modified]." .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Tunica_externa_(vessels)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005734 ;
    owl:annotatedTarget "The outermost layer of a blood vessel, composed mainly of fibrous tissue." .

[]
    oboInOwl:hasDbXref "Wikipedia:Tunica_externa_(vessels)" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005734 ;
    owl:annotatedTarget "adventitia externa" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tunica_externa_(vessels)" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005734 ;
    owl:annotatedTarget "tunica adventitia" .

[]
    oboInOwl:hasDbXref "PMID:15378039" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023159 ;
    owl:annotatedTarget "An interneuron that has double bouquet morphology." .

[]
    oboInOwl:hasDbXref "Wikipedia:Tunica_externa_(vessels)" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005734 ;
    owl:annotatedTarget "tunica adventitia of vessel" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tunica_externa_(vessels)" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005734 ;
    owl:annotatedTarget "external coat" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005740 ;
    owl:annotatedTarget "A tunica intima that is part of a artery." .

[]
    oboInOwl:hasDbXref "EV:0100028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005740 ;
    owl:annotatedTarget "arterial intima" .

[]
    oboInOwl:hasDbXref "FMA:14272" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005740 ;
    owl:annotatedTarget "tunica interna (intima)(arteriae)" .

[]
    oboInOwl:hasDbXref "Wikipedia:Adventitia" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005742 ;
    owl:annotatedTarget "An outermost connective tissue covering of an organ, vessel, or other structure[WP]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Adventitia" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005742 ;
    owl:annotatedTarget "tunica advetitia" .

[]
    oboInOwl:hasDbXref "FMA:45635" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005742 ;
    owl:annotatedTarget "tunica externa" .

[]
    oboInOwl:hasDbXref "TAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005744 ;
    owl:annotatedTarget "Anatomical space that is an opening in a bone, usually for passage of blood vessels or nerves." .

[]
    oboInOwl:hasDbXref "ZFA:0005386" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0005744 ;
    owl:annotatedTarget "foramen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005764 ;
    owl:annotatedTarget "An acellular anatomical structure that is the bounding layer of a anatomical structure." .

[]
    oboInOwl:hasDbXref "Wikipedia:Basement_membrane", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005769 ;
    owl:annotatedTarget "An acellular membrane that is part of the epithelium, lies adjacent to the epithelial cells, and is the fusion of the the basal lamina and the reticular lamina." .

[]
    oboInOwl:hasDbXref "FMA:63872" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005769 ;
    owl:annotatedTarget "basement membrane of connective tissue" .

[]
    oboInOwl:hasDbXref "FMA:63872" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005769 ;
    owl:annotatedTarget "basement membrane" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Aortic_Segment" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005800 ;
    owl:annotatedTarget "Any portion of the aorta including the ascending and descending aorta, and aortic arch or a portion of the aortic orifice of the left ventricle." .

[]
    oboInOwl:hasDbXref "FMA:13087" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005800 ;
    owl:annotatedTarget "aortic segment" .

[]
    oboInOwl:hasDbXref "FMA:13087" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005800 ;
    owl:annotatedTarget "segment of aorta" .

[]
    oboInOwl:hasDbXref "GO:0035907", "https://sourceforge.net/p/geneontology/ontology-requests/8525/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005805 ;
    owl:annotatedTarget "The dorsal aorta is a blood vessel in a single-pass circulatory system that carries oxygenated blood from the gills to the rest of the body. In a single-pass circulatory system blood passes once through the heart to supply the body once." .

[]
    oboInOwl:hasDbXref "ZFA:0000014" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005805 ;
    owl:annotatedTarget "DA" .

[]
    oboInOwl:hasDbXref "VHOG:0000264" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005805 ;
    owl:annotatedTarget "dorsal aorta root" .

[]
    oboInOwl:hasDbXref "VHOG:0000264" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005805 ;
    owl:annotatedTarget "dorsal aortic root" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005837 ;
    owl:annotatedTarget "A fascicle that is part of a spinal cord." .

[]
    oboInOwl:hasDbXref "FMA:75799" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005837 ;
    owl:annotatedTarget "spinal cord fasciculus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005838 ;
    owl:annotatedTarget "A fascicle that is part of a brain." .

[]
    oboInOwl:hasDbXref "FMA:83844" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005838 ;
    owl:annotatedTarget "brain fasciculus" .

[]
    oboInOwl:hasDbXref "BIRNLEX:2665" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005844 ;
    owl:annotatedTarget "axial part of spinal cord" .

[]
    oboInOwl:hasDbXref "BIRNLEX:2665" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005844 ;
    owl:annotatedTarget "axial regional part of spinal cord" .

[]
    oboInOwl:hasDbXref "FMA:62420" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005844 ;
    owl:annotatedTarget "segment of spinal cord" .

[]
    oboInOwl:hasDbXref "AEO:0000148" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005856 ;
    owl:annotatedTarget "A delimited region of dense mesenchyme within looser mesenchyme." .

[]
    oboInOwl:hasDbXref "EMAPA:25351" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005856 ;
    owl:annotatedTarget "mesenchyme condensation" .

[]
    oboInOwl:hasDbXref "GO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005863 ;
    owl:annotatedTarget "Cell condensation that is an aggregation of mesenchymal cells that are committed to differentiate into chondroblasts and chondrocytes." .

[]
    oboInOwl:hasDbXref "EMAPA:25353" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005863 ;
    owl:annotatedTarget "cartilage condensation" .

[]
    oboInOwl:hasDbXref "EHDAA2:0003147" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005863 ;
    owl:annotatedTarget "cartilagenous condensation" .

[]
    oboInOwl:hasDbXref "VSAO:0000092" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005863 ;
    owl:annotatedTarget "chondrogenic condensation" .

[]
    oboInOwl:hasDbXref "PMID:22865660" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4023168 ;
    owl:annotatedTarget "A neuron that is part of the somatic sensory system. Somatosensory neurons innervate the skin or integument to detect different types of thermal, chemical, and mechanical touch stimuli." .

[]
    oboInOwl:hasDbXref "AEO:0000150", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005866 ;
    owl:annotatedTarget "A delimited region of dense mesenchyme within looser mesenchyme whose cells are committed to become chondroblasts." .

[]
    oboInOwl:hasDbXref "ISBN:0-683-40008-8", "MP:0010939" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005867 ;
    owl:annotatedTarget "The paired ventral prominences formed by bifurcation of the first pharyngeal arches in the embryo; the two prominences unite ventrally and fuse to form the mandible and lower lip." .

[]
    oboInOwl:hasDbXref "Wikipedia:Mandibular_prominence" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005867 ;
    owl:annotatedTarget "mandibular process" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005867 ;
    owl:annotatedTarget "mandibular swelling" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "(-)-arterenol" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005884 ;
    owl:annotatedTarget "A subdivision of skeleton that supports pharyngeal arch 2." .

[]
    oboInOwl:hasDbXref "ZFA:0001276" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005884 ;
    owl:annotatedTarget "hyoid arch skeleton" .

[]
    oboInOwl:hasDbXref "ZFA:0001276" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005884 ;
    owl:annotatedTarget "pharyngeal arch 2 skeleton" .

[]
    oboInOwl:hasDbXref "TAO:0001276" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0005884 ;
    owl:annotatedTarget "hyoid bars" .

[]
    oboInOwl:hasDbXref "TAO:0001414", "UBERONREF:0000007" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005902 ;
    owl:annotatedTarget "Anatomical cluster that is located in the posterior region of the cranium and forms the margin of the foramen magnum and occipital condyles." .

[]
    oboInOwl:hasDbXref "ZFA:0001414" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005902 ;
    owl:annotatedTarget "basicranial region" .

[]
    oboInOwl:hasDbXref "FMA:49187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005902 ;
    owl:annotatedTarget "occipital part of head" .

[]
    oboInOwl:hasDbXref "FMA:49187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005902 ;
    owl:annotatedTarget "occipital region of head" .

[]
    oboInOwl:hasDbXref "FMA:49187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005902 ;
    owl:annotatedTarget "back of head" .

[]
    oboInOwl:hasDbXref "FMA:9689", "https://github.com/obophenotype/uberon/issues/86" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005906 ;
    owl:annotatedTarget "Organ with organ cavity, which has as parts a serous membrane and a serous cavity . Examples: pleural sac, pericardial sac, tendon sheath, bursa.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:69065" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005911 ;
    owl:annotatedTarget "Epithelium that derives from the endoderm. Examples: urothelium, transitional epithelium of ureter, epithelium of prostatic gland.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:71221", "VSAO:0000056", "Wikipedia:Axial_skeleton", "https://github.com/obophenotype/uberon/issues/44", "https://github.com/obophenotype/uberon/wiki/The-axial-skeleton" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005944 ;
    owl:annotatedTarget "Subdivision of skeleton which consists of cranial skeleton, set of all vertebrae, set of all ribs and sternum[FMA, modified]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005946 ;
    owl:annotatedTarget "An outflow tract that is part of a cardiac atrium." .

[]
    oboInOwl:hasDbXref "FMA:14141" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005946 ;
    owl:annotatedTarget "outflow part of atrium" .

[]
    oboInOwl:hasDbXref "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "Anteriosuperior, smooth-walled portion of the cavity of the right ventricle, beginning at the supraventricular crest and terminating in the pulmonary trunk." .

[]
    oboInOwl:hasDbXref "Wikipedia:Conus_arteriosus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "infundibulum" .

[]
    oboInOwl:hasDbXref "FMA:7216" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "conus arteriosus (infundibulum)" .

[]
    oboInOwl:hasDbXref "FMA:7216", "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "infundibulum of right ventricle" .

[]
    oboInOwl:hasDbXref "FMA:7216" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "outflow tract of right ventricle" .

[]
    oboInOwl:hasDbXref "FMA:7216" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "pulmonary conus" .

[]
    oboInOwl:hasDbXref "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "right ventricle pulmonary outflow tract" .

[]
    oboInOwl:hasDbXref "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "right ventricular outflow tract" .

[]
    oboInOwl:hasDbXref "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "arterial cone" .

[]
    oboInOwl:hasDbXref "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "conus arteriosus" .

[]
    oboInOwl:hasDbXref "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "pulmonary cone" .

[]
    oboInOwl:hasDbXref "MP:0010428" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0005953 ;
    owl:annotatedTarget "pulmonary conus" .

[]
    oboInOwl:hasDbXref "MP:0010429" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005956 ;
    owl:annotatedTarget "Anterosuperior fibrous portion of the left ventricle that connects to the ascending aorta." .

[]
    oboInOwl:hasDbXref "MP:0010429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005956 ;
    owl:annotatedTarget "Sibson vestibule" .

[]
    oboInOwl:hasDbXref "FMA:9473", "MP:0010429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005956 ;
    owl:annotatedTarget "aortic vestibule" .

[]
    oboInOwl:hasDbXref "MP:0010429" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005956 ;
    owl:annotatedTarget "heart left ventricle outflow tract" .

[]
    oboInOwl:hasDbXref "FMA:9473" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005956 ;
    owl:annotatedTarget "left ventricular outflow" .

[]
    oboInOwl:hasDbXref "HP:0011103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005956 ;
    owl:annotatedTarget "left ventricular outflow tract" .

[]
    oboInOwl:hasDbXref "FMA:9473" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005956 ;
    owl:annotatedTarget "outflow tract of left ventricle" .

[]
    oboInOwl:hasDbXref "FMA:9550", "FMA:FMA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005965 ;
    owl:annotatedTarget "Outflow part of atrium which consists of wall and cavity of the outflow part of right atrium and the tricuspid valve.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:9550" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005965 ;
    owl:annotatedTarget "main part of right atrium" .

[]
    oboInOwl:hasDbXref "FMA:9550" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005965 ;
    owl:annotatedTarget "outflow tract of right atrium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005966 ;
    owl:annotatedTarget "An outflow tract of atrium that is part of a left atrium." .

[]
    oboInOwl:hasDbXref "FMA:9551" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005966 ;
    owl:annotatedTarget "main part of left atrium" .

[]
    oboInOwl:hasDbXref "FMA:9551" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005966 ;
    owl:annotatedTarget "outflow tract of left atrium" .

[]
    oboInOwl:hasDbXref "MP:0010495" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005979 ;
    owl:annotatedTarget "The vertical crest of the interior wall of the right atrium that lies to the right of the sinus of the vena cava and separates this from the remainder of the right atrium." .

[]
    oboInOwl:hasDbXref "FMA:9236" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005979 ;
    owl:annotatedTarget "crista terminalis cordis" .

[]
    oboInOwl:hasDbXref "FMA:9236" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005979 ;
    owl:annotatedTarget "crista terminalis of right atrium" .

[]
    oboInOwl:hasDbXref "MP:0010545" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005983 ;
    owl:annotatedTarget "The laminar structure of the heart." .

[]
    oboInOwl:hasDbXref <https://orcid.org/0000-0001-9990-8331> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4030029 ;
    owl:annotatedTarget "A lymphocyte located in blood." .

[]
    oboInOwl:hasDbXref "MP:0010551" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005985 ;
    owl:annotatedTarget "Any of the arteries or veins that supply blood to the heart or return blood from the heart muscles to the circulation." .

[]
    oboInOwl:hasDbXref "IUPHAR" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "(-)-noradrenaline" .

[]
    oboInOwl:hasDbXref "MP:0010592" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0005989 ;
    owl:annotatedTarget "The wall of the heart that separates the right atrium and left ventricle; and is located just above the septal cusp of the tricuspid valve." .

[]
    oboInOwl:hasDbXref "FMA:7136" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0005989 ;
    owl:annotatedTarget "membranous atrioventricular septum" .

[]
    oboInOwl:hasDbXref "MP:0010664", "Wikipedia:Vitelline_arteries" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006002 ;
    owl:annotatedTarget "The paired arteries that carry blood to the yolk sac from the dorsal aorta." .

[]
    oboInOwl:hasDbXref "http://code.google.com/p/caro2/issues/detail?id=5", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006003 ;
    owl:annotatedTarget "Anatomical structure embedded in or located in the integument that is part of the integumental system. Examples: hair, follicles, skin glands, claws, nails, feathers." .

[]
    oboInOwl:hasDbXref "GO:GO" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0006003 ;
    owl:annotatedTarget "body hair or bristle" .

[]
    oboInOwl:hasDbXref "Wikipedia:Skin_appendage" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006003 ;
    owl:annotatedTarget "skin adnexa" .

[]
    oboInOwl:hasDbXref "Wikipedia:Skin_appendage" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006003 ;
    owl:annotatedTarget "skin appendage" .

[]
    oboInOwl:hasDbXref "Wikipedia:Nervous_system_fiber" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006134 ;
    owl:annotatedTarget "A threadlike extension of a nerve cell and consists of an axon and myelin sheath (if it is myelinated) in the nervous system. There are nerve fibers in the central nervous system and peripheral nervous system. A nerve fiber may be myelinated and/or unmyelinated. In the central nervous system (CNS), myelin by oligodendroglia cells is formed. Schwann cells form myelin in the peripheral nervous system (PNS). Schwann cells also make a thin covering in an axon without myelin (in the PNS). A peripheral nerve fiber contains an axon, myelin sheath, schwann cells and its endoneurium. There are no endoneurium and schwann cells in the central nervous system." .

[]
    oboInOwl:hasDbXref "FMA:5914" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006134 ;
    owl:annotatedTarget "nerve fibre" .

[]
    oboInOwl:hasDbXref "FMA:5914" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006134 ;
    owl:annotatedTarget "neurofibrum" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Myelinated_Nerve_Fiber" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006135 ;
    owl:annotatedTarget "Axons of neurons encased in a lipoproteinaceous material called myelin. (MeSH)." .

[]
    oboInOwl:hasDbXref "FMA:5916" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006136 ;
    owl:annotatedTarget "non-myelinated nerve fiber" .

[]
    oboInOwl:hasDbXref "MP:0010650", "Wikipedia:Aorticopulmonary_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006207 ;
    owl:annotatedTarget "The spiral septum that separates the truncus arteriosus into a ventral pulmonary trunk and the dorsal aorta[MP]. The aorticopulmonary septum is developmentally formed from neural crest, specifically the cardiac neural crest, and actively separates the aorta and pulmonary arteries and fuses with the interventricular septum within the heart during development. The actual mechanism of septation of the outflow tract is poorly understood, but is recognized as a dynamic process with contributions from contractile, hemodynamic, and extracellular matrix interactions." .

[]
    oboInOwl:hasDbXref "Wikipedia:Aorticopulmonary_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006207 ;
    owl:annotatedTarget "aortico-pulmonary septum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Aorticopulmonary_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006207 ;
    owl:annotatedTarget "aorticopulmonary septum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Aorticopulmonary_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006207 ;
    owl:annotatedTarget "aortic septum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Aorticopulmonary_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006207 ;
    owl:annotatedTarget "spiral septum" .

[]
    oboInOwl:hasDbXref "MP:0012521" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006211 ;
    owl:annotatedTarget "The thin bilaminar membrane derived from the prechordal plate that is devoid of mesoderm and formed by the apposition of the stomodeal ectoderm with the foregut endoderm; after the embryonic head fold has evolved it lies at the caudal limit of the stomodeum, forming a septum between the primitive mouth and pharynx; the membrane eventually disappears, and thus a communication is established between the mouth and the future pharynx." .

[]
    oboInOwl:hasDbXref "MP:0012521" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006211 ;
    owl:annotatedTarget "oral membrane" .

[]
    oboInOwl:hasDbXref "MP:0012521" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006211 ;
    owl:annotatedTarget "oral plate" .

[]
    oboInOwl:hasDbXref "Wikipedia:Buccopharyngeal_membrane" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006211 ;
    owl:annotatedTarget "oropharyngeal membrane" .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Diencephalon" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006222 ;
    owl:annotatedTarget "The foremost region of the future forebrain that develops into the diencephalon." .

[]
    oboInOwl:hasDbXref "TAO:0000574" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006222 ;
    owl:annotatedTarget "presumptive diencephalon" .

[]
    oboInOwl:hasDbXref "NLX:94995" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006238 ;
    owl:annotatedTarget "The embryonic precursor of the brain." .

[]
    oboInOwl:hasDbXref "TAO:0000146" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006238 ;
    owl:annotatedTarget "brain rudiment" .

[]
    oboInOwl:hasDbXref "ZFA:0000146" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006238 ;
    owl:annotatedTarget "presumptive brain" .

[]
    oboInOwl:hasDbXref "NLX:94995" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0006238 ;
    owl:annotatedTarget "encephalon" .

[]
    oboInOwl:hasDbXref "BTO:0004726" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006238 ;
    owl:annotatedTarget "embryonic brain" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006239 ;
    owl:annotatedTarget "A tendon that has the potential to develop into a central tendon." .

[]
    oboInOwl:hasDbXref "PMID:18757316", "PMID:21364219", "PMID:34044844", "PMID:37834236" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4030034 ;
    owl:annotatedTarget "A multiciliated epithelial cell located in the respiratory tract epithelium, characterized by a columnar shape and motile cilia on its apical surface. This cell develops through a highly orchestrated process, transitioning from a basal progenitor via an intermediate deuterosomal cell stage that generates centrioles essential for ciliogenesis." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006239 ;
    owl:annotatedTarget "cranial derivative of septum transversum" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006239 ;
    owl:annotatedTarget "cranial part of septum transversum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006240 ;
    owl:annotatedTarget "A presumptive structure that has the potential to develop into a forebrain." .

[]
    oboInOwl:hasDbXref "ZFA:0000062" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006240 ;
    owl:annotatedTarget "presumptive forebrain" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "(-)-norepinephrine" .

[]
    oboInOwl:hasDbXref "TAO:0000062" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006240 ;
    owl:annotatedTarget "presumptive prosencephalon" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000661" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006240 ;
    owl:annotatedTarget "prosencephalon" .

[]
    oboInOwl:hasDbXref "ZFA:0000417" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006241 ;
    owl:annotatedTarget "presumptive spinal cord" .

[]
    oboInOwl:hasDbXref "TAO:0000417" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006241 ;
    owl:annotatedTarget "presumptive spinal cord neural keel" .

[]
    oboInOwl:hasDbXref "TAO:0000417" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006241 ;
    owl:annotatedTarget "presumptive spinal cord neural plate" .

[]
    oboInOwl:hasDbXref "TAO:0000417" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006241 ;
    owl:annotatedTarget "presumptive spinal cord neural rod" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000996" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006260 ;
    owl:annotatedTarget "lingual swelling" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006264 ;
    owl:annotatedTarget "An anatomical junctions that overlaps the mouth and foregut." .

[]
    oboInOwl:hasDbXref "VHOG:0001212" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006267 ;
    owl:annotatedTarget "The notochordal plate is the dorsal part of the notochordal process when the ventral portion breaks down. It is continuous laterally with the endoderm that composes the roof of the primitive foregut and is in contact dorsally with the neural tube. The folding off of the notochordal plate gives rise to the notochord." .

[]
    oboInOwl:hasDbXref "http://www.med.umich.edu/lrc/coursepages/m1/embryology/embryo/05embryonicperiod.htm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006268 ;
    owl:annotatedTarget "A midline cellular cord formed from the migration of mesenchymal cells from the primitive knot." .

[]
    oboInOwl:hasDbXref "ISBN:0124020607", "VHOG:0001505" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006279 ;
    owl:annotatedTarget "Each of the canals that links the peritoneal cavity and the caudal part of a pleural cavity." .

[]
    oboInOwl:hasDbXref "VHOG:0001505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006279 ;
    owl:annotatedTarget "pleuroperitoneal channel" .

[]
    oboInOwl:hasDbXref "ZFA:0001719" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006283 ;
    owl:annotatedTarget "Multi-tissue structure that is part of the heart tube and will become the cardiac ventricle." .

[]
    oboInOwl:hasDbXref "ZFA:0001719" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006283 ;
    owl:annotatedTarget "presumptive cardiac ventricle heart tube" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001531" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006283 ;
    owl:annotatedTarget "primitive ventricle" .

[]
    oboInOwl:hasDbXref "EMAPA:16350" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006283 ;
    owl:annotatedTarget "primitive ventricle of heart" .

[]
    oboInOwl:hasDbXref "FMA:71006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006283 ;
    owl:annotatedTarget "primordial cardiac ventricle" .

[]
    oboInOwl:hasDbXref "FMA:71006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006283 ;
    owl:annotatedTarget "primordial ventricle" .

[]
    oboInOwl:hasDbXref "PMID:34030460" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033008 ;
    owl:annotatedTarget "A(n) vein endothelial cell that is part of a(n) respiratory system." .

[]
    oboInOwl:hasDbXref "EMAPA:16663" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006304 ;
    owl:annotatedTarget "trigeminal V preganglion" .

[]
    oboInOwl:hasDbXref "EMAPA:16663" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006304 ;
    owl:annotatedTarget "trigeminal preganglion" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006311 ;
    owl:annotatedTarget "A segment of the eyeball that is filled with refractive media." .

[]
    oboInOwl:hasDbXref "MA:0002459" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006311 ;
    owl:annotatedTarget "eye chamber" .

[]
    oboInOwl:hasDbXref "FMA:58071" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006311 ;
    owl:annotatedTarget "eyeball chamber" .

[]
    oboInOwl:hasDbXref "BTO:0002085" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006311 ;
    owl:annotatedTarget "chamber of eye" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006312 ;
    owl:annotatedTarget "Body substance in a liquid or semi-solid state in the eyeball which serves to refract light." .

[]
    oboInOwl:hasDbXref "MESH:A12.207", "Wikipedia:Body_fluid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006314 ;
    owl:annotatedTarget "Liquid components of living organisms. includes fluids that are excreted or secreted from the body as well as body water that normally is not." .

[]
    oboInOwl:hasDbXref "GAID:266" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006314 ;
    owl:annotatedTarget "body fluid" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006331 ;
    owl:annotatedTarget "A nucleus of brain that is part of a brainstem." .

[]
    oboInOwl:hasDbXref "EMAPA:32790" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006331 ;
    owl:annotatedTarget "brain stem nucleus" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Communicating_Artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006347 ;
    owl:annotatedTarget "An artery that connects two larger arteries." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006535 ;
    owl:annotatedTarget "A portion of organism substance that secreted_by a zone of skin." .

[]
    oboInOwl:hasDbXref "MA:0002537" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006535 ;
    owl:annotatedTarget "skin fluid/secretion" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006537 ;
    owl:annotatedTarget "A portion of organism substance that is secreted by a female reproductive gland." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "(R)-(-)-norepinephrine" .

[]
    oboInOwl:hasDbXref "MA:0002510" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006537 ;
    owl:annotatedTarget "female reproductive system fluid/secretion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006538 ;
    owl:annotatedTarget "A portion of organism substance that secreted_by a respiratory system." .

[]
    oboInOwl:hasDbXref "GO:0060465" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006562 ;
    owl:annotatedTarget "The pharynx is the part of the digestive system immediately posterior to the mouth[GO]." .

[]
    oboInOwl:hasDbXref "PMID:33351116" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033018 ;
    owl:annotatedTarget "A megakaryocyte that is resident in the lung connective tissue." .

[]
    oboInOwl:hasDbXref "FMA:85030", "FMA:FMA" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006563 ;
    owl:annotatedTarget "Tunica media of artery which is continuous with the myocardium of right ventricle.[FMA]." .

[]
    oboInOwl:hasDbXref "PMID:36524131" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4033018 ;
    owl:annotatedTarget "lung resident megakaryocyte" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006566 ;
    owl:annotatedTarget "A myocardium that is part of a left ventricle of a heart." .

[]
    oboInOwl:hasDbXref "FMA:9558" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006566 ;
    owl:annotatedTarget "left ventricular myocardium" .

[]
    oboInOwl:hasDbXref "FMA:9558" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006566 ;
    owl:annotatedTarget "myocardium of left ventricle" .

[]
    oboInOwl:hasDbXref "PMID:36524131" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4033018 ;
    owl:annotatedTarget "lung-resident megakaryocyte" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006567 ;
    owl:annotatedTarget "A myocardium that is part of a right ventricle of a heart." .

[]
    oboInOwl:hasDbXref "FMA:9535" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006567 ;
    owl:annotatedTarget "myocardium of right ventricle" .

[]
    oboInOwl:hasDbXref "FMA:9535" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006567 ;
    owl:annotatedTarget "right ventricular myocardium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006569 ;
    owl:annotatedTarget "A nucleus of brain that is part of a diencephalon." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006595 ;
    owl:annotatedTarget "Presumptive structure of the blastula that will develop into endoderm." .

[]
    oboInOwl:hasDbXref "PMID:31558434", "PMID:331922198", "PMID:36883528", "PMID:37291214" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033044 ;
    owl:annotatedTarget "An epithelial cell part of respiratory tract epithelium that is a precursor of a multi-ciliated cell. This cell actively amplifies centrioles, a required step for multiciliogenesis." .

[]
    oboInOwl:hasDbXref "PMID:31558434", "PMID:331922198", "PMID:36883528" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_4033044 ;
    owl:annotatedTarget "In humans, deuterosomal cells have been noted to have enriched expression of the following: PLK4, FOXJ1, DEUP1, FOXN4, YPEL1, HES6 and CDC20B. Deuterosomal cells were termed after deuterosomes, the platforms of active centriole amplification." .

[]
    oboInOwl:hasDbXref "GOC:CVS", "GOC:YMB", "ZFA:0001116" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006598 ;
    owl:annotatedTarget "Portion of embryonic tissue determined by fate mapping to become a structure." .

[]
    oboInOwl:hasDbXref "ZFA:0001116" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006598 ;
    owl:annotatedTarget "presumptive structures" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006601 ;
    owl:annotatedTarget "Presumptive structure of the blastula that will develop into ectoderm." .

[]
    oboInOwl:hasDbXref "ZFA:0001376" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006601 ;
    owl:annotatedTarget "presumptive epidermis" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006603 ;
    owl:annotatedTarget "Presumptive structure of the blastula that will develop into mesoderm." .

[]
    oboInOwl:hasDbXref "TAO:wd", "Wikipedia:Symphysis_menti", "ZFA:0005488" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006606 ;
    owl:annotatedTarget "A cartilaginous joint that connects left and right mandibles/dentary bones. Mandibular symphysis is unpaired[TAO,modified]." .

[]
    oboInOwl:hasDbXref "TAO:0001851" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006606 ;
    owl:annotatedTarget "dentary symphysis" .

[]
    oboInOwl:hasDbXref "TAO:0001851" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006606 ;
    owl:annotatedTarget "inter-dentary joint" .

[]
    oboInOwl:hasDbXref "TAO:0001851" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006606 ;
    owl:annotatedTarget "inter-mandibular joint" .

[]
    oboInOwl:hasDbXref "MA:0001490" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006606 ;
    owl:annotatedTarget "symphysis menti" .

[]
    oboInOwl:hasDbXref "Wikipedia:Symphysis_menti" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006606 ;
    owl:annotatedTarget "mental symphysis" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "(R)-4-(2-amino-1-hydroxyethyl)-1,2-benzenediol" .

[]
    oboInOwl:hasDbXref "Wikipedia:Carotid_canal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006668 ;
    owl:annotatedTarget "On the interior surface of the temporal bone, behind the rough surface of the apex, is the large circular aperture of the carotid canal, which ascends at first vertically, and then, making a bend, runs horizontally forward and medialward. It transmits into the cranium, the internal carotid artery, and the carotid plexus of nerves. Sympathetics to the head also pass through the carotid canal. They have several motor functions: raise the eyelid (superior tarsal muscle), dilate pupil, innervate sweat glands of face and scalp and constricts blood vessels in head[WP]." .

[]
    oboInOwl:hasDbXref "MGI:csmith", "MP:0012061" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006670 ;
    owl:annotatedTarget "The three-lobed cloverleaf-shaped aponeurosis situated at the center of the diaphragm; the central tendon is fused with the fibrous pericardium that provides attachment for the muscle fibers." .

[]
    oboInOwl:hasDbXref "FMA:58279" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006670 ;
    owl:annotatedTarget "central tendon" .

[]
    oboInOwl:hasDbXref "FMA:58279" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006670 ;
    owl:annotatedTarget "centrum tendineum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006677 ;
    owl:annotatedTarget "An anatomical boundary that adjacent_to a epithelium." .

[]
    oboInOwl:hasDbXref "FMA:70997" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006677 ;
    owl:annotatedTarget "epithelium surface" .

[]
    oboInOwl:hasDbXref "DOI:10.1111/j.1096-3642.1981.tb01137.x", "PMID:10052456", "PMID:28655883", "http://www.nejohnston.org/Birds/documents/AvianTongues_Johnston.pdf" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033049 ;
    owl:annotatedTarget "A taste receptor cell that is part of a taste bud of a tongue." .

[]
    oboInOwl:hasDbXref "Wikipedia:Hypoglossal_canal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006682 ;
    owl:annotatedTarget "The hypoglossal canal is a bony canal in the occipital bone of the skull." .

[]
    oboInOwl:hasDbXref "EMAPA:19012" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006682 ;
    owl:annotatedTarget "anterior condylar canal" .

[]
    oboInOwl:hasDbXref "Wikipedia:Hypoglossal_canal" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006682 ;
    owl:annotatedTarget "hyperglossal canal" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tuberculum_impar" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006756 ;
    owl:annotatedTarget "During the third week of embryological development there appears, immediately behind the ventral ends of the two halves of the mandibular arch, a rounded swelling named the tuberculum impar, which was described by His as undergoing enlargement to form the buccal part of the tongue. More recent researches, however, show that this part of the tongue is mainly, if not entirely, developed from a pair of lateral swellings which rise from the inner surface of the mandibular arch and meet in the middle line. The site of their meeting remains post-embryonically as the median sulcus of the tongue. The tuberculum impar is said to form the central part of the tongue immediately in front of the foramen cecum, but Hammar insists that it is purely a transitory structure and forms no part of the adult tongue[WP, Gray's]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001081" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006756 ;
    owl:annotatedTarget "median lingual swelling" .

[]
    oboInOwl:hasDbXref "DOI:10.1016/s0022-5320(69)80043-2" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_4033049 ;
    owl:annotatedTarget "gustatory cell of tongue" .

[]
    oboInOwl:hasDbXref "http://emedicine.medscape.com/article/845125-overview" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006756 ;
    owl:annotatedTarget "median tongue bud" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tuberculum_impar" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006756 ;
    owl:annotatedTarget "tuberculum linguale mediale" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lateral_lingual_swelling" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006757 ;
    owl:annotatedTarget "During the third week there appears, immediately behind the ventral ends of the two halves of the mandibular arch, a rounded swelling named the tuberculum impar, which was described by His as undergoing enlargement to form the buccal part of the tongue. More recent researches, however, show that this part of the tongue is mainly, if not entirely, developed from a pair of lateral swellings (or distal tongue bud) which rise from the inner surface of the mandibular arch and meet in the middle line." .

[]
    oboInOwl:hasDbXref "Wikipedia:Lateral_lingual_swelling" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006757 ;
    owl:annotatedTarget "lateral swellings" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lateral_lingual_swelling" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006757 ;
    owl:annotatedTarget "tuberculum laterale" .

[]
    oboInOwl:hasDbXref "MP:0013477" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006761 ;
    owl:annotatedTarget "The edge of the cornea where it joins the sclera; the limbus is a common site for the occurrence of corneal epithelial neoplasm." .

[]
    oboInOwl:hasDbXref "FMA:58342", "GAID:896" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006761 ;
    owl:annotatedTarget "corneal limbus" .

[]
    oboInOwl:hasDbXref "PMID:17051547" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006761 ;
    owl:annotatedTarget "corneal-scleral limbus" .

[]
    oboInOwl:hasDbXref "GAID:896" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006761 ;
    owl:annotatedTarget "corneoscleral junction" .

[]
    oboInOwl:hasDbXref "FMA:58342" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006761 ;
    owl:annotatedTarget "sclerocorneal junction" .

[]
    oboInOwl:hasDbXref "GAID:896" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006761 ;
    owl:annotatedTarget "sclerocorneal limbus" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006799 ;
    owl:annotatedTarget "An epithelium that is composed primarily of secretory cells." .

[]
    oboInOwl:hasDbXref "FMA:63897" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006815 ;
    owl:annotatedTarget "Loose connective tissue located at the outer and inner layers of organs. Examples: submucosal connective tissue, tunica adventitia of artery, papillary dermis, superficial fascia of dorsum of hand." .

[]
    oboInOwl:hasDbXref "FMA:63897" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006815 ;
    owl:annotatedTarget "loose areolar connective tissue" .

[]
    oboInOwl:hasDbXref "AAO:0000027" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006815 ;
    owl:annotatedTarget "loose connective tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006833 ;
    owl:annotatedTarget "An anatomical space that surrounded_by a trachea." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006833 ;
    owl:annotatedTarget "lumen of cartilaginous trachea" .

[]
    oboInOwl:hasDbXref "FMA:7469" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006833 ;
    owl:annotatedTarget "tracheal lumen" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006834 ;
    owl:annotatedTarget "A subdivision of a the reproductive tract in a female organism that is the site of embryo development." .

[]
    oboInOwl:hasDbXref "AEO:0000161", "AEO:JB", "https://github.com/obophenotype/human-developmental-anatomy-ontology/issues/4" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006846 ;
    owl:annotatedTarget "A furrow or an incomplete tube." .

[]
    oboInOwl:hasDbXref "AEO:0000161" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006846 ;
    owl:annotatedTarget "groove" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006876 ;
    owl:annotatedTarget "A vasculature that is part of a organ." .

[]
    oboInOwl:hasDbXref "ISBN:0521442516", "PMID:12094209" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033050 ;
    owl:annotatedTarget "A neuron that releases catecholamine as a neurotransmitter." .

[]
    oboInOwl:hasDbXref "FMA:74612" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006876 ;
    owl:annotatedTarget "organ vasculature" .

[]
    oboInOwl:hasDbXref "FMA:74612" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006876 ;
    owl:annotatedTarget "set of blood vessels of organ" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006904 ;
    owl:annotatedTarget "A head mesenchyme that develops_from a mesoderm." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001118" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006904 ;
    owl:annotatedTarget "head mesenchyme from head mesoderm" .

[]
    oboInOwl:hasDbXref "EHDAA:1057" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006904 ;
    owl:annotatedTarget "mesenchyme derived from head mesoderm" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "(R)-norepinephrine" .

[]
    oboInOwl:hasDbXref "PMID:10191060", "PMID:12128258", "PMID:34880760", "https://orcid.org/0000-0002-2244-7917" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_4033050 ;
    owl:annotatedTarget "Frequently used when describing the developing nervous system in zebrafish. A catecholaminergic neuron expresses tyrosine hydroxylase (TH), tyrosine hydroxylase 2 (TH2), aromatic amino acid decarboxylase (AADC), dopamine b-hydroxylase (DBH), and phenylethanolamine-N-methyl transferase (PEMT), which are enzymes necessary for catecholamine synthesis." .

[]
    oboInOwl:hasDbXref "UBERON:0005280" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006904 ;
    owl:annotatedTarget "cranial mesoderm" .

[]
    oboInOwl:hasDbXref "AAO:0011051", "UBERON:0005280" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006904 ;
    owl:annotatedTarget "head mesoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006905 ;
    owl:annotatedTarget "Mesenchyme that is part of a mandibular prominence." .

[]
    oboInOwl:hasDbXref "EMAPA:17357" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006905 ;
    owl:annotatedTarget "mesenchyme of mandibular process" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006905 ;
    owl:annotatedTarget "mesenchyme of mandibular prominence" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006909 ;
    owl:annotatedTarget "An anatomical space that surrounded_by a digestive tract." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006909 ;
    owl:annotatedTarget "digestive tract lumen" .

[]
    oboInOwl:hasDbXref "BTO:0000349" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006909 ;
    owl:annotatedTarget "gut cavity" .

[]
    oboInOwl:hasDbXref "FMA:45677" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006909 ;
    owl:annotatedTarget "gut lumen" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006909 ;
    owl:annotatedTarget "lumen of alimentary tract" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006909 ;
    owl:annotatedTarget "lumen of digestive tract" .

[]
    oboInOwl:hasDbXref "FMA:45677" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006909 ;
    owl:annotatedTarget "lumen of gut" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006913 ;
    owl:annotatedTarget "An epithelium that is part of a lip." .

[]
    oboInOwl:hasDbXref "Wikipedia:Squamous_epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006914 ;
    owl:annotatedTarget "An epithelium characterised by its most superficial layer consisting of squamous epithelial cells." .

[]
    oboInOwl:hasDbXref "FMA:45563", "Wikipedia:Stratified_squamous_epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006915 ;
    owl:annotatedTarget "Multilaminar epithelium which consists of more than one layer of squamous cells only one layer of which is in contact with a basement membrane. Examples: keratinized stratified squamous epithelium, epithelium of wall of esophagus.[FMA]." .

[]
    oboInOwl:hasDbXref "FMA:45563" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006915 ;
    owl:annotatedTarget "epithelium stratificatum squamosum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006919 ;
    owl:annotatedTarget "A squamous epithelium that is part of a tongue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006919 ;
    owl:annotatedTarget "squamous epithelium of tongue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006920 ;
    owl:annotatedTarget "A squamous epithelium that is part of a esophagus." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006920 ;
    owl:annotatedTarget "esophageal squamous epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006920 ;
    owl:annotatedTarget "squamous epithelium of esophagus" .

[]
    oboInOwl:hasDbXref "MA:0001567" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006920 ;
    owl:annotatedTarget "squamous oesophageal epithelium" .

[]
    oboInOwl:hasDbXref "PMID:24928499", "PMID:27889329" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033054 ;
    owl:annotatedTarget "A cell that is adjacent to a vessel. A perivascular cell plays a crucial role in maintaining vascular function and tissue homeostasis. This cell type regulates vessel integrity and flow dynamics." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006921 ;
    owl:annotatedTarget "A squamous epithelium that is part of a stomach." .

[]
    oboInOwl:hasDbXref "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006924 ;
    owl:annotatedTarget "A glandular epithelium that lines the stomach. The stomach's glandular epithelium is characterized by the presence of gastric glands." .

[]
    oboInOwl:hasDbXref "FMA:63458" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0006924 ;
    owl:annotatedTarget "epithelium of gastric gland" .

[]
    oboInOwl:hasDbXref "FMA:63458" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006924 ;
    owl:annotatedTarget "gastric gland epithelium" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006925 ;
    owl:annotatedTarget "Any gland that is part of the digestive system." .

[]
    oboInOwl:hasDbXref "BTO:0000345" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0006925 ;
    owl:annotatedTarget "digestive gland" .

[]
    oboInOwl:hasDbXref "FMA:64800" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006929 ;
    owl:annotatedTarget "Simple columnar epithelium that constitutes the secretory part of a gland. Examples: epithelium of stomach, luminal epithelium of lactiferous duct.[FMA]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006931 ;
    owl:annotatedTarget "Stomach mucosa that is lined with glandular epithelium and part of a stomach glandular region." .

[]
    oboInOwl:hasDbXref "EMAPA:27167" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006931 ;
    owl:annotatedTarget "stomach glandular region glandular mucous membrane" .

[]
    oboInOwl:hasDbXref "BTO:0000314" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006934 ;
    owl:annotatedTarget "Simple columnar epithelium made up of cells specialized to serve as sensory cells for the reception of external stimuli, as the sensory cells of the cochlea, vestibule, nasal mucosa, and tongue." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "4-[(1R)-2-Amino-1-hydroxyethyl]-1,2-benzenediol" .

[]
    oboInOwl:hasDbXref "Wikipedia:Stroma_of_ovary" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006960 ;
    owl:annotatedTarget "The stroma of the ovary is a peculiar soft tissue, abundantly supplied with blood vessels, consisting for the most part of spindle-shaped cells with a small amount of ordinary connective tissue. These cells have been regarded by some anatomists as unstriped muscle cells, which, indeed, they most resemble; by others as connective-tissue cells. On the surface of the organ this tissue is much condensed, and forms a layer composed of short connective-tissue fibers, with fusiform cells between them. The stroma of the ovary may contain interstitial cells resembling those of the testis." .

[]
    oboInOwl:hasDbXref "FMA:18626" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006960 ;
    owl:annotatedTarget "interstitial tissue of ovary" .

[]
    oboInOwl:hasDbXref "FMA:18626" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006960 ;
    owl:annotatedTarget "ovarian stroma" .

[]
    oboInOwl:hasDbXref "MA:0002991" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006960 ;
    owl:annotatedTarget "ovary stroma" .

[]
    oboInOwl:hasDbXref "Wikipedia:Stroma_of_ovary" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006960 ;
    owl:annotatedTarget "stroma of the ovary" .

[]
    oboInOwl:hasDbXref "FMA:18626" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006960 ;
    owl:annotatedTarget "stroma ovarica" .

[]
    oboInOwl:hasDbXref "GO:0072360", "ZFA:0005077" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006965 ;
    owl:annotatedTarget "The vascular cord is the primordial vasculature that will develop into blood vessels by the process of tubulogenesis[GO]. The vascular cord is composed of angioblast or vascular endothelial cells in a solid linear mass called a cord. The cord then undergoes tubulogenesis to form the lumen of the vessels[ZFA]." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006966 ;
    owl:annotatedTarget "A capillary that is part of the coronary system." .

[]
    oboInOwl:hasDbXref "GO:0003248" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0006966 ;
    owl:annotatedTarget "heart capillary" .

[]
    oboInOwl:hasDbXref "CARO:0001002" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0006984 ;
    owl:annotatedTarget "A two dimensional anatomical structure that is the boundary between an anatomical structure and an anatomical substance, an anatomical space or the organism's environment. Examples include the surface of your skin, the surface of the lining of your gut; the surface of the endothelium of you aorta that is in contact with blood.n." .

[]
    oboInOwl:hasDbXref "XAO:0000235", "http://www.drugs.com/dict/cardiogenic-mesoderm.html", "https://github.com/obophenotype/insect_neuroanatomy_ontology/issues/7" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007005 ;
    owl:annotatedTarget "The splanchnic mesoderm in the cardiogenic region where the heart develops; it gives rise to endocardial heart tubes that fuse to form the primordial cardiac tube, the heart primordium[web]. Two migratory heart primordia that move ventrally during the course of neurulation, and then fuse[XAO]." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000214" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007005 ;
    owl:annotatedTarget "cardiogenic splanchnopleure" .

[]
    oboInOwl:hasDbXref "XAO:0000235" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007005 ;
    owl:annotatedTarget "cardiac mesoderm" .

[]
    oboInOwl:hasDbXref "http://www.drugs.com/dict/cardiogenic-mesoderm.html" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007005 ;
    owl:annotatedTarget "cardiogenic mesoderm" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007005 ;
    owl:annotatedTarget "cardiogenic region" .

[]
    oboInOwl:hasDbXref "XAO:0000235" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007005 ;
    owl:annotatedTarget "heart primordia" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007010 ;
    owl:annotatedTarget "Organism at the cleavage stage." .

[]
    oboInOwl:hasDbXref "PMID:38301653" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033081 ;
    owl:annotatedTarget "A(n) myeloid cell that is cycling." .

[]
    oboInOwl:hasDbXref "ZFA:0007064" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007098 ;
    owl:annotatedTarget "Cranial neural crest that migrates into the mandibular arch." .

[]
    oboInOwl:hasDbXref "ZFA:0007065" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007099 ;
    owl:annotatedTarget "Cranial neural crest that migrates into the hyoid arch." .

[]
    oboInOwl:hasDbXref "XAO:0000025" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007099 ;
    owl:annotatedTarget "hyoid crest" .

[]
    oboInOwl:hasDbXref "PMID:38301653" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4033081 ;
    owl:annotatedTarget "proliferating myeloid cell" .

[]
    oboInOwl:hasDbXref "GO:0007507" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007100 ;
    owl:annotatedTarget "A hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood or analogs[GO,modified]." .

[]
    oboInOwl:hasDbXref "Wikipedia:Heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0007100 ;
    owl:annotatedTarget "dorsal tube" .

[]
    oboInOwl:hasDbXref "GO:0007507" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0007100 ;
    owl:annotatedTarget "heart" .

[]
    oboInOwl:hasDbXref "FBbt:00003154" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007100 ;
    owl:annotatedTarget "adult heart" .

[]
    oboInOwl:hasDbXref "ISBN:0124020607", "PMID:16313389", "VHOG:0000970" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "A pharyngeal pouch that is between pharyngeal arches 1 and 2." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000013" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "1st arch branchial pouch" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000016" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "1st arch branchial pouch endoderm" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000016" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "1st arch pouch endoderm" .

[]
    oboInOwl:hasDbXref "VHOG:0000555" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "1st pharyngeal pouch endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "first arch pharyngeal pouch" .

[]
    oboInOwl:hasDbXref "XAO:0000102" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "first visceral pouch" .

[]
    oboInOwl:hasDbXref "XAO:0000102" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "visceral pouch 1" .

[]
    oboInOwl:hasDbXref "VHOG:0000970" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007122 ;
    owl:annotatedTarget "first pharyngeal pouch" .

[]
    oboInOwl:hasDbXref "ISBN:0124020607", "PMID:16313389" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "A pharyngeal puch that is between the pharyngeal arches 2 and 3." .

[]
    oboInOwl:hasDbXref "RETIRED_EHDAA2:0000060" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "2nd arch branchial pouch" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000061" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "2nd arch branchial pouch endoderm" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000058" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "2nd arch pouch endoderm" .

[]
    oboInOwl:hasDbXref "VHOG:0000561" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "2nd pharyngeal pouch endoderm" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "Arterenol" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "second arch pharyngeal pouch" .

[]
    oboInOwl:hasDbXref "XAO:0000247" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "second visceral pouch" .

[]
    oboInOwl:hasDbXref "XAO:0000247" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "visceral pouch 2" .

[]
    oboInOwl:hasDbXref "VHOG:0000967" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007123 ;
    owl:annotatedTarget "second pharyngeal pouch" .

[]
    oboInOwl:hasDbXref "ISBN:0124020607", "PMID:16313389", "Wikipedia:Pharyngeal_pouch_(embryology)#Third_pouch" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "A pharyngeal pouch that between pharyngeal arches 3 and 4." .

[]
    oboInOwl:hasDbXref "RETIRED_EHDAA2:0000076" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "3rd arch branchial pouch" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000077" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "3rd arch branchial pouch endoderm" .

[]
    oboInOwl:hasDbXref "VHOG:0001030" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "3rd pharyngeal pouch endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "third arch pharyngeal pouch" .

[]
    oboInOwl:hasDbXref "XAO:0000251" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "third visceral pouch" .

[]
    oboInOwl:hasDbXref "XAO:0000251" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "visceral pouch 3" .

[]
    oboInOwl:hasDbXref "VHOG:0000966" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007124 ;
    owl:annotatedTarget "third pharyngeal pouch" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007134 ;
    owl:annotatedTarget "Ganglion which is located in the trunk." .

[]
    oboInOwl:hasDbXref "MAT:0000344" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007134 ;
    owl:annotatedTarget "body ganglion" .

[]
    oboInOwl:hasDbXref "ZFIN:ZDB-PUB-961014-576" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007135 ;
    owl:annotatedTarget "An intermediate stage (between the neural plate and neural rod) during the early segmentation period in the morphogenesis of the central nervous system primordium; the keel is roughly triangular shaped in cross section." .

[]
    oboInOwl:hasDbXref "ZFA:0000131" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007135 ;
    owl:annotatedTarget "presumptive central nervous system" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007142 ;
    owl:annotatedTarget "An internal carotid artery that branching_part_of a left common carotid artery plus branches." .

[]
    oboInOwl:hasDbXref "FMA:4062" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007142 ;
    owl:annotatedTarget "arteria caritis interna sinistra" .

[]
    oboInOwl:hasDbXref "PMID:20614614", "PMID:29105366", "PMID:36983561", "PMID:37768272" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4033093 ;
    owl:annotatedTarget "A stem cell that is part of the corneo-scleral limbus. This cell type resides at the basal layer of the epithelium and has a small size and high nuclear to cytoplasmatic ratio (Secker and Daniels, 2009). A limbal stem cell is responsible for corneal epithelial renewal and repair (Li et al., 2023), and to help maintain a clear corneal surface by preventing conjunctival epithelial cells from migrating onto the cornea (Wang et al., 2023)." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007143 ;
    owl:annotatedTarget "An internal carotid artery that branching_part_of a right common carotid artery plus branches." .

[]
    oboInOwl:hasDbXref "FMA:3949" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007143 ;
    owl:annotatedTarget "arteria carotis interna dextra" .

[]
    oboInOwl:hasDbXref "PMID:20614614" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4033093 ;
    owl:annotatedTarget "limbal epithelial stem cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007188 ;
    owl:annotatedTarget "A mesothelium that is part of a serous pericardium." .

[]
    oboInOwl:hasDbXref "FMA:18149" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007188 ;
    owl:annotatedTarget "mesothelium of pericardium" .

[]
    oboInOwl:hasDbXref "FMA:18149" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007188 ;
    owl:annotatedTarget "pericardial mesothelium" .

[]
    oboInOwl:hasDbXref "FMA:18149" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007188 ;
    owl:annotatedTarget "serous pericardium mesothelium" .

[]
    oboInOwl:hasDbXref "PMID:17562792" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4033093 ;
    owl:annotatedTarget "limbal stem cell" .

[]
    oboInOwl:hasDbXref "Wikipedia:Bone_marrow#Stroma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007195 ;
    owl:annotatedTarget "The stroma of the bone marrow is all tissue not directly involved in the primary function of hematopoiesis. The yellow bone marrow belongs here, and makes the majority of the bone marrow stroma, in addition to stromal cells located in the red bone marrow. Yellow bone marrow is found in the Medullary cavity. Still, the stroma is indirectly involved in hematopoiesis, since it provides the hematopoietic microenvironment that facilitates hematopoiesis by the parenchymal cells. For instance, they generate colony stimulating factors, affecting hematopoiesis." .

[]
    oboInOwl:hasDbXref "FMA:21426" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007195 ;
    owl:annotatedTarget "bone marrow stroma" .

[]
    oboInOwl:hasDbXref "Wikipedia:Tracheobronchial_tree" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007196 ;
    owl:annotatedTarget "The structure from the trachea, bronchi, and bronchioles that forms the airways that supply air to the lungs. The lining of the tracheobronchial tree consists of ciliated columnar epithelial cells." .

[]
    oboInOwl:hasDbXref "HP:0005607" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007196 ;
    owl:annotatedTarget "tracheobronchial system" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007204 ;
    owl:annotatedTarget "The vasculature consisting of brachiocephalic arteries and veins." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007213 ;
    owl:annotatedTarget "Mesenchyme that develops_from a cranial neural crest." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000735" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007213 ;
    owl:annotatedTarget "head mesenchyme from neural crest" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007214 ;
    owl:annotatedTarget "Mesenchyme that develops_from a trunk neural crest." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002093" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007214 ;
    owl:annotatedTarget "trunk mesenchyme from neural crest" .

[]
    oboInOwl:hasDbXref "VHOG:0000510" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007237 ;
    owl:annotatedTarget "ventral pharyngeal arch 1" .

[]
    oboInOwl:hasDbXref "VHOG:0000510" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007237 ;
    owl:annotatedTarget "ventral mandibular arch" .

[]
    oboInOwl:hasDbXref "VHOG:0000510" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007237 ;
    owl:annotatedTarget "ventral visceral arch 1" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007239 ;
    owl:annotatedTarget "A tunica media that is part of a artery." .

[]
    oboInOwl:hasDbXref "EV:0100029" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007239 ;
    owl:annotatedTarget "arterial media" .

[]
    oboInOwl:hasDbXref "FMA:14273" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007239 ;
    owl:annotatedTarget "tunica media (arteriae)" .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "L-NOREPINEPHRINE" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007240 ;
    owl:annotatedTarget "A tunica adventitia that is part of a artery." .

[]
    oboInOwl:hasDbXref "EV:0100030" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007240 ;
    owl:annotatedTarget "arterial adventitia" .

[]
    oboInOwl:hasDbXref "FMA:14274" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007240 ;
    owl:annotatedTarget "tunica externa (adventitia)(arteriae)" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007241 ;
    owl:annotatedTarget "A tunica adventitia that is part of a vein." .

[]
    oboInOwl:hasDbXref "FMA:14355" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007241 ;
    owl:annotatedTarget "tunica externa (adventitia)(venae)" .

[]
    oboInOwl:hasDbXref "EV:0100034" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007241 ;
    owl:annotatedTarget "venous adventitia" .

[]
    oboInOwl:hasDbXref <https://orcid.org/0000-0002-0819-0473> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4040004 ;
    owl:annotatedTarget "Any mesenchymal stem cell of adipose tissue that is part of an orbital region." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007242 ;
    owl:annotatedTarget "A tunica intima that is part of a vein." .

[]
    oboInOwl:hasDbXref "FMA:14353" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007242 ;
    owl:annotatedTarget "tunica interna (intima)(venae)" .

[]
    oboInOwl:hasDbXref "EV:0100032" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007242 ;
    owl:annotatedTarget "venous intima" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007243 ;
    owl:annotatedTarget "A tunica media that is part of a vein." .

[]
    oboInOwl:hasDbXref "FMA:14354" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007243 ;
    owl:annotatedTarget "tunica media (venae)" .

[]
    oboInOwl:hasDbXref "PMID:31377878" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4040004 ;
    owl:annotatedTarget "OAMSC" .

[]
    oboInOwl:hasDbXref "EV:0100033" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007243 ;
    owl:annotatedTarget "venous media" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007245 ;
    owl:annotatedTarget "Gray matter of the central nervous system which is a collection of clustered nuclei." .

[]
    oboInOwl:hasDbXref "PMID:30210548" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4040004 ;
    owl:annotatedTarget "Orbital ASCs" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007247 ;
    owl:annotatedTarget "Any of the nuclei that comprise the superior olivary complex (superior olive). This includes both the primary nuclei such as the lateral and medial nuclei, as well as periolivary nuclei." .

[]
    oboInOwl:hasDbXref "FMA:72246" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007247 ;
    owl:annotatedTarget "superior olivary complex nucleus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007267 ;
    owl:annotatedTarget "A pre-cartilage condensation that is part of a trachea." .

[]
    oboInOwl:hasDbXref "PMID:31377878" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4040004 ;
    owl:annotatedTarget "orbital adipose-derived mesenchymal stem cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007269 ;
    owl:annotatedTarget "Any collection of muscles that is part of a pectoral appendage." .

[]
    oboInOwl:hasDbXref "ZFA:0000563" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0007269 ;
    owl:annotatedTarget "pectoral fin muscle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007271 ;
    owl:annotatedTarget "Any collection of muscles that is part of an appendage." .

[]
    oboInOwl:hasDbXref "VSAO:0005000", "VSAO:NI" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007272 ;
    owl:annotatedTarget "Skeletal subdivision consisting of the anterior appendicular limb skeleton, excluding the pectoral girdle." .

[]
    oboInOwl:hasDbXref "VSAO:0005000", "VSAO:NI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007272 ;
    owl:annotatedTarget "cheiropterygium" .

[]
    oboInOwl:hasDbXref "Wikipedia:Rhombencephalon" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007277 ;
    owl:annotatedTarget "The rhombencephalon (or hindbrain) is a developmental categorization of portions of the central nervous system in vertebrates. The rhombencephalon can be subdivided in a variable number of transversal swellings called rhombomeres. In the human embryo eight rhombomeres can be distinguished, from caudal to rostral: Rh7-Rh1 and the isthmus (the most rostral rhombomere). A rare disease of the rhombencephalon, 'rhombencephalosynapsis' is characterized by a missing vermis resulting in a fused cerebellum. Patients generally present with cerebellar ataxia. The caudal rhombencephalon has been generally considered as the initiation site for neural tube closure." .

[]
    oboInOwl:hasDbXref "ZFA:0000569" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007277 ;
    owl:annotatedTarget "presumptive rhombencephalon" .

[]
    oboInOwl:hasDbXref "CALOHA:TS-2118" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007277 ;
    owl:annotatedTarget "embryonic rhombencephalon" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007277 ;
    owl:annotatedTarget "future hindbrain" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001630" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007277 ;
    owl:annotatedTarget "rhombencephalon" .

[]
    oboInOwl:hasDbXref "ZFA:0001722" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007278 ;
    owl:annotatedTarget "Portion of tissue that is part of the heart tube and will become the sinus venosus." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007280 ;
    owl:annotatedTarget "A presumptive structure that has the potential to develop into a endocardium." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "L-Noradrenaline" .

[]
    oboInOwl:hasDbXref "ZFA:0001187" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007281 ;
    owl:annotatedTarget "Embryonic structure that gives rise to the midbrain hindbrain boundary." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007281 ;
    owl:annotatedTarget "presumptive MHB" .

[]
    oboInOwl:hasDbXref "ZFA:0001187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007281 ;
    owl:annotatedTarget "presumptive midbrain-hindbrain boundary" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007282 ;
    owl:annotatedTarget "A presumptive structure that has the potential to develop into a presomitic mesoderm." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007284 ;
    owl:annotatedTarget "A presumptive structure that has the potential to develop into a neural plate." .

[]
    oboInOwl:hasDbXref "ZFA:0000063" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007284 ;
    owl:annotatedTarget "prospective neuroectoderm" .

[]
    oboInOwl:hasDbXref "ZFA:0000063" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007284 ;
    owl:annotatedTarget "prospective vegetal ectoderm" .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "https://github.com/obophenotype/uberon/issues/1277" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007285 ;
    owl:annotatedTarget "The part of the blastula that has the potential to develop into a paraxial mesoderm." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007285 ;
    owl:annotatedTarget "future paraxial mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007288 ;
    owl:annotatedTarget "A presumptive structure that has the potential to develop into a forebrain-midbrain boundary." .

[]
    oboInOwl:hasDbXref "PMID:34497389" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4047001 ;
    owl:annotatedTarget "A(n) stromal cell that is cycling." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007300 ;
    owl:annotatedTarget "A blood vessel that is part of a pectoral appendage." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007301 ;
    owl:annotatedTarget "A blood vessel that is part of a limb/fin." .

[]
    oboInOwl:hasDbXref "PMID:34497389" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4047001 ;
    owl:annotatedTarget "proliferating stromal cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007302 ;
    owl:annotatedTarget "A vasculature that is part of a pectoral appendage." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007303 ;
    owl:annotatedTarget "A vasculature that is part of a chordate pharynx." .

[]
    oboInOwl:hasDbXref "ZFA:0005003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007303 ;
    owl:annotatedTarget "branchial vasculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007304 ;
    owl:annotatedTarget "A vasculature that is part of a limb/fin." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007367 ;
    owl:annotatedTarget "An anatomical surface that is part of a tongue." .

[]
    oboInOwl:hasDbXref "FMA:54647" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007367 ;
    owl:annotatedTarget "tongue surface" .

[]
    oboInOwl:hasDbXref "GO:0008544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007376 ;
    owl:annotatedTarget "The epidermis is the entire outer epithelial layer of an animal, it may be a single layer that produces an extracellular material (e.g. the cuticle of arthropods) or a complex stratified squamous epithelium, as in the case of many vertebrate species[GO]." .

[]
    oboInOwl:hasDbXref "GO:0008544" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007376 ;
    owl:annotatedTarget "epidermis" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007383 ;
    owl:annotatedTarget "Outermost layer of cells surrounding the embryo." .

[]
    oboInOwl:hasDbXref "ZFA:0000086" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007383 ;
    owl:annotatedTarget "EVL" .

[]
    oboInOwl:hasDbXref "ZFIN:ZDB-PUB-961014-576" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007383 ;
    owl:annotatedTarget "enveloping layer" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007389 ;
    owl:annotatedTarget "A cartilage tissue that is part of a paired limb or fin." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "Noradrenaline" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007390 ;
    owl:annotatedTarget "A cartilage tissue that is part of a pectoral appendage." .

[]
    oboInOwl:hasDbXref "TAO:0000257" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007390 ;
    owl:annotatedTarget "pectoral fin cartilage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007414 ;
    owl:annotatedTarget "A nucleus of brain that spans a midbrain tegmentum." .

[]
    oboInOwl:hasDbXref "ZFA:0005577" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007414 ;
    owl:annotatedTarget "tegmental nucleus" .

[]
    oboInOwl:hasDbXref "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007473 ;
    owl:annotatedTarget "The space within an epithelial sphere." .

[]
    oboInOwl:hasDbXref "AEO:0000079" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007473 ;
    owl:annotatedTarget "cavity of vesicle" .

[]
    oboInOwl:hasDbXref "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007475 ;
    owl:annotatedTarget "A tissue whose predominant feature is extracellular matrix which may or may not be highly hydrated or calcified." .

[]
    oboInOwl:hasDbXref "AEO:JB", "UBERONREF:0000001" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007499 ;
    owl:annotatedTarget "An epithelial tube that is open at one end only." .

[]
    oboInOwl:hasDbXref "AEO:JB", "UBERONREF:0000001" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007500 ;
    owl:annotatedTarget "An epithelial tube open at both ends that allows fluid flow." .

[]
    oboInOwl:hasDbXref "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007503 ;
    owl:annotatedTarget "A closed epithelium with a lumen." .

[]
    oboInOwl:hasDbXref "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007524 ;
    owl:annotatedTarget "Mesenchyme with little extracellular matrix." .

[]
    oboInOwl:hasDbXref "PMID:34497389" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4047002 ;
    owl:annotatedTarget "A(n) glial cell that is cycling." .

[]
    oboInOwl:hasDbXref "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007530 ;
    owl:annotatedTarget "Mesenchymal cells that are migrating." .

[]
    oboInOwl:hasDbXref "FMA:64798" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007592 ;
    owl:annotatedTarget "Simple columnar epithelium in which the luminal side of the cells bears cilia. Examples: epithelium of trachea, epithelium of uterine tube.[FMA]." .

[]
    oboInOwl:hasDbXref "PMID:34497389" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4047002 ;
    owl:annotatedTarget "proliferating glial cell" .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/ciliated+epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007601 ;
    owl:annotatedTarget "Epithelium bearing vibratile cilia on the free surface." .

[]
    oboInOwl:hasDbXref "BTO:0001338", "http://www.britannica.com/EBchecked/topic/578563/synovial-tissue" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007616 ;
    owl:annotatedTarget "A thin, loose vascular connective tissue that makes up the membranes surrounding joints and the sheaths protecting tendons (particularly flexor tendons in the hands and feet) where they pass over bony prominences. Synovial tissue contains synovial cells, which secrete a viscous liquid called synovial fluid; this liquid contains protein and hyaluronic acid and serves as a lubricant and nutrient for the joint cartilage surfaces[BTO]. Synovial tissue can be found in tendons (tissues that connect muscle to bone), bursae (fluid-filled, cushioning sacs found in spaces between tendons, ligaments, and bones), and the cavity (hollow enclosed area) that separates the bones of a freely movable joint, such as the knee or elbow[BTO]." .

[]
    oboInOwl:hasDbXref "CALOHA:TS-0998" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007616 ;
    owl:annotatedTarget "synovium" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0007616 ;
    owl:annotatedTarget "stratum synoviale" .

[]
    oboInOwl:hasDbXref "FMA:66762" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0007616 ;
    owl:annotatedTarget "synovial layer" .

[]
    oboInOwl:hasDbXref "FMA:66762" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0007616 ;
    owl:annotatedTarget "synovial membrane" .

[]
    oboInOwl:hasDbXref "BTO:0001338" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007616 ;
    owl:annotatedTarget "synovial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007617 ;
    owl:annotatedTarget "An anatomical cavity that surrounded_by a synovial joint." .

[]
    oboInOwl:hasDbXref "FMA:11356" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007617 ;
    owl:annotatedTarget "articular cavity (synovial joint)" .

[]
    oboInOwl:hasDbXref "FMA:11356" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007617 ;
    owl:annotatedTarget "cavitas articularis (junctura synovialis)" .

[]
    oboInOwl:hasDbXref "FMA:11356" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007617 ;
    owl:annotatedTarget "cavity of synovial joint" .

[]
    oboInOwl:hasDbXref "FMA:11356" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007617 ;
    owl:annotatedTarget "joint cavity" .

[]
    oboInOwl:hasDbXref "FMA:11356" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007617 ;
    owl:annotatedTarget "synovial cavity" .

[]
    oboInOwl:hasDbXref "MP:0005200" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007625 ;
    owl:annotatedTarget "Epithelial layer of the retina, ciliary body, or iris composed of cells containing pigment granules." .

[]
    oboInOwl:hasDbXref "MESH:A09.371.670" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007625 ;
    owl:annotatedTarget "eye pigment epithelium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007635 ;
    owl:annotatedTarget "A neural nucleus that is part of a medulla oblongata." .

[]
    oboInOwl:hasDbXref "Wikipedia:Trigeminal_nerve_nuclei" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007641 ;
    owl:annotatedTarget "The sensory trigeminal nerve nuclei are the largest of the cranial nerve nuclei, and extend through the whole of the midbrain, pons and medulla. There is also a distinct trigeminal motor nucleus that is medial to the chief sensory nucleus[WP]." .

[]
    oboInOwl:hasDbXref "FMA:71248" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007641 ;
    owl:annotatedTarget "trigeminal nuclei" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007645 ;
    owl:annotatedTarget "A developing mesenchymal capsule that covers the developing brain and spinal cord and is the precursor of the meningeal cluster. In mammals this gives rise to the arachnoid mater, pia mater and dura mater. In cyclostomes and fishes, the future meninx gives rise to a single meningeal layer, the primitive meninx." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_18357 ;
    owl:annotatedTarget "Norepinephrine" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004453" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007645 ;
    owl:annotatedTarget "primary meninx" .

[]
    oboInOwl:hasDbXref "MP:0009726" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007645 ;
    owl:annotatedTarget "meninx primitiva" .

[]
    oboInOwl:hasDbXref "ISBN:9781607950325" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007647 ;
    owl:annotatedTarget "The outermost layer of the mesenchymal capsule that surrounds the developing brain, of mixed paraxial mesoderm and neural crest origin. The ectomeninx forms the dura mater (both inner layer and outer chondrogenic layer)." .

[]
    oboInOwl:hasDbXref "EHDAA2:0004317" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007647 ;
    owl:annotatedTarget "future dura mater" .

[]
    oboInOwl:hasDbXref "http://code.google.com/p/caro2/issues/detail?id=15" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007651 ;
    owl:annotatedTarget "An anatomical structure that connects two structures." .

[]
    oboInOwl:hasDbXref "FBbt:00005426", "http://flybase.org/reports/FBrf0178740.html" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007688 ;
    owl:annotatedTarget "Anlagen are populations of contiguous cells, typically arranged in one plane, that are morphologically indistinct, but that already correspond in extent to a later organ/tissue." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001457" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007690 ;
    owl:annotatedTarget "early pharyngeal arch endoderm" .

[]
    oboInOwl:hasDbXref "ZFA:0001104" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007690 ;
    owl:annotatedTarget "pharyngeal endoderm" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001456" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007690 ;
    owl:annotatedTarget "pharyngeal region endoderm" .

[]
    oboInOwl:hasDbXref "http://www.mondofacto.com/facts/dictionary?gustatory+pore" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007691 ;
    owl:annotatedTarget "The minute opening of a taste bud on the surface of the oral mucosa through which the gustatory hairs of the specialised neuroepithelial gustatory cells project." .

[]
    oboInOwl:hasDbXref "http://www.mondofacto.com/facts/dictionary?gustatory+pore" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007691 ;
    owl:annotatedTarget "porus gustatorius" .

[]
    oboInOwl:hasDbXref "FMA:63589" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007691 ;
    owl:annotatedTarget "taste pore" .

[]
    oboInOwl:hasDbXref "OBOL:automatic", "https://github.com/obophenotype/uberon/issues/1158" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007719 ;
    owl:annotatedTarget "A bone that is part of a reproductive organ." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007771 ;
    owl:annotatedTarget "A gland that is part of a epidermis." .

[]
    oboInOwl:hasDbXref "FMA:59153" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007771 ;
    owl:annotatedTarget "gland of epidermis" .

[]
    oboInOwl:hasDbXref "PMID:34497389" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4047005 ;
    owl:annotatedTarget "A(n) neuroblast (sensu Vertebrata) that is cycling." .

[]
    oboInOwl:hasDbXref "PMID:34497389" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4047005 ;
    owl:annotatedTarget "proliferating neuroblast (sensu Vertebrata)" .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/transudate" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007779 ;
    owl:annotatedTarget "Any bodily fluid that has passed through a membrane such as the capillary wall, as a result of unbalanced hydrostatic and osmotic forces." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007794 ;
    owl:annotatedTarget "Any fluid produced by a serous gland." .

[]
    oboInOwl:hasDbXref "Wikipedia:Serous_fluid" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007794 ;
    owl:annotatedTarget "serosal fluid" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007798 ;
    owl:annotatedTarget "Anatomical system that consists of all blood and lymph vessels." .

[]
    oboInOwl:hasDbXref "CALOHA:paula", "MGI:csmith", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/259" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007808 ;
    owl:annotatedTarget "Adipose tissue that is located in the abdominal region. This includes any subcutaneous fat, visceral fat or encapsulated adipose tissue depots." .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007808 ;
    owl:annotatedTarget "abdominal adipose tissue" .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007808 ;
    owl:annotatedTarget "abdominal fat" .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007808 ;
    owl:annotatedTarget "intra-abdominal fat" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007811 ;
    owl:annotatedTarget "The anteriormost subdivision of the body that includes the head, jaws, pharyngeal region and the neck (if present). In vertebrates this is the subdivision that includes the cervical vertebrae." .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/379" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007811 ;
    owl:annotatedTarget "cephalic area" .

[]
    oboInOwl:hasDbXref "Wikipedia:Head" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007811 ;
    owl:annotatedTarget "cephalic part of animal" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/379" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007811 ;
    owl:annotatedTarget "cephalic region" .

[]
    oboInOwl:hasDbXref "FMA:280881" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007811 ;
    owl:annotatedTarget "head and neck" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007823 ;
    owl:annotatedTarget "An organism subdivision that encompasses the region containing the pectoral or pelvic girdle. Note that this includes both the skeletal elements and associated tissues (integument, muscle, etc)." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007828 ;
    owl:annotatedTarget "A bone that is part of a appendage girdle region." .

[]
    oboInOwl:hasDbXref "MA:0000291" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007828 ;
    owl:annotatedTarget "girdle bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007829 ;
    owl:annotatedTarget "A bone that is part of a pectoral girdle region." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_22221 ;
    owl:annotatedTarget "acyl group" .

[]
    oboInOwl:hasDbXref "Wikipedia:Pectoral_girdle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007831 ;
    owl:annotatedTarget "A subdivision of a limb or fin skeleton consisting of bones which connects the upper limb or fin to the axial skeleton on each side. It consists of the clavicle and scapula in humans and, in those species with three bones in the pectoral girdle, the coracoid. Some mammalian species (e.g. the dog and the horse) have only the scapula. In humans, the only joints between the shoulder girdle and axial skeleton are the sternoclavicular joints on each side. No joint exists between each scapula and the rib cage; instead the muscular connection between the two permits relatively great mobility of the shoulder girdle in relation to the pelvic girdle. In those species having only the scapula, no joint exists between the forelimb and the thorax, the only attachment being muscular[WP]. Examples: There are only two instances, right and left pectoral girdle skeletons." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007831 ;
    owl:annotatedTarget "skeletal parts of pectoral girdle" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007831 ;
    owl:annotatedTarget "skeleton of pectoral girdle" .

[]
    oboInOwl:hasDbXref "TAO:0000407" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007831 ;
    owl:annotatedTarget "scapular girdle" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "VSAO:0000023", "http://dx.plos.org/10.1371/journal.pone.0051070", "https://github.com/obophenotype/uberon/issues/267" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007842 ;
    owl:annotatedTarget "Bone element that arises as a result of intramembranous ossification." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000000", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007844 ;
    owl:annotatedTarget "Skeletal element that is composed of cartilage tissue and may be permanent or transient." .

[]
    oboInOwl:hasDbXref "FMA:55107" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007844 ;
    owl:annotatedTarget "cartilage organ" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007844 ;
    owl:annotatedTarget "cartilaginous element" .

[]
    oboInOwl:hasDbXref "VSAO:0000000" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007844 ;
    owl:annotatedTarget "chondrogenic element" .

[]
    oboInOwl:hasDbXref "VSAO:0000000" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0007844 ;
    owl:annotatedTarget "cartilage" .

[]
    oboInOwl:hasDbXref "FMA:20103" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007845 ;
    owl:annotatedTarget "Connective tissue, which consists of fibroblasts, the intercellular matrix of which contains a regular network of collagen and elastic fiber bundles. Examples: bone (tissue), cartilage (tissue), dense regular connective tissue." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000050", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007846 ;
    owl:annotatedTarget "Connective tissue that is dominated by collagen fibres organized into a definitive pattern (e.g., parallel to one another), with comparatively fewer cells (mostly fibroblasts)." .

[]
    oboInOwl:hasDbXref "FMA:64781" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007846 ;
    owl:annotatedTarget "dense fibrous connective tissue" .

[]
    oboInOwl:hasDbXref "FMA:64781" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007846 ;
    owl:annotatedTarget "dense regular collagenous connective tissue" .

[]
    oboInOwl:hasDbXref "FMA:64781" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007846 ;
    owl:annotatedTarget "dense regular collagenous tissue" .

[]
    oboInOwl:hasDbXref "FMA:64781" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007846 ;
    owl:annotatedTarget "typus regularis (textus connectivus collagenosus compactus)" .

[]
    oboInOwl:hasDbXref "PMID:21252048", "PMID:36032088" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4047023 ;
    owl:annotatedTarget "A fibroblast located in the lamina propria of the intestinal mucosa. This cell expresses PDGFRα and CD81 and is negative for α-smooth muscle actin (α-SMA). This cell is predominantly located in the small intestine adjacent to myofibroblasts surrounding the crypts. It is capable of synthesizing extracellular matrix components and structural proteins such as collagen and elastin." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0007914 ;
    owl:annotatedTarget "A bone that is part of a craniocervical region." .

[]
    oboInOwl:hasDbXref "MA:0000569" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0007914 ;
    owl:annotatedTarget "head or neck bone" .

[]
    oboInOwl:hasDbXref "Wikipedia:Irregular_bone" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008001 ;
    owl:annotatedTarget "The irregular bones are bones which, from their peculiar form, cannot be grouped as long bone, short bone, flat bone or sesamoid bone. Irregular bones serve various purposes in the body, such as protection of nervous tissue, affording multiple anchor points for skeletal muscle attachment (as with the sacrum), and maintaining pharynx and trachea support, and tongue attachment (such as the hyoid bone). They consist of cancellous tissue enclosed within a thin layer of compact bone. The irregular bones are: the vertebrC&, sacrum, coccyx, temporal, sphenoid, ethmoid, zygomatic, maxilla, mandible, palatine, inferior nasal concha, and hyoid." .

[]
    oboInOwl:hasDbXref "PMID:30270042" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_4047023 ;
    owl:annotatedTarget "S1 fibroblast" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008114 ;
    owl:annotatedTarget "A skeletal joint that is part of a appendage girdle region." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008114 ;
    owl:annotatedTarget "girdle joint" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008115 ;
    owl:annotatedTarget "An anatomical surface that is part of a cartilage element." .

[]
    oboInOwl:hasDbXref "FMA:76668" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008115 ;
    owl:annotatedTarget "cartilage surface" .

[]
    oboInOwl:hasDbXref "http://www.medilexicon.com/medicaldictionary.php?t=11303" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008193 ;
    owl:annotatedTarget "A bone that is hollow or contains many air cells, such as the mastoid process of the temporal bone[TMD]." .

[]
    oboInOwl:hasDbXref "FMA:7478" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008193 ;
    owl:annotatedTarget "os pneumaticum" .

[]
    oboInOwl:hasDbXref "FMA:7478" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008193 ;
    owl:annotatedTarget "pneumatic bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008196 ;
    owl:annotatedTarget "Any muscle organ that is part of a pectoral girdle region." .

[]
    oboInOwl:hasDbXref "FMA:37347" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008196 ;
    owl:annotatedTarget "muscle of shoulder girdle" .

[]
    oboInOwl:hasDbXref "FMA:37347" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008196 ;
    owl:annotatedTarget "pectoral girdle muscle" .

[]
    oboInOwl:hasDbXref "ZFA:0000328", "ZFA:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008229 ;
    owl:annotatedTarget "Musculature system of the pharyngeal and head regions." .

[]
    oboInOwl:hasDbXref "MA:0000571" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008229 ;
    owl:annotatedTarget "head or neck muscle" .

[]
    oboInOwl:hasDbXref "ZFA:0000328" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008229 ;
    owl:annotatedTarget "head muscles" .

[]
    oboInOwl:hasDbXref "MA:0000571" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008229 ;
    owl:annotatedTarget "head or neck muscle" .

[]
    oboInOwl:hasDbXref "FMA:24217" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008231 ;
    owl:annotatedTarget "Subdivision of thorax, which in humans is the posterior part of the thorax and is demarcated from the chest by the external surface of the posterolateral part of the rib cage and the anterior surface of the thoracic vertebral column; together with the chest, it constitutes the thorax." .

[]
    oboInOwl:hasDbXref "FMA:24217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008231 ;
    owl:annotatedTarget "dorsum of thorax" .

[]
    oboInOwl:hasDbXref "FMA:24217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008231 ;
    owl:annotatedTarget "posterior part of thorax" .

[]
    oboInOwl:hasDbXref "FMA:24217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008231 ;
    owl:annotatedTarget "thoracic back" .

[]
    oboInOwl:hasDbXref "FMA:24217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008231 ;
    owl:annotatedTarget "thoracic part of back" .

[]
    oboInOwl:hasDbXref "MA:0000028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008231 ;
    owl:annotatedTarget "upper back" .

[]
    oboInOwl:hasDbXref "FMA:24217" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008231 ;
    owl:annotatedTarget "back of thorax" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22221 ;
    owl:annotatedTarget "acyl groups" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008243 ;
    owl:annotatedTarget "A muscle of back that is part of a dorsal thoracic segment of trunk." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008307 ;
    owl:annotatedTarget "An endothelium that is part of a heart [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "BTO:0004293" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008307 ;
    owl:annotatedTarget "cardiac endothelium" .

[]
    oboInOwl:hasDbXref "Dorlands_Medical_Dictionary:MerckMedicus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008397 ;
    owl:annotatedTarget "Epithelium pertaining to the trachea and bronchi." .

[]
    oboInOwl:hasDbXref "BTO:0002925" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008397 ;
    owl:annotatedTarget "bronchotracheal epithelium" .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008780 ;
    owl:annotatedTarget "An embryonic structure that is derived from the inner cell mass and lies above the hypoblast and gives rise to the three primary germ layers." .

[]
    oboInOwl:hasDbXref "PMID:20851884", "Wikipedia:Syncytium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4052002 ;
    owl:annotatedTarget "A multinucleate cell formed by the fusion of multiple uninuclear cells through plasma membrane fusion. This process leads to a single large cell containing multiple nuclei within a shared cytoplasm." .

[]
    oboInOwl:hasDbXref "MP:0003886" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008780 ;
    owl:annotatedTarget "embryonic epiblast" .

[]
    oboInOwl:hasDbXref "GO:0060037", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008814 ;
    owl:annotatedTarget "A transient embryonic complex that comprises the pharyngeal arches, bulges of tissues of mesoderm and neural crest derivation through which pass nerves and pharyngeal arch arteries. The arches are separated internally by pharyngeal pouches, evaginations of foregut endoderm, and externally by pharyngeal clefts, invaginations of surface ectoderm. The development of the system ends when the stucture it contributes to are forming, which may include (depending on species) the thymus, thyroid, parathyroids, maxilla, mandible, aortic arch, cardiac outflow tract, external and middle ear[GO,modified]." .

[]
    oboInOwl:hasDbXref "GO:0060037" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008814 ;
    owl:annotatedTarget "pharyngeal system" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000187" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008814 ;
    owl:annotatedTarget "pharyngeal arch region" .

[]
    oboInOwl:hasDbXref "WBbt:0008074" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CL_4052002 ;
    owl:annotatedTarget "syncytium" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008816 ;
    owl:annotatedTarget "A head that is part of a embryo." .

[]
    oboInOwl:hasDbXref "OBOL:automatic", "https://github.com/obophenotype/uberon/issues/338" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008823 ;
    owl:annotatedTarget "A brain that develops_from a neural tube." .

[]
    oboInOwl:hasDbXref "MP:0011207", "http://www.medilexicon.com/medicaldictionary.php?s=epamniotic+cavity" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008851 ;
    owl:annotatedTarget "Closed space within the ectoplacental cone, formed by the fusion of the parts of the amniotic fold that separate it from the amniotic cavity[MP]. a developmental cavity that exists in some mammals and is derived by division of the proamniotic space; it is further removed from the embryo than the amniotic cavity in some mammals." .

[]
    oboInOwl:hasDbXref "http://www.medilexicon.com/medicaldictionary.php?s=epamniotic+cavity" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008851 ;
    owl:annotatedTarget "epamniotic cavity" .

[]
    oboInOwl:hasDbXref "MP:0011207" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008851 ;
    owl:annotatedTarget "epamniotic cavity" .

[]
    oboInOwl:hasDbXref "ISBN:0123813611", "MP:0011157" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008876 ;
    owl:annotatedTarget "Any skeletal muscle organ in the hypodermis / superficial fascia." .

[]
    oboInOwl:hasDbXref "MP:0011157" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008876 ;
    owl:annotatedTarget "hypodermal muscle layer" .

[]
    oboInOwl:hasDbXref "MP:0011157" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008876 ;
    owl:annotatedTarget "hypodermis muscle layer" .

[]
    oboInOwl:hasDbXref "MP:0011157" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0008876 ;
    owl:annotatedTarget "panniculus carnosus" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "VSAO:0000046", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008883 ;
    owl:annotatedTarget "Bone tissue that is an unmineralized bone matrix deposited by osteoblasts prior to the mineralization of bone tissue." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008883 ;
    owl:annotatedTarget "osteoid tissue" .

[]
    oboInOwl:hasDbXref "PSPUB:0000170" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008883 ;
    owl:annotatedTarget "pre-bone" .

[]
    oboInOwl:hasDbXref "VSAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008883 ;
    owl:annotatedTarget "prebone" .

[]
    oboInOwl:hasDbXref "FMA:66830", "MP:0002113" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008883 ;
    owl:annotatedTarget "prebone tissue" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Pulmonary_circulation" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008886 ;
    owl:annotatedTarget "The part of the cardiovascular system consisting of all pulmonary arteries and all pulmonary veins." .

[]
    oboInOwl:hasDbXref "FMA:45621" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008886 ;
    owl:annotatedTarget "pulmonary circulatory system" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008886 ;
    owl:annotatedTarget "pulmonary system" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Facial_skeleton", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008895 ;
    owl:annotatedTarget "Subdivision of endoskeleton derived from pharyngeal arches." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008895 ;
    owl:annotatedTarget "pharyngeal endoskeleton" .

[]
    oboInOwl:hasDbXref "ZFA:0001216" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008895 ;
    owl:annotatedTarget "pharyngeal arch skeleton" .

[]
    oboInOwl:hasDbXref "ZFA:0001216" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008895 ;
    owl:annotatedTarget "pharyngeal skeleton" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008895 ;
    owl:annotatedTarget "visceral cranium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008895 ;
    owl:annotatedTarget "visceral skeletal system" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000007" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008895 ;
    owl:annotatedTarget "visceral skeleton" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "A pharyngeal arch that is posterior to the hyoid arch. i.e. any pharyngeal arch with a number 3 or higher." .

[]
    oboInOwl:hasDbXref "ZFA:0001613" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "branchial arch" .

[]
    oboInOwl:hasDbXref "ZFA:0001613" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "branchial bar" .

[]
    oboInOwl:hasDbXref "ZFA:0001613" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "gill arch" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22221 ;
    owl:annotatedTarget "alkanoyl group" .

[]
    oboInOwl:hasDbXref "PMID:18480313" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4052015 ;
    owl:annotatedTarget "Any capillary endothelial cell that is part of an endocrine gland." .

[]
    oboInOwl:hasDbXref "ZFA:0001613" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "gill arches 1-5" .

[]
    oboInOwl:hasDbXref "ZFA:0001613" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "pharyngeal arch 3-7" .

[]
    oboInOwl:hasDbXref "ZFA:0001613" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "visceral arches 3-7" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008896 ;
    owl:annotatedTarget "gill bar" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "VSAO:0000130", "http://dx.plos.org/10.1371/journal.pone.0051070", "https://github.com/obophenotype/uberon/issues/267" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008907 ;
    owl:annotatedTarget "Skeletal element that forms superficially in the organism, usually in association with the ectoderm[VSAO]." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "VSAO:0000307", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008909 ;
    owl:annotatedTarget "Bone element that is adjacent to the notochord." .

[]
    oboInOwl:hasDbXref "ZFA:0001629" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008909 ;
    owl:annotatedTarget "perichordal bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008946 ;
    owl:annotatedTarget "A parenchyma that is part of a lung." .

[]
    oboInOwl:hasDbXref "FMA:27360" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008946 ;
    owl:annotatedTarget "respiratory portion of lung" .

[]
    oboInOwl:hasDbXref "BTO:0000763" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008946 ;
    owl:annotatedTarget "parenchyma of lung" .

[]
    oboInOwl:hasDbXref "EMAPA:35522" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0008946 ;
    owl:annotatedTarget "pulmonary parenchyma" .

[]
    oboInOwl:hasDbXref "BTO:0003840" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0008998 ;
    owl:annotatedTarget "System pertaining to blood vessels in the brain." .

[]
    oboInOwl:hasDbXref "BTO:0003840" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008998 ;
    owl:annotatedTarget "cerebrovascular system" .

[]
    oboInOwl:hasDbXref "FMA:61935" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0008998 ;
    owl:annotatedTarget "intracerebral vasculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009015 ;
    owl:annotatedTarget "A zone of skin that is part of a dorsal thoracic segment of trunk." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009030 ;
    owl:annotatedTarget "Vein that drains left lung and returns blood to the heart." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009032 ;
    owl:annotatedTarget "Vein that drains right lung and returns blood to the heart." .

[]
    oboInOwl:hasDbXref "http://www.medterms.com/script/main/art.asp?articlekey=8981" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009117 ;
    owl:annotatedTarget "A gonad prior to differentiating into a definitive testis or ovary." .

[]
    oboInOwl:hasDbXref "NCBIBook:NBK53175" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009125 ;
    owl:annotatedTarget "Epibranchial placode between geniculate and nodose. Associated with 2nd branchial cleft." .

[]
    oboInOwl:hasDbXref "EHDAA2:0004207" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009125 ;
    owl:annotatedTarget "epibranchial placode 2" .

[]
    oboInOwl:hasDbXref "ISBN:0471888893" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009125 ;
    owl:annotatedTarget "glossopharyngeal IX placode" .

[]
    oboInOwl:hasDbXref "XAO:0004212" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009125 ;
    owl:annotatedTarget "glossopharyngeal epibranchial placode" .

[]
    oboInOwl:hasDbXref "ISBN:0471888893", "ZFA:0001296" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009125 ;
    owl:annotatedTarget "glossopharyngeal placode" .

[]
    oboInOwl:hasDbXref "PMID:20133851", "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009127 ;
    owl:annotatedTarget "Cranial ganglion which develops from an epibranchial placode." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009129 ;
    owl:annotatedTarget "Endocardium that is part of the right atrium." .

[]
    oboInOwl:hasDbXref "FMA:7281" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009129 ;
    owl:annotatedTarget "endocardium of right atrium" .

[]
    oboInOwl:hasDbXref "FMA:7281" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009129 ;
    owl:annotatedTarget "right atrial endocardium" .

[]
    oboInOwl:hasDbXref "VHOG:0001228" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009129 ;
    owl:annotatedTarget "right atrium endocardial tissue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Pleuroperitoneal", "http://medical-dictionary.thefreedictionary.com/pleuroperitoneal+membrane" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009133 ;
    owl:annotatedTarget "A fold of tissue which extends into the peritoneal cavity of the developing embryo and participates in the separation of the pleural and peritoneal cavities." .

[]
    oboInOwl:hasDbXref "VHOG:0000757" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009133 ;
    owl:annotatedTarget "pleuroperitoneal fold" .

[]
    oboInOwl:hasDbXref "PMID:28705796", "PMID:36718802" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4052030 ;
    owl:annotatedTarget "A fibroblast of the adventitia of a blood vessel. This cell contributes to vascular homeostasis, remodeling, and inflammation by producing extracellular matrix components, cytokines, and growth factors. Adventitial fibroblast can transition into an activated state during injury or disease, marked by increased proliferation, migration, matrix deposition, and contractile protein expression" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009141 ;
    owl:annotatedTarget "A vein that is part of a craniocervical region." .

[]
    oboInOwl:hasDbXref "EHDAA2:0004542" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009141 ;
    owl:annotatedTarget "head and neck veins" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/human-developmental-anatomy-ontology/issues/7" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009142 ;
    owl:annotatedTarget "Sum total of mesenchyme in the embryo." .

[]
    oboInOwl:hasDbXref "PMID:36718802" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:CL_4052030 ;
    owl:annotatedTarget "Single-cell transcriptomics of murine aorta identifies two adventitial fibroblast-specific markers, PDGFRA and DPEP1, which were validated at the protein level by immunohistochemistry and flow cytometry across human and murine arteries, highlighting fibroblast heterogeneity in health and cardiovascular disease (CVD) in humans and mice." .

[]
    oboInOwl:hasDbXref "EMAPA:16549" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009145 ;
    owl:annotatedTarget "pharyngeal region" .

[]
    oboInOwl:hasDbXref "GO:0097094" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009198 ;
    owl:annotatedTarget "Any suture between cranial and/or facial bones." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009198 ;
    owl:annotatedTarget "joint of the skull bones" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22221 ;
    owl:annotatedTarget "groupe acyle" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009198 ;
    owl:annotatedTarget "articulation of skull bones" .

[]
    oboInOwl:hasDbXref "GO:0097096" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009199 ;
    owl:annotatedTarget "Any suture between facial bones." .

[]
    oboInOwl:hasDbXref "http://www.drugs.com/dict/dorsum-of-tongue.html" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009471 ;
    owl:annotatedTarget "The superior surface of the tongue divided by the sulcus terminalis into an anterior two-thirds, the presulcal part (pars presulcalis). and a posterior one-third, the postsulcal part (pars postsulcalis)." .

[]
    oboInOwl:hasDbXref "FMA:54651" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009471 ;
    owl:annotatedTarget "dorsal tongue" .

[]
    oboInOwl:hasDbXref "http://www.drugs.com/dict/dorsum-of-tongue.html" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009471 ;
    owl:annotatedTarget "dorsum linguae" .

[]
    oboInOwl:hasDbXref "FMA:54651" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009471 ;
    owl:annotatedTarget "tongue dorsum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009479 ;
    owl:annotatedTarget "An ectoderm that is part of a buccopharyngeal membrane." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009480 ;
    owl:annotatedTarget "An endoderm that is part of a buccopharyngeal membrane." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009494 ;
    owl:annotatedTarget "A portion of mesenchymal tissue associated with an individual pharyngeal arch." .

[]
    oboInOwl:hasDbXref "MP:0011262" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009494 ;
    owl:annotatedTarget "branchial arch mesenchyme" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009494 ;
    owl:annotatedTarget "pharyngeal arch mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009505 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing trachea." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009505 ;
    owl:annotatedTarget "trachea associated mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009522 ;
    owl:annotatedTarget "An epithelium that is part of a lateral lingual swelling." .

[]
    oboInOwl:hasDbXref "FMA:25054" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009569 ;
    owl:annotatedTarget "region of trunk" .

[]
    oboInOwl:hasDbXref "FMA:25054" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009569 ;
    owl:annotatedTarget "trunk subdivision" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009570 ;
    owl:annotatedTarget "A sulcus limitans of neural tube that is part of a future spinal cord." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001265" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009570 ;
    owl:annotatedTarget "spinal cord lateral wall sulcus limitans" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009576 ;
    owl:annotatedTarget "A sulcus limitans of neural tube that is part of a future medulla oblongata." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009577 ;
    owl:annotatedTarget "A sulcus limitans of neural tube that is part of a future metencephalon." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009578 ;
    owl:annotatedTarget "A sulcus limitans of neural tube that is part of a future myelencephalon." .

[]
    oboInOwl:hasDbXref "PMID:36205477", "doi:/10.1101/2024.12.15.628550" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:CL_4052045 ;
    owl:annotatedTarget "A stromal cell that is part of the ovarian stroma, characterized by its ability to synthesize steroid hormones." .

[]
    oboInOwl:hasDbXref "VHOG:0000912" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009580 ;
    owl:annotatedTarget "mantle layer lateral wall diencephalon" .

[]
    oboInOwl:hasDbXref "VHOG:0000910" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009581 ;
    owl:annotatedTarget "mantle layer lateral wall midbrain" .

[]
    oboInOwl:hasDbXref "PMID:36205477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:CL_4052045 ;
    owl:annotatedTarget "steroidogenic interstitial stromal cell" .

[]
    oboInOwl:hasDbXref "VHOG:0000910" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009581 ;
    owl:annotatedTarget "mantle layer lateral wall mesencephalon" .

[]
    oboInOwl:hasDbXref "VHOG:0000911" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009583 ;
    owl:annotatedTarget "mantle layer lateral wall spinal cord" .

[]
    oboInOwl:hasDbXref "PMID:36205477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:CL_4052045 ;
    owl:annotatedTarget "steroidogenic stromal cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009584 ;
    owl:annotatedTarget "Mesenchyme that is part of a 1st arch mandibular component." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009584 ;
    owl:annotatedTarget "mesenchymal region of mandibular component of first pharyngeal arch" .

[]
    oboInOwl:hasDbXref "EMAPA:16385" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009584 ;
    owl:annotatedTarget "mesenchyme of mandibular component" .

[]
    oboInOwl:hasDbXref "PMID:36205477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CL_4052045 ;
    owl:annotatedTarget "Enpp2− interstitial cell" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009602 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing left lung." .

[]
    oboInOwl:hasDbXref "EMAPA:17654" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009602 ;
    owl:annotatedTarget "left lung mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009603 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing right lung." .

[]
    oboInOwl:hasDbXref "EMAPA:17662" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009603 ;
    owl:annotatedTarget "right lung mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009610 ;
    owl:annotatedTarget "A neural plate that develops_from a future forebrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009611 ;
    owl:annotatedTarget "A neural plate that develops_from a presumptive midbrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009614 ;
    owl:annotatedTarget "A neural plate that develops_from a presumptive hindbrain." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009615 ;
    owl:annotatedTarget "MHB neural plate" .

[]
    oboInOwl:hasDbXref "ZFA:0007044" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009615 ;
    owl:annotatedTarget "midbrain-hindbrain boundary neural plate" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009616 ;
    owl:annotatedTarget "A presumptive structure that has the potential to develop into a midbrain." .

[]
    oboInOwl:hasDbXref "ZFA:0000148" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009616 ;
    owl:annotatedTarget "presumptive mesencephalon" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009616 ;
    owl:annotatedTarget "early midbrain" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009616 ;
    owl:annotatedTarget "future midbrain" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000615" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009616 ;
    owl:annotatedTarget "mesencephalon" .

[]
    oboInOwl:hasDbXref "PMID:21610022" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009617 ;
    owl:annotatedTarget "Bilateral mesenchymal mesoderm parallel and immediately adjacent to the neural tube/notochord; it generates a subset of extra-ocular, and other head, muscles." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009617 ;
    owl:annotatedTarget "cephalic paraxial mesenchyme" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009617 ;
    owl:annotatedTarget "cephalic paraxial mesoderm" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009617 ;
    owl:annotatedTarget "cranial paraxial mesenchyme" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009617 ;
    owl:annotatedTarget "cranial paraxial mesoderm" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000736", "https://github.com/obophenotype/uberon/issues/30" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009617 ;
    owl:annotatedTarget "head paraxial mesenchyme" .

[]
    oboInOwl:hasDbXref "EHDAA2:0002094" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009618 ;
    owl:annotatedTarget "trunk and cervical paraxial mesenchyme" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/30" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009618 ;
    owl:annotatedTarget "trunk paraxial mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009652 ;
    owl:annotatedTarget "A basement membrane that is part of a bronchus." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009652 ;
    owl:annotatedTarget "bronchial basement membrane" .

[]
    oboInOwl:hasDbXref "GOC:mcc", "PMID:10873824", "PMID:14616069" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000011 ;
    owl:annotatedTarget "The distribution of vacuoles into daughter cells after mitosis or meiosis, mediated by interactions between vacuoles and the cytoskeleton." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009653 ;
    owl:annotatedTarget "A basement membrane that is part of a trachea." .

[]
    oboInOwl:hasDbXref "MA:0001987" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0009657 ;
    owl:annotatedTarget "labial artery" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009661 ;
    owl:annotatedTarget "Nucleus located in the midbrain." .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009662 ;
    owl:annotatedTarget "Nucleus located within the hindbrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009663 ;
    owl:annotatedTarget "A nucleus of brain that is part of a telencephalon." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_22315 ;
    owl:annotatedTarget "Alkaloid" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009712 ;
    owl:annotatedTarget "Any endocardium that is part of the right ventricle of the heart." .

[]
    oboInOwl:hasDbXref "VHOG:0001235" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009712 ;
    owl:annotatedTarget "right ventricle endocardium" .

[]
    oboInOwl:hasDbXref "FMA:9536" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009712 ;
    owl:annotatedTarget "right ventricular endocardium" .

[]
    oboInOwl:hasDbXref "EMAPA:17341" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009712 ;
    owl:annotatedTarget "endocardial lining of right ventricle" .

[]
    oboInOwl:hasDbXref "VHOG:0001235" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009712 ;
    owl:annotatedTarget "right ventricle endocardial tissue" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009713 ;
    owl:annotatedTarget "Any endocardium that is part of the left ventricle of the heart." .

[]
    oboInOwl:hasDbXref "VHOG:0001233" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009713 ;
    owl:annotatedTarget "left ventricle endocardium" .

[]
    oboInOwl:hasDbXref "FMA:9559" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009713 ;
    owl:annotatedTarget "left ventricular endocardium" .

[]
    oboInOwl:hasDbXref "EMAPA:17338" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009713 ;
    owl:annotatedTarget "endocardial lining of left ventricle" .

[]
    oboInOwl:hasDbXref "VHOG:0001233" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009713 ;
    owl:annotatedTarget "left ventricle endocardial tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009715 ;
    owl:annotatedTarget "An anatomical cavity that surrounded_by a stomodeum." .

[]
    oboInOwl:hasDbXref "EHDAA2:0004621" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009722 ;
    owl:annotatedTarget "pharyngeal arch endoderm" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000070 ;
    owl:annotatedTarget "The cell cycle process in which replicated homologous chromosomes are organized and then physically separated and apportioned to two sets during the mitotic cell cycle. Each replicated chromosome, composed of two sister chromatids, aligns at the cell equator, paired with its homologous partner. One homolog of each morphologic type goes into each of the resulting chromosome sets." .

[]
    oboInOwl:hasDbXref "MP:0011264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009751 ;
    owl:annotatedTarget "The embryonic connective tissue made up of loosely aggregated mesenchymal cells, supported by interlaminar jelly, that gives rise to the developing cardiac structures." .

[]
    oboInOwl:hasDbXref "EMAPA:36438" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009751 ;
    owl:annotatedTarget "heart mesenchyme" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009758 ;
    owl:annotatedTarget "A ganglion that is part of a abdominal segment of trunk." .

[]
    a owl:Axiom ;
    rdfs:label "Resolution of Sister Chromatid Cohesion" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0000070 ;
    owl:annotatedTarget "Reactome:R-HSA-2500257" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/86" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009778 ;
    owl:annotatedTarget "A serous sac that has the pleura and the pleural cavity as parts." .

[]
    oboInOwl:hasDbXref "Wikipedia:Acinus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009842 ;
    owl:annotatedTarget "The many-lobed berry cluster of cells that is the terminous of a gland where the secretion is produced is acinar in form." .

[]
    oboInOwl:hasDbXref "FMA:55588" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0009842 ;
    owl:annotatedTarget "acinus" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009854 ;
    owl:annotatedTarget "Branch or outpocketing of the digestive tract." .

[]
    oboInOwl:hasDbXref "FBbt:00100316" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009854 ;
    owl:annotatedTarget "diverticulum of gut" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Stomach#Sections" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009870 ;
    owl:annotatedTarget "A division of the stomach. The stomach can be divided based on mucosal histology (glandular epithelium and gastric glands) and the relative position and type of gastric gland." .

[]
    oboInOwl:hasDbXref "FMA:14558" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009870 ;
    owl:annotatedTarget "gastric zone" .

[]
    oboInOwl:hasDbXref "ZFA:0005041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009881 ;
    owl:annotatedTarget "ALPM" .

[]
    oboInOwl:hasDbXref "GO:0003139", "GOC:mtg_heart", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009889 ;
    owl:annotatedTarget "A specific region of the lateral mesoderm that will form the majority of the mesodermal component of the right ventricle, arterial pole (outflow tract) and venous pole (inflow tract)." .

[]
    oboInOwl:hasDbXref "PMID:17276708" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009889 ;
    owl:annotatedTarget "anterior heart field" .

[]
    oboInOwl:hasDbXref "Geisha:syn", "NCBITaxon:8782" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009889 ;
    owl:annotatedTarget "anterior/second heart field" .

[]
    oboInOwl:hasDbXref "XAO:0004186" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0009889 ;
    owl:annotatedTarget "second heart field" .

[]
    oboInOwl:hasDbXref "XAO:0004186" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0009889 ;
    owl:annotatedTarget "SHF" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009891 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing face." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22315 ;
    owl:annotatedTarget "Alkaloide" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009953 ;
    owl:annotatedTarget "A multicellular organism that existence_starts_with a post-embryonic stage." .

[]
    oboInOwl:hasDbXref "MA:0002405" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0009953 ;
    owl:annotatedTarget "TS28 mouse" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0009953 ;
    owl:annotatedTarget "post-hatching organism" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0009953 ;
    owl:annotatedTarget "post-natal organism" .

[]
    oboInOwl:hasDbXref "MA:0002405" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0009953 ;
    owl:annotatedTarget "postnatal mouse" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000139 ;
    owl:annotatedTarget "The lipid bilayer surrounding any of the compartments of the Golgi apparatus." .

[]
    oboInOwl:hasDbXref "PMID:11523831", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0009955 ;
    owl:annotatedTarget "Cranial ectodermal placode with potential to develop into a component of the nervous system, such as nerves or ganglia." .

[]
    oboInOwl:hasDbXref "CARO:0010000" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010000 ;
    owl:annotatedTarget "An anatomical structure that has more than one cell as a part." .

[]
    oboInOwl:hasDbXref "FBbt:00100313" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010000 ;
    owl:annotatedTarget "multicellular structure" .

[]
    oboInOwl:hasDbXref "NLXANAT:20090509" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010009 ;
    owl:annotatedTarget "A regional part of brain consisting of multiple brain regions that are not related through a simple volummetric part of hierarchy, e.g., basal ganglia[NIF]." .

[]
    oboInOwl:hasDbXref "FMA:256381" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010009 ;
    owl:annotatedTarget "set of nuclei of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010031 ;
    owl:annotatedTarget "Mesenchyme that is part of a pharyngeal arch 6." .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "The portion of the tongue in front of the terminal sulcus. At the apex, thin and narrow, it is directed forward against the lingual surfaces of the lower incisor teeth. It is derived primarily from the first pharyngeal arch." .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "anterior 2/3 of the tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "anterior 2/3 of tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "anterior two thirds of the tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "apex linguae" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "apex of the tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "buccal part of the tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "front of the tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Anterior_tongue" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010032 ;
    owl:annotatedTarget "oral part of the tongue" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010039 ;
    owl:annotatedTarget "An organ of the digestive tract that is capable of retaining and storing food." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010042 ;
    owl:annotatedTarget "Mesenchyme that is part of a pharyngeal arch 1." .

[]
    oboInOwl:hasDbXref "EMAPA:16128" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010042 ;
    owl:annotatedTarget "mesenchyme of 1st arch" .

[]
    oboInOwl:hasDbXref "XAO:0004524", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010046 ;
    owl:annotatedTarget "The sum total of mesenchymal tissue in the pharyngeal arch region. Pharyngeal mesenchyme is undifferentiated, loose connective tissue derived mostly from mesoderm, and also contains ectodermally derived neural crest cells." .

[]
    oboInOwl:hasDbXref "EMAPA:16550" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010046 ;
    owl:annotatedTarget "associated mesenchyme of pharyngeal region" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010046 ;
    owl:annotatedTarget "entire branchial arch associated mesenchyme" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001459" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010046 ;
    owl:annotatedTarget "pharyngeal arch associated mesenchyme" .

[]
    oboInOwl:hasDbXref "ISBN:0073040584" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010047 ;
    owl:annotatedTarget "Gland of the epithelium lining the oral cavity. The most common are the salivary glands." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000226 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising microtubules and their associated proteins." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010052 ;
    owl:annotatedTarget "A mucosa that is part of a dorsum of tongue." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0000226 ;
    owl:annotatedTarget "microtubule cytoskeleton organisation" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010056 ;
    owl:annotatedTarget "A compound organ that has the potential to develop into a tongue." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22315 ;
    owl:annotatedTarget "alcaloide" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0000226 ;
    owl:annotatedTarget "microtubule cytoskeleton organization and biogenesis" .

[]
    oboInOwl:hasDbXref "AEO:0000221" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010064 ;
    owl:annotatedTarget "An anatomical space with at least one opening to another space or the exterior." .

[]
    oboInOwl:hasDbXref "XB:curator", "http://www.ncbi.nlm.nih.gov/books/NBK10065/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010075 ;
    owl:annotatedTarget "One of the 5 distinct and partially overlapping functional domains of the premigratory neural crest. The vagal and sacral neural crest cells develop into the ganglia of the enteric nervous system, also known as the parasympathetic ganglia." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cuboidal_epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010077 ;
    owl:annotatedTarget "An epithelium consisting of cuboidal epithelial cells." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010083 ;
    owl:annotatedTarget "Mesenchyme that has the potential to develop into a dermis." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010084 ;
    owl:annotatedTarget "A structure that will develop into a diaphragm." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010091 ;
    owl:annotatedTarget "A multi-tissue structure that has the potential to develop into a meninx of hindbrain." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000610" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010091 ;
    owl:annotatedTarget "future hindbrain meninges" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010092 ;
    owl:annotatedTarget "A developing anatomical structure that has the potential to develop into a metencephalon." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010096 ;
    owl:annotatedTarget "A developing anatomical structure that has the potential to develop into a myelencephalon." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010125 ;
    owl:annotatedTarget "A gray matter that has the potential to develop into a superior salivatory nucleus." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010131 ;
    owl:annotatedTarget "Any portion of cardiac muscle tissue that is part of the conducting system of heart or the Purkinje fibers." .

[]
    oboInOwl:hasDbXref "FMA:83378" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010131 ;
    owl:annotatedTarget "specialized conducting tissue of heart" .

[]
    oboInOwl:hasDbXref "FMA:83378" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010131 ;
    owl:annotatedTarget "specialized muscle tissue of heart" .

[]
    oboInOwl:hasDbXref "GO:0002011" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010136 ;
    owl:annotatedTarget "An epithelial sheet is a flat surface consisting of closely packed epithelial cells." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010161 ;
    owl:annotatedTarget "An anatomical cavity that surrounded_by a blood vessel." .

[]
    oboInOwl:hasDbXref "EHDAA2:0003250" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010188 ;
    owl:annotatedTarget "A roughly circular bulge in a surface." .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Gonadal_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010192 ;
    owl:annotatedTarget "One of the laterally paired arteries that supply the gonads." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000228 ;
    owl:annotatedTarget "A chromosome that encodes the nuclear genome and is found in the nucleus of a eukaryotic cell during the cell cycle phases when the nucleus is intact." .

[]
    oboInOwl:hasDbXref "CARO:0001004" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010199 ;
    owl:annotatedTarget "An anatomical boundary that corresponds to some physical discontinuity." .

[]
    oboInOwl:hasDbXref "AAO:0000267" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010212 ;
    owl:annotatedTarget "Apparatus located between the lungs and the buccal cavity. This apparatus is composed of a pair of arytenoid cartilages that are supported by the cricoid ring." .

[]
    oboInOwl:hasDbXref "EHDAA2:0000904" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010212 ;
    owl:annotatedTarget "laryngeal cartilage system" .

[]
    oboInOwl:hasDbXref "Wikipedia:Thalamus#Thalamic_nuclei" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010225 ;
    owl:annotatedTarget "A nuclear complex which in mammals consists of four parts, the hypothalamus, epithalamus, ventral thalamus, and dorsal thalamus[WP,modified]." .

[]
    oboInOwl:hasDbXref "ZFA:0001718" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010227 ;
    owl:annotatedTarget "Multi-tissue structure that is part of the heart tube and will become the cardiac atrium." .

[]
    oboInOwl:hasDbXref "ZFA:0001718" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010227 ;
    owl:annotatedTarget "presumptive atrium heart tube" .

[]
    oboInOwl:hasDbXref "FMA:71005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010227 ;
    owl:annotatedTarget "primordial atrium" .

[]
    oboInOwl:hasDbXref "FMA:71005" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010227 ;
    owl:annotatedTarget "primordial cardiac atrium" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010230 ;
    owl:annotatedTarget "The core globe-shaped component of the camera-type eye." .

[]
    oboInOwl:hasDbXref "VHOG:0001616" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010230 ;
    owl:annotatedTarget "eye globe" .

[]
    oboInOwl:hasDbXref "FMA:12513" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010230 ;
    owl:annotatedTarget "eyeball" .

[]
    oboInOwl:hasDbXref "HP:0100886", "MIAA:0000283" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010230 ;
    owl:annotatedTarget "globe" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22315 ;
    owl:annotatedTarget "alcaloides" .

[]
    oboInOwl:hasDbXref "MGI:anna", "MP:0013544", "Wikipedia:Merocrine" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010243 ;
    owl:annotatedTarget "An exocrine gland whose secretions are excreted via exocytosis from secretory cells into an epithelial-walled duct or ducts and thence onto a bodily surface or into the lumen; the gland releases its product and no part of the gland is lost or damaged." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010252 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a 1st arch mandibular mesenchyme." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010254 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a 2nd arch mesenchyme." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010255 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a 3rd arch mesenchyme." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000271 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of a polysaccharide, a polymer of many (typically more than 10) monosaccharide residues linked glycosidically." .

[]
    oboInOwl:hasDbXref "VHOG:0000571" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010255 ;
    owl:annotatedTarget "3rd pharyngeal arch mesenchyme derived from neural crest" .

[]
    oboInOwl:hasDbXref "EMAPA:16404" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010255 ;
    owl:annotatedTarget "mesenchyme derived from neural crest of mesenchyme of 3rd arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010256 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a 4th arch mesenchyme." .

[]
    oboInOwl:hasDbXref "VHOG:0000580" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010256 ;
    owl:annotatedTarget "4th pharyngeal arch mesenchyme derived from neural crest" .

[]
    oboInOwl:hasDbXref "EMAPA:16772" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010256 ;
    owl:annotatedTarget "mesenchyme derived from neural crest of mesenchyme of 4th arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010257 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a 6th arch mesenchyme." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010258 ;
    owl:annotatedTarget "Mesenchyme that develops_from a rhombencephalon neural crest." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010259 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a 1st arch mesenchyme." .

[]
    oboInOwl:hasDbXref "EMAPA:16129" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010259 ;
    owl:annotatedTarget "mesenchyme derived from neural crest of mesenchyme of 1st arch" .

[]
    oboInOwl:hasDbXref "http://www.biology-online.org/dictionary/Hyoid_apparatus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010272 ;
    owl:annotatedTarget "A group of bones comprised of hyoid body and two pairs of cornua (i.e. greater cornua and lesser cornua), and lies just below the tongue, above the thyroid cartilage." .

[]
    oboInOwl:hasDbXref "http://www.biology-online.org/dictionary/Hyoid_apparatus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010272 ;
    owl:annotatedTarget "apparatus hyoideus" .

[]
    oboInOwl:hasDbXref "AAO:0000225" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010272 ;
    owl:annotatedTarget "hyobranchial apparatus" .

[]
    oboInOwl:hasDbXref "AAO:0000225" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010272 ;
    owl:annotatedTarget "hyolingual system" .

[]
    oboInOwl:hasDbXref "ZFA:0000761" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010285 ;
    owl:annotatedTarget "Portion of tissue that is dorsolateral to the floor plate and part of the midbrain." .

[]
    oboInOwl:hasDbXref "TAO:0000761" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010285 ;
    owl:annotatedTarget "basal plate midbrain" .

[]
    oboInOwl:hasDbXref "ZFA:0000761" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010285 ;
    owl:annotatedTarget "basal plate midbrain region" .

[]
    oboInOwl:hasDbXref "ZFA:0007039" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010286 ;
    owl:annotatedTarget "Portion of neural tube that gives rise to the midbrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010294 ;
    owl:annotatedTarget "An endothelium that is part of a sclera." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010295 ;
    owl:annotatedTarget "A stroma that is part of a sclera." .

[]
    oboInOwl:hasDbXref "FMA:58365" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010295 ;
    owl:annotatedTarget "scleral stroma" .

[]
    oboInOwl:hasDbXref "FMA:58365" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010295 ;
    owl:annotatedTarget "stroma of sclera" .

[]
    oboInOwl:hasDbXref "FMA:58365" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010295 ;
    owl:annotatedTarget "subsantia propria sclerae" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22506 ;
    owl:annotatedTarget "aminoglycans" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000278 ;
    owl:annotatedTarget "Progression through the phases of the mitotic cell cycle, the most common eukaryotic cell cycle, which canonically comprises four successive phases called G1, S, G2, and M and includes replication of the genome and the subsequent segregation of chromosomes into daughter cells. In some variant cell cycles nuclear replication or nuclear division may not be followed by cell division, or G1 and G2 phases may be absent." .

[]
    oboInOwl:hasDbXref "PMID:16496288", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010299 ;
    owl:annotatedTarget "Mesenchyme surrounding the developing optic cup which develops into the sclera." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010303 ;
    owl:annotatedTarget "An epithelium that is part of a extraembryonic structure." .

[]
    a owl:Axiom ;
    rdfs:label "Cell Cycle, Mitotic" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0000278 ;
    owl:annotatedTarget "Reactome:R-HSA-69278" .

[]
    oboInOwl:hasDbXref "ZFA:0001678" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010312 ;
    owl:annotatedTarget "Developing anatomical structure that develops into the eyeball and associated structures." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010313 ;
    owl:annotatedTarget "An anatomical structure that develops from the neural crest." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010314 ;
    owl:annotatedTarget "An anatomical structure that has some part that develops from the neural crest." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010321 ;
    owl:annotatedTarget "A skeletal element that is part of a orbital region." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000049", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010323 ;
    owl:annotatedTarget "Skeletal subdivision of the head including skull (cranium plus mandible), pharyngeal and/or hyoid apparatus." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010329 ;
    owl:annotatedTarget "Mesenchyme that is part of a limb/fin bud." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010333 ;
    owl:annotatedTarget "Mesenchyme that is part of a extraembryonic membrane." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010336 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a mandibular process mesenchyme." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010337 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a mandibular process mesenchyme." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000280 ;
    owl:annotatedTarget "The division of a cell nucleus into two nuclei, with DNA and other nuclear contents distributed between the daughter nuclei." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010339 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 1st arch mandibular mesenchyme." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010341 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 1st arch mesenchyme." .

[]
    oboInOwl:hasDbXref "EMAPA:16130" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010341 ;
    owl:annotatedTarget "mesenchyme derived from head mesoderm of mesenchyme of 1st arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010343 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 2nd arch mesenchyme." .

[]
    oboInOwl:hasDbXref "EMAPA:16280" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010343 ;
    owl:annotatedTarget "mesenchyme derived from head mesoderm of mesenchyme of 2nd arch" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_22563 ;
    owl:annotatedTarget "Anion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010344 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 3rd arch mesenchyme." .

[]
    oboInOwl:hasDbXref "EMAPA:16403" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010344 ;
    owl:annotatedTarget "mesenchyme derived from head mesoderm of mesenchyme of 3rd arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010345 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 4th arch mesenchyme." .

[]
    oboInOwl:hasDbXref "EMAPA:16771" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010345 ;
    owl:annotatedTarget "mesenchyme derived from head mesoderm of mesenchyme of 4th arch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010347 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a 6th arch mesenchyme." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010359 ;
    owl:annotatedTarget "Mesenchyme that develops_from a neural crest and is part of a entire pharyngeal arch associated mesenchyme." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mcc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000313 ;
    owl:annotatedTarget "A ribosome contained within a subcellular membrane-bounded organelle." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010360 ;
    owl:annotatedTarget "Mesenchyme that develops_from a head mesenchyme from mesoderm and is part of a entire pharyngeal arch associated mesenchyme." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000037", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010362 ;
    owl:annotatedTarget "Skeletal subdivision that undergoes indirect development and includes elements that develop as a replacement or substitution of other elements or tissues." .

[]
    oboInOwl:hasDbXref "VSAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010362 ;
    owl:annotatedTarget "replacement skeleton" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000139", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010363 ;
    owl:annotatedTarget "A skeletal element that has the potential to participate in endochondral ossification, and may participate in intramembranous ossification." .

[]
    oboInOwl:hasDbXref "VSAO:0000139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010363 ;
    owl:annotatedTarget "endochondral replacement element" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000035", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010364 ;
    owl:annotatedTarget "Skeletal subdivision that undergoes direct development and includes elements that either develop in association with the basement membrane of the ectoderm or are homologous with such elements; includes dermatocranium, components of the appendicular skeleton, teeth and tooth-like elements of the oropharynx, and integumentary elements." .

[]
    oboInOwl:hasDbXref "VSAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010364 ;
    owl:annotatedTarget "dermal skeletal system" .

[]
    oboInOwl:hasDbXref "VSAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010364 ;
    owl:annotatedTarget "dermoskeleton" .

[]
    oboInOwl:hasDbXref "VSAO:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010364 ;
    owl:annotatedTarget "desmoskeleton" .

[]
    oboInOwl:hasDbXref "FMA:69064" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010371 ;
    owl:annotatedTarget "Epithelium composed of cells that develops from the ectoderm[FMA,modified]." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010377 ;
    owl:annotatedTarget "Mesenchyme that develops_from a somatopleure." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010378 ;
    owl:annotatedTarget "Mesenchyme that develops_from a splanchnopleure." .

[]
    oboInOwl:hasDbXref "MP:0013754" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010409 ;
    owl:annotatedTarget "The integrated unit (of the eye) that consists of the conjunctiva, the corneal surface, and the ocular mucosal adnexa including the lid margins and the meibomian gland openings, the lacrimal glands and the lacrimal drainage system, all which are critical to maintain ocular surface integrity and provide protection from external antigens and pathogenic microorganisms." .

[]
    oboInOwl:hasDbXref "MA:0002486" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010409 ;
    owl:annotatedTarget "eye surface" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ciliary_processes" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010427 ;
    owl:annotatedTarget "The ciliary processes are formed by the inward folding of the various layers of the choroid, i.e. , the choroid proper and the lamina basalis, and are received between corresponding foldings of the suspensory ligament of the lens." .

[]
    oboInOwl:hasDbXref "FMA:76551" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010427 ;
    owl:annotatedTarget "ciliary processes" .

[]
    oboInOwl:hasDbXref "FMA:76551" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010427 ;
    owl:annotatedTarget "ciliary processes set" .

[]
    oboInOwl:hasDbXref "FMA:76551" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010427 ;
    owl:annotatedTarget "set of ciliary processes" .

[]
    oboInOwl:hasDbXref "Wikipedia:Ciliary_processes" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010427 ;
    owl:annotatedTarget "ciliary process" .

[]
    oboInOwl:hasDbXref "Wikipedia:Flat_bone" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010428 ;
    owl:annotatedTarget "A bone that is shaped as a broad flat plate and composed of two thin layers of compact tissue enclosing between them a variable quantity of cancellous tissue, which is the location of red bone marrow." .

[]
    oboInOwl:hasDbXref "Wikipedia:Pseudostratified_columnar_epithelium", "http://medical-dictionary.thefreedictionary.com/pseudostratified+epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010498 ;
    owl:annotatedTarget "A simple columnar epithelium that looks stratified but is not, because its cells are arranged with their nuclei at different levels." .

[]
    oboInOwl:hasDbXref "GOC:elh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000740 ;
    owl:annotatedTarget "The joining of 2 or more lipid bilayer membranes that surround the nucleus." .

[]
    oboInOwl:hasDbXref "NCIT:NCIT" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010499 ;
    owl:annotatedTarget "Epithelium composed of a single layer of cells, appearing as layered because the column-shaped cells vary in height so the nuclei are at different levels. The basal portions of all the cells are in contact with the basement membrane. It lines the respiratory system and the male reproductive tract. The cilia in the respiratory tract are motile, while the stereocilia in the male reproductive tract are immobile." .

[]
    oboInOwl:hasDbXref "FMA:13146" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010499 ;
    owl:annotatedTarget "epithelium pseudostratificatum columnare ciliatum (trachea et bronchi)" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000135", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010522 ;
    owl:annotatedTarget "Skeletal element that forms as a replacement or substitution of another element or tissue." .

[]
    oboInOwl:hasDbXref "MESH:A07.231.432", "ZFA:0005251", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010523 ;
    owl:annotatedTarget "A vessel of the microcirculature, lying between the arterioles and venules; includes capillaries (blood and lymphatic), metarterioles and arteriovenous anastomoses." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_22563 ;
    owl:annotatedTarget "anion" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010527 ;
    owl:annotatedTarget "An organ cavity that surrounded_by a bone." .

[]
    oboInOwl:hasDbXref "FMA:24021" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010527 ;
    owl:annotatedTarget "bone organ cavity" .

[]
    oboInOwl:hasDbXref "FMA:24028" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010528 ;
    owl:annotatedTarget "air space of bone" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/Appendages-and-the-appendicular-skeleton", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010707 ;
    owl:annotatedTarget "An organism subdivision that includes both an appendage and its associated girdle region. Note that this includes both the skeletal elements and associated tissues (integument, muscle, etc)." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010707 ;
    owl:annotatedTarget "appendage complex" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010707 ;
    owl:annotatedTarget "appendage-girdle complex" .

[]
    oboInOwl:hasDbXref "VSAO:0000214" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010707 ;
    owl:annotatedTarget "appendage/girdle complex" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010707 ;
    owl:annotatedTarget "girdle plus limb or fin" .

[]
    oboInOwl:hasDbXref "VSAO:0000213" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010708 ;
    owl:annotatedTarget "Appendage girdle complex that when present, encompasses the pectoral appendicular skeleton and the pectoral girdle." .

[]
    oboInOwl:hasDbXref "VSAO:0000213" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010708 ;
    owl:annotatedTarget "pectoral appendage/girdle complex" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010708 ;
    owl:annotatedTarget "pectoral girdle plus anterior limb or fin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010708 ;
    owl:annotatedTarget "pectoral girdle plus pectoral limb or fin" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010708 ;
    owl:annotatedTarget "upper limb and shoulder" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010719 ;
    owl:annotatedTarget "The subdivision of the skeleton of either the pectoral or pelvic girdle." .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010740 ;
    owl:annotatedTarget "A bone that is part of an appendage girdle complex (i.e. any bone in a limb, fin or girdle)." .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010740 ;
    owl:annotatedTarget "bone of extended limb/fin region" .

[]
    oboInOwl:hasDbXref "MA:0000688", "UBERONREF:0000003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010740 ;
    owl:annotatedTarget "limb bone" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010741 ;
    owl:annotatedTarget "A bone that is part of a pectoral complex. Examples: scapula, manus phalanx, any carpal bone, any bone of the pectoral fin." .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010741 ;
    owl:annotatedTarget "bone of forelimb or pectoral fin or pectoral girdle" .

[]
    oboInOwl:hasDbXref "MA:0000612", "UBERONREF:0000003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010741 ;
    owl:annotatedTarget "forelimb bone" .

[]
    oboInOwl:hasDbXref "GOC:elh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000741 ;
    owl:annotatedTarget "The creation of a single nucleus from multiple nuclei as a result of fusing the lipid bilayers that surround each nuclei." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010743 ;
    owl:annotatedTarget "The collection of all meningeal layers that line a central nervous system." .

[]
    oboInOwl:hasDbXref "FMA:231572" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010743 ;
    owl:annotatedTarget "cluster of meninges" .

[]
    oboInOwl:hasDbXref "FMA:231572" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010743 ;
    owl:annotatedTarget "meninges" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010891 ;
    owl:annotatedTarget "A muscle of a pectoral girdle, pectoral fin or anterior limb." .

[]
    oboInOwl:hasDbXref "AAO:0010687" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010891 ;
    owl:annotatedTarget "pectoral girdle and fore limb muscles" .

[]
    oboInOwl:hasDbXref "UBERONREF:0000003", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010912 ;
    owl:annotatedTarget "Anatomical cluster consisting of the skeletal elements (i.e. bone elements, cartilage elements, cartilage condensations) that are part of an individual subdivision of the organism. Excludes joints." .

[]
    oboInOwl:hasDbXref "VSAO:0000042" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0010912 ;
    owl:annotatedTarget "skeletal subdivision" .

[]
    oboInOwl:hasDbXref "FMA:23879" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0010912 ;
    owl:annotatedTarget "subdivision of skeleton (in vivo)" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0010959 ;
    owl:annotatedTarget "Any muscle organ that is part of either the head or the neck." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011004 ;
    owl:annotatedTarget "A cartilage element that is part of a splanchnocranium." .

[]
    oboInOwl:hasDbXref "ZFA:0001460" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011004 ;
    owl:annotatedTarget "splanchnocranium cartilage" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011108 ;
    owl:annotatedTarget "A synovial joint that is part of a pectoral girdle region." .

[]
    oboInOwl:hasDbXref "FMA:35243" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011108 ;
    owl:annotatedTarget "pectoral girdle joint" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22563 ;
    owl:annotatedTarget "Anionen" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011120 ;
    owl:annotatedTarget "A skeletal joint that connects a laryngeal cartilage." .

[]
    oboInOwl:hasDbXref "FMA:55100" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011120 ;
    owl:annotatedTarget "joint of larynx" .

[]
    oboInOwl:hasDbXref "FMA:55100" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011120 ;
    owl:annotatedTarget "laryngeal articulation" .

[]
    oboInOwl:hasDbXref "FMA:7491" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011134 ;
    owl:annotatedTarget "Joint in which the articulating bones or cartilages are connected by ligaments or fibrocartilage without an intervening synovial cavity. Examples: sagittal suture, inferior tibiofibular syndesmosis, costochondral joint, pubic symphysis." .

[]
    oboInOwl:hasDbXref "FMA:7491" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011134 ;
    owl:annotatedTarget "solid joint" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011137 ;
    owl:annotatedTarget "Subdivision of the skeletal system which consists of the axial skeleton plus associated joints." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000768 ;
    owl:annotatedTarget "The formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/44", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011138 ;
    owl:annotatedTarget "Subdivision of the skeletal system which consists of the postcranial axial skeleton plus associated joints." .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/wiki/The-axial-skeleton" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0011138 ;
    owl:annotatedTarget "axial skeletal system" .

[]
    oboInOwl:hasDbXref "MP:0005274", "Wikipedia:Facial_skeleton", "http://www.bartleby.com/107/37.html", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011156 ;
    owl:annotatedTarget "Subdivision of skull that consists of the facial bones." .

[]
    oboInOwl:hasDbXref "FMA:53673" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011156 ;
    owl:annotatedTarget "facial skeleton" .

[]
    oboInOwl:hasDbXref "MA:0000318" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011156 ;
    owl:annotatedTarget "facial bone" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011158 ;
    owl:annotatedTarget "The skull can be divided into two: the neurocranium and the facial skeleton." .

[]
    oboInOwl:hasDbXref "FMA:54964" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011158 ;
    owl:annotatedTarget "skull subdivision" .

[]
    oboInOwl:hasDbXref "FMA:54964" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011158 ;
    owl:annotatedTarget "subdivision of skull" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011164 ;
    owl:annotatedTarget "A bone that is part of a neurocranium [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "MA:0001478" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011164 ;
    owl:annotatedTarget "chondrocranium bone" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011215 ;
    owl:annotatedTarget "A multi cell part structure that is part of a central nervous system." .

[]
    oboInOwl:hasDbXref "FMA:83143" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011215 ;
    owl:annotatedTarget "cell part cluster of neuraxis" .

[]
    oboInOwl:hasDbXref "FMA:83143" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011215 ;
    owl:annotatedTarget "neuraxis layer" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011216 ;
    owl:annotatedTarget "A subdivision of an anatomical system." .

[]
    oboInOwl:hasDbXref "GOC:elh", "PMID:20404130" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000785 ;
    owl:annotatedTarget "The ordered and organized complex of DNA, protein, and sometimes RNA, that forms the chromosome." .

[]
    oboInOwl:hasDbXref "EMAPA:18808" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011222 ;
    owl:annotatedTarget "intrinsic ocular muscle" .

[]
    oboInOwl:hasDbXref "FMA:45087", "Wikipedia:Synovial_sheath" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011233 ;
    owl:annotatedTarget "Synovial sac which surrounds parts of one or more tendons. Examples: synovial tendon sheath of manual digit 2, radial bursa." .

[]
    oboInOwl:hasDbXref "BTO:0001823" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0011233 ;
    owl:annotatedTarget "synovium" .

[]
    oboInOwl:hasDbXref "PMID:32017156" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000792 ;
    owl:annotatedTarget "A compact and highly condensed form of chromatin that is refractory to transcription." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011249 ;
    owl:annotatedTarget "Subdivision of the skeletal system which consists of the appendicular skeleton plus associated joints." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:elh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000819 ;
    owl:annotatedTarget "The cell cycle process in which sister chromatids are organized and then physically separated and apportioned to two or more sets." .

[]
    oboInOwl:hasDbXref "UBERONREF:0000006", "Wikipedia:Human_back" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011270 ;
    owl:annotatedTarget "The part of the trunk that is in the dorsum[cjm]." .

[]
    oboInOwl:hasDbXref "FMA:25056" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011270 ;
    owl:annotatedTarget "back of trunk" .

[]
    oboInOwl:hasDbXref "FMA:25056" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011270 ;
    owl:annotatedTarget "dorsum of trunk" .

[]
    oboInOwl:hasDbXref "FMA:25056" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011270 ;
    owl:annotatedTarget "trunk back" .

[]
    oboInOwl:hasDbXref "Wikipathways:WP2062" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011272 ;
    owl:annotatedTarget "outer epithelium of body" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011299 ;
    owl:annotatedTarget "A partion of white matter that is part of a telencephalon. This can be further subdivided in some species, for example, into hemisphere white matter and the corpus callosum." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1075" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011299 ;
    owl:annotatedTarget "predominantly white regional part of telencephalon" .

[]
    oboInOwl:hasDbXref "ZFA:0000597" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011299 ;
    owl:annotatedTarget "telencephalic tract/commissure" .

[]
    oboInOwl:hasDbXref "HBA:TELWM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011299 ;
    owl:annotatedTarget "telencephalic white matter" .

[]
    oboInOwl:hasDbXref "TAO:0000597" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0011299 ;
    owl:annotatedTarget "telencephalic tracts" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011300 ;
    owl:annotatedTarget "A portion of gray matter that is part of a telencephalon." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011300 ;
    owl:annotatedTarget "predominantly gray regional part of telencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011362 ;
    owl:annotatedTarget "A blood vasculature that is part of a head." .

[]
    oboInOwl:hasDbXref "ZFA:0005297" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011362 ;
    owl:annotatedTarget "cranial blood vessel" .

[]
    oboInOwl:hasDbXref "FMA:54364" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011565 ;
    owl:annotatedTarget "gastrointestinal tract lumen" .

[]
    oboInOwl:hasDbXref "FMA:54364" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011565 ;
    owl:annotatedTarget "lumen of gastrointestinal tract" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22563 ;
    owl:annotatedTarget "aniones" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011566 ;
    owl:annotatedTarget "An anatomical cavity that is part of a esophagus." .

[]
    oboInOwl:hasDbXref "FMA:9398" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011566 ;
    owl:annotatedTarget "cavity of esophagus" .

[]
    oboInOwl:hasDbXref "FMA:9398" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011566 ;
    owl:annotatedTarget "esophageal cavity" .

[]
    oboInOwl:hasDbXref "FMA:9398" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011566 ;
    owl:annotatedTarget "esophageal lumen" .

[]
    oboInOwl:hasDbXref "FMA:9398" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011566 ;
    owl:annotatedTarget "esophagus lumen" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011582 ;
    owl:annotatedTarget "The collection of all skeletal elements in an individual limb or fin." .

[]
    oboInOwl:hasDbXref "VSAO:0000301" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011582 ;
    owl:annotatedTarget "limb/fin skeleton" .

[]
    oboInOwl:hasDbXref "GO_REF:0000034", "PSPUB:0000170", "VSAO:0000006", "http://dx.plos.org/10.1371/journal.pone.0051070" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011585 ;
    owl:annotatedTarget "Anatomical structure that is an aggregation of similar cells from which cartilages and bones form, and from which chondrogenesis and osteogenesis are initiated during repair and/or regeneration. (Hall and Miyake 1995)." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011595 ;
    owl:annotatedTarget "A subdivision of the head that corresponds to the jaw skeleton, containing both soft tissue, skeleton and teeth (when present). The jaw region is divided into upper and lower regions." .

[]
    oboInOwl:hasDbXref "GOC:clt", "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0000902 ;
    owl:annotatedTarget "The developmental process in which the size or shape of a cell is generated and organized." .

[]
    oboInOwl:hasDbXref "EHDAA2:0001020" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011596 ;
    owl:annotatedTarget "lower jaw future lip" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011642 ;
    owl:annotatedTarget "An epithelium that develops_from a ectoderm and is part of a oral epithelium." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:rn" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001101 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus by the chemical structure of the anion portion of a dissociated acid (rather than the acid acting as a proton donor). The acid chemical may be in gaseous, liquid or solid form." .

[]
    oboInOwl:hasDbXref "TAO:0000236" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011648 ;
    owl:annotatedTarget "mandibular muscle" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011676 ;
    owl:annotatedTarget "A major subdivision of an organism that divides an organism along its main body axis (typically anterio-posterior axis). In vertebrates, this is based on the vertebral column." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011695 ;
    owl:annotatedTarget "A cardiovascular system that is part of a conceptus." .

[]
    oboInOwl:hasDbXref "EMAPA:25350" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011766 ;
    owl:annotatedTarget "left recurrent laryngeal branch" .

[]
    oboInOwl:hasDbXref "FMA:14469" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011766 ;
    owl:annotatedTarget "left recurrent laryngeal nerve" .

[]
    oboInOwl:hasDbXref "MA:0001107" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011766 ;
    owl:annotatedTarget "vagus X nerve left recurrent laryngeal branch" .

[]
    oboInOwl:hasDbXref "EMAPA:17275" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011767 ;
    owl:annotatedTarget "right recurrent laryngeal branch" .

[]
    oboInOwl:hasDbXref "FMA:14468" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011767 ;
    owl:annotatedTarget "right recurrent laryngeal nerve" .

[]
    oboInOwl:hasDbXref "MA:0001108" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011767 ;
    owl:annotatedTarget "vagus X nerve right recurrent laryngeal branch" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011772 ;
    owl:annotatedTarget "An anatomical space that is part of a bone of lower jaw." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011775 ;
    owl:annotatedTarget "A cranial nerve nucleus that is associated with a vagus nerve." .

[]
    oboInOwl:hasDbXref "FMA:54573" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011775 ;
    owl:annotatedTarget "nucleus of vagus nerve" .

[]
    oboInOwl:hasDbXref "FMA:54573" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011775 ;
    owl:annotatedTarget "tenth cranial nerve nucleus" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011775 ;
    owl:annotatedTarget "vagal X nucleus" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011775 ;
    owl:annotatedTarget "vagal nucleus" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011775 ;
    owl:annotatedTarget "vagus nucleus" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011775 ;
    owl:annotatedTarget "nodosal nucleus" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011777 ;
    owl:annotatedTarget "A neural nucleus that is part of the spinal cord." .

[]
    oboInOwl:hasDbXref "FMA:77011" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011777 ;
    owl:annotatedTarget "spinal cord nucleus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011779 ;
    owl:annotatedTarget "A nerve that is part of a head." .

[]
    oboInOwl:hasDbXref "PMID:11523831", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011814 ;
    owl:annotatedTarget "Ectodermal placode that does not develop into a component of the nervous system." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22563 ;
    owl:annotatedTarget "anions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001501 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the skeleton over time, from its formation to the mature structure. The skeleton is the bony framework of the body in vertebrates (endoskeleton) or the hard outer envelope of insects (exoskeleton or dermoskeleton)." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011820 ;
    owl:annotatedTarget "An anatomical junction that divides and overlaps with and atrium and a ventricle in the heart." .

[]
    oboInOwl:hasDbXref "PMID:21234997" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011820 ;
    owl:annotatedTarget "AV region" .

[]
    oboInOwl:hasDbXref "PMID:21234997" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011820 ;
    owl:annotatedTarget "AV segment" .

[]
    oboInOwl:hasDbXref "GO:0003294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011820 ;
    owl:annotatedTarget "atrial ventricular junction" .

[]
    oboInOwl:hasDbXref "FMA:85125", "GO:0003294" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011820 ;
    owl:annotatedTarget "atrioventricular junction" .

[]
    oboInOwl:hasDbXref "PMID:21234997" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011820 ;
    owl:annotatedTarget "atrioventricular segment" .

[]
    oboInOwl:hasDbXref "FMA:20107" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011821 ;
    owl:annotatedTarget "Connective tissue, which consists of a population of connective tissue cells, the intercellular matrix of which contains an irregular network of collagen and elastic fiber bundles. Examples: areolar tissue, mucoid tissue, connective tissue of peritoneum, connective tissue of fibrous pericardium." .

[]
    oboInOwl:hasDbXref "FMA:20109", "Wikipedia:Dense_irregular_connective_tissue" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011822 ;
    owl:annotatedTarget "Irregular connective tissue is an irregular connective tissue, the intercellular matrix of which contains a dense irregular network of collagen and elastic fiber bundles. Examples: connective tissue of peritoneum, connective tissue of fibrous pericardium." .

[]
    oboInOwl:hasDbXref "FMA:20109" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011822 ;
    owl:annotatedTarget "typus irregularis (textus connectivus collagenosus compactus)" .

[]
    oboInOwl:hasDbXref "Wikipedia:Dense_connective_tissue" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011823 ;
    owl:annotatedTarget "Dense connective tissue is mainly composed of collagen type I. Crowded between the collagen fibers are rows of fibroblasts, fiber-forming cells, that manufacture the fibers. Dense connective tissue forms strong, rope-like structures such as tendons and ligaments. Tendons attach skeletal muscles to bones; ligaments connect bones to bones at joints. Ligaments are more stretchy and contain more elastic fibers than tendons. Dense connective tissue also make up the lower layers of the skin (dermis), where it is arranged in sheets." .

[]
    oboInOwl:hasDbXref "FMA:19783" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011825 ;
    owl:annotatedTarget "Irregular connective tissue, the intercellular matrix of which contains a sparse irregular network of collagen and elastic fiber bundles. Examples: areolar tissue, neuroglial tissue, mucoid tissue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011858 ;
    owl:annotatedTarget "An acinus that is part of a exocrine gland." .

[]
    oboInOwl:hasDbXref "MP:0011640" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011861 ;
    owl:annotatedTarget "The connective tissue bundles in the extracellular matrix of aorta tissue that are composed of collagen, and play a role in tissue strength and elasticity." .

[]
    oboInOwl:hasDbXref "MP:0011641" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011862 ;
    owl:annotatedTarget "The connective tissue bundles in the extracellular matrix of pulmonary tissue that are composed of collagen, and play a role in tissue strength and elasticity." .

[]
    oboInOwl:hasDbXref "MP:0011642" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011863 ;
    owl:annotatedTarget "The connective tissue bundles in the extracellular matrix of bone tissue that are composed of collagen, and play a role in tissue strength and elasticity." .

[]
    oboInOwl:hasDbXref "MP:0011643" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011864 ;
    owl:annotatedTarget "The connective tissue bundles in the extracellular matrix of tendon tissue that are composed of collagen, and play a role in tissue strength and elasticity." .

[]
    oboInOwl:hasDbXref "MP:0011650" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011865 ;
    owl:annotatedTarget "The connective tissue bundles in the extracellular matrix of corneal stroma that are composed of collagen, and play a role in tissue strength and elasticity." .

[]
    oboInOwl:hasDbXref "GOC:mtg_mpo", "PMID:17572649" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001503 ;
    owl:annotatedTarget "The formation of bone or of a bony substance, or the conversion of fibrous tissue or of cartilage into bone or a bony substance." .

[]
    oboInOwl:hasDbXref "MP:0005194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011892 ;
    owl:annotatedTarget "Front (ventral) portion of the vascular, pigmentary, or middle coat of the eye, including the ciliary body and the iris." .

[]
    oboInOwl:hasDbXref "MP:0005194" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011892 ;
    owl:annotatedTarget "Haller tunica vascula" .

[]
    oboInOwl:hasDbXref "MP:0005194" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011892 ;
    owl:annotatedTarget "tunica vasculosa bulbosa" .

[]
    oboInOwl:hasDbXref "MP:0005194" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011892 ;
    owl:annotatedTarget "vasculosa oculi" .

[]
    oboInOwl:hasDbXref "Wikipedia:Epimysium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011899 ;
    owl:annotatedTarget "Epimysium is a layer of connective tissue which ensheaths the entire muscle. It is composed of dense irregular connective tissue. It is continuous with fascia and other connective tissue wrappings of muscle including the endomysium, and perimysium. It is also continuous with tendons where it becomes thicker and collagenous." .

[]
    oboInOwl:hasDbXref "FMA:9726" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011899 ;
    owl:annotatedTarget "fascia of muscle organ" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb", "ISBN:978-0-07-139011-8" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001508 ;
    owl:annotatedTarget "A process in which membrane potential cycles through a depolarizing spike, triggered in response to depolarization above some threshold, followed by repolarization. This cycle is driven by the flow of ions through various voltage gated channels with different thresholds and ion specificities." .

[]
    oboInOwl:hasDbXref "MP:0011204" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011919 ;
    owl:annotatedTarget "Masses of developing blood cells attached to endothelium in the yolk sac." .

[]
    oboInOwl:hasDbXref "MP:0011204" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011919 ;
    owl:annotatedTarget "visceral yolk sac blood island" .

[]
    oboInOwl:hasDbXref "EHDAA2:0000177" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011919 ;
    owl:annotatedTarget "yolk sac blood islands" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_22695 ;
    owl:annotatedTarget "Base" .

[]
    oboInOwl:hasDbXref "MESH:A08.663.542.122", "Wikipedia:Preganglionic_nerve_fibers" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011925 ;
    owl:annotatedTarget "Nerve fibers which project from the central nervous system to autonomic ganglia. In the sympathetic division most preganglionic fibers originate with neurons in the intermediolateral column of the spinal cord, exit via ventral roots from upper thoracic through lower lumbar segments, and project to the paravertebral ganglia; there they either terminate in synapses or continue through the splanchnic nerves to the prevertebral ganglia. In the parasympathetic division the fibers originate in neurons of the brain stem and sacral spinal cord. In both divisions the principal transmitter is acetylcholine but peptide cotransmitters may also be released." .

[]
    oboInOwl:hasDbXref "FMA:5923" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0011925 ;
    owl:annotatedTarget "preganglionic nerve fiber" .

[]
    oboInOwl:hasDbXref "MP:0008310" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011927 ;
    owl:annotatedTarget "A cholinergic axonal fiber projecting from the CNS to a sympathetic ganglion." .

[]
    oboInOwl:hasDbXref "MP:0008310" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011927 ;
    owl:annotatedTarget "sympathetic preganglionic fiber" .

[]
    oboInOwl:hasDbXref "MP:0008311" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011930 ;
    owl:annotatedTarget "A cholinergic axonal fibers projecting from the CNS to a parasympathetic ganglion." .

[]
    oboInOwl:hasDbXref "MP:0008311" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011930 ;
    owl:annotatedTarget "parasympathetic preganglionic fiber" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011953 ;
    owl:annotatedTarget "A region of the stomach that is lined with glandular epithelium." .

[]
    oboInOwl:hasDbXref "UBERON:cjm", "Wikipedia:Body_cavity", "Wikipedia:Coelom" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0011997 ;
    owl:annotatedTarget "The aggregate of the coelemic cavity lumen plus the membranes that line the lumen." .

[]
    oboInOwl:hasDbXref "NCBITaxon:33511" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0011997 ;
    owl:annotatedTarget "enterocoelom" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004731" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0011997 ;
    owl:annotatedTarget "coelomic cavity" .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/myocoele" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012054 ;
    owl:annotatedTarget "The cavity within a myotome." .

[]
    oboInOwl:hasDbXref "ZFA:0001628" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012075 ;
    owl:annotatedTarget "Bone that forms as a replacement of another structural tissue." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012082 ;
    owl:annotatedTarget "An anatomical cavity that is part of a bronchus." .

[]
    oboInOwl:hasDbXref "FMA:62646" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012082 ;
    owl:annotatedTarget "bronchial lumen" .

[]
    oboInOwl:hasDbXref "FMA:62646" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012082 ;
    owl:annotatedTarget "lumen of bronchus" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012172 ;
    owl:annotatedTarget "A primordium that has the potential to develop into a stomach." .

[]
    oboInOwl:hasDbXref "EFO:0002580" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012172 ;
    owl:annotatedTarget "stomach endoderm" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012180 ;
    owl:annotatedTarget "A zone of skin that is part of a craniocervical region." .

[]
    oboInOwl:hasDbXref "ISBN:0878932453" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001525 ;
    owl:annotatedTarget "Blood vessel formation when new vessels emerge from the proliferation of pre-existing blood vessels." .

[]
    oboInOwl:hasDbXref "ncithesaurus:Phrenic_Vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012193 ;
    owl:annotatedTarget "The veins that run parallel to the phrenic arteries which include the two superior and two inferior phrenic veins." .

[]
    oboInOwl:hasDbXref "Wikipedia:Abdominal_aorta#Branches", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012254 ;
    owl:annotatedTarget "An artery that originates from the abdominal aorta." .

[]
    oboInOwl:hasDbXref "Wikipedia:Columnar_epithelium" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012274 ;
    owl:annotatedTarget "An epithelium that consists of columnar epithelial cells. Columnar epithelia are epithelial cells whose heights are at least four times their width. Columnar epithelia are divided into simple (or unilayered), and the rarer stratified (or multi-layered).[WP, modified]." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:hjd", "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001539 ;
    owl:annotatedTarget "Cell motility due to movement of eukaryotic cilia or bacterial-type flagella or archaeal-type flagella." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012275 ;
    owl:annotatedTarget "Epithelium that derives from the mesoderm. [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "http://www.indiana.edu/~anat550/hnanim/face/face.html" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012314 ;
    owl:annotatedTarget "One of five swellings formed during the development of the face." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012320 ;
    owl:annotatedTarget "An artery of the neck." .

[]
    oboInOwl:hasDbXref "Wikipedia:Deep_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012321 ;
    owl:annotatedTarget "The deep cervical artery (Profunda cervicalis) is an artery of the neck." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_22695 ;
    owl:annotatedTarget "base" .

[]
    oboInOwl:hasDbXref "Wikipedia:Deep_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012321 ;
    owl:annotatedTarget "profunda cervicalis" .

[]
    oboInOwl:hasDbXref "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "The transverse cervical artery (transverse artery of neck, transversa colli artery) is a branch of the thyrocervical trunk, running at a higher level than the suprascapular artery." .

[]
    oboInOwl:hasDbXref "MA:0001936", "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "cervical artery" .

[]
    oboInOwl:hasDbXref "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "cervical transverse artery" .

[]
    oboInOwl:hasDbXref "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "descending branch of the transverse cervical" .

[]
    oboInOwl:hasDbXref "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "transversalis artery colli" .

[]
    oboInOwl:hasDbXref "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "transversalis colli artery" .

[]
    oboInOwl:hasDbXref "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "transverse cervical" .

[]
    oboInOwl:hasDbXref "Wikipedia:Transverse_cervical_artery" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012324 ;
    owl:annotatedTarget "transverse cervical vessels" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012360 ;
    owl:annotatedTarget "A bone element that is part of a jaw region." .

[]
    oboInOwl:hasDbXref "Wikipedia:Subserosa" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012375 ;
    owl:annotatedTarget "A layer of tissue between the muscularis and serosa." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012418 ;
    owl:annotatedTarget "A smooth muscle tissue that is part of a respiratory system venous blood vessel." .

[]
    oboInOwl:hasDbXref "http://encyclopedia2.thefreedictionary.com/hematopoietic+tissue" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012429 ;
    owl:annotatedTarget "Blood-forming tissue, consisting of reticular fibers and cells." .

[]
    oboInOwl:hasDbXref "FMA:14073" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012429 ;
    owl:annotatedTarget "haemopoietic tissue" .

[]
    oboInOwl:hasDbXref "FMA:14073" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012429 ;
    owl:annotatedTarget "hematopoietic tissue" .

[]
    oboInOwl:hasDbXref "FMA:14073" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012429 ;
    owl:annotatedTarget "hemopoietic tissue" .

[]
    oboInOwl:hasDbXref "FMA:14073" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012429 ;
    owl:annotatedTarget "textus haemopoieticus" .

[]
    oboInOwl:hasDbXref "NCBITaxon:9606" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0012429 ;
    owl:annotatedTarget "bone marrow tissue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Fibrous_tunic_of_eyeball" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012430 ;
    owl:annotatedTarget "The sclera and cornea form the fibrous tunic of the bulb of the eye; the sclera is opaque, and constitutes the posterior five-sixths of the tunic; the cornea is transparent, and forms the anterior sixth." .

[]
    oboInOwl:hasDbXref "FMA:58102" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012430 ;
    owl:annotatedTarget "fibrous layer of eyeball" .

[]
    oboInOwl:hasDbXref "Wikipedia:Fibrous_tunic_of_eyeball" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012430 ;
    owl:annotatedTarget "corneosclera" .

[]
    oboInOwl:hasDbXref "Wikipedia:Fibrous_tunic_of_eyeball" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012430 ;
    owl:annotatedTarget "fibrous tunic" .

[]
    oboInOwl:hasDbXref "https://www.ncbi.nlm.nih.gov/books/NBK279054/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001555 ;
    owl:annotatedTarget "The developmental growth process in which an oocyte irreversibly increases in size over time by accretion and biosynthetic production of matter similar to that already present." .

[]
    oboInOwl:hasDbXref "AEO:0000222" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012467 ;
    owl:annotatedTarget "An anatomical space with no opening to another space or to the exterior." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012475 ;
    owl:annotatedTarget "The collection of all skeletal elements in a pectoral complex - i.e. the combination of free limb or fin plus pectoral girdle." .

[]
    oboInOwl:hasDbXref "FMA:24139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012475 ;
    owl:annotatedTarget "bones of upper limb" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012475 ;
    owl:annotatedTarget "ossa membri superioris" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012475 ;
    owl:annotatedTarget "pectoral complex skeleton" .

[]
    oboInOwl:hasDbXref "FMA:24139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012475 ;
    owl:annotatedTarget "set of bones of upper limb" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012475 ;
    owl:annotatedTarget "skeleton of anterior limb/fin and girdle" .

[]
    oboInOwl:hasDbXref "FMA:24139" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0012475 ;
    owl:annotatedTarget "upper limb skeleton" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0012504 ;
    owl:annotatedTarget "An adventitia that is part of a esophagus." .

[]
    oboInOwl:hasDbXref "FMA:63006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012504 ;
    owl:annotatedTarget "adventitia of oesophagus" .

[]
    oboInOwl:hasDbXref "FMA:63006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012504 ;
    owl:annotatedTarget "adventitious layer of esophagus" .

[]
    oboInOwl:hasDbXref "FMA:63006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012504 ;
    owl:annotatedTarget "esophageal adventitia" .

[]
    oboInOwl:hasDbXref "FMA:63006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012504 ;
    owl:annotatedTarget "esophagus adventitia" .

[]
    oboInOwl:hasDbXref "FMA:63006" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012504 ;
    owl:annotatedTarget "tunica adventitia (esophagus)" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0012504 ;
    owl:annotatedTarget "tunica adventitia oesophageae" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013126 ;
    owl:annotatedTarget "A vein that is part of a abdomen." .

[]
    oboInOwl:hasDbXref "ISBN:0073040584", "Wikipedia:Pulmonary_venous_system" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013127 ;
    owl:annotatedTarget "The part of the venous system that drains the lungs[Kardong]." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22695 ;
    owl:annotatedTarget "Base1" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013136 ;
    owl:annotatedTarget "A vein that drains a lip." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013136 ;
    owl:annotatedTarget "lip vein" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Systemic_Vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013140 ;
    owl:annotatedTarget "Any vein within the general circulation that transports blood back to the right atrium of the heart." .

[]
    oboInOwl:hasDbXref "FMA:66644" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013140 ;
    owl:annotatedTarget "systemic venous tree organ part" .

[]
    oboInOwl:hasDbXref "EMAPA:16384" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013156 ;
    owl:annotatedTarget "endoderm of mandibular component" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "http://www.siumed.edu/~dking2/intro/glands.htm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013232 ;
    owl:annotatedTarget "The secretory unit of a serous gland. The acinar portion is composed of serous secreting cells." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013411 ;
    owl:annotatedTarget "Anatomical cavity that is the lumen of the skull and contains the brain." .

[]
    oboInOwl:hasDbXref "Wikipedia:Cranial_cavity" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0013411 ;
    owl:annotatedTarget "intracranial cavity" .

[]
    oboInOwl:hasDbXref "Wikipedia:Cranial_cavity" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0013411 ;
    owl:annotatedTarget "intracranial space" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013479 ;
    owl:annotatedTarget "A blood vessel endothelium that is part of a lung [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GOC:devbiol", "https://www.ncbi.nlm.nih.gov/books/NBK279054/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001556 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for an oocyte to attain its fully functional state. Oocyte maturation commences after reinitiation of meiosis commonly starting with germinal vesicle breakdown, and continues up to the second meiotic arrest prior to fertilization." .

[]
    oboInOwl:hasDbXref "BTO:0004128" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0013479 ;
    owl:annotatedTarget "respiratory endothelium" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013514 ;
    owl:annotatedTarget "The space that surrounds an organism." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013525 ;
    owl:annotatedTarget "The anatomical space that is enclosed by a stomach." .

[]
    oboInOwl:hasDbXref "FMA:14585" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013525 ;
    owl:annotatedTarget "cavity of stomach" .

[]
    oboInOwl:hasDbXref "FMA:14585" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0013525 ;
    owl:annotatedTarget "gastric cavity" .

[]
    oboInOwl:hasDbXref "TAO:curator", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013685 ;
    owl:annotatedTarget "Anatomical space that is an opening in a bone of the skull." .

[]
    oboInOwl:hasDbXref "Wikipedia:Foramina_of_the_skull" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013685 ;
    owl:annotatedTarget "foramen of skull" .

[]
    oboInOwl:hasDbXref "FMA:53165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0013685 ;
    owl:annotatedTarget "cranial conduit" .

[]
    oboInOwl:hasDbXref "FMA:9338", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013686 ;
    owl:annotatedTarget "An anatomical space which is the lumen of some anatomical conduit and connects two or more spaces together[FMA,modified]." .

[]
    oboInOwl:hasDbXref "CALOHA:TS-0092" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013694 ;
    owl:annotatedTarget "Vascular endothelium found in blood vessels of the blood-brain-barrier." .

[]
    oboInOwl:hasDbXref "CALOHA:TS-0092" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0013694 ;
    owl:annotatedTarget "cerebromicrovascular endothelium" .

[]
    oboInOwl:hasDbXref "HP:0003327" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013700 ;
    owl:annotatedTarget "Musculature of the head and neck, spine, and ribs." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013701 ;
    owl:annotatedTarget "A principle subdivision of an organism that includes all structures along the primary axis, typically the anterior-posterior axis, from head to tail, including structures of the body proper where present (for example, ribs), but excluding appendages." .

[]
    oboInOwl:hasDbXref "AEO:0000103" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013702 ;
    owl:annotatedTarget "The region of the organism associated with the visceral organs." .

[]
    oboInOwl:hasDbXref "AEO:0000103" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0013702 ;
    owl:annotatedTarget "body" .

[]
    oboInOwl:hasDbXref "BTO:0001489" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0013702 ;
    owl:annotatedTarget "whole body" .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/notochordal+canal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013704 ;
    owl:annotatedTarget "A tubular passage that extends from the primitive pit into the head process during the early stages of embryonic development in mammals. It perforates the splanchnopleure layer so that the yolk sac and the amnion are connected temporarily." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22695 ;
    owl:annotatedTarget "Base2" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001558 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, extent or direction of cell growth." .

[]
    oboInOwl:hasDbXref "http://animaldiversity.org/accounts/Latimeria_chalumnae/", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013727 ;
    owl:annotatedTarget "Fluid contained within the notochordal canal." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013754 ;
    owl:annotatedTarget "An organ component layer that is part of a integumental system." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013755 ;
    owl:annotatedTarget "A blood that is part of a artery." .

[]
    oboInOwl:hasDbXref "FMA:83066" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013755 ;
    owl:annotatedTarget "arterial blood" .

[]
    oboInOwl:hasDbXref "FMA:83066" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013755 ;
    owl:annotatedTarget "blood in artery" .

[]
    oboInOwl:hasDbXref "FMA:83066" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013755 ;
    owl:annotatedTarget "portion of arterial blood" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013756 ;
    owl:annotatedTarget "A blood that is part of a vein." .

[]
    oboInOwl:hasDbXref "FMA:83067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013756 ;
    owl:annotatedTarget "blood in vein" .

[]
    oboInOwl:hasDbXref "FMA:83067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013756 ;
    owl:annotatedTarget "portion of venous blood" .

[]
    oboInOwl:hasDbXref "FMA:83067" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013756 ;
    owl:annotatedTarget "venous blood" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013757 ;
    owl:annotatedTarget "A blood that is part of a capillary." .

[]
    oboInOwl:hasDbXref "FMA:263901" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0013757 ;
    owl:annotatedTarget "portion of blood in capillary" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013765 ;
    owl:annotatedTarget "Any of the organs or elements that are part of the digestive system. Examples: tongue, esophagus, spleen, crop, lunge feeding organ, tooth elements." .

[]
    oboInOwl:hasDbXref "Wikipedia:Great_vessels" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0013768 ;
    owl:annotatedTarget "Great vessels is a term used to refer collectively to the large vessels that bring blood to and from the heart." .

[]
    oboInOwl:hasDbXref "ZFA:0000571", "ZFA:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014371 ;
    owl:annotatedTarget "Embryonic structure that gives rise to the telencephalon." .

[]
    oboInOwl:hasDbXref "ZFA:0000571" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014371 ;
    owl:annotatedTarget "presumptive telencephalon" .

[]
    oboInOwl:hasDbXref "OBOL:automatic", "https://github.com/obophenotype/uberon/issues/248" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014387 ;
    owl:annotatedTarget "Mesenchyme that develops_from the neural crest[Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001560 ;
    owl:annotatedTarget "Any process in which external signals modulate the frequency, rate or extent of cell growth, the irreversible increase in size of a cell over time." .

[]
    oboInOwl:hasDbXref "MGI:smb", "MP:0006256" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014389 ;
    owl:annotatedTarget "A papilla that contain taste buds, including the fungiform, foliate, and circumvallate papillae." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014398 ;
    owl:annotatedTarget "Muscle that is part of the respiratory system." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014399 ;
    owl:annotatedTarget "An anatomical space that is enclosed by a sinusoid." .

[]
    oboInOwl:hasDbXref "FMA:63133" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014399 ;
    owl:annotatedTarget "lumen of sinusoid" .

[]
    oboInOwl:hasDbXref "FMA:63133" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014399 ;
    owl:annotatedTarget "sinusoid lumen" .

[]
    oboInOwl:hasDbXref "AEO:0000174", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014402 ;
    owl:annotatedTarget "A part of the body present only in a specific gender." .

[]
    oboInOwl:hasDbXref "AEO:0000174" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014402 ;
    owl:annotatedTarget "gender-specific anatomical structure" .

[]
    oboInOwl:hasDbXref "AEO:0000176", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014404 ;
    owl:annotatedTarget "A part of the body present only in females." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22695 ;
    owl:annotatedTarget "Basen" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014451 ;
    owl:annotatedTarget "A taste bud that is located on the tongue, situated on a gustatory papilla." .

[]
    oboInOwl:hasDbXref "MP:0006260" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014451 ;
    owl:annotatedTarget "gustatory papillae taste bud" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014452 ;
    owl:annotatedTarget "A gustatory epithelium that is part of a tongue." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014452 ;
    owl:annotatedTarget "lingual gustatory epithelium" .

[]
    oboInOwl:hasDbXref "CALOHA:paula", "MGI:csmith", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/259" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014454 ;
    owl:annotatedTarget "Subcutaneous adipose tissue that is located in the peritoneal cavity." .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014454 ;
    owl:annotatedTarget "abdominal fat" .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014454 ;
    owl:annotatedTarget "intra-abdominal fat" .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014454 ;
    owl:annotatedTarget "organ fat" .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014454 ;
    owl:annotatedTarget "visceral adipose tissue" .

[]
    oboInOwl:hasDbXref "BTO:0004041" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014454 ;
    owl:annotatedTarget "visceral fat" .

[]
    oboInOwl:hasDbXref "CALOHA:paula", "MGI:csmith", "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/259" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014455 ;
    owl:annotatedTarget "Subcutaneous adipose tissue that is located in the abdominal region." .

[]
    oboInOwl:hasDbXref "Wikipedia:Rib_cage", "https://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014477 ;
    owl:annotatedTarget "Subdivision of skeletal system that consists of all skeletal elements in the thoracic region of the trunk. In most vertebrates this is the rib cage and sternum." .

[]
    oboInOwl:hasDbXref "EHDAA2:0002013" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014477 ;
    owl:annotatedTarget "thoracic skeleton" .

[]
    oboInOwl:hasDbXref "GOC:hjd", "UBERON:0001981" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001568 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a blood vessel over time, from its formation to the mature structure. The blood vessel is the vasculature carrying blood." .

[]
    oboInOwl:hasDbXref "FMA:83856" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0014530 ;
    owl:annotatedTarget "lamina of neuraxis" .

[]
    oboInOwl:hasDbXref "FMA:83856" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0014530 ;
    owl:annotatedTarget "neuraxis lamina" .

[]
    oboInOwl:hasDbXref "FMA:62449" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0014531 ;
    owl:annotatedTarget "diencephalon lamina" .

[]
    oboInOwl:hasDbXref "FMA:62449" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0014531 ;
    owl:annotatedTarget "lamina of diencephalon" .

[]
    oboInOwl:hasDbXref "FMA:67951" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0014532 ;
    owl:annotatedTarget "cerebral hemisphere lamina" .

[]
    oboInOwl:hasDbXref "FMA:67951" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0014532 ;
    owl:annotatedTarget "lamina of cerebral hemisphere" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014610 ;
    owl:annotatedTarget "A ventral horn of spinal cord that is part of a thoracic spinal cord." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1410" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014610 ;
    owl:annotatedTarget "thoracic spinal cord anterior horn" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014613 ;
    owl:annotatedTarget "A gray matter of spinal cord that is part of a cervical spinal cord." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014614 ;
    owl:annotatedTarget "A white matter of spinal cord that is part of a cervical spinal cord." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014621 ;
    owl:annotatedTarget "A ventral horn of spinal cord that is part of a cervical spinal cord." .

[]
    oboInOwl:hasDbXref "BIRNLEX:1680" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014621 ;
    owl:annotatedTarget "cervical spinal cord anterior horn" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014636 ;
    owl:annotatedTarget "A gray matter of spinal cord that is part of a thoracic spinal cord." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014637 ;
    owl:annotatedTarget "A white matter of spinal cord that is part of a thoracic spinal cord." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014649 ;
    owl:annotatedTarget "A white matter that is part of a medulla oblongata." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22695 ;
    owl:annotatedTarget "Nucleobase" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014649 ;
    owl:annotatedTarget "substantia alba medullae oblongatae" .

[]
    oboInOwl:hasDbXref "FMA:83944" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014649 ;
    owl:annotatedTarget "white matter of medulla" .

[]
    oboInOwl:hasDbXref "FMA:83944" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014649 ;
    owl:annotatedTarget "white substance of medulla" .

[]
    oboInOwl:hasDbXref "BAMS:mw" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014649 ;
    owl:annotatedTarget "medullary white matter" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001569 ;
    owl:annotatedTarget "The process of coordinated growth and sprouting of blood vessels giving rise to the organized vascular system." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014704 ;
    owl:annotatedTarget "An anatomical space that is enclosed by a pleuroperitoneal canal." .

[]
    oboInOwl:hasDbXref "EMAPA:25034" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014704 ;
    owl:annotatedTarget "pleuro-peritoneal canal cavity" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014705 ;
    owl:annotatedTarget "An epithelium that is part of a median lingual swelling." .

[]
    oboInOwl:hasDbXref "EMAPA:17188" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014705 ;
    owl:annotatedTarget "tuberculum impar epitheilium" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0001569 ;
    owl:annotatedTarget "patterning of blood vessels" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014775 ;
    owl:annotatedTarget "A neuromere that is part of the presumptive forebrain." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014776 ;
    owl:annotatedTarget "A neuromere that is part of the presumptive midbrain." .

[]
    oboInOwl:hasDbXref "EHDAA2:0004352" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014776 ;
    owl:annotatedTarget "mesomere group" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014777 ;
    owl:annotatedTarget "A neuromere that is part of the presumptive spinal cord." .

[]
    oboInOwl:hasDbXref "TAO:0001332" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014777 ;
    owl:annotatedTarget "spinal cord segment" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lingual_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014790 ;
    owl:annotatedTarget "The lingual septum consists of a vertical layer of fibrous tissue, extending throughout the entire length of the median plane of the tongue, though not quite reaching the dorsum. It is thicker behind than in front, and occasionally contains a small fibrocartilage, about 6 mm. in length. It is well displayed by making a vertical section across the organ." .

[]
    oboInOwl:hasDbXref "FMA:54813" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014790 ;
    owl:annotatedTarget "septum of tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lingual_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014790 ;
    owl:annotatedTarget "median fibrous septum" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lingual_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014790 ;
    owl:annotatedTarget "septum of tongue" .

[]
    oboInOwl:hasDbXref "Wikipedia:Lingual_septum" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014790 ;
    owl:annotatedTarget "tongue septum" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014793 ;
    owl:annotatedTarget "Any collection of muscles that is part of a pectoral complex. The pectoral complex comprises the pectoral girdle and the associated limb or fin." .

[]
    oboInOwl:hasDbXref "FMA:71296" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0014793 ;
    owl:annotatedTarget "muscles of upper limb" .

[]
    oboInOwl:hasDbXref "FMA:71296" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0014793 ;
    owl:annotatedTarget "musculature of upper limb" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0014793 ;
    owl:annotatedTarget "musculi membri superioris" .

[]
    oboInOwl:hasDbXref "FMA:71296" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0014793 ;
    owl:annotatedTarget "set of muscles of upper limb" .

[]
    oboInOwl:hasDbXref "FMA:71296" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:UBERON_0014793 ;
    owl:annotatedTarget "upper limb musculature" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014794 ;
    owl:annotatedTarget "Any muscle organ that is part of a pectoral appendage (forelimb or pectoral fin)." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014891 ;
    owl:annotatedTarget "White matter that is part of a brainstem [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "EMAPA:35189" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0014891 ;
    owl:annotatedTarget "brain stem white matter" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014892 ;
    owl:annotatedTarget "A muscle organ that consists of skeletal muscle tissue ensheathed in epimysium, that develops from myotome and that is innervated by some somatic motor neuron. Skeletal muscles are typically attached (via a tendon) to a bone but there are exceptions (e.g. intrinsic tongue muscles)." .

[]
    oboInOwl:hasDbXref "ZFA:0005076", "ZFA:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014903 ;
    owl:annotatedTarget "A portion of tissue that will develop into vasculature." .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0014907 ;
    owl:annotatedTarget "One of the primary blood vessel sprouts that originate from the dorsal aorta and posterior cardinal vein and align dorsoventrally at the myotomal boundaries between somites." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22695 ;
    owl:annotatedTarget "bases" .

[]
    oboInOwl:hasDbXref "PMID:8999798" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001570 ;
    owl:annotatedTarget "The differentiation of endothelial cells from progenitor cells during blood vessel development, and the de novo formation of blood vessels and tubes." .

[]
    oboInOwl:hasDbXref "ZFA:0001285" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014907 ;
    owl:annotatedTarget "intersegmental vessel" .

[]
    oboInOwl:hasDbXref "XAO:0004075" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014907 ;
    owl:annotatedTarget "intersomitic blood vessel" .

[]
    oboInOwl:hasDbXref "ZFA:0001285" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0014907 ;
    owl:annotatedTarget "segmental vessel" .

[]
    oboInOwl:hasDbXref "FMA:83105" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0015128 ;
    owl:annotatedTarget "perimysial connective tissue of subepicardium" .

[]
    oboInOwl:hasDbXref "FMA:83105" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0015128 ;
    owl:annotatedTarget "subepicardial connective tissue" .

[]
    oboInOwl:hasDbXref "DOI:10.5935/abc.20130138" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015129 ;
    owl:annotatedTarget "Visceral intrapericardial fat contiguous with the myocardial surface." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165", "https://github.com/obophenotype/uberon/issues/614" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015152 ;
    owl:annotatedTarget "A gland that is typically found in or near the orbital region, in or around either the medial or lateral canthi, and is typically associated with secretions onto the eyeball or associated ducts. Includes the Harderian, nictitans and lacrimal glands." .

[]
    oboInOwl:hasDbXref "PMID:21062451", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015165 ;
    owl:annotatedTarget "An eye consisting of multiple light-sensing organs." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001578 ;
    owl:annotatedTarget "A process that results in a parallel arrangement of microtubules." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015178 ;
    owl:annotatedTarget "A region of somite adjacent to presomitic mesoderm." .

[]
    oboInOwl:hasDbXref "XAO:0004074" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0015178 ;
    owl:annotatedTarget "intersomitic junction" .

[]
    oboInOwl:hasDbXref "ZFA:0001462" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0015178 ;
    owl:annotatedTarget "somite boundary" .

[]
    oboInOwl:hasDbXref "XAO:0004077", "XAO:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015179 ;
    owl:annotatedTarget "Epithelium located in the intersomitic region." .

[]
    oboInOwl:hasDbXref "XAO:0004077" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0015179 ;
    owl:annotatedTarget "intersomitic epithelium" .

[]
    oboInOwl:hasDbXref "XAO:0004077" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0015179 ;
    owl:annotatedTarget "intersomitic membrane" .

[]
    oboInOwl:hasDbXref "AEO:0000093", "AEO:JB", "FBC:DOS", "FBbt:00007278" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015203 ;
    owl:annotatedTarget "An anatomical group whose component structures share a common function." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015204 ;
    owl:annotatedTarget "A non-connected functional system that is composed primarily of a gland." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015212 ;
    owl:annotatedTarget "Any structure that is placed on one side of the left-right axis of a bilaterian." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015228 ;
    owl:annotatedTarget "A hollow, muscular organ, which, by contracting rhythmically, contributes to the circulation of lymph, blood or analogs. Examples: a chambered vertebrate heart; the tubular peristaltic heart of ascidians; the dorsal vessel of an insect; the lymoh heart of a reptile." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015329 ;
    owl:annotatedTarget "A basement membrane of epithelium that is part of a respiratory system." .

[]
    oboInOwl:hasDbXref "MA:0002449" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0015410 ;
    owl:annotatedTarget "heart/pericardium" .

[]
    oboInOwl:hasDbXref "FMA:62798" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0015757 ;
    owl:annotatedTarget "portion of heterogeneous tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015783 ;
    owl:annotatedTarget "A smooth muscle tissue that is part of a hypodermis." .

[]
    oboInOwl:hasDbXref "FMA:77862" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0015783 ;
    owl:annotatedTarget "muscle layer in fatty layer of subcutaneous tissue" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015808 ;
    owl:annotatedTarget "An epithelium that is part of a camera-type eye." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0015833 ;
    owl:annotatedTarget "An epithelium that is part of a foregut." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_22728 ;
    owl:annotatedTarget "benzopyrroles" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016405 ;
    owl:annotatedTarget "A capillary that is part of a lung." .

[]
    oboInOwl:hasDbXref "FMA:14121" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016405 ;
    owl:annotatedTarget "capillary of lung" .

[]
    oboInOwl:hasDbXref "HP:0002036" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016458 ;
    owl:annotatedTarget "A hole in the diaphragm through which the esophagus passes." .

[]
    oboInOwl:hasDbXref "FMA:58289" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016458 ;
    owl:annotatedTarget "esophageal hiatus of diaphragm" .

[]
    oboInOwl:hasDbXref "FMA:58289" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016458 ;
    owl:annotatedTarget "oesophageal aperture" .

[]
    oboInOwl:hasDbXref "FMA:58289" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016458 ;
    owl:annotatedTarget "oesophageal hiatus" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001654 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the eye over time, from its formation to the mature structure. The eye is the organ of sight." .

[]
    oboInOwl:hasDbXref "NLXANAT:090817" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016490 ;
    owl:annotatedTarget "Is the sensory system for the sense of hearing." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016509 ;
    owl:annotatedTarget "Luminal space of the right ventricle of the heart." .

[]
    oboInOwl:hasDbXref "EMAPA:26047" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016509 ;
    owl:annotatedTarget "right ventricle lumen" .

[]
    oboInOwl:hasDbXref "FMA:FMA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016509 ;
    owl:annotatedTarget "right ventricular cavity" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001659 ;
    owl:annotatedTarget "A homeostatic process in which an organism modulates its internal body temperature." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016513 ;
    owl:annotatedTarget "Luminal space of the left atrium of the heart." .

[]
    oboInOwl:hasDbXref "FMA:FMA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016513 ;
    owl:annotatedTarget "left atrial cavity" .

[]
    oboInOwl:hasDbXref "EMAPA:26011" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016513 ;
    owl:annotatedTarget "left atrium lumen" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0001659 ;
    owl:annotatedTarget "thermoregulation" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016514 ;
    owl:annotatedTarget "Luminal space of the left ventricle of the heart." .

[]
    oboInOwl:hasDbXref "FMA:FMA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016514 ;
    owl:annotatedTarget "left ventricular cavity" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016522 ;
    owl:annotatedTarget "Luminal space of the right atrium of the heart." .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001666 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus indicating lowered oxygen tension. Hypoxia, defined as a decline in O2 levels below normoxic levels of 20.8 - 20.95%, results in metabolic adaptation at both the cellular and organismal level." .

[]
    oboInOwl:hasDbXref "FMA:FMA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016522 ;
    owl:annotatedTarget "right atrial cavity" .

[]
    oboInOwl:hasDbXref "PMID:23020903", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016545 ;
    owl:annotatedTarget "The external part of the developing pharynx that is made of ectoderm. During vertebrate development, pockets form in pharyngeal ectoderm between the pharyngeal arches." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001667 ;
    owl:annotatedTarget "Cell migration that is accomplished by extension and retraction of a pseudopodium." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016548 ;
    owl:annotatedTarget "A layer of of the central nervous system that is part of gray matter." .

[]
    oboInOwl:hasDbXref "FMA:83142" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016548 ;
    owl:annotatedTarget "gray matter layer of neuraxis" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016549 ;
    owl:annotatedTarget "A layer of of the central nervous system that is composed of white matter." .

[]
    oboInOwl:hasDbXref "FMA:83898" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016549 ;
    owl:annotatedTarget "white matter layer of neuraxis" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016554 ;
    owl:annotatedTarget "A white matter that is part of the midbrain." .

[]
    oboInOwl:hasDbXref "HBA:MESWM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016554 ;
    owl:annotatedTarget "mesencephalic white matter" .

[]
    oboInOwl:hasDbXref "FMA:68861" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016570 ;
    owl:annotatedTarget "rexed lamina" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016879 ;
    owl:annotatedTarget "Primordium that develops into the central nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_228364 ;
    owl:annotatedTarget "NMR chemical shift reference compounds" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016880 ;
    owl:annotatedTarget "Primordium that develops into the nervous system." .

[]
    oboInOwl:hasDbXref "AAO:0000477" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016880 ;
    owl:annotatedTarget "presumptive nervous system" .

[]
    oboInOwl:hasDbXref "AEO:0000195", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016887 ;
    owl:annotatedTarget "The part of the conceptus that may be lost before birth or will be discarded at birth, or when the embryo becomes an independent organism." .

[]
    oboInOwl:hasDbXref "AEO:0000195" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016887 ;
    owl:annotatedTarget "extraembryonic component" .

[]
    oboInOwl:hasDbXref "AEO:0000132", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016888 ;
    owl:annotatedTarget "An embryonic anatomical entity that will turn into one or more other anatomical entities, perhaps with other anatomical entities, later in development." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016915 ;
    owl:annotatedTarget "The zone of the skin that surrounds a lip and is colored red due to thin epithelium and presence of eleidin." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0016919 ;
    owl:annotatedTarget "A vermilion that is part of a lower lip." .

[]
    oboInOwl:hasDbXref "FMA:59828" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0016919 ;
    owl:annotatedTarget "vermilion of lower lip" .

[]
    oboInOwl:hasDbXref "CL:0000021", "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001674 ;
    owl:annotatedTarget "The nucleus of the female germ cell, a reproductive cell in females." .

[]
    oboInOwl:hasDbXref "AEO:0001016", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0017650 ;
    owl:annotatedTarget "A mesenchyme-derived anatomical entity undergoing a transtion to become another structure." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0017672 ;
    owl:annotatedTarget "A viscus that is part of a abdomen." .

[]
    oboInOwl:hasDbXref "FMA:32413" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0017672 ;
    owl:annotatedTarget "abdominal viscera" .

[]
    oboInOwl:hasDbXref "FMA:32413" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0017672 ;
    owl:annotatedTarget "abdominal viscera set" .

[]
    oboInOwl:hasDbXref "FMA:32413" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0017672 ;
    owl:annotatedTarget "set of abdominal viscera" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018150 ;
    owl:annotatedTarget "A zone of skin that is part of a lower lip." .

[]
    oboInOwl:hasDbXref "FMA:24767" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0018150 ;
    owl:annotatedTarget "lower lip skin" .

[]
    oboInOwl:hasDbXref "GO:0021654" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018239 ;
    owl:annotatedTarget "A boundary delimiting a rhombomere." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018251 ;
    owl:annotatedTarget "One of the veins draining a meninix." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018257 ;
    owl:annotatedTarget "Any portion of submucosa that lines the digestive tract." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018260 ;
    owl:annotatedTarget "Any organ component layer that consists of muscle tissue." .

[]
    oboInOwl:hasDbXref "PHENOSCAPE:alex" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018321 ;
    owl:annotatedTarget "Foramen that allows the passge of the glossopharyngeal nerve (cranial nerve IX)." .

[]
    oboInOwl:hasDbXref "MFMO:0000072" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018544 ;
    owl:annotatedTarget "Muscle innervated by the trigeminal nerve (Cranial Nerve V)." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0018649 ;
    owl:annotatedTarget "ventricular cardiac muscle tissue" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0018649 ;
    owl:annotatedTarget "ventricular heart muscle" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0018649 ;
    owl:annotatedTarget "ventricular muscle" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_228364 ;
    owl:annotatedTarget "NMR chemical shift standard" .

[]
    oboInOwl:hasDbXref "ZFA:0005811", "ZFA:CVS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0018674 ;
    owl:annotatedTarget "An interconnected tubular multi-tissue structure that contains fluid that is actively transported around the heart." .

[]
    oboInOwl:hasDbXref "FMA:73747" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0018674 ;
    owl:annotatedTarget "cardiac vasculature" .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001677 ;
    owl:annotatedTarget "Formation of a complex between aminoacylated initiator methionine tRNA, GTP, and initiation factor 2 (either eIF2 in eukaryotes, or IF2 in prokaryotes). In prokaryotes, fMet-tRNA (initiator) is used rather than Met-tRNA (initiator)." .

[]
    oboInOwl:hasDbXref "BTO:0002439" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019042 ;
    owl:annotatedTarget "genital mucosa" .

[]
    oboInOwl:hasDbXref "BTO:0004043" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0019143 ;
    owl:annotatedTarget "Adipose tissue which is located throughout skeletal muscle and is responsible for the marbling seen in certain cuts of beef. In humans, excess accumulation of intramuscular fat is associated with insulin resistance and type 2 diabetes." .

[]
    oboInOwl:hasDbXref "BTO:0004043" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0019143 ;
    owl:annotatedTarget "intramuscular fat" .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001696 ;
    owl:annotatedTarget "The regulated release of gastric acid (hydrochloric acid) by parietal or oxyntic cells during digestion." .

[]
    oboInOwl:hasDbXref "BTO:0004626" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0019189 ;
    owl:annotatedTarget "carotid endothelium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0019204 ;
    owl:annotatedTarget "Any region of epithelium that is part of a skin region." .

[]
    oboInOwl:hasDbXref "UBERON:drseb", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0019207 ;
    owl:annotatedTarget "The part of the eye that consists of both the retina and the optic choroid." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001700 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the embryo over time, from zygote formation through syncytial blastoderm to the hatching of the first instar larva. An example of this process is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0019258 ;
    owl:annotatedTarget "A white matter that is part of the hindbrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0019261 ;
    owl:annotatedTarget "A white matter that is part of the forebrain." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0019262 ;
    owl:annotatedTarget "A white matter that is part of the myelencephalon." .

[]
    oboInOwl:hasDbXref "HBA:MYWM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019262 ;
    owl:annotatedTarget "myelencephalic white matter" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001701 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the embryo in the uterus over time, from formation of the zygote in the oviduct, to birth. An example of this process is found in Mus musculus." .

[]
    oboInOwl:hasDbXref "DHBA:HGM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019263 ;
    owl:annotatedTarget "gray matter of the hindbrain" .

[]
    oboInOwl:hasDbXref "HBA:PoWM" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019293 ;
    owl:annotatedTarget "pontine white matter tracts" .

[]
    oboInOwl:hasDbXref "BIRNLEX:1069" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019293 ;
    owl:annotatedTarget "predominantly white regional part of pontine tegmentum" .

[]
    oboInOwl:hasDbXref "FMA:TA" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019293 ;
    owl:annotatedTarget "substantia alba tegmenti pontis" .

[]
    oboInOwl:hasDbXref "FMA:83942" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019293 ;
    owl:annotatedTarget "white matter of pontile tegmentum" .

[]
    oboInOwl:hasDbXref "FMA:83942" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019293 ;
    owl:annotatedTarget "white substance of pontile tegmentum" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_228364 ;
    owl:annotatedTarget "NMR chemical shift standards" .

[]
    oboInOwl:hasDbXref "GOC:dos", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0019319 ;
    owl:annotatedTarget "An exocrine gland that is part of a integumental system." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019319 ;
    owl:annotatedTarget "integumental exocrine gland" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0019319 ;
    owl:annotatedTarget "integumental system exocrine gland" .

[]
    oboInOwl:hasDbXref "Wikipedia:Spinal_accessory_nucleus" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0020358 ;
    owl:annotatedTarget "The spinal accessory nucleus lies within the cervical spinal cord (C1-C5) in the ventral horn. The nucleus ambiguus is classically said to provide the 'cranial component' of the accessory nerve. However, the very existence of this cranial component has been recently questioned and seen as contributing exclusively to the vagus nerve. The terminology continues to be used in describing both human anatomy, and that of other animals." .

[]
    oboInOwl:hasDbXref "FMA:83965" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0020358 ;
    owl:annotatedTarget "accessory neural nucleus" .

[]
    oboInOwl:hasDbXref "NeuroNames:2003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0020358 ;
    owl:annotatedTarget "accessory nucleus of anterior column of spinal cord" .

[]
    oboInOwl:hasDbXref "NeuroNames:2003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0020358 ;
    owl:annotatedTarget "nucleus of accessory nerve" .

[]
    oboInOwl:hasDbXref "NeuroNames:2003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0020358 ;
    owl:annotatedTarget "nucleus of the accessory nerve" .

[]
    oboInOwl:hasDbXref "NeuroNames:2003" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0020358 ;
    owl:annotatedTarget "nucleus of the spinal accessory nerve" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0020358 ;
    owl:annotatedTarget "spinal accessory nucleus" .

[]
    oboInOwl:hasDbXref "FMA:260712" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0022248 ;
    owl:annotatedTarget "cerebral fascicle" .

[]
    oboInOwl:hasDbXref "FMA:260712" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0022248 ;
    owl:annotatedTarget "cerebral fasciculus" .

[]
    oboInOwl:hasDbXref "FMA:58315" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0022288 ;
    owl:annotatedTarget "surface of region of wall of eyeball" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0022293 ;
    owl:annotatedTarget "A portion of organism substance that is secreted by a reproductive gland." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001704 ;
    owl:annotatedTarget "The formation of the ectoderm, mesoderm and endoderm during gastrulation." .

[]
    oboInOwl:hasDbXref "NLX:149357" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0022303 ;
    owl:annotatedTarget "Single layer of a laminar structure, identified by different density, arrangement or size of cells and processes arranged in flattened layers or lamina[CUMBO]." .

[]
    oboInOwl:hasDbXref "CUMBO:CUMBO" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0022303 ;
    owl:annotatedTarget "lamina" .

[]
    oboInOwl:hasDbXref "CUMBO:CUMBO" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0022303 ;
    owl:annotatedTarget "layer" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0022350 ;
    owl:annotatedTarget "Serous membrane layer that is adjacent to and lines an organ." .

[]
    oboInOwl:hasDbXref "FMA:15860" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0022350 ;
    owl:annotatedTarget "visceral wall of serous membrane" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0022351 ;
    owl:annotatedTarget "Serous membrane layer that lines to a body cavity." .

[]
    oboInOwl:hasDbXref "MA:0002448" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0022351 ;
    owl:annotatedTarget "cavity lining" .

[]
    oboInOwl:hasDbXref "FMA:15859" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0022351 ;
    owl:annotatedTarget "parietal wall of serous membrane" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_lung" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0022361 ;
    owl:annotatedTarget "A specific region of the foregut into the area in which the lung will develop." .

[]
    oboInOwl:hasDbXref "AEO:0001008", "AEO:JB" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034705 ;
    owl:annotatedTarget "An embryonic or larval epithelium that is committed to form part of the nervous system." .

[]
    oboInOwl:hasDbXref "BTO:0000314" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0034705 ;
    owl:annotatedTarget "neurepithelium" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034705 ;
    owl:annotatedTarget "embryonic neuroepithelium" .

[]
    oboInOwl:hasDbXref "AEO:0001008" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034705 ;
    owl:annotatedTarget "neuroepithelium" .

[]
    oboInOwl:hasDbXref "AEO:0001009" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034706 ;
    owl:annotatedTarget "An epithelium that is undergoing proliferation to provide large numbers of neuronal cells." .

[]
    oboInOwl:hasDbXref "AEO:0001010" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034707 ;
    owl:annotatedTarget "A neuroepithelium some of whose cells are undergoing terminal differentiation to become neuronal cells." .

[]
    oboInOwl:hasDbXref "DHBA:12694" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034709 ;
    owl:annotatedTarget "marginal zone of hindbrain" .

[]
    oboInOwl:hasDbXref "EHDAA2:0001267" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034710 ;
    owl:annotatedTarget "spinal cord lateral wall ventricular layer" .

[]
    oboInOwl:hasDbXref "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034711 ;
    owl:annotatedTarget "The layer of the developing cerebral cortex that is formed from the first cohort of neurons to migrate out of the cortical ventricular zone; split by the second wave into marginal zone and subplate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_228364 ;
    owl:annotatedTarget "NMR internal standard" .

[]
    oboInOwl:hasDbXref "ISBN:0471888893", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034713 ;
    owl:annotatedTarget "Any of the cranial nerves, or their central nervous system analogs (the optic tract, the epiphyseal tract). These analogs are not true nerves, and are instead evaginated sensory afferents emanating from the brain." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0034713 ;
    owl:annotatedTarget "cranial nerve fiber bundle" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0034713 ;
    owl:annotatedTarget "cranial nerve fiber tract" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0034713 ;
    owl:annotatedTarget "cranial nerve or tract" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0034713 ;
    owl:annotatedTarget "neuron projection bundle from brain" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001705 ;
    owl:annotatedTarget "The formation of ectoderm during gastrulation." .

[]
    oboInOwl:hasDbXref "PMID:11921337", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034717 ;
    owl:annotatedTarget "A taste bud that is located external to the digestive tube, on the head or body, as found in species such as goldfish." .

[]
    oboInOwl:hasDbXref "PMID:11921337", "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034719 ;
    owl:annotatedTarget "A taste bud that is located on a lip." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034720 ;
    owl:annotatedTarget "A taste bud that is located on the skin of the head." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034721 ;
    owl:annotatedTarget "A taste bud that is located in the pharynx." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034724 ;
    owl:annotatedTarget "A taste bud that is located in the esophagus." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034726 ;
    owl:annotatedTarget "A taste bud that is located on the skin of the trunk." .

[]
    oboInOwl:hasDbXref "Wikipedia:Autonomic_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034728 ;
    owl:annotatedTarget "The autonomic nerve is a small nerve which carries postganglionic sympathetic and parasympathetic neurons from the zygomaticotemporal nerve; a branch of the maxillary nerve, to the lacrimal nerve; a branch of the ophthalmic nerve. These neurons derive from the superior cervical ganglion and the pterygopalatine ganglion respectively. They will travel to the lacrimal gland via the lacrimal nerve. Parasympathetic will induce lacrimation and vice versa." .

[]
    oboInOwl:hasDbXref "FMA:5866" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034728 ;
    owl:annotatedTarget "nervus visceralis" .

[]
    oboInOwl:hasDbXref "FMA:5866" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034728 ;
    owl:annotatedTarget "visceral nerve" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034873 ;
    owl:annotatedTarget "Any substance in the body or expelled from the body that is in a gaseous state." .

[]
    oboInOwl:hasDbXref "FMA:84580" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034873 ;
    owl:annotatedTarget "portion of gas in anatomical space" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034874 ;
    owl:annotatedTarget "Any portion of gas located in a part of the respiratory system that is composed primarily of air." .

[]
    oboInOwl:hasDbXref "FMA:84581" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034874 ;
    owl:annotatedTarget "respiratory air" .

[]
    oboInOwl:hasDbXref "MGI:anna" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034878 ;
    owl:annotatedTarget "The area of axial mesoderm that develops into the prechordal plate." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001706 ;
    owl:annotatedTarget "The formation of the endoderm during gastrulation." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034903 ;
    owl:annotatedTarget "Endocardium that is part of the left atrium." .

[]
    oboInOwl:hasDbXref "FMA:7286" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034903 ;
    owl:annotatedTarget "endocardium of left atrium" .

[]
    oboInOwl:hasDbXref "VHOG:0001226" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0034903 ;
    owl:annotatedTarget "left atrium endocardial tissue" .

[]
    a owl:Axiom ;
    rdfs:label "Formation of definitive endoderm" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0001706 ;
    owl:annotatedTarget "Reactome:R-HSA-9823730" .

[]
    oboInOwl:hasDbXref "CARO:0020001" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034921 ;
    owl:annotatedTarget "An multicellular anatomical structure that has subparts of multiple organs as a part." .

[]
    oboInOwl:hasDbXref "CARO:0020001" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0034921 ;
    owl:annotatedTarget "anatomical cluster" .

[]
    oboInOwl:hasDbXref "CARO:0020002" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034922 ;
    owl:annotatedTarget "A cluster of cells, largely surrounded by a morphological boundary." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_228364 ;
    owl:annotatedTarget "NMR internal standards" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0001706 ;
    owl:annotatedTarget "endoblast formation" .

[]
    oboInOwl:hasDbXref "CARO:0020000" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034923 ;
    owl:annotatedTarget "Material anatomical entity consisting of multiple anatomical structures that are not connected to each other." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034925 ;
    owl:annotatedTarget "A collection of anatomical structures that are alike in terms of their morphology or developmental origin." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034929 ;
    owl:annotatedTarget "A region or zone on the surface of an organism that encompasses skin and any adnexa, down through muscles and bounded by underlying skeletal support structures." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034933 ;
    owl:annotatedTarget "Any organ component layer that consists of smooth muscle tissue." .

[]
    oboInOwl:hasDbXref "FMA:55268" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034944 ;
    owl:annotatedTarget "organ sector" .

[]
    oboInOwl:hasDbXref "FMA:55268" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034944 ;
    owl:annotatedTarget "organ zone" .

[]
    oboInOwl:hasDbXref "FMA:55268" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0034944 ;
    owl:annotatedTarget "organ region with floating fiat boundary" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034947 ;
    owl:annotatedTarget "Any portion of gas located in a part of the respiratory system." .

[]
    oboInOwl:hasDbXref "EMAPA:32917" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0034994 ;
    owl:annotatedTarget "hindbrain mantle layer" .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0034995 ;
    owl:annotatedTarget "Mesenchyme that is part of a developing jaw [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "https://github.com/EnvironmentOntology/envo/issues/110" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035118 ;
    owl:annotatedTarget "Any material entity that is located in the digestive tract. This includes undigested food and liquid as well as unexcreted waste products. It also includes other entities such as ingested stones used to aid digestion. Any microbial cells or cell populations are also included." .

[]
    oboInOwl:hasDbXref "FMA:61695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035159 ;
    owl:annotatedTarget "Anatomical surface, which is the external surface of the whole body. Examples: There is only one body surface." .

[]
    oboInOwl:hasDbXref "FMA:61695" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035159 ;
    owl:annotatedTarget "surface of body" .

[]
    oboInOwl:hasDbXref "FMA:70506" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035237 ;
    owl:annotatedTarget "internal carotid arterial subdivision" .

[]
    oboInOwl:hasDbXref "FMA:70506" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035237 ;
    owl:annotatedTarget "subdivision of internal carotid artery" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001707 ;
    owl:annotatedTarget "The process that gives rise to the mesoderm. This process pertains to the initial formation of the structure from unspecified parts." .

[]
    oboInOwl:hasDbXref "FMA:70505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035398 ;
    owl:annotatedTarget "external carotid arterial subdivision" .

[]
    oboInOwl:hasDbXref "FMA:70505" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035398 ;
    owl:annotatedTarget "subdivision of external carotid artery" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Esophageal_Artery" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035539 ;
    owl:annotatedTarget "Any of several arteries that arise from the aorta and supply blood to the esophagus." .

[]
    oboInOwl:hasDbXref "FMA:4149" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035539 ;
    owl:annotatedTarget "aortic esophageal artery" .

[]
    oboInOwl:hasDbXref "FMA:4149" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035539 ;
    owl:annotatedTarget "oesophageal artery" .

[]
    oboInOwl:hasDbXref "FMA:51797" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035546 ;
    owl:annotatedTarget "ciliary vein" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035549 ;
    owl:annotatedTarget "The part of the circulatory system that lies within the subcutaneous tissue layers close to the surface of the skin." .

[]
    oboInOwl:hasDbXref "FMA:225275" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035549 ;
    owl:annotatedTarget "vasculature of skin" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_228364 ;
    owl:annotatedTarget "NMR reference standard" .

[]
    oboInOwl:hasDbXref "ncithesaurus:Superficial_Vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035550 ;
    owl:annotatedTarget "Any of the veins carrying deoxygenated blood from the subcutaneous tissue layers." .

[]
    oboInOwl:hasDbXref "Wikipedia:Superficial_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035550 ;
    owl:annotatedTarget "superfical vein" .

[]
    oboInOwl:hasDbXref "Wikipedia:Superficial_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035550 ;
    owl:annotatedTarget "superficial veins" .

[]
    oboInOwl:hasDbXref "Wikipedia:Superficial_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035550 ;
    owl:annotatedTarget "superficial vessels" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035551 ;
    owl:annotatedTarget "The part of the circulatory system that lies deep beneath the subcutaneous tissue layers away from the surface of the skin." .

[]
    oboInOwl:hasDbXref "ncithesaurus:Deep_Vein" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035552 ;
    owl:annotatedTarget "A blood vessel carrying deoxygenated blood far beneath the skin usually accompanying an artery." .

[]
    oboInOwl:hasDbXref "Wikipedia:Deep_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035552 ;
    owl:annotatedTarget "deep veins" .

[]
    oboInOwl:hasDbXref "Wikipedia:Deep_vein" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035552 ;
    owl:annotatedTarget "deep vessels" .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035553 ;
    owl:annotatedTarget "Any chamber of the left side of the heart." .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-6601-2165" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035554 ;
    owl:annotatedTarget "Any chamber of the right side of the heart." .

[]
    oboInOwl:hasDbXref "HPO:pr", "UBERON:cjm", "http://medical-dictionary.thefreedictionary.com/ocular+adnexa", "https://github.com/obophenotype/uberon/issues/1132" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035639 ;
    owl:annotatedTarget "The parts of the orbital region that are outside of the the eyeball, including the lacrimal apparatus, the extraocular muscles and the eyelids, eyelashes, eyebrows and the conjunctiva." .

[]
    oboInOwl:hasDbXref "FMA:76554", "Wikipedia:Accessory_visual_structures" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035639 ;
    owl:annotatedTarget "accessory visual structures" .

[]
    oboInOwl:hasDbXref "FMA:76554" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035639 ;
    owl:annotatedTarget "accessory visual structures set" .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/ocular+adnexa" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035639 ;
    owl:annotatedTarget "appendage of eye" .

[]
    oboInOwl:hasDbXref "FMA:76554" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035639 ;
    owl:annotatedTarget "set of accessory visual structures" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035642 ;
    owl:annotatedTarget "Any nerve that innervates the larynx." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001743 ;
    owl:annotatedTarget "The initial developmental process that will lead to the formation of an eye." .

[]
    oboInOwl:hasDbXref "FMA:9464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035763 ;
    owl:annotatedTarget "cardiac chamber cavity" .

[]
    oboInOwl:hasDbXref "FMA:9464" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035763 ;
    owl:annotatedTarget "heart cavity" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004181" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035763 ;
    owl:annotatedTarget "heart lumen" .

[]
    oboInOwl:hasDbXref "MP:0003119" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035804 ;
    owl:annotatedTarget "The primordial mouth region of the developing head." .

[]
    oboInOwl:hasDbXref "FMA:293105" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035804 ;
    owl:annotatedTarget "primitive mouth" .

[]
    oboInOwl:hasDbXref "DOI:10.5935/abc.20130138" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035814 ;
    owl:annotatedTarget "The sum of epicardial and paracardial fat deposits." .

[]
    oboInOwl:hasDbXref "DOI:10.5935/abc.20130138" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035815 ;
    owl:annotatedTarget "Fat deposits in the mediastinum outside the parietal pericardium ." .

[]
    oboInOwl:hasDbXref "DOI:10.5935/abc.20130138" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035815 ;
    owl:annotatedTarget "intrathoracic fat" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035818 ;
    owl:annotatedTarget "Any fat deposit surrounding a visceral organ." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035819 ;
    owl:annotatedTarget "The part of the ventral body cavity that is within the abdominal segment of the trunk, which encompasses the abdomen proper plus pelvic cavity." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_228364 ;
    owl:annotatedTarget "NMR reference standards" .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/86" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0035820 ;
    owl:annotatedTarget "A serous sac that is the aggregate of the peritoneum and the peritoneal cavity, located in the abdominal cavity." .

[]
    oboInOwl:hasDbXref "EMAPA:16137" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035820 ;
    owl:annotatedTarget "peritoneal component" .

[]
    oboInOwl:hasDbXref "FMA:67473" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0035965 ;
    owl:annotatedTarget "blood vessel wall" .

[]
    oboInOwl:hasDbXref "BTO:0004378" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0035965 ;
    owl:annotatedTarget "vascular wall" .

[]
    oboInOwl:hasDbXref "EHDAA2:0004071" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036073 ;
    owl:annotatedTarget "respiratory primordium associated mesenchyme" .

[]
    oboInOwl:hasDbXref "http://www.nature.com/nature/journal/v520/n7548/full/nature14435.html#bx1", "https://orcid.org/0000-0003-3308-6245" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036146 ;
    owl:annotatedTarget "An region of the mesoderm that includes anterior lateral mesoderm of the first heart field plus contiguous pharyngeal mesoderm that gives rise to second-heart-field-derived regions of the heart and branchiomeric muscles." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001745 ;
    owl:annotatedTarget "The morphogenetic process in which the anatomical structures of the compound eye are generated and organized. The adult compound eye is a precise assembly of 700-800 ommatidia. Each ommatidium is composed of 20 cells, identified by cell type and position. An example of compound eye morphogenesis is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "https://github.com/obophenotype/uberon/issues/1324" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036215 ;
    owl:annotatedTarget "Material anatomical entity that forms the outermost boundary of an anatomical structure." .

[]
    oboInOwl:hasDbXref "PMID:10874572", "https://github.com/obophenotype/uberon/issues/1326" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036217 ;
    owl:annotatedTarget "A bodily fluid that is located in the coelom." .

[]
    oboInOwl:hasDbXref "PMID:11735386" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0001745 ;
    owl:annotatedTarget "insect-type retina morphogenesis" .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036225 ;
    owl:annotatedTarget "Any gland that is part os the respiratory system." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036242 ;
    owl:annotatedTarget "A notochord that has persisted beyond the embryonic stage." .

[]
    oboInOwl:hasDbXref "FMA:20932" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036244 ;
    owl:annotatedTarget "A transudate found in the serous sac." .

[]
    oboInOwl:hasDbXref "FMA:20932" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_0036244 ;
    owl:annotatedTarget "serous fluid" .

[]
    oboInOwl:hasDbXref "FMA:53133" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036253 ;
    owl:annotatedTarget "cranial orifice" .

[]
    oboInOwl:hasDbXref "FMA:53133" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036253 ;
    owl:annotatedTarget "skull orifice" .

[]
    oboInOwl:hasDbXref "Wikipedia:Zygomaticotemporal_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036264 ;
    owl:annotatedTarget "The zygomaticotemporal nerve or zygomaticotemporal branch (temporal branch) is derived from the maxillary branch of the trigeminal nerve (Cranial nerve V). It runs along the lateral wall of the orbit in a groove in the zygomatic bone, receives a branch of communication from the lacrimal, and passes through zygomaticotemporal foramen in the zygomatic bone to enter the temporal fossa. It ascends between the bone, and substance of the Temporalis muscle, pierces the temporal fascia about 2.5 cm. above the zygomatic arch, and is distributed to the skin of the side of the forehead, and communicates with the facial nerve and with the auriculotemporal branch of the mandibular nerve. As it pierces the temporal fascia, it gives off a slender twig, which runs between the two layers of the fascia to the lateral angle of the orbit." .

[]
    oboInOwl:hasDbXref "FMA:52972" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036264 ;
    owl:annotatedTarget "ramus zygomaticotemporalis (Nervus zygomaticus)" .

[]
    oboInOwl:hasDbXref "FMA:52972" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036264 ;
    owl:annotatedTarget "zygomaticotemporal branch of zygomatic nerve" .

[]
    oboInOwl:hasDbXref "Wikipedia:Zygomaticotemporal_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0036264 ;
    owl:annotatedTarget "zygomaticotemporal" .

[]
    oboInOwl:hasDbXref "Wikipedia:Zygomaticotemporal_nerve" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:UBERON_0036264 ;
    owl:annotatedTarget "zygomaticotemporal branch" .

[]
    oboInOwl:hasDbXref "FMA:9556" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036285 ;
    owl:annotatedTarget "Wall of ventricle which is continuous with the wall of aorta." .

[]
    oboInOwl:hasDbXref "FMA:9556" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036285 ;
    owl:annotatedTarget "left ventricular wall" .

[]
    oboInOwl:hasDbXref "FMA:9533" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036286 ;
    owl:annotatedTarget "Wall of ventricle which is continuous with the wall of pulmonary trunk." .

[]
    oboInOwl:hasDbXref "FMA:9533" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036286 ;
    owl:annotatedTarget "right ventricular wall" .

[]
    oboInOwl:hasDbXref "FMA:9553" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036289 ;
    owl:annotatedTarget "Region of wall of right ventricle which is continuous with the lateral and septal walls of right ventricle." .

[]
    oboInOwl:hasDbXref "OBOL:automatic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0036294 ;
    owl:annotatedTarget "A mucosa that is part of a lip region [Automatically generated definition]." .

[]
    oboInOwl:hasDbXref "UBERON:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036294 ;
    owl:annotatedTarget "labial mucosa" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001751 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of an eye photoreceptor cell." .

[]
    oboInOwl:hasDbXref "FMA:15089" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036351 ;
    owl:annotatedTarget "brachiocephalic arterial wall" .

[]
    oboInOwl:hasDbXref "FMA:15090" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036352 ;
    owl:annotatedTarget "subclavian arterial wall" .

[]
    oboInOwl:hasDbXref "FMA:18211" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036422 ;
    owl:annotatedTarget "pulmonary arterial wall" .

[]
    oboInOwl:hasDbXref "FMA:58098" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0036925 ;
    owl:annotatedTarget "eyeball wall" .

[]
    oboInOwl:hasDbXref "FMA:66284" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0037094 ;
    owl:annotatedTarget "common carotid arterial wall" .

[]
    oboInOwl:hasDbXref "FMA:7274" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0037144 ;
    owl:annotatedTarget "Wall of organ which has as its parts the endocardium, myocardium , epicardium, and the cardiac septum, surrounded by the pericardial sac proper and is continuous with the walls of the systemic and pulmonary arterial and venous trees." .

[]
    oboInOwl:hasDbXref "FMA:7274" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_0037144 ;
    owl:annotatedTarget "cardiac wall" .

[]
    oboInOwl:hasDbXref "FMA:14342" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0039856 ;
    owl:annotatedTarget "Ovarian vein, each instance of which is a tributary  of some inferior vena cava that drains the right pampiniform plexus of some broad ligament." .

[]
    oboInOwl:hasDbXref "FMA:14347" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_0039857 ;
    owl:annotatedTarget "Ovarian vein, each instance of which is a tributary  of some left renal vein that drains the left pampiniform plexus of some broad ligament." .

[]
    oboInOwl:hasDbXref "UBERON:EJS", "https://github.com/obophenotype/uberon/issues/34" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_1000021 ;
    owl:annotatedTarget "A zone of skin that is part of the face." .

[]
    oboInOwl:hasDbXref "EMAPA:36657", "FMA:24758" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_1000021 ;
    owl:annotatedTarget "face skin" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001754 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a photoreceptor cell, as found in the eye, the primary visual organ of most organisms." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-7073-9172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_1100000 ;
    owl:annotatedTarget "An anatomical junction between two parts of the digestive tract." .

[]
    oboInOwl:hasDbXref "TAO:0001053" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_2001053 ;
    owl:annotatedTarget "PICA" .

[]
    oboInOwl:hasDbXref "ZFA:0001053" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_2001053 ;
    owl:annotatedTarget "primitive internal carotid artery" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23004 ;
    owl:annotatedTarget "-C(O)NH2" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_2001457 ;
    owl:annotatedTarget "Cartilage which is part of the axial skeleton." .

[]
    oboInOwl:hasDbXref "Wikipedia:Capillary#Types", "Wikipedia:Fenestra_(histology)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_2005260 ;
    owl:annotatedTarget "Capillary that has pores in the endothelial cells (60-80 nm in diameter) that are spanned by a diaphragm of radially oriented fibrils and allow small molecules and limited amounts of protein to diffuse." .

[]
    oboInOwl:hasDbXref "ZFA:0005260" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_2005260 ;
    owl:annotatedTarget "fenestrated blood vessel endothelium" .

[]
    oboInOwl:hasDbXref "FMA:63196" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_2005260 ;
    owl:annotatedTarget "fenestrated capillary vessel" .

[]
    oboInOwl:hasDbXref "ZFIN:curator" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_2007013 ;
    owl:annotatedTarget "Non neural ectoderm that surrounds the presumptive neural plate and gives rise to neurogenic placodes." .

[]
    oboInOwl:hasDbXref "AAO:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_3000961 ;
    owl:annotatedTarget "Structures of the dermis, epidermis, glands and pigment cells recognizable on the external surfaces of the integument." .

[]
    oboInOwl:hasDbXref "AAO:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_3000972 ;
    owl:annotatedTarget "Dermal, epidermal, glandular and pigment structures of the external head integument." .

[]
    oboInOwl:hasDbXref "AAO:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_3000977 ;
    owl:annotatedTarget "Dermal, epidermal, glandular and pigment structures of the body integument." .

[]
    oboInOwl:hasDbXref "AAO:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_3010200 ;
    owl:annotatedTarget "Blood vessels in respiratory skin." .

[]
    oboInOwl:hasDbXref "XAO:0004039", "XAO:EJS" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_4000013 ;
    owl:annotatedTarget "Skeletal tissue that is mineralized." .

[]
    oboInOwl:hasDbXref "VSAO:0000013" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:UBERON_4000013 ;
    owl:annotatedTarget "mineralized tissue" .

[]
    oboInOwl:hasDbXref "PSPUB:0000170" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_4000020 ;
    owl:annotatedTarget "Extracellular matrix that is mineralized." .

[]
    oboInOwl:hasDbXref "PSPUB:0000170" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_4000115 ;
    owl:annotatedTarget "Bone tissue mineralized with hydroxyapatite." .

[]
    oboInOwl:hasDbXref "PHENOSCAPE" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_4200230 ;
    owl:annotatedTarget "An anatomical surface that is part of a bone." .

[]
    oboInOwl:hasDbXref "https://microbiomedb.org/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8000006 ;
    owl:annotatedTarget "Left part of the organism dorsal to a horizontal plane and bounded on one side by the same transverse plane." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb", "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001755 ;
    owl:annotatedTarget "The characteristic movement of cells from the dorsal ridge of the neural tube to a variety of locations in a vertebrate embryo." .

[]
    oboInOwl:hasDbXref "https://microbiomedb.org/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8000007 ;
    owl:annotatedTarget "Right part of the organism dorsal to a horizontal plane and bounded on one side by the same transverse plane." .

[]
    oboInOwl:hasDbXref "PMID:26786210" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8000009 ;
    owl:annotatedTarget "A collection of Purkinje fibers that receives signals from the right and left bundle branches and innervates the ventricular cardiac muscle. The Purkinje fiber network creates synchronized contractions of the heart ventricles." .

[]
    oboInOwl:hasDbXref "PMID:26786210" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_8000009 ;
    owl:annotatedTarget "Purkinje fibre network" .

[]
    oboInOwl:hasDbXref "Wikipedia:Microcirculation", "http://orcid.org/0000-0002-7073-9172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8410081 ;
    owl:annotatedTarget "Any of the smallest blood vessels where blood circulates within organ tissues. Microvessels include terminal arterioles, metarterioles, capillaries, and venules (but exclude lymphatic capillaries). Arterioles carry oxygenated blood to the capillaries, and blood flows out of the capillaries through venules into veins." .

[]
    oboInOwl:hasDbXref "ISBN-10:0-87893-742-0" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8440004 ;
    owl:annotatedTarget "One or a subset of adjacent layers of the neocortex." .

[]
    oboInOwl:hasDbXref "WikipediaVersioned:Noradrenergic_cell_groups&oldid=965992184" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8440015 ;
    owl:annotatedTarget "Collections of neurons in the central nervous system that have been demonstrated by histochemical fluorescence to contain the neurotransmitter norepinephrine (noradrenalin)." .

[]
    oboInOwl:hasDbXref "GO:0007588" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8450002 ;
    owl:annotatedTarget "An anatomical system that eliminates waste products that arise as a result of metabolic activity." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-6095-8718" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8450003 ;
    owl:annotatedTarget "A craniocervical region that is part of an embryo." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-0819-0473" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8480001 ;
    owl:annotatedTarget "A capillary that is part of the brain." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23004 ;
    owl:annotatedTarget "-CONH2" .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-0819-0473" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8480002 ;
    owl:annotatedTarget "A portion of smooth muscle tissue that is part of the thoracic aorta." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-0819-0473" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8480025 ;
    owl:annotatedTarget "A zone of skin that is above the clavicle zone in the pectoral girdle region." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-0819-0473" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8480029 ;
    owl:annotatedTarget "A zone of skin that is part of the external genitalia." .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-0819-0473" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8480074 ;
    owl:annotatedTarget "A zone of skin part of some gonad." .

[]
    oboInOwl:hasDbXref "BTO:0002780", "CLAO:0001295" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8600004 ;
    owl:annotatedTarget "A muscle tissue that is associated with soft internal organs (viscera)." .

[]
    a owl:Axiom ;
    rdfs:comment "BTO:0002780" ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_8600004 ;
    owl:annotatedTarget "visceral muscle" .

[]
    oboInOwl:hasDbXref "FBbt:00005070", "https://en.wikipedia.org/wiki/Smooth_muscle" ;
    a owl:Axiom ;
    rdfs:comment "PMID:8720463" ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:UBERON_8600004 ;
    owl:annotatedTarget "It is quite common to refer to visceral muscles as smooth muscles, by analogy with vertebrates; however, most visceral muscles in arthropods are actually striated." .

[]
    oboInOwl:hasDbXref "PMID:8720463", "https://pressbooks.pub/rbtallitsch/chapter/chapter-6-muscle-tissue/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8600006 ;
    owl:annotatedTarget "A striated muscle tissue that is associated with soft internal organs (viscera)." .

[]
    oboInOwl:hasDbXref "PMID:22283705", "PMID:30247823" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8600024 ;
    owl:annotatedTarget "A venule that is part of a lung and drains oxygenated blood from pulmonary capillaries. A pulmonary venule merges into a pulmonary vein branch that runs in the pulmonary interlobular septa." .

[]
    oboInOwl:hasDbXref "ILX:0793573", "PMID:35965034", "doi:10.1016/B978-008045046-9.00635-5" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:UBERON_8600123 ;
    owl:annotatedTarget "A parasympathetic ganglion that is located within the airway walls of the lower respiratory tract. This ganglion is responsible for controlling the constriction of the airway by stimulating smooth muscle contraction in the lower respiratory tract to regulate airflow." .

[]
    oboInOwl:hasDbXref "ILX:0793573" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:UBERON_8600123 ;
    owl:annotatedTarget "lower airway parasympathetic ganglion" .

[]
    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
        ]
    ) .

[]
    oboInOwl:hasDbXref "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001756 ;
    owl:annotatedTarget "The formation of mesodermal clusters that are arranged segmentally along the anterior posterior axis of an embryo." .

[]
    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
        ]
    ) .

[]
    a owl:Axiom ;
    rdfs:label "Somitogenesis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0001756 ;
    owl:annotatedTarget "Reactome:R-HSA-9824272" .

[]
    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
        ]
    ) .

[]
    oboInOwl:hasDbXref "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001763 ;
    owl:annotatedTarget "The process in which the anatomical structures of branches are generated and organized. A branch is a division or offshoot from a main stem. Examples in animals would include blood vessels, nerves, lymphatics and other endothelial or epithelial tubes." .

[]
    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
        ]
    ) .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0001763 ;
    owl:annotatedTarget "branching morphogenesis" .

[]
    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
        ]
    ) .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23004 ;
    owl:annotatedTarget "aminocarbonyl" .

[]
    a owl:Class ;
    rdfs:subClassOf obo:CL_0000164 ;
    owl:intersectionOf (obo:CL_0000163
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:UBERON_0000945
        ]
    ) .

[]
    oboInOwl:hasDbXref <https://github.com/obophenotype/cell-ontology/issues/757> ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource [
        a owl:Class ;
        rdfs:subClassOf _:genid43808 ;
        owl:intersectionOf (obo:CL_0000540
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002162 ;
                owl:someValuesFrom obo:NCBITaxon_7742
            ]
        )
    ] ;
    owl:annotatedTarget _:genid43808 .

(
) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0003129
    ] ;
    owl:intersectionOf (obo:UBERON_0000033
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7776
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002496 ;
        owl:someValuesFrom obo:UBERON_0000106
    ] ;
    owl:intersectionOf (obo:UBERON_0000061
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_33208
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002496 ;
        owl:someValuesFrom obo:UBERON_0000111
    ] ;
    owl:intersectionOf (obo:UBERON_0000062
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_6072
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002224 ;
        owl:someValuesFrom obo:UBERON_0000106
    ] ;
    owl:intersectionOf (obo:UBERON_0000104
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_33208
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000062 ;
        owl:someValuesFrom obo:UBERON_0000110
    ] ;
    owl:intersectionOf (obo:UBERON_0000111
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_32523
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001004
    ] ;
    owl:intersectionOf (obo:UBERON_0000166
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_32523
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002496 ;
        owl:someValuesFrom obo:UBERON_0000111
    ] ;
    owl:intersectionOf (obo:UBERON_0000467
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_6072
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000075
    ] ;
    owl:intersectionOf (obo:UBERON_0000475
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0034929
    ] ;
    owl:intersectionOf (obo:UBERON_0000475
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001009
    ] ;
    owl:intersectionOf (obo:UBERON_0000475
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_33213
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001434
    ] ;
    owl:intersectionOf (obo:UBERON_0000475
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_33213
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001015
    ] ;
    owl:intersectionOf (obo:UBERON_0000475
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_6072
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0001016
    ] ;
    owl:intersectionOf (obo:UBERON_0000475
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_6072
        ]
    ) .

[]
    oboInOwl:hasDbXref "CL:0000540", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001764 ;
    owl:annotatedTarget "The characteristic movement of an immature neuron from germinal zones to specific positions where they will reside as they mature." .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0002416
    ] ;
    owl:intersectionOf (obo:UBERON_0000475
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_6072
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002491 ;
        owl:someValuesFrom obo:UBERON_0000068
    ] ;
    owl:intersectionOf (obo:UBERON_0000478
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_6072
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:NCBITaxon_6072
    ] ;
    owl:intersectionOf (obo:UBERON_0000481
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_6072
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0001049
    ] ;
    owl:intersectionOf (obo:UBERON_0000955
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7711
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:intersectionOf (obo:UBERON_0001042
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty core:distally_connected_to ;
        owl:someValuesFrom obo:UBERON_0001043
    ] ;
    owl:intersectionOf (obo:UBERON_0001042
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23004 ;
    owl:annotatedTarget "carbamyl" .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0008895
    ] ;
    owl:intersectionOf (obo:UBERON_0001042
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_89593
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003942
    ] ;
    owl:intersectionOf (obo:UBERON_0001062
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002216 ;
            owl:someValuesFrom obo:GO_0019233
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0003942
    ] ;
    owl:intersectionOf (obo:UBERON_0001062
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002216 ;
            owl:someValuesFrom obo:GO_0050975
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty core:channels_into ;
        owl:someValuesFrom obo:UBERON_0002078
    ] ;
    owl:intersectionOf (obo:UBERON_0001072
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_40674
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000018
    ] ;
    owl:intersectionOf (obo:UBERON_0001456
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_50557
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0011156
    ] ;
    owl:intersectionOf (obo:UBERON_0001456
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002551 ;
        owl:someValuesFrom obo:UBERON_0011156
    ] ;
    owl:intersectionOf (obo:UBERON_0001456
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000915
    ] ;
    owl:intersectionOf (obo:UBERON_0002100
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000916
    ] ;
    owl:intersectionOf (obo:UBERON_0002100
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000922
    ] ;
    owl:intersectionOf (obo:UBERON_0002328
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_40674
        ]
    ) .

[]
    oboInOwl:hasDbXref "GOC:mgi_curators", "PMID:11244041", "PMID:12615889" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001767 ;
    owl:annotatedTarget "The directed orientation of lymphocyte signaling molecules and associated membrane rafts towards a chemokine gradient or a contact point with an appropriate activating cell." .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002150 ;
        owl:someValuesFrom obo:UBERON_0002080
    ] ;
    owl:intersectionOf (obo:UBERON_0002333
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_40674
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002254 ;
        owl:someValuesFrom obo:UBERON_0000926
    ] ;
    owl:intersectionOf (obo:UBERON_0003104
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7711
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:intersectionOf (obo:UBERON_0004711
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0002162 ;
            owl:someValuesFrom obo:NCBITaxon_8287
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002170 ;
        owl:someValuesFrom obo:UBERON_0002091
    ] ;
    owl:intersectionOf (obo:UBERON_0005944
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7776
        ]
    ) .

[]
    oboInOwl:hasDbXref "GOC:mgi_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001775 ;
    owl:annotatedTarget "A multicellular organismal process by which exposure to an activating factor such as a cellular or soluble ligand results in a change in the morphology or behavior of a cell." .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:UBERON_0000974
    ] ;
    owl:intersectionOf (obo:UBERON_0007811
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_32523
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002131 ;
        owl:someValuesFrom obo:UBERON_0011156
    ] ;
    owl:intersectionOf (obo:UBERON_0008895
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_89593
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000153
    ] ;
    owl:intersectionOf (obo:UBERON_0010708
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_32523
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002202 ;
        owl:someValuesFrom obo:UBERON_0002346
    ] ;
    owl:intersectionOf (obo:UBERON_0016879
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:NCBITaxon_7742
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_8450003
    ] ;
    owl:intersectionOf ([
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:UBERON_0000922
        ]
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:UBERON_0007811
        ]
    ) .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23004 ;
    owl:annotatedTarget "carbamyl group" .

[]
    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:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0070029 .

[]
    a owl:Restriction ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002102 ;
        owl:someValuesFrom obo:UBERON_0010225
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0070029 .

[]
    a owl:Restriction ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002100 ;
        owl:someValuesFrom obo:UBERON_0000956
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0070031 .

[]
    a owl:Restriction ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002102 ;
        owl:someValuesFrom obo:UBERON_0001896
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0070031 .

[]
    a owl:Restriction ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001893
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0070034 .

[]
    a owl:Restriction ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0043197
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0070038 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005576
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:CL_0000000 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005737
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:GO_0005634 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005829
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:GO_0005634 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0043230
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:GO_0043229 .

[]
    a owl:AllDisjointClasses ;
    owl:members ([
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:UBERON_0000009
        ]
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:UBERON_0000344
        ]
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:UBERON_0002072
        ]
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:UBERON_0002097
        ]
    ) .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0001017
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0000010 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0000092
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0000068 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002402
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0000977 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002358
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0001179 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002097
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0002072 .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001776 ;
    owl:annotatedTarget "The process of regulating the proliferation and elimination of cells of the immune system such that the total number of cells of a particular cell type within a whole or part of an organism is stable over time in the absence of an outside stimulus." .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002168
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0002167 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002401
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0002400 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0002425
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0002408 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0005622
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0005613 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0035639
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0010230 .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001816 ;
    owl:annotatedTarget "The appearance of a cytokine due to biosynthesis or secretion following a cellular stimulus, resulting in an increase in its intracellular or extracellular levels." .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:UBERON_0036073
    ] ;
    owl:onProperty obo:BFO_0000050 ;
    owl:someValuesFrom obo:UBERON_0036072 .

[]
    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 owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0070040
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0070038 .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0001816 ;
    owl:annotatedTarget "interferon production" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0001816 ;
    owl:annotatedTarget "interferon secretion" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah", "http://wiki.geneontology.org/index.php/Why_isn%27t_interleukin_in_GO%3F" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0001816 ;
    owl:annotatedTarget "interleukin production" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:mah", "http://wiki.geneontology.org/index.php/Why_isn%27t_interleukin_in_GO%3F" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0001816 ;
    owl:annotatedTarget "interleukin secretion" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23004 ;
    owl:annotatedTarget "carboxamide" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001817 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of production of a cytokine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_23019 ;
    owl:annotatedTarget "carbonyl group" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001818 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the rate of production of a cytokine." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001819 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of production of a cytokine." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_23019 ;
    owl:annotatedTarget "carbonyl group" .

[]
    oboInOwl:hasDbXref "GOC:ef", "ISBN:0198506732", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001820 ;
    owl:annotatedTarget "The regulated release of serotonin by a cell. Serotonin (5-hydroxytryptamine, or 5-HT) is a monoamine synthesized in serotonergic neurons in the central nervous system, enterochromaffin cells in the gastrointestinal tract and some immune system cells." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0001820 ;
    owl:annotatedTarget "serotonin release" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23019 ;
    owl:annotatedTarget ">C=O" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001824 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the blastocyst over time, from its formation to the mature structure. The mammalian blastocyst is a hollow ball of cells containing two cell types, the inner cell mass and the trophectoderm. The blastula follows the morula and precedes the gastrula in the developmental sequence." .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001825 ;
    owl:annotatedTarget "The initial formation of a blastocyst from a solid ball of cells known as a morula." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_23357 ;
    owl:annotatedTarget "cofactor" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001826 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an inner cell mass cell." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23367 ;
    owl:annotatedTarget "entidad molecular" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001829 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a trophectoderm cell." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23367 ;
    owl:annotatedTarget "entidades moleculares" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001831 ;
    owl:annotatedTarget "The morphogenesis of trophectoderm cells." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23367 ;
    owl:annotatedTarget "entite moleculaire" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001832 ;
    owl:annotatedTarget "An increase in size of a blastocyst due to expansion of the blastocoelic cavity cell shape changes and cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001833 ;
    owl:annotatedTarget "The proliferation of cells in the inner cell mass." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23367 ;
    owl:annotatedTarget "molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0124020607", "ISBN:0198542771" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001834 ;
    owl:annotatedTarget "The proliferation of cells in the trophectoderm." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23367 ;
    owl:annotatedTarget "molekulare Entitaet" .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:14701881" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001837 ;
    owl:annotatedTarget "A transition where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." .

[]
    a owl:Axiom ;
    rdfs:label "Epithelial-Mesenchymal Transition (EMT) during gastrulation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0001837 ;
    owl:annotatedTarget "Reactome:R-HSA-9758919" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:rl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0001837 ;
    owl:annotatedTarget "mesenchymal cell differentiation from epithelial cell" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0824072820" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001838 ;
    owl:annotatedTarget "The morphogenesis of an embryonic epithelium into a tube-shaped structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23449 ;
    owl:annotatedTarget "Cyclopeptid" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001839 ;
    owl:annotatedTarget "The process in which the anatomical structures of the neural plate are generated and organized. The neural plate is a specialized region of columnar epithelial cells in the dorsal ectoderm that will give rise to nervous system tissue." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23449 ;
    owl:annotatedTarget "Zyklopeptid" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ef", "ISBN:0878932437", "ISBN:0878932585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001840 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the neural plate over time, from its formation to the mature structure. The neural plate is a flat, thickened layer of ectodermal cells. The underlying dorsal mesoderm signals the ectodermal cells above it to elongate into columnar neural plate cells. The neural plate subsequently develops into the neural tube, which gives rise to the central nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23449 ;
    owl:annotatedTarget "cyclic peptides" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001841 ;
    owl:annotatedTarget "The formation of a tube from the flat layer of ectodermal cells known as the neural plate. This will give rise to the central nervous system." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0001841 ;
    owl:annotatedTarget "neural tube morphogenesis" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23449 ;
    owl:annotatedTarget "peptide cyclique" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001842 ;
    owl:annotatedTarget "The process in which the neural fold is formed. The edges of the neural plate thicken and move up to form a U-shaped structure called the neural groove." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0001842 ;
    owl:annotatedTarget "neural groove formation" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23449 ;
    owl:annotatedTarget "peptido ciclico" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001885 ;
    owl:annotatedTarget "The progression of an endothelial cell over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001886 ;
    owl:annotatedTarget "The change in form (cell shape and size) that occurs during the differentiation of an endothelial cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23888 ;
    owl:annotatedTarget "drugs" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001935 ;
    owl:annotatedTarget "The multiplication or reproduction of endothelial cells, resulting in the expansion of a cell population. Endothelial cells are thin flattened cells which line the inside surfaces of body cavities, blood vessels, and lymph vessels, making up the endothelium." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23888 ;
    owl:annotatedTarget "medicine" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001936 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of endothelial cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001937 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the rate or extent of endothelial cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23924 ;
    owl:annotatedTarget "enzyme inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001938 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of endothelial cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23924 ;
    owl:annotatedTarget "inhibidor enzimatico" .

[]
    oboInOwl:hasDbXref "GOC:dph", "UBERON:0002409" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001944 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the vasculature over time, from its formation to the mature structure. The vasculature is an interconnected tubular multi-tissue structure that contains fluid that is actively transported around the organism." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001955 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a blood vessel to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23924 ;
    owl:annotatedTarget "inhibidores enzimaticos" .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001956 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the regulated release of a neurotransmitter." .

[]
    oboInOwl:hasDbXref "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0001957 ;
    owl:annotatedTarget "Direct ossification that occurs within mesenchyme or an accumulation of relatively unspecialized cells." .

[]
    oboInOwl:hasDbXref "GO_REF:0000034" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0001957 ;
    owl:annotatedTarget "dermal ossification" .

[]
    oboInOwl:hasDbXref "GOC:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0001957 ;
    owl:annotatedTarget "intramembranous bone ossification" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23924 ;
    owl:annotatedTarget "inhibiteur enzymatique" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:tb", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002009 ;
    owl:annotatedTarget "The process in which the anatomical structures of epithelia are generated and organized. An epithelium consists of closely packed cells arranged in one or more layers, that covers the outer surfaces of the body or lines any internal cavity or tube." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_23924 ;
    owl:annotatedTarget "inhibiteurs enzymatiques" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002011 ;
    owl:annotatedTarget "The process in which the anatomical structures of an epithelial sheet are generated and organized. An epithelial sheet is a flat surface consisting of closely packed epithelial cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb", "PMID:10358008" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002027 ;
    owl:annotatedTarget "Any process that modulates the frequency or rate of heart contraction." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0002027 ;
    owl:annotatedTarget "cardiac chronotropy" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_24431 ;
    owl:annotatedTarget "chemical entity" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002052 ;
    owl:annotatedTarget "Any process that activates or increases the rate of neuroblast proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002053 ;
    owl:annotatedTarget "The process of activating or increasing the rate or extent of mesenchymal cell proliferation. Mesenchymal cells are loosely organized embryonic cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24432 ;
    owl:annotatedTarget "biological function" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002062 ;
    owl:annotatedTarget "The process in which a chondroblast acquires specialized structural and/or functional features of a chondrocyte. A chondrocyte is a polymorphic cell that forms cartilage." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002063 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a chondrocyte over time, from its commitment to its mature state. Chondrocyte development does not include the steps involved in committing a chondroblast to a chondrocyte fate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24433 ;
    owl:annotatedTarget "Gruppe" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002064 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an epithelial cell over time, from its formation to the mature structure. An epithelial cell is a cell usually found in a two-dimensional sheet with a free surface." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002065 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a columnar/cuboidal epithelial cell. A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24433 ;
    owl:annotatedTarget "Rest" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002066 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a columnar/cuboidal epithelial cell over time, from its formation to the mature structure. A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24433 ;
    owl:annotatedTarget "groupe" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002067 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a glandular epithelial cell. A glandular epithelial cell is a columnar/cuboidal epithelial cell found in a two dimensional sheet with a free surface exposed to the lumen of a gland." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002068 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a glandular epithelial cell over time, from its formation to the mature structure. A glandular epithelial cell is a columnar/cuboidal epithelial cell is a cell found in a two dimensional sheet with a free surface exposed to the lumen of a gland." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24433 ;
    owl:annotatedTarget "grupo" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002069 ;
    owl:annotatedTarget "The developmental process, independent of morphogenetic (shape) change, that is required for a columna/cuboidal epithelial cell to attain its fully functional state. A columnar/cuboidal epithelial cell is a cell usually found in a two dimensional sheet with a free surface. Columnar/cuboidal epithelial cells take on the shape of a column or cube." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24433 ;
    owl:annotatedTarget "grupos" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002070 ;
    owl:annotatedTarget "The developmental process, independent of morphogenetic (shape) change, that is required for an epithelial cell to attain its fully functional state. An epithelial cell is a cell usually found in a two-dimensional sheet with a free surface." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24532 ;
    owl:annotatedTarget "organic heterocycle" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002071 ;
    owl:annotatedTarget "The developmental process, independent of morphogenetic (shape) change, that is required for a glandular epithelial cell to attain its fully functional state. A glandular epithelial cell is a columnar/cuboidal epithelial cell is a cell found in a two dimensional sheet with a free surface exposed to the lumen of a gland." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_sensu", "GOC:sdb_2009", "GOC:tb", "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002072 ;
    owl:annotatedTarget "The invagination of the optic vesicle to form two-walled indentations, the optic cups, that will go on to form the retina. This process begins with the optic vesicle becoming a two-walled structure and its subsequent shape changes. It does not include the fate commitment of cells to become the pigmented retina and the neural retina. An example of this process is found in Mus musculus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24532 ;
    owl:annotatedTarget "organic heterocyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:16678814" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002085 ;
    owl:annotatedTarget "Any process that prevents the activation of neuroepithelial cell differentiation. Neuroepithelial cell differentiation is the process in which epiblast cells acquire specialized features of neuroepithelial cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0002085 ;
    owl:annotatedTarget "negative regulation of neural plate formation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0002085 ;
    owl:annotatedTarget "repression of premature neural plate formation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24533 ;
    owl:annotatedTarget "heterodetic cyclic peptides" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb", "PMID:12458206" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002087 ;
    owl:annotatedTarget "A process carried out by the nervous system that is required for the proper control of respiratory gaseous exchange. This process occurs in the respiratory center of the brain in vertebrates." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0002087 ;
    owl:annotatedTarget "neurological control of breathing" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24533 ;
    owl:annotatedTarget "peptide cyclique heterodetique" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0582064333" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002088 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the lens over time, from its formation to the mature structure. The lens is a transparent structure in the eye through which light is focused onto the retina. An example of this process is found in Mus musculus." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24533 ;
    owl:annotatedTarget "peptido ciclico heterodetico" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002089 ;
    owl:annotatedTarget "The process in which the anatomical structures of the lens are generated and organized. The lens is a transparent structure in the eye through which light is focused onto the retina. An example of this process is found in Mus musculus." .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002181 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of a protein in the cytoplasm. This is a ribosome-mediated process in which the information in messenger RNA (mRNA) is used to specify the sequence of amino acids in the protein." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24621 ;
    owl:annotatedTarget "endocrine" .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002182 ;
    owl:annotatedTarget "The successive addition of amino acid residues to a nascent polypeptide chain during protein biosynthesis in the cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002183 ;
    owl:annotatedTarget "The process preceding formation of the peptide bond between the first two amino acids of a protein in the cytoplasm. This includes the formation of a complex of the ribosome, mRNA or circRNA, and an initiation complex that contains the first aminoacyl-tRNA." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24621 ;
    owl:annotatedTarget "hormones" .

[]
    oboInOwl:hasDbXref "GOC:hjd" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002184 ;
    owl:annotatedTarget "The process resulting in the release of a polypeptide chain from the ribosome in the cytoplasm, usually in response to a termination codon." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002213 ;
    owl:annotatedTarget "A response to protect an organism from a directly detected or perceived external threat from an insect or insects to that organism." .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:rl", "ISBN:0781735149", "PMID:16551251" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002244 ;
    owl:annotatedTarget "The process in which precursor cell type acquires the specialized features of a hematopoietic progenitor cell, a class of cell types including myeloid progenitor cells and lymphoid progenitor cells." .

[]
    oboInOwl:hasDbXref "GOC:add", "GO_REF:0000022", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002252 ;
    owl:annotatedTarget "Any process of the immune system that executes a component of an immune response. An effector immune process takes place after its activation." .

[]
    oboInOwl:hasDbXref "GOC:add", "PMID:15826826", "PMID:16319493", "PMID:16551252", "PMID:16551262" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002260 ;
    owl:annotatedTarget "The process of regulating the proliferation and elimination of lymphocytes such that the total number of lymphocytes within a whole or part of an organism is stable over time in the absence of an outside stimulus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24833 ;
    owl:annotatedTarget "oxacids" .

[]
    oboInOwl:hasDbXref "CL:0000763", "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002262 ;
    owl:annotatedTarget "The process of regulating the proliferation and elimination of myeloid cells such that the total number of myeloid cells within a whole or part of an organism is stable over time in the absence of an outside stimulus." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002269 ;
    owl:annotatedTarget "A change in the morphology or behavior of a leukocyte resulting from exposure to an activating factor such as a cellular or soluble ligand, leading to the initiation or perpetuation of an inflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0002269 ;
    owl:annotatedTarget "leukocyte activation during inflammatory response" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24833 ;
    owl:annotatedTarget "oxiacids" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002274 ;
    owl:annotatedTarget "A change in the morphology or behavior of a myeloid leukocyte resulting from exposure to an activating factor such as a cellular or soluble ligand." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24833 ;
    owl:annotatedTarget "oxo acid" .

[]
    oboInOwl:hasDbXref "GOC:add", "PMID:16551264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002318 ;
    owl:annotatedTarget "The process in which a precursor cell type acquires the specialized features of a myeloid progenitor cell. Myeloid progenitor cells include progenitor cells for any of the myeloid lineages." .

[]
    oboInOwl:hasDbXref "GOC:add", "PMID:16551251", "PMID:16551264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002320 ;
    owl:annotatedTarget "The process in which a precursor cell type acquires the specialized features of a lymphoid progenitor cell. Lymphoid progenitor cells include progenitor cells for any of the lymphoid lineages." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149", "PMID:16730260" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002351 ;
    owl:annotatedTarget "The synthesis or release of serotonin following a stimulus as part of an inflammatory response, resulting in an increase in its intracellular or extracellular levels." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24833 ;
    owl:annotatedTarget "oxy-acids" .

[]
    oboInOwl:hasDbXref "GOC:add", "GO_REF:0000022" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002376 ;
    owl:annotatedTarget "Any process involved in the development or functioning of the immune system, an organismal system for calibrated responses to potential internal or invasive threats." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002442 ;
    owl:annotatedTarget "The regulated release of serotonin by a cell as part of an inflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0002442 ;
    owl:annotatedTarget "serotonin release involved in inflammatory response" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24833 ;
    owl:annotatedTarget "oxyacids" .

[]
    oboInOwl:hasDbXref "GOC:add", "GO_REF:0000022", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002443 ;
    owl:annotatedTarget "Any process involved in the carrying out of an immune response by a leukocyte." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24834 ;
    owl:annotatedTarget "inorganic anions" .

[]
    oboInOwl:hasDbXref "GOC:add", "GO_REF:0000022", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002444 ;
    owl:annotatedTarget "Any process involved in the carrying out of an immune response by a myeloid leukocyte." .

[]
    oboInOwl:hasDbXref "GOC:add", "GO_REF:0000022", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002449 ;
    owl:annotatedTarget "Any process involved in the carrying out of an immune response by a lymphocyte." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24835 ;
    owl:annotatedTarget "anorganische Verbindungen" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002520 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an organismal system whose objective is to provide calibrated responses by an organism to a potential internal or invasive threat, over time, from its formation to the mature structure. A system is a regularly interacting or interdependent group of organs or tissues that work together to carry out a given biological process." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24835 ;
    owl:annotatedTarget "inorganic compounds" .

[]
    oboInOwl:hasDbXref "CL:0000738", "GOC:add", "PMID:16551264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002521 ;
    owl:annotatedTarget "The process in which a relatively unspecialized hemopoietic precursor cell acquires the specialized features of a leukocyte. A leukocyte is an achromatic cell of the myeloid or lymphoid lineages capable of ameboid movement, found in blood or other tissue." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149", "PMID:14680625", "PMID:14708592", "PMID:7507411", "PMID:8600538" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002523 ;
    owl:annotatedTarget "The movement of a leukocyte within or between different tissues and organs of the body contributing to an inflammatory response." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0002523 ;
    owl:annotatedTarget "leukocyte migration during inflammatory response" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24835 ;
    owl:annotatedTarget "inorganic entity" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:dph", "GOC:tb", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002532 ;
    owl:annotatedTarget "The synthesis or release of any molecular mediator of the inflammatory response following an inflammatory stimulus, resulting in an increase in its intracellular or extracellular levels." .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002534 ;
    owl:annotatedTarget "The synthesis or release of a cytokine following a inflammatory stimulus as part of an inflammatory response, resulting in an increase in its intracellular or extracellular levels." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24835 ;
    owl:annotatedTarget "inorganic molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:add", "PMID:16551251" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002573 ;
    owl:annotatedTarget "The process in which a relatively unspecialized myeloid precursor cell acquires the specialized features of any cell of the myeloid leukocyte lineage." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002682 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of an immune system process." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24835 ;
    owl:annotatedTarget "inorganics" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002683 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of an immune system process." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24836 ;
    owl:annotatedTarget "inorganic oxides" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002684 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of an immune system process." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002685 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of leukocyte migration." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24867 ;
    owl:annotatedTarget "monoatomic ions" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002686 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of leukocyte migration." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002687 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of leukocyte migration." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_24870 ;
    owl:annotatedTarget "Ion" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002694 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of leukocyte activation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_24870 ;
    owl:annotatedTarget "ion" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002695 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of leukocyte activation." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002696 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of leukocyte activation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24870 ;
    owl:annotatedTarget "Ionen" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002697 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of an immune effector process." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002698 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of an immune effector process." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24870 ;
    owl:annotatedTarget "iones" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002699 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of an immune effector process." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_24870 ;
    owl:annotatedTarget "ions" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002703 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of leukocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002704 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of leukocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25212 ;
    owl:annotatedTarget "metabolites" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002705 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of leukocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002706 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of lymphocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25212 ;
    owl:annotatedTarget "primary metabolites" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002707 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of lymphocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25212 ;
    owl:annotatedTarget "secondary metabolites" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002708 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of lymphocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002761 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of myeloid leukocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25362 ;
    owl:annotatedTarget "homoatomic molecule" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002762 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of myeloid leukocyte differentiation." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002763 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of myeloid leukocyte differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25362 ;
    owl:annotatedTarget "homoatomic molecules" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002790 ;
    owl:annotatedTarget "The controlled release of a peptide from a cell or a tissue." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002791 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of peptide secretion." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_25367 ;
    owl:annotatedTarget "molecule" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002792 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of peptide secretion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25367 ;
    owl:annotatedTarget "Molekuel" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002793 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of peptide secretion." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002831 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of a response to biotic stimulus." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25367 ;
    owl:annotatedTarget "molecula" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002832 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of a response to biotic stimulus." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002833 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of a response to biotic stimulus." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25367 ;
    owl:annotatedTarget "molecules" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002886 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, or extent of myeloid leukocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25367 ;
    owl:annotatedTarget "neutral molecular compounds" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002887 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of myeloid leukocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002888 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, or extent of myeloid leukocyte mediated immunity." .

[]
    oboInOwl:hasDbXref "PMID:20696843" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0002932 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a tendon sheath over time, from its formation to the mature structure. A tendon sheath is a layer of membrane around a tendon. It permits the tendon to move." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003002 ;
    owl:annotatedTarget "The pattern specification process that results in the subdivision of an axis or axes in space to define an area or volume in which specific patterns of cell differentiation will take place or in which cells interpret a specific environment." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0003002 ;
    owl:annotatedTarget "pattern formation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25375 ;
    owl:annotatedTarget "monamines" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003006 ;
    owl:annotatedTarget "A developmental process in which a progressive change in the state of some part of an organism, germline or somatic, specifically contributes to its ability to form offspring." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0003006 ;
    owl:annotatedTarget "puberty" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0003006 ;
    owl:annotatedTarget "reproductive developmental process" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25375 ;
    owl:annotatedTarget "monoamines" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003007 ;
    owl:annotatedTarget "The developmental process in which the heart is generated and organized. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardio" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003008 ;
    owl:annotatedTarget "A multicellular organismal process carried out by any of the organs or tissues in an organ system. An organ system is a regularly interacting or interdependent group of organs or tissues that work together to carry out a biological objective." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardio", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003009 ;
    owl:annotatedTarget "A process in which force is generated within skeletal muscle tissue, resulting in a change in muscle geometry. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis. In the skeletal muscle, the muscle contraction takes advantage of an ordered sarcomeric structure and in most cases it is under voluntary control." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardio" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003012 ;
    owl:annotatedTarget "An organ system process carried out at the level of a muscle. Muscle tissue is composed of contractile cells or fibers." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardio" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003013 ;
    owl:annotatedTarget "An organ system process carried out by any of the organs or tissues of the circulatory system. The circulatory system is an organ system that moves extracellular fluids to and from tissue within a multicellular organism." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardio" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003015 ;
    owl:annotatedTarget "A circulatory system process carried out by the heart. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_cardio", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003016 ;
    owl:annotatedTarget "A process carried out by the organs or tissues of the respiratory system. The respiratory system is an organ system responsible for respiratory gaseous exchange." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardio" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003032 ;
    owl:annotatedTarget "The series of events in which an oxygen stimulus is received by a cell and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25384 ;
    owl:annotatedTarget "monocarboxylic acids" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003131 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from mesodermal cells to endodermal cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003131 ;
    owl:annotatedTarget "mesodermal-endodermal cell signalling" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25512 ;
    owl:annotatedTarget "neurotransmitters" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003133 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from endodermal cells to mesodermal cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003133 ;
    owl:annotatedTarget "endodermal-mesodermal cell signalling" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003142 ;
    owl:annotatedTarget "The process in which the anatomical structures of the cardiogenic plate are generated and organized. The cardiogenic plate is the first recognizable structure derived from the heart field." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003142 ;
    owl:annotatedTarget "cardiac crescent morphogenesis" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25555 ;
    owl:annotatedTarget "7N" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003143 ;
    owl:annotatedTarget "The process in which the anatomical structures of the embryonic heart tube are generated and organized. The embryonic heart tube is an epithelial tube that will give rise to the mature heart." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25555 ;
    owl:annotatedTarget "N" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003144 ;
    owl:annotatedTarget "The process that gives rise to the embryonic heart tube. This process pertains to the initial formation of a structure from unspecified parts. The embryonic heart tube is an epithelial tube that will give rise to the mature heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003145 ;
    owl:annotatedTarget "The process that gives rise to the embryonic heart tube by the cells of the heart field along a linear axis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25555 ;
    owl:annotatedTarget "Stickstoff" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003147 ;
    owl:annotatedTarget "The characteristic movement of a cell from the dorsal ridge of the neural tube towards the heart and that contributes to heart formation." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003148 ;
    owl:annotatedTarget "The process in which the anatomical structures of the outflow tract septum are generated and organized. The outflow tract septum is a partition in the outflow tract." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25555 ;
    owl:annotatedTarget "azote" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003149 ;
    owl:annotatedTarget "The process in which the membranous septum is generated and organized. The membranous septum is the upper part of ventricular septum." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25555 ;
    owl:annotatedTarget "nitrogen" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003150 ;
    owl:annotatedTarget "The process in which the muscular septum is generated and organized. The muscular septum is the lower part of the ventricular septum." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25555 ;
    owl:annotatedTarget "nitrogeno" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart", "UBERON:0004145" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003151 ;
    owl:annotatedTarget "The process in which the anatomical structures of the outflow tract are generated and organized. The outflow tract is the portion of the heart through which blood flows into the arteries." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003152 ;
    owl:annotatedTarget "The morphogenetic process in which an epithelial sheet bends along a linear axis, contributing to embryonic heart tube formation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "Nichtmetall" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_heart", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003156 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of animal organ formation. Organ formation is the process pertaining to the initial formation of an organ from unspecified parts. The process begins with the specific processes that contribute to the appearance of the discrete structure, such as inductive events, and ends when the structural rudiment of the organ is recognizable, such as a condensation of mesenchymal cells into the organ rudiment." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "Nichtmetalle" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003157 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the endocardium over time, from its formation to the mature structure. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003158 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an endothelium over time, from its formation to the mature structure. Endothelium refers to the layer of cells lining blood vessels, lymphatics, the heart, and serous cavities, and is derived from bone marrow or mesoderm. Corneal endothelium is a special case, derived from neural crest cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "no metal" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003159 ;
    owl:annotatedTarget "The process in which the anatomical structure of an endothelium is generated and organized. Endothelium refers to the layer of cells lining blood vessels, lymphatics, the heart, and serous cavities, and is derived from bone marrow or mesoderm. Corneal endothelium is a special case, derived from neural crest cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "no metales" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003160 ;
    owl:annotatedTarget "The process in which the anatomical structure of the endocardium is generated and organized. The endocardium is an anatomical structure comprised of an endothelium and an extracellular matrix that forms the innermost layer of tissue of the heart, and lines the heart chambers." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "non-metal" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003161 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the cardiac conduction system over time, from its formation to the mature structure. The cardiac conduction system consists of specialized cardiomyocytes that regulate the frequency of heart beat." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003161 ;
    owl:annotatedTarget "cardiac impulse conducting system development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003161 ;
    owl:annotatedTarget "heart conduction system development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "non-metaux" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003162 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the atrioventricular (AV) node over time, from its formation to the mature structure. The AV node is part of the cardiac conduction system that controls the timing of ventricle contraction by receiving electrical signals from the sinoatrial (SA) node and relaying them to the His-Purkinje system." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003162 ;
    owl:annotatedTarget "AV node development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "nonmetal" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003163 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the sinoatrial (SA) node over time, from its formation to the mature structure. The SA node is part of the cardiac conduction system that controls the timing of heart muscle contraction. It relays electrical signals to the AV node." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003163 ;
    owl:annotatedTarget "SA node development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003163 ;
    owl:annotatedTarget "SAN development" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0003163 ;
    owl:annotatedTarget "sinus node development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25585 ;
    owl:annotatedTarget "nonmetals" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003164 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the His-Purkinje system over time, from its formation to the mature structure. The His-Purkinje system receives signals from the AV node and is composed of the fibers that regulate cardiac muscle contraction in the ventricles." .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardiac_conduct_nov11", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003165 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a Purkinje myocyte over time, from its formation to the mature structure. The Purkinje myocyte (also known as cardiac Purkinje fiber) is part of the cardiac conduction system that receives signals from the bundle of His and innervates the ventricular cardiac muscle." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25696 ;
    owl:annotatedTarget "organic anions" .

[]
    oboInOwl:hasDbXref "GOC:mtg_cardiac_conduct_nov11", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003168 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a Purkinje myocyte (also known as cardiac Purkinje fiber cell). These cells are specialized cardiomyocytes that receive signals from the bundle of His and innervate the ventricular cardiac muscle." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25697 ;
    owl:annotatedTarget "organic cations" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003169 ;
    owl:annotatedTarget "The process in which the anatomical structures of veins of the heart are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25699 ;
    owl:annotatedTarget "organic ions" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003197 ;
    owl:annotatedTarget "The progression of a cardiac cushion over time, from its initial formation to the mature structure. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003203 ;
    owl:annotatedTarget "The process in which the anatomical structure of the endocardial cushion is generated and organized. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003204 ;
    owl:annotatedTarget "The progression of the cardiac skeleton over time, from its formation to the mature structure. The cardiac skeleton is a specialized extracellular matrix that separates the atria from the ventricles and provides physical support for the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003204 ;
    owl:annotatedTarget "heart fibrous skeleton development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25704 ;
    owl:annotatedTarget "organic sulfates" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003205 ;
    owl:annotatedTarget "The progression of a cardiac chamber over time, from its formation to the mature structure. A cardiac chamber is an enclosed cavity within the heart." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_25741 ;
    owl:annotatedTarget "oxide" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003206 ;
    owl:annotatedTarget "The process in which a cardiac chamber is generated and organized. A cardiac chamber is an enclosed cavity within the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003206 ;
    owl:annotatedTarget "heart chamber morphogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25741 ;
    owl:annotatedTarget "oxides" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003207 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a cardiac chamber from unspecified parts. A cardiac chamber is an enclosed cavity within the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003207 ;
    owl:annotatedTarget "heart chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003208 ;
    owl:annotatedTarget "The process in which the cardiac ventricle is generated and organized. A cardiac ventricle receives blood from a cardiac atrium and pumps it out of the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003209 ;
    owl:annotatedTarget "The process in which the cardiac atrium is generated and organized. A cardiac atrium receives blood from a vein and pumps it to a cardiac ventricle." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25805 ;
    owl:annotatedTarget "8O" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003210 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a cardiac atrium from unspecified parts. A cardiac atrium receives blood from a vein and pumps it to a cardiac ventricle." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25805 ;
    owl:annotatedTarget "O" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003211 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a cardiac ventricle from unspecified parts. A cardiac ventricle receives blood from a cardiac atrium and pumps it out of the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003212 ;
    owl:annotatedTarget "The process in which the left cardiac atrium is generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25805 ;
    owl:annotatedTarget "Sauerstoff" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003213 ;
    owl:annotatedTarget "The process in which the right cardiac atrium is generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25805 ;
    owl:annotatedTarget "oxigeno" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003214 ;
    owl:annotatedTarget "The process in which the left cardiac ventricle is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003215 ;
    owl:annotatedTarget "The process in which the right cardiac ventricle is generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25805 ;
    owl:annotatedTarget "oxygen" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003216 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a left cardiac atrium from unspecified parts." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25805 ;
    owl:annotatedTarget "oxygene" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003217 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a cardiac right atrium from unspecified parts." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003218 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a left cardiac ventricle from unspecified parts." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003219 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of a right cardiac ventricle from unspecified parts." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_25806 ;
    owl:annotatedTarget "oxygen molecular entity" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003220 ;
    owl:annotatedTarget "The process in which the anatomical structures of left cardiac ventricle muscle are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003220 ;
    owl:annotatedTarget "left ventricular myocardium morphogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25806 ;
    owl:annotatedTarget "oxygen molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003221 ;
    owl:annotatedTarget "The process in which the anatomical structures of the right cardiac ventricle muscle are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003221 ;
    owl:annotatedTarget "right ventricle myocardium morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003228 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of cardiac muscle of the atrium over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003228 ;
    owl:annotatedTarget "atrial myocardium development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003229 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of ventricular cardiac muscle over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003229 ;
    owl:annotatedTarget "ventricular myocardium development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25905 ;
    owl:annotatedTarget "peptide hormones" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003230 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cardiac atrium over time, from its formation to the mature structure. A cardiac atrium receives blood from a vein and pumps it to a cardiac ventricle." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003231 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a cardiac ventricle over time, from its formation to the mature structure. A cardiac ventricle receives blood from a cardiac atrium and pumps it out of the heart." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_25905 ;
    owl:annotatedTarget "polypeptide hormone" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003235 ;
    owl:annotatedTarget "The progression of the sinus venosus over time, from its formation to the mature structure. The sinus venosus is a heart chamber attached to the atrium on the venous side of the embryonic heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003236 ;
    owl:annotatedTarget "The process in which the sinus venosus is generated and organized. The sinus venosus is a heart chamber attached to the atrium on the venous side of the embryonic heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003237 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of the sinus venosus from unspecified parts. The sinus venosus is a heart chamber attached to the atrium on the venous side of the embryonic heart." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26764 ;
    owl:annotatedTarget "Steroidhormon" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003241 ;
    owl:annotatedTarget "Developmental growth that contributes to the shaping of the heart." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26764 ;
    owl:annotatedTarget "Steroidhormone" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003245 ;
    owl:annotatedTarget "The developmental growth of cardiac muscle tissue that contributes to the shaping of the heart." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26764 ;
    owl:annotatedTarget "hormona esteroide" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003248 ;
    owl:annotatedTarget "The increase in heart capillaries that accompanies physiological hypertrophy of cardiac muscle." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003253 ;
    owl:annotatedTarget "The orderly movement of a neural crest cell from one site to another that will contribute to the morphogenesis of the outflow tract." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26764 ;
    owl:annotatedTarget "hormonas esteroideas" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003260 ;
    owl:annotatedTarget "The orderly movement of a cardiac progenitor cell to form the heart field. Cardiac progenitor cells are non-terminally differentiated, mesoderm-derived cells that are committed to differentiate into cells of the heart. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26764 ;
    owl:annotatedTarget "hormone steroide" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart", "PMID:15797462" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003272 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of an endocardial cushion. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26764 ;
    owl:annotatedTarget "hormones steroides" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003273 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another that will contribute to the formation of an endocardial cushion. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003275 ;
    owl:annotatedTarget "Any apoptotic process that contributes to the shaping of the outflow tract. The outflow tract is the portion of the heart through which blood flows into the arteries." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26764 ;
    owl:annotatedTarget "steroid hormones" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003277 ;
    owl:annotatedTarget "Any apoptotic process that contributes to the shaping of an endocardial cushion. The endocardial cushion is a specialized region of mesenchymal cells that will give rise to the heart septa and valves." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26819 ;
    owl:annotatedTarget "sulfate ester" .

[]
    oboInOwl:hasDbXref "GOC:mtg_apoptosis", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003278 ;
    owl:annotatedTarget "Any apoptotic process that contributes to the shaping of the heart." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003279 ;
    owl:annotatedTarget "The progression of a cardiac septum over time, from its initial formation to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26819 ;
    owl:annotatedTarget "sulfuric acid ester" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003279 ;
    owl:annotatedTarget "heart septum development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003281 ;
    owl:annotatedTarget "The progression of the ventricular septum over time from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003281 ;
    owl:annotatedTarget "interventricular septum development" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0003281 ;
    owl:annotatedTarget "septum inferius development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26819 ;
    owl:annotatedTarget "sulfuric acid esters" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003283 ;
    owl:annotatedTarget "The progression of the atrial septum over time, from its initial formation to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_26820 ;
    owl:annotatedTarget "sulfates" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003292 ;
    owl:annotatedTarget "The process in which an endocardial cushion cell becomes a cell of a cardiac septum." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003298 ;
    owl:annotatedTarget "The enlargement or overgrowth of all or part of a muscle organ or tissue due to an increase in the size of its muscle cells. Physiological hypertrophy is a normal process during development." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003300 ;
    owl:annotatedTarget "The enlargement or overgrowth of all or part of the heart muscle due to an increase in size of cardiac muscle cells without cell division." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11", "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003301 ;
    owl:annotatedTarget "The enlargement or overgrowth of all or part of the heart muscle due to an increase in size of cardiac muscle cells without cell division. This process contributes to the developmental growth of the heart." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26820 ;
    owl:annotatedTarget "sulfuric acid derivative" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003313 ;
    owl:annotatedTarget "The progression of the heart rudiment over time, from its initial formation to the mature structure. The heart rudiment is a cone-like structure that is formed when myocardial progenitor cells of the heart field fuse at the midline. The heart rudiment is the first structure of the heart tube." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003313 ;
    owl:annotatedTarget "heart cone development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26820 ;
    owl:annotatedTarget "sulphates" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003314 ;
    owl:annotatedTarget "The process in which the anatomical structures of the heart rudiment are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003314 ;
    owl:annotatedTarget "heart cone morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003315 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of the heart rudiment." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003315 ;
    owl:annotatedTarget "heart cone formation" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "16S" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003330 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell or a group of cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003331 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell or a group of cells." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "Elemental sulfur" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003332 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent the controlled release of molecules that form the extracellular matrix, including carbohydrates and glycoproteins by a cell or a group of cells." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "S" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003333 ;
    owl:annotatedTarget "The process in which an amino acid is transported across a membrane." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003341 ;
    owl:annotatedTarget "The directed, self-propelled movement of a cilium." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "S" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0003341 ;
    owl:annotatedTarget "flagellar movement" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0003341 ;
    owl:annotatedTarget "cilium beating" .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:18722343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003342 ;
    owl:annotatedTarget "The progression of the proepicardium from its formation to the mature structure. The proepicardium is an outpouching of the septum transversum." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "Schwefel" .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:18722343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003343 ;
    owl:annotatedTarget "The progression of the septum transversum from its initial formation to the mature structure. The septum transversum is a portion of the trunk mesenchyme." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "azufre" .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:18722343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003344 ;
    owl:annotatedTarget "The process in which the anatomical structure of the pericardium is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "PMID:18722343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003348 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized structural and/or functional features of a cardiac endothelial cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "soufre" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003352 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of cilium movement, the directed, self-propelled movement of a cilium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0003352 ;
    owl:annotatedTarget "regulation of flagellar movement" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "sulfur" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003353 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of cilium movement, the directed, self-propelled movement of a cilium." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0003353 ;
    owl:annotatedTarget "positive regulation of flagellar movement" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003354 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of cilium movement, the directed, self-propelled movement of a cilium." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "sulfur" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003357 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an noradrenergic neuron, a neuron that secretes noradrenaline." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003357 ;
    owl:annotatedTarget "norepinephrine secreting neuron differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "sulphur" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003358 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a noradrenergic neuron over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0003358 ;
    owl:annotatedTarget "norepinephrine secreting neuron development" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26833 ;
    owl:annotatedTarget "theion" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003360 ;
    owl:annotatedTarget "The progression of the brainstem from its formation to the mature structure. The brainstem is the part of the brain that connects the brain with the spinal cord." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003361 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an noradrenergic neuron that is part of the brainstem." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003365 ;
    owl:annotatedTarget "The specification and formation of anisotropic intracellular organization that contributes to the self-propelled directed movement of an ameboid cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_26835 ;
    owl:annotatedTarget "sulfur molecular entity" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003371 ;
    owl:annotatedTarget "Any cellular process that results in the specification, formation or maintenance of polarized cytoskeletal structures that contribute to the cell polarity of a migrating ameboid cell." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003379 ;
    owl:annotatedTarget "The specification and formation of anisotropic intracellular organization that contributes to the self-propelled directed movement of an ameboid cell taking part in gastrulation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26835 ;
    owl:annotatedTarget "sulfur molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003380 ;
    owl:annotatedTarget "Any cellular process that results in the specification, formation or maintenance of polarized cytoskeletal structures that contribute to the cell polarity of a migrating ameboid cell taking part in gastrulation." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003381 ;
    owl:annotatedTarget "The change in form that occurs when an epithelial cell progresses from it initial formation to its mature state, contributing to the process of gastrulation." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003382 ;
    owl:annotatedTarget "The change in form that occurs when an epithelial cell progresses from its initial formation to its mature state." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003403 ;
    owl:annotatedTarget "The developmental process pertaining to the initial formation of the optic vesicle from the lateral wall of the forebrain. This process begins with the specific processes that contribute to the appearance of the vesicle and ends when the vesicle has evaginated. The optic vesicle is the evagination of neurectoderm that precedes formation of the optic cup." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "Sulfuric acid" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003404 ;
    owl:annotatedTarget "The developmental process pertaining to the formation and shaping of the optic vesicle. This process begins with the specific processes that contribute to the appearance of the vesicle and ends when the vesicle has evaginated. The optic vesicle is the evagination of neurectoderm that precedes formation of the optic cup." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "sulfuric acid" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003407 ;
    owl:annotatedTarget "The progression of the neural retina over time from its initial formation to the mature structure. The neural retina is the part of the retina that contains neurons and photoreceptor cells." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "Acide sulfurique" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003411 ;
    owl:annotatedTarget "Any process involved in the controlled self-propelled movement of a cell that results in translocation of the cell from one place to another and contributes to the physical shaping or formation of the camera-type eye." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003413 ;
    owl:annotatedTarget "The process in which a chondroblast acquires specialized structural and/or functional features of a chondrocyte that will contribute to the development of a bone. A chondrocyte is a polymorphic cell that forms cartilage." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "Acido sulfurico" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003414 ;
    owl:annotatedTarget "The process in which the structures of a chondrocyte that will contribute to bone development are generated and organized." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "Acidum sulfuricum" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003416 ;
    owl:annotatedTarget "The increase in size or mass of an endochondral bone that contributes to the shaping of the bone." .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0003433 ;
    owl:annotatedTarget "The progression of a chondrocyte over time from after its commitment to its mature state where the chondrocyte will contribute to the shaping of an endochondral bone." .

[]
    oboInOwl:hasDbXref "GOC:pdt" ;
    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. There are three types of cellular components described in the gene ontology: (1) the cellular anatomical entity where a gene product carries out a molecular function (e.g., plasma membrane, cytoskeleton) or membrane-enclosed compartments (e.g., mitochondrion); (2) virion components, where viral proteins act, and (3) the stable macromolecular complexes of which gene product are parts (e.g., the clathrin complex)." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "H2SO4" .

[]
    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 "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005576 ;
    owl:annotatedTarget "The space external to the outermost structure of a cell. For cells without external protective or external encapsulating structures this refers to space outside of the plasma membrane. This term covers the host cell environment outside an intracellular parasite." .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005577 ;
    owl:annotatedTarget "A highly soluble, elongated protein complex found in blood plasma and involved in clot formation. It is converted into fibrin monomer by the action of thrombin. In the mouse, fibrinogen is a hexamer, 46 nm long and 9 nm maximal diameter, containing two sets of nonidentical chains (alpha, beta, and gamma) linked together by disulfide bonds." .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:mah", "ISBN:0721639976", "PMID:19693541", "PMID:21421911" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005581 ;
    owl:annotatedTarget "A protein complex consisting of three collagen chains assembled into a left-handed triple helix. These trimers typically assemble into higher order structures." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "Schwefelsaeureloesungen" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0721639976", "PMID:21421911" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005583 ;
    owl:annotatedTarget "Any triple helical collagen trimer that forms fibrils." .

[]
    oboInOwl:hasDbXref "ISBN:0721639976" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005585 ;
    owl:annotatedTarget "A collagen homotrimer of alpha1(II) chains; type II collagen triple helices associate to form fibrils." .

[]
    oboInOwl:hasDbXref "PMID:19693541", "PMID:21421911" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005587 ;
    owl:annotatedTarget "A collagen heterotrimer containing type IV alpha chains; [alpha1(IV)]2alpha2(IV) trimers are commonly observed, although more type IV alpha chains exist and may be present in type IV trimers; type IV collagen triple helices associate to form 3 dimensional nets within basement membranes." .

[]
    oboInOwl:hasDbXref "PMID:22505934", "PMID:33605520", "PMID:39223427" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005604 ;
    owl:annotatedTarget "A collagen-containing extracellular matrix consisting of a thin layer of dense material found in various animal tissues interposed between the cells and the adjacent connective tissue. It consists of the basal lamina plus an associated layer of reticulin fibers." .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005615 ;
    owl:annotatedTarget "That part of a multicellular organism outside the cells proper, usually taken to be outside the plasma membranes, and occupied by fluid." .

[]
    oboInOwl:hasDbXref "MolBase" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "[S(OH)2O2]" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005622 ;
    owl:annotatedTarget "A component of a cell contained within (but not including) the plasma membrane. In eukaryotes it includes the nucleus and cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0005622 ;
    owl:annotatedTarget "nucleocytoplasm" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0005622 ;
    owl:annotatedTarget "protoplast" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    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 "GOC:al", "GOC:mah", "GOC:vw", "PMID:15030757" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005634 ;
    owl:annotatedTarget "horsetail nucleus" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "[SO2(OH)2]" .

[]
    oboInOwl:hasDbXref "ISBN:0198547684", "PMID:16164970" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005635 ;
    owl:annotatedTarget "The double lipid bilayer that encloses the nucleus, separating its contents from the cytoplasm. It consists of an inner and outer nuclear membrane, with an intermembrane space (20-40 nm wide, also called the perinuclear space) between them. The envelope is supported by the nuclear lamina and contains nuclear pore complexes, which regulate molecular transport." .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005640 ;
    owl:annotatedTarget "The outer, i.e. cytoplasm-facing, lipid bilayer of the nuclear envelope; continuous with the endoplasmic reticulum of the cell and sometimes studded with ribosomes." .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005694 ;
    owl:annotatedTarget "A structure composed of a very long molecule of DNA and associated proteins (e.g. histones) that carries hereditary information." .

[]
    oboInOwl:hasDbXref "MolBase" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_26836 ;
    owl:annotatedTarget "sulphuric acid" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005730 ;
    owl:annotatedTarget "A small, dense body one or more of which are present in the nucleus of eukaryotic cells. It is rich in RNA and protein, is not bounded by a limiting membrane, and is not seen during mitosis. Its prime function is the transcription of the nucleolar DNA into 45S ribosomal-precursor RNA, the processing of this RNA into 5.8S, 18S, and 28S components of ribosomal RNA, and the association of these components with 5S RNA and proteins synthesized outside the nucleolus. This association results in the formation of ribonucleoprotein precursors; these pass into the cytoplasm and mature into the 40S and 60S subunits of the ribosome." .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005737 ;
    owl:annotatedTarget "The contents of a cell excluding the plasma membrane and nucleus, but including other subcellular structures." .

[]
    oboInOwl:hasDbXref "GOC:mtg_sensu", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005773 ;
    owl:annotatedTarget "A closed structure, found only in eukaryotic cells, that is completely surrounded by unit membrane and contains liquid material. Cells contain one or several vacuoles, that may have different functions from each other. Vacuoles have a diverse array of functions. They can act as a storage organelle for nutrients or waste products, as a degradative compartment, as a cost-effective way of increasing cell size, and as a homeostatic regulator controlling both turgor pressure and pH of the cytosol." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27027 ;
    owl:annotatedTarget "micronutrients" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005774 ;
    owl:annotatedTarget "The lipid bilayer surrounding the vacuole and separating its contents from the cytoplasm of the cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27027 ;
    owl:annotatedTarget "trace elements" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005775 ;
    owl:annotatedTarget "The volume enclosed within the vacuolar membrane." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005794 ;
    owl:annotatedTarget "A membrane-bound cytoplasmic organelle of the endomembrane system that further processes the core oligosaccharides (e.g. N-glycans) added to proteins in the endoplasmic reticulum and packages them into membrane-bound vesicles. The Golgi apparatus operates at the intersection of the secretory, lysosomal, and endocytic pathways." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005798 ;
    owl:annotatedTarget "Any vesicle associated with the Golgi complex and involved in mediating transport within the Golgi or between the Golgi and other parts of the cell." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao138219748" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0005798 ;
    owl:annotatedTarget "vesicular component" .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005814 ;
    owl:annotatedTarget "A cellular organelle, found close to the nucleus in many eukaryotic cells, consisting of a small cylinder with microtubular walls, 300-500 nm long and 150-250 nm in diameter. It contains nine short, parallel, peripheral microtubular fibrils, each fibril consisting of one complete microtubule fused to two incomplete microtubules. Cells usually have two centrioles, lying at right angles to each other. At division, each pair of centrioles generates another pair and the twin pairs form the pole of the mitotic spindle." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27171 ;
    owl:annotatedTarget "heterobicyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:cilia" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005814 ;
    owl:annotatedTarget "daughter centriole" .

[]
    oboInOwl:hasDbXref "GOC:cilia" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005814 ;
    owl:annotatedTarget "mother centriole" .

[]
    oboInOwl:hasDbXref "GOC:vw", "ISBN:0815316194", "PMID:17072892", "PMID:17245416", "Wikipedia:Microtubule_organizing_center" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005815 ;
    owl:annotatedTarget "An intracellular structure that can catalyze gamma-tubulin-dependent microtubule nucleation and that can anchor microtubules by interacting with their minus ends, plus ends or sides." .

[]
    oboInOwl:hasDbXref "GOC:hjd", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005829 ;
    owl:annotatedTarget "The part of the cytoplasm that does not contain organelles but which does contain other particulate matter, such as protein complexes." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27171 ;
    owl:annotatedTarget "organic heterobicyclic compounds" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005840 ;
    owl:annotatedTarget "An intracellular organelle, about 200 A in diameter, consisting of RNA and protein. It is the site of protein biosynthesis resulting from translation of messenger RNA (mRNA). It consists of two subunits, one large and one small, each containing only protein and RNA. Both the ribosome and its subunits are characterized by their sedimentation coefficients, expressed in Svedberg units (symbol: S). Hence, the prokaryotic ribosome (70S) comprises a large (50S) subunit and a small (30S) subunit, while the eukaryotic ribosome (80S) comprises a large (60S) subunit and a small (40S) subunit. Two sites on the ribosomal large subunit are involved in translation, namely the aminoacyl site (A site) and peptidyl site (P site). Ribosomes from prokaryotes, eukaryotes, mitochondria, and chloroplasts have characteristically distinct ribosomal proteins." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1139385046" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005840 ;
    owl:annotatedTarget "free ribosome" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1291545653" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005840 ;
    owl:annotatedTarget "membrane bound ribosome" .

[]
    oboInOwl:hasDbXref "GOC:mah", "PMID:16959967", "PMID:27419875" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005856 ;
    owl:annotatedTarget "A cellular structure that forms the internal framework of eukaryotic and prokaryotic cells. The cytoskeleton includes intermediate filaments, microfilaments, microtubules, the microtrabecular lattice, and other structures characterized by a polymeric filamentous nature and long-range order within the cell. The various elements of the cytoskeleton not only serve in the maintenance of cellular shape but also have roles in other cellular functions, including cellular movement, cell division, endocytosis, and movement of organelles." .

[]
    oboInOwl:hasDbXref "ISBN:0879693568" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005874 ;
    owl:annotatedTarget "Any of the long, generally straight, hollow tubes of internal diameter 12-15 nm and external diameter 24 nm found in a wide variety of eukaryotic cells; each consists (usually) of 13 protofilaments of polymeric tubulin, staggered in such a manner that the tubulin monomers are arranged in a helical pattern on the microtubular surface, and with the alpha/beta axes of the tubulin subunits parallel to the long axis of the tubule; exist in equilibrium with pool of tubulin monomers and can be rapidly assembled or disassembled in response to physiological stimuli; concerned with force generation, e.g. in the spindle." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao248349196" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005874 ;
    owl:annotatedTarget "neurotubule" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27207 ;
    owl:annotatedTarget "univalent acyl group" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005879 ;
    owl:annotatedTarget "A microtubule in the axoneme of a eukaryotic cilium or flagellum; an axoneme contains nine modified doublet microtubules, which may or may not surround a pair of single microtubules." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27207 ;
    owl:annotatedTarget "univalent carboacyl groups" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005880 ;
    owl:annotatedTarget "Any microtubule in the nucleus of a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005881 ;
    owl:annotatedTarget "Any microtubule in the cytoplasm of a cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27207 ;
    owl:annotatedTarget "univalent carboxylic acyl groups" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0198506732", "PMID:10666339" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005884 ;
    owl:annotatedTarget "A filamentous structure formed of a two-stranded helical polymer of the protein actin and associated proteins. Actin filaments are a major component of the contractile apparatus of skeletal muscle and the microfilaments of the cytoskeleton of eukaryotic cells. The filaments, comprising polymerized globular actin molecules, appear as flexible structures with a diameter of 5-9 nm. They are organized into a variety of linear bundles, two-dimensional networks, and three dimensional gels. In the cytoskeleton they are most highly concentrated in the cortex of the cell just beneath the plasma membrane." .

[]
    oboInOwl:hasDbXref "ISBN:0716731363" ;
    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 "NIF_Subcellular:sao6433132645" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0005886 ;
    owl:annotatedTarget "cellular membrane" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005886 ;
    owl:annotatedTarget "plasma membrane lipid bilayer" .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "GOC:dgh", "GOC:hb", "GOC:mah", "PMID:21422226", "PMID:28096264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005911 ;
    owl:annotatedTarget "A cell junction that forms a connection between two or more cells of an organism; excludes direct cytoplasmic intercellular bridges, such as ring canals in insects." .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao1395777368" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0005911 ;
    owl:annotatedTarget "intercellular junction" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27369 ;
    owl:annotatedTarget "compose zwitterionique" .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:curators", "GOC:kmv", "GOC:vw", "ISBN:0198547684", "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 "GOC:bf", "GOC:cilia", "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005930 ;
    owl:annotatedTarget "The bundle of microtubules and associated proteins that forms the core of cilia (also called flagella) in eukaryotic cells and is responsible for their movements." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27369 ;
    owl:annotatedTarget "compuestos zwitterionicos" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005938 ;
    owl:annotatedTarget "The region of a cell that lies just beneath the plasma membrane and often, but not always, contains a network of actin filaments and associated proteins." .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005975 ;
    owl:annotatedTarget "The chemical reactions and pathways involving carbohydrates, any of a group of organic compounds based of the general formula Cx(H2O)y." .

[]
    a owl:Axiom ;
    rdfs:label "Metabolism of carbohydrates" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0005975 ;
    owl:annotatedTarget "Reactome:R-HSA-71387" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27369 ;
    owl:annotatedTarget "zwitteriones" .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005976 ;
    owl:annotatedTarget "The chemical reactions and pathways involving a polysaccharide, a polymer of many (typically more than 10) monosaccharide residues linked glycosidically." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27369 ;
    owl:annotatedTarget "zwitterionic compounds" .

[]
    oboInOwl:hasDbXref "GOC:ai", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006022 ;
    owl:annotatedTarget "The chemical reactions and pathways involving aminoglycans, any polymer containing amino groups that consists of more than about 10 monosaccharide residues joined to each other by glycosidic linkages." .

[]
    oboInOwl:hasDbXref "GOC:ai", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006023 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of aminoglycans, any polymer containing amino groups that consists of more than about 10 monosaccharide residues joined to each other by glycosidic linkages." .

[]
    oboInOwl:hasDbXref "PMID:38500384" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006024 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of glycosaminoglycans, any one of a group of linear polysaccharides composed of repeating disaccharide units." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006082 ;
    owl:annotatedTarget "The chemical reactions and pathways involving organic acids, any acidic compound containing carbon in covalent linkage." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "6C" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006083 ;
    owl:annotatedTarget "The chemical reactions and pathways involving acetate, the anion of acetic acid." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "C" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006109 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving carbohydrates." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006139 ;
    owl:annotatedTarget "Any cellular metabolic process involving nucleobases, nucleosides, nucleotides and nucleic acids." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0006139 ;
    owl:annotatedTarget "nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "C" .

[]
    oboInOwl:hasDbXref "PMID:20404130" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006325 ;
    owl:annotatedTarget "The assembly or remodeling of chromatin composed of DNA complexed with histones, other associated proteins, and sometimes RNA." .

[]
    a owl:Axiom ;
    rdfs:label "Chromatin organization" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006325 ;
    owl:annotatedTarget "Reactome:R-HSA-4839726" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006325 ;
    owl:annotatedTarget "chromatin organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006325 ;
    owl:annotatedTarget "establishment of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006325 ;
    owl:annotatedTarget "establishment or maintenance of chromatin architecture" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006403 ;
    owl:annotatedTarget "A process in which RNA is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006403 ;
    owl:annotatedTarget "RNA localisation" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "Carbon" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "Kohlenstoff" .

[]
    oboInOwl:hasDbXref "GOC:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006404 ;
    owl:annotatedTarget "The import of RNA from the cytoplasm to the nucleus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "carbon" .

[]
    oboInOwl:hasDbXref "GOC:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006405 ;
    owl:annotatedTarget "The directed movement of RNA from the nucleus to the cytoplasm." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "carbone" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006412 ;
    owl:annotatedTarget "The cellular metabolic process in which a protein is formed, using the sequence of a mature mRNA or circRNA molecule to specify the sequence of amino acids in a polypeptide chain. Translation is mediated by the ribosome, and begins with the formation of a ternary complex between aminoacylated initiator methionine tRNA, GTP, and initiation factor 2, which subsequently associates with the small subunit of the ribosome and an mRNA or circRNA. Translation ends with the release of a polypeptide chain from the ribosome." .

[]
    a owl:Axiom ;
    rdfs:label "Translation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006412 ;
    owl:annotatedTarget "Reactome:R-HSA-72766" .

[]
    oboInOwl:hasDbXref "ISBN:019879276X" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006413 ;
    owl:annotatedTarget "The process preceding formation of the peptide bond between the first two amino acids of a protein. This includes the formation of a complex of the ribosome, mRNA or circRNA, and an initiation complex that contains the first aminoacyl-tRNA." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "carbonium" .

[]
    a owl:Axiom ;
    rdfs:label "Eukaryotic Translation Initiation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006413 ;
    owl:annotatedTarget "Reactome:R-HSA-72613" .

[]
    oboInOwl:hasDbXref "GOC:ems" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006414 ;
    owl:annotatedTarget "The successive addition of amino acid residues to a nascent polypeptide chain during protein biosynthesis." .

[]
    a owl:Axiom ;
    rdfs:label "Eukaryotic Translation Elongation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006414 ;
    owl:annotatedTarget "Reactome:R-HSA-156842" .

[]
    oboInOwl:hasDbXref "GOC:hjd", "ISBN:019879276X" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006415 ;
    owl:annotatedTarget "The process resulting in the release of a polypeptide chain from the ribosome, usually in response to a termination codon (UAA, UAG, or UGA in the universal genetic code)." .

[]
    a owl:Axiom ;
    rdfs:label "Eukaryotic Translation Termination" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006415 ;
    owl:annotatedTarget "Reactome:R-HSA-72764" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_27594 ;
    owl:annotatedTarget "carbono" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006417 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA or circRNA." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006446 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of translational initiation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006448 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate, extent or accuracy of translational elongation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006449 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of translational termination." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006518 ;
    owl:annotatedTarget "The chemical reactions and pathways involving peptides, compounds of two or more amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another." .

[]
    a owl:Axiom ;
    rdfs:label "Peptide hormone metabolism" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006518 ;
    owl:annotatedTarget "Reactome:R-HSA-2980736" .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_28616 ;
    owl:annotatedTarget "CARBAMIC ACID" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006520 ;
    owl:annotatedTarget "The chemical reactions and pathways involving amino acids, carboxylic acids containing one or more amino groups." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_28616 ;
    owl:annotatedTarget "Carbamic acid" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006521 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving amino acids." .

[]
    a owl:Axiom ;
    rdfs:label "Regulation of ornithine decarboxylase (ODC)" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006521 ;
    owl:annotatedTarget "Reactome:R-HSA-350562" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0395825172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006576 ;
    owl:annotatedTarget "The chemical reactions and pathways occurring at the level of individual cells involving any of a group of naturally occurring, biologically active amines, such as norepinephrine, histamine, and serotonin, many of which act as neurotransmitters." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006584 ;
    owl:annotatedTarget "The chemical reactions and pathways involving any of a group of physiologically important biogenic amines that possess a catechol (3,4-dihydroxyphenyl) nucleus and are derivatives of 3,4-dihydroxyphenylethylamine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28616 ;
    owl:annotatedTarget "Aminoameisensaeure" .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006586 ;
    owl:annotatedTarget "The chemical reactions and pathways involving indolalkylamines, indole or indole derivatives containing a primary, secondary, or tertiary amine group." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28616 ;
    owl:annotatedTarget "Aminoformic acid" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006606 ;
    owl:annotatedTarget "The directed movement of a protein from the cytoplasm to the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006606 ;
    owl:annotatedTarget "establishment of protein localization to nucleus" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28616 ;
    owl:annotatedTarget "Carbamate" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006611 ;
    owl:annotatedTarget "The directed movement of a protein from the nucleus into the cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:al" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0006611 ;
    owl:annotatedTarget "copper-induced protein export from nucleus" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28616 ;
    owl:annotatedTarget "Carbamidsaeure" .

[]
    oboInOwl:hasDbXref "GOC:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006629 ;
    owl:annotatedTarget "The chemical reactions and pathways involving lipids, compounds soluble in an organic solvent but not, or sparingly, in an aqueous solvent. Includes fatty acids; neutral fats, other fatty-acid esters, and soaps; long-chain (fatty) alcohols and waxes; sphingoids and other long-chain bases; glycolipids, phospholipids and sphingolipids; and carotenes, polyprenols, sterols, terpenes and other isoprenoids." .

[]
    a owl:Axiom ;
    rdfs:label "Metabolism of lipids" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006629 ;
    owl:annotatedTarget "Reactome:R-HSA-556833" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006643 ;
    owl:annotatedTarget "The chemical reactions and pathways involving membrane lipids, any lipid found in or associated with a biological membrane." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006694 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus; includes de novo formation and steroid interconversion by modification." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006790 ;
    owl:annotatedTarget "The chemical reactions and pathways involving the nonmetallic element sulfur or compounds that contain sulfur, such as the amino acids methionine and cysteine or the tripeptide glutathione." .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006810 ;
    owl:annotatedTarget "The directed movement of substances (such as macromolecules, small molecules, ions) or cellular components (such as complexes and organelles) into, out of or within a cell, or between cells, or within a multicellular organism by means of some agent such as a transporter or a transporter complex, a pore or a motor protein." .

[]
    a owl:Axiom ;
    rdfs:label "Transport of small molecules" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006810 ;
    owl:annotatedTarget "Reactome:R-HSA-382551" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006811 ;
    owl:annotatedTarget "The directed movement of a monoatomic ion into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Monatomic ions (also called simple ions) are ions consisting of exactly one atom." .

[]
    a owl:Axiom ;
    rdfs:label "Transport of inorganic cations/anions and amino acids/oligopeptides" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006811 ;
    owl:annotatedTarget "Reactome:R-HSA-425393" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006836 ;
    owl:annotatedTarget "The directed movement of a neurotransmitter into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Neurotransmitters are any chemical substance that is capable of transmitting (or inhibiting the transmission of) a nerve impulse from a neuron to another cell." .

[]
    a owl:Axiom ;
    rdfs:label "Serotonin Neurotransmitter Release Cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006836 ;
    owl:annotatedTarget "Reactome:R-HSA-181429" .

[]
    a owl:Axiom ;
    rdfs:label "Norepinephrine Neurotransmitter Release Cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006836 ;
    owl:annotatedTarget "Reactome:R-HSA-181430" .

[]
    a owl:Axiom ;
    rdfs:label "Glutamate Neurotransmitter Release Cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006836 ;
    owl:annotatedTarget "Reactome:R-HSA-210500" .

[]
    a owl:Axiom ;
    rdfs:label "Dopamine Neurotransmitter Release Cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006836 ;
    owl:annotatedTarget "Reactome:R-HSA-212676" .

[]
    a owl:Axiom ;
    rdfs:label "Acetylcholine Neurotransmitter Release Cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006836 ;
    owl:annotatedTarget "Reactome:R-HSA-264642" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006837 ;
    owl:annotatedTarget "The directed movement of serotonin into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Serotonin (5-hydroxytryptamine) is a monoamine neurotransmitter occurring in the peripheral and central nervous systems." .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006846 ;
    owl:annotatedTarget "The directed movement of acetate into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "SEROTONIN" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006847 ;
    owl:annotatedTarget "The directed movement of acetate across a plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006858 ;
    owl:annotatedTarget "The transport of substances that occurs outside cells." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "Serotonin" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006860 ;
    owl:annotatedTarget "The directed extracellular movement of amino acids." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006865 ;
    owl:annotatedTarget "The directed movement of amino acids, organic acids containing one or more amino substituents, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "3-(2-Aminoethyl)-1H-indol-5-ol" .

[]
    a owl:Axiom ;
    rdfs:label "Amino acid transport across the plasma membrane" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006865 ;
    owl:annotatedTarget "Reactome:R-HSA-352230" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006869 ;
    owl:annotatedTarget "The directed movement of lipids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Lipids are compounds soluble in an organic solvent but not, or sparingly, in an aqueous solvent." .

[]
    a owl:Axiom ;
    rdfs:label "ABC transporters in lipid homeostasis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006869 ;
    owl:annotatedTarget "Reactome:R-HSA-1369062" .

[]
    oboInOwl:hasDbXref "IUPHAR" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "5-HT" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006886 ;
    owl:annotatedTarget "The directed movement of proteins in a cell, including the movement of proteins between specific compartments or structures within a cell, such as organelles of a eukaryotic cell." .

[]
    oboInOwl:hasDbXref "GOC:al" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0006886 ;
    owl:annotatedTarget "copper-induced intracellular protein transport" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "5-Hydroxytryptamine" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0716731363", "PMID:22323285" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006887 ;
    owl:annotatedTarget "A process of secretion by a cell that results in the release of intracellular molecules (e.g. hormones, matrix proteins) contained within a membrane-bounded vesicle. Exocytosis can occur either by full fusion, when the vesicle collapses into the plasma membrane, or by a kiss-and-run mechanism that involves the formation of a transient contact, a pore, between a granule (for example of chromaffin cells) and the plasma membrane. The latter process most of the time leads to only partial secretion of the granule content. Exocytosis begins with steps that prepare vesicles for fusion with the membrane (tethering and docking) and ends when molecules are secreted from the cell." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006892 ;
    owl:annotatedTarget "The directed movement of substances from the Golgi to other parts of the cell, including organelles and the plasma membrane, mediated by small transport vesicles." .

[]
    a owl:Axiom ;
    rdfs:label "trans-Golgi Network Vesicle Budding" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006892 ;
    owl:annotatedTarget "Reactome:R-HSA-199992" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "Enteramine" .

[]
    oboInOwl:hasDbXref "ISBN:0716731363" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006893 ;
    owl:annotatedTarget "The directed movement of substances from the Golgi to the plasma membrane in transport vesicles that move from the trans-Golgi network to the plasma membrane, where they fuse and release their contents by exocytosis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "serotonine" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006896 ;
    owl:annotatedTarget "The directed movement of substances from the Golgi to the vacuole." .

[]
    oboInOwl:hasDbXref "GOC:mah", "PMID:17335816" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006903 ;
    owl:annotatedTarget "The process in which vesicles are directed to specific destination membranes. Targeting involves coordinated interactions among cytoskeletal elements (microtubules or actin filaments), motor proteins, molecules at the vesicle membrane and target membrane surfaces, and vesicle cargo." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "thrombocytin" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006906 ;
    owl:annotatedTarget "Fusion of the membrane of a transport vesicle with its target membrane." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28790 ;
    owl:annotatedTarget "thrombotonin" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006913 ;
    owl:annotatedTarget "The directed movement of molecules between the nucleus and the cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:dhl", "GOC:ecd", "GOC:go_curators", "GOC:mtg_apoptosis", "GOC:tb", "ISBN:0198506732", "PMID:18846107", "PMID:21494263" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006915 ;
    owl:annotatedTarget "A programmed cell death process which begins when a cell receives an internal (e.g. DNA damage) or external signal (e.g. an extracellular death ligand), and proceeds through a series of biochemical events (signaling pathway phase) which trigger an execution phase. The execution phase is the last step of an apoptotic process, and is typically characterized by rounding-up of the cell, retraction of pseudopodes, reduction of cellular volume (pyknosis), chromatin condensation, nuclear fragmentation (karyorrhexis), plasma membrane blebbing and fragmentation of the cell into apoptotic bodies. When the execution phase is completed, the cell has died." .

[]
    a owl:Axiom ;
    rdfs:label "Apoptosis" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006915 ;
    owl:annotatedTarget "Reactome:R-HSA-109581" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006915 ;
    owl:annotatedTarget "apoptotic cell death" .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0006915 ;
    owl:annotatedTarget "apoptotic program" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006921 ;
    owl:annotatedTarget "The breakdown of structures such as organelles, proteins, or other macromolecular structures during apoptosis." .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:mtg_muscle", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006936 ;
    owl:annotatedTarget "A process in which force is generated within muscle tissue, resulting in a change in muscle geometry. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis." .

[]
    a owl:Axiom ;
    rdfs:label "Smooth Muscle Contraction" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006936 ;
    owl:annotatedTarget "Reactome:R-HSA-445355" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006937 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:jl", "GOC:mtg_muscle", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006939 ;
    owl:annotatedTarget "A process in which force is generated within smooth muscle tissue, resulting in a change in muscle geometry. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis. Smooth muscle differs from striated muscle in the much higher actin/myosin ratio, the absence of conspicuous sarcomeres and the ability to contract to a much smaller fraction of its resting length." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006940 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of smooth muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mtg_muscle", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006941 ;
    owl:annotatedTarget "A process in which force is generated within striated muscle tissue, resulting in the shortening of the muscle. Force generation involves a chemo-mechanical energy conversion step that is carried out by the actin/myosin complex activity, which generates force through ATP hydrolysis. Striated muscle is a type of muscle in which the repeating units (sarcomeres) of the contractile myofibrils are arranged in registry throughout the cell, resulting in transverse or oblique striations observable at the level of the light microscope." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006942 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of striated muscle contraction." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006949 ;
    owl:annotatedTarget "The formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane. Syncytia are normally derived from single cells that fuse or fail to complete cell division." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006950 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a disturbance in organismal or cellular homeostasis, usually, but not necessarily, exogenous (e.g. temperature, humidity, ionizing radiation)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "ammonium" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006952 ;
    owl:annotatedTarget "Reactions, triggered in response to the presence of a foreign body or the occurrence of an injury, which result in restriction of damage to the organism attacked or prevention/recovery from the infection caused by the attack." .

[]
    oboInOwl:hasDbXref "GO_REF:0000022", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006954 ;
    owl:annotatedTarget "The immediate defensive reaction (by vertebrate tissue) to infection or injury caused by chemical or physical agents. The process is characterized by local vasodilation, extravasation of plasma into intercellular spaces and accumulation of white blood cells and macrophages." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006996 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of an organelle within a cell. An organelle is an organized structure of distinctive morphology and function. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton. Excludes the plasma membrane." .

[]
    a owl:Axiom ;
    rdfs:label "Organelle biogenesis and maintenance" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0006996 ;
    owl:annotatedTarget "Reactome:R-HSA-1852241" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "Ammonium(1+)" .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006996 ;
    owl:annotatedTarget "single organism organelle organization" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0006996 ;
    owl:annotatedTarget "organelle organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ems", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006997 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nucleus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0006997 ;
    owl:annotatedTarget "nuclear organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0006997 ;
    owl:annotatedTarget "nucleus organization and biogenesis" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "NH4(+)" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ems", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0006998 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nuclear envelope." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0006998 ;
    owl:annotatedTarget "nuclear envelope organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0006998 ;
    owl:annotatedTarget "nuclear envelope organization and biogenesis" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "NH4(+)" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007000 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the nucleolus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007000 ;
    owl:annotatedTarget "nucleolus organization and biogenesis" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "NH4+" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007009 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the plasma membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007009 ;
    owl:annotatedTarget "plasma membrane organization and biogenesis" .

[]
    oboInOwl:hasDbXref "MolBase" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "[NH4](+)" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007010 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007010 ;
    owl:annotatedTarget "cytoskeletal organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007010 ;
    owl:annotatedTarget "cytoskeleton organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007015 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments. Includes processes that control the spatial distribution of actin filaments, such as organizing filaments into meshworks, bundles, or other structures, as by cross-linking." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "ammonium cation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007017 ;
    owl:annotatedTarget "Any cellular process that depends upon or alters the microtubule cytoskeleton, that part of the cytoskeleton comprising microtubules and their associated proteins." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007018 ;
    owl:annotatedTarget "A microtubule-based process that results in the movement of organelles, other microtubules, or other cellular components. Examples include motor-driven movement along microtubules and movement driven by polymerization or depolymerization of microtubules." .

[]
    a owl:Axiom ;
    rdfs:label "Kinesins" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007018 ;
    owl:annotatedTarget "Reactome:R-HSA-983189" .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_28938 ;
    owl:annotatedTarget "ammonium ion" .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007019 ;
    owl:annotatedTarget "The removal of tubulin heterodimers from one or both ends of a microtubule." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0007019 ;
    owl:annotatedTarget "microtubule catastrophe" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0815316194", "PMID:12517712" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007020 ;
    owl:annotatedTarget "The process in which tubulin alpha-beta heterodimers begin aggregation to form an oligomeric tubulin structure (a microtubule seed). Microtubule nucleation is the initiating step in the formation of a microtubule in the absence of any existing microtubules ('de novo' microtubule formation)." .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007026 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of microtubule depolymerization; prevention of depolymerization of a microtubule can result from binding by 'capping' at the plus end (e.g. by interaction with another cellular protein of structure) or by exposing microtubules to a stabilizing drug such as taxol." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0007026 ;
    owl:annotatedTarget "microtubule rescue" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0007026 ;
    owl:annotatedTarget "negative regulation of microtubule catastrophe" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29067 ;
    owl:annotatedTarget "a carboxylate" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007027 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the depolymerization of the specialized microtubules of the axoneme." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007027 ;
    owl:annotatedTarget "negative regulation of microtubule depolymerization in axoneme" .

[]
    oboInOwl:hasDbXref "GOC:curators", "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007028 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the cytoplasm. The cytoplasm is all of the contents of a cell excluding the plasma membrane and nucleus, but including other subcellular structures." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007028 ;
    owl:annotatedTarget "cytoplasm organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29067 ;
    owl:annotatedTarget "carboxylic acid anions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007030 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the Golgi apparatus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007030 ;
    owl:annotatedTarget "Golgi organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29067 ;
    owl:annotatedTarget "carboxylic anions" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007033 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a vacuole." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0007033 ;
    owl:annotatedTarget "vacuolar assembly" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007033 ;
    owl:annotatedTarget "vacuole biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007033 ;
    owl:annotatedTarget "vacuole organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007034 ;
    owl:annotatedTarget "The directed movement of substances into, out of or within a vacuole." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007043 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a junction between cells." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_cell_cycle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007049 ;
    owl:annotatedTarget "The progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events. Canonically, the cell cycle comprises the replication and segregation of genetic material followed by the division of the cell, but in endocycles or syncytial cells nuclear replication or nuclear division may not be followed by cell division." .

[]
    a owl:Axiom ;
    rdfs:label "Cell Cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007049 ;
    owl:annotatedTarget "Reactome:R-HSA-1640170" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah", "GOC:mtg_cell_cycle", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007059 ;
    owl:annotatedTarget "The process in which genetic material, in the form of chromosomes, is organized into specific structures and then physically separated and apportioned to two or more sets. In eukaryotes, chromosome segregation begins with the condensation of chromosomes, includes chromosome separation, and ends when chromosomes have completed movement to the spindle poles." .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007076 ;
    owl:annotatedTarget "The cell cycle process in which chromatin structure is compacted prior to and during mitosis in eukaryotic cells." .

[]
    a owl:Axiom ;
    rdfs:label "Condensation of Prophase Chromosomes" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007076 ;
    owl:annotatedTarget "Reactome:R-HSA-2299718" .

[]
    a owl:Axiom ;
    rdfs:label "Condensation of Prometaphase Chromosomes" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007076 ;
    owl:annotatedTarget "Reactome:R-HSA-2514853" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29337 ;
    owl:annotatedTarget "NH2(-)" .

[]
    oboInOwl:hasDbXref "GOC:bf", "PMID:32848252" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007077 ;
    owl:annotatedTarget "The mitotic cell cycle process in which the controlled partial or complete breakdown of the nuclear membranes during occurs during mitosis." .

[]
    a owl:Axiom ;
    rdfs:label "Nuclear Envelope Breakdown" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007077 ;
    owl:annotatedTarget "Reactome:R-HSA-2980766" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007088 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mitosis." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007097 ;
    owl:annotatedTarget "The directed movement of the nucleus to a specific location within a cell." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007097 ;
    owl:annotatedTarget "establishment of nucleus localisation" .

[]
    oboInOwl:hasDbXref "GOC:curators", "GOC:dos", "GOC:expert_vm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007113 ;
    owl:annotatedTarget "A mitotic cell cycle in which chromosomes are replicated and sister chromatids separate, but spindle formation, nuclear membrane breakdown and nuclear division do not occur, resulting in an increased number of chromosomes in the cell." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29340 ;
    owl:annotatedTarget "NH(2-)" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ems", "GOC:mah", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007143 ;
    owl:annotatedTarget "A cell cycle process by which the cell nucleus divides as part of a meiotic cell cycle in the female germline." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007154 ;
    owl:annotatedTarget "Any process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007163 ;
    owl:annotatedTarget "Any cellular process that results in the specification, formation or maintenance of anisotropic intracellular organization or cell growth patterns." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:vw" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007163 ;
    owl:annotatedTarget "cell polarity" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29340 ;
    owl:annotatedTarget "imide" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_signaling_feb11" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007165 ;
    owl:annotatedTarget "The cellular process in which a signal is conveyed to trigger a change in the activity or state of a cell. Signal transduction begins with reception of a signal (e.g. a ligand binding to a receptor or receptor activation by a stimulus such as light), or for signal transduction in the absence of ligand, signal-withdrawal or the activity of a constitutively active receptor. Signal transduction ends with regulation of a downstream cellular process, e.g. regulation of transcription or regulation of a metabolic process. Signal transduction covers signaling from receptors located on the surface of the cell and signaling via molecules located within the cell. For signaling between cells, signal transduction is restricted to events at and within the receiving cell." .

[]
    a owl:Axiom ;
    rdfs:label "EGFR interacts with phospholipase C-gamma" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007165 ;
    owl:annotatedTarget "Reactome:R-HSA-212718" .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007267 ;
    owl:annotatedTarget "Any process that mediates the transfer of information from one cell to another. This process includes signal transduction in the receiving cell and, where applicable, release of a ligand and any processes that actively facilitate its transport and presentation to the receiving cell. Examples include signaling via soluble ligands, via cell adhesion molecules and via gap junctions." .

[]
    oboInOwl:hasDbXref "GOC:jl", "MeSH:D009435" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "The vesicular release of classical neurotransmitter molecules from a presynapse, across a chemical synapse, the subsequent activation of neurotransmitter receptors at the postsynapse of a target cell (neuron, muscle, or secretory cell) and the effects of this activation on the postsynaptic membrane potential and ionic composition of the postsynaptic cytosol. This process encompasses both spontaneous and evoked release of neurotransmitter and all parts of synaptic vesicle exocytosis. Evoked transmission starts with the arrival of an action potential at the presynapse." .

[]
    a owl:Axiom ;
    rdfs:label "Neuronal System" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-112316" .

[]
    a owl:Axiom ;
    rdfs:label "CREB1 phosphorylation through the activation of Adenylate Cyclase" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-442720" .

[]
    a owl:Axiom ;
    rdfs:label "CREB1 phosphorylation through the activation of CaMKII/CaMKK/CaMKIV cascasde" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-442729" .

[]
    a owl:Axiom ;
    rdfs:label "CREB1 phosphorylation through NMDA receptor-mediated activation of RAS signaling" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-442742" .

[]
    a owl:Axiom ;
    rdfs:label "Activation of Na-permeable kainate receptors" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-451307" .

[]
    a owl:Axiom ;
    rdfs:label "Activation of Ca-permeable Kainate Receptor" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-451308" .

[]
    a owl:Axiom ;
    rdfs:label "Activation of RAC1 downstream of NMDARs" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-9619229" .

[]
    a owl:Axiom ;
    rdfs:label "Activation of AMPK downstream of NMDARs" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-9619483" .

[]
    a owl:Axiom ;
    rdfs:label "Long-term potentiation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "Reactome:R-HSA-9620244" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007268 ;
    owl:annotatedTarget "neurotransmission" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29793 ;
    owl:annotatedTarget "HO2(+)" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007269 ;
    owl:annotatedTarget "The regulated release of neurotransmitter from the presynapse into the synaptic cleft via calcium-regulated exocytosis during synaptic transmission." .

[]
    a owl:Axiom ;
    rdfs:label "Neurotransmitter release cycle" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007269 ;
    owl:annotatedTarget "Reactome:R-HSA-112310" .

[]
    oboInOwl:hasDbXref "GOC:dos", "Wikipedia:Cholinergic" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007271 ;
    owl:annotatedTarget "The vesicular release of acetylcholine from a presynapse, across a chemical synapse, the subsequent activation of dopamine receptors at the postsynapse of a target cell (neuron, muscle, or secretory cell) and the effects of this activation on the postsynaptic membrane potential and ionic composition of the postsynaptic cytosol. This process encompasses both spontaneous and evoked release of neurotransmitter and all parts of synaptic vesicle exocytosis. Evoked transmission starts with the arrival of an action potential at the presynapse." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29793 ;
    owl:annotatedTarget "HOO(+)" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007272 ;
    owl:annotatedTarget "The process in which glial cells envelop neuronal cell bodies and/or axons to form an insulating layer. This can take the form of myelinating or non-myelinating ensheathment." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ems", "GOC:isa_complete", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007275 ;
    owl:annotatedTarget "The biological process whose specific outcome is the progression of a multicellular organism over time from an initial condition (e.g. a zygote or a young adult) to a later condition (e.g. a multicellular animal or an aged adult)." .

[]
    oboInOwl:hasDbXref "GOC:ems", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007276 ;
    owl:annotatedTarget "The generation and maintenance of gametes in a multicellular organism. A gamete is a haploid reproductive cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_29793 ;
    owl:annotatedTarget "[HO2](+)" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007281 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an immature germ cell over time, from its formation to the mature structure (gamete). A germ cell is any reproductive cell in a multicellular organism." .

[]
    a owl:Axiom ;
    rdfs:label "Specification of primordial germ cells" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007281 ;
    owl:annotatedTarget "Reactome:R-HSA-9827857" .

[]
    oboInOwl:hasDbXref "GOC:dph", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007292 ;
    owl:annotatedTarget "Generation of the female gamete; specialised haploid cells produced by meiosis and along with a male gamete takes part in sexual reproduction." .

[]
    oboInOwl:hasDbXref "GOC:mtg_sensu", "ISBN:0879694238" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007293 ;
    owl:annotatedTarget "Construction of a stage-1 egg chamber in the anterior part of the germarium, from the progeny of germ-line and somatic stem cells. An example of this is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:ems", "GOC:mtg_sensu", "GOC:tb", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007308 ;
    owl:annotatedTarget "The synthesis, deposition, and organization of the materials in a cell of an ovary; where the cell can then undergo meiosis and form an ovum. An example of this is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0007308 ;
    owl:annotatedTarget "oocyte arrangement" .

[]
    oboInOwl:hasDbXref "GOC:ems", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007338 ;
    owl:annotatedTarget "The union of male and female gametes to form a zygote." .

[]
    a owl:Axiom ;
    rdfs:label "Fertilization" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007338 ;
    owl:annotatedTarget "Reactome:R-HSA-1187000" .

[]
    oboInOwl:hasDbXref "GOC:bf", "PMID:9630751" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007343 ;
    owl:annotatedTarget "The process in which the egg becomes metabolically active, initiates protein and DNA synthesis and undergoes structural changes to its cortex and/or cytoplasm." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007346 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of progress through the mitotic cell cycle." .

[]
    a owl:Axiom ;
    rdfs:label "MASTL Facilitates Mitotic Progression" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007346 ;
    owl:annotatedTarget "Reactome:R-HSA-2465910" .

[]
    a owl:Axiom ;
    rdfs:label "G2 Phase" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007346 ;
    owl:annotatedTarget "Reactome:R-HSA-68911" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0007346 ;
    owl:annotatedTarget "regulation of progression through mitotic cell cycle" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "acetate" .

[]
    oboInOwl:hasDbXref "ISBN:0879694238", "http://fly.ebi.ac.uk/allied-data/lk/interactive-fly/aimain/1aahome.htm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007350 ;
    owl:annotatedTarget "The hierarchical steps resulting in the progressive subdivision of the anterior/posterior axis of the embryo." .

[]
    oboInOwl:hasDbXref "GOC:curators", "ISBN:9780878933846" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007369 ;
    owl:annotatedTarget "A complex and coordinated series of cellular movements that occurs at the end of cleavage during embryonic development of most animals. The details of gastrulation vary from species to species, but usually result in the formation of the three primary germ layers, ectoderm, mesoderm and endoderm." .

[]
    a owl:Axiom ;
    rdfs:label "Gastrulation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007369 ;
    owl:annotatedTarget "Reactome:R-HSA-9758941" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:isa_complete", "ISBN:0521436125" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007389 ;
    owl:annotatedTarget "Any developmental process that results in the creation of defined areas or spaces within an organism to which cells respond and eventually are instructed to differentiate." .

[]
    oboInOwl:hasDbXref "PDBeChem" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "ACETATE ION" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007398 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the ectoderm over time, from its formation to the mature structure. In animal embryos, the ectoderm is the outer germ layer of the embryo, formed during gastrulation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "Azetat" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007399 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of nervous tissue over time, from its formation to its mature state." .

[]
    a owl:Axiom ;
    rdfs:label "Nervous system development" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007399 ;
    owl:annotatedTarget "Reactome:R-HSA-9675108" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "CH3-COO(-)" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:mtg_sensu", "GOC:sart" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007405 ;
    owl:annotatedTarget "The expansion of a neuroblast population by cell division. A neuroblast is any cell that will divide and give rise to a neuron." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007406 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the proliferation of neuroblasts." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "Ethanoat" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007407 ;
    owl:annotatedTarget "A change in the morphology or behavior of a neuroblast resulting from exposure to an activating factor such as a cellular or soluble ligand." .

[]
    oboInOwl:hasDbXref "NIST_Chemistry_WebBook" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "MeCO2 anion" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:pg", "GOC:pr", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007409 ;
    owl:annotatedTarget "De novo generation of a long process of a neuron, including the terminal branched region. Refers to the morphogenesis or creation of shape or form of the developing axon, which carries efferent (outgoing) action potentials from the cell body towards target cells." .

[]
    oboInOwl:hasDbXref "GOC:bf", "PMID:23517308" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0007409 ;
    owl:annotatedTarget "axon morphogenesis" .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "acetic acid, ion(1-)" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007416 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a set of components to form a synapse. This process ends when the synapse is mature (functional)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0007416 ;
    owl:annotatedTarget "synapse biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0007416 ;
    owl:annotatedTarget "synaptogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30089 ;
    owl:annotatedTarget "ethanoate" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:jid", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007417 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the central nervous system over time, from its formation to the mature structure. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain and spinal cord. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30212 ;
    owl:annotatedTarget "Lichtquant" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb", "UBERON:0000955" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007420 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the brain over time, from its formation to the mature structure. Brain development begins with patterning events in the neural tube and ends with the mature structure that is the center of thought and emotion. The brain is responsible for the coordination and control of bodily activities and the interpretation of information from the senses (sight, hearing, smell, etc.)." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30212 ;
    owl:annotatedTarget "Light" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "UBERON:0000010" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007422 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the peripheral nervous system over time, from its formation to the mature structure. The peripheral nervous system is one of the two major divisions of the nervous system. Nerves in the PNS connect the central nervous system (CNS) with sensory organs, other organs, muscles, blood vessels and glands." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007423 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of sensory organs over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0007423 ;
    owl:annotatedTarget "sense organ development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30212 ;
    owl:annotatedTarget "foton" .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007439 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the ectodermal digestive tract over time, from its formation to the mature structure. The ectodermal digestive tract includes those portions that are derived from ectoderm." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007439 ;
    owl:annotatedTarget "ectodermal gut development" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30212 ;
    owl:annotatedTarget "gamma" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007440 ;
    owl:annotatedTarget "The process in which the anatomical structures of the foregut are generated and organized." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30212 ;
    owl:annotatedTarget "hnu" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007492 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the endoderm over time, from its formation to the mature structure. The endoderm is the innermost germ layer that develops into the gastrointestinal tract, the lungs and associated tissues." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007498 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the mesoderm over time, from its formation to the mature structure. The mesoderm is the middle germ layer that develops into muscle, bone, cartilage, blood and connective tissue." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30212 ;
    owl:annotatedTarget "hnu" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007506 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the gonadal mesoderm over time, from its formation to the mature structure. The gonadal mesoderm is the middle layer of the three primary germ layers of the embryo which will go on to form the gonads of the organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_30212 ;
    owl:annotatedTarget "light quantum" .

[]
    oboInOwl:hasDbXref "GOC:jid", "UBERON:0000948" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007507 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the heart over time, from its formation to the mature structure. The heart is a hollow, muscular organ, which, by contracting rhythmically, keeps up the circulation of the blood." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_32952 ;
    owl:annotatedTarget "Amine" .

[]
    oboInOwl:hasDbXref "GOC:jid", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007517 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the muscle over time, from its formation to the mature structure. The muscle is an organ consisting of a tissue made up of various elongated cells that are specialized to contract and thus to produce movement and mechanical work." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007519 ;
    owl:annotatedTarget "The developmental sequence of events leading to the formation of adult skeletal muscle tissue. The main events are: the fusion of myoblasts to form myotubes that increase in size by further fusion to them of myoblasts, the formation of myofibrils within their cytoplasm and the establishment of functional neuromuscular junctions with motor neurons. At this stage they can be regarded as mature muscle fibers." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_32952 ;
    owl:annotatedTarget "Amin" .

[]
    oboInOwl:hasDbXref "GOC:mtg_OBO2OWL_2013" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007528 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a neuromuscular junction." .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007528 ;
    owl:annotatedTarget "NMJ stability" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0007528 ;
    owl:annotatedTarget "neuromuscular junction stability" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007548 ;
    owl:annotatedTarget "The establishment of the sex of an organism by physical differentiation." .

[]
    oboInOwl:hasDbXref "ISBN:0192800825" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007565 ;
    owl:annotatedTarget "The set of physiological processes that allow an embryo or foetus to develop within the body of a female animal. It covers the time from fertilization of a female ovum by a male spermatozoon until birth." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_32952 ;
    owl:annotatedTarget "Substituted amine" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "PMID:10882512" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007566 ;
    owl:annotatedTarget "Attachment of the blastocyst to the uterine lining." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007585 ;
    owl:annotatedTarget "The process of gaseous exchange between an organism and its environment. In plants, microorganisms, and many small animals, air or water makes direct contact with the organism's cells or tissue fluids, and the processes of diffusion supply the organism with dioxygen (O2) and remove carbon dioxide (CO2). In larger animals the efficiency of gaseous exchange is improved by specialized respiratory organs, such as lungs and gills, which are ventilated by breathing mechanisms." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007586 ;
    owl:annotatedTarget "The whole of the physical, chemical, and biochemical processes carried out by multicellular organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." .

[]
    a owl:Axiom ;
    rdfs:label "Digestion" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007586 ;
    owl:annotatedTarget "Reactome:R-HSA-8935690" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007600 ;
    owl:annotatedTarget "The series of events required for an organism to receive a sensory stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." .

[]
    a owl:Axiom ;
    rdfs:label "Sensory Perception" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007600 ;
    owl:annotatedTarget "Reactome:R-HSA-9709957" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007601 ;
    owl:annotatedTarget "The series of events required for an organism to receive a visual stimulus, convert it to a molecular signal, and recognize and characterize the signal. Visual stimuli are detected in the form of photons and are processed to form an image." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_32988 ;
    owl:annotatedTarget "Amide" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007605 ;
    owl:annotatedTarget "The series of events required for an organism to receive an auditory stimulus, convert it to a molecular signal, and recognize and characterize the signal. Sonic stimuli are detected in the form of vibrations and are processed to form a sound." .

[]
    a owl:Axiom ;
    rdfs:label "Sensory processing of sound" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0007605 ;
    owl:annotatedTarget "Reactome:R-HSA-9659379" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007606 ;
    owl:annotatedTarget "The series of events required for an organism to receive a sensory chemical stimulus, convert it to a molecular signal, and recognize and characterize the signal. This is a neurological process." .

[]
    oboInOwl:hasDbXref "GOC:ems", "GOC:jl", "ISBN:0395448956", "PMID:20160973" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007610 ;
    owl:annotatedTarget "The internally coordinated responses (actions or inactions) of animals (individuals or groups) to internal or external stimuli, via a mechanism that involves nervous system activity." .

[]
    oboInOwl:hasDbXref "GOC:jid", "PMID:8938125" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007611 ;
    owl:annotatedTarget "The acquisition and processing of information and/or the storage and retrieval of this information over time." .

[]
    oboInOwl:hasDbXref "GOC:curators", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0007613 ;
    owl:annotatedTarget "The activities involved in the mental information processing system that receives (registers), modifies, stores, and retrieves informational stimuli. The main stages involved in the formation and retrieval of memory are encoding (processing of received information by acquisition), storage (building a permanent record of received information as a result of consolidation) and retrieval (calling back the stored information and use it in a suitable way to execute a given task)." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart", "ISBN:0192800825" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008015 ;
    owl:annotatedTarget "The flow of blood through the body of an animal, enabling the transport of nutrients to the tissues and the removal of waste products." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33233 ;
    owl:annotatedTarget "elementary particles" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008016 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of heart contraction. Heart contraction is the process in which the heart decreases in volume in a characteristic way to propel blood through the body." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33238 ;
    owl:annotatedTarget "atomic entity" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:mah", "GOC:sat", "GOC:tb", "PMID:25119047" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008078 ;
    owl:annotatedTarget "The orderly movement of mesodermal cells from one site to another." .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008088 ;
    owl:annotatedTarget "The directed movement of organelles or molecules along microtubules in neuron projections." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33238 ;
    owl:annotatedTarget "monoatomic entities" .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008089 ;
    owl:annotatedTarget "The directed movement of organelles or molecules along microtubules from the cell body toward the cell periphery in nerve cell axons." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33241 ;
    owl:annotatedTarget "oxoacid derivatives" .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008090 ;
    owl:annotatedTarget "The directed movement of organelles or molecules along microtubules from the cell periphery toward the cell body in nerve cell axons." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008104 ;
    owl:annotatedTarget "Any process in which a protein is transported to, or maintained in, a specific location." .

[]
    a owl:Axiom ;
    rdfs:label "Protein localization" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0008104 ;
    owl:annotatedTarget "Reactome:R-HSA-9609507" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0008104 ;
    owl:annotatedTarget "cellular protein localisation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33242 ;
    owl:annotatedTarget "inorganic hydrides" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0008104 ;
    owl:annotatedTarget "protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0008104 ;
    owl:annotatedTarget "channel localizer activity" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0008104 ;
    owl:annotatedTarget "asymmetric protein localisation" .

[]
    oboInOwl:hasDbXref "GOC:pdt" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008150 ;
    owl:annotatedTarget "A biological process is the execution of a genetically-encoded biological module or program. It consists of all the steps required to achieve the specific biological objective of the module. 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 "GOC:go_curators", "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008152 ;
    owl:annotatedTarget "A cellular process consisting of the biochemical pathways by which a living organism transforms chemical substances. This includes including anabolism (biosynthetic process) and catabolism (catabolic process). Metabolic processes includes the transformation of small molecules, as well  macromolecular processes such as DNA repair and replication, protein synthesis and degradation." .

[]
    a owl:Axiom ;
    rdfs:label "Metabolism" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0008152 ;
    owl:annotatedTarget "Reactome:R-HSA-1430728" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33246 ;
    owl:annotatedTarget "inorganic groups" .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008202 ;
    owl:annotatedTarget "The chemical reactions and pathways involving steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." .

[]
    a owl:Axiom ;
    rdfs:label "Metabolism of steroids" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0008202 ;
    owl:annotatedTarget "Reactome:R-HSA-8957322" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_apoptosis", "PMID:25236395" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008219 ;
    owl:annotatedTarget "Any biological process that results in permanent cessation of all vital functions of a cell. A cell should be considered dead when any one of the following molecular or morphological criteria is met: (1) the cell has lost the integrity of its plasma membrane; (2) the cell, including its nucleus, has undergone complete fragmentation into discrete bodies (frequently referred to as apoptotic bodies). The cell corpse (or its fragments) may be engulfed by an adjacent cell in vivo, but engulfment of whole cells should not be considered a strict criteria to define cell death as, under some circumstances, live engulfed cells can be released from phagosomes (see PMID:18045538)." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008283 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a cell population." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008284 ;
    owl:annotatedTarget "Any process that activates or increases the rate or extent of cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008285 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the rate or extent of cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:nln", "ISBN:0192800752" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008291 ;
    owl:annotatedTarget "The chemical reactions and pathways involving acetylcholine, the acetic acid ester of the organic base choline. Acetylcholine is a major neurotransmitter and neuromodulator both in the central and peripheral nervous systems. It also acts as a paracrine signal in various non-neural tissues." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0192800752" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008292 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of acetylcholine, the acetic acid ester of the organic base choline." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33247 ;
    owl:annotatedTarget "organic groups" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008347 ;
    owl:annotatedTarget "The orderly movement of a glial cell, non-neuronal cells that provide support and nutrition, maintain homeostasis, form myelin, and participate in signal transmission in the nervous system." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33249 ;
    owl:annotatedTarget "groupe organyle" .

[]
    oboInOwl:hasDbXref "GOC:bf", "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008354 ;
    owl:annotatedTarget "The orderly movement of a cell specialized to produce haploid gametes through the embryo from its site of production to the place where the gonads will form." .

[]
    oboInOwl:hasDbXref "PMID:11672519" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008356 ;
    owl:annotatedTarget "The asymmetric division of cells to produce two daughter cells with different developmental potentials. It is of fundamental significance for the generation of cell diversity." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0878932437" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008366 ;
    owl:annotatedTarget "Any process in which the axon of a neuron is insulated, and that insulation maintained, thereby preventing dispersion of the electrical signal." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33249 ;
    owl:annotatedTarget "grupo organilo" .

[]
    oboInOwl:hasDbXref "GOC:ems", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008406 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the gonad over time, from its formation to the mature structure. The gonad is an animal organ that produces gametes; in some species it also produces hormones." .

[]
    oboInOwl:hasDbXref "GOC:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0008406 ;
    owl:annotatedTarget "gonadogenesis" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "UBERON:0001003" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008544 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the epidermis over time, from its formation to the mature structure. The epidermis is the outer epithelial layer of an animal, it may be a single layer that produces an extracellular material (e.g. the cuticle of arthropods) or a complex stratified squamous epithelium, as in the case of many vertebrate species." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0008544 ;
    owl:annotatedTarget "hypodermis development" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33249 ;
    owl:annotatedTarget "grupos organilo" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jid", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008585 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the female gonad over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0008585 ;
    owl:annotatedTarget "ovarian development" .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0008585 ;
    owl:annotatedTarget "ovary development" .

[]
    oboInOwl:hasDbXref "GOC:jid", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008594 ;
    owl:annotatedTarget "The process in which the structures of a photoreceptor cell are generated and organized. This process occurs while the initially relatively unspecialized cell is acquiring the specialized features of a photoreceptor cell, a sensory cell that reacts to the presence of light. An example of this is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008610 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of lipids, compounds soluble in an organic solvent but not, or sparingly, in an aqueous solvent." .

[]
    oboInOwl:hasDbXref "GOC:sl" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0008610 ;
    owl:annotatedTarget "lipogenesis" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008643 ;
    owl:annotatedTarget "The directed movement of carbohydrate into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Carbohydrates are a group of organic compounds based of the general formula Cx(H2O)y." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33250 ;
    owl:annotatedTarget "atome" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008652 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of amino acids, organic acids containing one or more amino substituents." .

[]
    oboInOwl:hasDbXref "GOC:curators", "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009058 ;
    owl:annotatedTarget "A cellular process consisting of the biochemical pathways by which a living organism synthesizes chemical substances. This typically represents the energy-requiring part of metabolism in which simpler substances are transformed into more complex ones." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009059 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33250 ;
    owl:annotatedTarget "atomo" .

[]
    oboInOwl:hasDbXref "GOC:mtg_chebi_dec09" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0009059 ;
    owl:annotatedTarget "biopolymer biosynthetic process" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009100 ;
    owl:annotatedTarget "The chemical reactions and pathways involving glycoproteins, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33250 ;
    owl:annotatedTarget "atoms" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009101 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of glycoproteins, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." .

[]
    oboInOwl:hasDbXref "GOC:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009112 ;
    owl:annotatedTarget "The chemical reactions and pathways involving a nucleobase, a nitrogenous base that is a constituent of a nucleic acid, e.g. the purines: adenine, guanine, hypoxanthine, xanthine and the pyrimidines: cytosine, uracil, thymine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33250 ;
    owl:annotatedTarget "atomus" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009306 ;
    owl:annotatedTarget "The controlled release of proteins from a cell." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009308 ;
    owl:annotatedTarget "The chemical reactions and pathways involving any organic compound that is weakly basic in character and contains an amino or a substituted amino group. Amines are called primary, secondary, or tertiary according to whether one, two, or three carbon atoms are attached to the nitrogen atom." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33250 ;
    owl:annotatedTarget "element" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009309 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of any organic compound that is weakly basic in character and contains an amino or a substituted amino group. Amines are called primary, secondary, or tertiary according to whether one, two, or three carbon atoms are attached to the nitrogen atom." .

[]
    oboInOwl:hasDbXref "GOC:jl", "Wikipedia:Electromagnetic_radiation" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009314 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an electromagnetic radiation stimulus. Electromagnetic radiation is a propagating wave in space with electric and magnetic components. These components oscillate at right angles to each other and to the direction of propagation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33250 ;
    owl:annotatedTarget "elements" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009416 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a light stimulus, electromagnetic radiation of wavelengths classified as infrared, visible or ultraviolet light." .

[]
    oboInOwl:hasDbXref "GOC:tb", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009566 ;
    owl:annotatedTarget "The union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." .

[]
    oboInOwl:hasDbXref "GOC:hb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009581 ;
    owl:annotatedTarget "The series of events in which an external stimulus is received by a cell and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "GOC:hb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009582 ;
    owl:annotatedTarget "The series of events in which an (non-living) abiotic stimulus is received by a cell and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009583 ;
    owl:annotatedTarget "The series of events in which a light stimulus (in the form of photons) is received and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009584 ;
    owl:annotatedTarget "The series of events in which a visible light stimulus is received by a cell and converted into a molecular signal. A visible light stimulus is electromagnetic radiation that can be perceived visually by an organism; for organisms lacking a visual system, this can be defined as light with a wavelength within the range 380 to 780 nm." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009593 ;
    owl:annotatedTarget "The series of events in which a chemical stimulus is received by a cell and converted into a molecular signal." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "Atomkern" .

[]
    oboInOwl:hasDbXref "GOC:hb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009605 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an external stimulus." .

[]
    oboInOwl:hasDbXref "GOC:hb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009607 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a biotic stimulus, a stimulus caused or produced by a living organism." .

[]
    oboInOwl:hasDbXref "GOC:hb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009628 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an abiotic (not derived from living organisms) stimulus." .

[]
    oboInOwl:hasDbXref "GOC:lr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009636 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a toxic stimulus." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0521436125" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009653 ;
    owl:annotatedTarget "The process in which anatomical structures are generated and organized. Morphogenesis pertains to the creation of form." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "Kern" .

[]
    oboInOwl:hasDbXref "GOC:sm", "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009712 ;
    owl:annotatedTarget "The chemical reactions and pathways involving a compound containing a pyrocatechol (1,2-benzenediol) nucleus or substituent." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009713 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of catechol-containing compounds. Catechol is a compound containing a pyrocatechol nucleus or substituent." .

[]
    oboInOwl:hasDbXref "GOC:sm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009719 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus arising within the organism." .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009725 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a hormone stimulus." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "noyau" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0009725 ;
    owl:annotatedTarget "response to hormone stimulus" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009743 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a carbohydrate stimulus." .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0009743 ;
    owl:annotatedTarget "response to carbohydrate stimulus" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "noyau atomique" .

[]
    oboInOwl:hasDbXref "GOC:lr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009786 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of asymmetric cell division." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:isa_complete", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009790 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an embryo from its formation until the end of its embryonic life stage. The end of the embryonic stage is organism-specific. For example, for mammals, the process would begin with zygote formation and end with birth. For insects, the process would begin at zygote formation and end with larval hatching. For plant zygotic embryos, this would be from zygote formation to the end of seed dormancy. For plant vegetative embryos, this would be from the initial determination of the cell or group of cells to form an embryo until the point when the embryo becomes independent of the parent plant." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "nuclei" .

[]
    a owl:Axiom ;
    rdfs:label "Activation of HOX genes during differentiation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0009790 ;
    owl:annotatedTarget "Reactome:R-HSA-5619507" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009791 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the organism over time, from the completion of embryonic development to the mature structure. See embryonic development." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:isa_complete", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009792 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of an embryo over time, from zygote formation until the end of the embryonic life stage. The end of the embryonic life stage is organism-specific and may be somewhat arbitrary; for mammals it is usually considered to be birth, for insects the hatching of the first instar larva from the eggshell." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "nucleo" .

[]
    oboInOwl:hasDbXref "GOC:lr", "ISBN:0122146743" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009820 ;
    owl:annotatedTarget "The chemical reactions and pathways involving alkaloids, nitrogen containing natural products which are not otherwise classified as peptides, nonprotein amino acids, amines, cyanogenic glycosides, glucosinolates, cofactors, phytohormones or primary metabolites (such as purine or pyrimidine bases)." .

[]
    oboInOwl:hasDbXref "GOC:lr", "ISBN:0122146743" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009821 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of alkaloids, nitrogen-containing natural products which are not otherwise classified as nonprotein amino acids, amines, peptides, amines, cyanogenic glycosides, glucosinolates, cofactors, phytohormones, or primary metabolite (such as purine or pyrimidine bases)." .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "ISBN:0521436125" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009880 ;
    owl:annotatedTarget "The process that results in the patterns of cell differentiation that will arise in an embryo." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "nucleo atomico" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:go_curators", "ISBN:0471245208", "ISBN:0721662544" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009887 ;
    owl:annotatedTarget "Morphogenesis of an animal organ. An organ is defined as a tissue or set of tissues that work together to perform a specific function or functions. Morphogenesis is the process in which anatomical structures are generated and organized. Organs are commonly observed as visibly distinct structures, but may also exist as loosely associated clusters of cells that work together to perform a specific function or functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33252 ;
    owl:annotatedTarget "nucleus atomi" .

[]
    oboInOwl:hasDbXref "ISBN:0471245208" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009888 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a tissue over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33253 ;
    owl:annotatedTarget "nucleon" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009889 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of substances." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009890 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the rate of the chemical reactions and pathways resulting in the formation of substances." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33253 ;
    owl:annotatedTarget "Nukleon" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009891 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of substances." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009892 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33253 ;
    owl:annotatedTarget "Nukleonen" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009893 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33253 ;
    owl:annotatedTarget "nucleons" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:mtg_sensu", "GOC:sdb_2009", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009913 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an epidermal cell, any of the cells making up the epidermis." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0009913 ;
    owl:annotatedTarget "hypodermal cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009914 ;
    owl:annotatedTarget "The directed movement of hormones into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:go_curators", "GOC:isa_complete", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009952 ;
    owl:annotatedTarget "The regionalization process in which specific areas of cell differentiation are determined along the anterior-posterior axis. The anterior-posterior axis is defined by a line that runs from the head or mouth of an organism to the tail or opposite end of the organism." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33256 ;
    owl:annotatedTarget "primary amide" .

[]
    oboInOwl:hasDbXref "GOC:sm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009966 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of signal transduction." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0009966 ;
    owl:annotatedTarget "regulation of signalling pathway" .

[]
    oboInOwl:hasDbXref "GOC:sm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009967 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of signal transduction." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0009967 ;
    owl:annotatedTarget "positive regulation of signalling pathway" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33259 ;
    owl:annotatedTarget "homoatomic entity" .

[]
    oboInOwl:hasDbXref "GOC:sm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009968 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of signal transduction." .

[]
    a owl:Axiom ;
    rdfs:label "PTK6 Down-Regulation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0009968 ;
    owl:annotatedTarget "Reactome:R-HSA-8849472" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0009968 ;
    owl:annotatedTarget "negative regulation of signalling pathway" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009987 ;
    owl:annotatedTarget "Any process that is carried out at the cellular level, but not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33259 ;
    owl:annotatedTarget "homoatomic molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0009994 ;
    owl:annotatedTarget "The process in which a relatively unspecialized immature germ cell acquires the specialized features of a mature female gamete." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33259 ;
    owl:annotatedTarget "homoatomic molecular entity" .

[]
    oboInOwl:hasDbXref "GOC:go_curators", "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010001 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a glial cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33273 ;
    owl:annotatedTarget "polyatomic anions" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010002 ;
    owl:annotatedTarget "The process in which a relatively unspecialized mesodermal cell acquires the specialized structural and/or functional features of a cardioblast. A cardioblast is a cardiac precursor cell. It is a cell that has been committed to a cardiac fate, but will undergo more cell division rather than terminally differentiating." .

[]
    oboInOwl:hasDbXref "GOC:mtg_heart" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010002 ;
    owl:annotatedTarget "cardiac precursor cell differentiation" .

[]
    oboInOwl:hasDbXref "PMID:10072401" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010032 ;
    owl:annotatedTarget "Compaction of chromatin structure prior to meiosis in eukaryotic cells." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010032 ;
    owl:annotatedTarget "chromosome condensation involved in meiotic cell cycle" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33280 ;
    owl:annotatedTarget "chemical messenger" .

[]
    oboInOwl:hasDbXref "GOC:sm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010034 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an acetate stimulus." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010070 ;
    owl:annotatedTarget "The division of the zygote into two daughter cells that will adopt developmentally distinct potentials." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "Antibiotika" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "PMID:9611175" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010160 ;
    owl:annotatedTarget "The regionalization process that specifies animal organ primordium boundaries resulting in a restriction of organogenesis to a limited spatial domain and keeping the organ separate from surrounding tissues." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "Antibiotikum" .

[]
    oboInOwl:hasDbXref "GOC:ems", "ISBN:0140512888" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010171 ;
    owl:annotatedTarget "The process in which the anatomical structures of the soma are generated and organized." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "antibiotic" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sm" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010256 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the endomembrane system." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010256 ;
    owl:annotatedTarget "endomembrane system organisation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010453 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell fate commitment. Cell fate commitment is the commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells. Positional information is established through protein signals that emanate from a localized source within a cell (the initial one-cell zygote) or within a developmental field." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "antibiotics" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010454 ;
    owl:annotatedTarget "Any process that stops, prevents or reduces the frequency or rate of cell fate commitment. Cell fate commitment is the commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells. Positional information is established through protein signals that emanate from a localized source within a cell (the initial one-cell zygote) or within a developmental field." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010455 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency or rate of cell fate commitment. Cell fate commitment is the commitment of cells to specific cell fates and their capacity to differentiate into particular kinds of cells. Positional information is established through protein signals that emanate from a localized source within a cell (the initial one-cell zygote) or within a developmental field." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "antibiotique" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010463 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a mesenchymal cell population. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "antimicrobial" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010464 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of mesenchymal cell proliferation. A mesenchymal cell is a cell that normally gives rise to other cells that are organized as three-dimensional masses, rather than sheets." .

[]
    oboInOwl:hasDbXref "GOC:txnOH-2018", "PMID:25934543", "PMID:31580950" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010467 ;
    owl:annotatedTarget "The process in which a gene's sequence is converted into a mature gene product (protein or RNA). This includes the production of an RNA transcript and its processing, as well as translation and maturation for protein-coding genes." .

[]
    oboInOwl:hasDbXref "GOC:txnOH-2018" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010468 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of gene expression. Gene expression is the process in which a gene's coding sequence is converted into a mature gene product (protein or RNA)." .

[]
    a owl:Axiom ;
    rdfs:label "PP2A-mediated dephosphorylation of key metabolic factors" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0010468 ;
    owl:annotatedTarget "Reactome:R-HSA-163767" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "antimicrobial agents" .

[]
    a owl:Axiom ;
    rdfs:label "Expression and translocation of olfactory receptors" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0010468 ;
    owl:annotatedTarget "Reactome:R-HSA-9752946" .

[]
    oboInOwl:hasDbXref "GOC:cjm" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0010468 ;
    owl:annotatedTarget "gene regulation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010470 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of gastrulation. Gastrulation is the complex and coordinated series of cellular movements that occurs at the end of cleavage during embryonic development of most animals." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "antimicrobials" .

[]
    oboInOwl:hasDbXref "PMID:17450124" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010481 ;
    owl:annotatedTarget "Any process resulting in the physical partitioning and separation of an epidermal cell, any of the cells making up the epidermis, into daughter cells." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0010481 ;
    owl:annotatedTarget "hypodermal cell division" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "microbicide" .

[]
    oboInOwl:hasDbXref "PMID:17450124" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010482 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the physical partitioning and separation of an epidermal cell into daughter cells. An epidermal cell is any of the cells that make up the epidermis." .

[]
    oboInOwl:hasDbXref "GOC:kmv", "GOC:rk" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0010482 ;
    owl:annotatedTarget "regulation of hypodermal cell division" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33281 ;
    owl:annotatedTarget "microbicides" .

[]
    oboInOwl:hasDbXref "GOC:dhl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010496 ;
    owl:annotatedTarget "The movement of substances between cells." .

[]
    oboInOwl:hasDbXref "GOC:TermGenie" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0010496 ;
    owl:annotatedTarget "single organism intercellular transport" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33284 ;
    owl:annotatedTarget "nutrients" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010549 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of membrane disassembly." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010556 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of the chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33285 ;
    owl:annotatedTarget "heteroorganic entities" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010557 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of the chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010558 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of the chemical reactions and pathways resulting in the formation of a macromolecule, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33285 ;
    owl:annotatedTarget "organoelement compounds" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010559 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the chemical reactions and pathways resulting in the formation of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33300 ;
    owl:annotatedTarget "group 15 elements" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010560 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the chemical reactions and pathways resulting in the formation of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010561 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of the chemical reactions and pathways resulting in the formation of a glycoprotein, a protein that contains covalently bound glycose (i.e. monosaccharide) residues; the glycose occurs most commonly as oligosaccharide or fairly small polysaccharide but occasionally as monosaccharide." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33300 ;
    owl:annotatedTarget "group V elements" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010564 ;
    owl:annotatedTarget "Any process that modulates a cellular process that is involved in the progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010594 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of the orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33300 ;
    owl:annotatedTarget "nitrogenoideos" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010595 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of the orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33300 ;
    owl:annotatedTarget "nitrogenoides" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010596 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of the orderly movement of an endothelial cell into the extracellular matrix to form an endothelium." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010604 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of the chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33300 ;
    owl:annotatedTarget "pnictogene" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010605 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of the chemical reactions and pathways involving macromolecules, any molecule of high relative molecular mass, the structure of which essentially comprises the multiple repetition of units derived, actually or conceptually, from molecules of low relative molecular mass." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010608 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of gene expression after the production of an RNA transcript." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010611 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of the enlargement or overgrowth of all or part of the heart due to an increase in size (not length) of individual cardiac muscle fibers, without cell division." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33300 ;
    owl:annotatedTarget "pnictogenes" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010612 ;
    owl:annotatedTarget "Any process that modulates the rate, extent or frequency of the process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010613 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of the enlargement or overgrowth of all or part of the heart due to an increase in size (not length) of individual cardiac muscle fibers, without cell division." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010614 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of the enlargement or overgrowth of all or part of the heart due to an increase in size (not length) of individual cardiac muscle fibers, without cell division." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33302 ;
    owl:annotatedTarget "pnictogen molecular entity" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010615 ;
    owl:annotatedTarget "Any process that increases the rate, extent or frequency of the process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010616 ;
    owl:annotatedTarget "Any process that decreases the rate, extent or frequency of the process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33302 ;
    owl:annotatedTarget "pnictogen molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010623 ;
    owl:annotatedTarget "The activation of endogenous cellular processes that result in the death of a cell as part of its development." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "Chalkogen" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010624 ;
    owl:annotatedTarget "Any process that modulates the frequency or rate of multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010625 ;
    owl:annotatedTarget "Any process that increases the frequency or rate of the multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "Chalkogene" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:sl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010626 ;
    owl:annotatedTarget "Any process that decreases the frequency or extent of the multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "anfigeno" .

[]
    oboInOwl:hasDbXref "GOC:txnOH-2018" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010628 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of gene expression. Gene expression is the process in which a gene's coding sequence is converted into a mature gene product (protein or RNA)." .

[]
    oboInOwl:hasDbXref "GOC:txnOH-2018" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010629 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of gene expression. Gene expression is the process in which a gene's coding sequence is converted into a mature gene product (protein or RNA)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "anfigenos" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:ascb_2009", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010631 ;
    owl:annotatedTarget "The orderly movement of an epithelial cell from one site to another, often during the development of a multicellular organism." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010632 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epithelial cell migration." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "calcogeno" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010633 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of epithelial cell migration." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "calcogenos" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010634 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of epithelial cell migration." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010638 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of an organelle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010638 ;
    owl:annotatedTarget "positive regulation of organelle organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0010638 ;
    owl:annotatedTarget "positive regulation of organelle organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "chalcogene" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010639 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of a process involved in the formation, arrangement of constituent parts, or disassembly of an organelle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010639 ;
    owl:annotatedTarget "negative regulation of organelle organisation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0010639 ;
    owl:annotatedTarget "negative regulation of organelle organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "chalcogenes" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010646 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell communication. Cell communication is the process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010647 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of cell communication. Cell communication is the process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "group 16 elements" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010648 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of cell communication. Cell communication is the process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33303 ;
    owl:annotatedTarget "group VI elements" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010656 ;
    owl:annotatedTarget "Any process that decreases the rate or frequency of muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010657 ;
    owl:annotatedTarget "A form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases, whose actions dismantle a muscle cell and result in its death. A muscle cell is a mature contractile cell, commonly known as a myocyte, that forms one of three kinds of muscle." .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010658 ;
    owl:annotatedTarget "A form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases, whose actions dismantle a striated muscle cell and result in its death. Striated muscle cells make up striated muscle fibers which are divided by transverse bands into striations." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33304 ;
    owl:annotatedTarget "chalcogen molecular entity" .

[]
    oboInOwl:hasDbXref "CL:0000746", "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010659 ;
    owl:annotatedTarget "A form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases, whose actions dismantle a cardiac muscle cell and result in its death. Cardiac muscle cells are striated muscle cells that are responsible for heart contraction." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010660 ;
    owl:annotatedTarget "Any process that modulates the rate or frequency of muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33304 ;
    owl:annotatedTarget "chalcogen compounds" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010661 ;
    owl:annotatedTarget "Any process that increases the rate or frequency of muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010662 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of striated muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a striated muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33304 ;
    owl:annotatedTarget "chalcogen molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010663 ;
    owl:annotatedTarget "Any process that increases the rate or extent of striated muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a striated muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33306 ;
    owl:annotatedTarget "carbon group element" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:mtg_apoptosis", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010664 ;
    owl:annotatedTarget "Any process that decreases the rate or extent of striated muscle cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a striated muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010664 ;
    owl:annotatedTarget "down regulation of striated muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010664 ;
    owl:annotatedTarget "down-regulation of striated muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010664 ;
    owl:annotatedTarget "downregulation of striated muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010664 ;
    owl:annotatedTarget "inhibition of striated muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33306 ;
    owl:annotatedTarget "carbon group elements" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010665 ;
    owl:annotatedTarget "Any process that modulates the rate or extent of cardiac cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a cardiac muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_apoptosis", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010666 ;
    owl:annotatedTarget "Any process that increases the rate or extent of cardiac cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a cardiac muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33306 ;
    owl:annotatedTarget "carbonoides" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:mtg_apoptosis", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010667 ;
    owl:annotatedTarget "Any process that decreases the rate or extent of cardiac cell apoptotic process, a form of programmed cell death induced by external or internal signals that trigger the activity of proteolytic caspases whose actions dismantle a cardiac muscle cell and result in its death." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010667 ;
    owl:annotatedTarget "down regulation of cardiac muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010667 ;
    owl:annotatedTarget "down-regulation of cardiac muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010667 ;
    owl:annotatedTarget "downregulation of cardiac muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:rl", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010667 ;
    owl:annotatedTarget "inhibition of cardiac muscle cell apoptosis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33306 ;
    owl:annotatedTarget "cristallogene" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010668 ;
    owl:annotatedTarget "The process in which relatively unspecialized cells acquire specialized structural and/or functional features of an ectodermal cell. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33306 ;
    owl:annotatedTarget "cristallogenes" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010700 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of the regulated release of norepinephrine." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010701 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of the regulated release of norepinephrine." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33306 ;
    owl:annotatedTarget "group IV elements" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010712 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the metabolism of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010712 ;
    owl:annotatedTarget "regulation of collagen metabolism" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010713 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of the chemical reactions and pathways resulting in the metabolism of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33308 ;
    owl:annotatedTarget "Carboxylic ester" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010714 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of the chemical reactions and pathways resulting in the metabolism of collagen, any of a group of fibrous proteins of very high tensile strength that form the main component of connective tissue in animals." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010714 ;
    owl:annotatedTarget "positive regulation of collagen metabolism" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33308 ;
    owl:annotatedTarget "a carboxylic ester" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010715 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of extracellular matrix disassembly. Extracellular matrix disassembly is a process that results in the breakdown of the extracellular matrix." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010715 ;
    owl:annotatedTarget "regulation of extracellular matrix breakdown" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010715 ;
    owl:annotatedTarget "regulation of extracellular matrix degradation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33308 ;
    owl:annotatedTarget "carboxylic acid esters" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010716 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of extracellular matrix disassembly. Extracellular matrix disassembly is a process that results in the breakdown of the extracellular matrix." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010716 ;
    owl:annotatedTarget "down regulation of extracellular matrix disassembly" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010716 ;
    owl:annotatedTarget "down-regulation of extracellular matrix disassembly" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010716 ;
    owl:annotatedTarget "downregulation of extracellular matrix disassembly" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010716 ;
    owl:annotatedTarget "negative regulation of extracellular matrix breakdown" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010716 ;
    owl:annotatedTarget "negative regulation of extracellular matrix degradation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010716 ;
    owl:annotatedTarget "inhibition of extracellular matrix disassembly" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33318 ;
    owl:annotatedTarget "Hauptgruppenelement" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010717 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency, or extent of epithelial to mesenchymal transition. Epithelial to mesenchymal transition where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010718 ;
    owl:annotatedTarget "Any process that increases the rate, frequency, or extent of epithelial to mesenchymal transition. Epithelial to mesenchymal transition is where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33318 ;
    owl:annotatedTarget "Hauptgruppenelemente" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010719 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency, or extent of epithelial to mesenchymal transition. Epithelial to mesenchymal transition where an epithelial cell loses apical/basolateral polarity, severs intercellular adhesive junctions, degrades basement membrane components and becomes a migratory mesenchymal cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33318 ;
    owl:annotatedTarget "main group element" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010720 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of the progression of the cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010721 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of the progression of the cell over time, from its formation to the mature structure. Cell development does not include the steps involved in committing a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33402 ;
    owl:annotatedTarget "oxoacids of sulfur" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010761 ;
    owl:annotatedTarget "Cell migration that is accomplished by extension and retraction of a fibroblast pseudopodium. A fibroblast is a connective tissue cell which secretes an extracellular matrix rich in collagen and other macromolecules." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010761 ;
    owl:annotatedTarget "fibroblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010762 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of fibroblast cell migration. Fibroblast cell migration is accomplished by extension and retraction of a pseudopodium." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33402 ;
    owl:annotatedTarget "sulfur oxoacids" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010762 ;
    owl:annotatedTarget "regulation of fibroblast cell migration" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010763 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of fibroblast cell migration. Fibroblast cell migration is accomplished by extension and retraction of a pseudopodium." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010763 ;
    owl:annotatedTarget "positive regulation of fibroblast cell migration" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33424 ;
    owl:annotatedTarget "sulfur oxoacid derivative" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010764 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of fibroblast cell migration. Fibroblast cell migration is accomplished by extension and retraction of a pseudopodium." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010764 ;
    owl:annotatedTarget "negative regulation of fibroblast cell migration" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33424 ;
    owl:annotatedTarget "sulfur oxoacid derivatives" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010770 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of cell morphogenesis contributing to cell differentiation. Cell morphogenesis involved in differentiation is the change in form (cell shape and size) that occurs when relatively unspecialized cells acquire specialized structural and/or functional features that characterize the cells, tissues, or organs of the mature organism or some other relatively stable phase of the organism's life history." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010771 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of cell morphogenesis contributing to cell differentiation. Cell morphogenesis involved in differentiation is the change in form (cell shape and size) that occurs when relatively unspecialized cells acquire specialized structural and/or functional features that characterize the cells, tissues, or organs of the mature organism or some other relatively stable phase of the organism's life history." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010817 ;
    owl:annotatedTarget "Any process that modulates the levels of hormone within an organism or a tissue. A hormone is any substance formed in very small amounts in one specialized organ or group of cells and carried (sometimes in the bloodstream) to another organ or group of cells in the same organism, upon which it has a specific regulatory action." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33482 ;
    owl:annotatedTarget "sulfur oxoanion" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010830 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of myotube differentiation. Myotube differentiation is the process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010831 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of myotube differentiation. Myotube differentiation is the process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33482 ;
    owl:annotatedTarget "oxoanions of sulfur" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010832 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of myotube differentiation. Myotube differentiation is the process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33482 ;
    owl:annotatedTarget "sulfur oxoanions" .

[]
    oboInOwl:hasDbXref "GOC:ascb_2009", "GOC:dph", "GOC:tb", "PMID:1270266" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010842 ;
    owl:annotatedTarget "The process in which the vertebrate retina is organized into three laminae: the outer nuclear layer (ONL), which contains photoreceptor nuclei; the inner nuclear layer (INL), which contains amacrine, bipolar and horizontal cells; and the retinal ganglion cell (RGC) layer. Between the inner and outer nuclear layers, the outer plexiform layer (OPL) contains connections between the photoreceptors and bipolar and horizontal cells. The inner plexiform layer (IPL) is positioned between the INL and the ganglion cell layer and contains the dendrites of RGCs and processes of bipolar and amacrine cells. Spanning all layers of the retina are the radially oriented Mueller glia." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010842 ;
    owl:annotatedTarget "retinal lamination" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010842 ;
    owl:annotatedTarget "retinal layer formation" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010876 ;
    owl:annotatedTarget "Any process in which a lipid is transported to, or maintained in, a specific location." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010876 ;
    owl:annotatedTarget "lipid localisation" .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010893 ;
    owl:annotatedTarget "Any process that increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33484 ;
    owl:annotatedTarget "chalcogen oxoacid" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010894 ;
    owl:annotatedTarget "Any process that decreases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of steroids, compounds with a 1,2,cyclopentanoperhydrophenanthrene nucleus." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33484 ;
    owl:annotatedTarget "chalcogen oxoacids" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010927 ;
    owl:annotatedTarget "The cellular component assembly that is part of the initial shaping of the component during its developmental progression." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010937 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cytoplasmic microtubule depolymerization." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33485 ;
    owl:annotatedTarget "chalcogen oxoanion" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010938 ;
    owl:annotatedTarget "The removal of tubulin heterodimers from one or both ends of a cytoplasmic microtubule." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010948 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of a cellular process that is involved in the progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33485 ;
    owl:annotatedTarget "chalcogen oxoanions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010958 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of amino acid import into a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010968 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of microtubule nucleation. Microtubule nucleation is the 'de novo' formation of a microtubule, in which tubulin heterodimers form metastable oligomeric aggregates, some of which go on to support formation of a complete microtubule. Microtubule nucleation usually occurs from a specific site within a cell." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010970 ;
    owl:annotatedTarget "The movement of organelles or other particles from one location in the cell to another along microtubules, driven by motor activity." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0010970 ;
    owl:annotatedTarget "establishment of localization by movement along microtubule" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33558 ;
    owl:annotatedTarget "alpha-amino acid anion" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010975 ;
    owl:annotatedTarget "Any process that modulates the rate, frequency or extent of neuron projection development. Neuron projection development is the process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010975 ;
    owl:annotatedTarget "regulation of neurite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010975 ;
    owl:annotatedTarget "regulation of neurite development" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010975 ;
    owl:annotatedTarget "regulation of neurite formation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010975 ;
    owl:annotatedTarget "regulation of neurite growth" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33558 ;
    owl:annotatedTarget "alpha-amino acid anions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010976 ;
    owl:annotatedTarget "Any process that increases the rate, frequency or extent of neuron projection development. Neuron projection development is the process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010976 ;
    owl:annotatedTarget "positive regulation of neurite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010976 ;
    owl:annotatedTarget "positive regulation of neurite development" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010976 ;
    owl:annotatedTarget "positive regulation of neurite formation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010976 ;
    owl:annotatedTarget "positive regulation of neurite growth" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33558 ;
    owl:annotatedTarget "alpha-amino-acid anions" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0010977 ;
    owl:annotatedTarget "Any process that decreases the rate, frequency or extent of neuron projection development. Neuron projection development is the process whose specific outcome is the progression of a neuron projection over time, from its formation to the mature structure. A neuron projection is any process extending from a neural cell, such as axons or dendrites (collectively called neurites)." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010977 ;
    owl:annotatedTarget "negative regulation of neurite biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010977 ;
    owl:annotatedTarget "negative regulation of neurite development" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010977 ;
    owl:annotatedTarget "negative regulation of neurite formation" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0010977 ;
    owl:annotatedTarget "negative regulation of neurite growth" .

[]
    oboInOwl:hasDbXref "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0010977 ;
    owl:annotatedTarget "growth cone collapse" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33559 ;
    owl:annotatedTarget "s-block element" .

[]
    oboInOwl:hasDbXref "GOC:lr", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0012501 ;
    owl:annotatedTarget "A process which begins when a cell receives an internal or external signal and activates a series of biochemical events (signaling pathway). The process ends with the death of the cell." .

[]
    a owl:Axiom ;
    rdfs:label "Programmed Cell Death" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0012501 ;
    owl:annotatedTarget "Reactome:R-HSA-5357801" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33559 ;
    owl:annotatedTarget "s-block elements" .

[]
    oboInOwl:hasDbXref "GOC:lh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0012505 ;
    owl:annotatedTarget "A collection of membranous structures involved in transport within the cell. The main components of the endomembrane system are endoplasmic reticulum, Golgi bodies, vesicles, cell membrane and nuclear envelope. Members of the endomembrane system pass materials through each other or though the use of vesicles." .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:vesicle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0012506 ;
    owl:annotatedTarget "The lipid bilayer surrounding any membrane-bounded vesicle in the cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33560 ;
    owl:annotatedTarget "p-block element" .

[]
    oboInOwl:hasDbXref "PMID:37935903", "PMID:38386558", "PMID:39361745" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014000 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the morula over time. The morula is a spherical embryonic mass of blastomeres formed before the blastula and resulting from cleavage of the fertilized ovum." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33560 ;
    owl:annotatedTarget "p-block elements" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014003 ;
    owl:annotatedTarget "The process aimed at the progression of an oligodendrocyte over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. An oligodendrocyte is a type of glial cell involved in myelinating the axons in the central nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33566 ;
    owl:annotatedTarget "1,2-benzenediols" .

[]
    oboInOwl:hasDbXref "GOC:ef", "ISBN:0878932585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014009 ;
    owl:annotatedTarget "The multiplication or reproduction of glial cells by cell division, resulting in the expansion of their population. Glial cells exist throughout the nervous system, and include Schwann cells, astrocytes, and oligodendrocytes among others." .

[]
    oboInOwl:hasDbXref "GOC:ef", "ISBN:0878932585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014010 ;
    owl:annotatedTarget "The multiplication or reproduction of Schwann cells, resulting in the expansion of their population. Schwann cells are a type of glial cell in the peripheral nervous system." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33566 ;
    owl:annotatedTarget "a catechol" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014013 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of gliogenesis, the formation of mature glia." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014014 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of gliogenesis, the formation of mature glia." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33566 ;
    owl:annotatedTarget "benzene-1,2-diols" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014015 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of gliogenesis, the formation of mature glia." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33567 ;
    owl:annotatedTarget "Catecholamine" .

[]
    oboInOwl:hasDbXref "GOC:ef", "ISBN:0878932585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014016 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuroblast. There are at least four stages through which the pluripotent cells of epiblast or blastula become neuroblasts." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33567 ;
    owl:annotatedTarget "catecholamines" .

[]
    oboInOwl:hasDbXref "GOC:ef", "ISBN:0878932585" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014019 ;
    owl:annotatedTarget "The process aimed at the progression of a neuroblast over time, from initial commitment of the cell to a specific state, to the mature neuroblast. It does not include processes where the neuroblast turns into a glial cell or a neuron." .

[]
    oboInOwl:hasDbXref "GOC:ef", "ISBN:0878932585", "PMID:15327780" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014020 ;
    owl:annotatedTarget "The formation of the neural tube from an epithelial cell sheet (the neuroepithelium or neural plate). In primary neurulation, the cells surrounding the neural plate direct the neural plate cells to proliferate, invaginate, and pinch off from the surface to form a hollow epithelial tube. Primary neurulation is the typical mechanism of formation of the anterior neural tube." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0014020 ;
    owl:annotatedTarget "primary neural tube morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014023 ;
    owl:annotatedTarget "The formation of a solid rod of neurectoderm derived from the neural keel. The neural rod is roughly circular in cross section. Neural rod formation occurs during primary neurulation in teleosts." .

[]
    oboInOwl:hasDbXref "GOC:dh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014025 ;
    owl:annotatedTarget "The formation of a thickened region of the neurectoderm that is roughly triangular in cross section. The neural keel develops from the neural plate and develops into the neural rod. Neural keel formation occurs during primary neurulation in teleosts." .

[]
    oboInOwl:hasDbXref "GOC:dh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014028 ;
    owl:annotatedTarget "The formation of the notochord from the chordamesoderm. The notochord is composed of large cells packed within a firm connective tissue sheath and is found in all chordates at the ventral surface of the neural tube. In vertebrates, the notochord contributes to the vertebral column." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33569 ;
    owl:annotatedTarget "noradrenalina" .

[]
    oboInOwl:hasDbXref "GOC:dh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014029 ;
    owl:annotatedTarget "The formation of the specialized region of ectoderm between the neural ectoderm (neural plate) and non-neural ectoderm. The neural crest gives rise to the neural crest cells that migrate away from this region as neural tube formation proceeds." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33569 ;
    owl:annotatedTarget "norepinephrine" .

[]
    oboInOwl:hasDbXref "GOC:dh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014031 ;
    owl:annotatedTarget "The process aimed at the progression of a mesenchymal cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "GOC:dh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014032 ;
    owl:annotatedTarget "The process aimed at the progression of a neural crest cell over time, from initial commitment of the cell to its specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "GOC:dh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014033 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neural crest cell." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014037 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires the specialized features of a Schwann cell. Schwann cells are found in the peripheral nervous system, where they insulate neurons and axons, and regulate the environment in which neurons function." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014038 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of Schwann cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "Carbonsaeure" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014039 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of Schwann cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014040 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of Schwann cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "Carbonsaeuren" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014041 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of neuron maturation, the process leading to the attainment of the full functional capacity of a neuron. This process is independent of morphogenetic change." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014042 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of neuron maturation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "Karbonsaeure" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014043 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of neuron maturation." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "RC(=O)OH" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014044 ;
    owl:annotatedTarget "The process aimed at the progression of a Schwann cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. Schwann cells are found in the peripheral nervous system, where they insulate neurons and axons, and regulate the environment in which neurons function." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014055 ;
    owl:annotatedTarget "The regulated release of acetylcholine by a cell. The acetylcholine acts as a neurotransmitter that acts in both the peripheral nervous system (PNS) and central nervous system (CNS)." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "acide carboxylique" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014056 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the regulated release of acetylcholine." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "acides carboxyliques" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014057 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the regulated release of acetylcholine." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014058 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of acetylcholine." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "acido carboxilico" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014061 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the regulated release of norepinephrine." .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014062 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the regulated release of serotonin." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0014062 ;
    owl:annotatedTarget "regulation of serotonin release" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33575 ;
    owl:annotatedTarget "acidos carboxilicos" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014063 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the regulated release of serotonin." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0014063 ;
    owl:annotatedTarget "positive regulation of serotonin release" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014064 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of the regulated release of serotonin." .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0014064 ;
    owl:annotatedTarget "positive regulation of serotonin release" .

[]
    oboInOwl:hasDbXref "GOC:ef" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014075 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an amine stimulus. An amine is a compound formally derived from ammonia by replacing one, two or three hydrogen atoms by hydrocarbyl groups." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33579 ;
    owl:annotatedTarget "main group compounds" .

[]
    oboInOwl:hasDbXref "GOC:dos" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0014075 ;
    owl:annotatedTarget "response to amine stimulus" .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:dph", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014706 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a striated muscle over time, from its formation to the mature structure. Striated muscle contain fibers that are divided by transverse bands into striations, and cardiac and skeletal muscle are types of striated muscle. Skeletal muscle myoblasts fuse to form myotubes and eventually multinucleated muscle fibers. The fusion of cardiac cells is very rare and can only form binucleate cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33579 ;
    owl:annotatedTarget "main group molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014733 ;
    owl:annotatedTarget "Any process in which skeletal muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014734 ;
    owl:annotatedTarget "The enlargement or overgrowth of all or part of an organ due to an increase in size (not length) of individual muscle fibers without cell division. In the case of skeletal muscle cells this happens due to the additional synthesis of sarcomeric proteins and assembly of myofibrils." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014741 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014742 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33582 ;
    owl:annotatedTarget "carbon group molecular entity" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014743 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of muscle hypertrophy." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33582 ;
    owl:annotatedTarget "carbon group molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014744 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of muscle adaptation." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014745 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, or extent of muscle adaptation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33595 ;
    owl:annotatedTarget "cyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014805 ;
    owl:annotatedTarget "Any process in which smooth muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014807 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of somitogenesis." .

[]
    oboInOwl:hasDbXref "CL:0000187", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014812 ;
    owl:annotatedTarget "The orderly movement of a muscle cell from one site to another, often during the development of a multicellular organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33608 ;
    owl:annotatedTarget "hydrogen compounds" .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014819 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle contraction." .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014852 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle contraction by variation of the pattern of stimulation by nervous system." .

[]
    oboInOwl:hasDbXref "CL:0000737", "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014855 ;
    owl:annotatedTarget "The multiplication or reproduction of striated muscle cells, resulting in the expansion of a cell population. Striated muscles contain fibers that are divided by transverse bands into striations, and cardiac and skeletal muscle are types of striated muscle." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33608 ;
    owl:annotatedTarget "hydrogen molecular entities" .

[]
    oboInOwl:hasDbXref "CL:0000188", "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014856 ;
    owl:annotatedTarget "The multiplication or reproduction of skeletal muscle cells, resulting in the expansion of a cell population." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33635 ;
    owl:annotatedTarget "polycyclic compounds" .

[]
    oboInOwl:hasDbXref "CL:0000188", "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014857 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "CL:0000188", "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014858 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of skeletal muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33636 ;
    owl:annotatedTarget "bicyclic compounds" .

[]
    oboInOwl:hasDbXref "CL:0000188", "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014859 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of skeletal muscle cell proliferation." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mtg_muscle", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014860 ;
    owl:annotatedTarget "The regulated release of neurotransmitter into the synaptic cleft involved in skeletal muscle contraction. A neurotransmitter is any of a group of substances that are released on excitation from the axon terminal of a presynaptic neuron of the central or peripheral nervous system and travel across the synaptic cleft to either excite or inhibit the target cell. Among the many substances that have the properties of a neurotransmitter are acetylcholine, noradrenaline, adrenaline, dopamine, glycine, gamma aminobutyrate, glutamic acid, substance P, enkephalins, endorphins and serotonin." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0014860 ;
    owl:annotatedTarget "neurotransmitter secretion involved in control of skeletal muscle contraction" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33655 ;
    owl:annotatedTarget "aromatics" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mtg_cardiac_conduct_nov11", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014861 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of skeletal muscle contraction by depolarization of muscle membrane and ionic fluxes." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33655 ;
    owl:annotatedTarget "aromatische Verbindungen" .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014866 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the skeletal myofibril over time, from its formation to the mature structure. A skeletal myofibril is a myofibril specific to skeletal muscle cells." .

[]
    oboInOwl:hasDbXref "CL:0000056", "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014872 ;
    owl:annotatedTarget "The process resulting in the physical partitioning and separation of a myoblast into daughter cells. A myoblast is a mononucleate cell type that, by fusion with other myoblasts, gives rise to the myotubes that eventually develop into skeletal muscle fibers." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33659 ;
    owl:annotatedTarget "organic aromatic compounds" .

[]
    oboInOwl:hasDbXref "GOC:ef", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014874 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a stimulus. This occurs as part of the regulation of muscle adaptation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33671 ;
    owl:annotatedTarget "polyheterocyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014887 ;
    owl:annotatedTarget "The process in which cardiac muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014888 ;
    owl:annotatedTarget "Any process in which striated muscle adapts, with consequent modifications to structural and/or functional phenotypes, in response to a stimulus. Stimuli include contractile activity, loading conditions, substrate supply, and environmental factors. These adaptive events occur in both muscle fibers and associated structures (motoneurons and capillaries), and they involve alterations in regulatory mechanisms, contractile properties and metabolic capacities." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014895 ;
    owl:annotatedTarget "The enlargement or overgrowth of all or part of an organ due to an increase in size of its smooth muscle cells without cell division. Physiological hypertrophy is a normal process during development, and can also occur in mature structures on demand. In the uterus, smooth muscle cells undergo hypertrophy during pregnancy." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014896 ;
    owl:annotatedTarget "The muscle system process that results in enlargement or overgrowth of all or part of a muscle organ due to an increase in the size of its muscle cells. Physiological hypertrophy is a normal process during development (it stops in cardiac muscle after adolescence) and can also be brought on in response to demand. In athletes cardiac and skeletal muscles undergo hypertrophy stimulated by increasing muscle activity on exercise. Smooth muscle cells in the uterus undergo hypertrophy during pregnancy." .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014897 ;
    owl:annotatedTarget "The enlargement or overgrowth of all or part of an organ due to an increase in size of muscle cells without cell division. In the case of striated muscle, this happens due to the additional synthesis of sarcomeric proteins and assembly of myofibrils." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33674 ;
    owl:annotatedTarget "s-block molecular entity" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014902 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a myotube cell. Myotube differentiation starts with myoblast fusion and the appearance of specific cell markers (this is the cell development step). Then individual myotubes can fuse to form bigger myotubes and start to contract. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33674 ;
    owl:annotatedTarget "s-block compounds" .

[]
    oboInOwl:hasDbXref "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014904 ;
    owl:annotatedTarget "The process aimed at the progression of a myotube cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell. Myotubes are multinucleated cells that are formed when proliferating myoblasts exit the cell cycle, differentiate and fuse." .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014909 ;
    owl:annotatedTarget "The orderly movement of a smooth muscle cell from one site to another, often during the development of a multicellular organism." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33674 ;
    owl:annotatedTarget "s-block molecular entities" .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014910 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of smooth muscle cell migration." .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014911 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of smooth muscle cell migration." .

[]
    oboInOwl:hasDbXref "CL:0000192", "GOC:mtg_muscle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0014912 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of smooth muscle cell migration." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33675 ;
    owl:annotatedTarget "p-block compounds" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015031 ;
    owl:annotatedTarget "The directed movement of proteins into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0395825172", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015629 ;
    owl:annotatedTarget "The part of the cytoskeleton (the internal framework of a cell) composed of actin and associated proteins. Includes actin cytoskeleton-associated complexes." .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0395825172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015630 ;
    owl:annotatedTarget "The part of the cytoskeleton (the internal framework of a cell) composed of microtubules and associated proteins." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015669 ;
    owl:annotatedTarget "The directed movement of substances that are gaseous in normal living conditions into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33675 ;
    owl:annotatedTarget "p-block molecular entities" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015671 ;
    owl:annotatedTarget "The directed movement of oxygen (O2) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    a owl:Axiom ;
    rdfs:label "Intracellular oxygen transport" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0015671 ;
    owl:annotatedTarget "Reactome:R-HSA-8981607" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015695 ;
    owl:annotatedTarget "The directed movement of organic cations into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Organic cations are atoms or small molecules with a positive charge which contain carbon in covalent linkage." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33675 ;
    owl:annotatedTarget "p-block molecular entitiy" .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015698 ;
    owl:annotatedTarget "The directed movement of inorganic anions into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Inorganic anions are atoms or small molecules with a negative charge which do not contain carbon in covalent linkage." .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015711 ;
    owl:annotatedTarget "The directed movement of organic anions into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Organic anions are atoms or small molecules with a negative charge which contain carbon in covalent linkage." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33693 ;
    owl:annotatedTarget "oxygen hydride" .

[]
    oboInOwl:hasDbXref "GOC:krc" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015718 ;
    owl:annotatedTarget "The directed movement of monocarboxylic acids into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33693 ;
    owl:annotatedTarget "hydrides of oxygen" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015774 ;
    owl:annotatedTarget "The directed movement of polysaccharides into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. A polysaccharide is a polymer of many (typically more than 10) monosaccharide residues linked glycosidically." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015833 ;
    owl:annotatedTarget "The directed movement of peptides, compounds of two or more amino acids where the alpha carboxyl group of one is bound to the alpha amino group of another, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33693 ;
    owl:annotatedTarget "oxygen hydrides" .

[]
    oboInOwl:hasDbXref "GOC:ai", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015837 ;
    owl:annotatedTarget "The directed movement of amines, including polyamines, organic compounds containing one or more amino groups, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33694 ;
    owl:annotatedTarget "Biopolymere" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015844 ;
    owl:annotatedTarget "The directed movement of monoamines, organic compounds that contain one amino group that is connected to an aromatic ring by an ethylene group (-CH2-CH2-), into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015849 ;
    owl:annotatedTarget "The directed movement of organic acids, any acidic compound containing carbon in covalent linkage, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33694 ;
    owl:annotatedTarget "biomacromolecules" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015850 ;
    owl:annotatedTarget "The directed movement of an organic hydroxy compound (organic alcohol) into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. An organic hydroxy compound is an organic compound having at least one hydroxy group attached to a carbon atom." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015851 ;
    owl:annotatedTarget "The directed movement of a nucleobase, any nitrogenous base that is a constituent of a nucleoside, nucleotide, or nucleic acid, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0015851 ;
    owl:annotatedTarget "nucleobase transmembrane transport" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33694 ;
    owl:annotatedTarget "biopolymers" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015870 ;
    owl:annotatedTarget "The directed movement of acetylcholine into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Acetylcholine is an acetic acid ester of the organic base choline and functions as a neurotransmitter, released at the synapses of parasympathetic nerves and at neuromuscular junctions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33695 ;
    owl:annotatedTarget "genetically encoded biomacromolecules" .

[]
    oboInOwl:hasDbXref "GOC:ai", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015874 ;
    owl:annotatedTarget "The directed movement of norepinephrine into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore. Norepinephrine (3,4-dihydroxyphenyl-2-aminoethanol) is a hormone secreted by the adrenal medulla and a neurotransmitter in the sympathetic peripheral nervous system and in some tracts of the CNS. It is also the biosynthetic precursor of epinephrine." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0015931 ;
    owl:annotatedTarget "The directed movement of nucleobases, nucleosides, nucleotides and nucleic acids, into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0015931 ;
    owl:annotatedTarget "nucleobase, nucleoside, nucleotide and nucleic acid transport" .

[]
    oboInOwl:hasDbXref "GOC:dos", "GOC:mah", "ISBN:0815316194" ;
    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 and attached to it." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33695 ;
    owl:annotatedTarget "genetically encoded biopolymers" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0016020 ;
    owl:annotatedTarget "transmembrane" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016043 ;
    owl:annotatedTarget "A process that results in the assembly, arrangement of constituent parts, or disassembly of a cellular component." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0016043 ;
    owl:annotatedTarget "cellular component organisation at cellular level" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0016043 ;
    owl:annotatedTarget "cellular component organisation in other organism" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0016043 ;
    owl:annotatedTarget "cell organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33695 ;
    owl:annotatedTarget "information biomacromolecules" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016049 ;
    owl:annotatedTarget "The process in which a cell irreversibly increases in size over time by accretion and biosynthetic production of matter similar to that already present." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0016049 ;
    owl:annotatedTarget "non-developmental cell growth" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0016049 ;
    owl:annotatedTarget "non-developmental growth of a unicellular organism" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33695 ;
    owl:annotatedTarget "information biopolymers" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016050 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a vesicle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0016050 ;
    owl:annotatedTarget "vesicle organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33695 ;
    owl:annotatedTarget "information macromolecule" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016051 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of carbohydrates, any of a group of organic compounds based of the general formula Cx(H2O)y." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016053 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of organic acids, any acidic compound containing carbon in covalent linkage." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33695 ;
    owl:annotatedTarget "information macromolecules" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:hb", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016057 ;
    owl:annotatedTarget "Hyperpolarization (vertebrates) or depolarization (invertebrates) of the photoreceptor cell membrane via closing/opening of cation specific channels as a result of signals generated by rhodopsin activation by a photon." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0016057 ;
    owl:annotatedTarget "changes in polarization state of photoreceptor cell membrane" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016070 ;
    owl:annotatedTarget "The cellular chemical reactions and pathways involving RNA, ribonucleic acid, one of the two main type of nucleic acid, consisting of a long, unbranched macromolecule formed from ribonucleotides joined in 3',5'-phosphodiester linkage." .

[]
    a owl:Axiom ;
    rdfs:label "Metabolism of RNA" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0016070 ;
    owl:annotatedTarget "Reactome:R-HSA-8953854" .

[]
    oboInOwl:hasDbXref "GOC:ai", "GOC:mah", "ISBN:08789310662000" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016192 ;
    owl:annotatedTarget "A cellular transport process in which transported substances are moved in membrane-bounded vesicles; transported substances are enclosed in the vesicle lumen or located in the vesicle membrane. The process begins with a step that directs a substance to the forming vesicle, and includes vesicle budding and coating. Vesicles are then targeted to, and fuse with, an acceptor membrane." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0016192 ;
    owl:annotatedTarget "vesicular transport" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016202 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of striated muscle development." .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016321 ;
    owl:annotatedTarget "The cell cycle process in which genetic material, in the form of chromosomes, is organized and then physically separated and apportioned to two or more sets during the meiotic cell cycle in a female." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33696 ;
    owl:annotatedTarget "NA" .

[]
    oboInOwl:hasDbXref "GOC:mtg_sensu", "PMID:11231123" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016325 ;
    owl:annotatedTarget "Formation and maintenance of a polarized microtubule array originating from a microtubule-organizing center (MTOC) in the oocyte. An example of this is found in Drosophila melanogaster." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33696 ;
    owl:annotatedTarget "Nukleinsaeure" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016331 ;
    owl:annotatedTarget "The process in which the anatomical structures of embryonic epithelia are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "GOC:jl", "ISBN:0198506732", "PMID:22683681" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016358 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the dendrite over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:dph", "GOC:ems", "GOC:pf", "Wikipedia:Cell_migration" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016477 ;
    owl:annotatedTarget "The controlled self-propelled movement of a cell from one site to a destination guided by molecular cues." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33696 ;
    owl:annotatedTarget "Nukleinsaeuren" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016482 ;
    owl:annotatedTarget "The directed movement of substances or organelles within the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016525 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of angiogenesis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33696 ;
    owl:annotatedTarget "acide nucleique" .

[]
    oboInOwl:hasDbXref "ISBN:0198547684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016528 ;
    owl:annotatedTarget "The cytoplasm of a muscle cell; includes the sarcoplasmic reticulum." .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0017085 ;
    owl:annotatedTarget "Any process that results in a change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of an insecticide stimulus. Insecticides are chemicals used to kill insects." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33696 ;
    owl:annotatedTarget "acides nucleiques" .

[]
    oboInOwl:hasDbXref "GOC:jl", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0017126 ;
    owl:annotatedTarget "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a nucleolus, a small, dense body one or more of which are present in the nucleus of eukaryotic cells." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0017126 ;
    owl:annotatedTarget "nucleolus assembly" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33696 ;
    owl:annotatedTarget "acido nucleico" .

[]
    oboInOwl:hasDbXref "GOC:jid", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0017145 ;
    owl:annotatedTarget "The self-renewing division of a stem cell. A stem cell is an undifferentiated cell, in the embryo or adult, that can undergo unlimited division and give rise to one or several different cell types." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0017148 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA or circRNA." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33696 ;
    owl:annotatedTarget "acidos nucleicos" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0017157 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of exocytosis." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0018958 ;
    owl:annotatedTarget "The chemical reactions and pathways involving a phenol, any compound containing one or more hydroxyl groups directly attached to an aromatic carbon ring." .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:pr" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019098 ;
    owl:annotatedTarget "The specific behavior of an organism that is associated with reproduction." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019216 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving lipids." .

[]
    a owl:Axiom ;
    rdfs:label "Activation of gene expression by SREBF (SREBP)" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0019216 ;
    owl:annotatedTarget "Reactome:R-HSA-2426168" .

[]
    a owl:Axiom ;
    rdfs:label "Regulation of lipid metabolism by PPARalpha" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0019216 ;
    owl:annotatedTarget "Reactome:R-HSA-400206" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019218 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving steroids." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "ribonucleic acid" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019219 ;
    owl:annotatedTarget "Any cellular process that modulates the frequency, rate or extent of the chemical reactions and pathways involving nucleobases, nucleosides, nucleotides and nucleic acids." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0019219 ;
    owl:annotatedTarget "regulation of nucleobase, nucleoside, nucleotide and nucleic acid metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019222 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways within a cell or an organism." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "RNA" .

[]
    a owl:Axiom ;
    rdfs:label "PPARA activates gene expression" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0019222 ;
    owl:annotatedTarget "Reactome:R-HSA-1989781" .

[]
    oboInOwl:hasDbXref "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0019222 ;
    owl:annotatedTarget "regulation of organismal metabolic process" .

[]
    oboInOwl:hasDbXref "GOC:curators", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019226 ;
    owl:annotatedTarget "The neurological system process in which a signal is transmitted through the nervous system by a combination of action potential propagation and synaptic transmission." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0019226 ;
    owl:annotatedTarget "conduction of nerve impulse" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "RNA" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019228 ;
    owl:annotatedTarget "An action potential that occurs in a neuron." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0019228 ;
    owl:annotatedTarget "generation of action potential" .

[]
    oboInOwl:hasDbXref "GOC:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019233 ;
    owl:annotatedTarget "The series of events required for an organism to receive a painful stimulus, convert it to a molecular signal, and recognize and characterize the signal. A painful stimulus is any physical or chemical event that has the potential to cause tissue damage (actual or perceived) and activates the nociceptive system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "RNS" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019413 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of acetate, the anion of acetic acid." .

[]
    oboInOwl:hasDbXref "GOC:ma" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019538 ;
    owl:annotatedTarget "The chemical reactions and pathways involving a protein. Includes protein modification." .

[]
    a owl:Axiom ;
    rdfs:label "Metabolism of proteins" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0019538 ;
    owl:annotatedTarget "Reactome:R-HSA-392499" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "Ribonukleinsaeure" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "GOC:jl", "ISBN:0395825172" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019725 ;
    owl:annotatedTarget "Any process involved in the maintenance of an internal steady state at the level of the cell." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019748 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in many of the chemical changes of compounds that are not necessarily required for growth and maintenance of cells, and are often unique to a taxon. In multicellular organisms secondary metabolism is generally carried out in specific cell types, and may be useful for the organism as a whole. In unicellular organisms, secondary metabolism is often used for the production of antibiotics or for the utilization and acquisition of unusual nutrients." .

[]
    oboInOwl:hasDbXref "ChemIDplus" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "pentosenucleic acids" .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019752 ;
    owl:annotatedTarget "The chemical reactions and pathways involving carboxylic acids, any organic acid containing one or more carboxyl (COOH) groups or anions (COO-)." .

[]
    a owl:Axiom ;
    rdfs:label "Glyoxylate metabolism and glycine degradation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0019752 ;
    owl:annotatedTarget "Reactome:R-HSA-389661" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "ribonucleic acids" .

[]
    oboInOwl:hasDbXref "GOC:ai" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019755 ;
    owl:annotatedTarget "The directed movement of one-carbon compounds into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019867 ;
    owl:annotatedTarget "The external membrane of Gram-negative bacteria or certain organelles such as mitochondria and chloroplasts; freely permeable to most ions and metabolites." .

[]
    oboInOwl:hasDbXref "Wikipedia:Sexual_reproduction" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0019953 ;
    owl:annotatedTarget "A type of reproduction that combines the genetic material of two gametes (such as a sperm or egg cell or fungal spores). The gametes have an haploid genome (with a single set of chromosomes, the product of a meiotic division) and combines with one another to produce a zygote (diploid)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "ribose nucleic acid" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021501 ;
    owl:annotatedTarget "The formation of the prechordal plate. The prechordal plate is a thickening of the endoderm at the cranial end of the primitive streak formed by the involution of Spemann's organizer cells. The prechordal plate and the notochord induce the formation of the neural plate from the overlying ectodermal cells." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021510 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the spinal cord over time, from its formation to the mature structure. The spinal cord primarily conducts sensory and motor nerve impulses between the brain and the peripheral nervous tissues." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33697 ;
    owl:annotatedTarget "yeast nucleic acid" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:11262869" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021514 ;
    owl:annotatedTarget "The process in which neuroepithelial cells in the neural tube acquire specialized structural and/or functional features of ventral spinal cord interneurons. Ventral spinal cord interneurons are cells located in the ventral portion of the spinal cord that transmit signals between sensory and motor neurons and are required for reflexive responses. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33700 ;
    owl:annotatedTarget "canonical amino-acid residue" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:11262869" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021515 ;
    owl:annotatedTarget "The process in which relatively unspecialized cells acquire specialized structural and/or functional features that characterize the cells of the spinal cord. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33700 ;
    owl:annotatedTarget "canonical amino-acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021517 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the ventral region of the spinal cord over time, from its formation to the mature structure. The neurons of the ventral region of the mature spinal cord participate in motor output." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33700 ;
    owl:annotatedTarget "common amino acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:11262869" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021522 ;
    owl:annotatedTarget "The process in which neuroepithelial cells in the ventral neural tube acquire specialized structural and/or functional features of motor neurons. Motor neurons innervate an effector (muscle or glandular) tissue and are responsible for transmission of motor impulses from the brain to the periphery. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:11262869" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021523 ;
    owl:annotatedTarget "The process in which neuroepithelial cells in the neural tube acquire specialized structural and/or functional features of somatic motor neurons. Somatic motor neurons innervate skeletal muscle targets and are responsible for transmission of motor impulses from the brain to the periphery. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021532 ;
    owl:annotatedTarget "The regionalization process that regulates the coordinated growth that establishes the non-random spatial arrangement of the neural tube." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33700 ;
    owl:annotatedTarget "proteinogenic amino-acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021533 ;
    owl:annotatedTarget "The process in which relatively unspecialized cells acquire specialized structural and/or functional features that characterize the mature cells of the hindbrain. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33700 ;
    owl:annotatedTarget "standard amino acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021534 ;
    owl:annotatedTarget "The multiplication or reproduction of cells, resulting in the expansion of a cell population in the hindbrain." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33700 ;
    owl:annotatedTarget "standard amino-acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021535 ;
    owl:annotatedTarget "The orderly movement of a cell that will reside in the hindbrain." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33702 ;
    owl:annotatedTarget "polyatomic cations" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021536 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the diencephalon over time, from its formation to the mature structure. The diencephalon is the paired caudal parts of the prosencephalon from which the thalamus, hypothalamus, epithalamus and subthalamus are derived; these regions regulate autonomic, visceral and endocrine function, and process information directed to the cerebral cortex." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021537 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the telencephalon over time, from its formation to the mature structure. The telencephalon is the paired anteriolateral division of the prosencephalon plus the lamina terminalis from which the olfactory lobes, cerebral cortex, and subcortical nuclei are derived." .

[]
    oboInOwl:hasDbXref "GOC:sl", "PMID:22331407" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021537 ;
    owl:annotatedTarget "cerebrum development" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021543 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the pallium over time, from its formation to the mature structure. The pallium is the roof region of the telencephalon." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33703 ;
    owl:annotatedTarget "amino acid cation" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021545 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the cranial nerves over time, from its formation to the mature structure. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33703 ;
    owl:annotatedTarget "amino acid cations" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021546 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the rhombomere over time, from its formation to the mature structure. Rhombomeres are transverse segments of the developing rhombencephalon. Rhombomeres are lineage restricted, express different genes from one another, and adopt different developmental fates." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33703 ;
    owl:annotatedTarget "amino-acid cations" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:isa_complete", "GOC:jid", "GO_REF:0000021", "PMID:15541513" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021547 ;
    owl:annotatedTarget "The regionalization process that gives rise to the midbrain-hindbrain boundary. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages. An organizing center at the boundary patterns the midbrain and hindbrain primordia of the neural plate." .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021547 ;
    owl:annotatedTarget "MHB biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021547 ;
    owl:annotatedTarget "MHB formation" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021547 ;
    owl:annotatedTarget "midbrain-hindbrain boundary biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021547 ;
    owl:annotatedTarget "midbrain-hindbrain boundary formation" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021547 ;
    owl:annotatedTarget "isthmus biosynthesis" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021547 ;
    owl:annotatedTarget "isthmus formation" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021548 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the pons over time, from its formation to the mature structure. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021550 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the medulla oblongata over time, from its formation to the mature structure. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021550 ;
    owl:annotatedTarget "medulla development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021550 ;
    owl:annotatedTarget "myelencephalon development" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021551 ;
    owl:annotatedTarget "The process in which the anatomical structure of the central nervous system is generated and organized. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain and spinal cord. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33704 ;
    owl:annotatedTarget "Amino acid" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:15541513" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021555 ;
    owl:annotatedTarget "The process in which the anatomical structure of the midbrain-hindbrain boundary is generated and organized. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages. An organizing center at the boundary patterns the midbrain and hindbrain primordia of the neural plate." .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021555 ;
    owl:annotatedTarget "MHB morphogenesis" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021555 ;
    owl:annotatedTarget "isthmus morphogenesis" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33704 ;
    owl:annotatedTarget "Amino acids" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021556 ;
    owl:annotatedTarget "The process that gives rise to the central nervous system. This process pertains to the initial formation of a structure from unspecified parts. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain, spinal cord and spinal nerves. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021559 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the trigeminal nerve over time, from its formation to the mature structure. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33704 ;
    owl:annotatedTarget "alpha-amino acids" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021559 ;
    owl:annotatedTarget "cranial nerve 5 development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021559 ;
    owl:annotatedTarget "cranial nerve V development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021559 ;
    owl:annotatedTarget "CN V development" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021563 ;
    owl:annotatedTarget "Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." .

[]
    oboInOwl:hasDbXref "JCBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33704 ;
    owl:annotatedTarget "alpha-amino acids" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021563 ;
    owl:annotatedTarget "cranial nerve 9 development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021563 ;
    owl:annotatedTarget "cranial nerve IX development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021563 ;
    owl:annotatedTarget "CN IX development" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33704 ;
    owl:annotatedTarget "alpha-amino carboxylic acids" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021564 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the vagus nerve over time, from its formation to the mature structure. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021564 ;
    owl:annotatedTarget "cranial nerve X development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021564 ;
    owl:annotatedTarget "CN X development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021564 ;
    owl:annotatedTarget "cranial nerve 10 development" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021565 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the accessory nerve over time, from its formation to the mature structure. In mice, the spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021565 ;
    owl:annotatedTarget "cranial nerve XI development" .

[]
    oboInOwl:hasDbXref "PMID:11533729" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021565 ;
    owl:annotatedTarget "spinal accessory nerve development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021565 ;
    owl:annotatedTarget "CN XI development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021565 ;
    owl:annotatedTarget "cranial nerve 11 development" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021566 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the hypoglossal nerve over time, from its formation to the mature structure. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021566 ;
    owl:annotatedTarget "cranial nerve XII development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021566 ;
    owl:annotatedTarget "CN XII development" .

[]
    oboInOwl:hasDbXref "GOC:cls" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021566 ;
    owl:annotatedTarget "cranial nerve 12 development" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021575 ;
    owl:annotatedTarget "The process in which the anatomical structure of the hindbrain is generated and organized. The hindbrain is the region consisting of the medulla, pons and cerebellum. Areas of the hindbrain control motor and autonomic functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33708 ;
    owl:annotatedTarget "amino acid residue" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021576 ;
    owl:annotatedTarget "The process that gives rise to the hindbrain. This process pertains to the initial formation of a structure from unspecified parts. The hindbrain is the region consisting of the medulla, pons and cerebellum. Areas of the hindbrain control motor and autonomic functions." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021578 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the hindbrain to attain its fully functional state. The hindbrain is the region consisting of the medulla, pons and cerebellum. Areas of the hindbrain control motor and autonomic functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33708 ;
    owl:annotatedTarget "amino acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021579 ;
    owl:annotatedTarget "The process in which the anatomical structure of the medulla oblongata is generated and organized. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." .

[]
    oboInOwl:hasDbXref "JCBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33708 ;
    owl:annotatedTarget "amino-acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021580 ;
    owl:annotatedTarget "The process that gives rise to the medulla oblongata. This process pertains to the initial formation of a structure from unspecified parts. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021582 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the medulla oblongata to attain its fully functional state. The medulla oblongata lies directly above the spinal cord and controls vital autonomic functions such as digestion, breathing and the control of heart rate." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021583 ;
    owl:annotatedTarget "The process in which the anatomical structure of the pons is generated and organized. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33709 ;
    owl:annotatedTarget "Aminocarbonsaeure" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021584 ;
    owl:annotatedTarget "The process that gives rise to the pons. This process pertains to the initial formation of a structure from unspecified parts. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33709 ;
    owl:annotatedTarget "Aminokarbonsaeure" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021586 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the pons to attain its fully functional state. The pons lies above the medulla and next to the cerebellum. The pons conveys information about movement from the cerebral hemisphere to the cerebellum." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33709 ;
    owl:annotatedTarget "Aminosaeure" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021593 ;
    owl:annotatedTarget "The process in which the anatomical structure of the rhombomere is generated and organized. Rhombomeres are transverse segments of the developing rhombencephalon. Rhombomeres are lineage restricted, express different genes from one another, and adopt different developmental fates." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021594 ;
    owl:annotatedTarget "The process that gives rise to the rhombomere. This process pertains to the initial formation of a structure from unspecified parts. Rhombomeres are transverse segments of the developing rhombencephalon. Rhombomeres are lineage restricted, express different genes from one another, and adopt different developmental fates." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33709 ;
    owl:annotatedTarget "amino acids" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021602 ;
    owl:annotatedTarget "The process in which the anatomical structure of the cranial nerves are generated and organized. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021603 ;
    owl:annotatedTarget "The process that gives rise to the cranial nerves. This process pertains to the initial formation of a structure from unspecified parts. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33710 ;
    owl:annotatedTarget "alpha-amino-acid residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021605 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a cranial nerve to attain its fully functional state. The cranial nerves are composed of twelve pairs of nerves that emanate from the nervous tissue of the hindbrain. These nerves are sensory, motor, or mixed in nature, and provide the motor and general sensory innervation of the head, neck and viscera. They mediate vision, hearing, olfaction and taste and carry the parasympathetic innervation of the autonomic ganglia that control visceral functions." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33710 ;
    owl:annotatedTarget "an alpha-amino acid residue" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021606 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the accessory nerve to attain its fully functional state. The spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021607 ;
    owl:annotatedTarget "The process in which the anatomical structure of the accessory nerve is generated and organized. The spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021608 ;
    owl:annotatedTarget "The process that gives rise to the accessory nerve. This process pertains to the initial formation of a structure from unspecified parts. The spinal branch of this motor nerve innervates the trapezius and the sternocleidomastoid muscles. The cranial branch joins the vagus nerve and innervates the same targets as the vagus nerve." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33719 ;
    owl:annotatedTarget "alpha-amino acid cation" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021614 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the glossopharyngeal nerve to attain its fully functional state. Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33719 ;
    owl:annotatedTarget "alpha-amino acid cations" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021615 ;
    owl:annotatedTarget "The process in which the anatomical structure of the glossopharyngeal nerve is generated and organized. Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33719 ;
    owl:annotatedTarget "alpha-amino-acid cations" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021616 ;
    owl:annotatedTarget "The process that gives rise to the glossopharyngeal nerve. This process pertains to the initial formation of a structure from unspecified parts. Various sensory and motor branches of the glossopharyngeal nerve supply nerve connections to the pharynx and back of the tongue. The branchial motor component contains motor fibers that innervate muscles that elevate the pharynx and larynx, and the tympanic branch supplies parasympathetic fibers to the otic ganglion." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021618 ;
    owl:annotatedTarget "The process in which the anatomical structure of the hypoglossal nerve is generated and organized. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021619 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the hypoglossal nerve to attain its fully functional state. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33720 ;
    owl:annotatedTarget "carbohydrate acid" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021620 ;
    owl:annotatedTarget "The process that gives rise to the hypoglossal nerve. This process pertains to the initial formation of a structure from unspecified parts. This motor nerve innervates all the intrinsic and all but one of the extrinsic muscles of the tongue." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33720 ;
    owl:annotatedTarget "carbohydrate acids" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0582227089" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021626 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the central nervous system to attain its fully functional state. The central nervous system is the core nervous system that serves an integrating and coordinating function. In vertebrates it consists of the brain and spinal cord. In those invertebrates with a central nervous system it typically consists of a brain, cerebral ganglia and a nerve cord." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021635 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the trigeminal nerve to attain its fully functional state. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021636 ;
    owl:annotatedTarget "The process in which the anatomical structure of the trigeminal nerve is generated and organized. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_33721 ;
    owl:annotatedTarget "carbohydrate acid anion" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021638 ;
    owl:annotatedTarget "The process that gives rise to the trigeminal nerve. This process pertains to the initial formation of a structure from unspecified parts. The trigeminal nerve is composed of three large branches. They are the ophthalmic (V1, sensory), maxillary (V2, sensory) and mandibular (V3, motor and sensory) branches. The sensory ophthalmic branch travels through the superior orbital fissure and passes through the orbit to reach the skin of the forehead and top of the head. The maxillary nerve contains sensory branches that reach the pterygopalatine fossa via the inferior orbital fissure (face, cheek and upper teeth) and pterygopalatine canal (soft and hard palate, nasal cavity and pharynx). The motor part of the mandibular branch is distributed to the muscles of mastication, the mylohyoid muscle and the anterior belly of the digastric. The mandibular nerve also innervates the tensor veli palatini and tensor tympani muscles. The sensory part of the mandibular nerve is composed of branches that carry general sensory information from the mucous membranes of the mouth and cheek, anterior two-thirds of the tongue, lower teeth, skin of the lower jaw, side of the head and scalp and meninges of the anterior and middle cranial fossae." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33721 ;
    owl:annotatedTarget "carbohydrate acid anions" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021643 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the vagus nerve to attain its fully functional state. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33791 ;
    owl:annotatedTarget "canonical nucleoside residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021644 ;
    owl:annotatedTarget "The process in which the anatomical structure of the vagus nerve is generated and organized. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." .

[]
    oboInOwl:hasDbXref "CBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33791 ;
    owl:annotatedTarget "common nucleoside residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021646 ;
    owl:annotatedTarget "The process that gives rise to the vagus nerve. This process pertains to the initial formation of a structure from unspecified parts. This nerve is primarily sensory but also has visceromotor components. It originates in the brain stem and controls many autonomic functions of the heart, lungs, stomach, pharynx, larynx, trachea, esophagus and other gastrointestinal tract components. It controls some motor functions such as speech. The sensory branches mediate sensation from the pharynx, larynx, thorax and abdomen; it also innervates taste buds in the epiglottis." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021654 ;
    owl:annotatedTarget "The process that gives rise to a rhombomere boundary. This process pertains to the initial formation of a boundary delimiting a rhombomere. Rhombomeres are transverse segments of the developing rhombencephalon that are lineage restricted, express different genes from one another, and adopt different developmental fates. Rhombomeres are numbered in anterior to posterior order." .

[]
    oboInOwl:hasDbXref "CBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33791 ;
    owl:annotatedTarget "nucleoside residue" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021675 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a nerve over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33791 ;
    owl:annotatedTarget "standard nucleoside residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021682 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for a nerve to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021700 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for an anatomical structure, cell or cellular component to attain its fully functional state." .

[]
    oboInOwl:hasDbXref "CBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33792 ;
    owl:annotatedTarget "N" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021703 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the locus ceruleus over time, from its formation to the mature structure. The locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." .

[]
    oboInOwl:hasDbXref "CBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33792 ;
    owl:annotatedTarget "Nuc" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021704 ;
    owl:annotatedTarget "The process in which the anatomical structure of the locus ceruleus is generated and organized. In mice, the locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33792 ;
    owl:annotatedTarget "canonical ribonucleoside residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021705 ;
    owl:annotatedTarget "The process that gives rise to the locus ceruleus. This process pertains to the initial formation of a structure from unspecified parts. In mice, the locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." .

[]
    oboInOwl:hasDbXref "CBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33792 ;
    owl:annotatedTarget "common ribonucleoside residue" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021706 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the locus ceruleus to attain its fully functional state. The locus ceruleus is a dense cluster of neurons within the dorsorostral pons. This nucleus is the major location of neurons that release norepinephrine throughout the brain, and is responsible for physiological responses to stress and panic." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021718 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the superior olivary nucleus over time, from its formation to the mature structure. In mice, the superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." .

[]
    oboInOwl:hasDbXref "CBN" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33792 ;
    owl:annotatedTarget "common ribonucleoside residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021719 ;
    owl:annotatedTarget "The process in which the anatomical structure of the superior olivary nucleus is generated and organized. In mice, the superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33792 ;
    owl:annotatedTarget "standard ribonucleoside residues" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021720 ;
    owl:annotatedTarget "The process that gives rise to the superior olivary nucleus. This process pertains to the initial formation of a structure from unspecified parts. In mice, the superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33822 ;
    owl:annotatedTarget "organic alcohol" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0838580343" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021722 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the superior olivary nucleus to attain its fully functional state. The superior olivary nucleus is a small cylindrical mass on the dorsal surface of the lateral part of the trapezoid body of the pons, and it is situated immediately above the inferior olivary nucleus. It receives projections from the cochlear nucleus and thus is involved in the perception of sound." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33822 ;
    owl:annotatedTarget "organic hydroxy compounds" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:15541513" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021732 ;
    owl:annotatedTarget "A developmental process, independent of morphogenetic (shape) change, that is required for the midbrain-hindbrain boundary to attain its fully functional state. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages. An organizing center at the boundary patterns the midbrain and hindbrain primordia of the neural plate." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33832 ;
    owl:annotatedTarget "organic cyclic compounds" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:curators", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021743 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the hypoglossal nucleus over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33833 ;
    owl:annotatedTarget "hetarenes" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:curators", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021751 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a salivary nucleus over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:curators", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021753 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the superior salivary nucleus over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "COMe" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33837 ;
    owl:annotatedTarget "complex protein" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021782 ;
    owl:annotatedTarget "The process aimed at the progression of a glial cell over time, from initial commitment of the cell to a specific fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33839 ;
    owl:annotatedTarget "macromolecules" .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021783 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a preganglionic parasympathetic fiber over time, from its formation to the mature structure. A preganglionic parasympathetic fiber is a cholinergic axonal fiber projecting from the CNS to a parasympathetic ganglion." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021795 ;
    owl:annotatedTarget "The orderly movement of cells from one site to another in the cerebral cortex." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021799 ;
    owl:annotatedTarget "The migration of cells in the developing cerebral cortex in which cells move from the ventricular and/or subventricular zone toward the surface of the brain." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021801 ;
    owl:annotatedTarget "The radial migration of neuronal or glial precursor cells along radial glial cells during the development of the cerebral cortex." .

[]
    oboInOwl:hasDbXref "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021801 ;
    owl:annotatedTarget "glial-guided locomotion" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33839 ;
    owl:annotatedTarget "polymer" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021814 ;
    owl:annotatedTarget "The movement of a cell along the process of a radial glial cell involved in cerebral cortex glial-mediated radial migration." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021814 ;
    owl:annotatedTarget "cell locomotion involved in cerebral cortex glial-mediated radial migration" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021814 ;
    owl:annotatedTarget "cell locomotion involved in cerebral cortex radial glia guided migration" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33839 ;
    owl:annotatedTarget "polymer molecule" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021815 ;
    owl:annotatedTarget "Rearrangements of the microtubule cytoskeleton that contribute to the movement of cells along radial glial cells as a component of the process of cerebral cortex glial-mediated radial migration." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021815 ;
    owl:annotatedTarget "modulation of microtubule cytoskeleton involved in cerebral cortex glial-mediated radial migration" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021819 ;
    owl:annotatedTarget "The detachment of cells from radial glial fibers at the appropriate time when they cease to migrate and form distinct layer in the cerebral cortex." .

[]
    oboInOwl:hasDbXref "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021819 ;
    owl:annotatedTarget "cerebral cortex lamination" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33839 ;
    owl:annotatedTarget "polymers" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GOC:tb", "GO_REF:0000021", "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021822 ;
    owl:annotatedTarget "The intracellular signaling pathway that results in the cessation of cell movement involved in lamination of the cerebral cortex." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021822 ;
    owl:annotatedTarget "negative regulation of cell locomotion involved in cerebral cortex glial-mediated radial migration" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021822 ;
    owl:annotatedTarget "negative regulation of cell locomotion involved in cerebral cortex radial glia guided migration" .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33853 ;
    owl:annotatedTarget "Aryl alcohol" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021846 ;
    owl:annotatedTarget "The creation of greater cell numbers in the forebrain due to cell division of progenitor cells." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33853 ;
    owl:annotatedTarget "a phenol" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:12626695", "PMID:22192824" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021852 ;
    owl:annotatedTarget "The migration of a pyramidal neuron precursor from the ventricular zone to the correct layer of the cerebral cortex." .

[]
    oboInOwl:hasDbXref "PMID:12626695" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021852 ;
    owl:annotatedTarget "projection neuron migration" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33853 ;
    owl:annotatedTarget "arenols" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021859 ;
    owl:annotatedTarget "The process in which a neuroblast or one of its progeny commits to a pyramidal neuron fate, migrates from the ventricular zone to the appropriate layer in the cortex and develops into a mature neuron." .

[]
    oboInOwl:hasDbXref "PMID:16226447" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0021859 ;
    owl:annotatedTarget "projection neuron differentiation" .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33893 ;
    owl:annotatedTarget "reactif" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021860 ;
    owl:annotatedTarget "The progression of a pyramidal neuron from its initial formation to its mature state." .

[]
    oboInOwl:hasDbXref "PMID:16226447" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0021860 ;
    owl:annotatedTarget "projection neuron development" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:16226447" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021863 ;
    owl:annotatedTarget "The process in which neuroepithelial cells in the neural tube acquire specialized structural and/or functional features of basal progenitor cells, neuroblasts that lose their contacts with the ventricular surface. Differentiation includes the processes involved in commitment of a cell to a specific fate." .

[]
    oboInOwl:hasDbXref "IUPAC" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33893 ;
    owl:annotatedTarget "reactivo" .

[]
    oboInOwl:hasDbXref "PMID:16226447" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021863 ;
    owl:annotatedTarget "abventricular progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "PMID:16226447" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021863 ;
    owl:annotatedTarget "intermediate progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "PMID:16226447" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0021863 ;
    owl:annotatedTarget "non-surface dividing progenitor cell differentiation" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021872 ;
    owl:annotatedTarget "The process in which nerve cells are generated in the forebrain. This includes the production of neuroblasts from and their differentiation into neurons." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33893 ;
    owl:annotatedTarget "reagents" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:16226447" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021879 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuron that will reside in the forebrain." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_33937 ;
    owl:annotatedTarget "macronutrients" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021884 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a neuron that resides in the forebrain, from its initial commitment to its fate, to the fully functional differentiated cell." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021885 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another at least one of which is located in the forebrain." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021895 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuron residing in the cerebral cortex." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:11262869" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021903 ;
    owl:annotatedTarget "The process in which the neural tube is divided into specific regions along the rostrocaudal axis." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021903 ;
    owl:annotatedTarget "anterior-posterior neural tube patterning" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:11262869" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021905 ;
    owl:annotatedTarget "The process whose specific outcome is the creation of the forebrain-midbrain boundary." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_350546 ;
    owl:annotatedTarget "serotonin" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:11262869" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021906 ;
    owl:annotatedTarget "The process whose specific outcome is the formation of the hindbrain-spinal cord boundary." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021915 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the neural tube over time, from its formation to the mature structure. The mature structure of the neural tube exists when the tube has been segmented into the forebrain, midbrain, hindbrain and spinal cord regions. In addition neural crest has budded away from the epithelium." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_350546 ;
    owl:annotatedTarget "serotonin cation" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021953 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuron whose cell body resides in the central nervous system." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35106 ;
    owl:annotatedTarget "nitrogen hydrides" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021954 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of a neuron whose cell body is located in the central nervous system, from initial commitment of the cell to a neuronal fate, to the fully functional differentiated neuron." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35107 ;
    owl:annotatedTarget "azanes" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021987 ;
    owl:annotatedTarget "The progression of the cerebral cortex over time from its initial formation until its mature state. The cerebral cortex is the outer layered region of the telencephalon." .

[]
    oboInOwl:hasDbXref "GOC:bf", "PMID:25904839" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0021987 ;
    owl:annotatedTarget "corticogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021987 ;
    owl:annotatedTarget "neocortex development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35222 ;
    owl:annotatedTarget "inhibidor" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "ISBN:0878932437", "ISBN:0878932585", "PMID:15806586" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021990 ;
    owl:annotatedTarget "The formation of the flat, thickened layer of ectodermal cells known as the neural plate. The underlying dorsal mesoderm signals the ectodermal cells above it to elongate into columnar neural plate cells. The neural plate subsequently develops into the neural tube, which gives rise to the central nervous system." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0021999 ;
    owl:annotatedTarget "The process that regulates the coordinated growth and differentiation that establishes the non-random anterior-posterior spatial arrangement of the neural plate." .

[]
    oboInOwl:hasDbXref "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0021999 ;
    owl:annotatedTarget "neural plate anterior/posterior pattern formation" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:curators", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022008 ;
    owl:annotatedTarget "Generation of cells within the nervous system." .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0022008 ;
    owl:annotatedTarget "neural cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35222 ;
    owl:annotatedTarget "inhibiteur" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022009 ;
    owl:annotatedTarget "The differentiation of endothelial cells from progenitor cells during blood vessel development, and the de novo formation of blood vessels and tubes in the central nervous system. The capillary endothelial cells in the brain are specialized to form the blood-brain barrier." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35222 ;
    owl:annotatedTarget "inhibitors" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022010 ;
    owl:annotatedTarget "The process in which neuronal axons and dendrites become coated with a segmented lipid-rich sheath (myelin) to enable faster and more energetically efficient conduction of electrical impulses. The sheath is formed by the cell membranes of oligodendrocytes in the central nervous system. Adjacent myelin segments are separated by a non-myelinated stretch of axon called a node of Ranvier." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022011 ;
    owl:annotatedTarget "The process in which neuronal axons and dendrites become coated with a segmented lipid-rich sheath (myelin) to enable faster and more energetically efficient conduction of electrical impulses. The sheath is formed by the cell membranes of Schwann cells in the peripheral nervous system. Adjacent myelin segments are separated by a non-myelinated stretch of axon called a node of Ranvier." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35223 ;
    owl:annotatedTarget "Katalysator" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:curators", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022029 ;
    owl:annotatedTarget "The orderly movement of a cell from one site to another at least one of which is located in the telencephalon." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35223 ;
    owl:annotatedTarget "catalizador" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022030 ;
    owl:annotatedTarget "The orderly movement of glial cells through the telencephalon." .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022032 ;
    owl:annotatedTarget "The multiplication or reproduction of telencephalon oligodendrocyte cells, resulting in the expansion of a cell population." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35223 ;
    owl:annotatedTarget "catalyseur" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021", "PMID:15629700" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022035 ;
    owl:annotatedTarget "The movement of a cell within a rhombomere. This process is known to occur as an early step in the generation of anatomical structure from a rhombomere." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35238 ;
    owl:annotatedTarget "amino acid zwitterion" .

[]
    oboInOwl:hasDbXref "GOC:cls", "GOC:curators", "GOC:dgh", "GOC:dph", "GOC:jid", "GO_REF:0000021" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022037 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the metencephalon over time, from its formation to the mature structure." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35238 ;
    owl:annotatedTarget "amino acid zwitterions" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "GOC:mtg_cell_cycle" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022402 ;
    owl:annotatedTarget "The cellular process that ensures successive accurate and complete genome replication and chromosome segregation." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "PMID:27875684" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022406 ;
    owl:annotatedTarget "The initial attachment of a membrane or protein to a target membrane. Docking requires only that the proteins come close enough to interact and adhere." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022411 ;
    owl:annotatedTarget "A cellular process that results in the breakdown of a cellular component." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35238 ;
    owl:annotatedTarget "amino-acid zwitterions" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022412 ;
    owl:annotatedTarget "A process, occurring at the cellular level, that is involved in the reproductive function of a multicellular organism." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022414 ;
    owl:annotatedTarget "A biological process that directly contributes to the process of producing new individuals by one or two organisms. The new individuals inherit some proportion of their genetic material from the parent or parents." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "GOC:jid", "GOC:mtg_cardio" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022600 ;
    owl:annotatedTarget "A physical, chemical, or biochemical process carried out by living organisms to break down ingested nutrients into components that may be easily absorbed and directed into metabolism." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35267 ;
    owl:annotatedTarget "Quaternary amine" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022603 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of anatomical structure morphogenesis." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35267 ;
    owl:annotatedTarget "a quaternary ammonium" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022604 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell morphogenesis. Cell morphogenesis is the developmental process in which the shape of a cell is generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0022604 ;
    owl:annotatedTarget "negative regulation of cell shape and cell size" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0022604 ;
    owl:annotatedTarget "positive regulation of cell shape and cell size" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0022604 ;
    owl:annotatedTarget "regulation of cell shape and cell size" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35267 ;
    owl:annotatedTarget "quaternary ammonium ions" .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022607 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of a cellular component." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022612 ;
    owl:annotatedTarget "The process in which the anatomical structures of a gland are generated and organized." .

[]
    oboInOwl:hasDbXref "GOC:isa_complete", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022613 ;
    owl:annotatedTarget "A cellular process that results in the biosynthesis of constituent macromolecules, assembly, and arrangement of constituent parts of a complex containing RNA and proteins. Includes the biosynthesis of the constituent RNA and protein molecules, and those macromolecular modifications that are involved in synthesis or assembly of the ribonucleoprotein complex." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0022613 ;
    owl:annotatedTarget "RNA-protein complex biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0022613 ;
    owl:annotatedTarget "ribonucleoprotein complex biogenesis and assembly" .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022617 ;
    owl:annotatedTarget "A process that results in the breakdown of the extracellular matrix." .

[]
    a owl:Axiom ;
    rdfs:label "Degradation of the extracellular matrix" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0022617 ;
    owl:annotatedTarget "Reactome:R-HSA-1474228" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35274 ;
    owl:annotatedTarget "ammonium ion derivatives" .

[]
    oboInOwl:hasDbXref "GOC:jl" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022618 ;
    owl:annotatedTarget "The aggregation, arrangement and bonding together of proteins and RNA molecules to form a ribonucleoprotein complex." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35274 ;
    owl:annotatedTarget "azanium ion derivative" .

[]
    oboInOwl:hasDbXref "GOC:mtg_sensu" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0022626 ;
    owl:annotatedTarget "A ribosome located in the cytosol." .

[]
    oboInOwl:hasDbXref "GOC:mtg_signal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0023019 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of gene expression as a consequence of a process in which a signal is released and/or conveyed from one location to another." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0023019 ;
    owl:annotatedTarget "regulation of gene expression as a consequence of signal transmission" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35274 ;
    owl:annotatedTarget "azanium ion derivatives" .

[]
    oboInOwl:hasDbXref "GOC:mtg_signal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0023051 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of a signaling process." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0023051 ;
    owl:annotatedTarget "regulation of signaling process" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0023051 ;
    owl:annotatedTarget "regulation of signalling process" .

[]
    oboInOwl:hasDbXref "GOC:mtg_signal", "GOC:mtg_signaling_feb11", "GOC:signaling" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0023052 ;
    owl:annotatedTarget "The entirety of a process in which information is transmitted within a biological system. This process begins with an active signal and ends when a cellular response has been triggered." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0023052 ;
    owl:annotatedTarget "signalling process" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35287 ;
    owl:annotatedTarget "acylcholines" .

[]
    oboInOwl:hasDbXref "GOC:mtg_signal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0023056 ;
    owl:annotatedTarget "Any process that activates, maintains or increases the frequency, rate or extent of a signaling process." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0023056 ;
    owl:annotatedTarget "positive regulation of signalling process" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0023056 ;
    owl:annotatedTarget "positive regulation of signaling process" .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35287 ;
    owl:annotatedTarget "an acylcholine" .

[]
    oboInOwl:hasDbXref "GOC:mtg_signal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0023057 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of a signaling process." .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0023057 ;
    owl:annotatedTarget "negative regulation of signaling process" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0023057 ;
    owl:annotatedTarget "negative regulation of signalling process" .

[]
    oboInOwl:hasDbXref "GOC:mtg_signal" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0023061 ;
    owl:annotatedTarget "The process in which a signal is secreted or discharged into the extracellular medium from a cellular source." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_35341 ;
    owl:annotatedTarget "Steroid" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0023061 ;
    owl:annotatedTarget "signal secretion" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030010 ;
    owl:annotatedTarget "The specification and formation of anisotropic intracellular organization or cell growth patterns." .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030016 ;
    owl:annotatedTarget "The contractile element of skeletal and cardiac muscle; a long, highly organized bundle of actin, myosin, and other proteins that contracts by a sliding filament mechanism." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35341 ;
    owl:annotatedTarget "a steroid" .

[]
    oboInOwl:hasDbXref "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030017 ;
    owl:annotatedTarget "The repeating unit of a myofibril in a muscle cell, composed of an array of overlapping thick and thin filaments between two adjacent Z discs." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030029 ;
    owl:annotatedTarget "Any cellular process that depends upon or alters the actin cytoskeleton, that part of the cytoskeleton comprising actin filaments and their associated proteins." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35352 ;
    owl:annotatedTarget "organonitrogens" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah", "PMID:16318917" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030030 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a prolongation or process extending from a cell, e.g. a flagellum or axon." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030030 ;
    owl:annotatedTarget "cell projection organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030030 ;
    owl:annotatedTarget "cell surface structure organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_35406 ;
    owl:annotatedTarget "oxoanion" .

[]
    oboInOwl:hasDbXref "GOC:jl", "GOC:mah", "PMID:18391171" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030031 ;
    owl:annotatedTarget "Formation of a prolongation or process extending from a cell, e.g. a flagellum or axon." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030031 ;
    owl:annotatedTarget "cell projection biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030036 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures comprising actin filaments and their associated proteins." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030036 ;
    owl:annotatedTarget "actin cytoskeleton organization and biogenesis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35406 ;
    owl:annotatedTarget "oxoacid anions" .

[]
    oboInOwl:hasDbXref "GOC:BHF", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030048 ;
    owl:annotatedTarget "Movement of organelles or other particles along actin filaments, or sliding of actin filaments past each other, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030050 ;
    owl:annotatedTarget "Movement of a vesicle along an actin filament, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "GOC:mah", "ISBN:0198506732", "PMID:26820516", "PMID:28096264" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030054 ;
    owl:annotatedTarget "A cellular component that forms a specialized region of connection between two or more cells, or between a cell and the extracellular matrix, or between two membrane-bound components of a cell, such as flagella." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35406 ;
    owl:annotatedTarget "oxoanions" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030072 ;
    owl:annotatedTarget "The regulated release of a peptide hormone from a cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35472 ;
    owl:annotatedTarget "anti-inflammatory drugs" .

[]
    oboInOwl:hasDbXref "GOC:dgh", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030097 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the myeloid and lymphoid derived organ/tissue systems of the blood and other parts of the body over time, from formation to the mature structure. The site of hemopoiesis is variable during development, but occurs primarily in bone marrow or kidney in many adult vertebrates." .

[]
    oboInOwl:hasDbXref "CL:0000542", "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030098 ;
    owl:annotatedTarget "The process in which a relatively unspecialized precursor cell acquires specialized features of a lymphocyte. A lymphocyte is a leukocyte commonly found in the blood and lymph that has the characteristics of a large nucleus, a neutral staining cytoplasm, and prominent heterochromatin." .

[]
    oboInOwl:hasDbXref "GOC:add" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030098 ;
    owl:annotatedTarget "lymphocyte development" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35472 ;
    owl:annotatedTarget "antiinflammatory agent" .

[]
    oboInOwl:hasDbXref "GOC:add", "ISBN:0781735149" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030099 ;
    owl:annotatedTarget "The process in which a relatively unspecialized myeloid precursor cell acquires the specialized features of any cell of the myeloid leukocyte, megakaryocyte, thrombocyte, or erythrocyte lineages." .

[]
    oboInOwl:hasDbXref "GOC:mah", "PMID:22160157" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030133 ;
    owl:annotatedTarget "Any of the vesicles of the constitutive secretory pathway, which carry cargo from the endoplasmic reticulum to the Golgi, between Golgi cisternae, from the Golgi to the ER (retrograde transport) or to destinations within or outside the cell." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35472 ;
    owl:annotatedTarget "antiinflammatory drug" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030141 ;
    owl:annotatedTarget "A small subcellular vesicle, surrounded by a membrane, that is formed from the Golgi apparatus and contains a highly concentrated protein destined for secretion. Secretory granules move towards the periphery of the cell and upon stimulation, their membranes fuse with the cell membrane, and their protein load is exteriorized. Processing of the contained protein may take place in secretory granules." .

[]
    oboInOwl:hasDbXref "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030154 ;
    owl:annotatedTarget "The cellular developmental process in which a relatively unspecialized cell, e.g. embryonic or regenerative cell, acquires specialized structural and/or functional features that characterize a specific cell. Differentiation includes the processes involved in commitment of a cell to a specific fate and its subsequent development to the mature state." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35472 ;
    owl:annotatedTarget "antiinflammatory drugs" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030182 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of a neuron." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35524 ;
    owl:annotatedTarget "sympathomimetic" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030198 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of an extracellular matrix." .

[]
    a owl:Axiom ;
    rdfs:label "Extracellular matrix organization" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0030198 ;
    owl:annotatedTarget "Reactome:R-HSA-1474244" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030198 ;
    owl:annotatedTarget "extracellular matrix organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030199 ;
    owl:annotatedTarget "Any process that determines the size and arrangement of collagen fibrils within an extracellular matrix." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35524 ;
    owl:annotatedTarget "sympathomimetics" .

[]
    a owl:Axiom ;
    rdfs:label "Collagen formation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0030199 ;
    owl:annotatedTarget "Reactome:R-HSA-1474290" .

[]
    a owl:Axiom ;
    rdfs:label "Anchoring fibril formation" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0030199 ;
    owl:annotatedTarget "Reactome:R-HSA-2214320" .

[]
    a owl:Axiom ;
    rdfs:label "Crosslinking of collagen fibrils" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0030199 ;
    owl:annotatedTarget "Reactome:R-HSA-2243919" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030199 ;
    owl:annotatedTarget "fibrillar collagen organization" .

[]
    oboInOwl:hasDbXref "PMID:38500384" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030203 ;
    owl:annotatedTarget "The chemical reactions and pathways involving glycosaminoglycans, any of a group of linear polysaccharides composed of repeating disaccharide units." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35554 ;
    owl:annotatedTarget "cardiovascular agent" .

[]
    a owl:Axiom ;
    rdfs:label "Glycosaminoglycan metabolism" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0030203 ;
    owl:annotatedTarget "Reactome:R-HSA-1630316" .

[]
    oboInOwl:hasDbXref "PMID:33171800", "PMID:35536932" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030212 ;
    owl:annotatedTarget "The chemical reactions and pathways involving hyaluronan, the naturally occurring anionic form of hyaluronic acid. Hyaluronan is a type of non-sulfated glycosaminoglycan composed of the repeating disaccharide unit beta(1,4)-D-glucuronic acid-beta(1,3)-N-acetyl-D-glucosamine." .

[]
    a owl:Axiom ;
    rdfs:label "Hyaluronan metabolism" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0030212 ;
    owl:annotatedTarget "Reactome:R-HSA-2142845" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35554 ;
    owl:annotatedTarget "cardiovascular drugs" .

[]
    oboInOwl:hasDbXref "PMID:33171800", "PMID:35536932" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030213 ;
    owl:annotatedTarget "The chemical reactions and pathways resulting in the formation of hyaluronan, the naturally occurring anionic form of hyaluronic acid. Hyaluronan is a type of non-sulfated glycosaminoglycan composed of the repeating disaccharide unit beta(1,4)-D-glucuronic acid-beta(1,3)-N-acetyl-D-glucosamine." .

[]
    a owl:Axiom ;
    rdfs:label "Hyaluronan biosynthesis and export" ;
    owl:annotatedProperty oboInOwl:hasDbXref ;
    owl:annotatedSource obo:GO_0030213 ;
    owl:annotatedTarget "Reactome:R-HSA-2142850" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35569 ;
    owl:annotatedTarget "alpha-adrenergic agonists" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030218 ;
    owl:annotatedTarget "The process in which a myeloid precursor cell acquires specializes features of an erythrocyte." .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030218 ;
    owl:annotatedTarget "RBC differentiation" .

[]
    oboInOwl:hasDbXref "GOC:add", "GOC:dph" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030218 ;
    owl:annotatedTarget "erythropoiesis" .

[]
    oboInOwl:hasDbXref "CL:0000232" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030218 ;
    owl:annotatedTarget "red blood cell differentiation" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35569 ;
    owl:annotatedTarget "alpha-adrenergic receptor agonist" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030219 ;
    owl:annotatedTarget "The process in which a myeloid precursor cell acquires specializes features of a megakaryocyte." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030239 ;
    owl:annotatedTarget "Formation of myofibrils, the repeating units of striated muscle." .

[]
    oboInOwl:hasDbXref "GOC:mah", "ISBN:0815316194" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030261 ;
    owl:annotatedTarget "The progressive compaction of dispersed interphase chromatin into threadlike chromosomes prior to mitotic or meiotic nuclear division, or during apoptosis, in eukaryotic cells." .

[]
    oboInOwl:hasDbXref "IUPHAR" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35569 ;
    owl:annotatedTarget "alpha-adrenoceptor agonists" .

[]
    oboInOwl:hasDbXref "Wikipedia:DNA_condensation" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:GO_0030261 ;
    owl:annotatedTarget "DNA condensation" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030261 ;
    owl:annotatedTarget "eukaryotic chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:bf" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030261 ;
    owl:annotatedTarget "nuclear chromosome condensation" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:mtg_apoptosis" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030262 ;
    owl:annotatedTarget "Alterations undergone by nuclei at the molecular and morphological level as part of the execution phase of apoptosis." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030263 ;
    owl:annotatedTarget "The compaction of chromatin during apoptosis." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35605 ;
    owl:annotatedTarget "carbon oxoacids" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:mah", "GOC:mtg_apoptosis", "GOC:tb", "ISBN:0721639976" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030264 ;
    owl:annotatedTarget "The breakdown of the nucleus into small membrane-bounded compartments, or blebs, each of which contain compacted DNA." .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030264 ;
    owl:annotatedTarget "nuclear fragmentation during apoptosis" .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35605 ;
    owl:annotatedTarget "oxoacids of carbon" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030278 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of ossification, the formation of bone or of a bony substance or the conversion of fibrous tissue or of cartilage into bone or a bony substance." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030279 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of ossification, the formation of bone or of a bony substance or the conversion of fibrous tissue or of cartilage into bone or a bony substance." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35620 ;
    owl:annotatedTarget "vasodilator" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030307 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate, extent or direction of cell growth." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030308 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate, extent or direction of cell growth." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35620 ;
    owl:annotatedTarget "vasodilator agents" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030312 ;
    owl:annotatedTarget "A structure that lies outside the plasma membrane and surrounds the entire cell or cells. This does not include the periplasmic space." .

[]
    oboInOwl:hasDbXref "GOC:jid" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030323 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the respiratory tube over time, from its formation to the mature structure. The respiratory tube is assumed to mean any tube in the respiratory tract." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_35701 ;
    owl:annotatedTarget "Ester" .

[]
    oboInOwl:hasDbXref "GOC:jid", "UBERON:0002048" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030324 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the lung over time, from its formation to the mature structure. In all air-breathing vertebrates the lungs are developed from the ventral wall of the oesophagus as a pouch which divides into two sacs. In amphibians and many reptiles the lungs retain very nearly this primitive sac-like character, but in the higher forms the connection with the esophagus becomes elongated into the windpipe and the inner walls of the sacs become more and more divided, until, in the mammals, the air spaces become minutely divided into tubes ending in small air cells, in the walls of which the blood circulates in a fine network of capillaries. In mammals the lungs are more or less divided into lobes, and each lung occupies a separate cavity in the thorax." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35701 ;
    owl:annotatedTarget "esters" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030334 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of cell migration." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35722 ;
    owl:annotatedTarget "glycosaminoglycan sulfate" .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030335 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of cell migration." .

[]
    oboInOwl:hasDbXref "GOC:go_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030336 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of cell migration." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35722 ;
    owl:annotatedTarget "glycosaminoglycan sulfates" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030397 ;
    owl:annotatedTarget "The controlled breakdown of any cell membrane in the context of a normal process such as autophagy." .

[]
    oboInOwl:hasDbXref "GOC:nln", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030424 ;
    owl:annotatedTarget "The long process of a neuron that conducts nerve impulses, usually away from the cell body to the terminals and varicosities, which are sites of storage and release of neurotransmitter." .

[]
    oboInOwl:hasDbXref "GOC:aruk", "GOC:bc", "GOC:dos", "GOC:mah", "GOC:nln", "ISBN:0198506732" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030425 ;
    owl:annotatedTarget "A neuron projection that has a short, tapering, morphology. Dendrites receive and integrate signals from other neurons or from sensory stimuli, and conduct nerve impulses towards the axon or the cell body. In most neurons, the impulse is conveyed from dendrites to axon via the cell body, but in some types of unipolar neuron, the impulse does not travel via the cell body." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35722 ;
    owl:annotatedTarget "sulfated glycosaminoglycans" .

[]
    oboInOwl:hasDbXref "GOC:mah", "GOC:sgd_curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030473 ;
    owl:annotatedTarget "The directed movement of the nucleus along microtubules within the cell, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030485 ;
    owl:annotatedTarget "The contractile fiber of smooth muscle cells." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35724 ;
    owl:annotatedTarget "carbohydrate sulfates" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030658 ;
    owl:annotatedTarget "The lipid bilayer surrounding a transport vesicle." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35724 ;
    owl:annotatedTarget "carbohydrate sulphates" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030659 ;
    owl:annotatedTarget "The lipid bilayer surrounding a cytoplasmic vesicle." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030660 ;
    owl:annotatedTarget "The lipid bilayer surrounding a vesicle associated with the Golgi apparatus." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030667 ;
    owl:annotatedTarget "The lipid bilayer surrounding a secretory granule." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35757 ;
    owl:annotatedTarget "Carboxylate" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030705 ;
    owl:annotatedTarget "The directed movement of substances along cytoskeletal fibers such as microfilaments or microtubules within a cell." .

[]
    oboInOwl:hasDbXref "GOC:mtg_sensu", "PMID:10449356" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030720 ;
    owl:annotatedTarget "Directed movement of the oocyte, following its specification, from its original central position in the cyst to a posterior position relative to the nurse cells of the egg chamber, and its maintenance in this posterior location. This is the first sign of anterior-posterior asymmetry in the developing egg chamber." .

[]
    oboInOwl:hasDbXref "KEGG_COMPOUND" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35757 ;
    owl:annotatedTarget "Monocarboxylate" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030720 ;
    owl:annotatedTarget "oocyte localisation involved in germarium-derived egg chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:tb" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0030720 ;
    owl:annotatedTarget "oocyte localization during germarium-derived egg chamber formation" .

[]
    oboInOwl:hasDbXref "GOC:ecd", "PMID:11839751" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030855 ;
    owl:annotatedTarget "The process in which a relatively unspecialized cell acquires specialized features of an epithelial cell, any of the cells making up an epithelium." .

[]
    oboInOwl:hasDbXref "UniProt" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35757 ;
    owl:annotatedTarget "a monocarboxylate" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030856 ;
    owl:annotatedTarget "Any process that modulates the frequency, rate or extent of epithelial cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35757 ;
    owl:annotatedTarget "monocarboxylates" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030857 ;
    owl:annotatedTarget "Any process that stops, prevents, or reduces the frequency, rate or extent of epithelial cell differentiation." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030858 ;
    owl:annotatedTarget "Any process that activates or increases the frequency, rate or extent of epithelial cell differentiation." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35757 ;
    owl:annotatedTarget "monocarboxylic acid anions" .

[]
    oboInOwl:hasDbXref "PMID:4975589", "PMID:4992177" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030900 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the forebrain over time, from its formation to the mature structure. The forebrain is the anterior of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes especially the cerebral hemispheres, the thalamus, and the hypothalamus and especially in higher vertebrates is the main control center for sensory and associative information processing, visceral functions, and voluntary motor functions)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:CHEBI_35881 ;
    owl:annotatedTarget "pnictogen hydride" .

[]
    oboInOwl:hasDbXref "PMID:4975589", "PMID:4992177" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030901 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the midbrain over time, from its formation to the mature structure. The midbrain is the middle division of the three primary divisions of the developing chordate brain or the corresponding part of the adult brain (in vertebrates, includes a ventral part containing the cerebral peduncles and a dorsal tectum containing the corpora quadrigemina and that surrounds the aqueduct of Sylvius connecting the third and fourth ventricles)." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35881 ;
    owl:annotatedTarget "pnictogen hydrides" .

[]
    oboInOwl:hasDbXref "PMID:4975589", "PMID:4992177" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030902 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the hindbrain over time, from its formation to the mature structure. The hindbrain is the posterior of the three primary divisions of the developing chordate brain, or the corresponding part of the adult brain (in vertebrates, includes the cerebellum, pons, and medulla oblongata and controls the autonomic functions and equilibrium)." .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030903 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the notochord over time, from its formation to the mature structure. The notochord is a mesoderm-derived structure located ventral of the developing nerve cord. In vertebrates, the notochord serves as a core around which other mesodermal cells form the vertebrae. In the most primitive chordates, which lack vertebrae, the notochord persists as a substitute for a vertebral column." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_35942 ;
    owl:annotatedTarget "neurotransmitter agents" .

[]
    oboInOwl:hasDbXref "GOC:dgh" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030917 ;
    owl:annotatedTarget "The process whose specific outcome is the progression of the midbrain-hindbrain boundary over time, from its formation to the mature structure. The midbrain-hindbrain domain of the embryonic brain is comprised of the mesencephalic vesicle and the first rhombencephalic vesicle at early somitogenesis stages." .

[]
    oboInOwl:hasDbXref "ISBN:0721639976" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030936 ;
    owl:annotatedTarget "Any collagen trimer that passes through a lipid bilayer membrane." .

[]
    oboInOwl:hasDbXref "ISBN:0198599587" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0030936 ;
    owl:annotatedTarget "MACIT" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030951 ;
    owl:annotatedTarget "Any cellular process that results in the specification, formation or maintenance of polarized microtubule-based cytoskeletal structures." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030952 ;
    owl:annotatedTarget "Any cellular process that results in the specification, formation or maintenance of polarized cytoskeletal structures." .

[]
    oboInOwl:hasDbXref "GOC:cilia", "GOC:kmv", "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 "GOC:BHF", "GOC:mah", "GOC:rph", "PMID:21123617", "PMID:28089324", "PMID:33605520" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031012 ;
    owl:annotatedTarget "A structure lying external to one or more cells, which provides structural support, biochemical or biomechanical cues for cells or tissues." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36338 ;
    owl:annotatedTarget "leptons" .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031022 ;
    owl:annotatedTarget "The directed movement of the nucleus along microfilaments within the cell, mediated by motor proteins." .

[]
    oboInOwl:hasDbXref "ChEBI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:CHEBI_36339 ;
    owl:annotatedTarget "baryons" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031023 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a microtubule organizing center, a structure from which microtubules grow." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031023 ;
    owl:annotatedTarget "microtubule organizing center organization and biogenesis" .

[]
    oboInOwl:hasDbXref "GOC:dph", "GOC:jl", "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031032 ;
    owl:annotatedTarget "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of cytoskeletal structures containing both actin and myosin or paramyosin. The myosin may be organized into filaments." .

[]
    oboInOwl:hasDbXref "GOC:mah" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0031032 ;
    owl:annotatedTarget "actomyosin structure organization and biogenesis" .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao772007592", "PMID:14690495" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0031045 ;
    owl:annotatedTarget "Electron-dense organelle with a granular internal matrix; contains proteins destined to be secreted." .

